]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/ChangeLog
gen-pass-instances.awk: Add len_of_call var in handle_line
[thirdparty/gcc.git] / gcc / ChangeLog
1 2015-11-12 Tom de Vries <tom@codesourcery.com>
2
3 * gen-pass-instances.awk (handle_line): Add len_of_call variable.
4
5 2015-11-12 Tom de Vries <tom@codesourcery.com>
6
7 * gen-pass-instances.awk (handle_line): Restructure using early-out.
8
9 2015-11-12 Tom de Vries <tom@codesourcery.com>
10
11 * gen-pass-instances.awk (handle_line): Unify semicolon use.
12
13 2015-11-12 Tom de Vries <tom@codesourcery.com>
14
15 * gen-pass-instances.awk (handle_line): Remove unused var line_length.
16
17 2015-11-12 Tom de Vries <tom@codesourcery.com>
18
19 * gen-pass-instances.awk: Add emacs indent setting.
20
21 2015-11-12 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
22
23 * fold-const.c (fold_binary_loc) : Move Convert A/B/C to A/(B*C)
24 to match.pd.
25 Move Convert A/(B/C) to (A/B)*C to match.pd.
26 Move Convert C1/(X*C2) into (C1/C2)/X to match.pd.
27 Move Optimize (X & (-A)) / A where A is a power of 2, to
28 X >> log2(A) to match.pd.
29
30 * match.pd (rdiv (rdiv:s @0 @1) @2): New simplifier.
31 (rdiv @0 (rdiv:s @1 @2)): New simplifier.
32 (div (convert? (bit_and @0 INTEGER_CST@1)) INTEGER_CST@2):
33 New simplifier.
34 (rdiv REAL_CST@0 (mult @1 REAL_CST@2)): New simplifier.
35
36 2015-11-12 Charles Baylis <charles.baylis@linaro.org>
37
38 * config/arm/neon.md: (neon_vld2_lane<mode>): Remove unused max
39 variable.
40 (neon_vst2_lane<mode>): Likewise.
41 (neon_vld3_lane<mode>): Likewise.
42 (neon_vst3_lane<mode>): Likewise.
43 (neon_vld4_lane<mode>): Likewise.
44 (neon_vst4_lane<mode>): Likewise.
45
46 2015-11-11 Aditya Kumar <aditya.k7@samsung.com>
47 Sebastian Pop <s.pop@samsung.com>
48
49 * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
50 New member codegen_error
51 (translate_isl_ast_for_loop): Remove call to single_succ_edge and
52 early return.
53 (translate_isl_ast_node_user): Early return in case of error.
54 (translate_isl_ast_to_gimple::translate_isl_ast): Same.
55 (translate_isl_ast_to_gimple::translate_pending_phi_nodes): New.
56 (add_parameters_to_ivs_params): Remove macro.
57 (graphite_regenerate_ast_isl): Add if_region pointer to region.
58 * graphite-poly.c (new_poly_dr): Remove macro.
59 (print_pdr): Same.
60 (new_gimple_poly_bb): Same.
61 (free_gimple_poly_bb): Same.
62 (print_scop_params): Same.
63 * graphite-poly.h (struct poly_dr): Same.
64 (struct poly_bb): Add new_bb.
65 (gbb_from_bb): Remove dead code.
66 (pbb_from_bb): Same.
67 * graphite-scop-detection.c (parameter_index_in_region_1): Same.
68 (parameter_index_in_region): Same.
69 (find_scop_parameters): Same.
70 (build_cross_bb_scalars_def): New.
71 (build_cross_bb_scalars_use): New.
72 (graphite_find_cross_bb_scalar_vars): New
73 (try_generate_gimple_bb): Reads and Writes.
74 (build_alias_set): Move.
75 (gather_bbs::before_dom_children): Gather bbs visited.
76 (build_scops): call build_alias_set.
77 * graphite-sese-to-poly.c (phi_arg_in_outermost_loop): Delete.
78 (remove_simple_copy_phi): Delete.
79 (remove_invariant_phi): Delete.
80 (simple_copy_phi_p): Delete.
81 (reduction_phi_p): Delete.
82 (isl_id_for_dr): Remove unused param.
83 (parameter_index_in_region_1): Remove macro usage.
84 (set_scop_parameter_dim): Same.
85 (add_param_constraints): Same.
86 (add_conditions_to_constraints): Same
87 (build_scop_iteration_domain): Same.
88 (pdr_add_alias_set): Comment.
89 (add_scalar_version_numbers): New.
90 (build_poly_dr): ISL id.
91 (build_scop_drs): Move.
92 (build_poly_sr_1): Same.
93 (insert_stmts): Remove.
94 (build_poly_sr): New.
95 (new_pbb_from_pbb): Delete.
96 (insert_out_of_ssa_copy_on_edge): Delete.
97 (create_zero_dim_array): Delete.
98 (scalar_close_phi_node_p): Delete.
99 (propagate_expr_outside_region): Delete.
100 (rewrite_close_phi_out_of_ssa): Delete.
101 (rewrite_phi_out_of_ssa): Delete.
102 (rewrite_degenerate_phi): Delete.
103 (rewrite_reductions_out_of_ssa): Delete.
104 (rewrite_cross_bb_scalar_dependence): Delete.
105 (handle_scalar_deps_crossing_scop_limits):
106 (rewrite_cross_bb_scalar_deps): Delete.
107 (build_poly_scop): Remove calls to out-of-ssa functions.
108 * graphite.c (graphite_transform_loops): Early return in case of
109 codegen error.
110 * sese.c (debug_rename_map_1): Delete.
111 (debug_rename_map): Delete.
112 (sese_record_loop): Remove macro.
113 (build_sese_loop_nests): Same.
114 (new_sese_info): Same.
115 (free_sese_info): Same.
116 (sese_insert_phis_for_liveouts):
117 (is_loop_closed_ssa_use): New.
118 (number_of_phi_nodes): New.
119 (bb_contains_loop_close_phi_nodes): New.
120 (bb_contains_loop_phi_nodes): New.
121 (phi_uses_name): New.
122 (is_valid_rename):
123 (get_rename): Add old_bb and loop_phi for more precise matching of
124 exprs.
125 (set_rename): Pass region.
126 (later_of_the_two): New.
127 (gsi_insert_earliest): New.
128 (collect_all_ssa_names): New.
129 (substitute_ssa_name): New.
130 (rename_all_uses): New.
131 (get_rename_from_scev): New.
132 (rename_uses): Pass old_bb for more precise matching of exprs.
133 (get_def_bb_for_const): New.
134 (get_new_name): New.
135 (get_loc): New.
136 (get_edges): New.
137 (copy_loop_phi_args): New.
138 (copy_loop_phi_nodes): New.
139 (get_loop_init_value): New.
140 (find_init_value): New.
141 (find_init_value_close_phi): New.
142 (copy_loop_close_phi_args): New.
143 (copy_loop_close_phi_nodes): New.
144 (add_phi_arg_for_new_expr): New.
145 (copy_cond_phi_args): New.
146 (copy_cond_phi_nodes): New.
147 (copy_phi_nodes): New.
148 (should_copy_to_new_region): New.
149 (set_rename_for_each_def): New.
150 (graphite_copy_stmts_from_block): Early return in case of error.
151 (copy_bb_and_scalar_dependences): Same.
152 * sese.h (vec_find): New.
153 (SESE_PARAMS): Delete.
154 (SESE_LOOPS): Delete.
155 (SESE_LOOP_NEST): Delete.
156 (sese_contains_loop): Remove macro usage.
157 (sese_nb_params): Same.
158 (struct gimple_poly_bb): Added read_scalar_refs, write_scalar_refs.
159
160 2015-11-11 Abderrazek Zaafrani <a.zaafrani@samsung.com>
161
162 * graphite-sese-to-poly.c (build_scop_original_schedule): Call
163 isl_union_map_add_map on every pbb->schedule.
164
165 2015-11-11 Tom de Vries <tom@codesourcery.com>
166
167 * tree-parloops.c (create_parallel_loop): Return void.
168
169 2015-11-11 Tom de Vries <tom@codesourcery.com>
170
171 * tree-parloops.c (transform_to_exit_first_loop_alt): Insert new exit
172 block only when needed.
173
174 2015-11-11 Uros Bizjak <ubizjak@gmail.com>
175
176 * config/alpha/alpha-protos.h (print_operand): Remove.
177 (print_operand_address): Remove.
178 * config/alpha/alpha.h (PRINT_OPERAND): Remove.
179 (PRINT_OPERAND_ADDRESS): Remove.
180 (PRINT_OPERAND_PUNCT_VALID_P): Remove.
181 * config/alpha/alpha.c (TARGET_PRINT_OPERAND): New hook define.
182 (TARGET_PRINT_OPERAND_ADDRESS): New hook define.
183 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): New hook define.
184 (print_operand_address): Rename to...
185 (alpha_print_operand_address): ...this and make static.
186 (print_operand): Rename to...
187 (alpha_print_operand): ...this and make static.
188 (alpha_print_operand_punct_valid_p): New static function.
189
190 2015-11-11 Richard Biener <rguenther@suse.de>
191
192 * tree-vectorizer.h (vect_slp_analyze_and_verify_instance_alignment):
193 Declare.
194 (vect_analyze_data_refs_alignment): Make loop vect specific.
195 (vect_verify_datarefs_alignment): Likewise.
196 * tree-vect-data-refs.c (vect_slp_analyze_data_ref_dependences):
197 Add missing continue.
198 (vect_compute_data_ref_alignment): Export.
199 (vect_compute_data_refs_alignment): Merge into...
200 (vect_analyze_data_refs_alignment): ... this.
201 (verify_data_ref_alignment): Split out from ...
202 (vect_verify_datarefs_alignment): ... here.
203 (vect_slp_analyze_and_verify_node_alignment): New function.
204 (vect_slp_analyze_and_verify_instance_alignment): Likewise.
205 * tree-vect-slp.c (vect_supported_load_permutation_p): Remove
206 misplaced checks on alignment.
207 (vect_slp_analyze_bb_1): Add fatal output parameter. Do
208 alignment analysis after SLP discovery and do it per instance.
209 (vect_slp_bb): When vect_slp_analyze_bb_1 fatally failed do not
210 bother to re-try using different vector sizes.
211
212 2015-11-11 Nathan Sidwell <nathan@codesourcery.com>
213 Cesar Philippidis <cesar@codesourcery.com>
214
215 * gcc/gimplify.c (enum omp_region_type): Add ORT_ACC,
216 ORT_ACC_DATA, ORT_ACC_PARALLEL, ORT_ACC_KERNELS. Adjust ORT_NONE.
217 (gimple_add_tmp_var): Add ORT_ACC checks.
218 (gimplify_var_or_parm_decl): Likewise.
219 (omp_firstprivatize_variable): Likewise. Use ORT_TARGET_DATA as a
220 mask.
221 (omp_add_variable): Look in outer contexts for openacc and allow
222 reductions with other sharing. Add ORT_ACC and ORT_TARGET_DATA
223 checks.
224 (omp_notice_variable, omp_is_private, omp_check_private): Add
225 ORT_ACC checks.
226 (gimplify_scan_omp_clauses: Treat ORT_ACC as ORT_WORKSHARE.
227 Permit private openacc reductions.
228 (gimplify_oacc_cache): Specify ORT_ACC.
229 (gimplify_omp_workshare): Adjust OpenACC region types.
230 (gimplify_omp_target_update): Likewise.
231 * gcc/omp-low.c (scan_sharing_clauses): Remove Openacc
232 firstprivate sorry.
233 (lower-rec_input_clauses): Don't handle openacc firstprivate
234 references here.
235 (lower_omp_target): Emit initializers for openacc firstprivate vars.
236
237 2015-11-11 Eric Botcazou <ebotcazou@adacore.com>
238
239 PR target/67265
240 * ira.c (ira_setup_eliminable_regset): Do not necessarily create the
241 frame pointer for stack checking if non-call exceptions aren't used.
242 * config/i386/i386.c (ix86_finalize_stack_realign_flags): Likewise.
243
244 2015-11-11 Segher Boessenkool <segher@kernel.crashing.org>
245
246 * simplify-rtx.c (simplify_truncation): Simplify TRUNCATE of AND of
247 [LA]SHIFTRT.
248
249 2015-11-11 Martin Liska <mliska@suse.cz>
250 Richard Biener <rguenther@suse.de>
251
252 PR rtl-optimization/68287
253 * lra-lives.c (lra_create_live_ranges_1): Reserve the right
254 number of elements.
255
256 2015-11-11 Simon Dardis <simon.dardis@imgtec.com>
257
258 * config/mips/mips.c (mips_breakable_sequence_p): New function.
259 (mips_break_sequence): New function.
260 (mips_reorg_process_insns): Use them. Use compact branches in selected
261 situations.
262
263 2015-11-11 Alan Lawrence <alan.lawrence@arm.com>
264
265 * fold-const.c (get_array_ctor_element_at_index): Fix whitespace, typo.
266
267 2015-11-11 Jiong Wang <jiong.wang@arm.com>
268 Jim Wilson <wilson@gcc.gnu.org>
269
270 PR target/67305
271 * config/arm/arm.md (neon_vector_mem_operand): Return FALSE if strict
272 be true and eliminable registers mentioned.
273
274 2015-11-11 Claudiu Zissulescu <claziss@synopsys.com>
275
276 * common/config/arc/arc-common.c (arc_handle_option): Handle ARCv2
277 options.
278 * config/arc/arc-opts.h: Add ARCv2 CPUs.
279 * config/arc/arc-protos.h (arc_secondary_reload_conv): Prototype.
280 * config/arc/arc.c (arc_secondary_reload): Handle subreg (reg)
281 situation, and store instructions with large offsets.
282 (arc_secondary_reload_conv): New function.
283 (arc_init): Add ARCv2 options.
284 (arc_conditional_register_usage): Select the proper register usage
285 for ARCv2 processors.
286 (arc_handle_interrupt_attribute): ILINK2 is only valid for ARCv1
287 architecture.
288 (arc_compute_function_type): Likewise.
289 (arc_print_operand): Handle new ARCv2 punctuation characters.
290 (arc_return_in_memory): ARCv2 ABI returns in registers up to 16
291 bytes.
292 (workaround_arc_anomaly, arc_asm_insn_p, arc_loop_hazard): New
293 function.
294 (arc_reorg, arc_hazard): Use it.
295 * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Define __HS__ and
296 __EM__.
297 (ASM_SPEC): Add ARCv2 options.
298 (TARGET_NORM): ARC HS has norm instructions by default.
299 (TARGET_OPTFPE): Use optimized floating point emulation for ARC
300 HS.
301 (TARGET_AT_DBR_CONDEXEC): Only for ARC600 family.
302 (TARGET_EM, TARGET_HS, TARGET_V2, TARGET_MPYW, TARGET_MULTI):
303 Define.
304 (SIGNED_INT16, TARGET_MPY, TARGET_ARC700_MPY, TARGET_ANY_MPY):
305 Likewise.
306 (TARGET_ARC600_FAMILY, TARGET_ARCOMPACT_FAMILY): Likewise.
307 (TARGET_LP_WR_INTERLOCK): Likewise.
308 * config/arc/arc.md
309 (commutative_binary_mult_comparison_result_used, movsicc_insn)
310 (mulsi3, mulsi3_600_lib, mulsidi3, mulsidi3_700, mulsi3_highpart)
311 (umulsi3_highpart_i, umulsi3_highpart_int, umulsi3_highpart)
312 (umulsidi3, umulsidi3_700, cstoresi4, simple_return, p_return_i):
313 Use it for ARCv2.
314 (mulhisi3, mulhisi3_imm, mulhisi3_reg, umulhisi3, umulhisi3_imm)
315 (umulhisi3_reg, umulhisi3_reg, mulsi3_v2, nopv, bswapsi2)
316 (prefetch, divsi3, udivsi3 modsi3, umodsi3, arcset, arcsetltu)
317 (arcsetgeu, arcsethi, arcsetls, reload_*_load, reload_*_store)
318 (extzvsi): New pattern.
319 * config/arc/arc.opt: New ARCv2 options.
320 * config/arc/arcEM.md: New file.
321 * config/arc/arcHS.md: Likewise.
322 * config/arc/constraints.md (C3p): New constraint, accepts 1 and 2
323 values.
324 (Cm2): A signed 9-bit integer constant constraint.
325 (C62): An unsigned 6-bit integer constant constraint.
326 (C16): A signed 16-bit integer constant constraint.
327 * config/arc/predicates.md (mult_operator): Add ARCv2 processort.
328 (short_const_int_operand): New predicate.
329 * config/arc/t-arc-newlib: Add ARCv2 multilib options.
330 * doc/invoke.texi: Add documentation for -mcpu=<archs/arcem>
331 -mcode-density and -mdiv-rem.
332
333 2015-11-11 Julia Koval <julia.koval@intel.com>
334
335 * config/i386/i386.c (m_SKYLAKE_AVX512): Fix typo.
336
337 2015-11-11 Julia Koval <julia.koval@intel.com>
338
339 * config/i386/i386.c: Handle "skylake" and "skylake-avx512".
340
341 2015-11-11 Martin Liska <mliska@suse.cz>
342
343 * gimple-ssa-strength-reduction.c (create_phi_basis):
344 Use auto_vec.
345 * passes.c (release_dump_file_name): New function.
346 (pass_init_dump_file): Used from this function.
347 (pass_fini_dump_file): Likewise.
348 * tree-sra.c (convert_callers_for_node): Use xstrdup_for_dump.
349 * var-tracking.c (vt_initialize): Use pool_allocator.
350
351 2015-11-11 Richard Biener <rguenth@gcc.gnu.org>
352 Jiong Wang <jiong.wang@arm.com>
353
354 PR tree-optimization/68234
355 * tree-vrp.c (vrp_visit_phi_node): Extend SCEV check to those loop PHI
356 node which estimiated to be VR_VARYING initially.
357
358 2015-11-11 Robert Suchanek <robert.suchanek@imgtec.com>
359
360 * regname.c (scan_rtx_reg): Check the matching number of consecutive
361 registers when tying chains.
362 (build_def_use): Move terminated_this_insn earlier in the function.
363
364 2015-11-10 Mike Frysinger <vapier@gentoo.org>
365
366 * configure.ac: Use = with test and not ==.
367 * configure: Regenerated.
368
369 2015-11-11 David Edelsohn <dje.gcc@gmail.com>
370
371 * config/rs6000/aix.h (TARGET_OS_AIX_CPP_BUILTINS): Add cpu and
372 machine asserts. Update defines for 64 bit.
373
374 2015-11-11 Charles Baylis <charles.baylis@linaro.org>
375
376 PR target/63870
377 * config/arm/neon.md (neon_vld1_lane<mode>): Remove error for invalid
378 lane number.
379 (neon_vst1_lane<mode>): Likewise.
380 (neon_vld2_lane<mode>): Likewise.
381 (neon_vst2_lane<mode>): Likewise.
382 (neon_vld3_lane<mode>): Likewise.
383 (neon_vst3_lane<mode>): Likewise.
384 (neon_vld4_lane<mode>): Likewise.
385 (neon_vst4_lane<mode>): Likewise.
386
387 2015-11-11 Charles Baylis <charles.baylis@linaro.org>
388
389 PR target/63870
390 * config/arm/arm-builtins.c: (arm_load1_qualifiers) Use
391 qualifier_struct_load_store_lane_index.
392 (arm_storestruct_lane_qualifiers) Likewise.
393 * config/arm/neon.md: (neon_vld1_lane<mode>) Reverse lane numbers for
394 big-endian.
395 (neon_vst1_lane<mode>) Likewise.
396 (neon_vld2_lane<mode>) Likewise.
397 (neon_vst2_lane<mode>) Likewise.
398 (neon_vld3_lane<mode>) Likewise.
399 (neon_vst3_lane<mode>) Likewise.
400 (neon_vld4_lane<mode>) Likewise.
401 (neon_vst4_lane<mode>) Likewise.
402
403 2015-11-11 Charles Baylis <charles.baylis@linaro.org>
404
405 PR target/63870
406 * config/arm/arm-builtins.c (enum arm_type_qualifiers): New enumerator
407 qualifier_struct_load_store_lane_index.
408 (builtin_arg): New enumerator NEON_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
409 (arm_expand_neon_args): New parameter. Remove ellipsis. Handle NEON
410 argument qualifiers.
411 (arm_expand_neon_builtin): Handle new NEON argument qualifier.
412 * config/arm/arm.h (NEON_ENDIAN_LANE_N): New macro.
413
414 2015-11-10 Nathan Sidwell <nathan@codesourcery.com>
415
416 * config/nvptx/nvptx.opt (moptimize): New flag.
417 * config/nvptx/nvptx.c (nvptx_option_override): Set nvptx_optimize
418 default.
419 (nvptx_optimize_inner): New.
420 (nvptx_process_pars): Call it when optimizing.
421 * doc/invoke.texi (Nvidia PTX Options): Document -moptimize.
422
423 2015-11-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
424
425 * config/rs6000/rs6000.c (rs6000_secondary_reload_direct_move):
426 Remove redundant code.
427
428 2015-11-10 Jeff Law <law@redhat.com>
429
430 * config/ft32/ft32.c (ft32_print_operand): Supply mode to
431 call to output_address.
432 * config/moxie/moxie.c (moxie_print_operand_address): Similarly.
433 Add unnamed machine_mode argument.
434
435 2015-11-10 Michael Meissner <meissner@linux.vnet.ibm.com>
436
437 * config.gcc (powerpc*-*-*, rs6000*-*-*): Add power9 to hosts that
438 default to 64-bit.
439
440 2015-11-10 Uros Bizjak <ubizjak@gmail.com>
441
442 * config/i386/i386.md (*movabs<mode>_1): Add explicit
443 size directives for -masm=intel.
444 (*movabs<mode>_2): Ditto.
445
446 2015-11-10 Uros Bizjak <ubizjak@gmail.com>
447
448 * config/i386/i386.c (ix86_print_operand): Remove dead code that
449 tried to avoid (%rip) for call operands.
450
451 2015-11-10 Uros Bizjak <ubizjak@gmail.com>
452
453 * config/i386/i386.c (ix86_print_operand_address_as): Add no_rip
454 argument. Do not use RIP relative addressing when no_rip is set.
455 (ix86_print_operand): Update call to ix86_print_operand_address_as.
456 (ix86_print_operand_address): Ditto.
457 * config/i386/i386.md (*movabs<mode>_1): Use %P modifier for
458 absolute movabs operand 0. Add square braces for -masm=intel.
459 (*movabs<mode>_2): Ditto for operand 1.
460
461 2015-11-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
462
463 * config/arm/arm.c (arm_new_rtx_costs, FIX case): Handle
464 combine_vcvtf2i pattern.
465
466 2015-11-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
467
468 * config/arm/arm.c (neon_valid_immediate): Remove integer
469 CONST_DOUBLE handling. It should never occur.
470
471 2015-11-10 Matthew Wahab <matthew.wahab@arm.com>
472
473 * config/aarch64/atomics.md (unspecv): Move to iterators.md.
474 (ATOMIC_LDOP): Likewise.
475 (atomic_ldop): Likewise.
476 * config/aarch64/iterators.md (unspecv): Moved from atomics.md.
477 (ATOMIC_LDOP): Likewise.
478 (atomic_ldop): Likewise.
479
480 2015-11-10 Martin Liska <mliska@suse.cz>
481
482 * alloc-pool.h (allocate_raw): New function.
483 (operator new (size_t, object_allocator<T> &a)): Use the
484 function instead of object_allocator::allocate).
485
486 2015-11-10 Ilya Enkovich <enkovich.gnu@gmail.com>
487
488 * config/i386/sse.md (HALFMASKMODE): New attribute.
489 (DOUBLEMASKMODE): New attribute.
490 (vec_pack_trunc_qi): New.
491 (vec_pack_trunc_<mode>): New.
492 (vec_unpacks_lo_hi): New.
493 (vec_unpacks_lo_si): New.
494 (vec_unpacks_lo_di): New.
495 (vec_unpacks_hi_hi): New.
496 (vec_unpacks_hi_<mode>): New.
497
498 2015-11-10 Ilya Enkovich <enkovich.gnu@gmail.com>
499
500 * optabs.c (expand_binop_directly): Allow scalar mode for
501 vec_pack_trunc_optab.
502 * tree-vect-loop.c (vect_determine_vectorization_factor): Skip
503 boolean vector producers from pattern sequence when computing VF.
504 * tree-vect-patterns.c (vect_vect_recog_func_ptrs) Add
505 vect_recog_mask_conversion_pattern.
506 (search_type_for_mask): Choose the smallest
507 type if different size types are mixed.
508 (build_mask_conversion): New.
509 (vect_recog_mask_conversion_pattern): New.
510 (vect_pattern_recog_1): Allow scalar mode for boolean vectype.
511 * tree-vect-stmts.c (vectorizable_mask_load_store): Support masked
512 load with pattern.
513 (vectorizable_conversion): Support boolean vectors.
514 (free_stmt_vec_info): Allow patterns for statements with no lhs.
515 * tree-vectorizer.h (NUM_PATTERNS): Increase to 14.
516
517 2015-11-10 Ilya Enkovich <enkovich.gnu@gmail.com>
518
519 * config/i386/i386-protos.h (ix86_expand_sse_movcc): New.
520 * config/i386/i386.c (ix86_expand_sse_movcc): Make public.
521 Cast mask to FP mode if required.
522 * config/i386/sse.md (vcond_mask_<mode><avx512fmaskmodelower>): New.
523 (vcond_mask_<mode><avx512fmaskmodelower>): New.
524 (vcond_mask_<mode><sseintvecmodelower>): New.
525 (vcond_mask_<mode><sseintvecmodelower>): New.
526 (vcond_mask_v2div2di): New.
527 (vcond_mask_<mode><sseintvecmodelower>): New.
528 (vcond_mask_<mode><sseintvecmodelower>): New.
529
530 2015-11-10 Ilya Enkovich <enkovich.gnu@gmail.com>
531
532 * optabs-query.h (get_vcond_mask_icode): New.
533 * optabs-tree.c (expand_vec_cond_expr_p): Use
534 get_vcond_mask_icode for VEC_COND_EXPR with mask.
535 * optabs.c (expand_vec_cond_mask_expr): New.
536 (expand_vec_cond_expr): Use get_vcond_mask_icode
537 when possible.
538 * optabs.def (vcond_mask_optab): New.
539 * tree-vect-patterns.c (vect_recog_bool_pattern): Don't
540 generate redundant comparison for COND_EXPR.
541 * tree-vect-stmts.c (vect_is_simple_cond): Allow SSA_NAME
542 as a condition.
543 (vectorizable_condition): Likewise.
544 * tree-vect-slp.c (vect_get_and_check_slp_defs): Allow
545 cond_exp with no embedded comparison.
546 (vect_build_slp_tree_1): Likewise.
547
548 2015-11-10 Ilya Enkovich <enkovich.gnu@gmail.com>
549
550 * config/i386/sse.md (maskload<mode>): Rename to ...
551 (maskload<mode><sseintvecmodelower>): ... this.
552 (maskstore<mode>): Rename to ...
553 (maskstore<mode><sseintvecmodelower>): ... this.
554 (maskload<mode><avx512fmaskmodelower>): New.
555 (maskstore<mode><avx512fmaskmodelower>): New.
556
557 2015-11-10 Ilya Enkovich <enkovich.gnu@gmail.com>
558
559 * internal-fn.c (expand_MASK_LOAD): Adjust to maskload optab changes.
560 (expand_MASK_STORE): Adjust to maskstore optab changes.
561 * optabs-query.c (can_vec_mask_load_store_p): Add MASK_MODE arg.
562 Adjust to maskload, maskstore optab changes.
563 * optabs-query.h (can_vec_mask_load_store_p): Add MASK_MODE arg.
564 * optabs.def (maskload_optab): Transform into convert optab.
565 (maskstore_optab): Likewise.
566 * tree-if-conv.c (ifcvt_can_use_mask_load_store): Adjust to
567 can_vec_mask_load_store_p signature change.
568 (predicate_mem_writes): Use boolean mask.
569 * tree-vect-stmts.c (vectorizable_mask_load_store): Adjust to
570 can_vec_mask_load_store_p signature change. Allow invariant masks.
571 (vectorizable_operation): Ignore type precision for boolean vectors.
572
573 2015-11-10 Ilya Enkovich <enkovich.gnu@gmail.com>
574
575 * expr.c (do_store_flag): Use expand_vec_cmp_expr for mask results.
576 (const_vector_mask_from_tree): New.
577 (const_vector_from_tree): Use const_vector_mask_from_tree
578 for boolean vectors.
579 * optabs-query.h (get_vec_cmp_icode): New.
580 * optabs-tree.c (expand_vec_cmp_expr_p): New.
581 * optabs-tree.h (expand_vec_cmp_expr_p): New.
582 * optabs.c (vector_compare_rtx): Add OPNO arg.
583 (expand_vec_cond_expr): Adjust to vector_compare_rtx change.
584 (expand_vec_cmp_expr): New.
585 * optabs.def (vec_cmp_optab): New.
586 (vec_cmpu_optab): New.
587 * optabs.h (expand_vec_cmp_expr): New.
588 * tree-vect-generic.c (expand_vector_comparison): Add vector
589 comparison optabs check.
590 * tree-vect-loop.c (vect_determine_vectorization_factor): Ignore mask
591 operations for VF. Add mask type computation.
592 * tree-vect-stmts.c (get_mask_type_for_scalar_type): New.
593 (vectorizable_comparison): New.
594 (vect_analyze_stmt): Add vectorizable_comparison.
595 (vect_transform_stmt): Likewise.
596 (vect_init_vector): Support boolean vector invariants.
597 (vect_get_vec_def_for_operand): Add VECTYPE arg.
598 (vectorizable_condition): Directly provide vectype for invariants
599 used in comparison.
600 * tree-vectorizer.h (get_mask_type_for_scalar_type): New.
601 (enum vect_var_kind): Add vect_mask_var.
602 (enum stmt_vec_info_type): Add comparison_vec_info_type.
603 (vectorizable_comparison): New.
604 (vect_get_vec_def_for_operand): Add VECTYPE arg.
605 * tree-vect-data-refs.c (vect_get_new_vect_var): Support vect_mask_var.
606 (vect_create_destination_var): Likewise.
607 * tree-vect-patterns.c (check_bool_pattern): Check fails
608 if we can vectorize comparison directly.
609 (search_type_for_mask): New.
610 (vect_recog_bool_pattern): Support cases when bool pattern
611 check fails.
612 * tree-vect-slp.c (vect_build_slp_tree_1): Allow
613 comparison statements.
614 (vect_get_constant_vectors): Support boolean vector
615 constants.
616 * config/i386/i386-protos.h (ix86_expand_mask_vec_cmp): New.
617 (ix86_expand_int_vec_cmp): New.
618 (ix86_expand_fp_vec_cmp): New.
619 * config/i386/i386.c (ix86_expand_sse_cmp): Allow NULL for
620 op_true and op_false.
621 (ix86_int_cmp_code_to_pcmp_immediate): New.
622 (ix86_fp_cmp_code_to_pcmp_immediate): New.
623 (ix86_cmp_code_to_pcmp_immediate): New.
624 (ix86_expand_mask_vec_cmp): New.
625 (ix86_expand_fp_vec_cmp): New.
626 (ix86_expand_int_sse_cmp): New.
627 (ix86_expand_int_vcond): Use ix86_expand_int_sse_cmp.
628 (ix86_expand_int_vec_cmp): New.
629 (ix86_get_mask_mode): New.
630 (TARGET_VECTORIZE_GET_MASK_MODE): New.
631 * config/i386/sse.md (avx512fmaskmodelower): New.
632 (vec_cmp<mode><avx512fmaskmodelower>): New.
633 (vec_cmp<mode><sseintvecmodelower>): New.
634 (vec_cmpv2div2di): New.
635 (vec_cmpu<mode><avx512fmaskmodelower>): New.
636 (vec_cmpu<mode><sseintvecmodelower>): New.
637 (vec_cmpuv2div2di): New.
638
639 2015-11-10 Richard Biener <rguenther@suse.de>
640
641 PR tree-optimization/68240
642 * tree-ssa-sccvn.c (cond_stmts_equal_p): Handle commutative compares
643 properly.
644 (visit_phi): For PHIs with just a single executable edge
645 take its value directly.
646 (expressions_equal_p): Handle VN_TOP properly.
647
648 2015-11-10 Richard Biener <rguenther@suse.de>
649
650 * tree-vect-data-refs.c (vect_slp_analyze_node_dependences):
651 Handle memory using/clobbering stmts without a STMT_VINFO_DATA_REF
652 conservatively.
653
654 2015-11-10 Richard Biener <rguenther@suse.de>
655
656 PR tree-optimization/56118
657 * tree-vect-slp.c (vect_bb_vectorization_profitable_p): Make equal
658 cost favor vectorized version.
659
660 2015-11-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
661
662 * config/aarch64/aarch64.md (<neg_not_op><mode>cc): New define_expand.
663 * config/aarch64/iterators.md (NEG_NOT): New code iterator.
664 (neg_not_op): New code attribute.
665
666 2015-11-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
667
668 * ifcvt.c (noce_try_inverse_constants): New function.
669 (noce_process_if_block): Call it.
670 * optabs.h (emit_conditional_neg_or_complement): Declare prototype.
671 * optabs.def (negcc_optab, notcc_optab): Declare.
672 * optabs.c (emit_conditional_neg_or_complement): New function.
673 * doc/tm.texi (Standard Names): Document negcc, notcc names.
674
675 2015-11-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
676
677 PR rtl-optimization/68236
678 * haifa-sched.c (autopref_multipass_dfa_lookahead_guard): Return 0
679 if insn_queue doesn't exist.
680 (haifa_sched_finish): Reset insn_queue to NULL.
681
682 2015-11-10 Robert Suchanek <robert.suchanek@imgtec.com>
683
684 * regrename.c (create_new_chain): Initialize renamed and tied_chain.
685 (build_def_use): Initialize terminated_this_insn.
686 (find_best_rename_reg): Pick and check register from the tied chain.
687 (regrename_do_replace): Mark head as renamed.
688 (struct du_head *terminated_this_insn). New static variable.
689 (scan_rtx_reg): Tie chains in move insns. Set terminated_this_insn.
690 * regrename.h (struct du_head): Add tied_chain, renamed members.
691
692 2015-11-10 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
693
694 PR bootstrap/68256
695 * config/aarch64/aarch64.c (aarch64_use_constant_blocks_p):
696 Return false.
697
698 2015-11-09 Eric Botcazou <ebotcazou@adacore.com>
699
700 PR target/57845
701 * config/sparc/sparc.c (sparc_function_value_1): In 32-bit mode, do
702 not promote the mode for aggregate types.
703
704 2015-11-09 Nathan Sidwell <nathan@codesourcery.com>
705
706 * omp-low.h (replace_oacc_fn_attrib, build_oacc_routine_dims): Declare.
707 * omp-low.c (build_oacc_routine_dims): New.
708
709 2015-11-09 Michael Meissner <meissner@linux.vnet.ibm.com>
710
711 * config/rs6000/constraints.md (wF constraint): New constraints
712 for power9/toc fusion.
713 (wG constraint): Likewise.
714
715 * config/rs6000/predicates.md (u6bit_cint_operand): New
716 predicate, recognize 0..63.
717 (upper16_cint_operand): New predicate for power9 and toc fusion.
718 (fpr_reg_operand): Likewise.
719 (toc_fusion_or_p9_reg_operand): Likewise.
720 (toc_fusion_mem_raw): Likewise.
721 (toc_fusion_mem_wrapped): Likewise.
722 (fusion_gpr_addis): If power9 fusion, allow fusion for a larger
723 address range.
724 (fusion_gpr_mem_combo): Delete, use fusion_addis_mem_combo_load
725 instead.
726 (fusion_addis_mem_combo_load): Add support for power9 fusion of
727 floating point loads, floating point stores, and gpr stores.
728 (fusion_addis_mem_combo_store): Likewise.
729 (fusion_offsettable_mem_operand): Likewise.
730
731 * config/rs6000/rs6000-protos.h (emit_fusion_addis): Add
732 declarations.
733 (emit_fusion_load_store): Likewise.
734 (fusion_p9_p): Likewise.
735 (expand_fusion_p9_load): Likewise.
736 (expand_fusion_p9_store): Likewise.
737 (emit_fusion_p9_load): Likewise.
738 (emit_fusion_p9_store): Likewise.
739 (fusion_wrap_memory_address): Likewise.
740
741 * config/rs6000/rs6000.c (struct rs6000_reg_addr): Add new
742 elements for power9 fusion.
743 (rs6000_debug_print_mode): Rework debug information to print more
744 information about fusion.
745 (rs6000_init_hard_regno_mode_ok): Setup for power9 fusion
746 support.
747 (rs6000_legitimate_address_p): Recognize toc fusion as a valid
748 offsettable memory address.
749 (rs6000_rtx_costs): Update costs for new ISA 3.0 instructions.
750 (emit_fusion_gpr_load): Move most of the code from
751 emit_fusion_gpr_load into emit_fusion-addis that handles both
752 power8 and power9 fusion.
753 (emit_fusion_addis): Likewise.
754 (emit_fusion_load_store): Likewise.
755 (fusion_wrap_memory_address): Add support for TOC fusion.
756 (fusion_split_address): Likewise.
757 (fusion_p9_p): Add support for power9 fusion.
758 (expand_fusion_p9_load): Likewise.
759 (expand_fusion_p9_store): Likewise.
760 (emit_fusion_p9_load): Likewise.
761 (emit_fusion_p9_store): Likewise.
762
763 * config/rs6000/rs6000.h (TARGET_EXTSWSLI): Macros for support for
764 new instructions in ISA 3.0.
765 (TARGET_CTZ): Likewise.
766 (TARGET_TOC_FUSION_INT): Macros for power9 fusion support.
767 (TARGET_TOC_FUSION_FP): Likewise.
768
769 * config/rs6000/rs6000.md (UNSPEC_FUSION_P9): New power9/toc
770 fusion unspecs.
771 (UNSPEC_FUSION_ADDIS): Likewise.
772 (QHSI mode iterator): New iterator for power9 fusion.
773 (GPR_FUSION): Likewise.
774 (FPR_FUSION): Likewise.
775 (mod<mode>3): Add support for ISA 3.0
776 modulus instructions.
777 (umod<mode>3): Likewise.
778 (divmod peephole): Likewise.
779 (udivmod peephole): Likewise.
780 (ctz<mode>2): Add support for ISA 3.0 count trailing zeros scalar
781 instructions.
782 (ctz<mode>2_h): Likewise.
783 (ashdi3_extswsli): Add support for ISA 3.0 EXTSWSLI instruction.
784 (ashdi3_extswsli_dot): Likewise.
785 (ashdi3_extswsli_dot2): Likewise.
786 (power9 fusion splitter): New power9/toc fusion support.
787 (toc_fusionload_<mode>): Likewise.
788 (toc_fusionload_di): Likewise.
789 (fusion_gpr_load_<mode>): Update predicate function.
790 (power9 fusion peephole2s): New power9/toc fusion support.
791 (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_load): Likewise.
792 (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_store): Likewise.
793 (fusion_fpr_<P:mode>_<FPR_FUSION:mode>_load): Likewise.
794 (fusion_fpr_<P:mode>_<FPR_FUSION:mode>_store): Likewise.
795 (fusion_p9_<mode>_constant): Likewise.
796
797 2015-11-09 Steve Ellcey <sellcey@imgtec.com>
798
799 * optabs.c (prepare_libcall_arg): New function.
800 (expand_fixed_convert): Add call to prepare_libcall_arg.
801
802 2015-11-09 Nikolai Bozhenov <n.bozhenov@samsung.com>
803
804 * sched-int.h (dump_rgn_dependencies_dot): Declare
805 * sched-rgn.c (dump_rgn_dependencies_dot): New function
806 * print-rtl.h (print_insn): Add prototype
807
808 * haifa-sched.c (setup_sched_dump): Don't redirect output to stderr.
809 * common.opt (-fsched-verbose): Set default value to 1.
810 * invoke.texi (-fsched-verbose): Update the option's description.
811
812 2015-11-09 Eric Botcazou <ebotcazou@adacore.com>
813
814 * config/visium/visium.h (PRINT_OPERAND): Delete.
815 (PRINT_OPERAND_PUNCT_VALID_P): Likewise.
816 (PRINT_OPERAND_ADDRESS): Likewise.
817 * config/visium/visium.c (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define
818 to...
819 (visium_print_operand_punct_valid_p): ...this. New function.
820 (TARGET_PRINT_OPERAND): Define to...
821 (print_operand): Rename to...
822 (visium_print_operand): ...this.
823 (TARGET_PRINT_OPERAND_ADDRESS): Define to...
824 (visium_output_address): Rename to...
825 (visium_print_operand_address): ...this.
826 (print_operand_address): Delete.
827
828 2015-11-09 Eric Botcazou <ebotcazou@adacore.com>
829
830 PR middle-end/68259
831 * tree.h (reverse_storage_order_for_component_p) <COMPONENT_REF>:
832 Check that the type of the first operand is an aggregate type.
833
834 2015-11-09 Nathan Sidwell <nathan@codesourcery.com>
835
836 * omp-low.c: Fix some OpenACC comment typos.
837 (lower_reduction_clauses): Remove BUILT_IN_GOACC_GET_THREAD_NUM call.
838 * omp-builtins.def (BUILT_IN_GOACC_GET_THREAD_NUM,
839 BUILT_IN_GOACC_GET_NUM_THREADS): Delete.
840
841 2015-11-09 Uros Bizjak <ubizjak@gmail.com>
842
843 * config/i386/i386.md (*strmovqi_1): Fix insn enable condition.
844
845 2015-11-09 Jeff Law <law@redhat.com>
846
847 * tree-ssanames.c (verify_ssaname_freelists): Simplify check for
848 being in gimple/ssa form. Remove redundant check for SSA_NAME.
849 Fix comment typo.
850
851 2015-11-09 Michael Meissner <meissner@linux.vnet.ibm.com>
852 Peter Bergner <bergner@vnet.ibm.com>
853
854 * config/rs6000/rs6000.opt (-mpower9-fusion): Add new switches for
855 ISA 3.0 (power9).
856 (-mpower9-vector): Likewise.
857 (-mpower9-dform): Likewise.
858 (-mpower9-minmax): Likewise.
859 (-mtoc-fusion): Likewise.
860 (-mmodulo): Likewise.
861 (-mfloat128-hardware): Likewise.
862
863 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add option
864 mask for ISA 3.0 (power9).
865 (POWERPC_MASKS): Add new ISA 3.0 switches.
866 (power9 cpu): Add power9 cpu.
867
868 * config/rs6000/rs6000.h (ASM_CPU_POWER9_SPEC): Add support for
869 power9.
870 (ASM_CPU_SPEC): Likewise.
871 (EXTRA_SPECS): Likewise.
872
873 * config/rs6000/rs6000-opts.h (enum processor_type): Add
874 PROCESSOR_POWER9.
875
876 * config/rs6000/rs6000.c (power9_cost): Initial cost setup for
877 power9.
878 (rs6000_debug_reg_global): Add support for power9 fusion.
879 (rs6000_setup_reg_addr_masks): Cache mode size.
880 (rs6000_option_override_internal): Until real power9 tuning is
881 added, use -mtune=power8 for -mcpu=power9.
882 (rs6000_setup_reg_addr_masks): Do not allow pre-increment,
883 pre-decrement, or pre-modify on SFmode/DFmode if we allow the use
884 of Altivec registers.
885 (rs6000_option_override_internal): Add support for ISA 3.0
886 switches.
887 (rs6000_loop_align): Add support for power9 cpu.
888 (rs6000_file_start): Likewise.
889 (rs6000_adjust_cost): Likewise.
890 (rs6000_issue_rate): Likewise.
891 (insn_must_be_first_in_group): Likewise.
892 (insn_must_be_last_in_group): Likewise.
893 (force_new_group): Likewise.
894 (rs6000_register_move_cost): Likewise.
895 (rs6000_opt_masks): Likewise.
896
897 * config/rs6000/rs6000.md (cpu attribute): Add power9.
898 * config/rs6000/rs6000-tables.opt: Regenerate.
899
900 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Define
901 _ARCH_PWR9 if power9 support is available.
902
903 * config/rs6000/aix61.h (ASM_CPU_SPEC): Add power9.
904 * config/rs6000/aix53.h (ASM_CPU_SPEC): Likewise.
905
906 * configure.ac: Determine if the assembler supports the ISA 3.0
907 instructions.
908 * config.in (HAVE_AS_POWER9): Likewise.
909 * configure: Regenerate.
910
911 * doc/invoke.texi (RS/6000 and PowerPC Options): Document ISA 3.0
912 switches.
913
914 2015-11-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
915
916 * config/aarch64/aarch64.c (aarch64_simd_valid_immediate):
917 Remove integer CONST_DOUBLE handling. It should never occur.
918
919 2015-11-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
920
921 PR target/68129
922 * config/aarch64/aarch64.h (TARGET_SUPPORTS_WIDE_INT): Define to 1.
923 * config/aarch64/aarch64.c (aarch64_print_operand, CONST_DOUBLE):
924 Delete VOIDmode case. Assert that mode is not VOIDmode.
925 * config/aarch64/predicates.md (const0_operand): Remove const_double
926 match.
927
928 2015-11-09 Martin Liska <mliska@suse.cz>
929
930 * ipa-inline-analysis.c (estimate_function_body_sizes): Call
931 body_info release function.
932 * ipa-prop.c (ipa_release_body_info): New function.
933 (ipa_analyze_node): Call the function.
934 (ipa_node_params::~ipa_node_params): Release known_csts.
935 * ipa-prop.h (ipa_release_body_info): Declare.
936
937 2015-11-09 Martin Liska <mliska@suse.cz>
938
939 * gcc.c (record_temp_file): Release name string.
940 * ifcvt.c (noce_convert_multiple_sets): Use auto_vec instead
941 of vec.
942 * lra-lives.c (free_live_range_list): Utilize
943 lra_live_range_pool for allocation and deallocation.
944 (create_live_range): Likewise.
945 (copy_live_range): Likewise.
946 (lra_merge_live_ranges): Likewise.
947 (remove_some_program_points_and_update_live_ranges): Likewise.
948 (lra_create_live_ranges_1): Release point_freq_vec that can
949 be not freed from previous iteration of the function.
950 * tree-eh.c (lower_try_finally_switch): Use auto_vec instead of
951 vec.
952 * tree-sra.c (sra_deinitialize): Release all vectors in
953 base_access_vec.
954 * tree-ssa-dom.c (free_dom_edge_info): Make the function extern.
955 * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges):
956 Release edge_info for a removed edge.
957 (thread_through_all_blocks): Free region vector.
958 * tree-ssa.h (free_dom_edge_info): Declare function extern.
959
960 2015-11-09 Ilya Enkovich <enkovich.gnu@gmail.com>
961
962 * optabs.c (expand_vec_cond_expr): Always get sign from type.
963 * tree.c (wide_int_to_tree): Support negative values for boolean.
964 (build_nonstandard_boolean_type): Use signed type for booleans.
965
966 2015-11-09 Richard Biener <rguenther@suse.de>
967
968 PR tree-optimization/68248
969 * tree-vect-generic.c (expand_vector_operations_1): Handle
970 scalar rhs2.
971
972 2015-11-09 Richard Biener <rguenther@suse.de>
973
974 PR tree-optimization/56118
975 * tree-vectorizer.h (vect_find_last_scalar_stmt_in_slp): Declare.
976 * tree-vect-slp.c (vect_find_last_scalar_stmt_in_slp): Export.
977 * tree-vect-data-refs.c (vect_slp_analyze_node_dependences): New
978 function.
979 (vect_slp_analyze_data_ref_dependences): Instead of computing
980 all dependences of the region DRs just analyze the code motions
981 SLP vectorization will perform. Remove SLP instances that
982 cannot have their store/load motions applied.
983 (vect_analyze_data_refs): Allow DRs without a vectype
984 in BB vectorization.
985
986 2015-11-09 Julian Brown <julian@codesourcery.com>
987
988 * final.c (output_asm_insn): Pass VOIDmode to output_address.
989 (output_address): Add MODE argument. Pass to print_operand_address
990 hook.
991 * targhooks.c (default_print_operand_address): Add MODE argument.
992 * targhooks.h (default_print_operand_address): Update prototype.
993 * output.h (output_address): Update prototype.
994 * target.def (print_operand_address): Add MODE argument.
995 * config/vax/vax.c (print_operand_address): Pass VOIDmode to
996 output_address.
997 (print_operand): Pass access mode to output_address.
998 * config/mcore/mcore.c (mcore_print_operand_address): Add MODE
999 argument.
1000 (mcore_print_operand): Update calls to mcore_print_operand_address.
1001 * config/fr30/fr30.c (fr30_print_operand): Pass VOIDmode to
1002 output_address.
1003 * config/lm32/lm32.c (lm32_print_operand): Pass mode in calls to
1004 output_address.
1005 * config/tilegx/tilegx.c (output_memory_reference_mode): Remove
1006 global.
1007 (tilegx_print_operand): Don't set above global. Update calls to
1008 output_address.
1009 (tilegx_print_operand_address): Add MODE argument. Use instead of
1010 output_memory_reference_mode global.
1011 * config/frv/frv.c (frv_print_operand_address): Add MODE argument.
1012 (frv_print_operand): Pass mode to frv_print_operand_address calls.
1013 * config/mn10300/mn10300.c (mn10300_print_operand): Pass mode to
1014 output_address.
1015 * config/cris/cris.c (cris_print_operand_address): Add MODE
1016 argument.
1017 (cris_print_operand): Pass mode to output_address calls.
1018 * config/spu/spu.c (print_operand): Pass mode to output_address
1019 calls.
1020 * config/aarch64/aarch64.h (aarch64_print_operand)
1021 (aarch64_print_operand_address): Remove prototypes.
1022 * config/aarch64/aarch64.c (aarch64_memory_reference_mode): Delete
1023 global.
1024 (aarch64_print_operand): Make static. Update calls to
1025 output_address.
1026 (aarch64_print_operand_address): Add MODE argument. Use instead of
1027 aarch64_memory_reference_mode global.
1028 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define target
1029 hooks.
1030 * config/aarch64/aarch64.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS):
1031 Delete macro definitions.
1032 * config/pa/pa.c (pa_print_operand): Pass mode in output_address
1033 calls.
1034 * config/xtensa/xtensa.c (print_operand): Pass mode in
1035 output_address calls.
1036 * config/h8300/h8300.c (h8300_print_operand_address): Add MODE
1037 argument.
1038 (h83000_print_operand): Update calls to h8300_print_operand_address
1039 and output_address.
1040 * config/ia64/ia64.c (ia64_print_operand_address): Add MODE
1041 argument.
1042 * config/tilepro/tilepro.c (output_memory_reference_mode): Delete
1043 global.
1044 (tilepro_print_operand): Pass mode to output_address.
1045 (tilepro_print_operand_address): Add MODE argument. Use instead of
1046 output_memory_reference_mode.
1047 * config/nvptx/nvptx.c (output_decl_chunk, nvptx_assemble_integer)
1048 (nvptx_output_call_insn, nvptx_print_address_operand): Pass VOIDmode
1049 to output_address calls.
1050 (nvptx_print_operand_address): Add MODE argument.
1051 * config/alpha/alpha.c (print_operand): Pass mode argument in
1052 output_address calls.
1053 * config/m68k/m68k.c (print_operand): Pass mode argument in
1054 output_address call.
1055 * config/avr/avr.c (avr_print_operand_address): Add MODE argument.
1056 (avr_print_operand): Update calls to avr_print_operand_address.
1057 * config/sparc/sparc.c (sparc_print_operand_address): Add MODE
1058 argument. Update calls to output_address.
1059 (sparc_print_operand): Pass mode to output_address.
1060 * config/iq2000/iq2000.c (iq2000_print_operand_address): Add MODE
1061 argument.
1062 (iq2000_print_operand): Pass mode in output_address calls.
1063 * config/stormy16/stormy16.c (xstormy16_print_operand_address): Add
1064 MODE argument.
1065 (xstormy16_print_operand): Pass mode to
1066 xstormy16_print_operand_address calls.
1067 * config/mips/mips.c (mips_print_operand): Update calls to
1068 output_address.
1069 (mips_print_operand_address): Add MODE argument.
1070 * config/epiphany/epiphany.c (epiphany_print_operand): Update calls
1071 to output_address.
1072 (epiphany_print_operand_address): Add MODE argument. Add FIXME note.
1073 * config/pdp11/pdp11.c (pdp11_asm_print_operand): Update call to
1074 output_address.
1075 * config/rx/rx.c (rx_print_operand_address): Add MODE argument.
1076 (rx_print_operand): Update calls to output_address,
1077 rx_print_operand_address.
1078 * config/nds32/nds32.c (nds32_print_operand): Update calls to
1079 output_address.
1080 (nds32_print_operand_address): Add MODE argument.
1081 * config/rs6000/rs6000.c (print_operand): Pass mem mode to
1082 output_address calls.
1083 * config/c6x/c6x.c (print_address_offset): Pass mem mode to
1084 output_address call.
1085 (c6x_print_address_operand): Update calls to output_address.
1086 (c6x_print_operand_address): Pass mode to above.
1087 * config/v850/v850.c (v850_print_operand_address): Add MODE
1088 argument.
1089 (v850_print_operand): Pass mode to v850_print_operand_address,
1090 output_address.
1091 * config/mmix/mmix.c (mmix_print_operand_address): Add MODE
1092 argument.
1093 (mmix_print_operand): Pass mode in output_address calls.
1094 * config/sh/sh.c (sh_print_operand_address): Add MODE argument.
1095 (sh_print_operand): Pass mem mode to output_address,
1096 sh_print_operand_address.
1097 * config/cr16/cr16.c (cr16_print_operand_address): Add MODE
1098 argument.
1099 (cr16_print_operand): Pass mode to output_address,
1100 cr16_print_operand_address.
1101 * config/bfin/bfin.c (print_address_operand): Pass VOIDmode to
1102 output_address.
1103 * config/microblaze/microblaze.c (print_operand): Pass mode to
1104 output_address.
1105 * config/nios2/nios2.c (nios2_print_operand): Pass VOIDmode to
1106 output_address.
1107 (nios2_print_operand_address): Add MODE argument. Update call to
1108 nios2_print_operand_address.
1109 * config/s390/s390.c (print_operand): Pass mode to output_address.
1110 * config/m32c/m32c.c (m32c_print_operand_address): Add MODE
1111 argument.
1112 * config/arc/arc.c (arc_print_operand): Pass VOIDmode to
1113 output_address.
1114 * config/arm/arm.c (arm_print_operand_address): Add MODE argument.
1115 Use instead of output_memory_reference_mode.
1116 (output_memory_reference_mode): Delete global.
1117 (arm_print_operand): Pass mem mode to output_address.
1118 * config/m32r/m32r.c (m32r_print_operand_address): Add MODE
1119 argument.
1120 (m32r_print_operand): Pass mode to output_address.
1121 * config/msp430/msp430.c (msp430_print_operand_addr): Add MODE
1122 argument.
1123 (msp430_print_operand): Pass mode to msp430_print_operand_addr.
1124 * config/i386/i386.c (ix86_print_operand): Pass mode to
1125 output_address calls.
1126 (ix86_print_operand_address): Add MODE argument.
1127
1128 2015-11-09 Eric Botcazou <ebotcazou@adacore.com>
1129
1130 PR middle-end/68251
1131 * tree-core.h (REF_REVERSE_STORAGE_ORDER): Move around.
1132 * tree.h (REF_REVERSE_STORAGE_ORDER): Change to default_def_flag.
1133 * tree-streamer-in.c (unpack_ts_base_value_fields): Adjust.
1134 * tree-streamer-out.c (pack_ts_base_value_fields): Likewise.
1135
1136 2015-11-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1137
1138 PR rtl-optimization/67749
1139 * ifcvt.c (noce_try_cmove_arith): Do not emit move in IF-ELSE
1140 case before emitting the two blocks. Instead modify the register
1141 in the corresponding final insn of the basic block.
1142
1143 2015-11-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1144
1145 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Allow for differences in
1146 assembler syntax.
1147 Support Solaris ld.
1148 Define HAVE_INITFINI_ARRAY_SUPPORT as 0/1.
1149
1150 * config/sol2.h (SUPPORTS_INIT_PRIORITY): Define to
1151 HAVE_INITFINI_ARRAY_SUPPORT.
1152 * config/initfini-array.h: Check HAVE_INITFINI_ARRAY_SUPPORT
1153 value.
1154
1155 * configure.ac (gcc_cv_as_sparc_nobits): Remove.
1156 * config/sparc/sparc.c (sparc_solaris_elf_asm_named_section):
1157 Don't check HAVE_AS_SPARC_NOBITS.
1158 Heed SECTION_NOTYPE.
1159
1160 * configure: Regenerate.
1161 * config.in: Regenerate.
1162
1163 2015-11-09 Eric Botcazou <ebotcazou@adacore.com>
1164
1165 PR middle-end/68253
1166 * fold-const.c (fold_truth_andor_1): Initialize new variables to 0.
1167
1168 2015-11-09 Richard Henderson <rth@redhat.com>
1169
1170 * config/i386/i386-c.c (ix86_target_macros): Define __SEG_FS,
1171 __SEG_GS, __SEG_TLS.
1172 (ix86_register_pragmas): Register address spaces __seg_fs,
1173 __seg_gs, __seg_tls.
1174 * config/i386/i386-protos.h (enum ix86_address_seg): Remove.
1175 (ADDR_SPACE_SEG_FS, ADDR_SPACE_SEG_GS, ADDR_SPACE_SEG_TLS): New.
1176 (struct ix86_address): Use addr_space_t instead of ix86_address_seg.
1177 * config/i386/i386.c (ix86_decompose_address): Likewise.
1178 (ix86_legitimate_address_p): Likewise.
1179 (memory_address_length): Likewise. Check mem address space too.
1180 (ix86_print_operand): Use ix86_print_operand_address_as.
1181 (ix86_print_operand_address_as): Rename from
1182 ix86_print_operand_address, add new addr_space_t parameter.
1183 Validate that either the parameter or the ix86_address segment
1184 is default address space. Handle ADDR_SPACE_SEG_TLS.
1185 (ix86_print_operand_address): New.
1186 (ix86_addr_space_subset_p, TARGET_ADDR_SPACE_SUBSET_P): New.
1187 (ix86_addr_space_convert, TARGET_ADDR_SPACE_CONVERT): New.
1188 (ix86_addr_space_debug, TARGET_ADDR_SPACE_DEBUG): New.
1189 (ix86_addr_space_zero_address_valid): New.
1190 (TARGET_ADDR_SPACE_ZERO_ADDRESS_VALID): New.
1191 * config/i386/i386.h (DEFAULT_TLS_SEG_REG): Use addr_space_t constants.
1192 * config/i386/rdos.h (DEFAULT_TLS_SEG_REG): Likewise.
1193 * config/i386/predicates.md (address_no_seg_operand): Likewise.
1194 (vsib_address_operand): Likewise.
1195 (address_mpx_no_base_operand): Likewise.
1196 (address_mpx_no_index_operand): Likewise.
1197 * doc/extend.texi (x86 Named Address Spaces): New section.
1198
1199 * config/i386/i386.c (ix86_check_no_addr_space): New.
1200 (decide_alg): Add have_as parameter.
1201 (alg_usable_p): Likewise; disable rep algorithms if set.
1202 (ix86_expand_set_or_movmem): Notice if either MEM has a
1203 non-default address space.
1204 (ix86_expand_strlen): Likewise.
1205 * config/i386/i386.md (strmov, strset): Likewise.
1206 (*strmovdi_rex_1): Use ix86_check_no_addr_space.
1207 (*strmovsi_1, *strmovqi_1, *rep_movdi_rex64, *rep_movsi, *rep_movqi,
1208 *strsetdi_rex_1, *strsetsi_1, *strsethi_1, *strsetqi_1,
1209 *rep_stosdi_rex64, *rep_stossi, *rep_stosqi, *cmpstrnqi_nz_1,
1210 *cmpstrnqi_1, *strlenqi_1): Likewise.
1211
1212 * config/i386/i386.md (*movabs<mode>_1): Print the full memory rtx.
1213 (*movabs<mode>_2): Likewise.
1214
1215 * dwarf2out.c (modified_type_die): Pass the address space number
1216 through TARGET_ADDR_SPACE_DEBUG to produce the dwarf address class.
1217 * target.def (TARGET_ADDR_SPACE_DEBUG): New.
1218 * targhooks.c (default_addr_space_debug): New.
1219 * targhooks.h (default_addr_space_debug): Declare.
1220 * doc/tm.texi.in (TARGET_ADDR_SPACE_DEBUG): Mark it.
1221 * doc/tm.texi: Rebuild.
1222
1223 * gimple.c (check_loadstore): Return false when 0 is a valid address.
1224 * fold-const.c (const_unop) [ADDR_SPACE_CONVERT_EXPR]: Do not fold
1225 null when 0 is valid in the source address space.
1226 * target.def (TARGET_ADDR_SPACE_ZERO_ADDRESS_VALID): New.
1227 * targhooks.c (default_addr_space_zero_address_valid): New.
1228 * targhooks.h (default_addr_space_zero_address_valid): Declare.
1229 * doc/tm.texi.in (TARGET_ADDR_SPACE_ZERO_ADDRESS_VALID): Mark it.
1230 * doc/tm.texi: Rebuild.
1231
1232 * cselib.c (add_mem_for_addr): Compare address spaces when
1233 matching memories.
1234 (cselib_lookup_mem): Likewise.
1235 * fold-const.c (operand_equal_p): Check address spaces of
1236 pointer types before checking integer constants.
1237
1238 PR tree-opt/66768
1239 * tree-ssa-address.c (create_mem_ref_raw): Use a pointer of
1240 the correct type for the base.
1241
1242 2015-11-09 Jeff Law <law@redhat.com>
1243
1244 * tree-into-ssa.c (names_to_release): No longer static.
1245 * tree-into-ssa.h (names_to_release): Declare.
1246 * tree-ssanames.c (verify_ssaname_freelists): New debug function.
1247 (release_free_names_and_compact_live_names): New function extracted
1248 from pass_release_ssa_names::execute.
1249 (pass_release_ssa_names::execute): Use it.
1250
1251 2015-11-09 Alan Modra <amodra@gmail.com>
1252
1253 * gensupport.c (add_mnemonic_string): Make len param a size_t.
1254 (gen_mnemonic_setattr): Make "size" var a size_t. Use
1255 obstack_blank_fast to shrink obstack. Cast obstack_next_free
1256 return value.
1257
1258 2015-11-09 Segher Boessenkool <segher@kernel.crashing.org>
1259
1260 PR rtl-optimization/68182
1261 * bb-reorder.c (reorder_basic_blocks_simple): Treat a conditional
1262 branch with only one successor just like unconditional branches.
1263
1264 2015-11-08 Jeff Law <law@redhat.com>
1265
1266 * tree-ssa-threadupdate.c (register_jump_thraed): Assert that a
1267 non-FSM path has no edges marked with EDGE_DFS_BACK.
1268 (ssa_redirect_edges): No longer call mark_loop_for_removal.
1269 (thread_single_edge, def_split_header_continue_p): Remove.
1270 (bb_ends_with_multiway_branch): Likewise.
1271 (thread_through_loop_header): Remove cases of threading from
1272 latch through the header. Simplify knowing we won't thread
1273 the latch.
1274 (thread_through_all_blocks): Simplify knowing that only the FSM
1275 threader needs to handle backedges.
1276
1277 2015-11-08 Eric Botcazou <ebotcazou@adacore.com>
1278
1279 * doc/extend.texi (type attributes): Document scalar_storage_order.
1280 (Structure-Packing Pragmas): Rename into...
1281 (Structure-Layout Pragmas): ...this. Document scalar_storage_order.
1282 * doc/invoke.texi (C Dialect Options): Document -fsso-struct
1283 (Warnings): Document -Wno-scalar-storage-order.
1284 * flag-types.h (enum scalar_storage_order_kind): New enumeration.
1285 * calls.c (store_unaligned_arguments_into_pseudos): Adjust calls to
1286 extract_bit_field and store_bit_field.
1287 (initialize_argument_information): Adjust call to store_expr.
1288 (load_register_parameters): Adjust call to extract_bit_field.
1289 * expmed.c (check_reverse_storage_order_support): New function.
1290 (check_reverse_float_storage_order_support): Likewise.
1291 (flip_storage_order): Likewise.
1292 (store_bit_field_1): Add REVERSE parameter. Flip the storage order
1293 of the value if it is true. Pass REVERSE to recursive call after
1294 adjusting the target offset.
1295 Do not use extraction or movstrict instruction if REVERSE is true.
1296 Pass REVERSE to store_fixed_bit_field.
1297 (store_bit_field): Add REVERSE parameter and pass to it to above.
1298 (store_fixed_bit_field): Add REVERSE parameter and pass to it to
1299 store_split_bit_field and store_fixed_bit_field_1.
1300 (store_fixed_bit_field_1): Add REVERSE parameter. Flip the storage
1301 order of the value if it is true and adjust the target offset.
1302 (store_split_bit_field): Add REVERSE parameter and pass it to
1303 store_fixed_bit_field. Adjust the target offset if it is true.
1304 (extract_bit_field_1): Add REVERSE parameter. Flip the storage order
1305 of the value if it is true. Pass REVERSE to recursive call after
1306 adjusting the target offset.
1307 Do not use extraction or subreg instruction if REVERSE is true.
1308 Pass REVERSE to extract_fixed_bit_field.
1309 (extract_bit_field): Add REVERSE parameter and pass to it to above.
1310 (extract_fixed_bit_field): Add REVERSE parameter and pass to it to
1311 extract_split_bit_field and extract_fixed_bit_field_1.
1312 (extract_fixed_bit_field_1): Add REVERSE parameter. Flip the storage
1313 order of the value if it is true and adjust the target offset.
1314 (extract_split_bit_field): Add REVERSE parameter and pass it to
1315 extract_fixed_bit_field. Adjust the target offset if it is true.
1316 * expmed.h (flip_storage_order): Declare.
1317 (store_bit_field): Adjust prototype.
1318 (extract_bit_field): Likewise.
1319 * expr.c (emit_group_load_1): Adjust calls to extract_bit_field.
1320 (emit_group_store): Adjust call to store_bit_field.
1321 (copy_blkmode_from_reg): Likewise.
1322 (copy_blkmode_to_reg): Likewise.
1323 (write_complex_part): Likewise.
1324 (read_complex_part): Likewise.
1325 (optimize_bitfield_assignment_op): Add REVERSE parameter. Assert
1326 that it isn't true if the target is a register.
1327 <PLUS_EXPR>: If it is, do not optimize unless bitsize is equal to 1,
1328 and flip the storage order of the value.
1329 <BIT_IOR_EXPR>: Flip the storage order of the value.
1330 (get_bit_range): Adjust call to get_inner_reference.
1331 (expand_assignment): Adjust calls to get_inner_reference, store_expr,
1332 optimize_bitfield_assignment_op and store_field. Handle MEM_EXPRs
1333 with reverse storage order.
1334 (store_expr_with_bounds): Add REVERSE parameter and pass it to
1335 recursive calls and call to store_bit_field. Force the value into a
1336 register if it is true and then flip the storage order of the value.
1337 (store_expr): Add REVERSE parameter and pass it to above.
1338 (categorize_ctor_elements_1): Adjust call to
1339 initializer_constant_valid_p.
1340 (store_constructor_field): Add REVERSE parameter and pass it to
1341 recursive calls and call to store_field.
1342 (store_constructor): Add REVERSE parameter and pass it to calls to
1343 store_constructor_field and store_expr. Set it to true for an
1344 aggregate type with TYPE_REVERSE_STORAGE_ORDER.
1345 (store_field): Add REVERSE parameter and pass it to recursive calls
1346 and calls to store_expr and store_bit_field. Temporarily flip the
1347 storage order of the value with record type and integral mode and
1348 adjust the shift if it is true.
1349 (get_inner_reference): Add PREVERSEP parameter and set it to true
1350 upon encoutering a reference with reverse storage order.
1351 (expand_expr_addr_expr_1): Adjust call to get_inner_reference.
1352 (expand_constructor): Adjust call to store_constructor.
1353 (expand_expr_real_2) <CASE_CONVERT>: Pass TYPE_REVERSE_STORAGE_ORDER
1354 of the union type to store_expr in the MEM case and assert that it
1355 isn't set in the REG case. Adjust call to store_field.
1356 (expand_expr_real_1) <MEM_REF>: Handle reverse storage order.
1357 <normal_inner_ref>: Add REVERSEP variable and adjust calls to
1358 get_inner_reference and extract_bit_field. Temporarily flip the
1359 storage order of the value with record type and integral mode and
1360 adjust the shift if it is true. Flip the storage order of the value
1361 at the end if it is true.
1362 <VIEW_CONVERT_EXPR>: Add REVERSEP variable and adjust call to
1363 get_inner_reference. Do not fetch an inner reference if it is true.
1364 * expr.h (store_expr_with_bounds): Ajust prototype.
1365 (store_expr): Likewise.
1366 * fold-const.c (make_bit_field_ref): Add REVERSEP parameter and set
1367 REF_REVERSE_STORAGE_ORDER on the reference according to it.
1368 (optimize_bit_field_compare): Deal with reverse storage order.
1369 Adjust calls to get_inner_reference and make_bit_field_ref.
1370 (decode_field_reference): Add PREVERSEP parameter and adjust call to
1371 get_inner_reference.
1372 (fold_truth_andor_1): Deal with reverse storage order. Adjust calls
1373 to decode_field_reference and make_bit_field_ref.
1374 (fold_unary_loc) <CASE_CONVERT>: Adjust call to get_inner_reference.
1375 <VIEW_CONVERT_EXPR>: Propagate the REF_REVERSE_STORAGE_ORDER flag.
1376 (fold_comparison): Adjust call to get_inner_reference.
1377 (split_address_to_core_and_offset): Adjust call to
1378 get_inner_reference.
1379 * gimple-expr.c (useless_type_conversion_p): Return false for array
1380 types with different TYPE_REVERSE_STORAGE_ORDER flag.
1381 * gimplify.c (gimplify_expr) <MEM_REF>: Propagate the
1382 REF_REVERSE_STORAGE_ORDER flag.
1383 * lto-streamer-out.c (hash_tree): Deal with
1384 TYPE_REVERSE_STORAGE_ORDER.
1385 * output.h (assemble_real): Adjust prototype.
1386 * print-tree.c (print_node): Convey TYPE_REVERSE_STORAGE_ORDER.
1387 * stor-layout.c (finish_record_layout): Propagate the
1388 TYPE_REVERSE_STORAGE_ORDER flag to the variants.
1389 * tree-core.h (TYPE_REVERSE_STORAGE_ORDER): Document.
1390 (TYPE_SATURATING): Adjust.
1391 (REF_REVERSE_STORAGE_ORDER): Document.
1392 * tree-dfa.c (get_ref_base_and_extent): Add PREVERSE parameter and
1393 set it to true upon encoutering a reference with reverse storage
1394 order.
1395 * tree-dfa.h (get_ref_base_and_extent): Adjust prototype.
1396 * tree-inline.c (remap_gimple_op_r): Propagate the
1397 REF_REVERSE_STORAGE_ORDER flag.
1398 (copy_tree_body_r): Likewise.
1399 * tree-outof-ssa.c (insert_value_copy_on_edge): Adjust call to
1400 store_expr.
1401 * tree-streamer-in.c (unpack_ts_base_value_fields): Deal with
1402 TYPE_REVERSE_STORAGE_ORDER and REF_REVERSE_STORAGE_ORDER.
1403 * tree-streamer-out.c (pack_ts_base_value_fields): Likewise.
1404 * tree.c (stabilize_reference) <BIT_FIELD_REF>: Propagate the
1405 REF_REVERSE_STORAGE_ORDER flag.
1406 (verify_type_variant): Deal with TYPE_REVERSE_STORAGE_ORDER.
1407 (gimple_canonical_types_compatible_p): Likewise.
1408 * tree.h (TYPE_REVERSE_STORAGE_ORDER): New flag.
1409 (TYPE_SATURATING): Adjust.
1410 (REF_REVERSE_STORAGE_ORDER): New flag.
1411 (reverse_storage_order_for_component_p): New inline predicate.
1412 (storage_order_barrier_p): Likewise.
1413 (get_inner_reference): Adjust prototype.
1414 * varasm.c: Include expmed.h.
1415 (assemble_variable_contents): Adjust call to output_constant.
1416 (assemble_real): Add REVERSE parameter. Flip the storage
1417 order of the value if REVERSE is true.
1418 (compare_constant) <CONSTRUCTOR>: Compare TYPE_REVERSE_STORAGE_ORDER.
1419 (assemble_constant_contents): Adjust call to output_constant.
1420 (output_constant_pool_2): Adjust call to assemble_real.
1421 (initializer_constant_valid_p_1) <CONSTRUCTOR>: Deal with
1422 TYPE_REVERSE_STORAGE_ORDER.
1423 (initializer_constant_valid_p): Add REVERSE parameter.
1424 (output_constant): Add REVERSE parameter.
1425 <INTEGER_TYPE>: Flip the storage order of the value if REVERSE is true.
1426 <REAL_TYPE>: Adjust call to assemble_real.
1427 <COMPLEX_TYPE>: Pass it to recursive calls.
1428 <ARRAY_TYPE>: Likewise. Adjust call to output_constructor.
1429 <RECORD_TYPE>: Likewise. Adjust call to output_constructor.
1430 (struct oc_local_state): Add REVERSE field.
1431 (output_constructor_array_range): Adjust calls to output_constant.
1432 (output_constructor_regular_field): Likewise.
1433 (output_constructor_bitfield): Adjust call to output_constructor.
1434 Flip the storage order of the value if REVERSE is true.
1435 (output_constructor): Add REVERSE parameter. Set it to true for an
1436 aggregate type with TYPE_REVERSE_STORAGE_ORDER. Adjust call to
1437 output_constructor_bitfield.
1438 * varasm.h (initializer_constant_valid_p): Default REVERSE to false.
1439 * asan.c (instrument_derefs): Adjust call to get_inner_reference.
1440 * builtins.c (get_object_alignment_2): Likewise.
1441 * cfgexpand.c (expand_debug_expr): Adjust call to get_inner_reference
1442 and get_ref_base_and_extent.
1443 * dbxout.c (dbxout_expand_expr): Likewise.
1444 * dwarf2out.c (add_var_loc_to_decl): Likewise.
1445 (loc_list_for_address_of_addr_expr_of_indirect_ref): Likewise.
1446 (loc_list_from_tree): Likewise.
1447 (fortran_common): Likewise.
1448 * gimple-fold.c (gimple_fold_builtin_memory_op): Adjust calls to
1449 get_ref_base_and_extent.
1450 (get_base_constructor): Likewise.
1451 (fold_const_aggregate_ref_1): Likewise.
1452 * gimple-laddress.c (pass_laddress::execute): Adjust call to
1453 get_inner_reference.
1454 * gimple-ssa-strength-reduction.c (slsr_process_ref): Adjust call to
1455 get_inner_reference and bail out on reverse storage order.
1456 * ifcvt.c (noce_emit_move_insn): Adjust calls to store_bit_field.
1457 * ipa-cp.c (ipa_get_jf_ancestor_result): Adjust call to
1458 build_ref_for_offset.
1459 * ipa-polymorphic-call.c (set_by_invariant): Adjust call to
1460 get_ref_base_and_extent.
1461 (ipa_polymorphic_call_context): Likewise.
1462 (extr_type_from_vtbl_ptr_store): Likewise.
1463 (check_stmt_for_type_change): Likewise.
1464 (get_dynamic_type): Likewise.
1465 * ipa-prop.c (ipa_load_from_parm_agg_1): Adjust call to
1466 get_ref_base_and_extent.
1467 (compute_complex_assign_jump_func): Likewise.
1468 (get_ancestor_addr_info): Likewise.
1469 (compute_known_type_jump_func): Likewise.
1470 (determine_known_aggregate_parts): Likewise.
1471 (ipa_get_adjustment_candidate): Likewise.
1472 (ipa_modify_call_arguments): Set REF_REVERSE_STORAGE_ORDER on
1473 MEM_REF.
1474 * ipa-prop.h (ipa_parm_adjustment): Add REVERSE field.
1475 (build_ref_for_offset): Adjust prototype.
1476 * simplify-rtx.c (delegitimize_mem_from_attrs): Adjust call to
1477 get_inner_reference.
1478 * tree-affine.c (tree_to_aff_combination): Adjust call to
1479 get_inner_reference.
1480 (get_inner_reference_aff): Likewise.
1481 * tree-data-ref.c (split_constant_offset_1): Likewise.
1482 (dr_analyze_innermost): Likewise. Bail out if reverse storage order.
1483 * tree-scalar-evolution.c (interpret_rhs_expr): Adjust call to
1484 get_inner_reference.
1485 * tree-sra.c (struct access): Add REVERSE and move WRITE around.
1486 (dump_access): Print new fields.
1487 (create_access): Adjust call to get_ref_base_and_extent and set the
1488 REVERSE flag according to the result.
1489 (completely_scalarize_record): Set the REVERSE flag.
1490 (scalarize_elem): Add REVERSE parameter.
1491 (build_access_from_expr_1): Preserve storage order barriers.
1492 (build_accesses_from_assign): Likewise.
1493 (build_ref_for_offset): Add REVERSE parameter and set the
1494 REF_REVERSE_STORAGE_ORDER flag accordingly.
1495 (build_ref_for_model): Adjust call to build_ref_for_offset and clear
1496 the REF_REVERSE_STORAGE_ORDER flag if there are components.
1497 (analyze_access_subtree): Likewise.
1498 (create_artificial_child_access): Set the REVERSE flag.
1499 (get_access_for_expr): Adjust call to get_ref_base_and_extent.
1500 (turn_representatives_into_adjustments): Propagate REVERSE flag.
1501 (ipa_sra_check_caller): Adjust call to get_inner_reference.
1502 * tree-ssa-alias.c (ao_ref_base): Adjust call to
1503 get_ref_base_and_extent.
1504 (aliasing_component_refs_p): Likewise.
1505 (stmt_kills_ref_p_1): Likewise.
1506 * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1): Likewise.
1507 * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p) <MEM_REF>: New.
1508 Return true if reverse storage order.
1509 <BIT_FIELD_REF>: Likewise.
1510 <COMPONENT_REF>: Likewise.
1511 <ARRAY_REF>: Likewise.
1512 <ARRAY_RANGE_REF>: Likewise.
1513 (split_address_cost): Likewise. Bail out if reverse storage order.
1514 * tree-ssa-math-opts.c (find_bswap_or_nop_load): Adjust call to
1515 get_inner_reference. Bail out if reverse storage order.
1516 (bswap_replace): Adjust call to get_inner_reference.
1517 * tree-ssa-pre.c (create_component_ref_by_pieces_1) <MEM_REF>: Set
1518 the REF_REVERSE_STORAGE_ORDER flag.
1519 <BIT_FIELD_REF>: Likewise.
1520 * tree-ssa-sccvn.c (vn_reference_eq): Return false on storage order
1521 barriers.
1522 (copy_reference_ops_from_ref) <MEM_REF>: Set REVERSE field according
1523 to the REF_REVERSE_STORAGE_ORDER flag.
1524 <BIT_FIELD_REF>: Likewise.
1525 <VIEW_CONVERT_EXPR>: Set it for storage order barriers.
1526 (contains_storage_order_barrier_p): New predicate.
1527 (vn_reference_lookup_3): Adjust calls to get_ref_base_and_extent.
1528 Punt on storage order barriers if necessary.
1529 * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add REVERSE.
1530 * tree-ssa-structalias.c (get_constraint_for_component_ref): Adjust
1531 call to get_ref_base_and_extent.
1532 (do_structure_copy): Likewise.
1533 * tree-vect-data-refs.c (vect_check_gather): Adjust call to
1534 get_inner_reference.
1535 (vect_analyze_data_refs): Likewise. Bail out if reverse storage
1536 order.
1537 * tsan.c (instrument_expr): Adjust call to get_inner_reference.
1538 * ubsan.c (instrument_bool_enum_load): Likewise.
1539 (instrument_object_size): Likewise.
1540 * var-tracking.c (track_expr_p): Adjust call to
1541 get_ref_base_and_extent
1542 * config/mips/mips.c (r10k_safe_mem_expr_p): Adjust call to
1543 get_inner_reference.
1544 * config/s390/s390.c (s390_expand_atomic): Adjust call to
1545 store_bit_field.
1546 * config/tilegx/tilegx.c (tilegx_expand_unaligned_load): Adjust call to
1547 extract_bit_field.
1548 * config/tilepro/tilepro.c (tilepro_expand_unaligned_load): Likewise.
1549
1550 2015-11-07 Eric Botcazou <ebotcazou@adacore.com>
1551
1552 * config/sparc/sparc.opt (mfix-at697f): Add final period.
1553
1554 2015-11-07 Segher Boessenkool <segher@kernel.crashing.org>
1555
1556 PR rtl-optimization/67864
1557 * common/config/i386/i386-common.c (ix86_option_optimization_table)
1558 <OPT_freorder_blocks_algorithm_>: Use REORDER_BLOCKS_ALGORITHM_STC
1559 at -Os and up.
1560
1561 2015-11-07 Richard Sandiford <richard.sandiford@arm.com>
1562
1563 * trans-mem.c (is_tm_pure_call): Use gimple_call_flags for
1564 internal functions.
1565
1566 2015-11-07 Richard Sandiford <richard.sandiford@arm.com>
1567
1568 * builtins.def: #undef DEF_BUILTIN and DEF_BUILTIN_CHKP
1569 * builtins.c, genmatch.c, tree-core.h: Don't undef them here.
1570
1571 2015-11-07 Richard Sandiford <richard.sandiford@arm.com>
1572
1573 * internal-fn.def: #undef DEF_INTERNAL_FN at the end.
1574 * internal-fn.c: Don't undef it here.
1575 * tree-core.h: Likewise.
1576
1577 2015-11-07 Richard Sandiford <richard.sandiford@arm.com>
1578
1579 * builtins.c (fold_builtin_nan): Delete.
1580 (fold_builtin_memcmp): Remove case where both arguments are constant.
1581 (fold_builtin_strcmp, fold_builtin_strncmp): Likewise.
1582 (fold_builtin_strspn, fold_builtin_strcspn): Likewise.
1583 (fold_builtin_1): Remove BUILT_IN_NAN* handling.
1584 * fold-const-call.c: Include fold-const.h.
1585 (host_size_t_cst_p): New function.
1586 (build_cmp_result, fold_const_builtin_nan): Likewise.
1587 (fold_const_call_1): New function, split out from...
1588 (fold_const_call): ...here (for all three interfaces). Handle
1589 constant nan, nans, strlen, strcmp, strncmp, strspn and strcspn.
1590
1591 2015-11-07 Richard Sandiford <richard.sandiford@arm.com>
1592
1593 * builtins.c (fold_builtin_bitop, fold_builtin_bswap): Delete.
1594 (fold_builtin_1): Don't call them.
1595 * fold-const-call.c: Include tm.h.
1596 (fold_const_call_ss): New variant for integer-to-integer folds.
1597 (fold_const_call): Call it.
1598
1599 2015-11-07 Richard Sandiford <richard.sandiford@arm.com>
1600
1601 * builtins.c (fold_builtin_classify): Move constant cases to...
1602 * fold-const-call.c (fold_const_call_ss): ...here.
1603
1604 2015-11-07 Richard Sandiford <richard.sandiford@arm.com>
1605
1606 * builtins.h (c_getstr): Move to...
1607 * fold-const.h (c_getstr): ...here.
1608 * builtins.c (c_getstr): Move to...
1609 * fold-const.c (c_getstr): ...here.
1610
1611 2015-11-07 Richard Sandiford <richard.sandiford@arm.com>
1612
1613 * builtins.def (BUILTIN_RINT, BUILTIN_RINTF, BUILTIN_RINTL): Use
1614 ATTR_MATHFN_FPROUNDING rather than ATTR_MATHFN_FPROUNDING_ERRNO.
1615
1616 2015-11-07 Richard Sandiford <richard.sandiford@arm.com>
1617
1618 * tree-call-cdce.c (shrink_wrap_one_built_in_call): Try to update
1619 the dominance info; free it if we can't.
1620 (pass_call_cdce::execute): Don't free the dominance info here.
1621
1622 2015-11-06 Jeff Law <law@redhat.com>
1623
1624 * tree-ssa-threadedge.c (dummy_simplify): Remove.
1625 (thread_around_empty_blocks): Remove backedge_seen_p argument.
1626 If we thread to a backedge, then return false. Update recursive
1627 call to eliminate backedge_seen_p argument.
1628 (thread_through_normal_block): Remove backedge_seen_p argument.
1629 Remove backedge_seen_p argument from calls to
1630 thread_around_empty_blocks. Remove checks on backedge_seen_p.
1631 If we thread to a backedge, then return 0.
1632 (thread_across_edge): Remove bookkeeping for backedge_seen. Don't
1633 pass it to thread_through_normal_block or thread_through_empty_blocks.
1634 For joiner handling, if we see a backedge, do not try normal
1635 threading.
1636
1637 2015-11-06 Abderrazek Zaafrani <a.zaafrani@samsung.com>
1638
1639 * graphite-optimize-isl.c (optimize_isl): Call isl_union_map_is_equal.
1640 * graphite-poly.c (new_scop): Initialize original_schedule.
1641 (free_scop): Free original_schedule.
1642 * graphite-poly.h (struct scop): Add field original_schedule.
1643 * graphite-sese-to-poly.c (build_scop_original_schedule): New.
1644 (build_poly_scop): Call build_scop_original_schedule.
1645
1646 2015-11-06 Abderrazek Zaafrani <a.zaafrani@samsung.com>
1647
1648 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Remove.
1649 (build_pbb_minimal_scattering_polyhedrons): New.
1650 (build_scop_scattering): Remove.
1651 (build_scop_minimal_scattering): New.
1652 (build_scop_scattering): Call build_pbb_minimal_scattering_polyhedrons.
1653 (build_poly_scop): Call build_scop_minimal_scattering.
1654
1655 2015-11-06 Jeff Law <law@redhat.com>
1656
1657 * cfg-flags.def (IGNORE): New edge flag.
1658 * tree-vrp.c (identify_jump_threads): Mark and clear edges
1659 scheduled for removal with EDGE_IGNORE around call into
1660 jump threader. Do no thread across edges with EDGE_IGNORE,
1661 but do allow threading across those with EDGE_DFS_BACK.
1662
1663 2015-11-06 David Wohlferd <dw@LimeGreenSocks.com>
1664
1665 * doc/md.texi (multi-alternative constraints): Don't document
1666 alternatives inherently tied to reload for the user documentation.
1667
1668 2015-11-06 Michael Collison <michael.collison@linaro.org
1669 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
1670
1671 Revert:
1672 2015-08-01 Michael Collison <michael.collison@linaro.org
1673 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
1674
1675 * config/arm/arm.md (*arm_smin_cmp): New pattern.
1676 (*arm_umin_cmp): Likewise.
1677
1678 2015-11-06 Jakub Jelinek <jakub@redhat.com>
1679
1680 * gimplify.c (gimplify_omp_ordered): Fix up diagnostics
1681 wording.
1682 * omp-low.c (check_omp_nesting_restrictions): Update for the
1683 various new OpenMP 4.5 nesting restrictions, clarified
1684 nesting glossary, closely nested region relationship clarified
1685 to mean explicit or implicit parallel regions (target/teams),
1686 use %</%> or %qs where appropriate.
1687
1688 2015-11-06 Aditya Kumar <aditya.k7@samsung.com>
1689 Sebastian Pop <s.pop@samsung.com>
1690
1691 * graphite-scop-detection.c (loop_is_valid_scop): Call
1692 optimize_loop_nest_for_speed_p.
1693
1694 2015-11-06 Aditya Kumar <aditya.k7@samsung.com>
1695 Sebastian Pop <s.pop@samsung.com>
1696
1697 * graphite-optimize-isl.c (optimize_isl): Call
1698 isl_options_set_schedule_maximize_band_depth.
1699
1700 2015-11-06 Aditya Kumar <aditya.k7@samsung.com>
1701 Sebastian Pop <s.pop@samsung.com>
1702
1703 * graphite-scop-detection.c (scop_detection::merge_sese): Entry
1704 and exit edges should not be a part of irreducible loop.
1705 (scop_detection::can_represent_loop_1): Loops should not be
1706 irreducible.
1707 (scop_detection::harmful_stmt_in_region): All the basic block
1708 should belong to reducible loops.
1709
1710 2015-11-06 Christophe Lyon <christophe.lyon@linaro.org>
1711
1712 * config/aarch64/aarch64-simd-builtins.def: Update builtins
1713 tables: add tbl3v16qi, qtbl[34]*, tbx4v16qi, qtbx[34]*.
1714 * config/aarch64/aarch64-simd.md (aarch64_tbl3v8qi): Rename to...
1715 (aarch64_tbl3<mode>) ... this, which supports v16qi too.
1716 (aarch64_tbx4v8qi): Rename to...
1717 aarch64_tbx4<mode>): ... this.
1718 (aarch64_qtbl3<mode>): New pattern.
1719 (aarch64_qtbx3<mode>): New pattern.
1720 (aarch64_qtbl4<mode>): New pattern.
1721 (aarch64_qtbx4<mode>): New pattern.
1722 * config/aarch64/arm_neon.h (vqtbl2_s8, vqtbl2_u8, vqtbl2_p8)
1723 (vqtbl2q_s8, vqtbl2q_u8, vqtbl2q_p8, vqtbl3_s8, vqtbl3_u8)
1724 (vqtbl3_p8, vqtbl3q_s8, vqtbl3q_u8, vqtbl3q_p8, vqtbl4_s8)
1725 (vqtbl4_u8, vqtbl4_p8, vqtbl4q_s8, vqtbl4q_u8, vqtbl4q_p8)
1726 (vqtbx2_s8, vqtbx2_u8, vqtbx2_p8, vqtbx2q_s8, vqtbx2q_u8)
1727 (vqtbx2q_p8, vqtbx3_s8, vqtbx3_u8, vqtbx3_p8, vqtbx3q_s8)
1728 (vqtbx3q_u8, vqtbx3q_p8, vqtbx4_s8, vqtbx4_u8, vqtbx4_p8)
1729 (vqtbx4q_s8, vqtbx4q_u8, vqtbx4q_p8): Rewrite using builtin
1730 functions.
1731
1732 2015-11-06 Mike Stump <mikestump@comcast.net>
1733
1734 PR debug/66728
1735 * dwarf2out.c (get_full_len): Return a value based upon the actual
1736 precision needed for the value.
1737 (add_const_value_attribute): Use a maximal wide-int for
1738 CONST_WIDE_INTs, not VOIDmode.
1739 (output_die): Don't ever output NULL with printf.
1740
1741 * rtl.h (get_precision of rtx_mode_t): Ensure we never process
1742 BLKmode nor VOIDmode values.
1743
1744 2015-11-06 David Malcolm <dmalcolm@redhat.com>
1745
1746 * diagnostic-color.c (color_dict): Eliminate "caret"; add "range1"
1747 and "range2".
1748 (parse_gcc_colors): Update comment to describe default GCC_COLORS.
1749 * diagnostic-core.h (warning_at_rich_loc): New declaration.
1750 (error_at_rich_loc): New declaration.
1751 (permerror_at_rich_loc): New declaration.
1752 (inform_at_rich_loc): New declaration.
1753 * diagnostic-show-locus.c (adjust_line): Delete.
1754 (struct point_state): New struct.
1755 (class colorizer): New class.
1756 (class layout_point): New class.
1757 (class layout_range): New class.
1758 (struct line_bounds): New.
1759 (class layout): New class.
1760 (colorizer::colorizer): New ctor.
1761 (colorizer::~colorizer): New dtor.
1762 (layout::layout): New ctor.
1763 (layout::print_source_line): New method.
1764 (layout::print_annotation_line): New method.
1765 (layout::get_state_at_point): New method.
1766 (layout::get_x_bound_for_row): New method.
1767 (diagnostic_show_locus): Reimplement in terms of class layout.
1768 (diagnostic_print_caret_line): Delete.
1769 * diagnostic.c (diagnostic_initialize): Replace
1770 MAX_LOCATIONS_PER_MESSAGE with rich_location::MAX_RANGES.
1771 (diagnostic_set_info_translated): Convert param from location_t
1772 to rich_location *. Eliminate calls to set_location on the
1773 message in favor of storing the rich_location ptr there.
1774 (diagnostic_set_info): Convert param from location_t to
1775 rich_location *.
1776 (diagnostic_build_prefix): Break out array into...
1777 (diagnostic_kind_color): New variable.
1778 (diagnostic_get_color_for_kind): New function.
1779 (diagnostic_report_diagnostic): Colorize the option_text
1780 using the color for the severity.
1781 (diagnostic_append_note): Update for change in signature of
1782 diagnostic_set_info.
1783 (diagnostic_append_note_at_rich_loc): New function.
1784 (emit_diagnostic): Update for change in signature of
1785 diagnostic_set_info.
1786 (inform): Likewise.
1787 (inform_at_rich_loc): New function.
1788 (inform_n): Update for change in signature of diagnostic_set_info.
1789 (warning): Likewise.
1790 (warning_at): Likewise.
1791 (warning_at_rich_loc): New function.
1792 (warning_n): Update for change in signature of diagnostic_set_info.
1793 (pedwarn): Likewise.
1794 (permerror): Likewise.
1795 (permerror_at_rich_loc): New function.
1796 (error): Update for change in signature of diagnostic_set_info.
1797 (error_n): Likewise.
1798 (error_at): Likewise.
1799 (error_at_rich_loc): New function.
1800 (sorry): Update for change in signature of diagnostic_set_info.
1801 (fatal_error): Likewise.
1802 (internal_error): Likewise.
1803 (internal_error_no_backtrace): Likewise.
1804 (source_range::debug): New function.
1805 * diagnostic.h (struct diagnostic_info): Eliminate field
1806 "override_column". Add field "richloc".
1807 (struct diagnostic_context): Add field "colorize_source_p".
1808 (diagnostic_override_column): Delete.
1809 (diagnostic_set_info): Convert param from location_t to
1810 rich_location *.
1811 (diagnostic_set_info_translated): Likewise.
1812 (diagnostic_append_note_at_rich_loc): New function.
1813 (diagnostic_num_locations): New function.
1814 (diagnostic_expand_location): Get the location from the
1815 rich_location.
1816 (diagnostic_print_caret_line): Delete.
1817 (diagnostic_get_color_for_kind): New declaration.
1818 * genmatch.c (linemap_client_expand_location_to_spelling_point): New.
1819 (error_cb): Update for change in signature of "error" callback.
1820 (fatal_at): Likewise.
1821 (warning_at): Likewise.
1822 * input.c (linemap_client_expand_location_to_spelling_point): New.
1823 * pretty-print.c (text_info::set_range): New method.
1824 (text_info::get_location): New method.
1825 * pretty-print.h (MAX_LOCATIONS_PER_MESSAGE): Eliminate this macro.
1826 (struct text_info): Eliminate "locations" array in favor of
1827 "m_richloc", a rich_location *.
1828 (textinfo::set_location): Add a "caret_p" param, and reimplement
1829 in terms of a call to set_range.
1830 (textinfo::get_location): Eliminate inline implementation in favor of
1831 an out-of-line reimplementation.
1832 (textinfo::set_range): New method.
1833 * rtl-error.c (diagnostic_for_asm): Update for change in signature
1834 of diagnostic_set_info.
1835 * tree-diagnostic.c (default_tree_printer): Update for new
1836 "caret_p" param for textinfo::set_location.
1837 * tree-pretty-print.c (percent_K_format): Likewise.
1838
1839 2015-11-06 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1840
1841 Properly apply.
1842 2015-11-05 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1843 * config/aarch64/aarch64.c
1844 (aarch64_can_use_per_function_literal_pools_p): New.
1845 (aarch64_use_blocks_for_constant_p): Adjust declaration
1846 and use aarch64_can_use_function_literal_pools_p.
1847 (aarch64_select_rtx_section): Update.
1848
1849 2015-11-06 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1850
1851 * config/arm/arm-ldmstm.ml: Rewrite to generate unified asm templates.
1852 * config/arm/arm.c (arm_asm_trampoline_template): Make unified asm safe.
1853 (arm_output_multireg_pop): Likewise.
1854 (output_move_double): Likewise.
1855 (output_move_quad): Likewise.
1856 (output_return_instruction): Likewise.
1857 (arm_print_operand): Remove support for %( and %. print modifiers.
1858 (arm_output_shift): Make unified asm.
1859 (arm_declare_function_name): Likewise.
1860 * config/arm/arm.h (TARGET_UNIFIED_ASM): Delete.
1861 (ASM_APP_OFF): Adjust.
1862 (ASM_OUTPUT_REG_PUSH): Undo special casing for TARGET_ARM.
1863 (ASM_OUTPUT_REG_POP): Likewise.
1864 * config/arm/arm.md: Adjust uses of %., %(, %)
1865 * config/arm/sync.md: Likewise.
1866 * config/arm/thumb2.md: Likewise.
1867 * config/arm/ldmstm.md: Regenerate.
1868 * config/arm/arm.opt (masm-unified-syntax): Do not special case Thumb.
1869 * doc/invoke.texi (masm-unified-syntax): Update documentation.
1870
1871 2015-11-06 David Malcolm <dmalcolm@redhat.com>
1872
1873 * input.c (dump_line_table_statistics): Dump stats on adhoc table.
1874
1875 2015-11-07 Jan Hubicka <hubicka@ucw.cz>
1876
1877 * tree-core.h (size_type_kind): Remove OEP_CONSTANT_ADDRESS_OF and
1878 add OEP_MATCH_SIDE_EFFECTS.
1879 * fold-const.c (operand_equal_p): Update documentation; handle
1880 OEP_MATCH_SIDE_EFFECTS.
1881 * tree-ssa-tail-merge.c (gimple_operand_equal_value_p): Use
1882 OEP_MATCH_SIDE_EFFECTS.
1883
1884 2015-11-06 Benedikt Huber <benedikt.huber@theobroma-systems.com>
1885 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
1886
1887 * config/aarch64/aarch64-builtins.c: Builtins for rsqrt and rsqrtf.
1888 * config/aarch64/aarch64-protos.h: Declare.
1889 * config/aarch64/aarch64-simd.md: Matching expressions for frsqrte and
1890 frsqrts.
1891 * config/aarch64/aarch64-tuning-flags.def: Added recip_sqrt.
1892 * config/aarch64/aarch64.c: New functions. Emit rsqrt estimation
1893 code when applicable.
1894 * config/aarch64/aarch64.md: Added enum entries.
1895 * config/aarch64/aarch64.opt: Added option -mlow-precision-recip-sqrt.
1896 * testsuite/gcc.target/aarch64/rsqrt_asm_check_common.h: Common
1897 macros for assembly checks.
1898 * testsuite/gcc.target/aarch64/rsqrt_asm_check_negative_1.c: Make sure
1899 frsqrts and frsqrte are not emitted.
1900 * testsuite/gcc.target/aarch64/rsqrt_asm_check_1.c: Make sure
1901 frsqrts and frsqrte are emitted.
1902 * testsuite/gcc.target/aarch64/rsqrt_1.c: Functional tests for rsqrt.
1903
1904 2015-11-07 Jan Hubicka <hubicka@ucw.cz>
1905
1906 PR ipa/68057
1907 PR ipa/68220
1908 * ipa-polymorphic-call.c
1909 (ipa_polymorphic_call_context::restrict_to_inner_type): Fix ordering
1910 issue when offset is out of range.
1911 (contains_type_p): Fix out of range check, clear dynamic flag.
1912
1913 2015-11-06 Arnout Vandecappelle <arnout@mind.be>
1914
1915 * config.gcc (e6500): Fix cpu_is_64bit typo.
1916
1917 2015-11-06 Alan Lawrence <alan.lawrence@arm.com>
1918
1919 * tree-sra.c (completely_scalarize): Properly handle negative array
1920 indices using offset_int.
1921
1922 2015-11-06 Richard Biener <rguenther@suse.de>
1923
1924 * alloc-pool.h (object_allocator::allocate): Default-initialize
1925 object.
1926
1927 2015-11-06 Richard Biener <rguenther@suse.de>
1928
1929 * tree-ssa-sccvn.c (class sccvn_dom_walker): Add destructor.
1930 * lra.c (init_reg_info): Truncate copy_vec instead of
1931 re-allocating a new one and leaking the old.
1932 * ipa-inline-analysis.c (estimate_function_body_sizes): Free
1933 bb_infos vec.
1934 * sched-deps.c (sched_deps_finish): Free the dn/dl pools.
1935 * postreload-gcse.c (free_mem): Free modify_mem_list and
1936 canon_modify_mem_list.
1937
1938 2015-11-06 Ilya Enkovich <enkovich.gnu@gmail.com>
1939
1940 PR tree-optimization/68145
1941 * tree-vect-stmts.c (vectorizable_operation): Fix
1942 determination for booleans.
1943
1944 2015-11-06 Tom de Vries <tom@codesourcery.com>
1945
1946 * tree-cfg.c (gimple_split_block_before_cond_jump): Split before
1947 cond_jump, instead of split after last nondebug insn before cond_jump.
1948 * tree-parloops.c (transform_to_exit_first_loop_alt): Verify ssa before
1949 returning.
1950
1951 2015-11-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1952
1953 PR target/68088
1954 * config/arm/aarch-common.c (aarch_accumulator_forwarding): Strip
1955 subregs from accumulator and make sure it's a register.
1956
1957 2015-11-06 Simon Dardis <simon.dardis@imgtec.com>
1958
1959 * config/mips/loongson.md (vec_loongson_extract_lo_<mode>): New, extract
1960 low part to scalar.
1961 (reduc_uplus_<mode>): Remove.
1962 (reduc_plus_scal_<mode>): Rename from reduc_splus_<mode>, Use vec
1963 loongson_extract_lo_<mode>.
1964 (reduc_smax_scal_<mode>, reduc_smin_scal_<mode>): Rename from
1965 reduc_smax_<mode>, reduc_smax_<mode>, use vec
1966 loongson_extract_lo_<mode>.
1967 (reduc_umax_scal_<mode>, reduc_umin_scal_<mode>): Rename.
1968
1969 2015-11-06 Richard Biener <rguenther@suse.de>
1970
1971 * tree-vectorizer.h (struct _bb_vec_info): Add region_begin/end
1972 members.
1973 (vect_stmt_in_region_p): Declare.
1974 * tree-vect-slp.c (new_bb_vec_info): Work on a region.
1975 (destroy_bb_vec_info): Likewise.
1976 (vect_bb_slp_scalar_cost): Use vect_stmt_in_region_p.
1977 (vect_get_and_check_slp_defs): Likewise.
1978 (vect_slp_analyze_bb_1): Refactor to make it work on sub-BBs.
1979 (vect_slp_bb): Likewise.
1980 * tree-vect-patterns.c (vect_same_loop_or_bb_p): Implement
1981 in terms of vect_stmt_in_region_p.
1982 (vect_pattern_recog): Iterate over the BB region.
1983 * tree-vect-stmts.c (vect_is_simple_use): Use vect_stmt_in_region_p.
1984 * tree-vectorizer.c (vect_stmt_in_region_p): New function.
1985 (pass_slp_vectorize::execute): Initialize all stmt UIDs to -1.
1986 * config/i386/i386.c: Include gimple-iterator.h.
1987 * config/aarch64/aarch64.c: Likewise.
1988
1989 2015-11-06 Alexandre Oliva <aoliva@redhat.com>
1990
1991 PR rtl-optimization/67753
1992 PR rtl-optimization/64164
1993 * function.c (assign_parm_setup_block): Avoid allocating a
1994 stack slot if we don't have an ABI-reserved one. Emit the
1995 copy to target_reg in the conversion seq if the copy from
1996 entry_parm is in it too. Don't use the conversion seq to copy
1997 a PARALLEL to a REG or a CONCAT.
1998
1999 2015-11-06 Richard Biener <rguenther@suse.de>
2000
2001 * tree-hash-traits.h (tree_operand_hash): Provide equal, not
2002 equal_keys.
2003
2004 2015-11-05 Cesar Philippidis <cesar@codesourcery.com>
2005 Thomas Schwinge <thomas@codesourcery.com>
2006 James Norris <jnorris@codesourcery.com>
2007
2008
2009 * gimplify.c (gimplify_scan_omp_clauses): Add support for
2010 OMP_CLAUSE_TILE. Update handling of OMP_CLAUSE_INDEPENDENT.
2011 (gimplify_adjust_omp_clauses): Likewise.
2012 * omp-low.c (scan_sharing_clauses): Add support for OMP_CLAUSE_TILE.
2013 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_TILE.
2014 * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_TILE.
2015 * tree.c (omp_clause_num_ops): Add an entry for OMP_CLAUSE_TILE.
2016 (omp_clause_code_name): Likewise.
2017 (walk_tree_1): Handle OMP_CLAUSE_TILE.
2018 * tree.h (OMP_TILE_LIST): New macro.
2019
2020 2015-11-05 Martin Sebor <msebor@redhat.com>
2021
2022 PR c++/67942
2023 * doc/invoke.texi (-Wplacement-new): Document new option.
2024
2025 2015-11-05 Alan Lawrence <alan.lawrence@arm.com>
2026
2027 PR tree-optimization/65963
2028 * tree-scalar-evolution.c (interpret_rhs_expr): Try to handle
2029 LSHIFT_EXPRs as equivalent unsigned MULT_EXPRs.
2030
2031 2015-11-05 James Greenhalgh <james.greenhalgh@arm.com>
2032
2033 * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): New.
2034 (noce_convert_multiple_sets): Likewise.
2035 (noce_process_if_block): Call them.
2036
2037 2015-11-05 Nathan Sidwell <nathan@codesourcery.com>
2038
2039 * gimple-fold.c: Include omp-low.h.
2040 (fold_internal_goacc_dim): New.
2041 (gimple_fold_call): Call it.
2042
2043 2015-11-05 Jakub Jelinek <jakub@redhat.com>
2044 Ilya Verbin <ilya.verbin@intel.com>
2045
2046 * builtin-types.def
2047 (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR): Remove.
2048 (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_INT_INT): New.
2049 * cgraph.h (enum cgraph_simd_clone_arg_type): Add
2050 SIMD_CLONE_ARG_TYPE_LINEAR_REF_VARIABLE_STEP,
2051 SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_VARIABLE_STEP and
2052 SIMD_CLONE_ARG_TYPE_LINEAR_VAL_VARIABLE_STEP.
2053 (struct cgraph_simd_clone_arg): Adjust comment.
2054 * omp-builtins.def (BUILT_IN_GOMP_TARGET): Rename GOMP_target_41
2055 to GOMP_target_ext. Add num_teams and thread_limit arguments.
2056 (BUILT_IN_GOMP_TARGET_DATA): Rename GOMP_target_data_41
2057 to GOMP_target_data_ext.
2058 (BUILT_IN_GOMP_TARGET_UPDATE): Rename GOMP_target_update_41
2059 to GOMP_target_update_ext.
2060 (BUILT_IN_GOMP_LOOP_NONMONOTONIC_DYNAMIC_START,
2061 BUILT_IN_GOMP_LOOP_NONMONOTONIC_GUIDED_START,
2062 BUILT_IN_GOMP_LOOP_NONMONOTONIC_DYNAMIC_NEXT,
2063 BUILT_IN_GOMP_LOOP_NONMONOTONIC_GUIDED_NEXT,
2064 BUILT_IN_GOMP_LOOP_ULL_NONMONOTONIC_DYNAMIC_START,
2065 BUILT_IN_GOMP_LOOP_ULL_NONMONOTONIC_GUIDED_START,
2066 BUILT_IN_GOMP_LOOP_ULL_NONMONOTONIC_DYNAMIC_NEXT,
2067 BUILT_IN_GOMP_LOOP_ULL_NONMONOTONIC_GUIDED_NEXT,
2068 BUILT_IN_GOMP_PARALLEL_LOOP_NONMONOTONIC_DYNAMIC,
2069 BUILT_IN_GOMP_PARALLEL_LOOP_NONMONOTONIC_GUIDED): New built-ins.
2070 * tree-core.h (enum omp_clause_schedule_kind): Add
2071 OMP_CLAUSE_SCHEDULE_MASK, OMP_CLAUSE_SCHEDULE_MONOTONIC,
2072 OMP_CLAUSE_SCHEDULE_NONMONOTONIC and change
2073 OMP_CLAUSE_SCHEDULE_LAST value.
2074 * tree.def (OMP_SIMD, CILK_SIMD, CILK_FOR, OMP_DISTRIBUTE,
2075 OMP_TASKLOOP, OACC_LOOP): Add OMP_FOR_ORIG_DECLS argument.
2076 * tree.h (OMP_FOR_ORIG_DECLS): Use OMP_LOOP_CHECK instead of
2077 OMP_FOR_CHECK. Remove comment.
2078 * tree-pretty-print.c (dump_omp_clause): Handle
2079 GOMP_MAP_FIRSTPRIVATE_REFERENCE and GOMP_MAP_ALWAYS_POINTER.
2080 Simplify. Print schedule clause modifiers.
2081 * tree-vect-stmts.c (vectorizable_simd_clone_call): Add
2082 SIMD_CLONE_ARG_TYPE_LINEAR_{REF,VAL,UVAL}_VARIABLE_STEP
2083 cases.
2084 * gimplify.c (enum gimplify_omp_var_data): Add GOVD_MAP_ALWAYS_TO.
2085 (omp_default_clause): Tweak for
2086 private/firstprivate/is_device_ptr variables on target
2087 construct and use_device_ptr on target data.
2088 (omp_check_private): Likewise.
2089 (omp_notice_variable): For references check whether what it refers
2090 to has mappable type, rather than the reference itself.
2091 (omp_is_private): Diagnose linear iteration variables on non-simd
2092 constructs.
2093 (omp_no_lastprivate): Return true only for Fortran.
2094 (gimplify_scan_omp_clauses): Or in GOVD_MAP_ALWAYS_TO for
2095 GOMP_MAP_ALWAYS_TO or GOMP_MAP_ALWAYS_TOFROM kinds.
2096 Add support for GOMP_MAP_FIRSTPRIVATE_REFERENCE and
2097 GOMP_MAP_ALWAYS_POINTER, remove old handling of structure element
2098 based array sections. Use GOMP_MAP_ALWAYS_P. Fix up handling of
2099 lastprivate and linear when combined with distribute. Gimplify
2100 variable low-bound for array reduction. Look through
2101 POINTER_PLUS_EXPR when looking for ADDR_EXPR for array section
2102 reductions.
2103 (gimplify_adjust_omp_clauses_1): For implicit references to
2104 variables with reference type and when not ref to scalar or
2105 ref to pointer, map what they refer to using tofrom and
2106 use GOMP_MAP_FIRSTPRIVATE_REFERENCE for the reference.
2107 (gimplify_adjust_omp_clauses): Remove GOMP_MAP_ALWAYS_POINTER
2108 from target exit data. Handle GOMP_MAP_FIRSTPRIVATE_REFERENCE.
2109 Drop OMP_CLAUSE_MAP_PRIVATE support. Use GOMP_MAP_ALWAYS_P.
2110 Diagnose the same var on both firstprivate and lastprivate on
2111 distribute construct.
2112 (gimplify_omp_for): Fix up handling of predetermined
2113 lastprivate or linear iter vars when combined with distribute.
2114 (find_omp_teams, computable_teams_clause, optimize_target_teams): New
2115 functions.
2116 (gimplify_omp_workshare): Call optimize_target_teams.
2117 * omp-low.c (struct omp_region): Add sched_modifiers field.
2118 (struct omp_for_data): Likewise.
2119 (omp_any_child_fn_dumped): New variable.
2120 (extract_omp_for_data): Fill in sched_modifiers, and mask out
2121 OMP_CLAUSE_SCHEDULE_KIND bits outside of OMP_CLAUSE_SCHEDULE_MASK
2122 from sched_kind.
2123 (determine_parallel_type): Use only OMP_CLAUSE_SCHEDULE_MASK
2124 bits of OMP_CLAUSE_SCHED_KIND.
2125 (scan_sharing_clauses): Handle GOMP_MAP_FIRSTPRIVATE_REFERENCE,
2126 drop OMP_CLAUSE_MAP_PRIVATE support. Look through POINTER_PLUS_EXPR
2127 for array section reductions.
2128 (add_taskreg_looptemp_clauses): Add one extra _looptemp_ clause even
2129 for distribute parallel for, if there are lastprivate clauses on the
2130 for.
2131 (lower_rec_input_clauses): Handle non-zero low-bound on array
2132 section reductions.
2133 (lower_reduction_clauses): Likewise.
2134 (lower_send_clauses): Look through POINTER_PLUS_EXPR
2135 for array section reductions.
2136 (expand_parallel_call): Use nonmonotonic entrypoints for
2137 nonmonotonic: dynamic/guided.
2138 (expand_omp_taskreg): Call assign_assembler_name_if_neeeded on
2139 child_fn if current_function_decl has assembler name set, but child_fn
2140 does not. Dump the header and IL of the child function when not in SSA
2141 form.
2142 (expand_omp_target): Likewise. Pass num_teams and thread_limit
2143 arguments to BUILT_IN_GOMP_TARGET.
2144 (expand_omp_for_static_nochunk, expand_omp_for_static_chunk):
2145 Initialize the extra _looptemp_ clause to fd->loop.n2.
2146 (expand_omp_for): Use nonmonotonic entrypoints for
2147 nonmonotonic: dynamic/guided. Initialize region->sched_modifiers.
2148 (expand_omp): Clear omp_any_child_fn_dumped. Dump function header
2149 again if we have dumped any child functions.
2150 (lower_omp_for_lastprivate): Determine the right count variable
2151 for distribute simd, or distribute parallel for{, simd}.
2152 (lower_omp_target): Handle GOMP_MAP_FIRSTPRIVATE_REFERENCE
2153 and GOMP_MAP_ALWAYS_POINTER. Drop OMP_CLAUSE_MAP_PRIVATE
2154 support.
2155 (simd_clone_clauses_extract): Handle variable step
2156 for references and arguments passed by reference.
2157 (simd_clone_mangle): Mangle ref/uval/val variable steps.
2158 (simd_clone_adjust_argument_types): Handle
2159 SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_VARIABLE_STEP like
2160 SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP and
2161 SIMD_CLONE_ARG_TYPE_LINEAR_VAL_VARIABLE_STEP like
2162 SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP.
2163 (simd_clone_linear_addend): New function.
2164 (simd_clone_adjust): Handle variable step like similarly
2165 to constant step, use simd_clone_linear_addend to determine
2166 the actual step at runtime.
2167
2168 2015-11-05 Nathan Sidwell <nathan@codesourcery.com>
2169
2170 * target.def (goacc.dim_limit): New hook.
2171 * targhooks.h (default_goacc_dim_limit): Declare.
2172 * doc/tm.texi.in (TARGET_GOACC_DIM_LIMIT): Add.
2173 * doc/tm.texi: Rebuilt.
2174 * omp-low.h (get_oacc_fn_dim_size, get_oacc_ifn_dim_arg): Declare.
2175 * omp-low.c (get_oacc_fn_dim_size, get_oacc_ifn_dim_arg): New.
2176 (default_goacc_dim_limit): New.
2177 * config/nvptx/nvptx.c (PTX_VECTOR_LENGTH, PTX_WORKER_LENGTH): New.
2178 (nvptx_goacc_dim_limit) New.
2179 (TARGET_GOACC_DIM_LIMIT): Override.
2180 * tree-vrp.c: Include omp-low.h, target.h.
2181 (extract_range_basic): Add handling for IFN_GOACC_DIM_SIZE &
2182 IFN_GOACC_DIM_POS.
2183
2184 2015-11-05 Ilya Enkovich <enkovich.gnu@gmail.com>
2185
2186 * tree-vect-generic.c (do_compare): Use -1 for true
2187 result instead of 1.
2188
2189 2015-11-05 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2190
2191 * config/aarch64/aarch64.c
2192 (aarch64_can_use_per_function_literal_pools_p): New.
2193 (aarch64_use_blocks_for_constant_p): Adjust declaration
2194 and use aarch64_can_use_function_literal_pools_p.
2195 (aarch64_select_rtx_section): Update.
2196
2197 2015-11-05 Ilya Enkovich <enkovich.gnu@gmail.com>
2198
2199 * targhooks.c (default_get_mask_mode): Use BLKmode in
2200 case target doesn't support required vector mode.
2201 * stor-layout.c (layout_type); Check for BLKmode.
2202
2203 2015-11-04 Aditya Kumar <aditya.k7@samsung.com>
2204 Sebastian Pop <s.pop@samsung.com>
2205
2206 * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
2207 Remove use of parameter_rename_map.
2208 (copy_def): Remove.
2209 (copy_internal_parameters): Remove.
2210 (graphite_regenerate_ast_isl): Remove call to copy_internal_parameters.
2211 * sese.c (new_sese_info): Do not initialize parameter_rename_map.
2212 (free_sese_info): Do not free parameter_rename_map.
2213 (set_rename): Do not use parameter_rename_map.
2214 (rename_uses): Update call to set_rename.
2215 (graphite_copy_stmts_from_block): Do not use parameter_rename_map.
2216 * sese.h (parameter_rename_map_t): Remove.
2217 (struct sese_info_t): Remove field parameter_rename_map.
2218
2219 2015-11-04 Aditya Kumar <aditya.k7@samsung.com>
2220 Sebastian Pop <s.pop@samsung.com>
2221
2222 * graphite-isl-ast-to-gimple.c: Include tree-cfg.h.
2223 (translate_isl_ast_node_user): Add more dumps: call print_loops_bb.
2224 * graphite-scop-detection.c (dot_all_scops_1): Moved out of
2225 anonymous namespace.
2226 * graphite-sese-to-poly.c (ssa_name_version_typesize): Remove.
2227 (isl_id_for_pbb): Use a buffer of size 10.
2228 (isl_id_for_ssa_name): Same.
2229 * sese.c (set_rename): Add more dumps.
2230
2231 2015-11-04 Nathan Sidwell <nathan@codesourcery.com>
2232
2233 * omp-low.c (struct omp_context): Remove reduction_map field.
2234 (lookup_oacc_reduction, maybe_lookup_oacc_reduction): Delete.
2235 (new_omp_context, delete_omp_context, scan_omp_target): Remove
2236 reduction_map handling.
2237 (lower_omp_target): Remove obsolete openacc reduction handling.
2238
2239 2015-11-04 Nathan Sidwell <nathan@codesourcery.com>
2240
2241 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Add checking.
2242
2243 2015-11-04 Nathan Sidwell <nathan@codesourcery.com>
2244 Cesar Philippidis <cesar@codesourcery.com>
2245
2246 * config/nvptx/nvptx.c: Include gimple headers.
2247 (worker_red_size, worker_red_align, worker_red_name,
2248 worker_red_sym): New.
2249 (nvptx_option_override): Initialize worker reduction buffer.
2250 (nvptx_file_end): Write out worker reduction buffer var.
2251 (nvptx_expand_shuffle, nvptx_expand_worker_addr,
2252 nvptx_expand_cmp_swap): New builtin expanders.
2253 (enum nvptx_builtins): New.
2254 (nvptx_builtin_decls): New.
2255 (nvptx_builtin_decl, nvptx_init_builtins, nvptx_expand_builtin): New
2256 (PTX_VECTOR_LENGTH, PTX_WORKER_LENGTH): New.
2257 (nvptx_get_worker_red_addr, nvptx_generate_vector_shuffle,
2258 nvptx_lockless_update): New helpers.
2259 (nvptx_goacc_reduction_setup, nvptx_goacc_reduction_init,
2260 nvptx_goacc_reduction_fini, nvptx_goacc_reduction_teaddown): New.
2261 (nvptx_goacc_reduction): New.
2262 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN,
2263 TARGET_BUILTIN_DECL): Override.
2264 (TARGET_GOACC_REDUCTION): Override.
2265
2266 2015-11-04 Nathan Sidwell <nathan@codesourcery.com>
2267 Cesar Philippidis <cesar@codesourcery.com>
2268
2269 * internal-fn.def (GOACC_REDUCTION): New.
2270 * internal-fn.h (enum ifn_goacc_reduction_kind): New.
2271 * internal-fn.c (expand_GOACC_REDUCTION): New.
2272 * target.def (goacc.reduction): New OpenACC hook.
2273 * targhooks.h (default_goacc_reduction): Declare.
2274 * doc/tm.texi.in: Add TARGET_GOACC_REDUCTION.
2275 * doc/tm.texi: Rebuilt.
2276 * omp-low.c (oacc_get_reduction_array_id, oacc_max_threads,
2277 scan_sharing_clauses): Remove oacc reduction handling here.
2278 (lower_rec_input_clauses): Don't handle OpenACC reductions here.
2279 (oacc_lower_reduction_var_helper): Delete.
2280 (lower_oacc_reductions): New.
2281 (lower_reduction_clauses): Don't handle OpenACC reductions here.
2282 (lower_oacc_head_tail): Call lower_oacc_reductions.
2283 (oacc_gimple_assign, oacc_init_reduction_array,
2284 oacc_initialize_reduction_data, oacc_finalize_reduction_data,
2285 oacc_process_reduction_data): Delete.
2286 (lower_omp_target): Remove old OpenACC reduction handling. Insert
2287 dummy OpenACC gang reduction for reductions at outer level.
2288 (oacc_loop_xform_head_tail): Transform IFN_GOACC_REDUCTION.
2289 (default_goacc_reduction): New.
2290 (execute_oacc_device_lower): Handle IFN_GOACC_REDUCTION.
2291
2292 2015-11-04 Martin Liska <mliska@suse.cz>
2293
2294 * cgraphunit.c (cgraph_node::expand_thunk): Call
2295 allocate_struct_function before init_function_start.
2296 (cgraph_node::expand): Use push_cfun and pop_cfun.
2297 * config/i386/i386.c (ix86_code_end): Call
2298 allocate_struct_function before init_function_start.
2299 * config/rs6000/rs6000.c (rs6000_code_end): Likewise.
2300 * function.c (init_function_start): Move preamble to all
2301 callers.
2302 * passes.c (do_per_function_toporder): Use push_cfun and pop_cfun.
2303 (execute_one_pass): Handle newly added TODO_discard_function.
2304 (execute_pass_list_1): Terminate if cfun equals to NULL.
2305 (execute_pass_list): Do not push and pop cfun, expect that
2306 cfun is set.
2307 * tree-pass.h (TODO_discard_function): Define.
2308
2309 2015-11-04 Mikhail Maltsev <maltsevm@gmail.com>
2310
2311 * cfganal.c (inverted_post_order_compute): Remove conditional
2312 compilation, use flag_checking.
2313 * config.in: Regenerate.
2314 * configure: Regenerate.
2315 * configure.ac: Remove ENABLE_CHECKING.
2316 * genconditions.c: Do not #undef ENABLE_CHECKING.
2317 * sese.h (bb_in_region): Comment out broken check.
2318 * tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa_1): Remove
2319 conditional compilation, use flag_checking.
2320
2321 2015-11-04 Tom de Vries <tom@codesourcery.com>
2322
2323 PR tree-optimization/67742
2324 * tree-ssa-structalias.c (struct fieldoff): Add restrict_pointed_type
2325 field.
2326 (push_fields_onto_fieldstack): Handle restrict_pointed_type field.
2327 (create_variable_info_for_1): Add and handle handle_param parameter.
2328 Add restrict handling.
2329 (create_variable_info_for): Call create_variable_info_for_1 with extra
2330 arg.
2331 (make_param_constraints): Drop restrict_name parameter. Ignore
2332 vi->only_restrict_pointers.
2333 (intra_create_variable_infos): Call create_variable_info_for_1 with
2334 extra arg. Remove restrict handling. Call make_param_constraints with
2335 one fewer arg.
2336
2337 2015-11-04 Tom de Vries <tom@codesourcery.com>
2338
2339 * tree-ssa-structalias.c (create_variable_info_for_1): Use decl_type
2340 variable.
2341
2342 2015-11-03 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2343
2344 * config/arm/coff.h: Remove.
2345
2346 2015-11-03 Eric Botcazou <ebotcazou@adacore.com>
2347
2348 * gimple-expr.c (useless_type_conversion_p): Reinstate type canonical
2349 check for aggregate types and beef up comment for mode check.
2350
2351 2015-11-03 Richard Biener <rguenther@suse.de>
2352
2353 * tree-vect-data-refs.c (vect_analyze_data_refs): Do not collect
2354 data references here.
2355 * tree-vect-loop.c: Include cgraph.h.
2356 (vect_analyze_loop_2): Collect data references here.
2357 * tree-vect-slp.c (find_bb_location): Inline ...
2358 (vect_slp_bb): ... here. Renamed from vect_slp_analyze_bb.
2359 Factor in vect_slp_transform_bb.
2360 (vect_slp_transform_bb): Removed.
2361 (vect_slp_analyze_bb_1): Collect data references here.
2362 * tree-vectorizer.c (pass_slp_vectorize::execute): Call
2363 vect_slp_bb.
2364 * tree-vectorizer.h (vect_slp_bb): Declare.
2365 (vect_slp_analyze_bb): Remove.
2366 (vect_slp_transform_bb): Remove.
2367 (find_bb_location): Remove.
2368 (vect_analyze_data_refs): Remove stmt count reference parameter.
2369
2370 2015-11-03 Evgeny Stupachenko <evstupac@gmail.com>
2371
2372 * multiple_target.c (create_dispatcher_calls): Add target check
2373 on ifunc.
2374 (create_target_clone): Change assembler name for versioned declarations.
2375
2376 2015-11-03 Thomas Schwinge <thomas@codesourcery.com>
2377 Chung-Lin Tang <cltang@codesourcery.com>
2378
2379 * builtins.def (DEF_GOMP_BUILTIN): Enable for flag_openacc.
2380 * omp-low.c (check_omp_nesting_restrictions): Allow
2381 GIMPLE_OMP_ATOMIC_LOAD, GIMPLE_OMP_ATOMIC_STORE inside OpenACC
2382 contexts.
2383
2384 2015-11-03 Bilyan Borisov <bilyan.borisov@arm.com>
2385
2386 * config/aarch64/aarch64-simd-builtins.def (fmulx): New.
2387 * config/aarch64/aarch64-simd.md (aarch64_fmulx<mode>): New.
2388 * config/aarch64/arm_neon.h (vmulx_f32): Rewrite to call fmulx
2389 builtin.
2390 (vmulxq_f32): Likewise.
2391 (vmulx_f64): New.
2392 (vmulxq_f64): Rewrite to call fmulx builtin.
2393 (vmulxs_f32): Likewise.
2394 (vmulxd_f64): Likewise.
2395 (vmulx_lane_f32): Remove.
2396 * config/aarch64/iterators.md (UNSPEC): Add fmulx.
2397
2398 2015-11-03 Alan Lawrence <alan.lawrence@arm.com>
2399
2400 * config/aarch64/aarch64.md (*movhf_aarch64): Use
2401 aarch64_reg_or_fp_zero for second operand.
2402
2403 2015-11-03 Alexandre Oliva <aoliva@redhat.com>
2404
2405 * gimple-expr.c: Include hash-set.h and rtl.h.
2406 (mark_addressable_queue): New var.
2407 (mark_addressable): Factor actual marking into...
2408 (mark_addressable_1): ... this. Queue it up during expand.
2409 (mark_addressable_2): New.
2410 (flush_mark_addressable_queue): New.
2411 * gimple-expr.h (flush_mark_addressable_queue): Declare.
2412 * cfgexpand.c: Include gimple-expr.h.
2413 (pass_expand::execute): Flush mark_addressable queue.
2414
2415 2015-11-02 Alexandre Oliva <aoliva@redhat.com>
2416
2417 * tree-ssa-ifcombine.c (tree_ssa_ifcombine_bb_1): Factor out
2418 bb_no_side_effects_p tests...
2419 (tree_ssa_ifcombine_bb): ... here.
2420
2421 PR tree-optimization/68083
2422 * tree-ssa-ifcombine.c: Include tree-ssa.h.
2423 (bb_no_side_effects_p): Test for undefined uses too.
2424 * tree-ssa.c (gimple_uses_undefined_value_p): New.
2425 * tree-ssa.h (gimple_uses_undefined_value_p): Declare.
2426
2427 2015-11-02 Jeff Law <law@redhat.com>
2428
2429 * tree-ssa-threadupdate.c (valid_jump_thread_path): Also detect
2430 cases where the loop latch edge is in the middle of an FSM path.
2431
2432 2015-11-03 Tom de Vries <tom@codesourcery.com>
2433
2434 * tree-ssa-structalias.c (make_restrict_var_constraints): Rename to ...
2435 (make_param_constraints): ... this. Add and handle restrict_name
2436 parameter. Handle is_full_var case.
2437 (intra_create_variable_infos): Use make_param_constraints.
2438
2439 2015-11-03 Tom de Vries <tom@codesourcery.com>
2440
2441 * tree-ssa-structalias.c (make_restrict_var_constraints): Replace
2442 make_copy_constraint call with make_constraint_from call.
2443
2444 2015-11-02 Andreas Tobler <andreast@gcc.gnu.org>
2445
2446 * config/rs6000/freebsd64.h (ASM_SPEC32): Adust spec to handle
2447 PIE executables.
2448
2449 2015-11-02 Richard Sandiford <richard.sandiford@arm.com>
2450
2451 * builtins.h (fold_fma): Move to fold-const-call.h.
2452 * builtins.c: Include fold-const-call.h.
2453 (mathfn_built_in_2): New function, split out from...
2454 (mathfn_built_in_1): ...here.
2455 (do_real_to_int_conversion, fold_const_builtin_pow)
2456 (fold_const_builtin_logb, fold_const_builtin_significand)
2457 (fold_const_builtin_load_exponent, do_mpfr_arg1, do_mpfr_arg2)
2458 (do_mpfr_arg3, do_mpfr_sincos, do_mpfr_bessel_n, do_mpc_arg1): Delete.
2459 (fold_builtin_sincos): Use fold_const_call to handle constants.
2460 (fold_builtin_1, fold_builtin_2, fold_builtin_3): Add explicit
2461 checks for ERROR_MARK. Use fold_const_call to handle constant
2462 folds for math functions.
2463 (fold_fma): Move to fold-const-call.c.
2464 * fold-const.c: Include fold-const-call.h.
2465 * Makefile.in (OBJS): Add fold-const-call.o.
2466 (PLUGIN_HEADERS): Add fold-const-call.h.
2467 * realmpfr.h (real_from_mpfr): Allow the format to be specified
2468 directly.
2469 * realmpfr.c (real_from_mpfr): Likewise.
2470 * fold-const-call.h, fold-const-call.c: New files.
2471
2472 2015-11-02 Julian Brown <julian@codesourcery.com>
2473
2474 * config/arm/neon-testgen.ml (emit_epilogue): Remove extraneous
2475 brackets and semicolon.
2476
2477 2015-11-02 Alan Lawrence <alan.lawrence@arm.com>
2478
2479 Revert:
2480 2015-10-27 Alan Lawrence <alan.lawrence@arm.com>
2481
2482 PR tree-optimization/65963
2483 * tree-scalar-evolution.c (interpret_rhs_expr): Handle some
2484 LSHIFT_EXPRs as equivalent MULT_EXPRs.
2485
2486 2015-11-02 Thomas Schwinge <thomas@codesourcery.com>
2487
2488 PR middle-end/68166
2489 * fold-const.c: Include "md5.h".
2490
2491 2015-11-01 Jeff Law <law@redhat.com>
2492
2493 * vmsdbgout.c: Revert unused header file reduction patch.
2494
2495 * config/mcore/mcore.c: Include regs.h.
2496
2497 2015-10-31 Segher Boessenkool <segher@kernel.crashing.org>
2498
2499 * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p): Rewrite.
2500
2501 2015-10-31 Segher Boessenkool <segher@kernel.crashing.org>
2502
2503 * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p): Use the
2504 same condition for testing whether RS6000_PIC_OFFSET_TABLE_REGNUM is
2505 live as for using it elsewhere, for TARGET_MINIMAL_TOC.
2506
2507 2015-10-31 Markus Trippelsdorf <markus@trippelsdorf.de>
2508
2509 * ggc-common.c: Restore needed header for checking=release.
2510
2511 2015-10-31 Tom de Vries <tom@codesourcery.com>
2512
2513 * fold-const.c (fold_unary_loc): Tune POINTER_PLUS_EXPR folding.
2514
2515 2015-10-31 Tom de Vries <tom@codesourcery.com>
2516
2517 * tree-ssa-structalias.c (intra_create_variable_infos): Don't expect
2518 existing varinfo for arguments.
2519
2520 2015-10-31 Tom de Vries <tom@codesourcery.com>
2521
2522 * tree-ssa-structalias.c (ipa_pta_execute): Add extra arg to call to
2523 create_function_info_for. Dump constraints generated during
2524 create_function_info_for. Move intra_create_variable_infos call and
2525 function-return-values-escape bit to ...
2526 (create_function_info_for): ... here, and merge
2527 intra_create_variable_infos call with argument loop. Add and handle
2528 nonlocal_p parameter.
2529
2530 2015-10-31 Tom de Vries <tom@codesourcery.com>
2531
2532 * tree-ssa-structalias.c (create_function_info_for): Make sure prev_vi
2533 updating is alap, and seperated from preceding code. Make sure
2534 insert_vi_for_tree is seperated from surrounding code.
2535
2536 2015-10-31 Tom de Vries <tom@codesourcery.com>
2537
2538 * tree-ssa-structalias.c (ipa_pta_execute): Use make_copy_constraint.
2539
2540 2015-10-30 Jeff Law <law@redhat.com>
2541 Nathan Sidwell <nathan@acm.org>
2542
2543 * config/nvptx/nvptx.h (HARD_REGNO_NREGS): Avoid warning on unused
2544 args.
2545 (MOVE_MAX): Set to 8.
2546
2547 2015-10-30 Cesar Philippidis <cesar@codesourcery.com>
2548
2549 * cgraph.c: Include context.h for offloading.
2550 * varpool.c: Include context.h and omp-low.h.
2551
2552 2015-10-30 Anatoly Sokolov <aesok@post.ru>
2553
2554 * rtl.h (contains_symbol_ref_p): Declare.
2555 (SYMBOL_REF_P): Define.
2556 * rtlanal.c (contains_symbol_ref_p: New function.
2557 * lra-constraints.c (contains_symbol_ref_p): Remove.
2558 * var-tracking.c (contains_symbol_ref): Remove.
2559 (track_expr_p): Use contains_symbol_ref_p instead of
2560 contains_symbol_ref.
2561
2562 2015-10-30 Alan Lawrence <alan.lawrence@arm.com>
2563
2564 * gimple-fold.c (fold_array_ctor_reference): Move searching code to:
2565 * fold-const.c (get_array_ctor_element_at_index): New.
2566 (fold): Remove binary-search through CONSTRUCTOR, call previous.
2567
2568 * fold-const.h (get_array_ctor_element_at_index): New.
2569
2570 2015-10-30 Evgeny Stupachenko <evstupac@gmail.com>
2571
2572 * Makefile.in (OBJS): Add multiple_target.o.
2573 * attrib.c (make_attribute): Moved from config/i386/i386.c
2574 * config/i386/i386.c (make_attribute): Deleted.
2575 * multiple_target.c (create_dispatcher_calls): New.
2576 (get_attr_len): Ditto.
2577 (get_attr_str): Ditto.
2578 (separate_attrs): Ditto.
2579 (is_valid_asm_symbol): Ditto.
2580 (create_new_asm_name): Ditto.
2581 (create_target_clone): Ditto.
2582 (expand_target_clones): Ditto.
2583 (ipa_target_clone): Ditto.
2584 (ipa_dispatcher_calls): Ditto.
2585 * passes.def (pass_target_clone): Two new ipa passes.
2586 * tree-pass.h (make_pass_target_clone): Ditto.
2587 * doc/extend.texi (target_clones): New attribute description.
2588
2589 2015-10-30 Vladimir Makarov <vmakarov@redhat.com>
2590
2591 PR rtl-optimization/68106
2592 * lra-remat.c (input_regno_present_p): Process hard regs
2593 explicitly present in machine description insns.
2594 (call_used_input_regno_present_p): Ditto.
2595 (calculate_gen_cands): Ditto.
2596 (do_remat): Ditto.
2597
2598 2015-10-30 Jim Wilson <jim.wilson@linaro.org>
2599
2600 * config/arm/neon-testgen.ml: Fix comment typo.
2601
2602 2015-10-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2603
2604 * rtlanal.c (reg_set_p): Expand function comment.
2605
2606 2015-10-30 Andrew MacLeod <amacleod@redhat.com>
2607
2608 * alias.c: Remove unused headers.
2609 * asan.c: Likewise.
2610 * attribs.c: Likewise.
2611 * auto-inc-dec.c: Likewise.
2612 * auto-profile.c: Likewise.
2613 * bb-reorder.c: Likewise.
2614 * bitmap.c: Likewise.
2615 * bt-load.c: Likewise.
2616 * builtins.c: Likewise.
2617 * caller-save.c: Likewise.
2618 * calls.c: Likewise.
2619 * ccmp.c: Likewise.
2620 * cfg.c: Likewise.
2621 * cfganal.c: Likewise.
2622 * cfgbuild.c: Likewise.
2623 * cfgcleanup.c: Likewise.
2624 * cfgexpand.c: Likewise.
2625 * cfghooks.c: Likewise.
2626 * cfgloop.c: Likewise.
2627 * cfgloopanal.c: Likewise.
2628 * cfgloopmanip.c: Likewise.
2629 * cfgrtl.c: Likewise.
2630 * cgraph.c: Likewise.
2631 * cgraphbuild.c: Likewise.
2632 * cgraphclones.c: Likewise.
2633 * cgraphunit.c: Likewise.
2634 * cilk-common.c: Likewise.
2635 * combine-stack-adj.c: Likewise.
2636 * combine.c: Likewise.
2637 * compare-elim.c: Likewise.
2638 * convert.c: Likewise.
2639 * coverage.c: Likewise.
2640 * cppbuiltin.c: Likewise.
2641 * cprop.c: Likewise.
2642 * cse.c: Likewise.
2643 * cselib.c: Likewise.
2644 * data-streamer-in.c: Likewise.
2645 * data-streamer-out.c: Likewise.
2646 * data-streamer.c: Likewise.
2647 * dbxout.c: Likewise.
2648 * dce.c: Likewise.
2649 * ddg.c: Likewise.
2650 * debug.c: Likewise.
2651 * df-core.c: Likewise.
2652 * df-problems.c: Likewise.
2653 * df-scan.c: Likewise.
2654 * dfp.c: Likewise.
2655 * dojump.c: Likewise.
2656 * dominance.c: Likewise.
2657 * domwalk.c: Likewise.
2658 * double-int.c: Likewise.
2659 * dse.c: Likewise.
2660 * dumpfile.c: Likewise.
2661 * dwarf2asm.c: Likewise.
2662 * dwarf2cfi.c: Likewise.
2663 * dwarf2out.c: Likewise.
2664 * emit-rtl.c: Likewise.
2665 * except.c: Likewise.
2666 * explow.c: Likewise.
2667 * expmed.c: Likewise.
2668 * expr.c: Likewise.
2669 * final.c: Likewise.
2670 * fixed-value.c: Likewise.
2671 * fold-const.c: Likewise.
2672 * function.c: Likewise.
2673 * fwprop.c: Likewise.
2674 * gcse.c: Likewise.
2675 * generic-match-head.c: Likewise.
2676 * ggc-common.c: Likewise.
2677 * gimple-builder.c: Likewise.
2678 * gimple-expr.c: Likewise.
2679 * gimple-fold.c: Likewise.
2680 * gimple-iterator.c: Likewise.
2681 * gimple-low.c: Likewise.
2682 * gimple-match-head.c: Likewise.
2683 * gimple-pretty-print.c: Likewise.
2684 * gimple-ssa-isolate-paths.c: Likewise.
2685 * gimple-ssa-strength-reduction.c: Likewise.
2686 * gimple-streamer-in.c: Likewise.
2687 * gimple-streamer-out.c: Likewise.
2688 * gimple-walk.c: Likewise.
2689 * gimple.c: Likewise.
2690 * gimplify-me.c: Likewise.
2691 * gimplify.c: Likewise.
2692 * godump.c: Likewise.
2693 * graph.c: Likewise.
2694 * graphds.c: Likewise.
2695 * haifa-sched.c: Likewise.
2696 * hw-doloop.c: Likewise.
2697 * ifcvt.c: Likewise.
2698 * init-regs.c: Likewise.
2699 * internal-fn.c: Likewise.
2700 * ipa-chkp.c: Likewise.
2701 * ipa-comdats.c: Likewise.
2702 * ipa-cp.c: Likewise.
2703 * ipa-devirt.c: Likewise.
2704 * ipa-icf-gimple.c: Likewise.
2705 * ipa-icf.c: Likewise.
2706 * ipa-inline-analysis.c: Likewise.
2707 * ipa-inline-transform.c: Likewise.
2708 * ipa-inline.c: Likewise.
2709 * ipa-polymorphic-call.c: Likewise.
2710 * ipa-profile.c: Likewise.
2711 * ipa-prop.c: Likewise.
2712 * ipa-pure-const.c: Likewise.
2713 * ipa-ref.c: Likewise.
2714 * ipa-reference.c: Likewise.
2715 * ipa-split.c: Likewise.
2716 * ipa-utils.c: Likewise.
2717 * ipa-visibility.c: Likewise.
2718 * ipa.c: Likewise.
2719 * ira-build.c: Likewise.
2720 * ira-color.c: Likewise.
2721 * ira-conflicts.c: Likewise.
2722 * ira-costs.c: Likewise.
2723 * ira-emit.c: Likewise.
2724 * ira-lives.c: Likewise.
2725 * ira.c: Likewise.
2726 * jump.c: Likewise.
2727 * langhooks.c: Likewise.
2728 * lcm.c: Likewise.
2729 * lists.c: Likewise.
2730 * loop-doloop.c: Likewise.
2731 * loop-init.c: Likewise.
2732 * loop-invariant.c: Likewise.
2733 * loop-iv.c: Likewise.
2734 * loop-unroll.c: Likewise.
2735 * lower-subreg.c: Likewise.
2736 * lra-assigns.c: Likewise.
2737 * lra-coalesce.c: Likewise.
2738 * lra-constraints.c: Likewise.
2739 * lra-eliminations.c: Likewise.
2740 * lra-lives.c: Likewise.
2741 * lra-remat.c: Likewise.
2742 * lra-spills.c: Likewise.
2743 * lra.c: Likewise.
2744 * lto-cgraph.c: Likewise.
2745 * lto-compress.c: Likewise.
2746 * lto-opts.c: Likewise.
2747 * lto-section-in.c: Likewise.
2748 * lto-section-out.c: Likewise.
2749 * lto-streamer-in.c: Likewise.
2750 * lto-streamer-out.c: Likewise.
2751 * lto-streamer.c: Likewise.
2752 * mcf.c: Likewise.
2753 * mode-switching.c: Likewise.
2754 * modulo-sched.c: Likewise.
2755 * optabs.c: Likewise.
2756 * opts-global.c: Likewise.
2757 * passes.c: Likewise.
2758 * plugin.c: Likewise.
2759 * postreload-gcse.c: Likewise.
2760 * postreload.c: Likewise.
2761 * predict.c: Likewise.
2762 * print-tree.c: Likewise.
2763 * profile.c: Likewise.
2764 * real.c: Likewise.
2765 * realmpfr.c: Likewise.
2766 * recog.c: Likewise.
2767 * ree.c: Likewise.
2768 * reg-stack.c: Likewise.
2769 * regcprop.c: Likewise.
2770 * reginfo.c: Likewise.
2771 * regrename.c: Likewise.
2772 * regstat.c: Likewise.
2773 * reload.c: Likewise.
2774 * reload1.c: Likewise.
2775 * reorg.c: Likewise.
2776 * resource.c: Likewise.
2777 * rtl-chkp.c: Likewise.
2778 * rtl-error.c: Likewise.
2779 * rtlanal.c: Likewise.
2780 * rtlhooks.c: Likewise.
2781 * sanopt.c: Likewise.
2782 * sched-deps.c: Likewise.
2783 * sched-ebb.c: Likewise.
2784 * sched-rgn.c: Likewise.
2785 * sdbout.c: Likewise.
2786 * sel-sched-dump.c: Likewise.
2787 * sel-sched-ir.c: Likewise.
2788 * sel-sched.c: Likewise.
2789 * sese.c: Likewise.
2790 * shrink-wrap.c: Likewise.
2791 * simplify-rtx.c: Likewise.
2792 * stack-ptr-mod.c: Likewise.
2793 * statistics.c: Likewise.
2794 * stmt.c: Likewise.
2795 * stor-layout.c: Likewise.
2796 * store-motion.c: Likewise.
2797 * stringpool.c: Likewise.
2798 * symtab.c: Likewise.
2799 * target-globals.c: Likewise.
2800 * targhooks.c: Likewise.
2801 * toplev.c: Likewise.
2802 * tracer.c: Likewise.
2803 * trans-mem.c: Likewise.
2804 * tree-affine.c: Likewise.
2805 * tree-call-cdce.c: Likewise.
2806 * tree-cfg.c: Likewise.
2807 * tree-cfgcleanup.c: Likewise.
2808 * tree-chkp-opt.c: Likewise.
2809 * tree-chkp.c: Likewise.
2810 * tree-chrec.c: Likewise.
2811 * tree-complex.c: Likewise.
2812 * tree-data-ref.c: Likewise.
2813 * tree-dfa.c: Likewise.
2814 * tree-diagnostic.c: Likewise.
2815 * tree-dump.c: Likewise.
2816 * tree-eh.c: Likewise.
2817 * tree-emutls.c: Likewise.
2818 * tree-if-conv.c: Likewise.
2819 * tree-inline.c: Likewise.
2820 * tree-into-ssa.c: Likewise.
2821 * tree-iterator.c: Likewise.
2822 * tree-loop-distribution.c: Likewise.
2823 * tree-nested.c: Likewise.
2824 * tree-nrv.c: Likewise.
2825 * tree-object-size.c: Likewise.
2826 * tree-outof-ssa.c: Likewise.
2827 * tree-parloops.c: Likewise.
2828 * tree-phinodes.c: Likewise.
2829 * tree-predcom.c: Likewise.
2830 * tree-pretty-print.c: Likewise.
2831 * tree-profile.c: Likewise.
2832 * tree-scalar-evolution.c: Likewise.
2833 * tree-sra.c: Likewise.
2834 * tree-ssa-address.c: Likewise.
2835 * tree-ssa-alias.c: Likewise.
2836 * tree-ssa-ccp.c: Likewise.
2837 * tree-ssa-coalesce.c: Likewise.
2838 * tree-ssa-copy.c: Likewise.
2839 * tree-ssa-dce.c: Likewise.
2840 * tree-ssa-dse.c: Likewise.
2841 * tree-ssa-forwprop.c: Likewise.
2842 * tree-ssa-ifcombine.c: Likewise.
2843 * tree-ssa-live.c: Likewise.
2844 * tree-ssa-loop-ch.c: Likewise.
2845 * tree-ssa-loop-im.c: Likewise.
2846 * tree-ssa-loop-ivcanon.c: Likewise.
2847 * tree-ssa-loop-ivopts.c: Likewise.
2848 * tree-ssa-loop-manip.c: Likewise.
2849 * tree-ssa-loop-niter.c: Likewise.
2850 * tree-ssa-loop-prefetch.c: Likewise.
2851 * tree-ssa-loop-unswitch.c: Likewise.
2852 * tree-ssa-loop.c: Likewise.
2853 * tree-ssa-math-opts.c: Likewise.
2854 * tree-ssa-operands.c: Likewise.
2855 * tree-ssa-phiopt.c: Likewise.
2856 * tree-ssa-phiprop.c: Likewise.
2857 * tree-ssa-pre.c: Likewise.
2858 * tree-ssa-propagate.c: Likewise.
2859 * tree-ssa-reassoc.c: Likewise.
2860 * tree-ssa-scopedtables.c: Likewise.
2861 * tree-ssa-sink.c: Likewise.
2862 * tree-ssa-strlen.c: Likewise.
2863 * tree-ssa-structalias.c: Likewise.
2864 * tree-ssa-tail-merge.c: Likewise.
2865 * tree-ssa-ter.c: Likewise.
2866 * tree-ssa-threadupdate.c: Likewise.
2867 * tree-ssa-uncprop.c: Likewise.
2868 * tree-ssa-uninit.c: Likewise.
2869 * tree-ssa.c: Likewise.
2870 * tree-ssanames.c: Likewise.
2871 * tree-stdarg.c: Likewise.
2872 * tree-streamer-in.c: Likewise.
2873 * tree-streamer-out.c: Likewise.
2874 * tree-streamer.c: Likewise.
2875 * tree-switch-conversion.c: Likewise.
2876 * tree-tailcall.c: Likewise.
2877 * tree-vect-data-refs.c: Likewise.
2878 * tree-vect-generic.c: Likewise.
2879 * tree-vect-loop-manip.c: Likewise.
2880 * tree-vect-loop.c: Likewise.
2881 * tree-vect-patterns.c: Likewise.
2882 * tree-vect-slp.c: Likewise.
2883 * tree-vect-stmts.c: Likewise.
2884 * tree-vectorizer.c: Likewise.
2885 * tree-vrp.c: Likewise.
2886 * tree.c: Likewise.
2887 * tsan.c: Likewise.
2888 * ubsan.c: Likewise.
2889 * value-prof.c: Likewise.
2890 * var-tracking.c: Likewise.
2891 * varasm.c: Likewise.
2892 * varpool.c: Likewise.
2893 * vmsdbgout.c: Likewise.
2894 * vtable-verify.c: Likewise.
2895 * web.c: Likewise.
2896 * wide-int-print.cc: Likewise.
2897 * wide-int.cc: Likewise.
2898 * xcoffout.c: Likewise.
2899
2900 2015-10-30 James Greenhalgh <james.greenhalgh@arm.com>
2901
2902 * doc/invoke.texi (fdump-rtl-@var{pass}): Clarify relationship
2903 between pass numbering and execution order.
2904
2905 2015-10-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2906
2907 * config/arm/arm.c (cortex_a9_sched_adjust_cost): Use reg_set_p to
2908 check for dependencies.
2909
2910 2015-10-30 Richard Sandiford <richard.sandiford@arm.com>
2911
2912 * tree-ssa-math-opts.c (pass_cse_sincos::execute): Don't free
2913 CDI_DOMINATORS.
2914
2915 2015-10-30 Richard Sandiford <richard.sandiford@arm.com>
2916
2917 * real.h (format_helper): New.
2918 (real_convert, exact_real_truncate, real_from_string3, real_to_target)
2919 (real_from_target, real_nan, real_2expN, real_value_truncate)
2920 (significand_size, real_from_string2, exact_real_inverse)
2921 (exact_real_inverse, real_powi, real_trunc, real_floor, real_ceil)
2922 (real_round, real_isinteger, real_from_integer): Replace
2923 machine_mode arguments with format_helper arguments.
2924 * real.c (exact_real_inverse, real_from_string2, real_from_string3)
2925 (real_from_integer, real_nan, real_2expN, real_convert)
2926 (real_value_truncate, exact_real_truncate, real_to_target)
2927 (real_from_target, significand_size, real_powi, real_trunc)
2928 (real_floor, real_ceil, real_round, real_isinteger): Replace
2929 machine_mode arguments with format_helper arguments.
2930 (real_to_target_fmt, real_from_target_fmt): Delete.
2931 * dfp.h (decimal_real_convert): Replace mode argument with real_format.
2932 * dfp.c (decimal_to_binary, decimal_real_convert): Replace mode
2933 argument with real_format.
2934 * builtins.c (do_real_to_int_conversion): Update type of fn argument.
2935
2936 2015-10-30 Richard Sandiford <richard.sandiford@arm.com>
2937
2938 * fixed-value.c (check_real_for_fixed_mode, fixed_from_string)
2939 (fixed_to_decimal, fixed_convert_from_real)
2940 (real_convert_from_fixed): Fix mode arguments to real_2expN.
2941
2942 2015-10-30 Richard Sandiford <richard.sandiford@arm.com>
2943
2944 * real.h (REAL_MODE_FORMAT): Abort if the mode isn't a
2945 SCALAR_FLOAT_MODE_P.
2946
2947 2015-10-30 Alan Lawrence <alan.lawrence@arm.com>
2948
2949 * tree-sra.c (scalarizable_type_p): Comment variable-length arrays.
2950 (completely_scalarize): Comment zero-length arrays.
2951 (get_access_replacement): Correct comment re. precondition.
2952
2953 2015-10-30 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2954
2955 * config/i386/i386.c (get_builtin_code_for_version): Set priority
2956 for PROCESSOR_ZNVER1.
2957 (enum processor_model): Add M_AMDFAM17H_znver1.
2958 (struct arch_names_table): Likewise.
2959 * doc/extend.texi: ADD znver1.
2960
2961 2015-10-30 Richard Biener <rguenther@suse.de>
2962
2963 * gimple-fold.c (fold_gimple_assign): Do not dispatch to
2964 fold () on single RHSs. Allow CONSTRUCTORS with trailing
2965 zeros to be folded to VECTOR_CSTs.
2966 * tree.c (build_vector_from_ctor): Handle VECTOR_CST elements.
2967 * fold-const.c (fold): Use build_vector_from_ctor.
2968
2969 2015-10-30 Evandro Menezes <e.menezes@samsung.com>
2970
2971 * config/aarch64/aarch64.md (*movhf_aarch64): Change the type of
2972 "mov %0.h[0], %1.h[0] to "neon_move".
2973 (*movtf_aarch64): Change the type of "fmov %s0, wzr" to "f_mcr".
2974 (*cmov<mode>_insn): Change the types of "mov %<w>0, {-1,1}" to
2975 "mov_imm".
2976 (*cmovsi_insn_uxtw): Likewise.
2977
2978 2015-10-30 Tom de Vries <tom@codesourcery.com>
2979
2980 * tree-ssa-structalias.c (ipa_pta_execute): Declare variable from as
2981 unsigned, and initialize, and use initial value instead of hardcoded
2982 constant. Add generic constraints dumping section. Don't dump global
2983 initializers constraints dumping section if empty. Don't update
2984 variable from if unused.
2985
2986 2015-10-29 Mikhail Maltsev <maltsevm@gmail.com>
2987
2988 * config/alpha/alpha.c (alpha_function_arg): Use gcc_checking_assert,
2989 flag_checking and/or CHECKING_P to eliminate conditional compilation
2990 on ENABLE_CHECKING.
2991 * config/arm/arm.c (arm_unwind_emit_sequence): Likewise.
2992 * config/bfin/bfin.c (hwloop_optimize): Likewise.
2993 * config/i386/i386.c (ix86_print_operand_address): Likewise.
2994 (output_387_binary_op): Likewise.
2995 * config/ia64/ia64.c (ia64_sched_init, bundling): Likewise.
2996 * config/m68k/m68k.c (m68k_sched_md_init_global): Likewise.
2997 * config/rs6000/rs6000.c (htm_expand_builtin, rs6000_emit_prologue):
2998 Likewise.
2999 * config/rs6000/rs6000.h: Likewise.
3000 * config/visium/visium.c (visium_setup_incoming_varargs): Likewise.
3001
3002 2015-10-29 Kaz Kojima <kkojima@gcc.gnu.org>
3003
3004 * config/sh/sh.opt (mfdpic): Add missing period.
3005
3006 2015-08-29 Anatoly Sokolov <aesok@post.ru>
3007
3008 * config/mcore/mcore.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
3009 BASE_REGISTER_RTX_P, INDEX_REGISTER_RTX_P,
3010 GO_IF_LEGITIMATE_ADDRESS): Remove macros.
3011 * config/mcore/mcore.c (mcore_reg_ok_for_base_p,
3012 mcore_base_register_rtx_p, mcore_legitimate_index_p,
3013 mcore_legitimate_address_p): New functions.
3014 (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
3015
3016 2015-10-29 Jeff Law <law@redhat.com>
3017
3018 * tree-ssa-scopedtables.h (const_and_copies): Remove invalidate
3019 method.
3020 * tree-ssa-scopedtables.h (const_and_copies::invalidate): Remove.
3021 * tree-ssa-threadedge.c
3022 (record_temporary_equivalences_from_stmts_at_dest): Remove
3023 backedge_seen argument and associated code which invalidated
3024 equivalences based on the value of that argument.
3025 (thread_through_normal_block): Corresponding changes.
3026
3027 2015-10-29 Segher Boessenkool <segher@kernel.crashing.org>
3028
3029 * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p): Move this
3030 function earlier in the file.
3031 (first_reg_to_save): Use rs6000_reg_live_or_pic_offset_p instead of
3032 df_regs_ever_live_p.
3033
3034 2015-10-29 Segher Boessenkool <segher@kernel.crashing.org>
3035
3036 * lra-constraints.c (process_address_1): Handle (mem:BLK (scratch))
3037 by ignoring it.
3038
3039 2015-10-29 Richard Henderson <rth@redhat.com>
3040
3041 PR target/68124
3042 PR rtl-opt/67609
3043 * config/i386/i386.c (ix86_cannot_change_mode_class): Tighten
3044 sse check to the exact conditions of PR 67609.
3045
3046 2015-10-29 Michael Meissner <meissner@linux.vnet.ibm.com>
3047
3048 * config/rs6000/rs6000.c (rs6000_init_libfuncs): Split libfunc
3049 setup into 3 functions: init_float128_ibm, init_float128_ieee, and
3050 rs6000_init_libfuncs. If -mfloat128, add IFmode functions for all
3051 of the traditional names that TFmode uses for handling IEEE
3052 extended double. If -mfloat128, add KFmode functions for all of
3053 the emulation functions. If -mabi=ieeelongdouble and -mfloat128,
3054 make TFmode use the same emulation functions as KFmode.
3055 (init_float128_ibm): Likewise.
3056 (init_float128_ieee): Likewise.
3057 (rs6000_generate_compare): For IEEE 128-bit floating point
3058 comparisons, call the unordered comparison function instead of the
3059 ordered comparison function.
3060 (rs6000_expand_float128_convert): Deal with operands that are
3061 memory operands. Restructure the code to use a switch statement on
3062 the mode. Add support for TFmode defaulting to either IBM extended
3063 double or IEEE 128-bit floating point. If the underlying types are
3064 the same, use a move instead of a conversion function.
3065 (TARGET_C_MODE_FOR_SUFFIX): Define 'q' and 'Q' as the suffix to
3066 use for IEEE 128-bit floating point constants with -mfloat128.
3067 (rs6000_c_mode_for_suffix): Likewise.
3068 (TARGET_INVALID_BINARY_OP): Do not allow inter-mixing of IEEE
3069 128-bit floating point with IBM extended double floating point.
3070 (rs6000_invalid_binary_op): Likewise.
3071 (rs6000_gen_le_vsx_permute): On little endian systems generate a
3072 ROTATE insn instead of VEC_SELECT for IEEE 128-bit floating point
3073 types that can go in vector registers.
3074 (chain_contains_only_swaps): Properly swap IEEE 128-bit floating
3075 point types that can go in vector registers on little endian
3076 PowerPC systems.
3077 (mark_swaps_for_removal): Likewise.
3078 (rs6000_analyze_swaps): Likewise.
3079 (rs6000_mangle_type): Use U10__float128 for IEEE 128-bit floating point.
3080
3081 * config/rs6000/rs6000.md (FLOAT128_SFDFTF): Delete iterator,
3082 rework IEEE 128-bit floating point insns to deal with TFmode being
3083 either IBM extended double or IEEE 128-bit floating point.
3084 (IFKF): Likewise.
3085 (IBM128): Update iterator to add condition that the mode is IBM
3086 extended double.
3087 (IEEE128): New iterator for IEEE 128-bit floating point.
3088 (TFIFKF): Rename TFIFKF iterator to FLOAT128.
3089 (FLOAT128): Likewise.
3090 (signbit<mode>2): FLOAT128_IBM_P condition test moved into IBM128
3091 iterator.
3092 (neg<mode>2): Replace TFIFKF iterator with FLOAT128. Add support
3093 for TFmode being IEEE 128-bit floating point. Use IEEE128 iterator
3094 instead of hard coding TFmode or KFmode.
3095 (negtf2_internal): Likewise.
3096 (neg<mode>2_internal): Likewise.
3097 (abs<mode>2): Likewise.
3098 (abstf2_internal): Likewise.
3099 (abs<mode>2_internal): Likewise.
3100 (ieee_128bit_neg<mode>2): Likewise.
3101 (ieee_128bit_neg<mode>2_internal): Likewise.
3102 (ieee_128bit_abs<mode>2): Likewise.
3103 (ieee_128bit_abs<mode>2_internal): Likewise.
3104 (ieee_128bit_nabs<mode>2): Likewise.
3105 (ieee_128bit_nabs<mode>2_internal): Likewise.
3106 (extendiftf2): Add explicit conversions between 128-bit floating
3107 point types. Drop the old conversions that had become unwieldy.
3108 (extend<FLOAT128_SFDFTF:mode><IFKF:mode>2): Likewise.
3109 (extendifkf2): Likewise.
3110 (trunc<IFKF:mode><FLOAT128_SFDFTF:mode>2): Likewise.
3111 (extendtfkf2): Likewise.
3112 (fix_trunc<IFKF:mode><SDI:mode>2): Likewise.
3113 (trunciftf2): Likewise.
3114 (fixuns_trunc<IFKF:mode><SDI:mode>2): Likewise.
3115 (truncifkf2): Likewise.
3116 (float<SDI:mode><IFKF:mode>2): Likewise.
3117 (trunckftf2): Likewise.
3118 (floatuns<SDI:mode><IFKF:mode>2): Likewise.
3119 (trunctfif2): Likewise.
3120 (FP iterator): Allow TFmode to be IEEE 128-bit floating point.
3121 (extenddftf2): Rework 128-bit floating point conversions to
3122 properly handle -mabi=ieeelongdouble. Merge IFmode, TFmode, and
3123 KFmode expanders into one function.
3124 (extenddf<mode>2): Likewise.
3125 (extenddftf2_fprs): Likewise.
3126 (extenddf<mode>2_fprs): Likewise.
3127 (extenddftf2_vsx): Likewise.
3128 (extenddf<mode>2_vsx): Likewise.
3129 (extendsftf2): Likewise.
3130 (extendsf<mode>2): Likewise.
3131 (trunctfdf2): Likewise.
3132 (trunc<mode>df2): Likewise.
3133 (trunctfdf2_internal1): Likewise.
3134 (trunc<mode>df2_internal1): Likewise.
3135 (trunctfdf2_internal2): Likewise.
3136 (trunc<mode>df2_internal2): Likewise.
3137 (trunctfsf2): Likewise.
3138 (trunc<mode>sf2): Likewise.
3139 (trunctfsf2_fprs): Likewise.
3140 (trunc<mode>sf2_fprs): Likewise.
3141 (floatsit2f): Likewise.
3142 (floatsi<mode>2): Likewise.
3143 (fix_trunc_helper): Likewise.
3144 (fix_trunc_helper<mode>): Likewise.
3145 (fix_trunctfsi2): Likewise.
3146 (fix_trunc<mode>si2): Likewise.
3147 (fix_trunctfsi2_fprs): Likewise.
3148 (fix_trunc<mode>si2_fprs): Likewise.
3149 (fix_trunctfsi2_internal): Likewise.
3150 (fix_trunc<mode>si2_internal): Likewise.
3151 (fix_trunctfdi2): Likewise.
3152 (fix_trunc<mode>di2): Likewise.
3153 (fixuns_trunctf<mode>2): Likewise.
3154 (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
3155 (floatditf2): Likewise.
3156 (floatdi<mode>2): Likewise.
3157 (floatuns<mode>tf2): Likewise.
3158 (floatuns<SDI:mode><IEEE128:mode>): Likewise.
3159 (cmptf_internal1): Use a mode iterator to add support for both
3160 types (IFmode, TFmode) that support IBM extended double.
3161 (cmp<mode>_internal1): Likewise.
3162 (cmptf_internal2): Likewise.
3163 (cmp<mode>_internal2): Likewise.
3164
3165 * doc/extend.texi (Floating Types): Document __ibm128 and
3166 __float128 on PowerPC.
3167
3168 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
3169 -mfloat128 and -mno-float128.
3170
3171 2015-10-29 Michael Meissner <meissner@linux.vnet.ibm.com>
3172
3173 * config/rs6000/rs6000.h (ALTIVEC_VECTOR_MODE): Add IEEE 128-bit
3174 floating point modes that can go in vector registers.
3175 (MODES_TIEABLE_P): Move tests for vector modes before tests for
3176 scalar floating point, so that IEEE 128-bit floating point that
3177 can go in vector registers bind with vectors and not FP.
3178 (struct rs6000_args): Add libcall field.
3179
3180 * config/rs6000/rs6000.opt (-mfloat128-*): Delete -mfloat128-none
3181 and -mfloat128-software switches. Replace them with a binary
3182 -mfloat128 switch.
3183 (-mfloat128): Likewise.
3184
3185 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Allow
3186 128-bit floating point types in GPRs, even if the appropriate
3187 option enabling the type was not used.
3188 (rs6000_debug_reg_global): Remove -mfloat128-{software,none}
3189 debugging.
3190 (rs6000_setup_reg_addr_masks): Do not allow pre-increment and
3191 pre-decrement on IEEE 128-bit floating point values.
3192 (rs6000_init_hard_regno_mode_ok): Change test for whether TFmode
3193 is IEEE 128-bit floating point.
3194 (rs6000_init_hard_regno_mode_ok): Add reload handlers for IEEE
3195 128-bit floating point types that can go in vector registers.
3196 (rs6000_option_override_internal): Change -mfloat128-none and
3197 -mfloat128-software to -mfloat128, and move code to be near other
3198 VSX option handling.
3199 (rs6000_option_override_internal): Disable -mfloat128 if we don't
3200 have the Altivec ABI.
3201 (rs6000_init_builtins): Don't make TFmode use either IFmode or
3202 KFmode floating point nodes. Instead, have three separate nodes.
3203 (rs6000_scalar_mode_supported_p): Add support for IFmode to allow
3204 eventually moving the long double default to IEEE 128-bit floating
3205 point.
3206 (rs6000_opt_masks): Add -mfloat128.
3207 (struct rs6000_opt_var): Fix typo in comment.
3208 (init_cumulative_args): Initialize libcall field in
3209 CUMULATIVE_ARGS.
3210 (rs6000_function_arg): Treat library functions as if they had
3211 prototypes to prevent IEEE 128-bit support functions from passing
3212 arguments in both GPRs and vector registers.
3213 (rs6000_arg_partial_bytes): Likewise.
3214
3215 * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Add -mfloat128 as
3216 an option that can be turned on via -mcpu=<xxx>.
3217
3218 * config/rs6000/rs6000-opts.h (enum float128_type_t): Delete, no
3219 longer used.
3220
3221 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
3222 __FLOAT128__ if -mfloat128. Define __LONG_DOUBLE_IEEE128__ if long
3223 double is IEEE 128-bit. Define __LONG_DOUBLE_IBM128__ if long
3224 double is IBM extended double.
3225
3226 * config/rs6000/predicates.md (reg_or_indexed_operand): Allow
3227 SUBREGs.
3228
3229 2015-10-29 Mikhail Maltsev <maltsevm@gmail.com>
3230
3231 * genautomata.c: Use CHECKING_P instead of ENABLE_CHECKING.
3232 * genconditions.c: Define CHECKING_P in the generated code.
3233 * genextract.c: Use flag_checking in insn_extract.
3234 * gengtype.c (main): Remove conditional compilation.
3235 * gengtype.h: Likewise.
3236
3237 2015-10-29 Jeff Law <law@redhat.com>
3238
3239 PR tree-optimization/67892
3240 * tree-ssa-threadedge.c (simplify_controL_stmt_condition): Fix typo
3241 in comment.
3242 (thread_through_normal_block): If we have seen a backedge, then
3243 do nothing. No longer call find_jump_threads_backwards here.
3244 (thread_across_edge): Use find_jump_threads_backwards to find
3245 jump threads if the old style threader was not successful.
3246 * tree-ssa-threadbackward.c (get_gimple_control_stmt): Use
3247 gsi_last_nondebug_bb. Return NULL if the block does not end
3248 with a control statement.
3249 (find_jump_threads_backwards): Setup code moved here from
3250 tree-ssa-threadedge.c::thread_through_normal_block. Accept
3251 single edge argument instead of name & block.
3252 * tree-ssa-threadbackward.h (find_jump_threads_backwards): Update
3253 prototype.
3254
3255 2015-10-29 Tom de Vries <tom@codesourcery.com>
3256
3257 * fold-const.c (fold_unary_loc): Remove folding inhibition for restrict
3258 types.
3259
3260 2015-10-29 Nathan Sidwell <nathan@codesourcery.com>
3261
3262 * omp-low.c (lower_omp_target): Remove unreachable code & merge
3263 ifs.
3264
3265 2015-10-29 Marc Glisse <marc.glisse@inria.fr>
3266
3267 * match.pd (X-(X/Y)*Y): Properly handle conversions and commutativity.
3268
3269 2015-10-29 Richard Sandiford <richard.sandiford@arm.com>
3270
3271 * tree-call-cdce.c (shrink_wrap_one_built_in_call): Remove
3272 guard_bb0 and use guard_bb throughout.
3273
3274 2015-10-29 Richard Sandiford <richard.sandiford@arm.com>
3275
3276 * tree-call-cdce.c (shrink_wrap_one_built_in_call): Remove
3277 unnecessary label.
3278
3279 2015-10-29 Richard Biener <rguenther@suse.de>
3280
3281 PR middle-end/68142
3282 * fold-const.c (extract_muldiv_1): Avoid introducing undefined
3283 overflow.
3284
3285 2015-10-29 Andrew MacLeod <amacleod@redhat.com>
3286
3287 * alias.c: Reorder #include statements and remove duplicates.
3288 * asan.c: Likewise.
3289 * attribs.c: Likewise.
3290 * auto-inc-dec.c: Likewise.
3291 * auto-profile.c: Likewise.
3292 * bb-reorder.c: Likewise.
3293 * bt-load.c: Likewise.
3294 * builtins.c: Likewise.
3295 * caller-save.c: Likewise.
3296 * calls.c: Likewise.
3297 * ccmp.c: Likewise.
3298 * cfg.c: Likewise.
3299 * cfganal.c: Likewise.
3300 * cfgbuild.c: Likewise.
3301 * cfgcleanup.c: Likewise.
3302 * cfgexpand.c: Likewise.
3303 * cfghooks.c: Likewise.
3304 * cfgloop.c: Likewise.
3305 * cfgloopanal.c: Likewise.
3306 * cfgloopmanip.c: Likewise.
3307 * cfgrtl.c: Likewise.
3308 * cgraph.c: Likewise.
3309 * cgraphbuild.c: Likewise.
3310 * cgraphclones.c: Likewise.
3311 * cgraphunit.c: Likewise.
3312 * cilk-common.c: Likewise.
3313 * combine-stack-adj.c: Likewise.
3314 * combine.c: Likewise.
3315 * compare-elim.c: Likewise.
3316 * convert.c: Likewise.
3317 * coverage.c: Likewise.
3318 * cppbuiltin.c: Likewise.
3319 * cprop.c: Likewise.
3320 * cse.c: Likewise.
3321 * cselib.c: Likewise.
3322 * data-streamer-in.c: Likewise.
3323 * data-streamer-out.c: Likewise.
3324 * data-streamer.c: Likewise.
3325 * dbxout.c: Likewise.
3326 * dce.c: Likewise.
3327 * ddg.c: Likewise.
3328 * debug.c: Likewise.
3329 * df-core.c: Likewise.
3330 * df-problems.c: Likewise.
3331 * df-scan.c: Likewise.
3332 * dfp.c: Likewise.
3333 * dojump.c: Likewise.
3334 * dominance.c: Likewise.
3335 * double-int.c: Likewise.
3336 * dse.c: Likewise.
3337 * dumpfile.c: Likewise.
3338 * dwarf2asm.c: Likewise.
3339 * dwarf2cfi.c: Likewise.
3340 * dwarf2out.c: Likewise.
3341 * emit-rtl.c: Likewise.
3342 * except.c: Likewise.
3343 * explow.c: Likewise.
3344 * expmed.c: Likewise.
3345 * expr.c: Likewise.
3346 * final.c: Likewise.
3347 * fixed-value.c: Likewise.
3348 * fold-const.c: Likewise.
3349 * function.c: Likewise.
3350 * fwprop.c: Likewise.
3351 * gcse.c: Likewise.
3352 * generic-match-head.c: Likewise.
3353 * ggc-common.c: Likewise.
3354 * gimple-builder.c: Likewise.
3355 * gimple-expr.c: Likewise.
3356 * gimple-fold.c: Likewise.
3357 * gimple-iterator.c: Likewise.
3358 * gimple-low.c: Likewise.
3359 * gimple-match-head.c: Likewise.
3360 * gimple-pretty-print.c: Likewise.
3361 * gimple-ssa-isolate-paths.c: Likewise.
3362 * gimple-ssa-strength-reduction.c: Likewise.
3363 * gimple-streamer-in.c: Likewise.
3364 * gimple-streamer-out.c: Likewise.
3365 * gimple-walk.c: Likewise.
3366 * gimple.c: Likewise.
3367 * gimplify-me.c: Likewise.
3368 * gimplify.c: Likewise.
3369 * godump.c: Likewise.
3370 * graph.c: Likewise.
3371 * graphite-poly.c: Likewise.
3372 * haifa-sched.c: Likewise.
3373 * hw-doloop.c: Likewise.
3374 * ifcvt.c: Likewise.
3375 * incpath.c: Likewise.
3376 * init-regs.c: Likewise.
3377 * internal-fn.c: Likewise.
3378 * ipa-chkp.c: Likewise.
3379 * ipa-comdats.c: Likewise.
3380 * ipa-cp.c: Likewise.
3381 * ipa-devirt.c: Likewise.
3382 * ipa-icf-gimple.c: Likewise.
3383 * ipa-icf.c: Likewise.
3384 * ipa-inline-analysis.c: Likewise.
3385 * ipa-inline-transform.c: Likewise.
3386 * ipa-inline.c: Likewise.
3387 * ipa-polymorphic-call.c: Likewise.
3388 * ipa-profile.c: Likewise.
3389 * ipa-prop.c: Likewise.
3390 * ipa-pure-const.c: Likewise.
3391 * ipa-ref.c: Likewise.
3392 * ipa-reference.c: Likewise.
3393 * ipa-split.c: Likewise.
3394 * ipa-utils.c: Likewise.
3395 * ipa-visibility.c: Likewise.
3396 * ipa.c: Likewise.
3397 * ira-build.c: Likewise.
3398 * ira-color.c: Likewise.
3399 * ira-conflicts.c: Likewise.
3400 * ira-costs.c: Likewise.
3401 * ira-emit.c: Likewise.
3402 * ira-lives.c: Likewise.
3403 * ira.c: Likewise.
3404 * jump.c: Likewise.
3405 * langhooks.c: Likewise.
3406 * lcm.c: Likewise.
3407 * lists.c: Likewise.
3408 * loop-doloop.c: Likewise.
3409 * loop-init.c: Likewise.
3410 * loop-invariant.c: Likewise.
3411 * loop-iv.c: Likewise.
3412 * loop-unroll.c: Likewise.
3413 * lower-subreg.c: Likewise.
3414 * lra-assigns.c: Likewise.
3415 * lra-coalesce.c: Likewise.
3416 * lra-constraints.c: Likewise.
3417 * lra-eliminations.c: Likewise.
3418 * lra-lives.c: Likewise.
3419 * lra-remat.c: Likewise.
3420 * lra-spills.c: Likewise.
3421 * lra.c: Likewise.
3422 * lto-cgraph.c: Likewise.
3423 * lto-compress.c: Likewise.
3424 * lto-opts.c: Likewise.
3425 * lto-section-in.c: Likewise.
3426 * lto-section-out.c: Likewise.
3427 * lto-streamer-in.c: Likewise.
3428 * lto-streamer-out.c: Likewise.
3429 * lto-streamer.c: Likewise.
3430 * mode-switching.c: Likewise.
3431 * modulo-sched.c: Likewise.
3432 * omp-low.c: Likewise.
3433 * optabs.c: Likewise.
3434 * opts-global.c: Likewise.
3435 * passes.c: Likewise.
3436 * plugin.c: Likewise.
3437 * postreload-gcse.c: Likewise.
3438 * postreload.c: Likewise.
3439 * predict.c: Likewise.
3440 * print-tree.c: Likewise.
3441 * profile.c: Likewise.
3442 * real.c: Likewise.
3443 * realmpfr.c: Likewise.
3444 * recog.c: Likewise.
3445 * ree.c: Likewise.
3446 * reg-stack.c: Likewise.
3447 * regcprop.c: Likewise.
3448 * reginfo.c: Likewise.
3449 * regrename.c: Likewise.
3450 * regstat.c: Likewise.
3451 * reload.c: Likewise.
3452 * reload1.c: Likewise.
3453 * reorg.c: Likewise.
3454 * resource.c: Likewise.
3455 * rtl-chkp.c: Likewise.
3456 * rtl-error.c: Likewise.
3457 * rtlanal.c: Likewise.
3458 * rtlhooks.c: Likewise.
3459 * sanopt.c: Likewise.
3460 * sched-deps.c: Likewise.
3461 * sched-ebb.c: Likewise.
3462 * sched-rgn.c: Likewise.
3463 * sese.c: Likewise.
3464 * shrink-wrap.c: Likewise.
3465 * simplify-rtx.c: Likewise.
3466 * stack-ptr-mod.c: Likewise.
3467 * statistics.c: Likewise.
3468 * stmt.c: Likewise.
3469 * stor-layout.c: Likewise.
3470 * store-motion.c: Likewise.
3471 * stringpool.c: Likewise.
3472 * symtab.c: Likewise.
3473 * target-globals.c: Likewise.
3474 * targhooks.c: Likewise.
3475 * toplev.c: Likewise.
3476 * tracer.c: Likewise.
3477 * trans-mem.c: Likewise.
3478 * tree-affine.c: Likewise.
3479 * tree-call-cdce.c: Likewise.
3480 * tree-cfg.c: Likewise.
3481 * tree-cfgcleanup.c: Likewise.
3482 * tree-chkp-opt.c: Likewise.
3483 * tree-chkp.c: Likewise.
3484 * tree-chrec.c: Likewise.
3485 * tree-complex.c: Likewise.
3486 * tree-data-ref.c: Likewise.
3487 * tree-dfa.c: Likewise.
3488 * tree-diagnostic.c: Likewise.
3489 * tree-dump.c: Likewise.
3490 * tree-eh.c: Likewise.
3491 * tree-emutls.c: Likewise.
3492 * tree-if-conv.c: Likewise.
3493 * tree-inline.c: Likewise.
3494 * tree-into-ssa.c: Likewise.
3495 * tree-iterator.c: Likewise.
3496 * tree-loop-distribution.c: Likewise.
3497 * tree-nested.c: Likewise.
3498 * tree-nrv.c: Likewise.
3499 * tree-object-size.c: Likewise.
3500 * tree-outof-ssa.c: Likewise.
3501 * tree-parloops.c: Likewise.
3502 * tree-phinodes.c: Likewise.
3503 * tree-predcom.c: Likewise.
3504 * tree-pretty-print.c: Likewise.
3505 * tree-profile.c: Likewise.
3506 * tree-scalar-evolution.c: Likewise.
3507 * tree-sra.c: Likewise.
3508 * tree-ssa-address.c: Likewise.
3509 * tree-ssa-alias.c: Likewise.
3510 * tree-ssa-ccp.c: Likewise.
3511 * tree-ssa-coalesce.c: Likewise.
3512 * tree-ssa-copy.c: Likewise.
3513 * tree-ssa-dce.c: Likewise.
3514 * tree-ssa-dom.c: Likewise.
3515 * tree-ssa-dse.c: Likewise.
3516 * tree-ssa-forwprop.c: Likewise.
3517 * tree-ssa-ifcombine.c: Likewise.
3518 * tree-ssa-live.c: Likewise.
3519 * tree-ssa-loop-ch.c: Likewise.
3520 * tree-ssa-loop-im.c: Likewise.
3521 * tree-ssa-loop-ivcanon.c: Likewise.
3522 * tree-ssa-loop-ivopts.c: Likewise.
3523 * tree-ssa-loop-manip.c: Likewise.
3524 * tree-ssa-loop-niter.c: Likewise.
3525 * tree-ssa-loop-prefetch.c: Likewise.
3526 * tree-ssa-loop-unswitch.c: Likewise.
3527 * tree-ssa-loop.c: Likewise.
3528 * tree-ssa-math-opts.c: Likewise.
3529 * tree-ssa-operands.c: Likewise.
3530 * tree-ssa-phiopt.c: Likewise.
3531 * tree-ssa-phiprop.c: Likewise.
3532 * tree-ssa-pre.c: Likewise.
3533 * tree-ssa-propagate.c: Likewise.
3534 * tree-ssa-reassoc.c: Likewise.
3535 * tree-ssa-sccvn.c: Likewise.
3536 * tree-ssa-scopedtables.c: Likewise.
3537 * tree-ssa-sink.c: Likewise.
3538 * tree-ssa-strlen.c: Likewise.
3539 * tree-ssa-structalias.c: Likewise.
3540 * tree-ssa-tail-merge.c: Likewise.
3541 * tree-ssa-ter.c: Likewise.
3542 * tree-ssa-threadedge.c: Likewise.
3543 * tree-ssa-threadupdate.c: Likewise.
3544 * tree-ssa-uncprop.c: Likewise.
3545 * tree-ssa-uninit.c: Likewise.
3546 * tree-ssa.c: Likewise.
3547 * tree-ssanames.c: Likewise.
3548 * tree-stdarg.c: Likewise.
3549 * tree-streamer-in.c: Likewise.
3550 * tree-streamer-out.c: Likewise.
3551 * tree-streamer.c: Likewise.
3552 * tree-switch-conversion.c: Likewise.
3553 * tree-tailcall.c: Likewise.
3554 * tree-vect-data-refs.c: Likewise.
3555 * tree-vect-generic.c: Likewise.
3556 * tree-vect-loop-manip.c: Likewise.
3557 * tree-vect-loop.c: Likewise.
3558 * tree-vect-patterns.c: Likewise.
3559 * tree-vect-slp.c: Likewise.
3560 * tree-vect-stmts.c: Likewise.
3561 * tree-vectorizer.c: Likewise.
3562 * tree-vrp.c: Likewise.
3563 * tree.c: Likewise.
3564 * tsan.c: Likewise.
3565 * ubsan.c: Likewise.
3566 * value-prof.c: Likewise.
3567 * var-tracking.c: Likewise.
3568 * varasm.c: Likewise.
3569 * varpool.c: Likewise.
3570 * vtable-verify.c: Likewise.
3571 * web.c: Likewise.
3572 * wide-int-print.cc: Likewise.
3573 * wide-int.cc: Likewise.
3574 * xcoffout.c: Likewise.
3575
3576 2015-10-29 H.J. Lu <hongjiu.lu@intel.com>
3577
3578 * Makefile.in (NO_PIE_CFLAGS): New.
3579 (NO_PIE_FLAG): Likewise.
3580 (NO_PIE_CFLAGS_FOR_BUILD): Likewise.
3581 (NO_PIE_FLAG_FOR_BUILD): Likewise.
3582 (BUILD_NO_PIE_CFLAGS): Likewise.
3583 (BUILD_NO_PIE_FLAG): Likewise.
3584 (COMPILER): Replace @NO_PIE_CFLAGS@ with $(NO_PIE_CFLAGS).
3585 (LINKER): Replace @NO_PIE_FLAG@ with $(NO_PIE_FLAG).
3586 (BUILD_CFLAGS): Replace @NO_PIE_CFLAGS@ with
3587 $(BUILD_NO_PIE_CFLAGS).
3588 (BUILD_CXXFLAGS): Likewise.
3589 (BUILD_LDFLAGS ): Replace @NO_PIE_FLAG@ with
3590 $(BUILD_NO_PIE_FLAG).
3591 * configure.ac (BUILD_NO_PIE_CFLAGS): New. AC_SUBST.
3592 (BUILD_NO_PIE_FLAG): Likewise.
3593 (NO_PIE_CFLAGS_FOR_BUILD): Likewise.
3594 (NO_PIE_FLAG_FOR_BUILD): Likewise.
3595 * configure: Regenerated.
3596
3597 2015-10-29 Richard Biener <rguenther@suse.de>
3598
3599 PR middle-end/56956
3600 * fold-const.c (fold_cond_expr_with_comparison): Do not fold
3601 unsigned conditonal negation to ABS_EXPR.
3602
3603 2015-10-29 Richard Biener <rguenther@suse.de>
3604
3605 * gimple-match-head.c (gimple_simplify): Remove premature checking
3606 of builtin_decl_implicit of function calls we simplify.
3607
3608 2015-10-29 Bin Cheng <bin.cheng@arm.com>
3609
3610 * tree-ssa-loop-ivopts.c (split_address_cost): Check depends_on.
3611 (get_computation_cost_at): Ditto.
3612 (determine_use_iv_cost_address): Pass NULL for arguments depends_on
3613 and inv_expr_id.
3614
3615 2015-10-28 Tom de Vries <tom@codesourcery.com>
3616
3617 * tree-ssa-structalias.c (intra_create_variable_infos): Remove
3618 superfluous code.
3619
3620 2015-10-28 Jason Merrill <jason@redhat.com>
3621
3622 * Makefile.in (TAGS): Include libcpp and libiberty.
3623
3624 2015-10-28 Nathan Sidwell <nathan@codesourcery.com>
3625
3626 * omp-low.c (MASK_GANG, MASK_WORKER, MASK_VECTOR): Delete.
3627 (extract_omp_for_data): Remove OpenACC special handling of
3628 chunking.
3629
3630 * config/nvptx/nvptx.c (nvptx_print_operand): Remove 'd' case.
3631 (struct parallel): Update comment.
3632 (nvptx_reorg): Likewise.
3633 (nvptx_neuter): Cleanup whitespace.
3634
3635 2015-10-28 Richard Henderson <rth@redhat.com>
3636
3637 * tree-eh.c (mark_reachable_handlers): Fix typo in assert.
3638
3639 2015-10-05 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
3640
3641 PR target/67839
3642 * config/avr/predicates.md (low_io_address_operand): Don't
3643 consider MODE when computing upper bound.
3644 (io_address_operand): Likewise.
3645
3646 2015-10-28 Jan Hubicka <hubicka@ucw.cz>
3647
3648 * fold-const.c (operand_equal_p): Do not verify that types are
3649 compatible for MEM_REFs.
3650
3651 2015-10-28 Richard Biener <rguenther@suse.de>
3652
3653 * gimple-match-head.c (gimple_simplify): Allow VECTOR_CSTs
3654 in simplifying VEC_COND_EXPR conditions.
3655
3656 2015-10-28 Tom de Vries <tom@codesourcery.com>
3657
3658 * tree-ssa-structalias.c (intra_create_variable_infos): Don't iterate
3659 into vi_next of a full_var.
3660
3661 2015-10-28 Tom de Vries <tom@codesourcery.com>
3662
3663 * tree-ssa-structalias.c (new_var_info, make_heapvar)
3664 (make_constraint_from_restrict, make_constraint_from_global_restrict)
3665 (create_function_info_for, create_variable_info_for_1)
3666 (create_variable_info_for): Add and handle add_id parameter.
3667 (get_call_vi, new_scalar_tmp_constraint_exp, handle_rhs_call)
3668 (init_base_vars): Add extra argument to calls to new_var_info.
3669 (get_vi_for_tree): Add extra argument to call to
3670 create_variable_info_for.
3671 (process_constraint, do_deref, process_all_all_constraints): Add extra
3672 argument to calls to new_scalar_tmp_constraint_exp.
3673 (handle_lhs_call, find_func_aliases_for_builtin_call): Add extra
3674 argument to calls to make_heapvar.
3675 (make_restrict_var_constraints): Add extra argument to call to
3676 make_constraint_from_global_restrict.
3677 (intra_create_variable_infos): Add extra argument to call to
3678 create_variable_info_for_1.
3679 (ipa_pta_execute): Add extra argument to call to
3680 create_function_info_for.
3681
3682 2015-10-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3683
3684 * config/aarch64/aarch64.md (call, call_value, sibcall): Handle noplt.
3685 (sibcall_value): Likewise.
3686
3687 2015-10-28 Nathan Sidwell <nathan@codesourcery.com>
3688
3689 * config/nvptx/nvptx.h (struct machine_function): Add
3690 axis_predicate.
3691 * config/nvptx/nvptx-protos.h (nvptx_expand_oacc_fork,
3692 nvptx_expand_oacc_join): Declare.
3693 * config/nvptx/nvptx.md (UNSPEC_NTID, UNSPEC_TID): Delete.
3694 (UNSPEC_DIM_SIZE, UNSPEC_SHARED_DATA, UNSPEC_BIT_CONV,
3695 UNSPEC_SHUFFLE, UNSPEC_BR_UNIFIED): New.
3696 (UNSPECV_BARSYNC, UNSPECV_DIM_POS, UNSPECV_FORK, UNSPECV_FORKED,
3697 UNSPECV_JOINING, UNSPECV_JOIN): New.
3698 (BITS, BITD): New mode iterators.
3699 (br_true_uni, br_false_uni): New.
3700 (*oacc_ntid_insn, oacc_ntid, *oacc_tid_insn, oacc_tid): Delete.
3701 (oacc_dim_size, oacc_dim_pos): New.
3702 (nvptx_fork, nvptx_forked, nvptx_joining, nvptx_join): New.
3703 (oacc_fork, oacc_join): New.
3704 (nvptx_shuffle<mode>, unpack<mode>si2, packsi<mode>2): New.
3705 (worker_load<mode>, worker_store<mode>): New.
3706 (nvptx_barsync): New.
3707 * config/nvptx/nvptx.c: Include gimple.h & dumpfile.h.
3708 (SHUFFLE_UP, SHUFFLE_DOWN, SHUFFLE_BFLY, SHUFFLE_IDX): Define.
3709 (worker_bcast_hwm, worker_bcast_align, worker_bcast_name,
3710 worker_bcast_sym): New.
3711 (nvptx_option_override): Initialize worker broadcast buffer.
3712 (nvptx_emit_forking, nvptx_emit_joining): New.
3713 (nvptx_init_axis_predicate): New.
3714 (nvptx_declare_function_name): Init axis predicates.
3715 (nvptx_expand_call): Add fork/join markers around routine call.
3716 (nvptx_expand_oacc_fork, nvptx_expand_oacc_join): New.
3717 (nvptx_gen_unpack, nvptx_gen_pack, nvptx_gen_shuffle): New.
3718 (nvptx_gen_vcast): New.
3719 (struct wcast_data_t): New.
3720 (enum propagate_mask): New.
3721 (nvptx_gen_wcast): New.
3722 (nvptx_print_operand): Add 'S' case.
3723 (struct parallel): New.
3724 (parallel::parallel, parallel::~parallel): New.
3725 (bb_insn_map_t, insn_bb_t, insn_bb_vec_t): New typedefs.
3726 (nvptx_split_blocks, nvptx_discover_pre, nvptx_dump_pars,
3727 nvptx_find_par, nvptx_discover_pars): New.
3728 (nvptx_propagate): New.
3729 (vprop_gen, nvptx_vpropagate): New.
3730 (wprop_gen, nvptx_wpropagate): New.
3731 (nvptx_wsync): New.
3732 (nvptx_single, nvptx_skip_par): New.
3733 (nvptx_process_pars, nvptx_neuter_pars): New.
3734 (ntptx_reorg): Split blocks, generate parallel structure, apply
3735 neutering.
3736 (nvptx_cannot_copy_insn_p): New.
3737 (nvptx_file_end): Emit worker broadcast decl.
3738 (nvptx_goacc_fork_join): New.
3739 (TARGET_CANNOT_COPY_INSN_P): Override.
3740 (TARGET_GOACC_FORK_JOIN): Override.
3741
3742 2015-10-28 Richard Biener <rguenther@suse.de>
3743
3744 * fold-const.c (negate_expr_p): Adjust the division case to
3745 properly avoid introducing undefined overflow.
3746 (fold_negate_expr): Likewise.
3747
3748 2015-10-28 Richard Biener <rguenther@suse.de>
3749
3750 PR tree-optimization/65962
3751 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
3752 Avoid creating loop carried dependences also for outer loops
3753 of the loop a use to replace is in.
3754
3755 2015-10-28 Richard Biener <rguenther@suse.de>
3756
3757 * common.opt (fchecking): New flag controlling flag_checking.
3758 * passes.c (verify_curr_properties): Drop DEBUG_FUNCTION.
3759 * timevar.c (timer::print): Adjust output.
3760 * doc/invoke.texi (fchecking): Document.
3761
3762 2015-10-28 Richard Biener <rguenther@suse.de>
3763
3764 PR middle-end/68067
3765 * fold-const.c (negate_expr_p): We cannot negate plus or minus
3766 if overflow is not wrapping. Likewise multiplication unless
3767 one operand is constant and not power of two.
3768 (fold_negate_expr): Adjust accordingly.
3769
3770 2015-10-27 Nathan Sidwell <nathan@codesourcery.com>
3771
3772 * omp-low.c (struct omp_context): Remove gwv_below, gwv_this
3773 fields.
3774 (is_oacc_parallel, is_oacc_kernels): New.
3775 (enclosing_target_ctx): May return NULL.
3776 (ctx_in_oacc_kernels_region): New.
3777 (check_oacc_kernel_gwv): New.
3778 (oacc_loop_or_target_p): Delete.
3779 (scan_omp_for): Don't calculate gwv mask. Check parallel clause
3780 operands. Strip reductions fro kernels.
3781 (scan_omp_target): Don't calculate gwv mask.
3782 (lower_oacc_head_mark, lower_oacc_loop_marker,
3783 lower_oacc_head_tail): New.
3784 (struct oacc_collapse): New.
3785 (expand_oacc_collapse_init, expand_oacc_collapse_vars): New.
3786 (expand_omp_for_static_nochunk, expand_omp_for_static_chunk):
3787 Remove OpenACC handling.
3788 (expand_oacc_for): New.
3789 (expand_omp_for): Call expand_oacc_for.
3790 (lower_omp_for): Call lower_oacc_head_tail.
3791
3792 2015-10-27 Mikhail Maltsev <maltsevm@gmail.com>
3793
3794 * attribs.c (check_attribute_tables): New function, broken out from...
3795 (init_attributes): Use it.
3796 * cfgcleanup.c (try_optimize_cfg): Use flag_checking, CHECKING_P
3797 gcc_checking_assert and checking_* functions to eliminate
3798 ENABLE_CHECKING conditionals.
3799 * cfgexpand.c (expand_goto, expand_debug_expr): Likewise.
3800 (pass_expand::execute): Likewise.
3801 * cgraphclones.c (symbol_table::materialize_all_clones): Likewise.
3802 * cgraphunit.c (mark_functions_to_output): Likewise.
3803 (cgraph_node::expand_thunk): Likewise.
3804 (symbol_table::compile): Likewise.
3805 * ddg.c (add_cross_iteration_register_deps): Likewise.
3806 (create_ddg_all_sccs): Likewise.
3807 * df-core.c (df_finish_pass, df_analyze): Likewise.
3808 * diagnostic-core.h: Likewise.
3809 * diagnostic.c (diagnostic_report_diagnostic): Likewise.
3810 * dominance.c (calculate_dominance_info): Likewise.
3811 * dwarf2out.c (add_AT_die_ref): Likewise.
3812 (const_ok_for_output_1, mem_loc_descriptor): Likewise.
3813 (loc_list_from_tree, gen_lexical_block_die): Likewise.
3814 gen_type_die_with_usage, gen_type_die): Likewise.
3815 (dwarf2out_decl): Likewise.
3816 * emit-rtl.c (verify_rtx_sharing, reorder_insns_nobb): Likewise.
3817 * except.c (duplicate_eh_regions): Likewise.
3818 * fwprop.c (register_active_defs, update_df_init): Likewise.
3819 (fwprop_init, fwprop_done): Likewise.
3820 (update_uses): Likewise.
3821 * ggc-page.c (ggc_grow): Likewise.
3822 * gimplify.c (gimplify_body): Likewise.
3823 (gimplify_hasher::equal): Likewise.
3824 * graphite-isl-ast-to-gimple.c (graphite_verify): Likewise.
3825 * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form):
3826 Likewise.
3827 * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Likewise.
3828 (rewrite_cross_bb_scalar_deps_out_of_ssa): Likwise.
3829 * hash-table.h (::find_empty_slot_for_expand): Likewise.
3830 * ifcvt.c (if_convert): Likewise.
3831 * ipa-cp.c (ipcp_propagate_stage): Likewise.
3832 * ipa-devirt.c (type_in_anonymous_namespace_p): Likewise.
3833 (odr_type_p, odr_types_equivalent_p): Likewise.
3834 (add_type_duplicate, get_odr_type): Likewise.
3835 * ipa-icf.c (sem_item_optimizer::execute): Likewise.
3836 (sem_item_optimizer::subdivide_classes_by_equality): Likewise.
3837 (sem_item_optimizer::verify_classes): Likewise.
3838 (sem_item_optimizer::traverse_congruence_split): Likewise.
3839 (sem_item_optimizer::checking_verify_classes): New.
3840 * ipa-icf.h (sem_item_optimizer::checking_verify_classes): Add new
3841 method.
3842 * cfgrtl.c (commit_edge_insertions): Likewise.
3843 (fixup_reorder_chain, cfg_layout_finalize): Likewise.
3844 (rtl_flow_call_edges_add): Likewise.
3845 * cgraph.c (symbol_table::create_edge): Likewise.
3846 (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
3847 * cgraph.h (symtab_node): Likewise.
3848 (symtab_node::checking_verify_symtab_nodes): Define.
3849 (cgraph_node::checking_verify_cgraph_nodes): Define.
3850 * cfghooks.h (checking_verify_flow_info): Define.
3851 * cfgloop.h (checking_verify_loop_structure): Define.
3852 * dominance.h (checking_verify_dominators): Define.
3853 * et-forest.c: Fix comment.
3854 * ipa-inline-analysis.c (compute_inline_parameters): Use flag_checking,
3855 CHECKING_P gcc_checking_assert and checking_* functions to eliminate
3856 ENABLE_CHECKING conditionals.
3857 * ipa-inline-transform.c (save_inline_function_body): Likewise.
3858 * ipa-inline.c (inline_small_functions): Likewise.
3859 (early_inliner): Likewise.
3860 * ipa-inline.h (estimate_edge_growth): Likewise.
3861 * ipa-visibility.c (function_and_variable_visibility): Likewise.
3862 * ipa.c (symbol_table::remove_unreachable_nodes): Likewise.
3863 (ipa_single_use): Likewise.
3864 * ira-int.h: Likewise.
3865 * ira.c (ira): Likewise.
3866 * loop-doloop.c (doloop_optimize_loops): Likewise.
3867 * loop-init.c (loop_optimizer_init, fix_loop_structure): Likewise.
3868 * loop-invariant.c (move_loop_invariants): Likewise.
3869 * lra-assigns.c (lra_assign): Likewise.
3870 * lra-constraints.c (lra_constraints): Likewise.
3871 * lra-eliminations.c (lra_eliminate): Likewise.
3872 * lra-int.h (struct lra_reg): Likewise.
3873 * lra-lives.c (check_pseudos_live_through_calls): Likewise.
3874 (lra_create_live_ranges_1): Likewise.
3875 * lra-remat.c (create_remat_bb_data): Likewise.
3876 * lra.c (lra_update_insn_recog_data, restore_scratches): Likewise.
3877 (lra): Likewise.
3878 (check_rtl): Always define. Remove incorrect guard around
3879 extract_constrain_insn call.
3880 * lto-cgraph.c (input_cgraph_1: Use flag_checking,
3881 CHECKING_P gcc_checking_assert and checking_* functions to eliminate
3882 ENABLE_CHECKING conditionals.
3883 * lto-streamer-out.c (DFS::DFS): Likewise.
3884 (lto_output): Likewise.
3885 * lto-streamer.c (lto_streamer_init): Likewise.
3886 * omp-low.c (scan_omp_target, expand_omp_taskreg): Likewise.
3887 expand_omp_target, execute_expand_omp): Likewise.
3888 (lower_omp_target): Likewise.
3889 * passes.c (execute_function_todo): Likewise.
3890 (execute_todo, execute_one_pass): Likewise.
3891 (verify_curr_properties): Always define.
3892 * predict.c (tree_estimate_probability: Use flag_checking,
3893 CHECKING_P gcc_checking_assert and checking_* functions to eliminate
3894 ENABLE_CHECKING conditionals.
3895 (propagate_freq): Likewise.
3896 * pretty-print.c (pp_format): Likewise.
3897 * real.c (real_to_decimal_for_mode): Likewise.
3898 * recog.c (split_all_insns): Likewise.
3899 * regcprop.c (kill_value_one_regno): Likewise.
3900 (copy_value): Likewise.
3901 (validate_value_data): Define unconditionally.
3902 * reload.c: Fix comment.
3903 * timevar.c: Include options.h
3904 * tree-ssa.h (checking_verify_ssa): Define.
3905 * tree-ssa-loop-manip.h (checking_verify_loop_closed_ssa): Define.
3906 * sched-deps.c (CHECK): Remove unused macro.
3907 (add_or_update_dep_1, sd_add_dep: Use flag_checking, CHECKING_P
3908 gcc_checking_assert and checking_* functions to eliminate
3909 ENABLE_CHECKING conditionals.
3910 * sel-sched-ir.c (free_regset_pool, tidy_control_flow): Likewise.
3911 * sel-sched.c (struct moveop_static_params): Likewise.
3912 (find_best_reg_for_expr, move_cond_jump): Likewise.
3913 (move_op_orig_expr_not_found): Likewise.
3914 (code_motion_process_successors, move_op): Likewise.
3915 * ssa-iterators.h (first_readonly_imm_use): Likewise.
3916 (next_readonly_imm_use): Likewise.
3917 * store-motion.c (compute_store_table): Likewise.
3918 * symbol-summary.h (function_summary::function_summary): Likewise.
3919 * target.h (cumulative_args_t): Likewise.
3920 (get_cumulative_args, pack_cumulative_args): Likewise.
3921 * timevar.c: (timer::print): Likewise.
3922 * trans-mem.c (ipa_tm_execute): Likewise.
3923 * tree-cfg.c (move_stmt_op): Likewise.
3924 (move_sese_region_to_fn): Likewise.
3925 (gimple_flow_call_edges_add): Likewise.
3926 * tree-cfgcleanup.c (cleanup_tree_cfg_noloop, repair_loop_structures):
3927 Likewise.
3928 * tree-eh.c (remove_unreachable_handlers): Likewise.
3929 * tree-if-conv.c (pass_if_conversion::execute): Likewise.
3930 * tree-inline.c (expand_call_inline, optimize_inline_calls): Likewise.
3931 * tree-into-ssa.c (update_ssa): Likewise.
3932 * tree-loop-distribution.c (pass_loop_distribution::execute): Likewise.
3933 * tree-outof-ssa.c (eliminate_useless_phis, rewrite_trees): Likewise.
3934 * tree-parloops.c (pass_parallelize_loops::execute): Likewise.
3935 * tree-predcom.c (suitable_component_p): Likewise.
3936 * tree-profile.c (gimple_gen_const_delta_profiler): Likewise.
3937 * tree-ssa-alias.c (refs_may_alias_p_1): Likewise.
3938 * tree-ssa-live.c (verify_live_on_entry): Likewise.
3939 * tree-ssa-live.h (register_ssa_partition): Likewise.
3940 * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Likewise.
3941 * tree-ssa-loop-manip.c (add_exit_phi): Likewise.
3942 (tree_transform_and_unroll_loop): Likewise.
3943 * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Likewise.
3944 * tree-ssa-operands.c (get_expr_operands): Likewise.
3945 * tree-ssa-propagate.c (replace_exp_1): Likewise.
3946 * tree-ssa-structalias.c (rewrite_constraints): Likewise.
3947 * tree-ssa-ter.c (free_temp_expr_table): Likewise.
3948 * tree-ssa-threadupdate.c (duplicate_thread_path): Likewise.
3949 * tree-ssanames.c (release_ssa_name_fn): Likewise.
3950 * tree-stdarg.c (expand_ifn_va_arg): Likewise.
3951 * tree-vect-loop-manip.c
3952 (slpeel_tree_duplicate_loop_to_edge_cfg): Likewise.
3953 (slpeel_checking_verify_cfg_after_peeling): Likewise.
3954 (vect_do_peeling_for_loop_bound): Likewise.
3955 (vect_do_peeling_for_alignment): Likewise.
3956 * tree-vrp.c (supports_overflow_infinity): Likewise.
3957 (set_value_range): Likewise.
3958 * tree.c (free_lang_data_in_cgraph): Likewise.
3959 * value-prof.c (gimple_remove_histogram_value): Likewise.
3960 (free_hist): Likewise.
3961 * var-tracking.c (canonicalize_values_star): Likewise.
3962 (compute_bb_dataflow, vt_find_locations, vt_emit_notes): Likewise.
3963
3964 2015-10-27 Nathan Sidwell <nathan@codesourcery.com>
3965
3966 * internal-fn.def (IFN_GOACC_DIM_SIZE, IFN_GOACC_DIM_POS,
3967 IFN_GOACC_LOOP): New.
3968 * internal-fn.h (enum ifn_unique_kind): Add IFN_UNIQUE_OACC_FORK,
3969 IFN_UNIQUE_OACC_JOIN, IFN_UNIQUE_OACC_HEAD_MARK,
3970 IFN_UNIQUE_OACC_TAIL_MARK.
3971 (enum ifn_goacc_loop_kind): New.
3972 * internal-fn.c (expand_UNIQUE): Add IFN_UNIQUE_OACC_FORK,
3973 IFN_UNIQUE_OACC_JOIN cases.
3974 (expand_GOACC_DIM_SIZE, expand_GOACC_DIM_POS): New.
3975 (expand_GOACC_LOOP): New.
3976 * target-insns.def (oacc_dim_pos, oacc_dim_size): New.
3977 * omp-low.c: Include gimple-pretty-print.h.
3978 (struct oacc_loop): New.
3979 (enum oacc_loop_flags): New.
3980 (oacc_thread_numbers): New.
3981 (oacc_xform_loop): New.
3982 (new_oacc_loop_raw, new_oacc_loop_outer, new_oacc_loop,
3983 new_oacc_loop_routine, finish_oacc_loop, free_oacc_loop): New,
3984 (dump_oacc_loop_part, dump_oacc_loop, debug_oacc_loop): New,
3985 (oacc_loop_discover_walk, oacc_loop_sibling_nrevers,
3986 oacc_loop_discovery): New.
3987 (oacc_loop_xform_head_tail, oacc_loop_xform_loop,
3988 oacc_loop_process): New.
3989 (oacc_loop_fixed_partitions, oacc_loop_partition): New.
3990 (execute_oacc_device_lower): Discover & process loops. Process
3991 internal fns.
3992 * target.def (goacc.fork_join): Change sense of hook, clarify
3993 documentation.
3994 * doc/tm.texi: Regenerated.
3995
3996 2015-10-27 Nathan Sidwell <nathan@codesourcery.com>
3997
3998 * target-insns.def (oacc_fork, oacc_join): Define.
3999 * target.def (goacc.validate_dims): Adjust doc to avoid warning.
4000 (goacc.fork_join): New GOACC hook.
4001 * targhooks.h (default_goacc_fork_join): Declare.
4002 * omp-low.c (default_goacc_forkjoin): New.
4003 * doc/tm.texi.in (TARGET_GOACC_FORK_JOIN): Add.
4004 * doc/tm.texi: Regenerate.
4005
4006 2015-10-27 Nathan Sidwell <nathan@codesourcery.com>
4007
4008 * omp-low.c (oacc_init_rediction_array): New.
4009 (oacc_initialize_reduction_data): Initialize array.
4010
4011 2015-10-27 Nathan Sidwell <nathan@codesourcery.com>
4012
4013 * omp-low.c (pass_oacc_device_lower::execute): Ignore errors.
4014
4015 2015-10-27 Nathan Sidwell <nathan@codesourcery.com>
4016
4017 * internal-fn.c (expand_UNIQUE): New.
4018 * internal-fn.h (enum ifn_unique_kind): New.
4019 * internal-fn.def (IFN_UNIQUE): New.
4020 * target-insns.def (unique): Define.
4021 * gimple.h (gimple_call_internal_unique_p): New.
4022 * gimple.c (gimple_call_same_target_p): Check internal fn
4023 uniqueness.
4024 * tracer.c (ignore_bb_p): Check for IFN_UNIQUE call.
4025 * tree-ssa-threadedge.c
4026 (record_temporary_equivalences_from_stmts): Likewise.
4027 * tree-cfg.c (gmple_call_initialize_ctrl_altering): Likewise.
4028
4029 2015-10-27 Richard Henderson <rth@redhat.com>
4030
4031 PR rtl-opt/67609
4032 * config/i386/i386.c (ix86_cannot_change_mode_class): Disallow
4033 narrowing subregs on SSE and MMX registers.
4034 * doc/tm.texi.in (CANNOT_CHANGE_MODE_CLASS): Clarify when subregs that
4035 appear to be sub-words of multi-register pseudos must be rejected.
4036 * doc/tm.texi: Regenerate.
4037
4038 2015-10-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4039
4040 PR target/68102
4041 * config/aarch64/aarch64.md (*movsi_aarch64): Check that
4042 operands[0] is a reg before taking its REGNO in split condition.
4043 (*movdi_aarch64): Likewise.
4044
4045 2015-10-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4046
4047 * config/aarch64/aarch64.c (aarch64_output_simd_mov_immediate):
4048 Handle floating point inner modes properly.
4049
4050 2015-10-27 Alan Hayward <alan.hayward@arm.com>
4051
4052 * tree-vect-looop.c
4053 (vectorizable_live_operation): Change iterator.
4054
4055 2015-10-27 Abderrazek Zaafrani <a.zaafrani@samsung.com>
4056 Aditya Kumar <aditya.k7@samsung.com>
4057
4058 * graphite-optimize-isl.c (get_schedule_for_node_st): New callback
4059 function to schedule based on isl_schedule_node.
4060 (get_schedule_map_st): New schedule optimizer based on
4061 isl_schedule_node.
4062 (scop_get_domains): New. Return the isl_union_set containing the
4063 domains of all the pbbs.
4064 (optimize_isl): Call the new function get_schedule_map_st for isl-0.15
4065
4066 2015-10-27 H.J. Lu <hongjiu.lu@intel.com>
4067
4068 PR target/67215
4069 * calls.c (prepare_call_address): Don't handle -fno-plt here.
4070 * config/i386/i386.c (ix86_expand_call): Generate indirect call
4071 via GOT for -fno-plt. Support indirect call via GOT for x32.
4072 * config/i386/predicates.md (sibcall_memory_operand): Allow
4073 GOT memory operand.
4074
4075 2015-10-27 Richard Biener <rguenther@suse.de>
4076
4077 PR tree-optimization/68104
4078 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Move
4079 strided access check ...
4080 (vect_compute_data_refs_alignment): ... here.
4081
4082 2015-10-27 Daniel Jacobowitz <dan@codesourcery.com>
4083 Joseph Myers <joseph@codesourcery.com>
4084 Mark Shinwell <shinwell@codesourcery.com>
4085 Andrew Stubbs <ams@codesourcery.com>
4086 Rich Felker <dalias@libc.org>
4087
4088 * config.gcc: Handle --enable-fdpic.
4089 * config/sh/constraints.md (Ccl): New constraint.
4090 * config/sh/linux.h (SUBTARGET_LINK_EMUL_SUFFIX): Handle -mfdpic.
4091 * config/sh/sh-c.c (sh_cpu_cpp_builtins): Add __FDPIC__ and
4092 __SH_FDPIC__.
4093 * config/sh/sh-mem.cc (expand_block_move): Support FDPIC for calls to
4094 library functions.
4095 * config/sh/sh-protos.h (function_symbol_result): New struct.
4096 (function_symbol): Return function_symbol_result.
4097 (sh_get_fdpic_reg_initial_val, sh_load_function_descriptor): New
4098 declarations.
4099 * config/sh/sh.c (TARGET_ASM_INTEGER, sh_assemble_integer): Implement
4100 target hook.
4101 (TARGET_CANNOT_FORCE_CONST_MEM, sh_cannot_force_const_mem_p): Likewise.
4102 (sh_option_override): Force -fPIC if FDPIC is in effect.
4103 (sh_asm_output_addr_const_extra): Add UNSPEC_GOTFUNCDESC and
4104 UNSPEC_GOTOFFFUNCDESC cases.
4105 (prepare_move_operands): Use FDPIC initial GOT register for
4106 TLS-related GOT access; inhibit cross-section address offset constants
4107 for FDPIC.
4108 (sh_assemble_integer): New function.
4109 (sh_cannot_copy_insn_p): Inhibit copying insns that are FDPIC
4110 PC-relative call sites.
4111 (expand_ashiftrt): Adapt invocation of function_symbol.
4112 (sh_expand_prologue): Inhibit PC-relative GOT address load for FDPIC.
4113 (nonpic_symbol_mentioned_p): Add cases for UNSPEC_GOTFUNCDESC and
4114 UNSPEC_GOTOFFFUNCDESC.
4115 (legitimize_pic_address): Resolve function symbols to function
4116 descriptors for FDPIC. Do not use GOT-relative addressing for local
4117 data that may be read-only on FDPIC.
4118 (sh_emit_storesi, sh_emit_storehi): New functions.
4119 (sh_trampoline_init): Generate FDPIC trampolines.
4120 (sh_function_ok_for_sibcall): Add TARGET_FDPIC check.
4121 (sh_expand_sym_label2reg): Don't assume sibcalls are local.
4122 (sh_output_mi_thunk): Generate FDPIC call.
4123 (function_symbol): Return function_symbol_result. For SFUNC_STATIC on
4124 FDPIC, generate call site labels to use PC-relative addressing rather
4125 than GOT-relative addressing.
4126 (sh_conditional_register_usage): Make PIC register fixed and call used
4127 when FDPIC is in effect.
4128 (sh_legitimate_constant_p): Impose FDPIC constant constraints.
4129 (sh_cannot_force_const_mem_p, sh_load_function_descriptor,
4130 sh_get_fdpic_reg_initial_val): New functions.
4131 * config/sh/sh.h (SUBTARGET_ASM_SPEC, SUBTARGET_LINK_EMUL_SUFFIX):
4132 Handle -mfdpic.
4133 (FDPIC_SELF_SPECS, SUBTARGET_DRIVER_SELF_SPECS,
4134 PIC_OFFSET_TABLE_REG_CALL_CLOBBERED,
4135 SH_OFFSETS_MUST_BE_WITHIN_SECTIONS_P): New macros.
4136 (DRIVER_SELF_SPECS): Add SUBTARGET_DRIVER_SELF_SPECS and
4137 FDPIC_SELF_SPECS.
4138 (TRAMPOLINE_SIZE): Select trampoline size for FDPIC.
4139 (ASM_PREFERRED_EH_DATA_FORMAT): Add EH format constraints for FDPIC.
4140 (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Handle FDPIC case.
4141 * config/sh/sh.md (UNSPEC_GOTFUNCDESC, UNSPEC_GOTOFFFUNCDESC): New
4142 constants.
4143 (calli_fdpic, call_valuei_fdpic, sibcalli_fdpic, sibcalli_pcrel_fdpic,
4144 sibcall_pcrel_fdpic, sibcall_valuei_fdpic, sibcall_valuei_pcrel_fdpic,
4145 sibcall_value_pcrel_fdpic, sym2GOTFUNCDESC, symGOTFUNCDESC2reg,
4146 sym2GOTOFFFUNCDESC, symGOTOFFFUNCDESC2reg): New patterns.
4147 (udivsi3_i1, udivsi3_i4, udivsi3_i4_single, udivsi3,
4148 *divsi_inv_call_combine, divsi3_i4, divsi3_i4_single, divsi3, ashlsi3,
4149 ashlsi3_d_call, ashrsi3_n, lshrsi3, lshrsi3_d_call, calli, call_valuei,
4150 call, call_value, sibcalli, sibcalli_pcrel, sibcall_pcrel, sibcall,
4151 sibcall_valuei, sibcall_valuei_pcrel, sibcall_value_pcrel,
4152 sibcall_value, GOTaddr2picreg, symGOT_load, symGOTOFF2reg,
4153 block_move_real, block_lump_real, block_move_real_i4,
4154 block_lump_real_i4): Add support for FDPIC calls.
4155 (mulsi3, ic_invalidate_line, initialize_trampoline, call_pop,
4156 call_value_pop): Adjust for new function_symbol signature.
4157 * config/sh/sh.opt (-mfdpic): New option.
4158 * doc/install.texi (Options specification): Document --enable-fdpic.
4159 * doc/invoke.texi (SH Options): Document -mfdpic.
4160
4161
4162 2015-10-27 Alan Lawrence <alan.lawrence@arm.com>
4163
4164 PR tree-optimization/65963
4165 * tree-scalar-evolution.c (interpret_rhs_expr): Handle some
4166 LSHIFT_EXPRs as equivalent MULT_EXPRs.
4167
4168 2015-10-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4169
4170 PR target/67929
4171 * config/arm/arm.c (vfp3_const_double_for_bits): Rewrite.
4172 * config/arm/constraints.md (Dp): Update callsite.
4173 * config/arm/predicates.md (const_double_vcvt_power_of_two): Likewise.
4174
4175 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
4176
4177 * builtins.c (fold_builtin_load_exponent): Rename to...
4178 (fold_const_builtin_load_exponent): ...this and only handle
4179 constant arguments.
4180 (fold_builtin_2): Update accordingly.
4181 * match.pd: Add rules previously handled by fold_builtin_load_exponent.
4182
4183 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
4184
4185 * builtins.c (fold_builtin_logb): Rename to...
4186 (fold_const_builtin_logb): ...this and remove STRIP_NOPS call.
4187 (fold_builtin_significand): Rename to...
4188 (fold_const_builtin_significand): ...this and remove STRIP_NOPS call.
4189 (fold_builtin_1): Update accordingly.
4190
4191 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
4192
4193 * builtins.c (fold_builtin_fmin_fmax): Delete.
4194 (fold_builtin_2): Handle constant fmin and fmax arguments here.
4195 * match.pd: Add rules previously handled by fold_builtin_fmin_fmax.
4196
4197 2015-10-27 Evandro Menezes <e.menezes@samsung.com>
4198
4199 * config/aarch64/aarch64-protos.h (cpu_addrcost_table): Split member
4200 for register extension into sign and zero register extension.
4201 * config/aarch64/aarch64.c (generic_addrcost_table): Infer values
4202 for sign and zero register extension.
4203 (cortexa57_addrcost_table): Likewise.
4204 (xgene1_addrcost_table): Likewise.
4205
4206 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
4207
4208 * fold-const.c (fold_minmax): Delete.
4209 (fold_binary_loc): Don't call it.
4210 * match.pd: Add rules previously handled by fold_minmax.
4211
4212 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
4213
4214 * builtins.c (fold_builtin_fma): Remove constant handling.
4215 (fold_builtin_3): Handle constant fma arguments here.
4216
4217 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
4218
4219 * builtins.c (fold_builtin_fabs): Remove constant handling.
4220 (fold_builtin_abs): Likewise.
4221
4222 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
4223
4224 * builtins.c (fold_builtin_copysign): Delete.
4225 (fold_builtin_2): Handle constant copysign arguments here.
4226 * match.pd: Add rules previously handled by fold_builtin_copysign.
4227
4228 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
4229
4230 * builtins.c (fold_builtin_signbit): Delete.
4231 (fold_builtin_2): Handle constant signbit arguments here.
4232 * match.pd: Add rules previously handled by fold_builtin_signbit.
4233
4234 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
4235
4236 * match.pd: Handle sqrt(x) cmp 0 specially.
4237
4238 2015-10-27 Ilya Enkovich <enkovich.gnu@gmail.com>
4239
4240 * tree-vect-generic.c (expand_vector_operations_1): Check
4241 optab type before using it.
4242
4243 2015-10-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4244
4245 * config/aarch64/aarch64-protos.h
4246 (struct tune_params): Add autoprefetcher_model field.
4247 * config/aarch64/aarch64.c: Include params.h
4248 (generic_tunings): Specify autoprefetcher_model value.
4249 (cortexa53_tunings): Likewise.
4250 (cortexa57_tunings): Likewise.
4251 (cortexa72_tunings): Likewise.
4252 (thunderx_tunings): Likewise.
4253 (xgene1_tunings): Likewise.
4254 (aarch64_first_cycle_multipass_dfa_lookahead_guard): New function.
4255 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): Define.
4256 (aarch64_override_options_internal): Set
4257 PARAM_SCHED_AUTOPREF_QUEUE_DEPTH param.
4258
4259 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
4260
4261 * builtins.c (fold_builtin_exponent): Delete.
4262 (fold_builtin_2): Handle constant expN arguments here.
4263 * match.pd: Fold expN(logN(x)) -> x.
4264
4265 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
4266
4267 * builtins.c (fold_builtin_powi): Delete.
4268 (fold_builtin_2): Handle constant powi arguments here.
4269 * match.pd: Add rules previously handled by fold_builtin_powi.
4270
4271 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
4272
4273 * builtins.c (fold_builtin_pow): Delete in favor of...
4274 (fold_const_builtin_pow): ...this new function. Only handle constant
4275 arguments.
4276 (fold_builtin_2): Update accordingly.
4277 * match.pd: Add rules previously handled by fold_builtin_pow.
4278
4279 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
4280
4281 * builtins.c (fold_builtin_hypot): Delete.
4282 (fold_builtin_2): Handle constant hypot arguments here.
4283 * match.pd: Fold hypot(x, 0) and hypot(0, x) to x. Canonicalize
4284 hypot(x, x) to fabs(x)*sqrt(2).
4285
4286 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
4287
4288 * gimple-match-head.c (maybe_push_res_to_seq): Use create_tmp_reg
4289 instead of make_ssa_name if not yet in SSA form.
4290
4291 2015-10-27 Richard Biener <rguenther@suse.de>
4292
4293 * cfg.c (free_edge): Add function argument and use it instead of cfun.
4294 (clear_edges): Likewise.
4295 * cfg.h (clear_edges): Adjust prototype.
4296 * cfgexpand.c (pass_expand::execute): Adjust.
4297 * cfgloop.c (release_recorded_exits): Add function argument and use
4298 it instead of cfun.
4299 * cfgloop.h (release_recorded_exits): Adjust prototype.
4300 (loops_state_satisfies_p): Add overload with function argument.
4301 (loops_state_set): Likewise.
4302 (loops_state_clear): Likewise.
4303 (struct loop_iterator): Add function argument to constructor
4304 and iterator and use it instead of cfun.
4305 (FOR_EACH_LOOP_FN): New macro.
4306 (loop_optimizer_finalize): Add overload with function argument.
4307 * loop-init.c (loop_optimizer_init): Adjust.
4308 (fix_loop_structure): Likewise.
4309 (loop_optimizer_finaliz): Add function argument and use it
4310 instead of cfun.
4311 * tree-cfg.c (delete_tree_cfg_annotations): Likewise.
4312 * tree-cfg.h (delete_tree_cfg_annotations): Adjust prototype.
4313 * cgraph.c (release_function_body): Do not push/pop cfun.
4314 * final.c (rest_of_clean_state): Adjust.
4315 * graphite.c (graphite_finalize): Likewise.
4316 * tree-ssa-copy.c (fini_copy_prop): Likewise.
4317 * tree-ssa-dce.c (perform_tree_ssa_dce): Likewise.
4318 * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables): Likewise.
4319 (tree_unroll_loops_completely): Likewise.
4320 (pass_complete_unrolli::execute): Likewise.
4321 * tree-ssa-loop-niter.c (free_numbers_of_iterations_estimates):
4322 Add function argument and use it instead of cfun.
4323 * tree-ssa-loop-niter.h (free_numbers_of_iterations_estimates):
4324 Adjust prototype.
4325 * tree-ssa-loop.c (tree_ssa_loop_done): Adjust.
4326 * tree-ssa.c (delete_tree_ssa): Add function argument and use it
4327 instead of cfun.
4328 * tree-ssa.h (delete_tree_ssa): Adjust prototype.
4329 * tree-ssanames.c (fini_ssanames): Add function argument and use it
4330 instead of cfun.
4331 * tree-ssanames.c (fini_ssanames): Adjust prototype.
4332 * tree-vrp.c (execute_vrp): Adjust.
4333 * value-prof.c (free_histograms): Add function argument and use it
4334 instead of cfun.
4335 * value-prof.h (free_histograms): Adjust prototype.
4336
4337 2015-10-27 Thomas Schwinge <thomas@codesourcery.com>
4338
4339 * tree.h (OACC_PARALLEL_BODY, OACC_PARALLEL_CLAUSES)
4340 (OACC_KERNELS_BODY, OACC_KERNELS_CLAUSES, OACC_KERNELS_COMBINED)
4341 (OACC_PARALLEL_COMBINED): Don't define macros. Adjust all users.
4342
4343 2015-10-27 Tom de Vries <tom@codesourcery.com>
4344
4345 * tree-ssa-structalias.c (push_fields_onto_fieldstack): Add and use var
4346 field_type.
4347
4348 2015-10-27 Bin Cheng <bin.cheng@arm.com>
4349
4350 * loop-invariant.c (struct def): New field can_prop_to_addr_uses.
4351 (inv_can_prop_to_addr_use): New function.
4352 (record_use): Call can_prop_to_addr_uses, set the new field.
4353 (get_inv_cost): Count cost if inv can't be propagated into its
4354 address uses.
4355
4356 2015-10-26 Doug Evans <dje@google.com>
4357
4358 * config/linux.h (INCLUDE_DEFAULTS): Add INCLUDE_DEFAULTS_MUSL_LOCAL.
4359
4360 2015-10-26 Eric Botcazou <ebotcazou@adacore.com>
4361
4362 * match.pd (fold_widened_comparison): Apply simplifications to all
4363 integral types.
4364
4365 2015-10-26 Simon Dardis <simon.dardis@imgtec.com>
4366
4367 * target.def (TARGET_NO_SPECULATION_IN_DELAY_SLOTS_P): New hook.
4368 * doc/tm.texi.in (TARGET_NO_SPECULATION_IN_DELAY_SLOTS_P): Document.
4369 * doc/tm.texi: Regenerated.
4370 * reorg.c (dbr_schedule): Use new hook.
4371 * config/mips/mips.c (mips_no_speculation_in_delay_slots_p): New.
4372
4373 2015-10-26 Jeff Law <law@redhat.com>
4374
4375 PR tree-optimization/68013
4376 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
4377 Make sure the first block in the path is in VISITED_BBs.
4378
4379 2015-10-26 Richard Biener <rguenther@suse.de>
4380 Dominik Vogt <vogt@linux.vnet.ibm.com>
4381
4382 PR middle-end/67443
4383 * alias.c (ao_ref_from_mem): Remove promoted subreg handling.
4384 Properly prune ref->ref for accesses outside of ref.
4385
4386 2015-10-26 Richard Sandiford <richard.sandiford@arm.com>
4387
4388 * gimple-fold.c (replace_stmt_with_simplification): Don't allow
4389 new statements to be inserted if inplace. Allow calls to have
4390 nonempty sequences.
4391
4392 2015-10-26 Richard Biener <rguenther@suse.de>
4393
4394 * tree-object-size.c: Remove builtins.h include, include tree-cfg.h.
4395 (do_valueize): New function.
4396 (pass_object_sizes::execute): Use gimple_fold_stmt_to_constant and
4397 replace_uses_by.
4398 * tree-ssa-threadedge.c: Remove builtins.h include, include
4399 gimple-fold.h
4400 (fold_assignment_stmt): Remove.
4401 (threadedge_valueize): New function.
4402 (record_temporary_equivalences_from_stmts): Use
4403 gimple_fold_stmt_to_constant_1, note additional cleanup
4404 opportunities.
4405
4406 2015-10-26 Richard Biener <rguenther@suse.de>
4407
4408 * match.pd ((A & ~B) - (A & B) -> (A ^ B) - B): Add missing :c.
4409 ( (X & ~Y) | (~X & Y) -> X ^ Y): Remove redundant :c.
4410
4411 2015-10-26 Alan Hayward <alan.hayward@arm.com>
4412
4413 * tree-vect-loop.c (vect_create_epilog_for_reduction): Fix
4414 VEC_COND_EXPR types.
4415
4416 2015-10-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4417
4418 * auto-inc-dec.c (insert_move_insn_before): Delete.
4419 (attempt_change): Remember to cost the simple move in the
4420 FORM_PRE_ADD and FORM_POST_ADD cases.
4421
4422 2015-10-26 Kaz Kojima <kkojima@gcc.gnu.org>
4423
4424 PR target/68091
4425 * config/sh/sh.c (sh_vector_mode_supported_p): Use
4426 TARGET_SHMEDIA_FPU instead of TARGET_FPU_ANY.
4427
4428 2015-10-26 Tom de Vries <tom@codesourcery.com>
4429
4430 * tree-ssa-structalias.c (make_restrict_var_constraints): New function,
4431 factored out of ...
4432 (intra_create_variable_infos): ... here.
4433
4434 2015-10-26 Tom de Vries <tom@codesourcery.com>
4435
4436 * tree-ssa-structalias.c (intra_create_variable_infos): Add
4437 restrict_pointer_p and recursive_restrict_p variables.
4438
4439 2015-10-26 Tom de Vries <tom@codesourcery.com>
4440
4441 * tree-ssa-structalias.c (intra_create_variable_infos): Inline
4442 get_vi_for_tree call.
4443
4444 2015-10-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4445
4446 PR middle-end/67989
4447 * optabs.c (expand_atomic_compare_and_swap): Handle case when
4448 ptarget_oval or ptarget_bool are const0_rtx.
4449
4450 2015-10-26 Christian Bruel <christian.bruel@st.com>
4451
4452 * function.h (MINIMUM_METHOD_BOUNDARY): New macro.
4453 * cp/decl.c (grokfndecl): Set DECL_ALIGN with MINIMUM_METHOD_BOUNDARY.
4454 * cp/method.c (implicitly_declare_fn): Likewise.
4455 * cp/lambda.c (maybe_add_lambda_conv_op): Likewise. Remove VBIT setting.
4456 * java/class.c (add_method_1): Likewise.
4457
4458 2015-10-26 Richard Biener <rguenther@suse.de>
4459
4460 * alloc-pool.h (base_pool_allocator): Use placement new.
4461 (base_pool_allocator::remove): Likewise. Compute size outside of
4462 flag_checking.
4463
4464 2015-10-26 Richard Sandiford <richard.sandiford@arm.com>
4465
4466 * builtins.c (do_real_to_int_conversion): New function.
4467 (fold_fixed_mathfn, fold_builtin_int_roundingfn): Delete.
4468 (fold_builtin_1): Handle constant {i,l,ll}{ceil,floor,round}{f,,l}
4469 arguments here.
4470 * match.pd: Add rules previously handled by fold_fixed_mathfn
4471 and fold_builtin_int_roundingfn.
4472
4473 2015-10-26 Richard Sandiford <richard.sandiford@arm.com>
4474
4475 * match.pd: Use macros to define built-in operator lists.
4476
4477 2015-10-20 Richard Sandiford <richard.sandiford@arm.com>
4478 Richard Biener <rguenther@suse.de>
4479
4480 * genmatch.c (dt_simplify::gen): Skip captures that are
4481 part of the result.
4482 (parser::parse_expr): Allow captures in results too.
4483 * builtins.c (fold_builtin_cexp): Delete.
4484 (fold_builtin_1): Handle constant cexp arguments here.
4485 * match.pd: Fold cexp(x+yi) to exp(x) * cexpi(y).
4486
4487 2015-10-26 Mikhail Maltsev <maltsevm@gmail.com>
4488
4489 * alloc-pool.h (base_pool_allocator::initialize, ::allocate): Remove
4490 conditional compilation.
4491 (base_pool_allocator::remove): Use flag_checking.
4492
4493 2015-10-25 John David Anglin <danglin@gcc.gnu.org>
4494
4495 * config/pa/som.h (EH_FRAME_THROUGH_COLLECT2): Define.
4496
4497 PR middle-end/68079
4498 * dojump.c (do_compare_and_jump): Canonicalize both function and
4499 method types.
4500
4501 2015-10-25 Uros Bizjak <ubizjak@gmail.com>
4502
4503 PR target/68084
4504 * config/i386/i386.c (ix86_md_asm_adjust) [case 'a']: Use NE code
4505 for =@ccae.
4506
4507 2015-10-23 Jan Hubicka <hubicka@ucw.cz>
4508
4509 PR ipa/pr67600
4510 * ipa-polymorphic-call.c
4511 (ipa_polymorphic_call_context::get_dynamic_type): Do not confuse
4512 instance offset with offset of outer type.
4513
4514 2015-10-23 Jan Hubicka <hubicka@ucw.cz>
4515
4516 * fold-const.c (operand_equal_p): Handle VIEW_CONVERT_EXPR.
4517
4518 2015-10-23 Caroline Tice <cmtice@google.com>
4519
4520 (from Richard Biener
4521 * tree.c (int_cst_hasher::hash): Replace XOR with more efficient
4522 call to iterative_hash_host_wide_int.
4523
4524 2015-10-23 David Edelsohn <dje.gcc@gmail.com>
4525
4526 * config.gcc (powerpc-ibm-aix[6789]) [default_use_cxa_atexit]:
4527 Define as yes.
4528
4529 2015-10-23 Ilya Enkovich <enkovich.gnu@gmail.com>
4530
4531 * tree-vect-generic.c (expand_vector_operations_1): Check
4532 optab exists before use it.
4533
4534 2015-10-23 Ilya Enkovich <enkovich.gnu@gmail.com>
4535
4536 * tree-vect-generic.c (expand_vector_condition): Avoid
4537 uninitialized variable warning.
4538
4539 2015-10-23 Jeff Law <law@redhat.com>
4540
4541 * passes.c (execute_function_todo): Do not call flush_ssaname_freelist
4542 here. Instead...
4543 (execute_todo): Call it here.
4544 * tree-ssanames.c (make_ssa_name_fn): Unconditionally gather reuse
4545 statistics
4546 (pass_release_ssa_names::execute): Do not call flusH_ssaname_freelist.
4547
4548 2015-10-23 Gregor Richards <gregor.richards@uwaterloo.ca>
4549 Szabolcs Nagy <szabolcs.nagy@arm.com>
4550
4551 * config.gcc (enable_secureplt): Add *-linux*-musl*.
4552
4553 2015-10-23 Jeff Law <law@redhat.com>
4554
4555 PR tree-optimization/67830
4556 * match.pd ((bit_and (plus/minus (convert @0) (convert @1)) mask)):
4557 Explicitly verify the mask has no bits outside the type of
4558 the innermost operands.
4559
4560 2015-10-23 Gregor Richards <gregor.richards@uwaterloo.ca>
4561 Szabolcs Nagy <szabolcs.nagy@arm.com>
4562
4563 * config/rs6000/linux64.h (MUSL_DYNAMIC_LINKER32): Define.
4564 (MUSL_DYNAMIC_LINKER64): Define.
4565 (GNU_USER_DYNAMIC_LINKER32): Update.
4566 (GNU_USER_DYNAMIC_LINKER64): Update.
4567 (CHOOSE_DYNAMIC_LINKER): Update.
4568
4569 * config/rs6000/sysv4.h (GNU_USER_DYNAMIC_LINKER): Update.
4570 (MUSL_DYNAMIC_LINKER, MUSL_DYNAMIC_LINKER_E,)
4571 (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
4572 (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
4573 (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
4574 (CHOOSE_DYNAMIC_LINKER): Update.
4575 (INCLUDE_DEFAULTS): Redefine.
4576
4577 * config/rs6000/sysv4le.h (MUSL_DYNAMIC_LINKER_E): Define.
4578
4579 2015-10-23 Jan Hubicka <hubicka@ucw.cz>
4580
4581 * fold-const.c (operand_equal_p): Do not compare TYPE_MODE when
4582 comparing addresses.
4583
4584 2015-10-23 Jan Hubicka <hubicka@ucw.cz>
4585
4586 * fold-const.c (operand_equal_p): Handle matching of vector
4587 constructors.
4588
4589 2015-10-23 David Edelsohn <dje.gcc@gmail.com>
4590
4591 * doc/install.texi (*-ibm-aix*): Additional information for AIX 7.1.
4592
4593 2015-10-23 Steve Ellcey <sellcey@imgtec.com>
4594 Andrew Pinski <apinski@cavium.com>
4595
4596 PR rtl-optimization/67736
4597 * combine.c (simplify_comparison): Use gen_lowpart_or_truncate instead
4598 of gen_lowpart.
4599
4600 2015-10-23 Ilya Enkovich <enkovich.gnu@gmail.com>
4601
4602 PR middle-end/68066
4603 * tree.c (build_truth_vector_type): Support BLK mode
4604 returned for boolean vector.
4605
4606 2015-10-23 Alan Hayward <alan.hayward@arm.com>
4607
4608 PR tree-optimization/65947
4609 * tree-vect-loop.c
4610 (vect_is_simple_reduction_1): Find condition reductions.
4611 (vect_model_reduction_cost): Add condition reduction costs.
4612 (get_initial_def_for_reduction): Add condition reduction initial var.
4613 (vect_create_epilog_for_reduction): Add condition reduction epilog.
4614 (vectorizable_reduction): Condition reduction support.
4615 * tree-vect-stmts.c (vectorizable_condition): Add vect reduction arg
4616 * doc/sourcebuild.texi (Vector-specific attributes): Document
4617 vect_max_reduc
4618
4619 2015-10-23 Richard Biener <rguenther@suse.de>
4620
4621 * Makefile.in (build/genmatch.o): Properly depend on is-a.h, tree.def
4622 and builtins.def.
4623
4624 2015-10-23 Richard Biener <rguenther@suse.de>
4625 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
4626
4627 * fold-const.c (fold_binary_loc) : Move Fold (A & ~B) - (A & B)
4628 into (A ^ B) - B to match.pd
4629 Move (X & ~Y) | (~X & Y) is X ^ Y to match.pd.
4630
4631 * match.pd (minus (bit_and:cs @0 (bit_not @1)) (bit_and:s @0 @1)):
4632 New simplifier.
4633 (minus (bit_and:s @0 INTEGER_CST@2) (bit_and:s @0 INTEGER_CST@1)):
4634 New simplifier.
4635 (minus (bit_and:s @0 @1) (bit_and:cs @0 (bit_not @1))):
4636 New simplifier.
4637 (bit_ior:c (bit_and:c @0 (bit_not @1)) (bit_and:c (bit_not @0) @1)):
4638 New simplifier.
4639 (bit_ior:c (bit_and @0 INTEGER_CST@2) (bit_and (bit_not @0)
4640 INTEGER_CST@1)): New simplifier.
4641
4642 2015-10-23 Richard Sandiford <richard.sandiford@arm.com>
4643
4644 * builtins.c (integer_valued_real_p): Move to fold-const.c.
4645 (fold_trunc_transparent_mathfn, fold_builtin_trunc, fold_builtin_floor)
4646 (fold_builtin_ceil, fold_builtin_round): Delete.
4647 (fold_builtin_1): Handle constant trunc, floor, ceil and round
4648 arguments here.
4649 * convert.c (convert_to_real): Remove narrowing of rounding
4650 functions.
4651 * fold-const.h (integer_valued_real_unary_p)
4652 (integer_valued_real_binary_p, integer_valued_real_call_p)
4653 (integer_valued_real_single_p, integer_valued_real_p): Declare.
4654 * fold-const.c (tree_single_nonnegative_warnv_p): Move
4655 name_registered_for_update_p check to SSA_NAME case statement.
4656 Don't call tree_simple_nonnegative_warnv_p for SSA names.
4657 (integer_valued_real_unary_p, integer_valued_real_binary_p)
4658 (integer_valued_real_call_p, integer_valued_real_single_p)
4659 (integer_valued_real_invalid_p): New functions.
4660 (integer_valued_real_p): Move from fold-const.c and rework
4661 to call the functions above. Handle SSA names.
4662 * gimple-fold.h (gimple_stmt_integer_valued_real_p): Declare.
4663 * gimple-fold.c (gimple_assign_integer_valued_real_p)
4664 (gimple_call_integer_valued_real_p, gimple_phi_integer_valued_real_p)
4665 (gimple_stmt_integer_valued_real_p): New functions.
4666 * match.pd: Fold f(f(x))->f(x) for fp->fp rounding functions f.
4667 Fold f(x)->x for the same f if x is known to be integer-valued.
4668 Fold f(extend(x))->extend(f'(x)) if doing so doesn't affect
4669 the result. Canonicalize floor(x) as trunc(x) if x is
4670 nonnegative.
4671
4672 2015-10-23 Tom de Vries <tom@codesourcery.com>
4673
4674 * tree-ssa-structalias.c (intra_create_variable_infos): Use
4675 make_constraint_from.
4676
4677 2015-10-23 Tom de Vries <tom@codesourcery.com>
4678
4679 * tree-ssa-structalias.c (create_variable_info_for_1): Add missing
4680 setting of is_full_var in case of a single field.
4681
4682 2015-10-22 Martin Sebor <msebor@redhat.com>
4683
4684 PR driver/68043
4685 * config/i386/i386.opt: Add missing periods to the ends of sentences.
4686 * config/msp430/msp430.opt: Same.
4687
4688 2015-10-21 David Wohlferd <dw@LimeGreenSocks.com>
4689
4690 * doc/extend.exp (Global Register Variables): Rewrite.
4691
4692 2015-10-22 Jeff Law <law@redhat.com>
4693
4694 * genattrtab.c (main): If we do not have any annul-true or annul-false
4695 slots, then write out a dummy eligible_for_annul_true or
4696 eligible_for_annul_false as needed.
4697
4698 2015-10-22 Nick Clifton <nickc@redhat.com>
4699
4700 * config/msp430/msp430.opt: Add -msilicon-errata and
4701 -msilicon-errata-warn.
4702 * config/msp430/msp430.h (ASM_SPEC): Pass new options on to
4703 assembler.
4704 * doc/invoke.texi: Document new options.
4705
4706 2015-10-22 Richard Biener <rguenther@suse.de>
4707
4708 PR tree-optimization/58497
4709 * tree-vect-generic.c (ssa_uniform_vector_p): New helper.
4710 (expand_vector_operations_1): Use it. Lower operations on
4711 all uniform vectors to scalar operations if the HW supports it.
4712
4713 2015-10-22 Richard Biener <rguenther@suse.de>
4714
4715 PR tree-optimization/19049
4716 PR tree-optimization/65962
4717 * tree-vect-data-refs.c (vect_analyze_group_access_1): Fall back
4718 to strided accesses if single-element interleaving doesn't work.
4719
4720 2015-10-22 Richard Biener <rguenther@suse.de>
4721
4722 PR middle-end/68046
4723 PR middle-end/61893
4724 * optabs.c (emit_libcall_block_1): Allow a NULL_RTX equiv.
4725 (expand_binop): For -ftrapv optabs do not record an REG_EQUAL note.
4726 (expand_unop): Likewise.
4727
4728 2015-10-22 Richard Biener <rguenther@suse.de>
4729
4730 * fold-const.c (fold_addr_of_array_ref_difference): Properly
4731 convert operands before folding a MINUS_EXPR.
4732 (fold_binary_loc): Move simplification of MINUS_EXPR on
4733 converted POINTER_PLUS_EXPRs ...
4734 * match.pd: ... here.
4735
4736 2015-10-22 Richard Sandiford <richard.sandiford@arm.com>
4737
4738 * builtins.c (fold_builtin_tan): Delete.
4739 (fold_builtin_1): Handle constant tan arguments here.
4740 * match.pd: Simplify (tan (atan x)) to x.
4741
4742 2015-10-22 Richard Sandiford <richard.sandiford@arm.com>
4743
4744 * builtins.c (fold_builtin_cproj): Delete.
4745 (fold_builtin_1): Handle constant arguments here.
4746 (build_complex_cproj): Move and rename to...
4747 * tree.c: (build_complex_inf): ...this.
4748 * tree.h (build_complex_inf): Declare.
4749 * match.pd: Fold cproj(x)->x if x has no infinity.
4750 Use build_complex_inf for existing cproj rules.
4751
4752 2015-10-22 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
4753
4754 PR target/68015
4755 * config/s390/s390.md (mov<mode>cc): Emit compare only if we don't
4756 already have a comparison result.
4757
4758 2015-10-22 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4759
4760 PR target/63304
4761 * config/aarch64/aarch64.c (aarch64_nopcrelative_literal_loads): New.
4762 (aarch64_expand_mov_immediate): Use aarch64_nopcrelative_literal_loads.
4763 (aarch64_classify_address): Likewise.
4764 (aarch64_secondary_reload): Likewise.
4765 (aarch64_override_options_after_change_1): Adjust.
4766 * config/aarch64/aarch64.md (aarch64_reload_movcp<GPF_TF:mode><P:mode>):
4767 Use aarch64_nopcrelative_literal_loads.
4768 (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
4769 * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
4770 Declare.
4771
4772 2015-10-21 Martin Sebor <msebor@redhat.com>
4773
4774 PR driver/68043
4775 * opts.c (undocumented_msg, use_diagnosed_msg): New globals.
4776 (print_filtered_help): Reference aliased option's name and encourage
4777 readers to use it in preference to the alias if the former is not
4778 documented. Mention when using an option is diagnosed.
4779 * gcc.c (display_help): End each sentence with a period.
4780
4781 * common.opt: End each sentence that describes an option with
4782 a period.
4783 * config/aarch64/aarch64.opt: Same.
4784 * config/alpha/alpha.opt: Same.
4785 * config/arc/arc.opt: Same.
4786 * config/arm/arm.opt: Same.
4787 * config/avr/avr.opt: Same.
4788 * config/bfin/bfin.opt: Same.
4789 * config/c6x/c6x.opt: Same.
4790 * config/cr16/cr16.opt: Same.
4791 * config/cris/cris.opt: Same.
4792 * config/cris/linux.opt: Same.
4793 * config/darwin.opt: Same.
4794 * config/epiphany/epiphany.opt: Same.
4795 * config/fr30/fr30.opt: Same.
4796 * config/frv/frv.opt: Same.
4797 * config/ft32/ft32.opt: Same.
4798 * config/g.opt: Same.
4799 * config/h8300/h8300.opt: Same.
4800 * config/i386/cygming.opt: Same.
4801 * config/i386/djgpp.opt: Same.
4802 * config/i386/i386.opt: Same.
4803 * config/i386/interix.opt: Same.
4804 * config/i386/mingw-w64.opt: Same.
4805 * config/i386/mingw.opt: Same.
4806 * config/ia64/ia64.opt: Same.
4807 * config/ia64/ilp32.opt: Same.
4808 * config/iq2000/iq2000.opt: Same.
4809 * config/linux.opt: Same.
4810 * config/lm32/lm32.opt: Same.
4811 * config/lynx.opt: Same.
4812 * config/m32c/m32c.opt: Same.
4813 * config/m32r/m32r.opt: Same.
4814 * config/m68k/ieee.opt: Same.
4815 * config/m68k/m68k.opt: Same.
4816 * config/mcore/mcore.opt: Same.
4817 * config/mep/mep.opt: Same.
4818 * config/microblaze/microblaze.opt: Same.
4819 * config/mips/mips.opt: Same.
4820 * config/mmix/mmix.opt: Same.
4821 * config/mn10300/mn10300.opt: Same.
4822 * config/moxie/moxie.opt: Same.
4823 * config/msp430/msp430.opt: Same.
4824 * config/nios2/elf.opt: Same.
4825 * config/nios2/nios2.opt: Same.
4826 * config/nvptx/nvptx.opt: Same.
4827 * config/pa/pa-hpux.opt: Same.
4828 * config/pa/pa-hpux1010.opt: Same.
4829 * config/pa/pa-hpux1111.opt: Same.
4830 * config/pa/pa-hpux1131.opt: Same.
4831 * config/pa/pa.opt: Same.
4832 * config/pa/pa64-hpux.opt: Same.
4833 * config/pdp11/pdp11.opt: Same.
4834 * config/rl78/rl78.opt: Same.
4835 * config/rs6000/476.opt: Same.
4836 * config/rs6000/aix64.opt: Same.
4837 * config/rs6000/darwin.opt: Same.
4838 * config/rs6000/linux64.opt: Same.
4839 * config/rs6000/rs6000.opt: Same.
4840 * config/rs6000/sysv4.opt: Same.
4841 * config/s390/s390.opt: Same.
4842 * config/s390/tpf.opt: Same.
4843 * config/sh/sh.opt: Same.
4844 * config/sol2.opt: Same.
4845 * config/sparc/long-double-switch.opt: Same.
4846 * config/sparc/sparc.opt: Same.
4847 * config/spu/spu.opt: Same.
4848 * config/stormy16/stormy16.opt: Same.
4849 * config/tilegx/tilegx.opt: Same.
4850 * config/tilepro/tilepro.opt: Same.
4851 * config/v850/v850.opt: Same.
4852 * config/vax/vax.opt: Same.
4853 * config/visium/visium.opt: Same.
4854 * config/vms/vms.opt: Same.
4855 * config/vxworks.opt: Same.
4856 * config/xtensa/xtensa.opt: Same.
4857
4858 2015-10-21 Aditya Kumar <aditya.k7@samsung.com>
4859 Sebastian Pop <s.pop@samsung.com>
4860
4861 * graphite-scop-detection.c (parameter_index_in_region): Update call to
4862 invariant_in_sese_p_rec.
4863 * graphite-sese-to-poly.c (extract_affine): Same.
4864 * sese.c (invariant_in_sese_p_rec): Pass in an extra
4865 parameter has_vdefs.
4866 (scalar_evolution_in_region): Return chrec_dont_know when the scalar
4867 variable depends on virtual definitions in the current region.
4868 * sese.h (invariant_in_sese_p_rec): Update declaration.
4869
4870 2015-10-21 Aditya Kumar <aditya.k7@samsung.com>
4871 Sebastian Pop <s.pop@samsung.com>
4872
4873 * graphite-scop-detection.c (build_scops): Do not handle scops
4874 with more than PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP arrays.
4875 * params.def (PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP): New.
4876
4877 2015-10-21 Mikhail Maltsev <maltsevm@gmail.com>
4878
4879 * config.in: Regenerate.
4880 * configure: Regenerate.
4881 * configure.ac (CHECKING_P): Define.
4882 * system.h: Use CHECKING_P.
4883
4884 2015-10-11 Jan Hubicka <hubicka@ucw.cz>
4885
4886 PR ipa/67056
4887 * ipa-polymorphic-call.c (possible_placement_new): If cur_offset
4888 is negative we don't know the type.
4889 (check_stmt_for_type_change): Skip constructors of non-polymorphic
4890 types as those won't help devirutalization.
4891
4892 2015-10-11 Jan Hubicka <hubicka@ucw.cz>
4893
4894 * fold-const.c (operand_equal_p): Add code matching empty constructors.
4895
4896 2015-10-21 Eric Botcazou <ebotcazou@adacore.com>
4897
4898 * tree.def (CEIL_DIV_EXPR, FLOOR_DIV_EXPR, ROUND_DIV_EXPR): Tweak
4899 comments.
4900 (TRUNC_MOD_EXPR, CEIL_MOD_EXPR, FLOOR_MOD_EXPR, ROUND_MOD_EXPR):
4901 Add comments on sign of the result.
4902 * fold-const.c (tree_binary_nonnegative_warnv_p) <FLOOR_MOD_EXPR>:
4903 Recurse on operand #1 instead of operand #0.
4904 <CEIL_MOD_EXPR>: Do not recurse.
4905 <ROUND_MOD_EXPR>: Likewise.
4906
4907 2015-10-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
4908
4909 * cfgrtl.c (pass_free_cfg::execute): Adjust.
4910 * final.c (dbr_sequence_length): Always define.
4911 (shorten_branches): Adjust.
4912 * genattr-common.c (main): Always define DELAY_SLOTS.
4913 * genattr.c (main): Unconditionally declare functions and define
4914 macros related to delay slots.
4915 * genattrtab.c (write_eligible_delay): Adjust.
4916 (main): Always write out delay slot functions.
4917 * opts.c (default_options_table): Adjust.
4918 * reorg.c (redirect_with_delay_slots_safe_p): Likewise.
4919 (redirect_with_delay_list_safe_p): Likewise.
4920 (fill_simple_delay_slots): Likewise.
4921 (fill_slots_from_thread): Likewise.
4922 (make_return_insns): Likewise.
4923 (dbr_schedule): Likewise.
4924 (rest_of_handle_delay_slots): Likewise.
4925 (pass_delay_slots::gate): Likewise.
4926 * toplev.c (process_options): Likewise.
4927
4928 2015-10-21 Richard Henderson <rth@redhat.com>
4929
4930 * targhooks.c (default_addr_space_pointer_mode): Remove check
4931 for generic address space.
4932 (default_addr_space_address_mode): Likewise.
4933 (default_addr_space_valid_pointer_mode): Likewise.
4934 (default_addr_space_legitimate_address_p): Likewise.
4935 (default_addr_space_legitimize_address): Likewise.
4936 * target.def (addr_space.pointer_mode): Update documentation
4937 of default behavior.
4938 (addr_space.address_mode): Likewise.
4939 * tm.texi: Update.
4940
4941 * expr.c (expand_expr_real_2): Use convert_modes on disjoint
4942 address spaces.
4943
4944 2015-10-21 Richard Sandiford <richard.sandiford@arm.com>
4945
4946 * builtins.c (fold_builtin_cabs): Delete.
4947 (fold_builtin_1): Update accordingly. Handle constant arguments here.
4948 * match.pd: Add rules previously handled by fold_builtin_cabs.
4949
4950 2015-10-21 Richard Sandiford <richard.sandiford@arm.com>
4951
4952 * fold-const.h (fold_strip_sign_ops): Delete.
4953 * fold-const.c (fold_strip_sign_ops): Likewise.
4954 (fold_unary_loc, fold_binary_loc): Remove calls to it.
4955 * builtins.c (fold_builtin_cos, fold_builtin_cosh)
4956 (fold_builtin_ccos): Delete.
4957 (fold_builtin_pow): Don't call fold_strip_sign_ops.
4958 (fold_builtin_hypot, fold_builtin_copysign): Likewise.
4959 Remove fndecl argument.
4960 (fold_builtin_1): Update calls accordingly. Handle constant
4961 cos, cosh, ccos and ccosh here.
4962
4963 2015-10-21 Richard Sandiford <richard.sandiford@arm.com>
4964
4965 * doc/invoke.texi (-fdump-tree-backprop, -fssa-backprop): Document.
4966 * Makefile.in (OBJS): Add gimple-ssa-backprop.o.
4967 * common.opt (fssa-backprop): New option.
4968 * fold-const.h (negate_mathfn_p): Declare.
4969 * fold-const.c (negate_mathfn_p): Make public.
4970 * timevar.def (TV_TREE_BACKPROP): New.
4971 * tree-pass.h (make_pass_backprop): Declare.
4972 * passes.def (pass_backprop): Add.
4973 * gimple-ssa-backprop.c: New file.
4974
4975 2015-10-21 Aditya Kumar <aditya.k7@samsung.com>
4976 Sebastian Pop <s.pop@samsung.com>
4977
4978 * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard):
4979 Do not call create_empty_if_region_on_edge when cond_expr is true.
4980 (translate_isl_ast_node_for): Check whether a guard has been generated.
4981
4982 2015-10-21 Aditya Kumar <aditya.k7@samsung.com>
4983
4984 * graphite-poly.h (struct dr_info): Added invalid_alias_set number.
4985 (operator=): Removed.
4986 (dr_info): Make alias_set number the last argument with default
4987 value of invalid_alias_set.
4988 * graphite-sese-to-poly.c (build_scop_drs): Update constructor
4989 of dr_info.
4990 (rewrite_reductions_out_of_ssa): Iterate only through the
4991 basic blocks which are inside region.
4992 (rewrite_cross_bb_scalar_deps_out_of_ssa): Same.
4993 * sese.h (struct sese_l): Removed assignment operator.
4994 (split_region_for_bb): Removed dead code.
4995
4996 2015-10-21 Aditya Kumar <aditya.k7@samsung.com>
4997
4998 * graphite-poly.h (struct dr_info): Removed conversion constructor.
4999 (struct scop): Renamed scop::region to scop::scop_info
5000 (scop_set_region): Same.
5001 (SCOP_REGION): Removed
5002 (SCOP_CONTEXT): Removed.
5003 (POLY_SCOP_P): Removed.
5004 * graphite-isl-ast-to-gimple.c (translate_isl_ast_node_user):
5005 Rename scop->region to scop->scop_info.
5006 (add_parameters_to_ivs_params): Same.
5007 (graphite_regenerate_ast_isl): Same.
5008 * graphite-poly.c (new_scop): Same.
5009 (free_scop): Same.
5010 (print_scop_params): Same.
5011 * graphite-scop-detection.c (scop_detection::remove_subscops): Same.
5012 (scop_detection::remove_intersecting_scops): Use pointer to sese_l.
5013 (dot_all_scops_1): Rename scop->region to scop->scop_info.
5014 (scop_detection::nb_pbbs_in_loops): Same.
5015 (find_scop_parameters): Same.
5016 (try_generate_gimple_bb): Same.
5017 (gather_bbs::before_dom_children): Same.
5018 (gather_bbs::after_dom_children): Same.
5019 (build_scops): Same.
5020 * graphite-sese-to-poly.c (build_scop_scattering): Same.
5021 (extract_affine_chrec): Same.
5022 (extract_affine): Same.
5023 (set_scop_parameter_dim): Same.
5024 (build_loop_iteration_domains): Same.
5025 (create_pw_aff_from_tree): Same.
5026 (add_param_constraints): Same.
5027 (build_scop_iteration_domain): Same.
5028 (build_scop_drs): Same.
5029 (analyze_drs_in_stmts): Same.
5030 (insert_out_of_ssa_copy_on_edge): Same.
5031 (rewrite_close_phi_out_of_ssa):Same.
5032 (rewrite_reductions_out_of_ssa):Same.
5033 (handle_scalar_deps_crossing_scop_limits):Same.
5034 (rewrite_cross_bb_scalar_deps):Same.
5035 (rewrite_cross_bb_scalar_deps_out_of_ssa):Same.
5036 (build_poly_scop):Same.
5037 (build_alias_set): Use pointer to dr_info.
5038 * graphite.c (print_graphite_scop_statistics):
5039 (graphite_transform_loops):
5040 * sese.h (struct sese_l): Remove conversion constructor.
5041
5042 2015-10-11 Jan Hubicka <hubicka@ucw.cz>
5043
5044 PR middle-end/67966
5045 * tree.c (verify_type): Verify that TYPE_MODE match
5046 between TYPE_CANONICAL and type.
5047 * expr.c (store_expr_with_bounds): Revert my previous change.
5048 * expmed.c (store_bit_field_1): Revert prevoius change.
5049 * gimple-expr.c (useless_type_conversion_p): Require TYPE_MODE
5050 to match for all types.
5051
5052 2015-10-21 Nathan Sidwell <nathan@codesourcery.com>
5053
5054 * omp-low.c (check_omp_nesting_restrictions): Check OpenACC loop
5055 nesting.
5056
5057 2015-10-21 Ilya Enkovich <enkovich.gnu@gmail.com>
5058
5059 * doc/tm.texi: Regenerated.
5060 * doc/tm.texi.in (TARGET_VECTORIZE_GET_MASK_MODE): New.
5061 * stor-layout.c (layout_type): Use mode to get vector mask size.
5062 * target.def (get_mask_mode): New.
5063 * targhooks.c (default_get_mask_mode): New.
5064 * targhooks.h (default_get_mask_mode): New.
5065 * tree-vect-stmts.c (get_same_sized_vectype): Add special case
5066 for boolean vector.
5067 * tree.c (MAX_BOOL_CACHED_PREC): New.
5068 (nonstandard_boolean_type_cache): New.
5069 (build_nonstandard_boolean_type): New.
5070 (make_vector_type): Vector mask has no canonical type.
5071 (build_truth_vector_type): New.
5072 (build_same_sized_truth_vector_type): New.
5073 (truth_type_for): Support vector masks.
5074 * tree.h (VECTOR_BOOLEAN_TYPE_P): New.
5075 (build_truth_vector_type): New.
5076 (build_same_sized_truth_vector_type): New.
5077 (build_nonstandard_boolean_type): New.
5078 * tree-cfg.c (verify_gimple_comparison) Require boolean
5079 vector type for vector comparison.
5080 (verify_gimple_assign_ternary): Likewise.
5081 * optabs.c (expand_vec_cond_expr): Accept boolean vector as
5082 condition operand.
5083 * tree-vect-stmts.c (vectorizable_condition): Use boolean
5084 vector type for vector comparison.
5085 * tree-vect-generic.c (elem_op_func): Add new operand to hold
5086 vector type.
5087 (do_unop): Adjust to modified function type.
5088 (do_binop): Likewise.
5089 (do_plus_minus): Likewise.
5090 (do_negate); Likewise.
5091 (expand_vector_piecewise): Likewise.
5092 (do_cond): Likewise.
5093 (do_compare): Use comparison instead of condition.
5094 (expand_vector_divmod): Use boolean vector type for comparison.
5095 (expand_vector_operations_1): Skip scalar mask operations.
5096
5097 2015-10-21 Ilya Enkovich <enkovich.gnu@gmail.com>
5098
5099 * omp-low.c (simd_clone_create): Set in_other_partition
5100 for created clones.
5101
5102 2015-10-21 David Wohlferd <dw@LimeGreenSocks.com>
5103
5104 * doc/extend.exp (Local Register Variables): Rewrite.
5105
5106 2015-10-21 Richard Sandiford <richard.sandiford@arm.com>
5107
5108 * match.pd: Add rules to simplify ccos, ccosh, hypot, copysign
5109 and x*x in cases where the operands are sign ops. Extend these
5110 rules to handle copysign as a sign op (including for cos, cosh
5111 and pow, which already treated negate and abs as sign ops).
5112
5113 2015-10-21 Uros Bizjak <ubizjak@gmail.com>
5114
5115 PR target/68018
5116 * config/i386/i386.c (ix86_compute_frame_layout): Realign the stack
5117 for 64-bit MS_ABI targets also when default incoming stack boundary
5118 is overriden.
5119
5120 2015-10-21 Richard Biener <rguenther@suse.de>
5121
5122 * tree-ssa-sccvn.c (cond_stmts_equal_p): Compare two GIMPLE
5123 cond stmts, enhanced and split out from ...
5124 (vn_phi_eq): ... here.
5125
5126 2015-10-21 Richard Biener <rguenther@suse.de>
5127
5128 PR middle-end/68031
5129 * fold-const.c: Include tree-ssa-operands.h and tree-into-ssa.h.
5130 (tree_ssa_name_nonnegative_warnv_p): Fold into ...
5131 (tree_single_nonnegative_warnv_p): ... here. For SSA names
5132 make sure they are not registered for update.
5133
5134 2015-10-21 Richard Biener <rguenther@suse.de>
5135
5136 PR tree-optimization/68026
5137 * tree-ssa-ccp.c (get_value_for_expr): Zero-extend mask for
5138 unsigned VARYING values.
5139
5140 2015-10-21 Maxim Ostapenko <m.ostapenko@partner.samsung.com>
5141
5142 * asan.c (asan_emit_stack_protection): Don't pass local stack to
5143 asan_stack_malloc_[n] anymore. Check if asan_stack_malloc_[n] returned
5144 NULL and use local stack than.
5145 (asan_finish_file): Insert __asan_version_mismatch_check_v[n] call
5146 in addition to __asan_init.
5147 * sanitizer.def (BUILT_IN_ASAN_INIT): Rename to __asan_init.
5148 (BUILT_IN_ASAN_VERSION_MISMATCH_CHECK): Add new builtin call.
5149 * asan.h (asan_intercepted_p): Handle new string builtins.
5150 * ubsan.c (ubsan_use_new_style_p): New function.
5151 (ubsan_instrument_float_cast): If location is unknown, assign
5152 input_location to loc. Propagate loc to ubsan_create_data if
5153 ubsan_use_new_style_p returned true.
5154
5155 2015-10-21 Jeff Law <law@redhat.com>
5156
5157 * Makefile.in (OBJS): Remove sched-vis.c
5158 * sched-vis.c: Removed. Code moved into...
5159 * print-rtl.c: Here. Include cfg.h, pretty-print.h and print-rtl.h.
5160 * rtl.h: Remove prototypes for functions now living in print-rtl.c
5161 * print-rtl.h Add prototypes for new functions in print-rtl.c.
5162 * auto-inc-dec.c: Include print-rtl.h
5163 * cfgrtl.c, combine.c, final.c haifa-sched.c: Likewise.
5164 * ira.c, lra-constraints.c, lra.c, sel-sched-dump.c: Likewise.
5165
5166 * varasm.c (handle_vtv_comdat_section): Mark 2nd parameter with
5167 ATTRIBUTE_UNUSED.
5168
5169 2015-10-21 Richard Biener <rguenther@suse.de>
5170 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
5171
5172 * fold-const.c (fold_binary_loc) : Move (-A) * (-B) -> A * B
5173 to match.pd.
5174 Move (a * (1 << b)) is (a << b) to match.pd.
5175 Move convert (C1/X)*C2 into (C1*C2)/X to match.pd.
5176 Move ~X & X, (X == 0) & X, and !X & X are zero to match.pd.
5177 Move X & ~X , X & (X == 0), and X & !X are zero to match.pd.
5178
5179 * match.pd (mult:c @0 (convert? (lshift integer_onep@1 @2))):
5180 New simplifier.
5181 (mult (rdiv:s REAL_CST@0 @1) REAL_CST@2): New simplifier.
5182 (bit_and:c (convert? @0) (convert? (bit_not @0))): New simplifier.
5183 (bit_ior (bit_and:s @0 (bit_not:s @1)) (bit_and:s (bit_not:s @0) @1))
5184 : New simplifier.
5185 (mult:c (convert1? (negate @0)) (convert2? negate_expr_p@1)):
5186 New simplifier.
5187 (match (logical_inverted_value @0) (truth_not @0)) : New Predicate.
5188
5189 2015-10-21 Gregor Richards <gregor.richards@uwaterloo.ca>
5190 Szabolcs Nagy <szabolcs.nagy@arm.com>
5191 Alan Modra <amodra@gmail.com>
5192
5193 * config/rs6000/secureplt.h (LINK_SECURE_PLT_DEFAULT_SPEC): Define.
5194 * config/rs6000/sysv4.h (LINK_SECURE_PLT_SPEC): Define.
5195 (LINK_SPEC): Add %(link_secure_plt).
5196 (SUBTARGET_EXTRA_SPECS): Add "link_secure_plt".
5197 * config/rs6000/linux64.h (LINK_SECURE_PLT_SPEC): Redefine.
5198
5199 2015-10-20 Gregor Richards <gregor.richards@uwaterloo.ca>
5200 Szabolcs Nagy <szabolcs.nagy@arm.com>
5201
5202 * config/sh/linux.h (MUSL_DYNAMIC_LINKER): Define.
5203 (MUSL_DYNAMIC_LINKER_E, MUSL_DYNAMIC_LINKER_FP): Define.
5204
5205 2015-10-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5206
5207 * config/aarch64/aarch64.c (aarch64_mode_valid_for_sched_fusion_p):
5208 New function.
5209 (fusion_load_store): Use it.
5210 * config/aarch64/aarch64-ldpstp.md: Add new peephole2s for
5211 ldp and stp in VD modes.
5212 * config/aarch64/aarch64-simd.md (load_pair<mode>, VD): New pattern.
5213 (store_pair<mode>, VD): Likewise.
5214
5215 2015-10-20 Vladimir Makarov <vmakarov@redhat.com>
5216
5217 PR rtl-optimization/67609
5218 * lra-splill.c (lra_final_code_change): Don't remove all
5219 sub-registers.
5220
5221 2015-10-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5222
5223 * simplify-rtx.c (simplify_binary_operation): If either operand was
5224 a constant pool reference use them if all other simplifications failed.
5225
5226 2015-10-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5227
5228 * config/aarch64/aarch64.md
5229 (*aarch64_fcvt<su_optab><GPF:mode><GPI:mode>2_mult): New pattern.
5230 * config/aarch64/aarch64-simd.md
5231 (*aarch64_fcvt<su_optab><VDQF:mode><fcvt_target>2_mult): Likewise.
5232 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle above patterns.
5233 (aarch64_fpconst_pow_of_2): New function.
5234 (aarch64_vec_fpconst_pow_of_2): Likewise.
5235 * config/aarch64/aarch64-protos.h (aarch64_fpconst_pow_of_2): Declare
5236 prototype.
5237 (aarch64_vec_fpconst_pow_of_2): Likewise.
5238 * config/aarch64/predicates.md (aarch64_fp_pow2): New predicate.
5239 (aarch64_fp_vec_pow2): Likewise.
5240
5241 2015-10-20 Uros Bizjak <ubizjak@gmail.com>
5242
5243 * config/alpha/alpha.h (HARD_REGNO_NREGS): Use CEIL macro.
5244 (ALPHA_ARG_SIZE): Ditto. Remove unused NAMED argument.
5245 * config/alpha/alpha.c (alpha_function_arg_advance): Update
5246 ALPHA_ARG_SIZE usage.
5247 (alpha_arg_partial_bytes): Ditto.
5248
5249 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
5250
5251 PR target/66810
5252 * cgraphbuild.c (pass_build_cgraph_edges::execute): Skip local
5253 error_mark_node decls.
5254
5255 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
5256
5257 PR target/67963
5258 PR target/67985
5259 * common/config/i386/i386-common.c (ix86_handle_option): Remove
5260 OPT_miamcu handling.
5261 * config/i386/i386.c (PTA_NO_80387): New macro.
5262 (processor_alias_table): Add PTA_NO_80387 to lakemont.
5263 (ix86_option_override_internal): Update MASK_80387 from
5264 PTA_NO_80387. Don't warn x87/MMX/SSE/AVX for -miamcu. Warn
5265 SSE math only if 80387 is supported. Don't change
5266 MASK_FLOAT_RETURNS.
5267 (ix86_valid_target_attribute_tree): Enable FPMATH_387 only if
5268 80387 is supported.
5269 * config/i386/i386.h (TARGET_FLOAT_RETURNS_IN_80387): True only
5270 if TARGET_80387 is true and TARGET_IAMCU is false.
5271 (TARGET_FLOAT_RETURNS_IN_80387_P): True only if TARGET_80387_P
5272 is true and TARGET_IAMCU_P is false.
5273
5274 2015-10-20 Richard Biener <rguenther@suse.de>
5275
5276 PR tree-optimization/68017
5277 * tree-tailcall.c (eliminate_tail_call): Remove stmts backwards.
5278
5279 2015-10-20 Martin Liska <mliska@suse.cz>
5280
5281 * cgraphclones.c (cgraph_node::create_virtual_clone):
5282 Verify cgraph_node.local.versionable instead of calling
5283 tree_versionable_function_p.
5284 * ipa-cp.c (determine_versionability): Save the information
5285 to ipa_node_params summary.
5286 (ipcp_versionable_function_p): Use it.
5287 (ipcp_propagate_stage): Pass IPA_NODE_REF to a called function.
5288 (ipcp_generate_summary): Do not compute cgraph_node
5289 versionability.
5290 * ipa-inline-analysis.c (inline_generate_summary): Compute
5291 versionability for all cgraph nodes.
5292 * ipa-prop.c (ipa_node_params_t::duplicate): Duplicate
5293 ipa_node_params::versionability.
5294 * ipa-prop.h (struct ipa_node_params): Declare it.
5295
5296 2015-10-20 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5297
5298 PR other/67868
5299 * varasm.c (assemble_variable): Move special vtv handling to..
5300 (handle_vtv_comdat_sections): .. here. New function.
5301 (output_object_block): Handle vtv sections.
5302
5303 2015-10-20 Szabolcs Nagy <szabolcs.nagy@arm.com>
5304
5305 PR target/66912
5306 * varasm.c (default_binds_local_p_2): Turn on extern_protected_data.
5307
5308 2015-10-20 Arkadiusz Drabczyk <arkadiusz@drabczyk.org>
5309
5310 * doc/extend.texi: Update documentation WRT inline functions.
5311
5312 2015-10-20 Alan Modra <amodra@gmail.com>
5313
5314 PR go/66870
5315 * config/rs6000/sysv4.h (TARGET_CAN_SPLIT_STACK_64BIT): Don't define.
5316 * config/rs6000/linux64.h (TARGET_CAN_SPLIT_STACK): Define.
5317 (TARGET_CAN_SPLIT_STACK_64BIT): Define.
5318
5319 2015-10-19 Pierre-Marie de Rodat <derodat@adacore.com>
5320
5321 PR rtl-optimization/66790
5322 * df.h (DF_MIR): New macro.
5323 (DF_LAST_PROBLEM_PLUS1): Update to be past DF_MIR
5324 (DF_MIR_INFO_BB): New macro.
5325 (DF_MIR_IN, DF_MIR_OUT): New macros.
5326 (struct df_mir_bb_info): New.
5327 (df_mir): New macro.
5328 (df_mir_add_problem, df_mir_simulate_one_insn): New forward
5329 declarations.
5330 (df_mir_get_bb_info): New.
5331 * df-problems.c (struct df_mir_problem_data): New.
5332 (df_mir_free_bb_info, df_mir_alloc, df_mir_reset,
5333 df_mir_bb_local_compute, df_mir_local_compute, df_mir_init,
5334 df_mir_confluence_0, df_mir_confluence_n,
5335 df_mir_transfer_function, df_mir_free, df_mir_top_dump,
5336 df_mir_bottom_dump, df_mir_verify_solution_start,
5337 df_mir_verify_solution_end): New.
5338 (problem_MIR): New.
5339 (df_mir_add_problem, df_mir_simulate_one_insn): New.
5340 * timevar.def (TV_DF_MIR): New.
5341 * ree.c: Include bitmap.h
5342 (add_removable_extension): Add an INIT_REGS parameter. Use it
5343 to skip zero-extensions that may get an uninitialized register.
5344 (find_removable_extensions): Compute must-initialized registers
5345 using the MIR dataflow problem. Update the call to
5346 add_removable_extension.
5347 (find_and_remove_re): Call df_mir_add_problem.
5348
5349 2015-10-19 Segher Boessenkool <segher@kernel.crashing.org>
5350
5351 * common/config/mn10300/mn10300-common.c
5352 (mn10300_option_optimization_table) <OPT_freorder_blocks_algorithm_>:
5353 Use REORDER_BLOCKS_ALGORITHM_STC at -Os and up.
5354
5355 2015-10-19 David Wohlferd <dw@LimeGreenSocks.com>
5356
5357 * doc/extend.texi (Explicit Register Variables): Simplify and
5358 avoid unnecessary and confusion abbreviations. Update cross
5359 references.
5360 doc/implement-c.tex: Update cross reference.
5361
5362 2015-10-19 Jeff Law <law@redhat.com>
5363
5364 * tree-ssa-threadupdate.c (valid_jump_thread_path): Reject paths
5365 that create irreducible loops unless the path elimiantes a multiway
5366 branch.
5367
5368 2015-10-19 Richard Biener <rguenther@suse.de>
5369
5370 PR tree-optimization/67975
5371 * tree-cfg.h (extract_true_false_controlled_edges): Declare.
5372 * tree-cfg.c (extract_true_false_controlled_edges): Split out
5373 core worker from ...
5374 * tree-ssa-loop-im.c (extract_true_false_args_from_phi): ... here.
5375 * tree-ssa-sccvn.c (vn_phi_compute_hash): Hash number of args
5376 instead of block number for PHIs with two or one args.
5377 (vn_phi_eq): Compare edge predicates of PHIs that are in different
5378 blocks.
5379
5380 2015-10-19 Richard Biener <rguenther@suse.de>
5381
5382 * gimple-fold.c (gimple_phi_nonnegative_warnv_p): New function.
5383 (gimple_stmt_nonnegative_warnv_p): Use it.
5384 * match.pd (CPROJ): New operator list.
5385 (cproj (complex ...)): Move simplifications from ...
5386 * builtins.c (fold_builtin_cproj): ... here.
5387
5388 2015-10-19 H.J. Lu <hongjiu.lu@intel.com>
5389
5390 * config/i386/i386.c (ix86_expand_vector_move): Use
5391 GET_MODE_BITSIZE for IA MCU psABI to get vector natural
5392 alignment.
5393
5394 2015-10-19 H.J. Lu <hongjiu.lu@intel.com>
5395
5396 * doc/invoke.texi: Replace @optindex with @opindex.
5397
5398 2015-10-19 H.J. Lu <hongjiu.lu@intel.com>
5399
5400 PR target/67995
5401 * config/i386/i386.c (ix86_valid_target_attribute_tree): If
5402 arch= is set, clear all bits in x_ix86_isa_flags, except for
5403 ISA_64BIT, ABI_64, ABI_X32, and CODE16.
5404
5405 2015-10-19 Joost VandeVondele <vondele@gnu.gcc.org>
5406
5407 PR middle-end/68002
5408 * common.opt (fkeep-static-functions): New option.
5409 * doc/invoke.texi: Document it.
5410 * cgraphunit.c (cgraph_node::finalize_function): Use it.
5411
5412 2015-10-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5413
5414 * sched-int.h (struct autopref_multipass_data_): Remove offset
5415 field. Add min_offset, max_offset, multi_mem_insn_p fields.
5416 * haifa-sched.c (analyze_set_insn_for_autopref): New function.
5417 (autopref_multipass_init): Use it. Handle PARALLEL sets.
5418 (autopref_rank_data): New function.
5419 (autopref_rank_for_schedule): Use it.
5420 (autopref_multipass_dfa_lookahead_guard_1): Likewise.
5421
5422 2015-10-18 Mikhail Maltsev <maltsevm@gmail.com>
5423
5424 PR other/65800
5425 * gengtype.c (dump_type): Handle TYPE_UNDEFINED correctly.
5426
5427 2015-10-18 Iain Sandoe <iain@codesourcery.com>
5428
5429 * config/darwin.h (TARGET_SYSTEM_ROOT): Remove this from here,
5430 (HAVE_LD_SYSROOT): New. (SYSROOT_SPEC): New.
5431 (LINK_SYSROOT_SPEC): Revise to remove the default for target sysroot.
5432 (STANDARD_STARTFILE_PREFIX_1): New.
5433 (STANDARD_STARTFILE_PREFIX_2): New.
5434
5435 2015-10-18 Iain Sandoe <iain@codesourcery.com>
5436
5437 * config/darwin-driver.c (darwin_default_min_version): Refactor code.
5438 (darwin_driver_init): Note a version-min when provided on the c/l.
5439 * config/darwin.h (%darwin_minversion): Remove.
5440 * config/i386/darwin.h: Likewise.
5441 * config/rs6000/darwin.h: Likewise.
5442 * config/darwin.opt (mmacosx-version-min=): Use the configured default,
5443 rather than an arbitrary constant.
5444
5445 2015-10-18 Iain Sandoe <iain@codesourcery.com>
5446
5447 * config/darwin-driver.c (darwin_driver_init): Handle '-arch' for
5448 PPC, detect conflicts between -arch and multilib settings. Detect
5449 and warn about conflicts between multiple -arch definitions.
5450
5451 2015-10-18 Iain Sandoe <iain@codesourcery.com>
5452
5453 * config/darwin-driver.c: Adjust includes to add diagnostic-core.
5454
5455 2015-10-16 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
5456
5457 * lra-constraints.c (add_next_usage_insn): Change argument type
5458 from rtx to rtx_insn *.
5459
5460 2015-10-16 H.J. Lu <hongjiu.lu@intel.com>
5461
5462 * i386/x86-tune.def (X86_TUNE_ALWAYS_FANCY_MATH_387): Disable
5463 for Lakemont.
5464
5465 2015-10-16 Andrew MacLeod <amacleod@redhat.com>
5466
5467 * config/tilepro/gen-mul-tables.cc: Adjust include files.
5468 * config/tilegx/mul-tables.c: Regenerate.
5469 * config/tilepro/mul-tables.c: Regenerate.
5470
5471 * config/tilegx/tilegx-c.c: Adjust include files.
5472 * config/tilegx/tilegx.c: Likewise.
5473 * config/tilepro/tilepro-c.c: Likewise.
5474 * config/tilepro/tilepro.c: Likewise.
5475 * config/aarch64/aarch64-builtins.c: Likewise.
5476 * config/aarch64/aarch64.c: Likewise.
5477 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
5478 * config/alpha/alpha.c: Likewise.
5479 * config/arc/arc.c: Likewise.
5480 * config/arm/aarch-common.c: Likewise.
5481 * config/arm/arm-builtins.c: Likewise.
5482 * config/arm/arm-c.c: Likewise.
5483 * config/arm/arm.c: Likewise.
5484 * config/avr/avr-c.c: Likewise.
5485 * config/avr/avr-devices.c: Likewise.
5486 * config/avr/avr-log.c: Likewise.
5487 * config/avr/avr.c: Likewise.
5488 * config/bfin/bfin.c: Likewise.
5489 * config/c6x/c6x.c: Likewise.
5490 * config/cr16/cr16.c: Likewise.
5491 * config/cris/cris.c: Likewise.
5492 * config/darwin-c.c: Likewise.
5493 * config/darwin-driver.c: Likewise.
5494 * config/darwin.c: Likewise.
5495 * config/default-c.c: Likewise.
5496 * config/epiphany/epiphany.c: Likewise.
5497 * config/epiphany/mode-switch-use.c: Likewise.
5498 * config/epiphany/resolve-sw-modes.c: Likewise.
5499 * config/fr30/fr30.c: Likewise.
5500 * config/frv/frv.c: Likewise.
5501 * config/ft32/ft32.c: Likewise.
5502 * config/glibc-c.c: Likewise.
5503 * config/h8300/h8300.c: Likewise.
5504 * config/i386/host-cygwin.c: Likewise.
5505 * config/i386/host-mingw32.c: Likewise.
5506 * config/i386/i386-c.c: Likewise.
5507 * config/i386/i386.c: Likewise.
5508 * config/i386/msformat-c.c: Likewise.
5509 * config/i386/winnt-cxx.c: Likewise.
5510 * config/i386/winnt-stubs.c: Likewise.
5511 * config/i386/winnt.c: Likewise.
5512 * config/ia64/ia64-c.c: Likewise.
5513 * config/ia64/ia64.c: Likewise.
5514 * config/iq2000/iq2000.c: Likewise.
5515 * config/lm32/lm32.c: Likewise.
5516 * config/m32c/m32c-pragma.c: Likewise.
5517 * config/m32c/m32c.c: Likewise.
5518 * config/m32r/m32r.c: Likewise.
5519 * config/mcore/mcore.c: Likewise.
5520 * config/mep/mep-pragma.c: Likewise.
5521 * config/mep/mep.c: Likewise.
5522 * config/microblaze/microblaze-c.c: Likewise.
5523 * config/microblaze/microblaze.c: Likewise.
5524 * config/mips/mips-tables.opt
5525 * config/mips/mips.c: Likewise.
5526 * config/mmix/mmix.c: Likewise.
5527 * config/mn10300/mn10300.c: Likewise.
5528 * config/moxie/moxie.c: Likewise.
5529 * config/msp430/msp430-c.c: Likewise.
5530 * config/msp430/msp430.c: Likewise.
5531 * config/nds32/nds32-cost.c: Likewise.
5532 * config/nds32/nds32-fp-as-gp.c: Likewise.
5533 * config/nds32/nds32-intrinsic.c: Likewise.
5534 * config/nds32/nds32-isr.c: Likewise.
5535 * config/nds32/nds32-md-auxiliary.c: Likewise.
5536 * config/nds32/nds32-memory-manipulation.c: Likewise.
5537 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
5538 * config/nds32/nds32-predicates.c: Likewise.
5539 * config/nds32/nds32.c: Likewise.
5540 * config/nios2/nios2.c: Likewise.
5541 * config/nvptx/mkoffload.c: Likewise.
5542 * config/nvptx/nvptx.c: Likewise.
5543 * config/pa/pa.c: Likewise.
5544 * config/pdp11/pdp11.c: Likewise.
5545 * config/rl78/rl78-c.c: Likewise.
5546 * config/rl78/rl78.c: Likewise.
5547 * config/rs6000/host-darwin.c: Likewise.
5548 * config/rs6000/rs6000-c.c: Likewise.
5549 * config/rs6000/rs6000-linux.c: Likewise.
5550 * config/rs6000/rs6000.c: Likewise.
5551 * config/rx/rx.c: Likewise.
5552 * config/s390/s390-c.c: Likewise.
5553 * config/s390/s390.c: Likewise.
5554 * config/sh/sh-c.c: Likewise.
5555 * config/sh/sh-mem.cc: Likewise.
5556 * config/sh/sh.c: Likewise.
5557 * config/sh/sh_optimize_sett_clrt.cc: Likewise.
5558 * config/sh/sh_treg_combine.cc: Likewise.
5559 * config/sol2-c.c: Likewise.
5560 * config/sol2-cxx.c: Likewise.
5561 * config/sol2-stubs.c: Likewise.
5562 * config/sol2.c: Likewise.
5563 * config/sparc/sparc-c.c: Likewise.
5564 * config/sparc/sparc.c: Likewise.
5565 * config/spu/spu-c.c: Likewise.
5566 * config/spu/spu.c: Likewise.
5567 * config/stormy16/stormy16.c: Likewise.
5568 * config/v850/v850-c.c: Likewise.
5569 * config/v850/v850.c: Likewise.
5570 * config/vax/vax.c: Likewise.
5571 * config/visium/visium.c: Likewise.
5572 * config/vms/vms-c.c: Likewise.
5573 * config/vms/vms.c: Likewise.
5574 * config/vxworks.c: Likewise.
5575 * config/winnt-c.c: Likewise.
5576 * config/xtensa/xtensa.c: Likewise.
5577
5578 2015-10-16 Christian Bruel <christian.bruel@st.com>
5579
5580 PR target/67745
5581 * config/arm/arm.h (FUNCTION_BOUNDARY): Use FUNCTION_BOUNDARY_P.
5582 (FUNCTION_BOUNDARY_P): New macro:
5583 * config/arm/arm.c (TARGET_RELAYOUT_FUNCTION, arm_relayout_function):
5584 New hook.
5585 * doc/tm.texi.in (TARGET_RELAYOUT_FUNCTION): Document.
5586 * doc/tm.texi (TARGET_RELAYOUT_FUNCTION): New hook.
5587 * target.def (TARGET_RELAYOUT_FUNCTION): Likewise.
5588 * function.c (allocate_struct_function): Call
5589 relayout_function hook.
5590 * passes.c (rest_of_decl_compilation): Likewise.
5591
5592 2015-10-16 Christian Bruel <christian.bruel@st.com>
5593
5594 PR target/67745
5595 * config/arm/arm.h (FUNCTION_BOUNDARY): Move optimize_size condition to:
5596 * config/arm/arm.c (arm_option_override_internal): Call
5597 arm_override_options_after_change_1.
5598 (arm_override_options_after_change): New function.
5599 (arm_override_options_after_change_1): Likewise.
5600 (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define hook.
5601
5602 2015-10-11 Jan Hubicka <hubicka@ucw.cz>
5603
5604 Revert:
5605 * ipa-icf-gimple.c (func_checker::compare_operand): Compare only
5606 empty constructors.
5607
5608 2015-10-16 Eric Botcazou <ebotcazou@adacore.com>
5609
5610 * tree.c (recompute_tree_invariant_for_addr_expr): Assert that the
5611 argument is an ADDR_EXPR.
5612
5613 2015-10-16 Richard Biener <rguenther@suse.de>
5614
5615 * gimple-fold.c (gimple_fold_builtin_memory_op): Use gimple_build
5616 and get rid of force_gimple_operand_gsi.
5617 (gimple_fold_builtin_memory_chk): Likewise.
5618 (gimple_fold_builtin_stxcpy_chk): Likewise.
5619 (rewrite_to_defined_overflow): Likewise.
5620 (gimple_convert_to_ptrofftype): New function.
5621 * gimple-fold.h (gimple_convert_to_ptrofftype): New overload, declare.
5622
5623 2015-10-16 Richard Biener <rguenther@suse.de>
5624
5625 * tree-nested.h (build_addr): Adjust prototype.
5626 * tree-nested.c (build_addr): Remove context argument and use
5627 mark_addressable.
5628 (get_static_chain): Adjust calls to build_addr.
5629 (convert_nl_goto_reference): Likewise.
5630 (convert_tramp_reference_op): Likewise.
5631 (finalize_nesting_tree_1): Likewise.
5632 * value-prof.c (gimple_ic): Likewise.
5633 * gimple-low.c (lower_builtin_setjmp): Likewise.
5634 * tree-parloops.c (take_address_of): Likewise.
5635 (create_call_for_reduction_1): Likewise.
5636 * tree-profile.c (gimple_gen_interval_profiler): Likewise.
5637 (gimple_gen_ic_func_profiler): Likewise.
5638
5639 2015-10-11 Jan Hubicka <hubicka@ucw.cz>
5640
5641 * ipa-icf-gimple.c (func_checker::compare_operand): Compare only
5642 empty constructors.
5643
5644 2015-10-16 Michael Collison <michael.collison@linaro.org>
5645 Andrew Pinski <andrew.pinski@caviumnetworks.com>
5646
5647 * match.pd ((x < y) && (x < z) -> x < min (y,z),
5648 (x > y) and (x > z) -> x > max (y,z))
5649
5650 2015-10-15 Gregor Richards <gregor.richards@uwaterloo.ca>
5651 Szabolcs Nagy <szabolcs.nagy@arm.com>
5652
5653 * config/microblaze/linux.h (MUSL_DYNAMIC_LINKER): Define.
5654 (DYNAMIC_LINKER): Renamed to ...
5655 (GLIBC_DYNAMIC_LINKER): This.
5656 (SUBTARGET_EXTRA_SPECS): Use GNU_USER_DYNAMIC_LINKER.
5657
5658 2015-10-15 Marek Polacek <polacek@redhat.com>
5659
5660 * tree-ssa-reassoc.c (attempt_builtin_copysign): Call
5661 gimple_call_builtin instead of is_gimple_call.
5662
5663 2015-10-15 Richard Biener <rguenther@suse.de>
5664
5665 * tree-vect-stmts.c (vect_init_vector): Remove unused vars.
5666
5667 2015-10-15 Richard Biener <rguenther@suse.de>
5668
5669 * tree-vectorizer.h (vect_get_new_ssa_name): Declare.
5670 * tree-vect-data-refs.c (vect_get_new_ssa_name): New helper.
5671 * tree-vect-loop.c (get_initial_def_for_induction): Drop
5672 use of force_gimple_operand in favor of gimple_build.
5673 Use vect_get_new_ssa_name.
5674 * tree-vect-stmts.c (vect_init_vector): Use vect_get_new_ssa_name.
5675 (vectorizable_mask_load_store): Likewise.
5676 (vectorizable_call): Likewise.
5677 (vectorizable_store): Likewise.
5678 (vectorizable_load): Likewise.
5679 (vect_get_vec_def_for_stmt_copy): Remove redundant stmt.
5680
5681 2015-10-15 Richard Sandiford <richard.sandiford@arm.com>
5682
5683 PR tree-optimization/67945
5684 * tree-pass.h (PROP_gimple_opt_math): New property flag.
5685 * generic-match-head.c (canonicalize_math_p): New function.
5686 * gimple-match-head.c: Include tree-pass.h.
5687 (canonicalize_math_p): New function.
5688 * match.pd: Group math built-in rules into simplifications
5689 and canonicalizations. Guard the latter with canonicalize_math_p.
5690 * tree-ssa-math-opts.c (pass_data_cse_sincos): Provide the
5691 PROP_gimple_opt_math property.
5692
5693 2015-10-15 Marek Polacek <polacek@redhat.com>
5694
5695 PR tree-optimization/67953
5696 * match.pd (X - (X / Y) * Y): Don't change signedness of @0.
5697
5698 2015-10-15 Jiong Wang <jiong.wang@arm.com>
5699
5700 * config.gcc: Recognize "." in architecture base name for AArch64.
5701
5702 2015-10-14 Uros Bizjak <ubizjak@gmail.com>
5703
5704 * config/mips/mips.h (MIPS_STACK_ALIGN): Implement using
5705 ROUND_UP macro.
5706 * config/mips/mips.c (mips_setup_incoming_varargs): Use
5707 ROUND_DOWN to calculate off.
5708 (mips_gimplify_va_arg_expr): Use ROUND_UP to calculate rsize.
5709 (mips_emit_probe_stack_range): Use ROUND_DOWN to calculate
5710 rounded_size.
5711
5712 2015-10-14 Eric Botcazou <ebotcazou@adacore.com>
5713
5714 * gimplify.c (gimplify_addr_expr) <MEM_REF>: New case.
5715
5716 2015-10-14 Peter Bergner <bergner@vnet.ibm.com>
5717 Torvald Riegel <triegel@redhat.com>
5718
5719 PR target/67281
5720 * config/rs6000/htm.md (UNSPEC_HTM_FENCE): New.
5721 (tabort, tabort<wd>c, tabort<wd>ci, tbegin, tcheck, tend,
5722 trechkpt, treclaim, tsr, ttest): Rename define_insns from this...
5723 (*tabort, *tabort<wd>c, *tabort<wd>ci, *tbegin, *tcheck, *tend,
5724 *trechkpt, *treclaim, *tsr, *ttest): ...to this. Add memory barrier.
5725 (tabort, tabort<wd>c, tabort<wd>ci, tbegin, tcheck, tend,
5726 trechkpt, treclaim, tsr, ttest): New define_expands.
5727 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Define
5728 __TM_FENCE__ for htm.
5729 * doc/extend.texi: Update documentation for htm builtins.
5730
5731 2015-10-14 Uros Bizjak <ubizjak@gmail.com>
5732
5733 PR target/67967
5734 * config/i386/i386.c (ix86_emit_save_reg_using_mov): Do not add
5735 REG_CFA_EXPRESSION to aligned SSE stores.
5736
5737 2015-10-14 Jeff Law <law@redhat.com>
5738
5739 * tree-ssa-threadupdate.c (thread_through_all_blocks): Bump
5740 num_threaded_edges for successful FSM threads too.
5741
5742 2015-10-14 Richard Biener <rguenther@suse.de>
5743
5744 * tree-vectorizer.h (vect_is_simple_use): Remove unused parameters.
5745 (vect_is_simple_use_1): Likewise. Make overload of vect_is_simple_use.
5746 (vect_get_vec_def_for_operand): Remove unused parameter.
5747 * tree-vect-loop.c (get_initial_def_for_induction): Adjust.
5748 (vect_create_epilog_for_reduction): Likewise.
5749 (vectorizable_reduction): Likewise.
5750 (vectorizable_live_operation): Likewise.
5751 * tree-vect-patterns.c (type_conversion_p): Likewise.
5752 (vect_recog_vector_vector_shift_pattern): Likewise.
5753 (check_bool_pattern): Likewise.
5754 * tree-vect-slp.c (vect_get_and_check_slp_defs): Likewise.
5755 (vect_analyze_slp_cost_1): Likewise.
5756 * tree-vect-stmts.c (process_use): Likewise.
5757 (vect_get_vec_def_for_operand): Do not handle reductions.
5758 (vect_get_vec_defs): Adjust.
5759 (vectorizable_mask_load_store): Likewise.
5760 (vectorizable_call): Likewise.
5761 (vectorizable_simd_clone_call): Likewise.
5762 (vect_get_loop_based_defs): Likewise.
5763 (vectorizable_conversion): Likewise.
5764 (vectorizable_assignment): Likewise.
5765 (vectorizable_shift): Likewise.
5766 (vectorizable_operation): Likewise.
5767 (vectorizable_store): Likewise.
5768 (vectorizable_load): Likewise.
5769 (vect_is_simple_cond): Likewise.
5770 (vectorizable_condition): Likewise.
5771 (vect_is_simple_use): Remove unused parameters.
5772 (vect_is_simple_use_1): Adjust and rename.
5773
5774 2015-10-14 Richard Biener <rguenther@suse.de>
5775
5776 PR tree-optimization/67915
5777 * match.pd: Handle comparisons of addresses of STRING_CSTs.
5778 * gimplify.c (gimplify_cond_expr): Fold the GIMPLE conds we build.
5779 * tree-cfgcleanup.c (cleanup_control_expr_graph): Remove GENERIC
5780 stmt folding in favor of GIMPLE one.
5781
5782 2015-10-14 Marek Polacek <polacek@redhat.com>
5783
5784 PR tree-optimization/67815
5785 * tree-ssa-reassoc.c (attempt_builtin_copysign): New function.
5786 (reassociate_bb): Call it.
5787
5788 2015-10-14 Richard Biener <rguenther@suse.de>
5789
5790 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
5791 Reset info at start.
5792 (vect_analyze_group_access_1): Add debug print.
5793 * tree-vect-loop.c (vect_get_single_scalar_iteration_cost): Rename ...
5794 (vect_compute_single_scalar_iteration_cost): ... to this.
5795 (vect_analyze_loop_2): Adjust.
5796 * tree-vect-slp.c (struct _slp_oprnd_info): Move from ...
5797 * tree-vectorizer.h: ... here.
5798 (add_stmt_info_to_vec): Remove.
5799 * tree-vect-stmts.c (record_stmt_cost): Inline add_stmt_info_to_vec.
5800
5801 2015-10-14 Dominik Vogt <vogt@linux.vnet.ibm.com>
5802
5803 * targhooks.c (default_target_option_pragma_parse): Do not warn if
5804 called on behalf of "#pragma GCC pop_options".
5805
5806 2015-10-14 Tom de Vries <tom@codesourcery.com>
5807
5808 * cfganal.c (verify_no_unreachable_blocks): New function.
5809 (inverted_post_order_compute) [ENABLE_CHECKING]: Call
5810 verify_no_unreachable_blocks.
5811 cfganal.h (verify_no_unreachable_blocks): Declare.
5812
5813 2015-10-13 Mikhail Maltsev <maltsevm@gmail.com>
5814
5815 * common.opt: Add flag_checking.
5816 * system.h (CHECKING_P): Define.
5817
5818 2015-10-13 Jakub Jelinek <jakub@redhat.com>
5819 Aldy Hernandez <aldyh@redhat.com>
5820 Ilya Verbin <ilya.verbin@intel.com>
5821
5822 * builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR,
5823 BT_FN_BOOL_UINT_ULLPTR_ULLPTR_ULLPTR,
5824 BT_FN_BOOL_UINT_LONGPTR_LONG_LONGPTR_LONGPTR,
5825 BT_FN_BOOL_UINT_ULLPTR_ULL_ULLPTR_ULLPTR,
5826 BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_UINT_PTR,
5827 BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR,
5828 BT_FN_VOID_OMPFN_PTR_OMPCPYFN_LONG_LONG_BOOL_UINT_PTR_INT,
5829 BT_FN_VOID_OMPFN_PTR_OMPCPYFN_LONG_LONG_UINT_LONG_INT_LONG_LONG_LONG,
5830 BT_FN_VOID_OMPFN_PTR_OMPCPYFN_LONG_LONG_UINT_LONG_INT_ULL_ULL_ULL,
5831 BT_FN_VOID_LONG_VAR, BT_FN_VOID_ULL_VAR): New.
5832 (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR,
5833 BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR,
5834 BT_FN_VOID_OMPFN_PTR_OMPCPYFN_LONG_LONG_BOOL_UINT_PTR): Remove.
5835 * cgraph.h (enum cgraph_simd_clone_arg_type): Add
5836 SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP,
5837 SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP and
5838 SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP.
5839 (struct cgraph_simd_clone_arg): Adjust comment.
5840 * coretypes.h (struct gomp_ordered): New forward decl.
5841 * gimple.c (gimple_build_omp_critical): Add CLAUSES argument,
5842 set critical clauses to it.
5843 (gimple_build_omp_ordered): Return gomp_ordered * instead of
5844 gimple *. Add CLAUSES argument, set ordered clauses to it.
5845 (gimple_copy): Unshare clauses on GIMPLE_OMP_CRITICAL and
5846 GIMPLE_OMP_ORDERED.
5847 * gimple.def (GIMPLE_OMP_ORDERED): Change from GSS_OMP to
5848 GSS_OMP_SINGLE_LAYOUT, move it after GIMPLE_OMP_TEAMS.
5849 * gimple.h (enum gf_mask): Add GF_OMP_TASK_TASKLOOP. Add another bit
5850 to GF_OMP_FOR_KIND_MASK mask. Add GF_OMP_FOR_KIND_TASKLOOP, renumber
5851 GF_OMP_FOR_KIND_CILKFOR and GF_OMP_FOR_KIND_OACC_LOOP. Adjust
5852 GF_OMP_FOR_SIMD, GF_OMP_FOR_COMBINED and GF_OMP_FOR_COMBINED_INTO.
5853 Add another bit to GF_OMP_TARGET_KIND_MASK mask. Add
5854 GF_OMP_TARGET_KIND_ENTER_DATA and GF_OMP_TARGET_KIND_EXIT_DATA,
5855 renumber
5856 GF_OMP_TARGET_KIND_OACC_{PARALLEL,KERNELS,DATA,UPDATE,ENTER_EXIT_DATA}.
5857 (gomp_critical): Add clauses field.
5858 (gomp_ordered): New struct.
5859 (is_a_helper <gomp_ordered *>::test): New inline.
5860 (gimple_build_omp_critical): Add CLAUSES argument.
5861 (gimple_build_omp_ordered): Likewise. Return gomp_ordered *
5862 instead of gimple *.
5863 (gimple_omp_critical_clauses, gimple_omp_critical_clauses_ptr,
5864 gimple_omp_critical_set_clauses, gimple_omp_ordered_clauses,
5865 gimple_omp_ordered_clauses_ptr, gimple_omp_ordered_set_clauses,
5866 gimple_omp_task_taskloop_p, gimple_omp_task_set_taskloop_p): New
5867 inline functions.
5868 * gimple-pretty-print.c (dump_gimple_omp_for): Handle taskloop.
5869 (dump_gimple_omp_target): Handle enter data and exit data.
5870 (dump_gimple_omp_block): Don't handle GIMPLE_OMP_ORDERED here.
5871 (dump_gimple_omp_critical): Print clauses.
5872 (dump_gimple_omp_ordered): New function.
5873 (dump_gimple_omp_task): Handle taskloop.
5874 (pp_gimple_stmt_1): Use dump_gimple_omp_ordered for
5875 GIMPLE_OMP_ORDERED.
5876 * gimple-walk.c (walk_gimple_op): Walk clauses on
5877 GIMPLE_OMP_CRITICAL and GIMPLE_OMP_ORDERED.
5878 * gimplify.c (enum gimplify_omp_var_data): Add GOVD_MAP_0LEN_ARRAY.
5879 (enum omp_region_type): Add ORT_COMBINED_TARGET and ORT_NONE.
5880 (struct gimplify_omp_ctx): Add loop_iter_var,
5881 target_map_scalars_firstprivate, target_map_pointers_as_0len_arrays
5882 and target_firstprivatize_array_bases fields.
5883 (delete_omp_context): Release loop_iter_var.
5884 (gimplify_bind_expr): Handle ORT_NONE.
5885 (maybe_fold_stmt): Adjust check for ORT_TARGET for the addition of
5886 ORT_COMBINED_TARGET.
5887 (is_gimple_stmt): Return true for OMP_TASKLOOP, OMP_TEAMS and
5888 OMP_TARGET{,_DATA,_UPDATE,_ENTER_DATA,_EXIT_DATA}.
5889 (omp_firstprivatize_variable): Handle ORT_NONE. Adjust check for
5890 ORT_TARGET for the addition of ORT_COMBINED_TARGET. Handle
5891 ctx->target_map_scalars_firstprivate.
5892 (omp_add_variable): Handle ORT_NONE. Allow map clause together with
5893 data sharing clauses. For data sharing clause with VLA decl
5894 on omp target/target data don't add firstprivate for the pointer.
5895 Call omp_notice_variable on TYPE_SIZE_UNIT only if it is a DECL_P.
5896 (omp_notice_threadprivate_variable): Adjust check for ORT_TARGET for
5897 the addition of ORT_COMBINED_TARGET.
5898 (omp_notice_variable): Handle ORT_NONE. Adjust check for ORT_TARGET
5899 for the addition of ORT_COMBINED_TARGET. Handle implicit mapping of
5900 pointers as zero length array sections and
5901 ctx->target_map_scalars_firstprivate mapping of scalars as firstprivate
5902 data sharing.
5903 (omp_check_private): Handle omp_member_access_dummy_var vars.
5904 (find_decl_expr): New function.
5905 (gimplify_scan_omp_clauses): Add CODE argument. For OMP_CLAUSE_IF
5906 complain if OMP_CLAUSE_IF_MODIFIER is present and does not match code.
5907 Handle OMP_CLAUSE_GANG separately. Handle
5908 OMP_CLAUSE_{PRIORITY,GRAINSIZE,NUM_TASKS,NOGROUP,THREADS,SIMD,SIMDLEN}
5909 clauses. Diagnose linear clause on combined
5910 distribute {, parallel for} simd construct, unless it is the loop
5911 iterator. Handle struct element GOMP_MAP_FIRSTPRIVATE_POINTER.
5912 Handle map clauses with COMPONENT_REF. Initialize
5913 ctx->target_map_scalars_firstprivate,
5914 ctx->target_firstprivatize_array_bases and
5915 ctx->target_map_pointers_as_0len_arrays. Add firstprivate for
5916 linear clause even to target region if combined. Remove
5917 map clauses with GOMP_MAP_FIRSTPRIVATE_POINTER kind from
5918 OMP_TARGET_{,ENTER_,EXIT_}DATA. For GOMP_MAP_FIRSTPRIVATE_POINTER
5919 map kind with non-INTEGER_CST OMP_CLAUSE_SIZE firstprivatize the bias.
5920 Handle OMP_CLAUSE_DEPEND_{SINK,SOURCE}. Handle
5921 OMP_CLAUSE_{{USE,IS}_DEVICE_PTR,DEFAULTMAP,HINT}.
5922 For linear clause on worksharing loop combined with parallel add
5923 shared clause on the parallel. Handle OMP_CLAUSE_REDUCTION
5924 with MEM_REF OMP_CLAUSE_DECL. Set DECL_NAME on
5925 omp_member_access_dummy_var vars. Add lastprivate clause to outer
5926 taskloop if needed.
5927 (gimplify_adjust_omp_clauses_1): Handle GOVD_MAP_0LEN_ARRAY.
5928 If gimplify_omp_ctxp->target_firstprivatize_array_bases, use
5929 GOMP_MAP_FIRSTPRIVATE_POINTER map kind instead of
5930 GOMP_MAP_POINTER.
5931 (gimplify_adjust_omp_clauses): Add CODE argument. Handle removal
5932 of GOMP_MAP_FIRSTPRIVATE_POINTER struct elements for struct not seen
5933 in target body. Handle removal of struct mapping if struct is not
5934 seen in target body. Remove GOMP_MAP_STRUCT map clause on
5935 OMP_TARGET_EXIT_DATA. Adjust check for ORT_TARGET for the
5936 addition of ORT_COMBINED_TARGET. Use GOMP_MAP_FIRSTPRIVATE_POINTER
5937 instead of GOMP_MAP_POINTER if ctx->target_firstprivatize_array_bases
5938 for VLAs. Set OMP_CLAUSE_MAP_PRIVATE if both data sharing and map
5939 clause appear together. Handle
5940 OMP_CLAUSE_{{USE,IS}_DEVICE_PTR,DEFAULTMAP,HINT}. Don't remove map
5941 clause if it has map-type-modifier always. Handle
5942 OMP_CLAUSE_{PRIORITY,GRAINSIZE,NUM_TASKS,NOGROUP,THREADS,SIMD,SIMDLEN}
5943 clauses.
5944 (gimplify_oacc_cache, gimplify_omp_parallel, gimplify_omp_task):
5945 Adjust gimplify_scan_omp_clauses and gimplify_adjust_omp_clauses
5946 callers.
5947 (gimplify_omp_for): Likewise. Handle OMP_TASKLOOP. Initialize
5948 loop_iter_var. Use OMP_FOR_ORIG_DECLS. Fix handling of lastprivate
5949 iterators in doacross loops.
5950 (gimplify_omp_workshare): Adjust gimplify_scan_omp_clauses and
5951 gimplify_adjust_omp_clauses callers. Use ORT_COMBINED_TARGET
5952 for OMP_TARGET_COMBINED. Adjust check for ORT_TARGET
5953 for the addition of ORT_COMBINED_TARGET.
5954 (gimplify_omp_target_update): Adjust gimplify_scan_omp_clauses and
5955 gimplify_adjust_omp_clauses callers. Handle OMP_TARGET_ENTER_DATA
5956 and OMP_TARGET_EXIT_DATA.
5957 (gimplify_omp_ordered): New function.
5958 (gimplify_expr): Handle OMP_TASKLOOP, OMP_TARGET_ENTER_DATA and
5959 OMP_TARGET_EXIT_DATA. Use gimplify_omp_ordered for OMP_ORDERED.
5960 Gimplify clauses on OMP_CRITICAL.
5961 * internal-fn.c (expand_GOMP_SIMD_ORDERED_START,
5962 expand_GOMP_SIMD_ORDERED_END): New functions.
5963 * internal-fn.def (GOMP_SIMD_ORDERED_START,
5964 GOMP_SIMD_ORDERED_END): New internal functions.
5965 * omp-builtins.def (BUILT_IN_GOMP_LOOP_DOACROSS_STATIC_START,
5966 BUILT_IN_GOMP_LOOP_DOACROSS_DYNAMIC_START,
5967 BUILT_IN_GOMP_LOOP_DOACROSS_GUIDED_START,
5968 BUILT_IN_GOMP_LOOP_DOACROSS_RUNTIME_START,
5969 BUILT_IN_GOMP_LOOP_ULL_DOACROSS_STATIC_START,
5970 BUILT_IN_GOMP_LOOP_ULL_DOACROSS_DYNAMIC_START,
5971 BUILT_IN_GOMP_LOOP_ULL_DOACROSS_GUIDED_START,
5972 BUILT_IN_GOMP_LOOP_ULL_DOACROSS_RUNTIME_START,
5973 BUILT_IN_GOMP_DOACROSS_POST, BUILT_IN_GOMP_DOACROSS_WAIT,
5974 BUILT_IN_GOMP_DOACROSS_ULL_POST, BUILT_IN_GOMP_DOACROSS_ULL_WAIT,
5975 BUILT_IN_GOMP_TARGET_ENTER_EXIT_DATA, BUILT_IN_GOMP_TASKLOOP,
5976 BUILT_IN_GOMP_TASKLOOP_ULL): New built-ins.
5977 (BUILT_IN_GOMP_TASK): Add INT argument to the end.
5978 (BUILT_IN_GOMP_TARGET): Rename from GOMP_target to GOMP_target_41,
5979 adjust type.
5980 (BUILT_IN_GOMP_TARGET_DATA): Rename from GOMP_target_data to
5981 GOMP_target_data_41, adjust type.
5982 (BUILT_IN_GOMP_TARGET_UPDATE): Rename from GOMP_target_update to
5983 GOMP_target_update_41, adjust type.
5984 * omp-low.c (struct omp_region): Adjust comments, add ord_stmt
5985 field.
5986 (struct omp_for_data): Add ordered and simd_schedule fields.
5987 (omp_member_access_dummy_var, unshare_and_remap_1,
5988 unshare_and_remap, is_taskloop_ctx): New functions.
5989 (is_taskreg_ctx): Use is_parallel_ctx and is_task_ctx.
5990 (extract_omp_for_data): Handle taskloops and doacross loops
5991 and simd schedule modifier.
5992 (omp_adjust_chunk_size): New function.
5993 (get_ws_args_for): Use it.
5994 (lookup_sfield): Change first argument to splay_tree_key,
5995 add overload with first argument tree.
5996 (maybe_lookup_field): Likewise.
5997 (use_pointer_for_field): Handle omp_member_access_dummy_var.
5998 (omp_copy_decl_2): If var is TREE_ADDRESSABLE listed in
5999 task_shared_vars, clear TREE_ADDRESSABLE on the copy.
6000 (build_outer_var_ref): Add LASTPRIVATE argument, handle
6001 taskloops and omp_member_access_dummy_var vars.
6002 (build_sender_ref): Change first argument to splay_tree_key,
6003 add overload with first argument tree.
6004 (install_var_field): For mask & 8 use &DECL_UID as key instead
6005 of the tree itself.
6006 (fixup_child_record_type): Const qualify *.omp_data_i.
6007 (scan_sharing_clauses): Handle OMP_CLAUSE_SHARED_FIRSTPRIVATE,
6008 C/C++ array reductions, OMP_CLAUSE_{IS,USE}_DEVICE_PTR clauses,
6009 OMP_CLAUSE_{PRIORITY,GRAINSIZE,NUM_TASKS,SIMDLEN,THREADS,SIMD} and
6010 OMP_CLAUSE_{NOGROUP,DEFAULTMAP} clauses, OMP_CLAUSE__LOOPTEMP_ clause
6011 on taskloop, GOMP_MAP_FIRSTPRIVATE_POINTER, OMP_CLAUSE_MAP_PRIVATE.
6012 (create_omp_child_function): Set TREE_READONLY on .omp_data_i.
6013 (find_combined_for): Allow searching for different GIMPLE_OMP_FOR
6014 kinds.
6015 (add_taskreg_looptemp_clauses): New function.
6016 (scan_omp_parallel): Use it.
6017 (scan_omp_task): Likewise.
6018 (finish_taskreg_scan): Handle OMP_CLAUSE_SHARED_FIRSTPRIVATE.
6019 For taskloop, move fields for the first two _LOOPTEMP_ clauses first.
6020 (check_omp_nesting_restrictions): Handle GF_OMP_TARGET_KIND_ENTER_DATA
6021 and GF_OMP_TARGET_KIND_EXIT_DATA. Formatting fixes. Allow the
6022 sandwiched taskloop constructs. Type check
6023 OMP_CLAUSE_DEPEND_{KIND,SOURCE}. Allow ordered simd inside of simd
6024 region. Diagnose depend(source) or depend(sink:...) on
6025 target constructs or task/taskloop.
6026 (handle_simd_reference): Use get_name.
6027 (lower_rec_input_clauses): Likewise. Ignore all
6028 OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE clauses on taskloop construct.
6029 Allow _LOOPTEMP_ clause on GOMP_TASK. Unshare new_var
6030 before passing it to omp_clause_{default,copy}_ctor. Handle
6031 OMP_CLAUSE_REDUCTION with MEM_REF OMP_CLAUSE_DECL. Set
6032 lastprivate_firstprivate flag for linear that needs copyin and
6033 copyout. Use BUILT_IN_ALLOCA_WITH_ALIGN instead of BUILT_IN_ALLOCA.
6034 (lower_lastprivate_clauses): For OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE
6035 on taskloop lookup decl in outer context. Pass true to
6036 build_outer_var_ref lastprivate argument. Handle
6037 OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV lastprivate if the decl is global
6038 outside of outer taskloop for.
6039 (lower_reduction_clauses): Handle OMP_CLAUSE_REDUCTION with MEM_REF
6040 OMP_CLAUSE_DECL.
6041 (lower_send_clauses): Ignore first two _LOOPTEMP_ clauses in taskloop
6042 GOMP_TASK. Handle OMP_CLAUSE_SHARED_FIRSTPRIVATE. Handle
6043 omp_member_access_dummy_var vars. Handle OMP_CLAUSE_REDUCTION
6044 with MEM_REF OMP_CLAUSE_DECL. Use new lookup_sfield overload.
6045 (lower_send_shared_vars): Ignore fields with NULL or FIELD_DECL
6046 abstract origin. Handle omp_member_access_dummy_var vars.
6047 (expand_parallel_call): Use expand_omp_build_assign.
6048 (expand_task_call): Handle taskloop construct expansion. Add
6049 REGION argument. Use GOMP_TASK_* defines instead of hardcoded
6050 integers. Add priority argument to GOMP_task* calls. Or in
6051 GOMP_TASK_FLAG_PRIORITY into flags if priority is present for
6052 GOMP_task call.
6053 (expand_omp_build_assign): Add prototype. Add AFTER
6054 argument, if true emit statements after *GSI_P and continue linking.
6055 (expand_omp_taskreg): Adjust expand_task_call caller.
6056 (expand_omp_for_init_counts): Rename zero_iter_bb argument to
6057 zero_iter1_bb and first_zero_iter to first_zero_iter1, add
6058 zero_iter2_bb and first_zero_iter2 arguments, handle computation
6059 of counts even for ordered loops.
6060 (expand_omp_for_init_vars): Handle GOMP_TASK inner_stmt.
6061 (expand_omp_ordered_source, expand_omp_ordered_sink,
6062 expand_omp_ordered_source_sink, expand_omp_for_ordered_loops): New
6063 functions.
6064 (expand_omp_for_generic): Use omp_adjust_chunk_size. Handle linear
6065 clauses on worksharing loop. Handle DOACROSS loop expansion.
6066 (expand_omp_for_static_nochunk): Handle linear clauses on
6067 worksharing loop. Adjust expand_omp_for_init_counts
6068 callers.
6069 (expand_omp_for_static_chunk): Likewise. Use omp_adjust_chunk_size.
6070 (expand_omp_simd): Handle addressable fd->loop.v. Adjust
6071 expand_omp_for_init_counts callers.
6072 (expand_omp_taskloop_for_outer, expand_omp_taskloop_for_inner): New
6073 functions.
6074 (expand_omp_for): Call expand_omp_taskloop_for_* for taskloop.
6075 Handle doacross loops.
6076 (expand_omp_target): Handle GF_OMP_TARGET_KIND_ENTER_DATA and
6077 GF_OMP_TARGET_KIND_EXIT_DATA. Pass flags and depend arguments to
6078 GOMP_target_{41,update_41,enter_exit_data} libcalls.
6079 (expand_omp): Don't expand ordered depend constructs here, record
6080 ord_stmt instead for later expand_omp_for_generic.
6081 (build_omp_regions_1): Handle GF_OMP_TARGET_KIND_ENTER_DATA and
6082 GF_OMP_TARGET_KIND_EXIT_DATA. Treat GIMPLE_OMP_ORDERED with depend
6083 clause as stand-alone directive.
6084 (lower_omp_ordered_clauses): New function.
6085 (lower_omp_ordered): Handle OMP_CLAUSE_SIMD, for OMP_CLAUSE_DEPEND
6086 don't lower anything.
6087 (lower_omp_for_lastprivate): Use last _looptemp_ clause
6088 on taskloop for comparison.
6089 (lower_omp_for): Handle taskloop constructs. Adjust OMP_CLAUSE_DECL
6090 and OMP_CLAUSE_LINEAR_STEP so that expand_omp_for_* can use it during
6091 expansion for linear adjustments.
6092 (create_task_copyfn): Handle OMP_CLAUSE_SHARED_FIRSTPRIVATE.
6093 (lower_depend_clauses): Assert not seeing sink/source depend kinds.
6094 Set TREE_ADDRESSABLE on array. Change first argument from gimple *
6095 to tree * pointing to the stmt's clauses.
6096 (lower_omp_taskreg): Adjust lower_depend_clauses caller.
6097 (lower_omp_target): Handle GF_OMP_TARGET_KIND_ENTER_DATA
6098 and GF_OMP_TARGET_KIND_EXIT_DATA, depend clauses,
6099 GOMP_MAP_{RELEASE,ALWAYS_{TO,FROM,TOFROM},FIRSTPRIVATE_POINTER,STRUCT}
6100 map kinds, OMP_CLAUSE_{FIRSTPRIVATE,PRIVATE,{IS,USE}_DEVICE_PTR
6101 clauses. Always use short kind and 8-bit align shift.
6102 (lower_omp_regimplify_p): Use IS_TYPE_OR_DECL_P macro.
6103 (struct lower_omp_regimplify_operands_data): New type.
6104 (lower_omp_regimplify_operands_p, lower_omp_regimplify_operands):
6105 New functions.
6106 (lower_omp_1): Use lower_omp_regimplify_operands instead of
6107 gimple_regimplify_operands.
6108 (make_gimple_omp_edges): Handle GF_OMP_TARGET_KIND_ENTER_DATA and
6109 GF_OMP_TARGET_KIND_EXIT_DATA. Treat GIMPLE_OMP_ORDERED with depend
6110 clause as stand-alone directive.
6111 (simd_clone_clauses_extract): Honor OMP_CLAUSE_LINEAR_KIND.
6112 (simd_clone_mangle): Mangle the various linear kinds
6113 per the new ABI.
6114 (simd_clone_adjust_argument_types): Handle
6115 SIMD_CLONE_ARG_TYPE_LINEAR_*_CONSTANT_STEP.
6116 (simd_clone_init_simd_arrays): Don't do anything for uval.
6117 (simd_clone_adjust): Handle
6118 SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP like
6119 SIMD_CLONE_ARG_TYPE_LINEAR_CONSTANT_STEP.
6120 Handle SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP.
6121 * omp-low.h (omp_member_access_dummy_var): New prototype.
6122 * passes.def (pass_simduid_cleanup): Schedule another copy of the
6123 pass after all optimizations.
6124 * tree.c (omp_clause_code_name): Add entries for
6125 OMP_CLAUSE_{TO_DECLARE,LINK,{USE,IS}_DEVICE_PTR,DEFAULTMAP,HINT}
6126 and OMP_CLAUSE_{PRIORITY,GRAINSIZE,NUM_TASKS,NOGROUP,THREADS,SIMD}.
6127 (omp_clause_num_ops): Likewise. Bump number of OMP_CLAUSE_REDUCTION
6128 arguments to 5 and for OMP_CLAUSE_ORDERED to 1.
6129 (walk_tree_1): Adjust for OMP_CLAUSE_ORDERED having 1 argument and
6130 OMP_CLAUSE_REDUCTION 5 arguments. Handle
6131 OMP_CLAUSE_{TO_DECLARE,LINK,{USE,IS}_DEVICE_PTR,DEFAULTMAP,HINT}
6132 and OMP_CLAUSE_{PRIORITY,GRAINSIZE,NUM_TASKS,NOGROUP,THREADS,SIMD}
6133 clauses.
6134 * tree-core.h (enum omp_clause_linear_kind): New.
6135 (struct tree_omp_clause): Change type of map_kind
6136 from unsigned char to unsigned int. Add subcode.if_modifier
6137 and subcode.linear_kind fields.
6138 (enum omp_clause_code): Add
6139 OMP_CLAUSE_{TO_DECLARE,LINK,{USE,IS}_DEVICE_PTR,DEFAULTMAP,HINT}
6140 and OMP_CLAUSE_{PRIORITY,GRAINSIZE,NUM_TASKS,NOGROUP,THREADS,SIMD}.
6141 (OMP_CLAUSE_REDUCTION): Document
6142 OMP_CLAUSE_REDUCTION_DECL_PLACEHOLDER.
6143 (enum omp_clause_depend_kind): Add OMP_CLAUSE_DEPEND_{SOURCE,SINK}.
6144 * tree.def (OMP_FOR): Add OMP_FOR_ORIG_DECLS operand.
6145 (OMP_CRITICAL): Move before OMP_SINGLE. Add OMP_CRITICAL_CLAUSES
6146 operand.
6147 (OMP_ORDERED): Move before OMP_SINGLE. Add OMP_ORDERED_CLAUSES
6148 operand.
6149 (OMP_TASKLOOP, OMP_TARGET_ENTER_DATA, OMP_TARGET_EXIT_DATA): New tree
6150 codes.
6151 * tree.h (OMP_BODY): Replace OMP_CRITICAL with OMP_TASKGROUP.
6152 (OMP_CLAUSE_SET_MAP_KIND): Cast to unsigned int rather than unsigned
6153 char.
6154 (OMP_CRITICAL_NAME): Adjust to be 3rd operand instead of 2nd.
6155 (OMP_CLAUSE_NUM_TASKS_EXPR): Formatting fix.
6156 (OMP_STANDALONE_CLAUSES): Adjust to cover OMP_TARGET_{ENTER,EXIT}_DATA.
6157 (OMP_CLAUSE_DEPEND_SINK_NEGATIVE, OMP_TARGET_COMBINED,
6158 OMP_CLAUSE_MAP_PRIVATE, OMP_FOR_ORIG_DECLS, OMP_CLAUSE_IF_MODIFIER,
6159 OMP_CLAUSE_MAP_MAYBE_ZERO_LENGTH_ARRAY_SECTION, OMP_CRITICAL_CLAUSES,
6160 OMP_CLAUSE_PRIVATE_TASKLOOP_IV, OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV,
6161 OMP_CLAUSE_HINT_EXPR, OMP_CLAUSE_SCHEDULE_SIMD,
6162 OMP_CLAUSE_LINEAR_KIND, OMP_CLAUSE_REDUCTION_DECL_PLACEHOLDER,
6163 OMP_CLAUSE_SHARED_FIRSTPRIVATE, OMP_ORDERED_CLAUSES,
6164 OMP_TARGET_ENTER_DATA_CLAUSES, OMP_TARGET_EXIT_DATA_CLAUSES,
6165 OMP_CLAUSE_NUM_TASKS_EXPR, OMP_CLAUSE_GRAINSIZE_EXPR,
6166 OMP_CLAUSE_PRIORITY_EXPR, OMP_CLAUSE_ORDERED_EXPR): Define.
6167 * tree-inline.c (remap_gimple_stmt): Handle clauses on
6168 GIMPLE_OMP_ORDERED and GIMPLE_OMP_CRITICAL. For
6169 IFN_GOMP_SIMD_ORDERED_{START,END} set has_simduid_loops.
6170 * tree-nested.c (convert_nonlocal_omp_clauses): Handle
6171 OMP_CLAUSE_{TO_DECLARE,LINK,{USE,IS}_DEVICE_PTR,SIMDLEN,PRIORITY,SIMD}
6172 and OMP_CLAUSE_{GRAINSIZE,NUM_TASKS,HINT,NOGROUP,THREADS,DEFAULTMAP}
6173 clauses. Handle OMP_CLAUSE_REDUCTION_DECL_PLACEHOLDER.
6174 (convert_local_omp_clauses): Likewise.
6175 * tree-pretty-print.c (dump_omp_clause): Handle
6176 OMP_CLAUSE_{TO_DECLARE,LINK,{USE,IS}_DEVICE_PTR,SIMDLEN,PRIORITY,SIMD}
6177 and OMP_CLAUSE_{GRAINSIZE,NUM_TASKS,HINT,NOGROUP,THREADS,DEFAULTMAP}
6178 clauses. Handle OMP_CLAUSE_IF_MODIFIER, OMP_CLAUSE_ORDERED_EXPR,
6179 OMP_CLAUSE_SCHEDULE_SIMD, OMP_CLAUSE_LINEAR_KIND,
6180 OMP_CLAUSE_DEPEND_{SOURCE,SINK}. Use "delete" for
6181 GOMP_MAP_FORCE_DEALLOC. Handle
6182 GOMP_MAP_{ALWAYS_{TO,FROM,TOFROM},RELEASE,FIRSTPRIVATE_POINTER,STRUCT}.
6183 (dump_generic_node): Handle OMP_TASKLOOP, OMP_TARGET_{ENTER,EXIT}_DATA
6184 and clauses on OMP_ORDERED and OMP_CRITICAL.
6185 * tree-vectorizer.c (adjust_simduid_builtins): Adjust comment.
6186 Remove IFN_GOMP_SIMD_ORDERED_{START,END}.
6187 (vectorize_loops): Adjust comments.
6188 (pass_simduid_cleanup::execute): Likewise.
6189 * tree-vect-stmts.c (vectorizable_simd_clone_call): Handle
6190 SIMD_CLONE_ARG_TYPE_LINEAR_{REF,VAL,UVAL}_CONSTANT_STEP.
6191 * wide-int.h (wi::gcd): New.
6192
6193 2015-10-13 Uros Bizjak <ubizjak@gmail.com>
6194
6195 * config/i386/i386.c (classify_argument): Use CEIL where applicable.
6196 (ix86_function_arg_advance): Ditto.
6197 (ix86_function_arg): Ditto.
6198 (ix86_gimplify_va_arg): Ditto.
6199 (ix86_class_max_nregs): Ditto.
6200 (inline_memory_move_cost): Ditto.
6201 (ix86_set_reg_reg_cost): Ditto.
6202 * config/i386/i386.h (HARD_REGNO_NREGS): Ditto.
6203
6204 2015-10-13 Alexandre Oliva <aoliva@redhat.com>
6205
6206 PR middle-end/67912
6207 * expmed.c (store_bit_field_1): Adjust mode of BLKmode inputs.
6208
6209 2015-10-13 Uros Bizjak <ubizjak@gmail.com>
6210
6211 * config/sparc/sparc.h (SPARC_STACK_ALIGN): Implement using
6212 ROUND_UP macro and UNITS_PER_WORD * 2.
6213 * config/sparc/sparc.c (sparc_compute_frame_size):
6214 Use ROUND_UP and ROUND_DOWN macros where applicable.
6215 (function_arg_record_value, function_arg_record_value_1)
6216 (function_arg_record_value_1): Ditto.
6217 (emit_save_or_restore_regs): Use ROUND_DOWN to preserve offset
6218 alignment to double-word.
6219 (sparc_gimplify_va_arg): Use ROUND_UP to calculate rsize.
6220 (sparc_emit_probe_stack_range): Use ROUND_DOWN to calculate
6221 rounded_size.
6222
6223 2015-10-13 Nikolai Bozhenov <n.bozhenov@samsung.com>
6224
6225 * rtl.h (print_insn): Fix prototype.
6226
6227 2015-10-13 Tom de Vries <tom@codesourcery.com>
6228
6229 * tree-parloops.c (reduction_phi): Handle cases that gimple_uid is 0 or
6230 -1. Add assert that returned entry matches phi argument.
6231 (parallelize_loops): Move calls to init_stmt_vec_info_vec and
6232 free_stmt_vec_info_vec ...
6233 (gather_scalar_reductions): ... here. Initialize gimple_uids of phis
6234 with -1.
6235
6236 2014-10-13 Yuri Rumyantsev <ysrumyan@gmail.com>
6237
6238 PR tree-optimization/67909, 67947
6239 * tree-ssa-loop-unswitch.c (find_loop_guard): Add check that GUARD_EDGE
6240 really skip the inner loop.
6241
6242 2015-10-13 Jeff Law <law@redhat.com>
6243
6244 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
6245 Allow single block jump threading paths.
6246
6247 2015-10-13 Tom de Vries <tom@codesourcery.com>
6248
6249 PR tree-optimization/67476
6250 * doc/invoke.texi (@item parloops-schedule): New item.
6251 * params.def (PARAM_PARLOOPS_SCHEDULE): New DEFPARAMENUM5.
6252 * tree-parloops.c: Include params-enum.h.
6253 (create_parallel_loop): Handle PARAM_PARLOOPS_SCHEDULE.
6254
6255 2015-10-13 Tom de Vries <tom@codesourcery.com>
6256
6257 * Makefile.in (PARAMS_H, PLUGIN_HEADERS): Add params-enum.h.
6258 * params-enum.h: New file.
6259 * opts.c (handle_param): Handle case that param arg is a string.
6260 * params-list.h: Handle DEFPARAMENUM5 in params.def.
6261 * params.c (find_param): New function, factored out of ...
6262 (set_param_value): ... here.
6263 (param_string_value_p): New function.
6264 * params.h (struct param_info): Add value_names field.
6265 (find_param, param_string_value_p): Declare.
6266
6267 2015-10-13 Tom de Vries <tom@codesourcery.com>
6268
6269 PR tree-optimization/67476
6270 * omp-low.c (expand_omp_for_generic): Handle original loop tree.
6271
6272 2015-10-13 Richard Biener <rguenther@suse.de>
6273
6274 * tree-vect-data-refs.c (vect_analyze_data_ref_dependences): Allocate
6275 the data dependence vector.
6276 (vect_peeling_hash_insert): Get the peeling hash table as argument.
6277 (vect_peeling_hash_get_lowest_cost): Likewise.
6278 (vect_enhance_data_refs_alignment): Adjust.
6279 (struct _vect_peel_info, struct _vect_peel_extended_info,
6280 struct peel_info_hasher): Move from ...
6281 * tree-vectorizer.h: ... here.
6282 (LOOP_VINFO_COST_MODEL_MIN_ITERS): Remove.
6283 (LOOP_VINFO_PEELING_HTAB): Likewise.
6284 (struct _loop_vec_info): Remove min_profitable_iters and
6285 peeling_htab members.
6286 * tree-vect-loop.c (new_loop_vec_info): Do not allocate vectors
6287 here.
6288 (destroy_loop_vec_info): Adjust.
6289 (vect_analyze_loop_2): Do not set LOOP_VINFO_COST_MODEL_MIN_ITERS.
6290 (vect_estimate_min_profitable_iters): Use LOOP_VINFO_COMP_ALIAS_DDRS
6291 to estimate alias versioning cost.
6292 * tree-vect-slp.c (vect_analyze_slp_cost): Dump header.
6293
6294 2015-10-13 Richard Sandiford <richard.sandiford@arm.com>
6295
6296 * real.h (real_isinteger): Declare.
6297 * real.c (real_isinteger): New function.
6298 * match.pd: Simplify pow(|x|,y) and pow(-x,y) to pow(x,y)
6299 if y is an even integer.
6300
6301 2015-10-11 Jan Hubicka <hubicka@ucw.cz>
6302
6303 revert:
6304 2015-10-11 Jan Hubicka <hubicka@ucw.cz>
6305 * cgraphbuild.c (compute_call_stmt_bb_frequency): Use
6306 counts when these are more informative.
6307
6308 2015-10-12 Jeff Law <law@redhat.com>
6309
6310 * tree-ssa-threadbackward.c (get_gimple_control_stmt): New function.
6311 (fsm_find_control_stmt_paths): Change name of first argument to
6312 more accurately relfect what it really is. Handle simplification
6313 of GIMPLE_COND after finding a thread path for NAME.
6314 * tree-ssa-threadedge.c (simplify_control_stmt_condition): Allow
6315 nontrivial conditions to be handled by FSM threader.
6316 (thread_through_normal_block): Extract the name to looup via
6317 FSM threader from COND_EXPR.
6318
6319 * tree-ssa-threadbackward.c (fsm_find_thread_path): Remove
6320 restriction that traced SSA_NAME is a user variable.
6321
6322 2015-10-12 Tom de Vries <tom@codesourcery.com>
6323
6324 PR tree-optimization/67476
6325 * omp-low.c (expand_omp_for_generic): Add missing phis.
6326
6327 2015-10-12 Tom de Vries <tom@codesourcery.com>
6328
6329 PR tree-optimization/67476
6330 * omp-low.c (expand_omp_for_generic): Handle simple latch.
6331
6332 2015-10-12 Christophe Lyon <christophe.lyon@linaro.org>
6333
6334 * config/aarch64/aarch64-simd-builtins.def: Update builtins
6335 tables: add tbl3 and tbx4.
6336 * config/aarch64/aarch64-simd.md (aarch64_tbl3v8qi): New.
6337 (aarch64_tbx4v8qi): New.
6338 * config/aarch64/arm_neon.h (vtbl3_s8, vtbl3_u8, vtbl3_p8)
6339 (vtbl4_s8, vtbl4_u8, vtbl4_p8, vtbx4_s8, vtbx4_u8, vtbx4_p8):
6340 Rewrite using builtin functions.
6341 * config/aarch64/iterators.md (UNSPEC_TBX): New.
6342
6343 2015-10-12 Uros Bizjak <ubizjak@gmail.com>
6344
6345 * config/rs6000/rs6000.h (RS6000_ALIGN): Implement using
6346 ROUND_UP macro.
6347 * config/rs6000/rs6000.c (rs6000_darwin64_record_arg_advance_flush):
6348 Use ROUND_UP and ROUND_DOWN macros where applicable.
6349 (rs6000_darwin64_record_arg_flush): Ditto.
6350 (rs6000_function_arg): Use ROUND_UP to calculate align_words.
6351 (rs6000_emit_probe_stack_range): Use ROUND_DOWN to calculate
6352 rounded_size.
6353
6354 2015-10-12 Uros Bizjak <ubizjak@gmail.com>
6355
6356 * config/aarch/aarch64.h (AARCH64_ROUND_UP): Remove.
6357 (AARCH64_ROUND_DOWN): Ditto.
6358 * config/aarch64/aarch64.c: Use ROUND_UP instead of AARCH64_ROUND_UP.
6359
6360 2015-10-12 Richard Biener <rguenther@suse.de>
6361
6362 PR ipa/67783
6363 * ipa-inline-analysis.c (estimate_function_body_sizes): Re-add
6364 code that analyzes IVs on each stmt but in a cheaper way avoiding
6365 quadratic behavior.
6366
6367 2015-10-12 Nick Clifton <nickc@redhat.com>
6368
6369 * config/msp430/msp430.c (msp430_mcu_names): Rename to
6370 msp430_mcu_data, add fields for ISA and hardware multiply
6371 support. Import latest data from the devices.csv file.
6372 (msp430_override_option): Use the data from the new array.
6373 (msp430_use_f5_series_hwmult): Likewise.
6374 (use_32bit_hwmult): Likewise.
6375 (msp430_no_hwmult): Likewise.
6376 * config/msp430/t-msp430 (MULTILIB_MATCHES): Add matches for new
6377 MCU names.
6378 * doc/invoke.texi (MSP430 Options): Note that if the MCU name is
6379 not recognised then no hardware multiply support is assumed and
6380 that only the MSP430 ISA is allowed.
6381
6382 2015-10-12 Richard Biener <rguenther@suse.de>
6383
6384 * tree-vect-loop.c (vect_analyze_loop_operations): Move cost
6385 related code ...
6386 (vect_analyze_loop_2): ... here.
6387
6388 2015-10-11 Jason Merrill <jason@redhat.com>
6389
6390 PR c++/67557
6391 * expr.c (store_field): Call store_constructor directly when
6392 storing a CONSTRUCTOR into a target smaller than its type.
6393 Guard against unsafe bitwise copy.
6394
6395 2015-10-11 Jan Hubicka <hubicka@ucw.cz>
6396
6397 * cgraphbuild.c (compute_call_stmt_bb_frequency): Use
6398 counts when these are more informative.
6399
6400 2015-10-11 Jan Hubicka <hubicka@ucw.cz>
6401
6402 * tree-profile.c (tree_profiling): Do not clear
6403 pure/const when not instrumenting.
6404 (pass tree_profile): Add dump of symtab.
6405
6406 2015-10-11 Jan Hubicka <hubicka@ucw.cz>
6407
6408 * fold-const.c (fold_comparsion): Pass OEP_ADDRESS_OF when comparing
6409 addresses.
6410 (fold_addr_of_array_ref_difference): Likewise.
6411
6412 2015-10-11 Jeff Law <law@redhat.com>
6413
6414 * tree-ssa-threadedge.c (fsm_find_thread_path): Moved from here into
6415 tree-ssa-threadbackward.c.
6416 (fsm_find_control_statement_thread_paths): Likewise.
6417 (thread_through_normal_block): Break out FSM bits and move them
6418 into a new function in tree-ssa-threadbackward.c. Call new function
6419 instead.
6420 Minimize header file usage.
6421 * tree-ssa-threadbackward.h: New file.
6422 * tree-ssa-threadbackward.c: Likewise.
6423 * Makefile.in (OBJS): Add tree-ssa-threadbackward.o
6424
6425 2015-10-11 Uros Bizjak <ubizjak@gmail.com>
6426
6427 * config/alpha/alpha.h (ALPHA_ROUND): Implement using ROUND_UP macro.
6428
6429 2015-10-11 Segher Boessenkool <segher@kernel.crashing.org>
6430
6431 PR rtl-optimization/67864
6432 * bb-reorder (reorder_basic_blocks_simple): Prefer existing
6433 fallthrough edges for conditional jumps. Don't sort candidate
6434 edges if not optimizing for speed.
6435
6436 2015-10-10 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
6437
6438 * defaults.h (REVERSE_CONDITION): New default definition.
6439 * jump.c (reversed_comparison_code_parts): Adjust.
6440
6441 2015-10-10 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
6442
6443 * builtins.c (expand_builtin_setjmp_receiver): Don't use #if to
6444 check HARD_FRAME_POINTER_IS_ARG_POINTER.
6445
6446 2015-10-10 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
6447
6448 * defaults.h (FRAME_ADDR_RTX): New default definition.
6449 * builtins.c (expand_builtin_return_addr): Adjust.
6450
6451 2015-10-10 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
6452
6453 * defaults.h (DYNAMIC_CHAIN_ADDRESS): New default definition.
6454 * builtins.c (expand_builtin_return_addr): Adjust.
6455
6456 2015-10-10 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
6457
6458 * defaults.h (SETUP_FRAME_ADDRESSES): New default definition.
6459 * builtins.c (expand_builtin_return_addr): Adjust.
6460 * doc/tm.texi: Likewise.
6461 * doc/tm.texi.in: Likewise.
6462 * except.c (expand_builtin_unwind_init): Likewise.
6463
6464 2015-10-10 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
6465
6466 * builtins.c (expand_builtin_return_addr): Adjust.
6467 * defaults.h (INITIAL_FRAME_ADDRESS_RTX): New default definition.
6468
6469 2015-10-10 Jan Hubicka <hubicka@ucw.cz>
6470
6471 * tree.c (type_with_interoperable_signedness): New.
6472 (gimple_canonical_types_compatible_p): Use it.
6473 * tree.h (type_with_interoperable_signedness): Declare
6474
6475 2015-10-10 Jan Hubicka <hubicka@ucw.cz>
6476
6477 * fold-const.c (operand_equal_p): Document OEP_ADDRESS_OF
6478 and OEP_CONSTANT_ADDRESS_OF; skip type compatibility checks
6479 when OEP_ADDRESS_OF is se.
6480
6481 2015-10-10 Aditya Kumar <aditya.k7@samsung.com>
6482 Sebastian Pop <s.pop@samsung.com>
6483
6484 * graphite-dependences.c (scop_get_dependences): Add dump of the
6485 data dependence graph.
6486 * graphite-poly.c (print_isl_union_map): New.
6487 (debug_isl_union_map): New.
6488 * graphite-poly.h (print_isl_union_map): Declare.
6489 (debug_isl_union_map): Declare.
6490
6491 2015-10-10 Aditya Kumar <aditya.k7@samsung.com>
6492 Sebastian Pop <s.pop@samsung.com>
6493
6494 * graphite-poly.c (print_iteration_domain): Remove verbosity.
6495 Remove OpenScop formatting.
6496 (print_iteration_domains): Same.
6497 (debug_iteration_domain): Same.
6498 (debug_iteration_domains): Same.
6499 (print_pdr): Same.
6500 (debug_pdr): Same.
6501 (dump_gbb_cases): Same.
6502 (dump_gbb_conditions): Same.
6503 (print_pdrs): Same.
6504 (debug_pdrs): Same.
6505 (print_pbb_body): Same.
6506 (print_pbb): Same.
6507 (print_scop_params): Same.
6508 (print_scop_context): Same.
6509 (print_scop): Same.
6510 (debug_pbb_domain): Same.
6511 (debug_pbb): Same.
6512 (debug_scop_context): Same.
6513 (debug_scop): Same.
6514 (debug_scop_params): Same.
6515 * graphite-poly.h: Same.
6516 * graphite.c (graphite_transform_loops): Same.
6517
6518 2015-10-10 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
6519
6520 * function.c (stack_protect_epilogue): Remove as_a<rtx_insn *> ()
6521 call that isn't needed.
6522
6523 2015-10-09 Jeff Law <law@redhat.com>
6524
6525 * tree-ssanames.c (flush_ssaname_freelist): Use splice and truncate
6526 rather than moving each name to the freelist individually.
6527
6528 2015-10-09 Steve Ellcey <sellcey@imgtec.com>
6529
6530 * config.gcc (mips*-*-*): Add frame-header-opt.o to extra_objs.
6531 * frame-header-opt.c: New file.
6532 * config/mips/mips-proto.h (mips_register_frame_header_opt):
6533 Add prototype.
6534 * config/mips/mips.c (mips_compute_frame_info): Check
6535 optimize_call_stack flag.
6536 (mips_option_override): Register new frame_header_opt pass.
6537 (mips_frame_info, mips_int_mask, mips_shadow_set,
6538 machine_function): Move these types to...
6539 * config/mips/mips.h: here.
6540 (machine_function): Add does_not_use_frame_header and
6541 optimize_call_stack fields.
6542 * config/mips/t-mips (frame-header-opt.o): Add new make rule.
6543 * doc/invoke.texi (-mframe-header-opt, -mno-frame-header-opt):
6544 Document new flags.
6545 * config/mips/mips.opt (mframe-header-opt): Add new option.
6546
6547 2015-10-09 Uros Bizjak <ubizjak@gmail.com>
6548
6549 * config/i386/i386.c
6550 (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Use
6551 ROUND_DOWN where applicable.
6552
6553 2015-10-09 Jeff Law <law@redhat.com>
6554
6555 * tree-vect-stmts.c (free_stmt_vec_info): Free the LHS of the
6556 correct statement.
6557
6558 2015-10-09 Renlin Li <renlin.li@arm.com>
6559
6560 * config/arm/neon.md (neon_vuzp<mode>_insn): Add & modifier for
6561 operands[0] and operands[2].
6562 (neon_vtrn<mode>_insn): Likewise.
6563 (neon_vzip<mode>_insn): Likewise.
6564
6565 2015-10-09 Andre Vieira <andre.simoesdiasvieira@arm.com>
6566
6567 * match.pd: ((X inner_op C0) outer_op C1) New pattern.
6568 ((X & C2) << C1): Expand to...
6569 (X {&,^,|} C2 << C1): ...This.
6570 ((X & C2) >> C1): Expand to...
6571 (X {&,^,|} C2 >> C1): ...This.
6572
6573 2015-10-09 Alexander Fomin <alexander.fomin@intel.com>
6574
6575 PR target/67895
6576 * config/i386/sse.md (define_insn "sse_cvtsi2ss<round_name>"):
6577 Adjust embedded rounding/SAE specifier position.
6578 (define_insn "sse_cvtsi2ssq<round_name>"): Likewise.
6579 (define_insn "cvtusi2<ssescalarmodesuffix>32<round_name>"): Likewise.
6580 (define_insn "cvtusi2<ssescalarmodesuffix>64<round_name>"): Likewise.
6581 (define_insn "sse2_cvtsi2sdq<round_name>"): Likewise.
6582 (define_insn "avx512dq_rangep<mode><mask_name><round_saeonly_name>"):
6583 Likewise.
6584 (define_insn "avx512dq_ranges<mode><round_saeonly_name>"): Likewise.
6585
6586 2015-10-09 Martin Jambor <mjambor@suse.cz>
6587
6588 tree-optimization/67794
6589 * tree-sra.c (replace_removed_params_ssa_names): Do not distinguish
6590 between types of state,ents but accept original definitions as a
6591 parameter.
6592 (ipa_sra_modify_function_body): Use FOR_EACH_SSA_DEF_OPERAND to
6593 iterate over definitions.
6594
6595 2015-10-09 James Norris <jnorris@codesourcery.com>
6596
6597 * config/rs6000/rs6000.c (rs6000_offload_options): New.
6598 (TARGET_OFFLOAD_OPTIONS): New.
6599
6600 2015-10-09 Alexandre Oliva <aoliva@redhat.com>
6601
6602 PR middle-end/67891
6603 * cfgexpand.c (set_parm_rtl): Drop is_gimple_reg test.
6604
6605 PR middle-end/67766
6606 * function.c (expand_function_end): Move return value
6607 promotion past the handling of PARALLELs and CONCATs.
6608
6609 PR rtl-optimization/67828
6610 * tree-ssa-loop-unswitch.c: Include tree-ssa.h.
6611 (tree_may_unswitch_on): Don't unswitch on expressions
6612 involving undefined values.
6613
6614 2015-10-09 Richard Biener <rguenther@suse.de>
6615
6616 * genmatch.c (print_operand): Fix formatting.
6617 (dt_node::append_simplify): Warn for multiple simplifiers
6618 that match the same pattern.
6619 * match.pd (log (exp @0)): Remove duplicates.
6620
6621 2015-10-09 Richard Biener <rguenth@suse.de>
6622
6623 PR target/67366
6624 * gimple-fold.c (optabs-query.h): Include
6625 (gimple_fold_builtin_memory_op): Allow unaligned stores
6626 when movmisalign_optabs are available.
6627
6628 2015-10-09 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6629
6630 PR target/67366
6631 * config/arm/arm.md (movmisalign<mode>): New.
6632 * config/arm/iterators.md (HSI): New.
6633
6634 2015-10-09 Richard Biener <rguenther@suse.de>
6635
6636 PR tree-optimization/67891
6637 * gimple-match.h (gimple_simplified_result_is_gimple_val):
6638 New helper.
6639 (gimple_resimplify1): Declare.
6640 (gimple_resimplify2): Likewise.
6641 (gimple_resimplify3): Likewise.
6642 * gimple-match-head.c (gimple_resimplify1): Export.
6643 (gimple_resimplify2): Likewise.
6644 (gimple_resimplify3): Likewise.
6645 (maybe_push_res_to_seq): Use gimple_simplified_result_is_gimple_val.
6646 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
6647 * tree-ssa-sccvn.c (visit_reference_op_load): Use gimple_resimplify1
6648 to avoid creating stmts without VN info.
6649
6650 2015-10-08 Jan Hubicka <hubicka@ucw.cz>
6651
6652 * ipa-icf.c (sem_item::compare_symbol_references): Fix use
6653 of availability.
6654
6655 2015-10-08 Jeff Law <law@redhat.com>
6656
6657 * value-prof.c (gimple_ic): Add missing calls to unlink_stmt_vdef
6658 and release_ssa_name in two places.
6659 (gimple_stringop_fixed_value): Similarly.
6660
6661 * tree-ssa-loop-im.c (rewrite_bittest): Add missing call to
6662 release_defs.
6663
6664 * tree-stdarg.c (expand_ifn_va_arg_1): Add missing call to
6665 unlink_stmt_vdef and release_ssa_name_fn.
6666
6667 * tree-ssa-dse.c (dse_optimize_stmt): Add missing call to
6668 release_defs.
6669
6670 2015-10-08 H.J. Lu <hongjiu.lu@intel.com>
6671
6672 * config/i386/i386.c (ix86_compute_frame_layout): Round up the
6673 SSE register save area to 16 bytes only if the incoming stack
6674 boundary is no less than 16 bytes.
6675
6676 2015-10-08 Jeff Law <law@redhat.com>
6677
6678 * tree-ssa-phiopt.c (factor_out_conversion): Add missing calls to
6679 release_ssa_name. Fix typo in comment.
6680
6681 2015-10-08 Nathan Sidwell <nathan@acm.org>
6682
6683 * config/nvptx/nvptx.h (struct machine_function): Add comment.
6684 * config/nvptx/nvptx.c (nvptx_declare_function_name): Functions
6685 may return pointer as well as in memory.
6686 (nvptx_output_return): Likewise.
6687
6688 2015-10-08 Richard Sandiford <richard.sandiford@arm.com>
6689
6690 * builtins.c (fold_builtin_sqrt, fold_builtin_cbrt): Delete.
6691 (fold_builtin_1): Update accordingly. Handle constant arguments here.
6692 * match.pd: Add rules previously handled by fold_builtin_sqrt
6693 and fold_builtin_cbrt.
6694
6695 2015-10-08 Richard Sandiford <richard.sandiford@arm.com>
6696
6697 * params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): New param.
6698 * doc/invoke.texi (--param max-ssa-name-query-depth): Document.
6699 * fold-const.h (tree_unary_nonnegative_warnv_p)
6700 (tree_single_nonnegative_warnv_p, tree_call_nonnegative_warnv_p)
6701 (tree_expr_nonnegative_warnv_p): Add depth parameters.
6702 * fold-const.c: Include gimple-fold.h and params.h.
6703 (tree_ssa_name_nonnegative_warnv_p): New function.
6704 (tree_unary_nonnegative_warnv_p, tree_binary_nonnegative_warnv_p)
6705 (tree_single_nonnegative_warnv_p, tree_call_nonnegative_warnv_p)
6706 (tree_invalid_nonnegative_warnv_p, tree_expr_nonnegative_warnv_p):
6707 Add a depth parameter and increment it for recursive calls to
6708 tree_expr_nonnegative_warnv_p. Use tree_ssa_name_nonnegative_warnv_p
6709 to handle SSA names.
6710 * gimple-fold.h (gimple_val_nonnegative_real_p): Delete.
6711 (gimple_stmt_nonnegative_warnv_p): Declare.
6712 * tree-vrp.c (remove_range_assertions): Remove assert that condition
6713 cannot be proven false.
6714 (gimple_assign_nonnegative_warnv_p, gimple_call_nonnegative_warnv_p)
6715 (gimple_stmt_nonnegative_warnv_p): Move to...
6716 * gimple-fold.c: ...here. Add depth parameters and pass them
6717 down to the tree routines. Accept statements that aren't
6718 assignments or calls but just return false for them.
6719 (gimple_val_nonnegative_real_p): Delete.
6720 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Use
6721 tree_expr_nonnegative_p instead of gimple_val_nonnegative_real_p.
6722 Check HONOR_NANs first.
6723
6724 2015-10-08 Martin Jambor <mjambor@suse.cz>
6725
6726 * ipa-cp.c (meet_with_1): Make the argument of abs signed. Remove
6727 unnecessary MIN.
6728
6729 2015-10-08 Yuri Rumyantsev <ysrumyan@gmail.com>
6730
6731 * tree-vect-loop.c (vect_analyze_loop_operations): Skip virtual phi
6732 in the tail of outer-loop.
6733
6734 2015-10-08 David Edelsohn <dje.gcc@gmail.com>
6735
6736 * config/rs6000/rs6000.c (rs6000_xcoff_debug_unwind_info): Always
6737 return UI_NONE.
6738
6739 2015-10-08 Yuri Rumyantsev <ysrumyan@gmail.com>
6740
6741 * tree-ssa-loop-unswitch.c: Include "gimple-iterator.h" and
6742 "cfghooks.h", add prototypes for introduced new functions.
6743 (tree_ssa_unswitch_loops): Use from innermost loop iterator, move all
6744 checks on ability of loop unswitching to tree_unswitch_single_loop;
6745 invoke tree_unswitch_single_loop or tree_unswitch_outer_loop depending
6746 on innermost loop check.
6747 (tree_unswitch_single_loop): Add all required checks on ability of
6748 loop unswitching under zero recursive level guard.
6749 (tree_unswitch_outer_loop): New function.
6750 (find_loop_guard): Likewise.
6751 (empty_bb_without_guard_p): Likewise.
6752 (used_outside_loop_p): Likewise.
6753 (get_vop_from_header): Likewise.
6754 (hoist_guard): Likewise.
6755 (check_exit_phi): Likewise.
6756
6757 2015-10-08 Marek Polacek <polacek@redhat.com>
6758
6759 * tree-ssa-reassoc.c (dump_ops_vector): Print newline after each
6760 ops element.
6761
6762 2015-10-08 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6763
6764 PR c/65345
6765 * config/s390/s390.c (s390_atomic_assign_expand_fenv): Use
6766 create_tmp_var_raw instead of create_tmp_var.
6767
6768 2015-10-07 Jan Hubicka <hubicka@ucw.cz>
6769
6770 * expr.c (store_expr_with_bounds): Handle aggregate moves from
6771 BLKmode.
6772 * gimple-expr.c (useless_type_conversion_p): Do not use TYPE_CANONICAL
6773 to define gimple type system; compare aggregates only by size.
6774
6775 2015-10-07 Jeff Law <law@redhat.com>
6776
6777 * tree-ssa-dom.c (optimize_stmt): Don't set LOOPS_NEED_FIXUP here.
6778 * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges): Do it
6779 here instead. Tighten test to avoid setting LOOPS_NEED_FIXUP
6780 unnecessarily.
6781
6782 2015-10-07 Aditya Kumar <aditya.k7@samsung.com>
6783 Sebastian Pop <s.pop@samsung.com>
6784
6785 * graphite-dependences.c (scop_get_dependences): Do not use SCOP_BBS.
6786 * graphite-isl-ast-to-gimple.c (get_max_schedule_dimensions): Same.
6787 (generate_isl_schedule): Same.
6788 * graphite-optimize-isl.c (scop_get_domains): Same.
6789 (apply_schedule_map_to_scop): Same.
6790 * graphite-poly.c (print_iteration_domains): Same.
6791 (remove_gbbs_in_scop): Same.
6792 (new_scop): Same.
6793 (free_scop): Same.
6794 (print_scop): Same.
6795 * graphite-poly.h (struct scop): Rename bbs to pbbs.
6796 (SCOP_BBS): Remove.
6797 * graphite-scop-detection.c (compare_bb_depths): Remove.
6798 (graphite_sort_dominated_info): Remove.
6799 (try_generate_gimple_bb): Move out of scop_detection.
6800 (all_non_dominated_preds_marked_p): Remove.
6801 (build_scop_bbs_1): Remove.
6802 (build_scop_bbs): Remove.
6803 (nb_pbbs_in_loops): Do not use SCOP_BBS.
6804 (find_scop_parameters): Same.
6805 (sese_dom_walker): Rename gather_bbs.
6806 (before_dom_children): Call try_generate_gimple_bb and collect gbb
6807 and pbb.
6808 (build_scops): Call gather_bbs.
6809 * graphite-sese-to-poly.c (build_scop_scattering): Do not use SCOP_BBS.
6810 (add_conditions_to_constraints): Same.
6811 (build_scop_iteration_domain): Same.
6812 (build_scop_drs): Same.
6813 (new_pbb_from_pbb): Same.
6814 * sese.c (new_sese_info): Create bbs.
6815 * sese.h (struct sese_info_t): Add bbs.
6816
6817 2015-10-07 David Edelsohn <dje.gcc@gmail.com>
6818
6819 * config/rs6000/xcoff.h (ASM_PREFERRED_EH_DATA_FORMAT): Use 64-bit
6820 encoding in 64-bit mode.
6821
6822 2015-10-07 Uros Bizjak <ubizjak@gmail.com>
6823
6824 PR target/66697
6825 * config/i386/i386.c (ix86_option_override_internal): Always use
6826 8-byte minimum stack boundary in 64-bit mode.
6827 (ix86_compute_frame_layout): Remove assert on INCOMING_STACK_BOUNDARY.
6828 (ix86_emit_save_reg_using_mov): Support unaligned SSE store.
6829 Add a REG_CFA_EXPRESSION note if needed.
6830 (ix86_emit_restore_sse_regs_using_mov): Support unaligned SSE load.
6831 (ix86_handle_force_align_arg_pointer_attribute): New.
6832 (ix86_minimum_incoming_stack_boundary): Remove TARGET_64BIT check.
6833 (ix86_attribute_table): Set ix86_force_align_arg_pointer_string
6834 with ix86_handle_force_align_arg_pointer_attribute.
6835 * config/i386/i386.h (MIN_STACK_BOUNDARY): Set to BITS_PER_WORD.
6836
6837 2015-10-07 Aditya Kumar <aditya.k7@samsung.com>
6838 Sebastian Pop <s.pop@samsung.com>
6839
6840 * graphite-scop-detection.c (parameter_index_in_region): Remove
6841 use of SESE_ADD_PARAMS.
6842 (find_scop_parameters): Same.
6843 * sese.c (new_sese_info): Same.
6844 * sese.h (struct sese_info_t): Remove add_params.
6845 (SESE_ADD_PARAMS): Remove.
6846
6847 2015-10-07 Aditya Kumar <aditya.k7@samsung.com>
6848 Sebastian Pop <s.pop@samsung.com>
6849
6850 * graphite-isl-ast-to-gimple.c (translate_isl_ast_to_gimple): Use
6851 an sese_info_p.
6852 (copy_def): Same.
6853 (copy_internal_parameters): Same.
6854 (translate_isl_ast_to_gimple): Use an sese_l.
6855 (build_iv_mapping): Same.
6856 * graphite-poly.c (new_sese): Rename new_sese_info.
6857 (free_sese): Rename free_sese_info.
6858 * graphite-poly.h (struct scop): Use an sese_info_p.
6859 (scop_set_region): Same.
6860 * graphite-scop-detection.c (struct sese_l): Moved...
6861 (get_entry_bb): Moved...
6862 (get_exit_bb): Moved...
6863 (parameter_index_in_region_1): Use an sese_info_p.
6864 (parameter_index_in_region): Same.
6865 (scan_tree_for_params): Same.
6866 (find_params_in_bb): Same.
6867 (sese_dom_walker): Use an sese_l.
6868 * graphite-sese-to-poly.c (remove_invariant_phi): Same.
6869 (reduction_phi_p): Same.
6870 (parameter_index_in_region_1): Use an sese_info_p.
6871 (propagate_expr_outside_region): Use an sese_l.
6872 * graphite.c: Replace uses of SCOP_REGION.
6873 * sese.c (sese_record_loop): Use an sese_info_p.
6874 (build_sese_loop_nests): Same.
6875 (sese_build_liveouts_use): Same.
6876 (sese_build_liveouts_bb): Same.
6877 (sese_build_liveouts_bb): Same.
6878 (sese_bad_liveouts_use): Same.
6879 (sese_reset_debug_liveouts_bb): Same.
6880 (sese_build_liveouts): Same.
6881 (new_sese): Renamed new_sese_info.
6882 (free_sese): Renamed free_sese_info.
6883 (set_rename): Use an sese_info_p.
6884 (graphite_copy_stmts_from_block): Same.
6885 (copy_bb_and_scalar_dependences): Same.
6886 (outermost_loop_in_sese_1): Use an sese_l.
6887 (outermost_loop_in_sese): Same.
6888 (if_region_set_false_region): Use an sese_info_p.
6889 (move_sese_in_condition): Same.
6890 (scalar_evolution_in_region): Use an sese_l.
6891 * sese.h (struct sese_l): ... here.
6892 (SESE_ENTRY): Remove.
6893 (SESE_ENTRY_BB): Remove.
6894 (SESE_EXIT): Remove.
6895 (SESE_EXIT_BB): Remove.
6896 (sese_contains_loop): Use an sese_info_p.
6897 (sese_nb_params): Same.
6898 (bb_in_sese_p): Use an sese_l.
6899 (stmt_in_sese_p): Same.
6900 (defined_in_sese_p): Same.
6901 (loop_in_sese_p): Same.
6902 (sese_loop_depth): Same.
6903 (struct ifsese_s): Use an sese_info_p.
6904 (gbb_loop_at_index): Use an sese_l.
6905 (nb_common_loops): Same.
6906 (scev_analyzable_p): Same.
6907
6908 2015-10-07 H.J. Lu <hongjiu.lu@intel.com>
6909
6910 * config/i386/i386.c (ix86_conditional_register_usage): Use
6911 CALL_USED_REGISTERS_MASK.
6912 * config/i386/i386.h (CALL_USED_REGISTERS_MASK): New macro.
6913
6914 2015-10-07 H.J. Lu <hongjiu.lu@intel.com>
6915
6916 PR bootstrap/67385
6917 * configure.ac (gcc_cv_readelf): Check $READELF_FOR_TARGET.
6918 * configure: Regenerated.
6919
6920 2015-10-07 H.J. Lu <hongjiu.lu@intel.com>
6921
6922 PR target/67850
6923 * config/i386/i386.c (ix86_maybe_switch_abi): Merged with ...
6924 (ix86_set_current_function): This.
6925 (TARGET_EXPAND_TO_RTL_HOOK): Removed.
6926
6927 2015-10-07 Richard Biener <rguenther@suse.de>
6928
6929 * tree-vectorizer.h (stmt_vec_info_vec): Use vec<stmt_vec_info>.
6930 (vinfo_for_stmt): Adjust.
6931 (set_vinfo_for_stmt): Likewise.
6932 * tree-vectorizer.c (stmt_vec_info_vec): Likewise.
6933 * tree-vect-stmts.c (free_stmt_vec_info_vec): Likewise.
6934 * tree-vect-loop.c (new_loop_vec_info): Remove special-casing
6935 of inner loop.
6936 (vect_analyze_loop_1): Remove.
6937 (vect_analyze_loop_form_1): Avoid building a loop_vec_info for
6938 inner loop when vectorizing an outer loop by splitting out from ...
6939 (vect_analyze_loop_form): ... here.
6940
6941 2015-10-07 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6942
6943 PR c/65345
6944 * config/arm/arm-builtins.c (arm_atomic_assign_expand_fenv):
6945 Use create_tmp_var_raw instead of create_tmp_var.
6946
6947 2015-10-07 Richard Sandiford <richard.sandiford@arm.com>
6948
6949 * real.h (dconst_quarter, dconst_sixth, dconst_ninth): New macros.
6950 (dconst_quarter_ptr, dconst_sixth_ptr, dconst_ninth_ptr): Declare.
6951 * real.c (CACHED_FRACTION): New helper macro.
6952 (dconst_third_ptr): Use it.
6953 (dconst_quarter_ptr, dconst_sixth_ptr, dconst_ninth_ptr): New.
6954 * builtins.c (fold_builtin_sqrt): Use dconst_quarter and
6955 dconst_sixth.
6956 (fold_builtin_cbrt): Use dconst_sixth and dconst_ninth.
6957
6958 2015-10-06 Jeff Law <law@redhat.com>
6959
6960 PR tree-optimization/67816
6961 * tree-ssa-threadupdate.h (remove_jump_threads_including): Renamed
6962 from remove_jump_threads_starting_at. Accept an edge rather than
6963 a basic block.
6964 * tree-ssa-threadupdate.c (removed_edges): New hash table.
6965 (remove_jump_threads_including): Note edges that get removed from
6966 the CFG for later pruning of jump threading paths including them.
6967 (thread_through_all_blocks): Remove paths which include edges that
6968 have been removed.
6969 * tree-ssa-dom.c (optimize_stmt): Call remove_jump_threads_including
6970 on each outgoing edges when optimizing away a control statement.
6971
6972 2015-10-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
6973
6974 * reorg.c (emit_delay_sequence): Store list of delay slot insns
6975 in a vector instead of rtx_insn_list.
6976 (add_to_delay_list): Likewise.
6977 (delete_from_delay_slot): Likewise.
6978 (optimize_skip): Likewise.
6979 (redirect_with_delay_list_safe_p): Likewise.
6980 (check_annul_list_true_false): Likewise.
6981 (steal_delay_list_from_target): Likewise.
6982 (steal_delay_list_from_fallthrough): Likewise.
6983 (redundant_insn): Likewise.
6984 (fill_simple_delay_slots): Likewise.
6985 (fill_slots_from_thread): Likewise.
6986 (fill_eager_delay_slots): Likewise.
6987 (relax_delay_slots): Likewise.
6988
6989 2015-10-06 Sandra Loosemore <sandra@codesourcery.com>
6990
6991 * config/nios2/nios2.c (nios2_symbol_ref_in_small_data_p):
6992 For -mgpopt=local, also exclude unintialized common symbols.
6993 * doc/invoke.texi (Nios II Options): Document the change.
6994
6995 2015-10-07 Kugan Vivekanandarajah <kuganv@linaro.org>
6996
6997 * config/aarch64/iterators.md (vwcore): Add missing cases for
6998 V4HF/V8HF modes.
6999
7000 2015-10-06 Aditya Kumar <aditya.k7@samsung.com>
7001 Sebastian Pop <s.pop@samsung.com>
7002
7003 * graphite-poly.c (new_scop): Initialize drs.
7004 * graphite-poly.h (struct dr_info): New.
7005 (struct scop): Add drs.
7006 * graphite-sese-to-poly.c (pdr_add_alias_set): Use dr_info.
7007 (pdr_add_memory_accesses): Same.
7008 (build_poly_dr): Same.
7009 (build_alias_set): Same.
7010 (build_scop_drs): Same.
7011 (build_pbb_drs): Remove.
7012 * tree-data-ref.c (create_data_ref): Do not initialize alias_set.
7013 * tree-data-ref.h (data_reference): Remove alias_set.
7014
7015 2015-10-06 Aditya Kumar <aditya.k7@samsung.com>
7016 Sebastian Pop <s.pop@samsung.com>
7017
7018 * graphite-poly.c (free_data_refs_aux): Remove.
7019 (free_gimple_poly_bb): Do not call free_data_refs_aux.
7020 * graphite-poly.h (struct base_alias_pair): Remove.
7021 * graphite-sese-to-poly.c (pdr_add_alias_set): Remove all uses of
7022 base_alias_pair and dr->aux.
7023 (build_alias_set): Same.
7024 * tree-data-ref.c (create_data_ref): Initialize alias_set.
7025 * tree-data-ref.h (data_reference): Add alias_set.
7026
7027 2015-10-06 Aditya Kumar <aditya.k7@samsung.com>
7028 Sebastian Pop <s.pop@samsung.com>
7029
7030 * graphite-poly.c (new_poly_dr): Remove dr_base_object_set.
7031 Do not set PDR_BASE_OBJECT_SET.
7032 * graphite-poly.h (poly_dr): Same.
7033 (PDR_BASE_OBJECT_SET): Remove.
7034 (new_poly_dr): Update decl.
7035 * graphite-sese-to-poly.c (build_poly_dr): Update call to
7036 new_poly_dr.
7037 (write_alias_graph_to_ascii_dimacs): Remove.
7038 (write_alias_graph_to_ascii_dot): Remove.
7039 (write_alias_graph_to_ascii_ecc): Remove.
7040 (dr_same_base_object_p): Remove.
7041 (build_alias_set_optimal_p): Rename build_alias_set. Remove dead
7042 code.
7043 (build_base_obj_set_for_drs): Remove.
7044 (dump_alias_graphs): Remove.
7045 (build_scop_drs): Remove dead code.
7046
7047 2015-10-05 Michael Meissner <meissner@linux.vnet.ibm.com>
7048 Peter Bergner <bergner@vnet.ibm.com>
7049
7050 PR target/67808
7051 * config/rs6000/rs6000.md (extenddftf2): In the expander, only
7052 allow registers, but provide insns for the combiner to create for
7053 loads from memory. Separate VSX code from non-VSX code. For
7054 non-VSX code, combine extenddftf2_fprs into extenddftf2 and rename
7055 externaldftf2_internal to externaldftf2_fprs. Reorder constraints
7056 so that registers come before memory operations. Drop support from
7057 converting DFmode to TFmode, if the DFmode value is in a GPR
7058 register.
7059 (extenddftf2_fprs): Likewise.
7060 (extenddftf2_internal): Likewise.
7061 (extenddftf2_vsx): Likewise.
7062 (extendsftf2): In the expander, only allow registers, but provide
7063 insns for the combiner to create for stores and loads.
7064
7065 2015-10-06 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7066
7067 * varasm.c (default_elf_asm_named_section): Remove ATTRIBUTE_UNUSED
7068 from the decl parameter.
7069
7070 2015-10-06 Nathan Sidwell <nathan@codesourcery.com>
7071
7072 PR 67861
7073 * gimple-fold.c (gimple_fold_builtin): Add break after
7074 BUILT_IN_PRINTF_CHK, BUILT_IN_VPRINTF_CHK folding.
7075
7076 2015-10-06 H.J. Lu <hongjiu.lu@intel.com>
7077
7078 * graphite-optimize-isl.c (optimize_isl): Rename scop->ctx
7079 to scop->isl_context.
7080
7081 2015-10-06 Eric Botcazou <ebotcazou@adacore.com>
7082
7083 * config/arm/arm.c (arm_emit_probe_stack_range): Adjust comment.
7084 (output_probe_stack_range): Rotate the loop and simplify.
7085 (thumb1_expand_prologue): Tweak sorry message.
7086 * config/arm/arm.md (probe_stack): Use bare string.
7087
7088 2015-10-06 Nick Clifton <nickc@redhat.com>
7089
7090 * config.gcc (lm32-elf): Add newlib-stdint.h to tm_file.
7091
7092 2015-10-06 Nick Clifton <nickc@redhat.com>
7093
7094 * config/msp430/msp430.c (ATTR_NOINIT): New constant.
7095 (ATTR_PERSIST): New constant.
7096 (msp430_data_attr): New function - verifies an attribute that only
7097 applies to variables.
7098 (msp430_attributes): Add noinit and persistent attributes.
7099 (noinit_section): New variable.
7100 (presis_section): New variable.
7101 (TARGET_ASM_INIT_SECTIONS): Define.
7102 (msp430_init_sections): New function - initialises the noinit and
7103 persist section variables.
7104 (msp430_select_section): Add support for noinit and persist
7105 attributes.
7106 (msp430_section_type_flags): Likewise.
7107 * doc/extend.texi: Document the reent, critical, wakeup, noinit
7108 and persistent attributes.
7109
7110 2015-10-05 Aditya Kumar <aditya.k7@samsung.com>
7111 Sebastian Pop <s.pop@samsung.com>
7112
7113 * graphite-dependences.c (scop_get_transformed_schedule): Remove.
7114 (no_violations): Remove.
7115 (subtract_commutative_associative_deps): Remove.
7116 (compute_deps): Do not call subtract_commutative_associative_deps.
7117 (transform_is_safe): Remove.
7118 (graphite_legal_transform): Remove.
7119 * graphite-poly.h (graphite_legal_transform): Remove.
7120
7121 2015-10-05 Aditya Kumar <hiraditya@msn.com>
7122
7123 * graphite-sese-to-poly.c (build_loop_iteration_domains): Only loops
7124 which are in this region are passed so gcc_assert and remove redundant
7125 computation.
7126 * sese.c (sese_build_liveouts): Pass only those bbs which are not
7127 in region.
7128 (sese_bad_liveouts_use): Only BBs which are not in region are passed so
7129 gcc_assert on that and remove unnecessary computation.
7130 (sese_build_liveouts_use): Same.
7131
7132 2015-10-05 Aditya Kumar <aditya.k7@samsung.com>
7133
7134 * graphite-dependences.c (scop_get_reads): Renamed scop->context
7135 to scop->param_context.
7136 (scop_get_must_writes): Same.
7137 (scop_get_may_writes): Same.
7138 (scop_get_original_schedule): Same.
7139 (scop_get_transformed_schedule): Same.
7140 (subtract_commutative_associative_deps): Same.
7141 * graphite-isl-ast-to-gimple.c (add_parameters_to_ivs_params): Same.
7142 (generate_isl_context): Same.
7143 (generate_isl_schedule): Same.
7144 (scop_to_isl_ast): Same.
7145 (graphite_regenerate_ast_isl): Same.
7146 * graphite-optimize-isl.c (scop_get_domains): Same.
7147 (optimize_isl): Renamed scop->context to scop->param_context.
7148 * graphite-poly.c (new_poly_bb): Change the type of argument to
7149 gimple_poly_bb_p.
7150 (new_scop): Renamed scop->context to scop->param_context.
7151 (free_scop): Same.
7152 (print_scop_context): Same.
7153 * graphite-poly.h (new_poly_dr): Change the type of argument from
7154 void* to data_reference_p.
7155 (struct poly_bb): Change the type of black_box to gimple_poly_bb_p.
7156 (new_poly_bb): Change the type of argument from void* to
7157 gimple_poly_bb_p.
7158 (pbb_set_black_box): Same.
7159 (struct scop): Rename context to param_context, ctx to isl_context.
7160 * graphite-scop-detection.c (scop_detection::build_scop_bbs_1):
7161 Move declarations closer to assignment.
7162 (find_params_in_bb): Same.
7163 (find_scop_parameters): Same.
7164 * graphite-sese-to-poly.c (unsigned ssa_name_version_typesize):
7165 Global to be used for statement IDs.
7166 (isl_id_for_pbb): Use ssa_name_version_typesize.
7167 (simple_copy_phi_p): Move declarations closer to assignment.
7168 (build_pbb_scattering_polyhedrons): Same.
7169 (build_scop_scattering): Same.
7170 (isl_id_for_ssa_name): Same.
7171 (extract_affine_name): Same.
7172 (extract_affine_int): Same.
7173 (extract_affine): Same.
7174 (set_scop_parameter_dim): Use renamed member.
7175 (build_loop_iteration_domains): Same.
7176 (add_param_constraints): Same.
7177 (build_scop_iteration_domain): Same.
7178 (pdr_add_data_dimensions): Same.
7179 (build_poly_dr): Same.
7180 (build_scop_drs): Move declarations closer to assignment.
7181 (analyze_drs_in_stmts): Same.
7182 (insert_out_of_ssa_copy): Same.
7183 (insert_out_of_ssa_copy_on_edge): Same.
7184 (propagate_expr_outside_region): Same.
7185 (rewrite_phi_out_of_ssa): Same.
7186 (rewrite_degenerate_phi): Same.
7187 (rewrite_reductions_out_of_ssa): Same.
7188 (rewrite_cross_bb_scalar_dependence): Same.
7189 (handle_scalar_deps_crossing_scop_limits): Same.
7190 (rewrite_cross_bb_scalar_deps): Same.
7191 * graphite.c (graphite_transform_loops): Use renamed member.
7192
7193 2015-10-06 Uros Bizjak <ubizjak@gmail.com>
7194
7195 PR c/65345
7196 * config/alpha/alpha.c (alpha_atomic_assign_expand_fenv): Use
7197 create_tmp_var_raw instead of create_tmp_var.
7198
7199 2015-10-06 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7200
7201 PR c/65345
7202 * config/aarch64/aarch64-builtins.c (aarch64_atomic_assign_expand_fenv):
7203 Use create_tmp_var_raw instead of create_tmp_var.
7204
7205 2015-10-06 Alexander Fomin <alexander.fomin@intel.com>
7206
7207 PR target/67849
7208 * config/i386/sse.md (define_split vec_select/V8FI): Restrict
7209 split for upper-bank registers when target does not support
7210 AVX512VL.
7211 (define_insn "vec_extract_lo_<mode><mask_name>"): Restrict
7212 split when target does not support AVX512VL.
7213
7214 2015-10-06 David Edelsohn <dje.gcc@gmail.com>
7215
7216 PR c/65345
7217 * config/rs6000/rs6000.c (rs6000_atomic_assign_expand_fenv):
7218 Adjust to use create_tmp_var_raw instead of create_tmp_var.
7219
7220 2015-10-06 Nick Clifton <nickc@redhat.com>
7221
7222 * config/rl78/rl78.c (rl78_rtx_costs): Improve cost estimates for
7223 multiplication.
7224
7225 2015-10-06 Venkataramanan Kumar <Venkataramanan.kumar@amd.com>
7226
7227 * config.gcc (i[34567]86-*-linux* | ...): Add znver1.
7228 (case ${target}): Add znver1.
7229 * config/i386/cpuid.h(bit_CLZERO): Define.
7230 * config/i386/driver-i386.c: (host_detect_local_cpu): Let
7231 -march=native recognize znver1 processors.
7232 * config/i386/i386-c.c (ix86_target_macros_internal): Add
7233 znver1, clzero def_and_undef.
7234 * config/i386/i386.c (struct processor_costs znver1_cost): New.
7235 (m_znver1): New definition.
7236 (m_AMD_MULTIPLE): Includes m_znver1.
7237 (processor_target_table): Add znver1 entry.
7238 (ix86_target_string) : Add clzero entry.
7239 (static const char *const cpu_names): Add znver1 entry.
7240 (ix86_option_override_internal): Add znver1 instruction sets.
7241 (PTA_CLZERO) : New definition.
7242 (ix86_option_override_internal): Handle new clzerooption.
7243 (ix86_issue_rate): Add znver1.
7244 (ix86_adjust_cost): Add znver1.
7245 (ia32_multipass_dfa_lookahead): Add znver1.
7246 (has_dispatch): Add znver1.
7247 * config/i386/i386.h (TARGET_znver1): New definition.
7248 (TARGET_CLZERO): Define.
7249 (TARGET_CLZERO_P): Define.
7250 (struct ix86_size_cost): Add TARGET_ZNVER1.
7251 (enum processor_type): Add PROCESSOR_znver1.
7252 * config/i386/i386.md (define_attr "cpu"): Add znver1.
7253 (set_attr znver1_decode): New definitions for znver1.
7254 * config/i386/i386.opt (flag_dispatch_scheduler): Add znver1.
7255 (mclzero): New.
7256 * config/i386/mmx.md (set_attr znver1_decode): New definitions
7257 for znver1.
7258 * config/i386/sse.md (set_attr znver1_decode): Likewise.
7259 * config/i386/x86-tune.def: Add znver1 tunings.
7260 * config/i386/znver1.md: Introduce znver1 cpu and include new md file.
7261 * doc/invoke.texi: Add details about znver1
7262
7263 2015-10-06 Richard Biener <rguenther@suse.de>
7264
7265 PR tree-optimization/67859
7266 * tree-ssa-pre.c (create_expression_by_pieces): Properly
7267 discard not inserted stmts.
7268
7269 2015-10-06 Jonathan Wakely <jwakely@redhat.com>
7270
7271 * doc/extend.texi (Template Instantiation): Reorder options and
7272 de-emphasize -frepo.
7273 * doc/invoke.texi (C++ Dialect Options): Use -fstrict-enums in
7274 example instead of -frepo.
7275
7276 2015-10-06 Eric Botcazou <ebotcazou@adacore.com>
7277
7278 PR c/65345
7279 * config/sparc/sparc.c (sparc_atomic_assign_expand_fenv): Adjust to
7280 use create_tmp_var_raw rather than create_tmp_var.
7281
7282 2015-10-06 Richard Biener <rguenther@suse.de>
7283
7284 * tree-vectorizer.h (vec_info): New base class for...
7285 (_loop_vec_info): ... this and ...
7286 (_bb_vec_info): ... this.
7287 (vect_is_simple_use, vect_is_simple_use_1, new_stmt_vec_info,
7288 vect_analyze_data_refs_alignment, vect_verify_datarefs_alignment,
7289 vect_analyze_data_ref_accesses, vect_analyze_data_refs,
7290 vect_schedule_slp, vect_analyze_slp, vect_pattern_recog,
7291 vect_destroy_datarefs): Adjust interface to take a vec_info *
7292 rather than both a loop_vec_info and a bb_vec_info argument.
7293 * tree-vect-data-refs.c (vect_compute_data_refs_alignment,
7294 vect_verify_datarefs_alignment, vect_enhance_data_refs_alignment,
7295 vect_analyze_data_refs_alignment, vect_analyze_data_ref_accesses,
7296 vect_analyze_data_refs, vect_create_data_ref_ptr): Adjust
7297 accordingly.
7298 * tree-vect-loop.c (new_loop_vec_info): Initialize base class.
7299 (destroy_loop_vec_info, vect_analyze_loop_2,
7300 vect_is_simple_reduction_1, get_initial_def_for_induction,
7301 vect_create_epilog_for_reduction, vectorizable_reduction,
7302 vectorizable_live_operation, vect_transform_loop): Adjust.
7303 * tree-vect-patterns.c (type_conversion_p,
7304 vect_recog_widen_mult_pattern, vect_recog_widen_shift_pattern,
7305 vect_recog_rotate_pattern, vect_recog_vector_vector_shift_pattern,
7306 vect_recog_divmod_pattern, vect_recog_mixed_size_cond_pattern,
7307 check_bool_pattern, vect_recog_bool_pattern,
7308 vect_mark_pattern_stmts, vect_pattern_recog): Likewise.
7309 * tree-vect-slp.c (vect_get_and_check_slp_defs,
7310 vect_build_slp_tree_1, vect_build_slp_tree, vect_analyze_slp_cost_1,
7311 vect_analyze_slp_instance, vect_analyze_slp, destroy_bb_vec_info,
7312 vect_slp_analyze_bb_1, vect_schedule_slp): Likewise.
7313 (new_bb_vec_info): Initialize base classs.
7314 * tree-vect-stmts.c (record_stmt_cost, process_use,
7315 vect_get_vec_def_for_operand, vect_finish_stmt_generation,
7316 vectorizable_mask_load_store, vectorizable_call,
7317 vectorizable_simd_clone_call, vectorizable_conversion,
7318 vectorizable_assignment, vectorizable_shift,
7319 vectorizable_operation, vectorizable_store,
7320 vectorizable_load, vect_is_simple_cond, vectorizable_condition,
7321 new_stmt_vec_info, vect_is_simple_use, vect_is_simple_use_1): Likewise.
7322 * tree-vectorizer.c (vect_destroy_datarefs): Likewise.
7323
7324 2015-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
7325
7326 PR c/65345
7327 * config/sh/sh.c (sh_atomic_assign_expand_fenv): Adjust to use
7328 create_tmp_var_raw rather than create_tmp_var.
7329
7330 2015-10-05 Marek Polacek <polacek@redhat.com>
7331
7332 * tree-ssa-loop-im.c
7333 (move_computations_dom_walker::before_dom_children): Don't set
7334 SSA_NAME_ANTI_RANGE_P.
7335 * tree-ssa-phiopt.c (value_replacement): Likewise.
7336
7337 2015-10-05 Aditya Kumar <aditya.k7@samsung.com>
7338 Sebastian Pop <s.pop@samsung.com>
7339
7340 * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Increase to 7.
7341
7342 2015-10-05 Aditya Kumar <aditya.k7@samsung.com>
7343 Sebastian Pop <s.pop@samsung.com>
7344
7345 * graphite-poly.c (new_gimple_poly_bb): ... here.
7346 (free_data_refs_aux): ... here.
7347 (free_gimple_poly_bb): ... here.
7348 (remove_gbbs_in_scop): ... here.
7349 (new_scop): Call new_sese.
7350 (free_scop): Call remove_gbbs_in_scop and free_sese.
7351 * graphite-poly.h (base_alias_pair): ... here.
7352 (new_gimple_poly_bb): Declare.
7353 (free_gimple_poly_bb): Declare.
7354 * graphite-scop-detection.c (parameter_index_in_region_1):
7355 (parameter_index_in_region): ... here.
7356 (scan_tree_for_params): ... here.
7357 (find_params_in_bb): ... here.
7358 (find_scop_parameters): ... here.
7359 (build_scops): Call find_scop_parameters.
7360 * graphite-sese-to-poly.c (free_gimple_poly_bb): Move...
7361 (free_scops): Move...
7362 (single_pred_cond_non_loop_exit): Move...
7363 (sese_dom_walker::before_dom_children): Move...
7364 (sese_dom_walker::after_dom_children): Move...
7365 (build_poly_scop): Move...
7366 * graphite-sese-to-poly.h (base_alias_pair): Move...
7367 * graphite.c (free_scops): ... here.
7368
7369 2015-10-05 Aditya Kumar <aditya.k7@samsung.com>
7370 Sebastian Pop <s.pop@samsung.com>
7371
7372 * graphite-scop-detection.c: Include domwalk.h and tree-cfg.h.
7373 (trivially_empty_bb_p): Move...
7374 (same_close_phi_node): Move...
7375 (new_gimple_poly_bb): Move...
7376 (compare_bb_depths): Move...
7377 (graphite_sort_dominated_info): Move...
7378 (remove_duplicate_close_phi): Move...
7379 (make_close_phi_nodes_unique): Move...
7380 (canonicalize_loop_closed_ssa): Move...
7381 (canonicalize_loop_closed_ssa_form): Move...
7382 (loop_ivs_can_be_represented): Move...
7383 (single_pred_cond_non_loop_exit): Move...
7384 (graphite_can_represent_init): Move...
7385 (graphite_can_represent_scev): Move...
7386 (stmt_has_simple_data_refs_p): Move...
7387 (stmt_has_side_effects): Move...
7388 (graphite_can_represent_stmt): Move...
7389 (scop_detection): ... here.
7390 (sese_dom_walker): ... and here.
7391 (build_scops): Call all moved functions.
7392 * graphite-sese-to-poly.c (try_generate_gimple_bb): Move...
7393 (all_non_dominated_preds_marked_p): Move...
7394 (build_scop_bbs_1): Move...
7395 (build_scop_bbs): Move...
7396 (set_scop_parameter_dim): Move...
7397 (nb_pbbs_in_loops): Move...
7398 (build_poly_scop): Do not call all the moved functions.
7399
7400 2015-10-05 Martin Jambor <mjambor@suse.cz>
7401 Jan Hubicka <hubicka@ucw.cz>
7402
7403 * ipa-cp.c (ipcp_alignment_lattice): New type.
7404 (ipcp_param_lattices): Use the above to represent alignment.
7405 (ipcp_alignment_lattice::print): New function.
7406 (print_all_lattices): Use it to print alignment information.
7407 (ipcp_alignment_lattice::top_p): New function.
7408 (ipcp_alignment_lattice::bottom_p): Likewise.
7409 (ipcp_alignment_lattice::set_to_bottom): Likewise.
7410 (ipcp_alignment_lattice::meet_with_1): Likewise.
7411 (ipcp_alignment_lattice::meet_with): Two new overloaded functions.
7412 (set_all_contains_variable): Use set_to_bottom of alignment lattice.
7413 (initialize_node_lattices): Likewise.
7414 (propagate_alignment_accross_jump_function): Work with the new class
7415 for alignment lattices.
7416 (propagate_constants_accross_call): Pass only the alignment lattice to
7417 propagate_alignment_accross_jump_function.
7418 (ipcp_store_alignment_results): Work with the new class for alignment
7419 lattices.
7420
7421 2015-10-05 Marek Polacek <polacek@redhat.com>
7422
7423 PR tree-optimization/67821
7424 * tree-ssanames.c (duplicate_ssa_name_range_info): Remove an assert.
7425
7426 2015-10-05 Thomas Schwinge <thomas@codesourcery.com>
7427
7428 PR other/65021
7429 * config/i386/intelmic-mkoffload.c (mkoffload_atexit): Rename
7430 function to...
7431 (mkoffload_cleanup): ... this. Adjust all users.
7432 (maybe_unlink): Look at save_temps and verbose flags instead of
7433 debug flag.
7434 (main): Parse "-save-temps" flag.
7435 (generate_target_descr_file, generate_target_offloadend_file)
7436 (generate_host_descr_file, prepare_target_image): Pass it on.
7437 * config/nvptx/mkoffload.c (tool_cleanup): Implement.
7438 (mkoffload_cleanup): New function.
7439 (maybe_unlink): Look at save_temps and verbose flags instead of
7440 debug flag.
7441 (main): Instead of calling utils_cleanup, register atexit handler
7442 for mkoffload_cleanup.
7443 (main): Parse "-save-temps" flag.
7444 (compile_native, main): Pass it on.
7445 * lto-wrapper.c (compile_offload_image): Likewise.
7446
7447 2015-10-05 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
7448
7449 * gimple.h (gimple_op_ptr): Require a non const gimple *.
7450 (gimple_assign_lhs_ptr): Likewise.
7451 (gimple_assign_rhs1_ptr): Likewise.
7452 (gimple_assign_rhs2_ptr): Likewise.
7453 (gimple_assign_rhs3_ptr): Likewise.
7454 (gimple_call_lhs_ptr): Likewise.
7455 (gimple_call_fn_ptr): Likewise.
7456 (gimple_call_chain_ptr): Likewise.
7457 (gimple_call_arg_ptr): Likewise.
7458 (gimple_cond_lhs_ptr): Likewise.
7459 (gimple_cond_rhs_ptr): Likewise.
7460 (gimple_switch_index_ptr): Likewise.
7461 (gimple_return_retval_ptr): Likewise.
7462
7463 2015-10-05 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
7464
7465 * gimple.h (gimple_asm_input_op_ptr): Remove.
7466 (gimple_asm_output_op_ptr): Likewise.
7467
7468 2015-10-05 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
7469
7470 * gimple.h (gimple_location_ptr): Remove.
7471 * tree-vrp.c (check_all_array_refs): Adjust.
7472
7473 2015-10-05 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
7474
7475 * tree-ssa-operands.c (build_uses): store tree * instead of
7476 tree.
7477 (finalize_ssa_uses): Adjust.
7478 (append_use): Likewise.
7479 (verify_ssa_operands): Likewise.
7480
7481 2015-10-05 Richard Sandiford <richard.sandiford@arm.com>
7482
7483 * real.h (build_real_truncate): Declare.
7484 * tree.c (build_real_truncate): New function.
7485 (strip_float_extensions): Use it.
7486 * builtins.c (fold_builtin_cabs, fold_builtin_sqrt, fold_builtin_cbrt)
7487 (fold_builtin_hypot, fold_builtin_pow): Likewise.
7488 * match.pd: Likewise.
7489
7490 2015-10-05 James Greenhalgh <james.greenhalgh@arm.com>
7491 Jiong Wang <jiong.wang@arm.com>
7492
7493 * config/aarch64/aarch64.md (tlsie_tiny_sidi): Replace "<w>" with "w".
7494
7495 2015-10-05 Richard Sandiford <richard.sandiford@arm.com>
7496
7497 * real.h (REAL_VALUE_FROM_CONST_DOUBLE): Delete.
7498 * config/aarch64/aarch64.c (aarch64_float_const_zero_rtx_p)
7499 (aarch64_print_operand, aarch64_float_const_representable_p)
7500 (aarch64_output_simd_mov_immediate): Use CONST_DOUBLE_REAL_VALUE
7501 instead of REAL_VALUE_FROM_CONST_DOUBLE.
7502 * config/arc/arc.c (arc_print_operand): Likewise.
7503 * config/arm/arm.c (arm_const_double_rtx, vfp3_const_double_index)
7504 (neon_valid_immediate, arm_print_operand, arm_emit_fp16_const)
7505 (vfp3_const_double_for_fract_bits, vfp3_const_double_for_bits):
7506 Likewise.
7507 * config/arm/arm.md (*arm32_movhf, consttable_4, consttable_8)
7508 (consttable_16): Likewise.
7509 * config/arm/vfp.md (*movhf_vfp_neon, *movhf_vfp): Likewise.
7510 * config/avr/avr.c (avr_print_operand): Likewise.
7511 * config/bfin/bfin.md: Likewise (in a define_split).
7512 * config/c6x/c6x.md: Likewise (in a define_split).
7513 * config/cr16/cr16.c (cr16_const_double_ok): Likewise.
7514 (cr16_print_operand): Likewise.
7515 * config/cris/cris.c (cris_print_operand): Likewise.
7516 * config/epiphany/epiphany.c (epiphany_print_operand): Likewise.
7517 * config/fr30/fr30.c (fr30_print_operand): Likewise.
7518 (fr30_const_double_is_zero): Likewise.
7519 * config/frv/frv.c (frv_print_operand, output_move_single): Likewise.
7520 * config/frv/frv.md: Likewise (in a define_split).
7521 * config/frv/predicates.md (int_2word_operand): Likewise.
7522 * config/h8300/h8300.c (h8300_print_operand): Likewise.
7523 * config/i386/i386.c (standard_80387_constant_p): Likewise.
7524 (ix86_print_operand, ix86_split_to_parts): Likewise.
7525 * config/i386/i386.md: Likewise (in a define_split).
7526 * config/ia64/ia64.c (ia64_split_tmode, ia64_print_operand): Likewise.
7527 * config/iq2000/iq2000.md (movsf_lo_sum, movsf_high): Likewise.
7528 * config/m32r/m32r.c (easy_df_const, m32r_print_operand): Likewise.
7529 * config/m68k/m68k.c (handle_move_double, standard_68881_constant_p)
7530 (print_operand): Likewise.
7531 * config/m68k/m68k.md (movsf_cf_hard, movdf_cf_hard): Likewise.
7532 * config/mep/mep.md: Likewise (in define_split).
7533 * config/microblaze/microblaze.c (microblaze_const_double_ok)
7534 (print_operand): Likewise.
7535 * config/mips/mips.md (consttable_float): Likewise.
7536 * config/mmix/mmix.c (mmix_intval): Likewise.
7537 * config/mn10300/mn10300.c (mn10300_print_operand): Likewise.
7538 * config/nvptx/nvptx.c (nvptx_print_operand): Likewise.
7539 * config/pa/pa.c (pa_singlemove_string): Likewise.
7540 * config/pdp11/pdp11.c (pdp11_expand_operands): Likewise.
7541 (pdp11_asm_print_operand, legitimate_const_double_p): Likewise.
7542 * config/rs6000/rs6000.c (num_insns_constant, rs6000_emit_cmove)
7543 (output_toc): Likewise.
7544 * config/rs6000/rs6000.md: Likewise (in define_splits).
7545 * config/rx/rx.c (rx_print_operand): Likewise.
7546 * config/s390/s390.c (s390_output_pool_entry): Likewise.
7547 * config/sh/sh.c (fp_zero_operand, fp_one_operand): Likewise.
7548 * config/sh/sh.md (consttable_sf, consttable_df): Likewise
7549 (and also in define_splits).
7550 * config/sparc/sparc.c (fp_sethi_p, fp_mov_p): Likewise.
7551 (fp_high_losum_p): Likewise.
7552 * config/sparc/sparc.md (*movsf_insn, *movsf_lo_sum): Likewise.
7553 (*movsf_high): Likewise.
7554 * config/spu/spu.c (const_double_to_hwint): Likewise.
7555 * config/v850/v850.c (const_double_split): Likewise.
7556 * config/vax/vax.c (vax_float_literal): Likewise.
7557 * config/visium/visium.c (visium_expand_copysign): Likewise.
7558 * config/visium/visium.md: Likewise (in define_split).
7559 * config/xtensa/predicates.md (const_float_1_operand): Likewise.
7560 * config/xtensa/xtensa.c (print_operand): Likewise.
7561 (xtensa_output_literal): Likewise.
7562 * cprop.c (implicit_set_cond_p): Likewise.
7563 * dwarf2out.c (insert_float): Likewise.
7564 * expmed.c (expand_mult, make_tree): Likewise.
7565 * expr.c (compress_float_constant): Likewise.
7566 * rtlanal.c (split_double): Likewise.
7567 * simplify-rtx.c (avoid_constant_pool_reference): Likewise.
7568 (simplify_const_unary_operation, simplify_binary_operation_1)
7569 (simplify_const_binary_operation): Likewise.
7570 (simplify_const_relational_operation): Likewise.
7571 * varasm.c (output_constant_pool_2): Likewise.
7572
7573 2015-10-05 Richard Sandiford <richard.sandiford@arm.com>
7574
7575 * real.h (CONST_DOUBLE_ATOF): Use const_double_from_real_value
7576 instead of CONST_DOUBLE_FROM_REAL_VALUE.
7577 (CONST_DOUBLE_FROM_REAL_VALUE): Delete.
7578 * config/c6x/c6x.md (divsf3, divdf3): Use const_double_from_real_value
7579 instead of CONST_DOUBLE_FROM_REAL_VALUE.
7580 * config/epiphany/epiphany.md (fixuns_truncsfsi2): Likewise.
7581 * config/i386/i386.c (standard_80387_constant_rtx): Likewise.
7582 (ix86_expand_builtin, ix86_emit_i387_log1p, ix86_emit_i387_round)
7583 (ix86_emit_swsqrtsf): Likewise.
7584 * config/ia64/ia64.c (ia64_expand_builtin): Likewise.
7585 * config/mips/mips.md (fixuns_truncdfsi2, fixuns_truncdfdi2)
7586 (fixuns_truncsfsi2, fixuns_truncsfdi2): Likewise.
7587 * config/pa/pa.c (pa_expand_builtin): Likewise.
7588 * config/rs6000/rs6000.c (rs6000_load_constant_and_splat): Likewise.
7589 (rs6000_scale_v2df): Likewise.
7590 * config/rs6000/rs6000.md (*cmptf_internal2): Likewise.
7591 * config/s390/s390.md (fixuns_truncdddi2, fixuns_trunctddi2)
7592 (fixuns_trunc<BFP:mode><GPR:mode>2): Likewise.
7593 * config/s390/vx-builtins.md (vec_ctd_s64, vec_ctd_u64, vec_ctsl)
7594 (vec_ctul): Likewise.
7595 * config/sparc/sparc.c (sparc_emit_fixunsdi): Likewise.
7596 * config/spu/spu.c (hwint_to_const_double, spu_float_const): Likewise.
7597 * config/spu/spu.md (floatunsdisf2, floatunstisf2): Likewise.
7598 * cse.c (fold_rtx): Likewise.
7599 * emit-rtl.c (immed_double_const): Likewise (in comments).
7600 (init_emit_once): Likewise.
7601 * expr.c (compress_float_constant, expand_expr_real_1)
7602 (const_vector_from_tree): Likewise.
7603 * optabs.c (expand_float, expand_fix): Likewise.
7604 * reg-stack.c (reg_to_stack): Likewise.
7605 * simplify-rtx.c (avoid_constant_pool_reference): Likewise.
7606 (simplify_const_unary_operation, simplify_binary_operation_1)
7607 (simplify_const_binary_operation, simplify_relational_operation)
7608 (simplify_immed_subreg): Likewise.
7609
7610 2015-10-05 Richard Sandiford <richard.sandiford@arm.com>
7611
7612 * doc/tm.texi.in (REAL_ARITHMETIC): Delete.
7613 * doc/tm.texi: Regenerate.
7614 * real.h (REAL_ARITHMETIC): Delete.
7615 * config/i386/i386.c (ix86_expand_lround, ix86_expand_round)
7616 (ix86_expand_round_sse4): Use real_arithmetic instead of
7617 REAL_ARITHMETIC.
7618 * config/i386/sse.md (round<mode>2): Likewise.
7619 * rtl.h (rtx_to_tree_code): Likewise (in comment).
7620 * explow.c (rtx_to_tree_code): Likewise (in comment).
7621 * match.pd: Likewise.
7622 * simplify-rtx.c (simplify_binary_operation_1): Likewise.
7623 * tree-ssa-math-opts.c (representable_as_half_series_p): Likewise.
7624 (expand_pow_as_sqrts): Likewise.
7625 * tree-pretty-print.c (dump_generic_node): Remove code that
7626 was conditional on REAL_ARITHMETIC being undefined.
7627
7628 2015-10-05 Richard Sandiford <richard.sandiford@arm.com>
7629
7630 * doc/tm.texi.in (REAL_VALUES_LESS): Delete.
7631 * doc/tm.texi: Regenerate.
7632 * real.h (real_less): Declare.
7633 (REAL_VALUES_LESS): Delete.
7634 * real.c (real_less): New function.
7635 (real_compare): Use it.
7636 * config/m68k/m68k.c (floating_exact_log2): Use real_less instead
7637 of REAL_VALUES_LESS.
7638 * config/microblaze/microblaze.c (microblaze_const_double_ok):
7639 Likewise.
7640 * fold-const.c (fold_convert_const_int_from_real): Likewise.
7641 * simplify-rtx.c (simplify_const_unary_operation): Likewise.
7642 (simplify_const_relational_operation): Likewise.
7643 * tree-call-cdce.c (check_pow): Likewise.
7644 (gen_conditions_for_pow_cst_base): Likewise.
7645
7646 2015-10-05 Richard Sandiford <richard.sandiford@arm.com>
7647
7648 * real.h (REAL_VALUES_IDENTICAL): Delete.
7649 * config/m68k/m68k.c (standard_68881_constant_p): Use real_identical
7650 instead of REAL_VALUES_IDENTICAL.
7651 * fold-const.c (operand_equal_p): Likewise.
7652 * ipa-icf.c (sem_variable::equals): Likewise.
7653 * tree-complex.c (some_nonzerop): Likewise.
7654 (expand_complex_multiplication): Likewise.
7655 * tree.c (simple_cst_equal): Likewise.
7656 * varasm.c (compare_constant): Likewise.
7657
7658 2015-10-05 Richard Sandiford <richard.sandiford@arm.com>
7659
7660 * real.h (real_equal): Declare.
7661 (REAL_VALUES_EQUAL): Delete.
7662 * real.c (real_equal): New function.
7663 (real_compare): Use it.
7664 * doc/tm.texi.in (REAL_VALUES_EQUAL): Delete.
7665 * doc/tm.texi: Regenerate.
7666 * builtins.c (fold_builtin_pow, fold_builtin_load_exponent): Use
7667 real_equal instead of REAL_VALUES_EQUAL.
7668 * config/aarch64/aarch64.c (aarch64_float_const_zero_rtx_p): Likewise.
7669 * config/arm/arm.c (arm_const_double_rtx, neon_valid_immediate)
7670 (fp_const_from_val): Likewise.
7671 * config/fr30/fr30.c (fr30_const_double_is_zero): Likewise.
7672 * config/m68k/m68k.c (standard_68881_constant_p): Likewise.
7673 (floating_exact_log2): Likewise.
7674 * config/sh/sh.c (fp_zero_operand, fp_one_operand): Likewise.
7675 * config/vax/vax.c (vax_float_literal): Likewise.
7676 * config/xtensa/predicates.md (const_float_1_operand): Likewise.
7677 * cprop.c (implicit_set_cond_p): Likewise.
7678 * expmed.c (expand_mult): Likewise.
7679 * fold-const.c (const_binop): Likewise.
7680 * simplify-rtx.c (simplify_binary_operation_1): Likewise.
7681 (simplify_const_binary_operation): Likewise.
7682 (simplify_const_relational_operation): Likewise.
7683 * tree-call-cdce.c (check_pow): Likewise.
7684 (gen_conditions_for_pow_cst_base): Likewise.
7685 * tree-inline.c (estimate_num_insns): Likewise.
7686 * tree-ssa-dom.c (record_equality): Likewise.
7687 * tree-ssa-math-opts.c (representable_as_half_series_p): Likewise.
7688 (gimple_expand_builtin_pow): Likewise.
7689 (pass_optimize_widening_mul::execute): Likewise.
7690 * tree-ssa-uncprop.c (associate_equivalences_with_edges): Likewise.
7691 * tree-vect-patterns.c (vect_recog_pow_pattern): Likewise.
7692 * tree.c (real_zerop, real_onep, real_minus_onep): Likewise.
7693
7694 2015-10-05 Richard Biener <rguenther@suse.de>
7695
7696 PR ipa/67783
7697 * ipa-inline-analysis.c (estimate_function_body_sizes): Only
7698 consider loop header PHI defs as IVs.
7699
7700 2015-10-05 Richard Biener <rguenther@suse.de>
7701
7702 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Move
7703 call handling ...
7704 (create_expression_by_pieces): ... here and build GIMPLE
7705 calls directly. Use gimple_build API and avoid force_gimple_operand.
7706 (insert_into_preds_of_block): Simplify.
7707 (do_regular_insertion): Add comment.
7708
7709 2015-10-04 Jason Merrill <jason@redhat.com>
7710
7711 * builtins.def (BUILT_IN_ABORT): Add transaction_pure attribute.
7712
7713 2015-10-04 Uros Bizjak <ubizjak@gmail.com>
7714
7715 * config/i386/i386.c (ix86_nsaved_regs): Use GENERAL_REGNO_P to
7716 check for general register.
7717 (ix86_emit_save_regs): Ditto.
7718 (ix86_emit_save_regs_using_mov): Ditto.
7719 (ix86_emit_restore_regs_using_pop): Ditto.
7720 (ix86_emit_restore_regs_using_mov): Ditto.
7721
7722 2015-10-03 Marek Polacek <polacek@redhat.com>
7723
7724 * Makefile.in (insn-latencytab.o): Remove -Wno-duplicated-cond.
7725 (insn-dfatab.o): Likewise.
7726
7727 2015-10-03 Max Filippov <jcmvbkbc@gmail.com>
7728
7729 * config.gcc (xtensa*-*-uclinux*): New configuration.
7730 * config/xtensa/uclinux.h: New file.
7731 * config/xtensa/uclinux.opt: New file.
7732
7733 2015-10-03 Jonathan Wakely <jwakely@redhat.com>
7734
7735 * doc/cpp.texi (Standard Predefined Macros): Document value of
7736 __cplusplus for C++14.
7737
7738 2015-10-02 Bernd Schmidt <bernds@codesourcery.com>
7739
7740 * gcc.c (process_command): Use spec_machine rather than
7741 spec_host_machine to build tooldir_prefix2.
7742
7743 2015-10-02 Thomas Schwinge <thomas@codesourcery.com>
7744 Bernd Schmidt <bernds@codesourcery.com>
7745
7746 * config/nvptx/mkoffload.c (Kind, Vis): Remove enums.
7747 (Token, Stmt): Remove structs.
7748 (decls, vars, fns): Remove variables.
7749 (alloc_comment, append_stmt, is_keyword): Remove macros.
7750 (tokenize, write_token, write_tokens, alloc_stmt, rev_stmts)
7751 (write_stmt, write_stmts, parse_insn, parse_list_nosemi)
7752 (parse_init, parse_file): Remove functions.
7753 (read_file): Accept a pointer to a length and store into it.
7754 (process): Don't try to parse the input file, just write it out as
7755 a string, but looking for maps. Also write out the length.
7756 (main): Don't use "-S" to compile PTX code.
7757
7758 2015-10-02 Jeff Law <law@redhat.com>
7759
7760 * tree-ssa-dom.c (optimize_stmt): Note when loop structures need
7761 fixups.
7762
7763 2015-10-02 Thomas Schwinge <thomas@codesourcery.com>
7764
7765 PR target/67822
7766 * config/nvptx/mkoffload.c (main): Scan the argument vector for
7767 -fopenmp, and skip generating an offloading image if specified.
7768
7769 2015-10-02 Uros Bizjak <ubizjak@gmail.com>
7770
7771 * system.h (ROUND_UP): New macro definition.
7772 (ROUND_DOWN): Ditto.
7773 * ggc-page.c (ROUND_UP): Remove local macro definition.
7774 (PAGE_ALIGN): Implement using ROUND_UP macro.
7775
7776 * config/i386/i386.h (PUSH_ROUNDING): Implement using ROUND_UP macro.
7777 * config/i386/i386.c (function_arg_advance_64): Use ROUND_UP macro
7778 to align values.
7779 (ix86_compute_frame_layout): Ditto.
7780 (ix86_expand_prologue): Ditto.
7781 (ix86_adjust_stack_and_probe): Use ROUND_DOWN macro
7782 to round down values.
7783 (expand_set_or_movmem_via_rep): Ditto.
7784
7785 2015-10-02 Marek Polacek <polacek@redhat.com>
7786
7787 * genemit.c (gen_exp): Remove -Wduplicated-cond hack.
7788
7789 2015-10-02 Aditya Kumar <aditya.k7@samsung.com>
7790
7791 * graphite-scop-detection.c (loop_ivs_can_be_represented): New.
7792 (loop_body_is_valid_scop): Call loop_ivs_can_be_represented.
7793 * graphite-sese-to-poly.c (new_gimple_bb): Renamed new_gimple_poly_bb.
7794 (free_gimple_bb): Renamed free_gimple_poly_bb.
7795 (try_generate_gimple_bb): Hoist loop invariant code.
7796 (analyze_drs_in_stmts): Same.
7797 (build_scop_drs): Call renamed functions.
7798 (new_pbb_from_pbb): Same.
7799 (scop_ivs_can_be_represented): Delete as functionality now moved to
7800 graphite-scop-detection.c
7801 (build_poly_scop): Remove call to scop_ivs_can_be_represented.
7802
7803 2015-10-02 Aditya Kumar <hiraditya@msn.com>
7804
7805 * graphite-scop-detection.c (stmt_has_side_effects): New function
7806 outlined from stmt_simple_for_scop_p.
7807 (graphite_can_represent_stmt): Same.
7808 (stmt_simple_for_scop_p): Moved code out of this function for better
7809 readability.
7810
7811 2015-10-02 Kirill Yukhin <kirill.yukhin@intel.com>
7812
7813 * config/i386/i386.c (processor_features): Add F_AVX512VBMI,
7814 F_AVX512IFMA.
7815 (isa_names_table): Handle F_AVX512VBMI and F_AVX512IFMA.
7816
7817 2015-10-02 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7818
7819 * config/aarch64/aarch64-elf.h (TARGET_ASM_NAMED_SECTION): Delete.
7820
7821 2015-10-02 Vladimir Makarov <vmakarov@redhat.com>
7822
7823 PR rtl-optimization/67756
7824 * lra-constraints.c (match_reload): Add a new parameter. Use it
7825 for creating a pseudo with the same value.
7826 (curr_insn_transform): Pass a new argument to match_reload.
7827
7828 2015-10-02 Kirill Yukhin <kirill.yukhin@intel.com>
7829
7830 * config/i386/i386.c (expand_vec_perm_even_odd_trunc): New.
7831 (expand_vec_perm_even_odd_1): Handle V64QImode.
7832 (ix86_expand_vec_perm_const_1): Try expansion with
7833 expand_vec_perm_even_odd_trunc as well.
7834 * config/i386/sse.md (VI124_AVX512F): Rename to ...
7835 (define_mode_iterator VI124_AVX2_24_AVX512F_1_AVX512BW): This. Extend
7836 to V54QI.
7837 (define_mode_iterator VI248_AVX2_8_AVX512F): Rename to ...
7838 (define_mode_iterator VI248_AVX2_8_AVX512F_24_AVX512BW): This. Extend
7839 to V32HI and V16SI.
7840 (define_insn "avx512bw_<code>v32hiv32qi2"): Unhide pattern name.
7841 (define_expand "vec_pack_trunc_<mode>"): Update iterator name.
7842 (define_expand "vec_unpacks_lo_<mode>"): Ditto.
7843 (define_expand "vec_unpacks_hi_<mode>"): Ditto.
7844 (define_expand "vec_unpacku_lo_<mode>"): Ditto.
7845 (define_expand "vec_unpacku_hi_<mode>"): Ditto.
7846
7847 2015-10-02 Kirill Yukhin <kirill.yukhin@intel.com>
7848
7849 * doc/invoke.texi: Mention -mavx512vl, -mavx512bw, -mavx512dq,
7850 -mavx521vbmi, -mavx512ifma. Add missing opindex-es.
7851
7852 2015-10-02 Jason Merrill <jason@redhat.com>
7853
7854 PR c/59218
7855 * trans-mem.c (volatile_lvalue_p): Rename from volatile_var_p.
7856 (diagnose_tm_1_op): Also diagnose volatile accesses in
7857 transaction_safe function.
7858
7859 2015-10-02 Jonathan Wakely <jwakely@redhat.com>
7860
7861 * system.h (malloc.h): Don't include obsolete header.
7862
7863 2015-10-02 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7864
7865 * config/aarch64/aarch64.c (aarch64_elf_asm_named_section): Delete.
7866 (TLS_SECTION_ASM_FLAG): Delete.
7867
7868 2015-10-02 Marek Polacek <polacek@redhat.com>
7869
7870 PR c/64249
7871 * doc/invoke.texi: Document -Wduplicated-cond.
7872 * Makefile.in (insn-latencytab.o): Use -Wno-duplicated-cond.
7873 (insn-dfatab.o): Likewise.
7874 * genemit.c (gen_exp): Rewrite condition to avoid -Wduplicated-cond
7875 warning.
7876
7877 2015-10-02 Oleg Endo <olegendo@gcc.gnu.org>
7878
7879 * config/sh/sh.md: Add new unnamed split pattern to handle movt-movt
7880 sequences.
7881
7882 2015-10-02 Renlin Li <renlin.li@arm.com>
7883
7884 * config/aarch64/aarch64.md (csneg3_insn_uxtw): New pattern.
7885
7886 2015-10-02 Renlin Li <renlin.li@arm.com>
7887
7888 PR target/66776
7889 * config/aarch64/aarch64.md (cmovdi_insn_uxtw): New pattern.
7890
7891 2015-10-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7892
7893 PR rtl-optimization/67786
7894 PR rtl-optimization/67787
7895 * ifcvt.c (bb_valid_for_noce_process_p): Reject basic block if
7896 it modifies a reg used in the condition calculation.
7897
7898 2015-10-02 James Greenhalgh <james.greenhalgh@arm.com>
7899
7900 * config/aarch64/aarch64-simd.md (*aarch64_combinez<mode>): Add
7901 alternatives for reads from memory and moves from general-purpose
7902 registers.
7903 (*aarch64_combinez_be<mode>): Likewise.
7904
7905 2015-10-02 Kai Tietz <ktietz70@googlemail.com>
7906
7907 PR target/51726
7908 * config/i386/winnt.c (ix86_handle_selectany_attribute): Handle
7909 selectany within this function without need to keep attribute.
7910 (i386_pe_encode_section_info): Remove selectany-code.
7911
7912 2015-10-02 Richard Biener <rguenther@suse.de>
7913
7914 * tree-ssa-sccvn.c (has_VN_INFO): New function.
7915 (free_scc_vn): Use it.
7916 (visit_use): Remove dead code and refactor to use gassign
7917 and use less indentation.
7918
7919 2015-10-01 Segher Boessenkool <segher@kernel.crashing.org>
7920
7921 PR target/67788
7922 PR target/67789
7923 * config/rs6000/rs6000.c (TARGET_CANNOT_COPY_INSN_P): New.
7924 (rs6000_cannot_copy_insn_p): New function.
7925 * config/rs6000/rs6000.md (cannot_copy): New attribute.
7926 (load_toc_v4_PIC_1_normal): Set cannot_copy.
7927 (load_toc_v4_PIC_1_476): Ditto.
7928
7929 2015-10-01 Aditya Kumar <aditya.k7@samsung.com>
7930
7931 * graphite-scop-detection.c (struct sese_l): New conversion constructor
7932 so that this type can be pushed into a vec.
7933 (class scop_builder): use sese_l to collect scops.
7934 (get_scops): New getter function.
7935 (remove_intersecting_scops): Use sese_l instead of scops_p.
7936 (intersects): Same.
7937 (add_scop): Same.
7938 (subsumes): Same.
7939 (remove_subscops): Same.
7940 (build_scops): Add scops to vec<scops_p> once all the scops have been
7941 detected.
7942
7943 2015-10-01 Aditya Kumar <aditya.k7@samsung.com>
7944
7945 * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
7946 Renamed type from gimple_bb_p to gimple_poly_bb_p.
7947 (translate_isl_ast_node_user): Same.
7948 * graphite-poly.c (new_poly_bb): Same.
7949 * graphite-poly.h (gbb_from_bb): Same.
7950 * sese.h: Same.
7951 * graphite-sese-to-poly.c (new_gimple_bb):
7952 gimple_bb_p -> gimple_poly_bb_p
7953 (build_scop_scattering): Same.
7954 (find_params_in_bb): Same.
7955 (add_conditions_to_domain): Same.
7956 (sese_dom_walker::before_dom_children): Same.
7957 (analyze_drs_in_stmts): Same.
7958 (new_pbb_from_pbb): Same.
7959 (free_data_refs_aux): New pointer to type base_alias_pair.
7960 * graphite-sese-to-poly.h: Same.
7961 * sese.c (if_region_set_false_region): Fixed Indentation.
7962 (move_sese_in_condition): Same.
7963
7964 2015-10-01 Sebastian Pop <s.pop@samsung.com>
7965 Aditya Kumar <aditya.k7@samsung.com>
7966
7967 PR tree-optimization/66980
7968 * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Return false
7969 when data reference analysis has failed.
7970
7971 2015-10-01 Sebastian Pop <s.pop@samsung.com>
7972 Aditya Kumar <aditya.k7@samsung.com>
7973
7974 PR tree-optimization/67754
7975 * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Call
7976 scev analysis on the same loop nest as analyze_drs_in_stmts.
7977 * graphite-sese-to-poly.c (outermost_loop_in_sese_1): Moved and
7978 renamed...
7979 (try_generate_gimple_bb): Call outermost_loop_in_sese.
7980 (analyze_drs_in_stmts): Same.
7981 * sese.c (outermost_loop_in_sese): ...here.
7982
7983 2015-10-01 Sebastian Pop <s.pop@samsung.com>
7984 Aditya Kumar <aditya.k7@samsung.com>
7985
7986 PR tree-optimization/67754
7987 * graphite-scop-detection.c (loop_body_is_valid_scop): Add missing
7988 recursion on the inner loops.
7989
7990 2015-10-01 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
7991
7992 * cfganal.c, compare-elim.c, coverage.c, cprop.c, df-scan.c,
7993 function.c, read-rtl.c, statistics.c, trans-mem.c, tree-if-conv.c,
7994 tree-into-ssa.c, tree-loop-distribution.c, tree-ssa-coalesce.c,
7995 tree-ssa-loop-ivopts.c, tree-ssa-reassoc.c, tree-ssa-strlen.c,
7996 tree-ssa-tail-merge.c, tree-vrp.c, var-tracking.c: Remove
7997
7998 2015-10-01 Marek Polacek <polacek@redhat.com>
7999
8000 PR c/65345
8001 * config/i386/i386.c (ix86_atomic_assign_expand_fenv): Adjust to use
8002 create_tmp_var_raw rather than create_tmp_var.
8003
8004 2015-10-01 Marek Polacek <polacek@redhat.com>
8005
8006 PR tree-optimization/67769
8007 * tree-ssa-phiopt.c (conditional_replacement): Call
8008 reset_flow_sensitive_info_in_bb.
8009 (minmax_replacement): Likewise.
8010 (abs_replacement): Likewise.
8011
8012 2015-10-01 Nathan Sidwell <nathan@codesourcery.com>
8013
8014 * builtins.c: Don't include gomp-constants.h.
8015 (fold_builtin_1): Don't fold acc_on_device here.
8016 * gimple-fold.c: Include gomp-constants.h.
8017 (gimple_fold_builtin_acc_on_device): New.
8018 (gimple_fold_builtin): Call it.
8019
8020 2015-10-01 H.J. Lu <hongjiu.lu@intel.com>
8021
8022 * config/i386/x86-tune.def (X86_TUNE_USE_BT): Enable for Lakemont.
8023 (X86_TUNE_ZERO_EXTEND_WITH_AND): Disable for Lakemont.
8024
8025 2015-10-01 James Greenhalgh <james.greenhalgh@arm.com>
8026
8027 * config/arm/aarch-common-protos.h
8028 (aarch_accumulator_forwarding): New.
8029 (aarch_forward_to_shift_is_not_shifted_reg): Likewise.
8030 * config/arm/aarch-common.c (aarch_accumulator_forwarding): New.
8031 (aarch_forward_to_shift_is_not_shifted_reg): Likewise.
8032 * config/arm/cortex-a53.md: Rewrite.
8033
8034 2015-10-01 Richard Biener <rguenther@suse.de>
8035
8036 * gimple-match.h (mprts_hook): Declare.
8037 * gimple-match.head.c (mprts_hook): Define.
8038 (maybe_push_res_to_seq): Use new hook.
8039 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
8040 * tree-ssa-sccvn.h (vn_ssa_aux::expr): Change to a gimple_seq.
8041 (vn_ssa_aux::has_constants): Remove.
8042 * tree-ssa-sccvn.c: Include gimple-match.h.
8043 (VN_INFO_GET): Assert we don't re-use SSA names.
8044 (vn_get_expr_for): Remove.
8045 (expr_has_constants): Likewise.
8046 (stmt_has_constants): Likewise.
8047 (simplify_binary_expression): Likewise.
8048 (simplify_unary_expression): Likewise.
8049 (vn_lookup_simplify_result): New hook.
8050 (visit_copy): Adjust.
8051 (visit_reference_op_call): Likewise.
8052 (visit_phi): Likewise.
8053 (visit_use): Likewise.
8054 (process_scc): Likewise.
8055 (init_scc_vn): Likewise.
8056 (visit_reference_op_load): Likewise. Use match-and-simplify and
8057 a gimple seq for inserted expressions.
8058 (try_to_simplify): Remove GENERIC stmt combining code.
8059 (sccvn_dom_walker::before_dom_children): Use match-and-simplify.
8060 * tree-ssa-pre.c (eliminate_insert): Adjust.
8061 (eliminate_dom_walker::before_dom_children): Likewise.
8062
8063 2015-10-01 Segher Boessenkool <segher@kernel.crashing.org>
8064
8065 * doc/invoke.texi (Optimization Options): Add
8066 -freorder-blocks-algorithm=.
8067 (Optimize Options) <-O>: Add -freorder-blocks.
8068 <-O2>: Remove -freorder-blocks. Add -freorder-blocks-algorithm=stc.
8069 <-Os>: Add -freorder-blocks-algorithm=stc as not enabled.
8070 <-freorder-blocks>: Also enabled at levels -O and -Os.
8071 <-freorder-blocks-algorithm=>: Document new option.
8072
8073 2015-10-01 Segher Boessenkool <segher@kernel.crashing.org>
8074
8075 * bb-reorder.c (reorder_basic_blocks): Use the algorithm selected
8076 with flag_reorder_blocks_algorithm.
8077 * common.opt (freorder-blocks-algorithm=): New flag.
8078 (reorder_blocks_algorithm): New enum.
8079 * flag-types.h (reorder_blocks_algorithm): New enum.
8080 * opts.c (default_options_table): Use -freorder-blocks at -O1 and up,
8081 and -freorder-blocks-algorithm=stc at -O2 and up (not at -Os).
8082
8083 2015-10-01 Segher Boessenkool <segher@kernel.crashing.org>
8084
8085 * bb-reorder.c: Add intro comment.
8086 (reorder_basic_blocks_software_trace_cache): Print a header to
8087 the dump file.
8088 (edge_order): New function.
8089 (reorder_basic_blocks_simple): New function.
8090 (reorder_basic_blocks): Choose between the STC and the simple
8091 algorithms (always choose the former).
8092
8093 2015-10-01 Segher Boessenkool <segher@kernel.crashing.org>
8094
8095 * bb-reorder.c (reorder_basic_blocks_software_trace_cache): New
8096 function, factored out from ...
8097 (reorder_basic_blocks): ... here.
8098
8099 2015-10-01 Tom de Vries <tom@codesourcery.com>
8100
8101 * tree-cfg.c (dump_function_to_file): Dump function attributes using
8102 __attribute__(()) string. Move dumping of function attributes to before
8103 function name.
8104
8105 2015-10-01 Lynn Boger <laboger@linux.vnet.ibm.com>
8106
8107 PR target/66870
8108 * config/rs6000/sysv4.h (TARGET_CAN_SPLIT_STACK_64BIT): Define.
8109 * configure.ac: Define HAVE_GOLD_ALTERNATE_SPLIT_STACK on Power
8110 based on gold linker version.
8111 * gcc.c: Add -fuse-ld=gold to STACK_SPLIT_SPEC if
8112 HAVE_GOLD_ALTERNATE_SPLIT_STACK defined.
8113 * configure, config.in: Regenerate.
8114
8115 2015-10-01 Alan Modra <amodra@gmail.com>
8116
8117 * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't set
8118 r2_setup_needed when TARGET_SINGLE_PIC_BASE.
8119 (rs6000_output_mi_thunk): Likewise.
8120
8121 2015-09-30 Nathan Sidwell <nathan@codesourcery.com>
8122
8123 * config/nvptx/mkoffload.c (process): Change offload data format.
8124
8125 2015-09-30 Jeff Law <law@redhat.com>
8126
8127 * tree-ssa-dom.c (optimize_stmt): Collapse control flow statements
8128 with constant conditions.
8129 * tree-ssa-threadupdate.c (remove_jump_threads_starting_at): New.
8130 (remove_ctrl_stmt_and_useless_edges): No longer static.
8131 * tree-ssa-threadupdate.h (remove_jump_threads_starting_at): Prototype.
8132 (remove_ctrl_stmt_and_useless_edges): Likewise.
8133
8134 2015-09-30 Nathan Sidwell <nathan@codesourcery.com>
8135 Cesar Philippidis <cesar@codesourcery.com>
8136
8137 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): New.
8138 (TARGET_GOACC_VALIDATE_DIMS): Override.
8139 * target.def (TARGET_GOACC): New target hook prefix.
8140 (validate_dims): New hook.
8141 * targhooks.h (default_goacc_validate_dims): New.
8142 * omp-low.c (oacc_validate_dims): New.
8143 (execute_oacc_device_lower): New.
8144 (default_goacc_validate_dims): New.
8145 (pass_data_oacc_device_lower): New.
8146 (pass_oacc_device_lower): New pass.
8147 (make_pass_oacc_device_lower): New.
8148 * tree-pass.h (make_pass_oacc_device_lower): Declare.
8149 * passes.def (pass_oacc_device_lower): Add it.
8150 * doc/tm.texi: Rebuilt.
8151 * doc/tm.texi.in (TARGET_GOACC_VALIDATE_DIMS): Add hook.
8152 * doc/invoke.texi (oaccdevlow): Document tree dump flag.
8153
8154 2015-09-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
8155
8156 PR rtl-optimization/67037
8157 * lra-constraints.c (process_addr_reg): Use copy_rtx when necessary.
8158
8159 2015-09-30 Bernd Schmidt <bernds@redhat.com>
8160
8161 * gimple-ssa.h (gimple_df): Add free_ssanames_queue field.
8162 * passes.c: Include tree-ssanames.h.
8163 (execute_function_todo): Flush the pending free SSA_NAMEs after
8164 eliminating unreachable basic blocks.
8165 * tree-ssanames.c (FREE_SSANAMES_QUEUE): new.
8166 (init_ssanames): Initialize FREE_SSANAMES_QUEUE.
8167 (fini_ssanames): Finalize FREE_SSANAMES_QUEUE.
8168 (flush_ssanames_freelist): New function.
8169 (release_ssaname_fn): Put released names on the queue.
8170 (pass_release_ssa_names::execute): Call flush_ssanames_freelist.
8171 * tree-ssanames.h (flush_ssanames_freelist): Declare.
8172
8173 2015-09-30 Thomas Schwinge <thomas@codesourcery.com>
8174
8175 * config/i386/intelmic-mkoffload.c (main): Parse "-v" flag.
8176 (generate_target_descr_file, generate_target_offloadend_file)
8177 (generate_host_descr_file, prepare_target_image): Pass it on.
8178 * config/nvptx/mkoffload.c (main): Parse "-v" flag.
8179 (compile_native, main): Pass it on.
8180 * lto-wrapper.c (compile_offload_image): Likewise.
8181
8182 2015-09-30 Thomas Schwinge <thomas@codesourcery.com>
8183 Ilya Verbin <ilya.verbin@intel.com>
8184 Andrey Turetskiy <andrey.turetskiy@intel.com>
8185
8186 * config/i386/intelmic-mkoffload.c (generate_host_descr_file)
8187 (prepare_target_image, main): Refactor argv building to use
8188 obstacks.
8189
8190 2015-09-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8191
8192 * config/spu/spu-protos.h (spu_expand_atomic_op): Add prototype.
8193 * config/spu/spu.c (spu_expand_atomic_op): New function.
8194 * config/spu/spu.md (AINT): New mode iterator.
8195 (ATOMIC): New code iterator.
8196 (atomic_name, atomic_pred): New code predicates.
8197 ("atomic_load<mode>", "atomic_store<mode>"): New expanders.
8198 ("atomic_compare_and_swap<mode>", "atomic_exchange<mode>"): Likewise.
8199 (""atomic_<atomic_name><mode>", "atomic_fetch_<atomic_name><mode>",
8200 "atomic_<atomic_name>_fetch<mode>"): Likewise.
8201
8202 2015-09-30 Ilya Enkovich <enkovich.gnu@gmail.com>
8203
8204 * config/i386/i386.c (scalar_chain::analyze_register_chain): Ignore
8205 debug insns.
8206 (scalar_chain::convert_reg): Likewise.
8207
8208 2015-09-30 Richard Biener <rguenther@suse.de>
8209
8210 * builtins.c: Add comment that no new simplifications should
8211 be added here.
8212
8213 2015-09-30 Marek Polacek <polacek@redhat.com>
8214
8215 PR tree-optimization/67690
8216 * tree-ssa-ifcombine.c (pass_tree_ifcombine::execute): Call
8217 reset_flow_sensitive_info_in_bb.
8218 * tree-ssa-tail-merge.c (replace_block_by): Likewise.
8219 * tree-ssanames.c: Include "gimple-iterator.h".
8220 (reset_flow_sensitive_info_in_bb): New function.
8221 * tree-ssanames.h (reset_flow_sensitive_info_in_bb): Declare.
8222
8223 2015-09-30 Thomas Schwinge <thomas@codesourcery.com>
8224
8225 * config/i386/intelmic-mkoffload.c (target_ilp32): Remove
8226 variable, replacing it with...
8227 (offload_abi): ... this new variable. Adjust all users.
8228 * config/nvptx/mkoffload.c (target_ilp32, offload_abi): Likewise.
8229
8230 2015-09-30 Matthias Klose <doko@ubuntu.com>
8231
8232 * configure.ac: Remove extraneous ;;.
8233 * configure: Regenerate.
8234
8235 2015-09-29 James Bowman <james.bowman@ftdichip.com>
8236
8237 * config/ft32/predicates.md (ft32_imm_operand): New predicate.
8238 * config/ft32/ft32.md (movmemsi, setmemsi): Use ft32_imm_operand
8239 predicate, disallow register for operand 2.
8240
8241 2015-09-29 Aditya Kumar <aditya.k7@samsung.com>
8242
8243 * graphite-dependences.c (scop_get_dependences): Moved in down
8244 in order to be visible to its caller.
8245 * graphite-poly.h: Removed compute_deps, and extend_schedule.
8246
8247 2015-09-29 Sebastian Pop <s.pop@samsung.com>
8248 Aditya Kumar <aditya.k7@samsung.com>
8249
8250 PR tree-optimization/67754
8251 * graphite-optimize-isl.c (optimize_isl): Call
8252 isl_options_set_schedule_fuse with ISL_SCHEDULE_FUSE_MIN for ISL-14.
8253
8254 2015-09-29 Nathan Sidwell <nathan@codesourcery.com>
8255
8256 * builtins.c (expand_builtin_acc_on_device): Delete.
8257 (expand_builtin): Don't call it.
8258 (fold_builtin_1): Fold acc_on_device.
8259
8260 2015-09-29 H.J. Lu <hongjiu.lu@intel.com>
8261
8262 * config/i386/i386.c (ix86_function_arg): Fix typo in comments.
8263 (ix86_nsaved_sseregs): Likewise.
8264
8265 2015-09-29 Jeff Law <law@redhat.com>
8266
8267 * config/microblaze/microblaze.c (microblaze_version_to_int): Remove
8268 computation of unused value.
8269
8270 * config/pdp11/pdp11.c (pdp11_branch_cost): New function.
8271 * config/pdp11/pdp11.h (BRANCH_COST): Call function rather than
8272 inline macro expansion.
8273
8274 * config/i386/t-interix (winnt-stubs.o): Fix compilation rule.
8275
8276 * config/sh/sh.c (gen_shl_and): Fix undefined left shift behaviour.
8277 (gen_shl_sext): Likewise.
8278 * config/sh/sh.md (divsi3): Likewise.
8279 (imm->ext_dest_operand splitter): Likewise.
8280
8281 2015-09-29 Sebastian Pop <s.pop@samsung.com>
8282 Aditya Kumar <aditya.k7@samsung.com>
8283
8284 * graphite-sese-to-poly.c (gsi_for_phi_node): Remove.
8285 (nb_data_writes_in_bb): Remove.
8286 (split_pbb): Remove.
8287 (split_reduction_stmt): Remove.
8288 (is_reduction_operation_p): Remove.
8289 (phi_contains_arg): Remove.
8290 (follow_ssa_with_commutative_ops): Remove.
8291 (detect_commutative_reduction_arg): Remove.
8292 (detect_commutative_reduction_assign): Remove.
8293 (follow_inital_value_to_phi): Remove.
8294 (edge_initial_value_for_loop_phi): Remove.
8295 (initial_value_for_loop_phi): Remove.
8296 (used_outside_reduction): Remove.
8297 (detect_commutative_reduction): Remove.
8298 (translate_scalar_reduction_to_array_for_stmt): Remove.
8299 (remove_phi): Remove.
8300 (dr_indices_valid_in_loop): Remove.
8301 (close_phi_written_to_memory): Remove.
8302 (translate_scalar_reduction_to_array): Remove.
8303 (rewrite_commutative_reductions_out_of_ssa_close_phi): Remove.
8304 (rewrite_commutative_reductions_out_of_ssa_loop): Remove.
8305 (rewrite_commutative_reductions_out_of_ssa): Remove.
8306 (build_poly_scop): Remove call to
8307 rewrite_commutative_reductions_out_of_ssa.
8308
8309 2015-09-29 Evandro Menezes <e.menezes@samsung.com>
8310
8311 * config/arm/types.md (neon_ldp, neon_ldp_q, neon_stp, neon_stp_q):
8312 Add new insn types for vector load and store pairs.
8313 * config/arm/cortex-a53.md (cortex_a53_f_load_2reg): Add insn
8314 types "neon_ldp{,_q}".
8315 * config/arm/cortex-a57.md (neon_load_c): Add insn types
8316 "neon_ldp{,_q}".
8317 (neon_store_complex): Add insn types "neon_stp{,_q}".
8318 * config/aarch64/aarch64-simd.md (aarch64_be_movoi): Add insn types
8319 "neon_{ldp,stp}_q".
8320
8321 2015-09-29 Jeff Law <law@redhat.com>
8322
8323 * config/rx/constraints.md (Int08): Fix undefined left shift
8324 behaviour.
8325 (Sint08, Sint16, Sint24): Likewise.
8326 * config/rx/rx.c (rx_get_stack_layout): Likewise.
8327
8328 * config/rl78/rl78-expand.md (movqi): Fix undefined left shift
8329 behaviour.
8330
8331 * config/msp430/msp430.c (msp430_legitimate_constant): Fix undefined
8332 left shift behaviour.
8333 * config/msp430/constraints.md ('L' constraint): Similarly.
8334 ('Ys' constraint): Similarly.
8335
8336 2015-09-29 Richard Biener <rguenther@suse.de>
8337
8338 PR tree-optimization/67170
8339 * tree-ssa-alias.h (get_continuation_for_phi): Adjust
8340 the translate function pointer parameter to get the
8341 bool whether to disambiguate only by reference.
8342 (walk_non_aliased_vuses): Likewise.
8343 * tree-ssa-alias.c (maybe_skip_until): Adjust.
8344 (get_continuation_for_phi_1): Likewise.
8345 (get_continuation_for_phi): Likewise.
8346 (walk_non_aliased_vuses): Likewise.
8347 * tree-ssa-sccvn.c (const_parms): New bitmap.
8348 (vn_reference_lookup_3): Adjust for interface change.
8349 Disambiguate parameters pointing to readonly memory.
8350 (free_scc_vn): Free const_parms.
8351 (run_scc_vn): Initialize const_parms from a fn spec attribute.
8352
8353 2015-09-29 Richard Biener <rguenther@suse.de>
8354
8355 PR tree-optimization/67741
8356 * tree-ssa-math-opts.c (pass_cse_sincos::execute): Only recognize
8357 builtin calls with correct signature.
8358
8359 2015-09-29 Ilya Enkovich <enkovich.gnu@gmail.com>
8360
8361 PR target/65105
8362 * config/i386/i386.c: Include dbgcnt.h.
8363 (has_non_address_hard_reg): New.
8364 (convertible_comparison_p): New.
8365 (scalar_to_vector_candidate_p): New.
8366 (remove_non_convertible_regs): New.
8367 (scalar_chain): New.
8368 (scalar_chain::scalar_chain): New.
8369 (scalar_chain::~scalar_chain): New.
8370 (scalar_chain::add_to_queue): New.
8371 (scalar_chain::mark_dual_mode_def): New.
8372 (scalar_chain::analyze_register_chain): New.
8373 (scalar_chain::add_insn): New.
8374 (scalar_chain::build): New.
8375 (scalar_chain::compute_convert_gain): New.
8376 (scalar_chain::replace_with_subreg): New.
8377 (scalar_chain::replace_with_subreg_in_insn): New.
8378 (scalar_chain::emit_conversion_insns): New.
8379 (scalar_chain::make_vector_copies): New.
8380 (scalar_chain::convert_reg): New.
8381 (scalar_chain::convert_op): New.
8382 (scalar_chain::convert_insn): New.
8383 (scalar_chain::convert): New.
8384 (convert_scalars_to_vector): New.
8385 (pass_data_stv): New.
8386 (pass_stv): New.
8387 (make_pass_stv): New.
8388 (ix86_option_override): Created and register stv pass.
8389 (flag_opts): Add -mstv.
8390 (ix86_option_override_internal): Likewise.
8391 * config/i386/i386.md (SWIM1248x): New.
8392 (*movdi_internal): Add xmm to mem alternative for TARGET_STV.
8393 (and<mode>3): Use SWIM1248x iterator instead of SWIM.
8394 (*anddi3_doubleword): New.
8395 (*zext<mode>_doubleword): New.
8396 (*zextsi_doubleword): New.
8397 (<code><mode>3): Use SWIM1248x iterator instead of SWIM.
8398 (*<code>di3_doubleword): New.
8399 * config/i386/i386.opt (mstv): New.
8400 * dbgcnt.def (stv_conversion): New.
8401
8402 2015-09-29 Tom de Vries <tom@codesourcery.com>
8403
8404 * tree-cfg.c (dump_function_to_file): Dump function attributes.
8405
8406 2015-09-29 Kaz Kojima <kkojima@gcc.gnu.org>
8407
8408 PR target/67716
8409 * config/sh/sh.c (sh_override_options_after_change): New.
8410 (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define.
8411 (sh_option_override): Move align_loops, align_jumps and
8412 align_functions handling into sh_override_options_after_change.
8413
8414 2015-09-28 Nathan Sidwell <nathan@codesourcery.com>
8415
8416 * config/nvptx/nvptx.c: Include omp-low.h and gomp-constants.h.
8417 (nvptx_record_offload_symbol): Record function execution geometry.
8418 * config/nvptx/mkoffload.c (process): Include launch geometry in
8419 function data.
8420 * omp-low.c (oacc_launch_pack): New.
8421 (replace_oacc_fn_attrib): New.
8422 (set_oacc_fn_attrib): New.
8423 (get_oacc_fn_attrib): New.
8424 (expand_omp_target): Create keyed varargs for GOACC_parallel call
8425 generation.
8426 * omp-low.h (get_oacc_fn_attrib): Declare.
8427 * builtin-types.def (DEF_FUNCTION_TyPE_VAR_6): New.
8428 (DEF_FUNCTION_TYPE_VAR_11): Delete.
8429 * tree.h (OMP_CLAUSE_EXPR): New.
8430 * omp-builtins.def (BUILT_IN_GOACC_PARALLEL): Change target fn name.
8431
8432 2015-09-28 Aditya Kumar <aditya.k7@samsung.com>
8433 Sebastian Pop <s.pop@samsung.com>
8434
8435 * sese.c (invariant_in_sese_p_rec): Remove unused variable.
8436
8437 2015-09-28 Aditya Kumar <aditya.k7@samsung.com>
8438 Sebastian Pop <s.pop@samsung.com>
8439
8440 * graphite-optimize-isl.c (optimize_isl): Use ISL_SCHEDULE_FUSE_MAX.
8441 * graphite-scop-detection.c (struct sese_l): New type.
8442 (get_entry_bb): API for getting entry bb of SESE.
8443 (get_exit_bb): API for getting exit bb of SESE.
8444 (class debug_printer): New type. Simple printer in debug mode.
8445 (trivially_empty_bb_p): New. Return true when BB is empty or
8446 contains only debug instructions.
8447 (graphite_can_represent_expr): Call scalar_evoution_in_region
8448 instead of analyze_scalar_evolution. Pass in scop instead of only
8449 the scop entry.
8450 (stmt_has_simple_data_refs_p): Pass in scop instead of only the
8451 scop entry.
8452 (stmt_simple_for_scop_p): Same.
8453 (harmful_stmt_in_bb): Same.
8454 (graphite_can_represent_loop): Deleted.
8455 (struct scopdet_info): Deleted.
8456 (scopdet_basic_block_info): Deleted.
8457 (build_scops_1): Deleted.
8458 (bb_in_sd_region): Deleted.
8459 (find_single_entry_edge): Deleted.
8460 (find_single_exit_edge): Deleted.
8461 (create_single_entry_edge): Deleted.
8462 (sd_region_without_exit): Deleted.
8463 (create_single_exit_edge): Deleted.
8464 (unmark_exit_edges): Deleted.
8465 (mark_exit_edges): Deleted.
8466 (create_sese_edges): Deleted.
8467 (build_graphite_scops): Deleted.
8468 (canonicalize_loop_closed_ssa): Recompute all dominators at the end.
8469 (build_scops): Use the new scop_builder to build scops.
8470 (dot_all_scops_1): Use the new pretty printer. Print loop father
8471 as well.
8472 (loop_body_is_valid_scop): New. Return true if loop body is a
8473 valid scop.
8474 (class scop_builder): New. Builds SCoPs for polyhedral
8475 optimizations.
8476 (scop_builder): New constructor.
8477 (static sese_l invalid_sese): sese_l with invalid edges.
8478 (get_sese): Get an sese (from a loop) if possible, invalid_sese
8479 otherwise.
8480 (get_nearest_dom_with_single_entry): Get nearest dominator of a
8481 basic_block with single entry. Return NULL if we get to the
8482 beginning of a function.
8483 (get_nearest_pdom_with_single_exit): Get nearest post-dominator of
8484 a basic_block with single exit. Return NULL if we get to the
8485 beginning of a function.
8486 (print_sese): Pretty-print SESE.
8487 (merge_sese): Merge two SESEs if possible and return the new SESE.
8488 (build_scop_depth): Start building the SCoP within a loop nest.
8489 (build_scop_breadth): Start building the SCoP at a single loop
8490 depth. Merge adjacent SESEs if valid.
8491 (can_represent_loop_1): Returns true if Graphite can represent
8492 loop inside SCoP. Helper for can_represent_loop.
8493 (can_represent_loop): Returns true if Graphite can represent LOOP
8494 and all its nested loops in SCoP.
8495 (loop_is_valid_scop): Returns true if LOOP and all its nests
8496 constitute a valid SCoP.
8497 (region_has_one_loop): Returns true of a region has only one loop.
8498 (add_scop): Add SCoP to the list of valid scops. Removes an
8499 already existing scop if it intersects with or subsumed by this one.
8500 (harmful_stmt_in_region): Returns true if SCoP has any statment
8501 which cannot be represented by Graphite.
8502 (subsumes): Returns true of SCoP S1 subsumes SCoP S2.
8503 (remove_subscops): Remove any SCoP from the list of already found
8504 SCoPs, if subsumed by S1.
8505 (intersects): Return true if region bounded by SCoPs S1 and S2
8506 intersect.
8507 (remove_intersecting_scops): Remove any SCoP which intersects with S1.
8508 * graphite.c (print_graphite_scop_statistics):
8509 (print_graphite_statistics): Print SCoP info while debugging.
8510 (graphite_initialize): Early exit in case number of loops in a
8511 function is less than PARAM_GRAPHITE_MIN_LOOPS_PER_FUNCTION or
8512 basic blocks are more than PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
8513 (graphite_finalize):
8514 * params.def: Add PARAM_GRAPHITE_MIN_LOOPS_PER_FUNCTION.
8515 * sese.h (sese_loop_depth): Remove unnecessary gcc_assert.
8516 (recompute_all_dominators): Recalculate POST_DOMINATORS.
8517 * tree-cfg.c (print_loops): Print the function name while printing
8518 loops.
8519
8520 2015-09-28 Aditya Kumar <aditya.k7@samsung.com>
8521 Sebastian Pop <s.pop@samsung.com>
8522
8523 PR tree-optimization/67700
8524 * graphite-sese-to-poly.c (parameter_index_in_region): Call
8525 invariant_in_sese_p_rec.
8526 (extract_affine): Same.
8527 (rewrite_cross_bb_scalar_deps): Call update_ssa.
8528 * sese.c (invariant_in_sese_p_rec): Export. Handle vdefs and vuses.
8529 * sese.h (invariant_in_sese_p_rec): Declare.
8530
8531 2015-09-28 David Wohlferd <dw@LimeGreenSocks.com>
8532
8533 * doc/extend.texi (Asm Labels): Break out text for data vs functions.
8534
8535 2015-09-28 Jiong Wang <jiong.wang@arm.com>
8536
8537 Revert:
8538 2015-08-06 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
8539 Jiong Wang <jiong.wang@arm.com>
8540
8541 * config/aarch64/aarch64.d (tlsdesc_small_pseudo_<mode>): New pattern.
8542 * config/aarch64/aarch64.h (reg_class): New enumeration FIXED_REG0.
8543 (REG_CLASS_NAMES): Likewise.
8544 (REG_CLASS_CONTENTS): Likewise.
8545 * config/aarch64/aarch64.c (aarch64_class_max_nregs): Likewise.
8546 (aarch64_register_move_cost): Likewise.
8547 (aarch64_load_symref_appropriately): Invoke the new added pattern if
8548 possible.
8549 * config/aarch64/constraints.md (Uc0): New constraint.
8550
8551 2015-09-28 Daniel Hellstrom <daniel@gaisler.com>
8552
8553 * config/sparc/t-rtems: Remove -muser-mode. Add ut699, at697f and leon.
8554
8555 2015-09-28 David Edelsohn <dje.gcc@gmail.com>
8556
8557 * config/rs6000/rs6000.c (rs6000_xcoff_asm_named_section): Place
8558 SECTION_EXCLUDE in XO mapping class.
8559
8560 2015-09-28 Oleg Endo <olegendo@gcc.gnu.org>
8561
8562 PR target/54236
8563 * config/sh/predicates.md (t_reg_operand, negt_reg_operand): Allow
8564 and handle ne and eq codes.
8565 * config/sh/sh.c (sh_rtx_costs): Adjust matching of tst #imm,r0 insn.
8566 (sh_recog_treg_set_expr): Early accept negt_reg_operand. Eearly reject
8567 CONST_INT_P. Use reverse_condition.
8568 (sh_split_treg_set_expr): Likewise.
8569
8570 2015-09-28 James Greenhalgh <james.greenhalgh@arm.com>
8571
8572 * config/arm/types.md (type): Add rotate_imm.
8573 * config/aarch64/aarch64.md (*ror<mode>3_insn): Split out the
8574 ROR immediate case.
8575 (*rorsi3_insn_uxtw): Likewise.
8576 * config/aarch64/thunderx.md (thunderx_shift): Add rotate_imm.
8577 * config/arm/cortex-a53.md (cortex_a53_alu_shift): Add rotate_imm.
8578 * config/arm/cortex-a57.md (cortex_a53_alu): Add rotate_imm.
8579
8580 2015-09-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8581
8582 PR rtl-optimization/67481
8583 * ifcvt.c (contains_ccmode_rtx_p): New function.
8584 (insn_valid_noce_process_p): Use it.
8585
8586 2015-09-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8587
8588 PR rtl-optimization/67456
8589 PR rtl-optimization/67464
8590 PR rtl-optimization/67465
8591 * ifcvt.c (noce_try_cmove_arith): Bail out if cannot conditionally
8592 move in the mode of x. Handle combination of complex and simple
8593 block pairs as well as the case when one is empty.
8594
8595 2015-09-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
8596
8597 * doc/gimple.texi: Update references to gimple_statement_base.
8598 * gdbhooks.py: Likewise.
8599 * gimple.h: Likewise.
8600
8601 2015-09-28 Daniel Cederman <cederman@gaisler.com>
8602
8603 * config/sparc/driver-sparc.c: map LEON to leon3
8604
8605 2015-09-28 Daniel Cederman <cederman@gaisler.com>
8606
8607 * config/sparc/sparc.opt: Rename mask from USER_MODE to SV_MODE
8608 and make it inverse to change default
8609 * config/sparc/sync.md: Only use supervisor ASI for CASA when in
8610 supervisor mode
8611 * doc/invoke.texi: Document change of default
8612
8613 2015-09-28 Daniel Cederman <cederman@gaisler.com>
8614
8615 * config/sparc/sparc.c (sparc_function_value_regno_p): Do not return
8616 true on %f0 for a target without FPU.
8617 * config/sparc/sparc.md (untyped_call): Do not save %f0 for a target
8618 without FPU.
8619 (untyped_return): Do not load %f0 for a target without FPU.
8620
8621 2015-09-28 Andrew Pinski <apinski@cavium.com>
8622
8623 * config/aarch64/aarch64.md (prefetch):
8624 Change the predicate of operand 0 to register_operand.
8625
8626 2015-09-27 Uros Bizjak <ubizjak@gmail.com>
8627
8628 * config/i386/predicates.md (register_sse4nonimm_operand): New
8629 predicate.
8630 * config/i386/sse.md (PEXTR_MODE12): New mode iterator.
8631 (*vec_extract<mode>): Use PEXTR_MODE12 instead of VI12_128 mode.
8632 Use register_sse4nonimm_operand as operand 0 predicate.
8633 (*vec_extractv8hi_sse2): Remove insn pattern.
8634 (*vec_extract<PEXTR_MODE12:mode>_zext): Merge insn pattern from
8635 *vec_extractv8hi_zext and *vec_extractv16qi_zext patterns.
8636
8637 2015-09-27 Oleg Endo <olegendo@gcc.gnu.org>
8638 Kaz Kojima <kkojima@gcc.gnu.org>
8639
8640 PR target/67391
8641 * config/sh/sh-protos.h (sh_lra_p): Declare.
8642 * config/sh/sh.c (sh_lra_p): Make non-static.
8643 * config/sh/sh.md (addsi3): Use arith_reg_dest for operands[0] and
8644 arith_reg_operand for operands[1]. Remove TARGET_SHMEDIA case.
8645 Expand into addsi3_scr if operands[2] if needed.
8646 (*addsi3_compact): Rename to *addsi3_compact_lra. Use
8647 arith_reg_operand for operands[1]. Allow it only when LRA is enabled.
8648 (addsi3_scr, *addsi3): New insn_and_split patterns.
8649
8650 2015-09-27 Alexandre Oliva <aoliva@redhat.com>
8651
8652 PR rtl-optimization/64164
8653 PR tree-optimization/67312
8654 PR middle-end/67340
8655 PR middle-end/67490
8656 PR bootstrap/67597
8657 * cfgexpand.c (parm_in_stack_slot_p): Remove.
8658 (ssa_default_def_partition): Remove.
8659 (get_rtl_for_parm_ssa_default_def): Remove.
8660 (set_rtl): Check that RTL assignments match expectations.
8661 Loop on SUBREGs, CONCATs and PARALLELs subexprs. Set only the
8662 default def location for params and results. Record SSA names
8663 or types in REG and MEM attrs, respectively.
8664 (set_parm_rtl): New.
8665 (expand_one_ssa_partition): Drop logic that assigned MEMs with
8666 unassigned addresses.
8667 (adjust_one_expanded_partition_var): Don't accept NULL RTL on
8668 deferred stack alloc vars.
8669 (expand_used_vars): Skip partitions holding parm default defs.
8670 Move adjust_one_expanded_partition_var loop...
8671 (pass_expand::execute): ... here. Drop redundant assert.
8672 Adjust comments before the final loop over all ssa names.
8673 Require assigned rtl of parms and results to match exactly.
8674 Reset its attributes to match them, not any other variables in
8675 the same partition.
8676 (expand_debug_expr): Use entry value for PARM's default defs
8677 only iff they have zero nondebug uses.
8678 * cfgexpand.h (parm_in_stack_slot_p): Remove.
8679 (get_rtl_for_parm_ssa_default_def): Remove.
8680 (set_parm_rtl): Declare.
8681 * doc/invoke.texi: Improve wording.
8682 * explow.c (promote_decl_mode): Fix promote_function_mode for
8683 result decls not by reference.
8684 (promote_ssa_mode): Disregard BLKmode from promote_decl, and
8685 bypass TYPE_MODE to get the actual vector mode.
8686 * function.c: Include tree-dfa.h. Revert 2015-08-14's and
8687 2015-08-19's changes as follows. Drop include of
8688 basic-block.h and df.h.
8689 (rtl_for_parm): Remove.
8690 (maybe_reset_rtl_for_parm): Remove.
8691 (parm_in_unassigned_mem_p): Remove.
8692 (use_register_for_decl): Add logic for RESULT_DECLs matching
8693 assign_parms' behavior.
8694 (split_complex_args): Revert.
8695 (assign_parms_augmented_arg_list): Revert. Add comment
8696 referencing the logic above.
8697 (assign_parm_adjust_stack_rtl): Revert.
8698 (assign_parm_setup_block): Revert. Use set_parm_rtl instead
8699 of SET_DECL_RTL. Set up a REG if the parm demands so.
8700 (assign_parm_setup_reg): Revert. Consolidated SET_DECL_RTL
8701 calls into a single set_parm_rtl. Set up a temporary RTL
8702 temporarily for expand_assignment.
8703 (assign_parm_setup_stack): Revert. Use set_parm_rtl.
8704 (assign_parms_unsplit_complex): Revert. Use set_parm_rtl.
8705 (assign_bounds): Revert.
8706 (assign_parms): Revert. Use set_parm_rtl.
8707 (allocate_struct_function): Relayout result and parms of
8708 non-abstruct functions.
8709 (expand_function_start): Revert. Use set_parm_rtl. If the
8710 result is not a hard reg, create a pseudo from the promoted
8711 mode of the default def. Promote static chain mode.
8712 * tree-outof-ssa.c (remove_ssa_form): Drop unused
8713 partition_has_default_def. Set up
8714 partitions_for_parm_default_defs.
8715 (finish_out_of_ssa): Remove partition_has_default_def.
8716 Release partitions_for_parm_default_defs.
8717 * tree-outof-ssa.h (struct ssaexpand): Remove
8718 partition_has_default_def. Add
8719 partitions_for_parm_default_defs.
8720 * tree-ssa-coalesce.c: Include tree-dfa.h, tm_p.h and
8721 stor-layout.h.
8722 (build_ssa_conflict_graph): Fix conflict-detection of default
8723 defs of even unused default defs of params and results.
8724 (for_all_parms): New.
8725 (create_default_def): New.
8726 (register_default_def): New.
8727 (coalesce_with_default): New.
8728 (create_outofssa_var_map): Create default defs for all parms
8729 and results, and register their partitions. Add GIMPLE_RETURN
8730 operands as coalesce candidates with results. Add default
8731 defs of each parm or result as coalesce candidates with its
8732 other defs. Mark each result def, and each default def of
8733 parms, as used_in_copy.
8734 (gimple_can_coalesce_p): Call it. Call use_register_for_decl
8735 with the ssa names, even anonymous ones. Drop
8736 parm_in_stack_slot_p calls. Require same signedness and
8737 alignment.
8738 (coalesce_ssa_name): Add coalesce candidates for all defs of
8739 each parm and result, even unused ones.
8740 (parm_default_def_partition_arg): New type.
8741 (set_parm_default_def_partition): New.
8742 (get_parm_default_def_partitions): New.
8743 * tree-ssa-coalesce.h (get_parm_default_def_partitions): New.
8744 * tree-ssa-live.c (partition_view_init): Regard unused defs of
8745 parms and results as used.
8746 (verify_live_on_entry): Don't error out just because they're
8747 not live.
8748
8749 2015-09-26 David Edelsohn <dje.gcc@gmail.com>
8750
8751 * dwarf2out.c (XCOFF_DEBUGGING_INFO): Default 0 definition.
8752 (HAVE_XCOFF_DWARF_EXTRAS): Default to 0 definition.
8753 (output_fde): Don't output length for debug_frame on AIX.
8754 (output_call_frame_info): Don't output length for debug_frame on AIX.
8755 (have_macinfo): Force to False for XCOFF_DEBUGGING_INFO and not
8756 HAVE_XCOFF_DWARF_EXTRAS.
8757 (add_AT_loc_list): Return early if XCOFF_DEBUGGING_INFO and not
8758 HAVE_XCOFF_DWARF_EXTRAS.
8759 (output_compilation_unit_header): Don't output length on AIX.
8760 (output_pubnames): Don't output length on AIX.
8761 (output_aranges): Delete argument. Compute length locally. Don't
8762 output length on AIX.
8763 (output_line_info): Don't output length on AIX.
8764 (dwarf2out_finish): Don't compute aranges_length.
8765 * dwarf2asm.c (XCOFF_DEBUGGING_INFO): Default 0 definition.
8766 (dw2_asm_output_nstring): Emit .byte not .ascii on AIX.
8767 * config/rs6000/rs6000.c (rs6000_output_dwarf_dtprel): Emit correct
8768 symbol decoration for AIX.
8769 (rs6000_xcoff_debug_unwind_info): New.
8770 (rs6000_xcoff_asm_named_section): Emit .dwsect pseudo-op
8771 for SECTION_DEBUG.
8772 (rs6000_xcoff_declare_function_name): Emit different
8773 .function pseudo-op when DWARF2_DEBUG. Don't call
8774 xcoffout_declare_function for DWARF2_DEBUG.
8775 * config/rs6000/xcoff.h (TARGET_DEBUG_UNWIND_INFO):
8776 Redefine.
8777 * config/rs6000/aix71.h: New.
8778 * configure.ac (gcc_cv_as_aix_dwloc): Check AIX as for DWARF
8779 locations support.
8780 * configure: Regenerate.
8781 * config.gcc (powerpc-ibm-aix[789]+): New stanza for AIX 7.1+ with
8782 DWARF support.
8783
8784 2015-09-26 Jeff Law <law@redhat.com>
8785
8786 * config/arc/arc.c (arc_output_addsi): Fix left shift undefined
8787 behaviour.
8788 * config/arc/constraints.md (Cca, C2a): Fix left shift undefined
8789 behaviour.
8790
8791 * config/sh/sh.h (CONST_OK_FOR_J16): Fix left shift undefined
8792 behaviour
8793
8794 * config/mips/mips.c (mips_compute_frame_info): Fix left shift
8795 undefined behaviour.
8796
8797 * config/cris/cris.md (asrandb): Fix left shift undefined
8798 behaviour.
8799 (asrandw): Likewise.
8800
8801 2015-09-25 Vladimir Makarov <vmakarov@redhat.com>
8802
8803 PR target/61578
8804 * lra-constarints.c (match_reload): Check presence of the input pseudo
8805 in the output operand.
8806
8807 2015-09-25 Tobias Burnus <burnus@net-b.de>
8808
8809 * doc/invoke.texi (-fsanitize): Minor wording tweak.
8810
8811 2015-09-25 Tobias Burnus <burnus@net-b.de>
8812
8813 * doc/invoke.texi (-fsanitize): Update URLs.
8814
8815 2015-09-25 Teresa Johnson <tejohnson@google.com>
8816
8817 * opts.c (finish_options): Unset -freorder-blocks-and-partition
8818 if not using profile.
8819
8820 2015-09-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
8821
8822 PR pretty-print/67567
8823 * pretty-print.c (pp_string): Add gcc_checking_assert.
8824 * pretty-print.h (output_buffer_append_r): Likewise.
8825
8826 2015-09-25 Oleg Endo <olegendo@gcc.gnu.org>
8827
8828 PR target/67675
8829 * config/sh/sh-mem.cc (sh_expand_cmpstr): Check alignment of addr1 and
8830 addr2 individually. Don't emit logical or insn if one is known to
8831 be aligned approriately.
8832 (sh_expand_cmpnstr): Likewise.
8833
8834 2015-09-25 Richard Sandiford <richard.sandiford@arm.com>
8835
8836 * config/aarch64/aarch64-builtins.c (aarch64_expand_builtin): Force
8837 __builtin_aarch64_fp[sc]r arguments into a register.
8838
8839 2015-09-25 H.J. Lu <hongjiu.lu@intel.com>
8840
8841 * config.gcc (x86_archs): Replace lakemount with lakemont.
8842 (with_cpu): Likewise.
8843 (with_arch): Likewise.
8844 * config/i386/i386-c.c (ix86_target_macros_internal): Replace
8845 PROCESSOR_LAKEMOUNT with PROCESSOR_LAKEMONT. Replace
8846 __tune_lakemount__ with __tune_lakemont__.
8847 * config/i386/i386.c (lakemount_cost): Renamed to ...
8848 (lakemont_cost): This.
8849 (m_LAKEMOUNT): Renamed to ...
8850 (m_LAKEMONT): This.
8851 (initial_ix86_arch_features): Replace m_LAKEMOUNT with m_LAKEMONT.
8852 (processor_target_table): Replace "lakemount" with "lakemont".
8853 (processor_alias_table): Likewise.
8854 (ix86_issue_rate): Replace PROCESSOR_LAKEMOUNT with
8855 PROCESSOR_LAKEMONT.
8856 (ix86_adjust_cost): Likewise.
8857 (ia32_multipass_dfa_lookahead): Likewise.
8858 * config/i386/i386.h (processor_type): Likewise.
8859 * config/i386/x86-tune.def: Replace m_LAKEMOUNT with m_LAKEMONT.
8860 * doc/invoke.texi: Replace lakemount with lakemont. Replace
8861 Lakemount with Lakemont.
8862
8863 2015-09-24 H.J. Lu <hongjiu.lu@intel.com>
8864
8865 * config.gcc (x86_archs): Replace iamcu with lakemount.
8866 (with_cpu): Likewise.
8867 (with_arch): Likewise.
8868 * doc/invoke.texi: Likewise.
8869 * config/i386/i386-c.c (ix86_target_macros_internal): Replace
8870 PROCESSOR_IAMCU with PROCESSOR_LAKEMOUNT. Replace
8871 __tune_iamcu__ with __tune_lakemount__.
8872 * config/i386/i386.c (iamcu_cost): Renamed to ...
8873 (lakemount_cost): This.
8874 (m_IAMCU): Renamed to ...
8875 (m_LAKEMOUNT): This.
8876 (initial_ix86_arch_features): Replace m_IAMCU with m_LAKEMOUNT.
8877 (processor_target_table): Replace "iamcu" with "lakemount".
8878 (processor_alias_table): Likewise.
8879 (ix86_issue_rate): Replace PROCESSOR_IAMCU with
8880 PROCESSOR_LAKEMOUNT.
8881 (ix86_adjust_cost): Likewise.
8882 (ia32_multipass_dfa_lookahead): Likewise.
8883 * config/i386/i386.h (processor_type): Likewise.
8884 * config/i386/x86-tune.def: Replace m_IAMCU with m_LAKEMOUNT.
8885
8886 2015-09-24 John David Anglin <danglin@gcc.gnu.org>
8887
8888 * config/pa/pa-linux.h (HAVE_sync_compare_and_swapdi): Define.
8889 * config/pa/pa-protos.h (pa_maybe_emit_compare_and_swap_exchange_loop):
8890 Declare.
8891 * config/pa/pa.c (pa_init_libfuncs): Init sync libfuncs up to 8 bytes.
8892 (pa_expand_compare_and_swap_loop): New.
8893 (pa_maybe_emit_compare_and_swap_exchange_loop): New.
8894 * config/pa/pa.md (atomic_storeqi, atomic_storehi, atomic_storesi,
8895 atomic_storesf, atomic_loaddf, atomic_storedf): New expanders.
8896 (atomic_loaddf_1, atomic_storedf_1): New insn patterns.
8897 (atomic_loaddi, atomic_loaddi_1, atomic_storedi, atomic_storedi_1):
8898 Revise.
8899
8900 2015-09-24 Michael Collison <michael.collison@linaro.org>
8901
8902 PR other/57195
8903 * read-md.c (read_name): Allow mode iterators inside angle
8904 brackets in rtl expressions.
8905
8906 2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
8907
8908 PR target/61578
8909 * ira-color.c (update_allocno_cost): Add parameter.
8910 (update_costs_from_allocno): Decrease conflict cost. Pass the new
8911 parameter.
8912
8913 2015-09-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
8914
8915 PR driver/67640
8916 * opts-common.c (prune_options): Discard all -fdiagnostics-color
8917 but the last one, which is moved to the front to be processed
8918 first.
8919 * opts.c (enable_warning_as_error): Reject options that do not
8920 control warnings.
8921
8922 2015-09-24 Jiong Wang <jiong.wang@arm.com>
8923
8924 * config/aarch64/aarch64.c (aarch64_print_operand): Add "CONST" support.
8925
8926 2015-09-24 Jiong Wang <jiong.wang@arm.com>
8927
8928 * config/aarch64/aarch64-protos.h (aarch64_symbol_context): Delete.
8929 * config/aarch64/aarch64.c (aarch64_expand_mov_immediate): Likewise.
8930 (aarch64_cannot_force_const_mem): Likewise.
8931 (aarch64_classify_address): Likewise.
8932 (aarch64_classify_symbolic_expression): Likewise.
8933 (aarch64_print_operand): Likewise.
8934 (aarch64_classify_symbol): Likewise.
8935 (aarch64_mov_operand_p): Likewise.
8936 * config/aarch64/predicates.md (aarch64_valid_symref): Likewise.
8937 (aarch64_mov_operand): Likewise.
8938
8939 2015-09-24 Segher Boessenkool <segher@kernel.crashing.org>
8940
8941 * config/rs6000/rs6000.c (debug_stack_info): Invert the test
8942 for info->spe_gp_size.
8943
8944 2015-09-24 Richard Biener <rguenther@suse.de>
8945
8946 PR lto/67699
8947 * lto-cgraph.c (compute_ltrans_boundary): Do not stream
8948 abstract origins.
8949
8950 2015-09-24 Thomas Schwinge <thomas@codesourcery.com>
8951
8952 * tree-object-size.c (plus_stmt_object_size)
8953 (cond_expr_object_size): Change the formal parameters from gimple
8954 to gimple *.
8955 * tree-ssa-sccvn.h (vn_nary_op_insert_stmt): Likewise.
8956 * tree-ssa-sccvn.c (vn_nary_op_insert_stmt): Make it static.
8957 * tree-ssa-sccvn.h (vn_nary_op_insert_stmt): Don't declare.
8958
8959 2015-09-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8960
8961 * configure.ac (gcc_cv_ld_pie): Check for gld >= 2.26 on Solaris.
8962 Check for ld -type pie on Solaris 11.x and 12.
8963 * configure: Regenerate.
8964 * config.in: Regenerate.
8965
8966 * gcc.c (LD_PIE_SPEC): Allow redefinition.
8967
8968 * config/sol2.h (STARTFILE_CRTBEGIN_SPEC): Define.
8969 (STARTFILE_SPEC): Use it.
8970 (ENDFILE_CRTEND_SPEC): Define.
8971 (ENDFILE_SPEC): Use it and ENDFILE_ARCH_SPEC.
8972 (SUBTARGET_EXTRA_SPECS): Add STARTFILE_CRTBEGIN_SPEC,
8973 ENDFILE_ARCH_SPEC, ENDFILE_CRTEND_SPEC.
8974 [HAVE_LD_PIE && HAVE_SOLARIS_CRTS] (LD_PIE_SPEC): Define.
8975 (!(HAVE_LD_PIE && HAVE_SOLARIS_CRTS)] (LINK_PIE_SPEC): Define.
8976 * config/i386/sol2.h (ENDFILE_SPEC): Remove.
8977 (ENDFILE_ARCH_SPEC): Define.
8978 * config/sparc/sol2.h (ENDFILE_ARCH_SPEC): Define.
8979
8980 2015-09-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8981
8982 * configure.ac (gcc_cv_solaris_crts): New test.
8983 * configure. Regenerate.
8984 * config.in: Regenerate.
8985 * config/sol2.h (STARTFILE_SPEC): Simplify, provide
8986 HAVE_SOLARIS_CRTS variant.
8987
8988 2015-09-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8989
8990 * tree-inline.h (count_insns_seq): Delete prototype.
8991 (estimate_num_insns_seq): Define prototype.
8992 * tree-inline.c (count_insns_seq): Delete.
8993 (estimate_num_insns_seq): Remove static qualifier.
8994 * tree-eh.c (decide_copy_try_finally): Replace use of count_insns_seq
8995 with estimate_num_insns_seq.
8996
8997 2015-09-24 Richard Biener <rguenther@suse.de>
8998
8999 * tree-ssa-sccvn.h (vn_reference_op_struct): Add clique and base
9000 members.
9001 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Record clique
9002 and base for MEM_REF and TARGET_MEM_REF. Handle BIT_FIELD_REF
9003 offset.
9004 (ao_ref_init_from_vn_reference): Record clique and base in the
9005 built base.
9006 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise
9007
9008 2015-09-24 Richard Biener <rguenther@suse.de>
9009
9010 PR tree-optimization/48885
9011 * tree-ssa-structalias.c (visit_loadstore): Handle default defs
9012 as not including any restrict tags from other pointers.
9013
9014 2015-09-23 Thomas Schwinge <thomas@codesourcery.com>
9015
9016 * gcc.c (handle_foffload_option): Don't lose the trailing NUL
9017 character when appending to offload_targets.
9018
9019 * configure.ac (offload_targets, OFFLOAD_TARGETS): Separate
9020 offload targets by commas, not colons.
9021 * config.in: Regenerate.
9022 * configure: Likewise.
9023 * gcc.c (driver::maybe_putenv_COLLECT_LTO_WRAPPER): Due to that,
9024 instead of setting up the default offload targets here...
9025 (process_command): ..., do it here.
9026 libgomp/
9027 * plugin/configfrag.ac (OFFLOAD_TARGETS): Clarify that offload
9028 targets are separated by commas.
9029 * config.h.in: Regenerate.
9030
9031 2015-09-23 Thomas Schwinge <thomas@codesourcery.com>
9032 Nathan Sidwell <nathan@codesourcery.com>
9033
9034 * omp-low.h (omp_reduction_init_op): Declare.
9035 * omp-low.c (omp_reduction_init_op): New, broken out of ...
9036 (omp_reduction_init): ... here. Call it.
9037 * tree-parloops.c (initialize_reductions): Use
9038 omp_reduction_init_op.
9039
9040 2015-09-23 Richard Biener <rguenther@suse.de>
9041
9042 PR middle-end/67662
9043 * fold-const.c (fold_binary_loc): Do not reassociate two vars with
9044 undefined overflow unless they will cancel out.
9045
9046 2015-09-23 Kirill Yukhin <kirill.yukhin@intel.com>
9047
9048 * config/i386/i386.md (define_insn "*<mshift><mode>3"): Fix
9049 insn emit.
9050
9051 2015-09-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
9052
9053 PR c/49655
9054 * opts.h (write_langs): Declare.
9055 * opts-global.c (write_langs): Make it extern.
9056
9057 2015-09-23 Oleg Endo <olegendo@gcc.gnu.org>
9058
9059 PR target/67391
9060 * config/sh/sh.md (addsi3, *addsi3_compact): Don't check for
9061 overlapping regs when matching the pattern.
9062
9063 2015-09-23 James Greenhalgh <james.greenhalgh@arm.com>
9064
9065 * config/aarch64/aarch64-simd.md
9066 (aarch64_float_truncate_hi_v4sf): Rewrite as an expand.
9067 (aarch64_float_truncate_hi_v4sf_le): New.
9068 (aarch64_float_truncate_hi_v4sf_be): Likewise.
9069
9070 2015-09-23 Richard Biener <rguenther@suse.de>
9071
9072 * tree-ssa-structalias.c (intra_create_variable_infos): Build
9073 representatives for all restrict qualified pointer destinations.
9074
9075 2015-09-23 Kirill Yukhin <kirill.yukhin@intel.com>
9076
9077 * config/i386/i386.md (define_code_attr mshift): New.
9078 (define_mode_iterator SWI1248_AVX512BW): Rename ...
9079 (SWI1248_AVX512BW): ... to this. Make QI enabled for TARGET_AVX512DQ
9080 only.
9081 (define_insn "*k<logic><mode>"): Use new iterator name.
9082 (define_insn "*<mshift><mode>3"): New.
9083
9084 2015-09-23 Mikhail Maltsev <maltsevm@gmail.com>
9085
9086 PR middle-end/67649
9087 * memory-block.h (memory_block_pool::allocate): Use valgrind API to
9088 mark the block as accessible.
9089
9090 2015-09-22 Segher Boessenkool <segher@kernel.crashing.org>
9091
9092 * function.c (thread_prologue_and_epilogue_insns): Delete
9093 orig_entry_edge argument to try_shrink_wrapping.
9094 * shrink-wrap.c (can_get_prologue): New function.
9095 (can_dup_for_shrink_wrapping): Also handle EDGE_CROSSING.
9096 (try_shrink_wrapping): Delete orig_entry_edge argument. Use
9097 can_get_prologue where needed. Remove code that finds a single
9098 edge for the prologue. Remove code that tests if any reg clobbered
9099 by the prologue is live on the prologue edge. Remove code that finds
9100 the new prologue edge after duplicating blocks. Make a new prologue
9101 block and edge.
9102 * shrink-wrap.h (try_shrink_wrapping): Delete orig_entry_edge argument.
9103
9104 2015-09-22 Jeff Law <law@redhat.com>
9105
9106 * config/pa/pa.h (MIN_LEGIT_64BIT_CONST_INT): Avoid undefined
9107 behavior.
9108
9109 2015-09-22 Nathan Sidwell <nathan@codesourcery.com>
9110
9111 * doc/invoke.texi (-Wmultiple-inheritance, -Wvirtual-inheritance,
9112 -Wtemplates, -Wnamespaces): Document.
9113
9114 2015-09-22 Tom de Vries <tom@codesourcery.com>
9115
9116 PR tree-optimization/67671
9117 * tree-ssa-structalias.c (create_variable_info_for_1): Handle restrict
9118 pointer references as restrict.
9119
9120 2015-09-22 Chung-Lin Tang <cltang@codesourcery.com>
9121
9122 * config/nios2/nios2.c (nios2_legitimize_address): When handling
9123 'reg + reloc' cases, allow first operand to be non-REG, and use
9124 force_reg() to enforce address pattern.
9125
9126 2015-09-22 Alexander Fomin <alexander.fomin@intel.com>
9127
9128 PR target/67480
9129 * config/i386/sse.md (define_mode_iterator VI48_AVX_AVX512F): New.
9130 (define_mode_iterator VI12_AVX_AVX512F): New.
9131 (define_insn "<mask_codefor><code><mode>3<mask_name>"): Change
9132 all iterators to VI48_AVX_AVX512F. Extract remaining modes ...
9133 (define_insn "*<code><mode>3"): ... Into new pattern using
9134 VI12_AVX_AVX512F iterators without masking.
9135
9136 2015-09-22 Kirill Yukhin <kirill.yukhin@intel.com>
9137
9138 * config.gcc: Support "skylake-avx512".
9139 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
9140 PROCESSOR_SKYLAKE_AVX512.
9141 * config/i386/i386.c (m_SKYLAKE_AVX512): Define.
9142 (processor_target_table): Add "skylake-avx512".
9143 (PTA_SKYLAKE_AVX512): Define.
9144 (ix86_option_override_internal): Add "skylake_avx512".
9145 (fold_builtin_cpu): Handle "skylake_avx512", add F_AVX512VL
9146 F_AVX512BW, F_AVX512DQ, F_AVX512ER, F_AVX512PF, F_AVX512CD.
9147 * config/i386/i386.h (TARGET_SKYLAKE_AVX512): Define.
9148 (processor_type): Add PROCESSOR_SKYLAKE_AVX512.
9149 * doc/invoke.texi (skylake-avx512): New.
9150
9151 2015-09-22 Kirill Yukhin <kirill.yukhin@intel.com>
9152
9153 * config/i386/i386.md (define_insn "kunpckhi"): Fix
9154 operand in pattern.
9155 (define_insn "kunpcksi"): Ditto.
9156 (define_insn "kunpckdi"): Ditto.
9157
9158 2015-09-22 Kirill Yukhin <kirill.yukhin@intel.com>
9159
9160 * config/i386/i386.md (define_split not/xor SWI1248x): Use
9161 iterator instead of fixed modes.
9162
9163 2015-09-22 Matthew Wahab <matthew.wahab@arm.com>
9164
9165 * config/aarch64/aarch64-protos.h (aarch64_gen_atomic_ldop):
9166 Adjust declaration.
9167 * config/aarch64/aarch64.c (aarch64_emit_bic): New.
9168 (aarch64_gen_atomic_ldop): Adjust comment. Add parameter
9169 out_result. Update to support update-fetch operations.
9170 * config/aarch64/atomics.md (aarch64_atomic_exchange<mode>_lse):
9171 Adjust for change to aarch64_gen_atomic_ldop.
9172 (aarch64_atomic_<atomic_optab><mode>_lse): Likewise.
9173 (aarch64_atomic_fetch_<atomic_optab><mode>_lse): Likewise.
9174 (atomic_<atomic_optab>_fetch<mode>): Change to an expander.
9175 (aarch64_atomic_<atomic_optab>_fetch<mode>): New.
9176 (aarch64_atomic_<atomic_optab>_fetch<mode>_lse): New.
9177
9178 2015-09-22 Matthew Wahab <matthew.wahab@arm.com>
9179
9180 * config/aarch64/aarch64-protos.h
9181 (aarch64_atomic_ldop_supported_p): Declare.
9182 * config/aarch64/aarch64.c (aarch64_atomic_ldop_supported_p): New.
9183 (enum aarch64_atomic_load_op_code): New.
9184 (aarch64_emit_atomic_load_op): New.
9185 (aarch64_gen_atomic_ldop): Update to support load-operate
9186 patterns.
9187 * config/aarch64/atomics.md (atomic_<atomic_optab><mode>): Change
9188 to an expander.
9189 (aarch64_atomic_<atomic_optab><mode>): New.
9190 (aarch64_atomic_<atomic_optab><mode>_lse): New.
9191 (atomic_fetch_<atomic_optab><mode>): Change to an expander.
9192 (aarch64_atomic_fetch_<atomic_optab><mode>): New.
9193 (aarch64_atomic_fetch_<atomic_optab><mode>_lse): New.
9194
9195 2015-09-22 Matthew Wahab <matthew.wahab@arm.com>
9196
9197 * config/aarch64/aarch64/atomics.md (UNSPECV_ATOMIC_LDOP): New.
9198 (UNSPECV_ATOMIC_LDOP_OR): New.
9199 (UNSPECV_ATOMIC_LDOP_BIC): New.
9200 (UNSPECV_ATOMIC_LDOP_XOR): New.
9201 (UNSPECV_ATOMIC_LDOP_PLUS): New.
9202 (ATOMIC_LDOP): New.
9203 (atomic_ldop): New.
9204 (aarch64_atomic_load<atomic_ldop><mode>): New.
9205
9206 2015-09-22 Matthew Wahab <matthew.wahab@arm.com>
9207
9208 * config/aarch64/aarch64.md
9209 (<LOGICAL:optab>_one_cmpl_<SHIFT:optab><mode>3): Make a named
9210 pattern.
9211
9212 2015-09-22 Matthew Wahab <matthew.wahab@arm.com>
9213
9214 * config/aarch64/aarch64-protos.h (aarch64_gen_atomic_ldop):
9215 Declare.
9216 * config/aarch64/aarch64.c (aarch64_emit_atomic_swap): New.
9217 (aarch64_gen_atomic_ldop): New.
9218 (aarch64_split_atomic_op): Fix whitespace and add a comment.
9219 * config/aarch64/atomics.md (UNSPECV_ATOMIC_SWP): New.
9220 (aarch64_compare_and_swap<mode>_lse): Fix some whitespace.
9221 (atomic_exchange<mode>): Replace with an expander.
9222 (aarch64_atomic_exchange<mode>): New.
9223 (aarch64_atomic_exchange<mode>_lse): New.
9224 (aarch64_atomic_<atomic_optab><mode>): Fix some whitespace.
9225 (aarch64_atomic_swp<mode>): New.
9226
9227 2015-09-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
9228
9229 * tree-inline.c (expand_call_inline): Use inform for extra note.
9230 Do not give a note with UNKNOWN_LOCATION.
9231 Replace input_location with gimple_location (stmt).
9232 Use true/false instead of TRUE/FALSE.
9233
9234 2015-09-22 Tom de Vries <tom@codesourcery.com>
9235
9236 PR tree-optimization/67666
9237 * tree-ssa-structalias.c (create_variable_info_for_1): Handle struct
9238 with single field non-conservative.
9239
9240 2015-09-21 David S. Miller <davem@davemloft.net>
9241
9242 PR/67622
9243 Revert:
9244 2015-09-11 David S. Miller <davem@davemloft.net>
9245
9246 * config/sparc/constraints.md: Make "U" constraint a real register
9247 constraint.
9248 * config/sparc/sparc.c (TARGET_LRA_P): Define.
9249 (D_MODES, DF_MODES): Add missing cast.
9250 (TF_MODES, TF_MODES_NO_S): Include T_MODE.
9251 (OF_MODES, OF_MODES_NO_S): Include O_MODE.
9252 (sparc_register_move_cost): Decrease Niagara/UltrsSPARC memory
9253 cost to 8.
9254 * config/sparc/sparc.h (PROMOTE_MODE): Define.
9255 * config/sparc/sparc.md (*movsi_lo_sum, *movsi_high): Do not
9256 provide these insn when flag_pic.
9257
9258 2015-09-17 David S. Miller <davem@davemloft.net>
9259
9260 * config/sparc/sparc-protos.h (sparc_secondary_memory_needed):
9261 Declare.
9262 * config/sparc/sparc.c (sparc_secondary_memory_needed): New
9263 function.
9264 * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED): Use it.
9265 (HARD_REGNO_CALLER_SAVE_MODE): Define.
9266 * config/sparc/sparc.md (sethi_di_medlow, losum_di_medlow, seth44)
9267 (setm44, setl44, sethh, setlm, sethm, setlo, embmedany_sethi)
9268 (embmedany_losum, embmedany_brsum, embmedany_textuhi)
9269 (embmedany_texthi, embmedany_textulo, embmedany_textlo): Do not
9270 provide when flag_pic.
9271
9272 2015-09-21 Jeff Law <law@redhat.com>
9273
9274 * config/h8300/h8300.md (andsi3_ashift_n_lower): Avoid undefined
9275 behavior.
9276
9277 2015-09-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9278
9279 * config/spu/spu.c (spu_expand_insv): Avoid undefined behavior.
9280
9281 2015-09-21 Richard Biener <rguenther@suse.de>
9282
9283 * passes.c (rest_of_decl_compilation): Do not call
9284 dwarf2out_early_global_decl for aliases.
9285
9286 2015-09-21 Richard Biener <rguenther@suse.de>
9287
9288 PR debug/67664
9289 * dwarf2out.c (add_location_or_const_value_attribute): Remove
9290 attribute parameter. Early exit if either DW_AT_const_value
9291 or DW_AT_location are present already.
9292 (gen_variable_die): Adjust caller.
9293 (dwarf2out_late_global_decl): Likewise.
9294
9295 2015-09-21 Oleg Endo <olegendo@gcc.gnu.org>
9296
9297 PR target/67657
9298 * config/sh/sh.c (sh_remove_overlapping_post_inc,
9299 sh_peephole_emit_move_insn): Add new functions.
9300 * config/sh/sh-protos.h (sh_remove_overlapping_post_inc,
9301 sh_peephole_emit_move_insn): Declere them.
9302 * config/sh/sh.md: Use them in various peephole2 patterns.
9303
9304 2015-09-21 Richard Biener <rguenther@suse.de>
9305
9306 PR middle-end/67651
9307 * rtlanal.c (nonzero_address_p): SYMBOL_REFs may have zero
9308 address with -fno-delete-null-pointer-checks.
9309
9310 2015-09-21 Alan Lawrence <alan.lawrence@arm.com>
9311
9312 * config/rs6000/altivec.md (reduc_splus_<mode>): Rename to...
9313 (reduc_plus_scal_<mode>): ...this, add rs6000_expand_vector_extract.
9314 (reduc_uplus_v16qi): Remove.
9315
9316 * config/rs6000/vector.md (VEC_reduc_name): Change "splus" to "plus".
9317 (reduc_<VEC_reduc_name>_v2df): Remove.
9318 (reduc_<VEC_reduc_name>_v4sf): Remove.
9319 (reduc_<VEC_reduc:VEC_reduc_name>_scal_<VEC_F:name>): New.
9320
9321 * config/rs6000/vsx.md (vsx_reduc_<VEC_reduc_name>_v2df): Declare
9322 gen_ function by removing * prefix.
9323 (vsx_reduc_<VEC_reduc_name>_v4sf): Likewise.
9324
9325 2015-09-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
9326
9327 PR middle-end/60832
9328 * tree-ssa-loop-niter.c (do_warn_aggressive_loop_optimizations):
9329 Print i_bound without converting it to a tree.
9330
9331 2015-09-21 Bilyan Borisov <bilyan.borisov@arm.com>
9332
9333 * config/arm/arm.c (thumb_output_move_mem_multiple): Replaced
9334 operands[4] operands[5] swap with std::swap, removed tmp variable.
9335 (arm_evpc_neon_vzip): Replaced in0/in1 and
9336 out0/out1 swaps with std::swap, removed x variable.
9337 (arm_evpc_neon_vtrn): Replaced in0/int1 and
9338 out0/out1 swaos with std::swap, removed x variable.
9339 (arm_expand_vec_perm_const_1): Replaced
9340 d->op0/d->op1 swap with std::swap, removed x variable.
9341 (arm_evpc_neon_vuzp): Replaced in0/in1 and
9342 out0/out1 swaps with std::swap, removed x variable.
9343
9344 2015-09-21 Jonathan Yong <10walls@gmail.com>
9345
9346 * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search
9347 sysroot/usr/lib/32api for additional win32 libraries,
9348 fixes failing Cygwin bootstrapping.
9349
9350 2015-09-21 Oleg Endo <olegendo@gcc.gnu.org>
9351
9352 * doc/invoke.texi (SH Options): Undocument SH5/SH64 related options.
9353
9354 2015-09-21 Oleg Endo <olegendo@gcc.gnu.org>
9355
9356 PR target/67126
9357 * config/sh/sh.md (*reg_lsb_t): Emit bld insn on SH2A.
9358 (*mov_t_msb_neg): Rewrite negc pattern.
9359
9360 2015-09-20 Wilco Dijkstra <wdijkstr@arm.com>
9361
9362 * config/aarch64/aarch64.c (aarch64_internal_mov_immediate): Cleanup
9363 immediate generation code.
9364
9365 2015-09-20 Wilco Dijkstra <wdijkstr@arm.com>
9366
9367 * config/aarch64/aarch64.c (aarch64_internal_mov_immediate): Remove
9368 redundant immediate generation code.
9369
9370 2015-09-20 Wilco Dijkstra <wdijkstr@arm.com>
9371
9372 * config/aarch64/aarch64.c (aarch64_bitmasks): Remove.
9373 (AARCH64_NUM_BITMASKS): Remove.
9374 (aarch64_bitmasks_cmp): Remove.
9375 (aarch64_build_bitmask_table): Remove.
9376
9377 2015-09-20 Wilco Dijkstra <wdijkstr@arm.com>
9378
9379 * config/aarch64/aarch64.c (aarch64_internal_mov_immediate): Replace
9380 slow immediate matching loops with a faster algorithm.
9381
9382 2015-09-20 Wilco Dijkstra <wdijkstr@arm.com>
9383
9384 * config/aarch64/aarch64.c (aarch64_bitmask_imm): Reimplement using
9385 faster algorithm.
9386
9387 2015-09-20 Jeff Law <law@redhat.com>
9388
9389 PR tree-optimization/47679
9390 * tree-ssa-dom.c (record_temporary_equivalences): No longer static.
9391 * tree-ssa-dom.h (record_temporary_equivalences): Add prototype.
9392 * tree-ssa-threadedge.c: Include tree-ssa-dom.h.
9393 (thread_through_normal_block): Use record_temporary_equivalences.
9394
9395 2015-09-19 Trevor Saunders <tbsaunde@tbsaunde.org>
9396
9397 * coretypes.h (gimple): Change typedef to be a forward declaration.
9398 * gimple.h (gimple_statement_base): rename to gimple.
9399 * (all functions and types using gimple): Adjust.
9400 * *.[ch]: Likewise.
9401
9402 2015-09-19 Andrew Dixie <andrewd@gentrack.com>
9403 David Edelsohn <dje.gcc@gmail.com>
9404
9405 * config/rs6000/xcoff.h (EH_FRAME_IN_DATA_SECTION): Delete.
9406 (ASM_PREFERRED_EH_DATA_FORMAT): Define.
9407 (EH_FRAME_THROUGH_COLLECT2): Define.
9408 (EH_TABLES_CAN_BE_READ_ONLY): Define.
9409 (ASM_OUTPUT_DWARF_PCREL): Define.
9410 (ASM_OUTPUT_DWARF_DATAREL): Define.
9411
9412 2015-09-19 John David Anglin <danglin@gcc.gnu.org>
9413
9414 * config/pa/pa.c (pa_function_ok_for_sibcall): Remove special treatment
9415 of TARGET_ELF32.
9416
9417 2015-09-18 Jeff Law <law@redhat.com>
9418
9419 PR tree-optimization/47679
9420 * tree-ssa-dom.c (avail_exprs_stack): No longer file scoped. Move
9421 it here ...
9422 (dom_opt_dom_walker): New private member holding the avail_exprs_stack
9423 object. Update constructor.
9424 (pass_dominator::execute): Corresponding chagnes to declaration
9425 and initialization of avail_exprs_stack. Update constructor call
9426 for dom_opt_dom_walker object.
9427 (lookup_avail_expr, record_cond): Accept additional argument. Pass
9428 it down to children as needed.
9429 (record_equivalences_from_incoming_edge): Likewise.
9430 (eliminate_redundant_computations): Likewise.
9431 (record_equivalences_from_stmt): Likewise.
9432 (simplify_stmt_for_jump_threading): Likewise.
9433 (record_temporary_equivalences): Likewise.
9434 (optimize_stmt): Likewise.
9435 (dom_opt_dom_walker::thread_across_edge): Update access to
9436 avail_exprs_stack object and pass it to children as needed.
9437 (dom_opt_dom_walker::before_dom_children): Similarly.
9438 (dom_opt_dom_walker::after_dom_children): Similarly.
9439 * tree-ssa-threadedge.c (pfn_simplify): New typedef.
9440 (record_temporary_equivalences_from_stmts_at_dest): Use new typedef.
9441 Add avail_expr_stack argument. Pass it to children as needed.
9442 (dummy_simplify): Likewise.
9443 (simplify_control_stmt_condition): Likewise.
9444 (thread_around_empty_blocks): Likewise.
9445 (thread_through_normal_block): Likewise.
9446 (thread_across_edge): Likewise.
9447 * tree-ssa-threadedge.h (thread_across_edge): Update prototype.
9448 * tree-vrp.c (simplify_stmt_for_jump_threading): Update.
9449
9450 PR tree-optimization/47679
9451 * tree-ssa-dom.c (const_and_copies): No longer file scoped. Move
9452 it here ...
9453 (dom_opt_dom_walker): New private member holding the const_and_copies
9454 object. Update constructor.
9455 (pass_dominator::execute): Corresponding changes to declaration
9456 and initialization of const_and_copies. Update constructor call
9457 for the dom_opt_dom_walker object.
9458 (record_temporary_equivalences): Accept const_and_copies argument
9459 pass it down to children as needed.
9460 (record_equality): Likewise.
9461 (record_equivalences_from_incoming_edge): Likewise.
9462 (cprop_into_successor_phis, optimize_stmt): Likewise.
9463 (eliminate_redundant_computations): Likewise.
9464 (dom_opt_dom_walker::thread_across_edge): Update access to
9465 const_and_copies object and pass it to children as needed.
9466 (dom_opt_dom_walker::before_dom_children): Similarly.
9467 (dom_opt_dom_walker::after_dom_children): Similarly.
9468
9469 PR tree-optimization/47679
9470 * tree-ssa-dom.c (avail_exprs): No longer file scoped. Bury
9471 it into the avail_exprs_stack class.
9472 (pass_dominator::execute): Corresponding changes to declaration
9473 and initialization of avail_exprs. Pass avail_exprs to
9474 dump_dominator_optimization_stats.
9475 (record_cond): Extract avail_exprs from avail_exprs_stack.
9476 (lookup_avail_expr): Similarly.
9477 (htab_staticstics): Remove unnecessary prototype. Move to earlier
9478 position in file.
9479 (dump_dominator_optimization_stats): Make static and prototype.
9480 Add argument for the hash table to dump.
9481 (debug_dominator_optimization_stats): Remove.
9482 * tree-ssa-dom.h (dump_dominator_optimization_stats): Remove
9483 prototype.
9484 (debug_dominator_optimization_stats): Similarly.
9485 * tree-ssa-scopedtables.h (class avail_exprs_stack): Add missing
9486 "void" in prototype for pop_to_marker method. Add accessor method
9487 for the underlying avail_exprs table.
9488
9489 * tree-ssa-threadedge.c: Remove trailing whitespace.
9490
9491 2014-09-18 John David Anglin <danglin@gcc.gnu.org>
9492
9493 * config/pa/pa-protos.h (pa_cint_ok_for_move): Change argument type to
9494 unsigned.
9495 (pa_ldil_cint_p): Likewise.
9496 * config/pa/pa.c (pa_cint_ok_for_move): likewise.
9497 (pa_ldil_cint_p): Likewise. Change signed casts to unsigned.
9498 Update callers.
9499 * config/pa/pa.md: Likewise.
9500
9501 2015-09-18 David Malcolm <dmalcolm@redhat.com>
9502
9503 * Makefile.in (OBJS-libcommon): Add diagnostic-show-locus.o.
9504 * diagnostic.c (adjust_line): Move to diagnostic-show-locus.c.
9505 (diagnostic_show_locus): Likewise.
9506 (diagnostic_print_caret_line): Likewise.
9507 * diagnostic-show-locus.c: New file.
9508
9509 2015-09-18 David Edelsohn <dje.gcc@gmail.com>
9510
9511 * dwarf2out.c (switch_to_eh_frame_section): Add ATTRIBUTE_UNUSED to
9512 "back" parameter. Declare label in #if block.
9513
9514 2015-09-18 Uros Bizjak <ubizjak@gmail.com>
9515
9516 PR middle-end/67619
9517 * except.c (expand_builtin_eh_return): Use copy_addr_to_reg to copy
9518 the address to a register.
9519
9520 2015-09-18 Jeff Law <law@redhat.com>
9521
9522 PR tree-optimization/47679
9523 * Makefile.in (OBJS): Add tree-ssa-phionlycprop.o
9524 * tree-ssa-dom.c: Remove unnecessary header includes.
9525 (remove_stmt_or_phi): Moved from here into tree-ssa-phionlycprop.c
9526 (get_rhs_or_phi_arg, get_lhs_or_phi_result): Likewise.
9527 (propagate_rhs_into_lhs, eliminate_const_or_copy): Likewise.
9528 (eliminate_degenerate_phis_1, pass_phi_only_cprop): Likewise.
9529 (pass_phi_only_cprop::execute): Likewise.
9530 (make_pass_phi_only_cprop): Likewise.
9531 * tree-ssa-phionlycprop.c: New file with moved code. Eliminate
9532 uses of file scoped statics by passing the required objects
9533 as parameters wherever needed.
9534
9535 2015-09-18 Andrew Dixie <andrewd@gentrack.com>
9536 David Edelsohn <dje.gcc@gmail.com>
9537
9538 * defaults.h (EH_FRAME_SECTION_NAME): Depend on
9539 EH_FRAME_THROUGH_COLLECT2.
9540 * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add case for
9541 DW_EH_PE_datarel.
9542 * dwarf2out.c (switch_to_eh_frame_section): Use a read-only section
9543 even if EH_FRAME_SECTION_NAME is undefined. Restrict special
9544 collect2 labels to EH_FRAME_THROUGH_COLLECT2.
9545 * except.c (switch_to_exception_section): Use a read-only section
9546 even if EH_FRAME_SECTION_NAME is undefined.
9547 * system.h (EH_FRAME_IN_DATA_SECTION): Poison.
9548 * collect2.c (write_c_file_stat): Provide dbase on AIX.
9549 (scan_prog_file): Don't export __dso_handle nor
9550 __gcc_unwind_dbase.
9551 * config/rs6000/aix.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
9552 (EH_TABLES_CAN_BE_READ_ONLY): Define.
9553 (ASM_OUTPUT_DWARF_PCREL): Define.
9554 (ASM_OUTPUT_DWARF_DATAREL): Define.
9555 (EH_FRAME_THROUGH_COLLECT2): Define.
9556 (EH_FRAME_IN_DATA_SECTION): Delete.
9557 * config/rs6000/aix61.h (STARTFILE_SPEC): Add crtdbase.o.
9558 * config/rs6000/rs6000-protos.h (rs6000_asm_output_dwarf_pcrel):
9559 Declare.
9560 (rs6000_asm_output_dwarf_datarel): Declare.
9561 * config/rs6000/rs6000.c (rs6000_aix_asm_output_dwarf_pcrel): New.
9562 (rs6000_aix_asm_output_dwarf_datarel): New.
9563 (rs6000_xcoff_asm_init_sections): Don't set exception_section.
9564 * config/spu/spu-elf.h (EH_FRAME_IN_DATA_SECTION): Delete.
9565 (EH_FRAME_THROUGH_COLLECT2): Define.
9566 * config/i386/i386-interix.h (EH_FRAME_IN_DATA_SECTION): Delete.
9567 (EH_FRAME_THROUGH_COLLECT2): Define.
9568 (EH_TABLES_CAN_BE_READ_ONLY): Define.
9569 * doc/tm.texi.in (EH_FRAME_IN_DATA_SECTION): Delete.
9570 (EH_FRAME_THROUGH_COLLECT2): New.
9571 (ASM_OUTPUT_DWARF_DATAREL): New.
9572 * doc/tm.texi: Regenerate.
9573
9574 2015-09-18 Richard Biener <rguenther@suse.de>
9575
9576 * dwarf2out.c (append_entry_to_tmpl_value_parm_die_table): Assert
9577 we're in early phase.
9578 (schedule_generic_params_dies_gen): Likewise.
9579 (gen_remaining_tmpl_value_param_die_attribute): Do only as much
9580 work as possible, retaining unhandled cases.
9581 (gen_scheduled_generic_parms_dies): Set early-dwarf flag and
9582 clear out generic_type_instances at the end.
9583 (dwarf2out_finish): Move call to gen_scheduled_generic_parms_dies...
9584 (dwarf2out_early_finish): ... here. Do most of
9585 gen_remaining_tmpl_value_param_die_attribute here.
9586
9587 2015-09-18 Alan Lawrence <alan.lawrence@arm.com>
9588
9589 PR tree-optimization/67283
9590 * tree-sra.c (type_consists_of_records_p): Rename to...
9591 (scalarizable_type_p): ...this, add case for ARRAY_TYPE.
9592 (completely_scalarize_record): Rename to...
9593 (completely_scalarize): ...this, add ARRAY_TYPE case, move some code to:
9594 (scalarize_elem): New.
9595 (analyze_all_variable_accesses): Follow renamings.
9596
9597 2015-09-18 Richard Biener <rguenther@suse.de>
9598
9599 * dwarf2out.c (add_location_or_const_value_attribute): Do nothing
9600 in early-dwarf.
9601
9602 2015-09-18 Richard Biener <rguenther@suse.de>
9603
9604 PR tree-optimization/66142
9605 * fold-const.c (operand_equal_p): When OEP_ADDRESS_OF
9606 treat MEM[&x] and x the same.
9607 * tree-ssa-sccvn.h (vn_reference_fold_indirect): Remove.
9608 * tree-ssa-sccvn.c (vn_reference_fold_indirect): Return true
9609 when we simplified sth.
9610 (vn_reference_maybe_forwprop_address): Likewise.
9611 (valueize_refs_1): When we simplified through
9612 vn_reference_fold_indirect or vn_reference_maybe_forwprop_address
9613 set valueized_anything to true.
9614 (vn_reference_lookup_3): Use stmt_kills_ref_p to see whether
9615 one ref kills the other instead of just a offset-based test.
9616 * tree-ssa-alias.c (stmt_kills_ref_p): Use OEP_ADDRESS_OF
9617 for the operand_equal_p test to compare bases and also compare
9618 sizes.
9619
9620 2015-09-17 Christian Bruel <christian.bruel@st.com>
9621
9622 * config/arm/arm.md (*call_value_symbol): Fix operand for interworking.
9623
9624 2015-09-17 Richard Henderson <rth@redhat.com>
9625
9626 PR libstdc++/65913
9627 * builtins.c (fold_builtin_atomic_always_lock_free): Handle fake
9628 pointers that encode the alignment of the object.
9629
9630 2015-09-17 Eric Botcazou <ebotcazou@adacore.com>
9631
9632 PR rtl-optimization/66790
9633 * df-problems.c (LIVE): Amend documentation.
9634
9635 2015-09-17 Richard Sandiford <richard.sandiford@arm.com>
9636
9637 * Makefile.in (OBJS): Add optabs-libfuncs.o, optabs-query.o
9638 and optabs-tree.o.
9639 (GTFILES): Replace optabs.c with optabs-libfunc.c.
9640 * genopinit.c (main): Add an include guard to insn-opinit.h.
9641 Protect the rtx_code parts with NUM_RTX_CODE.
9642 * optabs.h: Split parts out to...
9643 * optabs-libfuncs.h, optabs-query.h, optabs-tree.h: ...these new files.
9644 * optabs.c: Split parts out to...
9645 * optabs-libfuncs.c, optabs-query.c, optabs-tree.c: ...these new files.
9646 * cilk-common.c: Include optabs-query.h rather than optabs.h.
9647 * fold-const.c: Likewise.
9648 * target-globals.c: Likewise.
9649 * tree-if-conv.c: Likewise.
9650 * tree-ssa-forwprop.c: Likewise.
9651 * tree-ssa-loop-prefetch.c: Likewise.
9652 * tree-ssa-math-opts.c: Include optabs-tree.h rather than optabs.h.
9653 Remove unncessary include files.
9654 * tree-ssa-phiopt.c: Likewise.
9655 * tree-ssa-reassoc.c: Likewise.
9656 * tree-switch-conversion.c: Likewise.
9657 * tree-vect-data-refs.c: Likewise.
9658 * tree-vect-generic.c: Likewise.
9659 * tree-vect-loop.c: Likewise.
9660 * tree-vect-patterns.c: Likewise.
9661 * tree-vect-slp.c: Likewise.
9662 * tree-vect-stmts.c: Likewise.
9663 * tree-vrp.c: Likewise.
9664 * toplev.c: Include optabs-query.h and optabs-libfuncs.h
9665 rather than optabs.h.
9666 * expr.c: Include optabs-tree.h.
9667 * function.c: Likewise.
9668
9669 2015-09-17 Eric Botcazou <ebotcazou@adacore.com>
9670
9671 PR middle-end/65958
9672 * config/arm/linux-elf.h (STACK_CHECK_STATIC_BUILTIN): Define.
9673 * config/arm/arm-protos.h (output_probe_stack_range): Declare.
9674 * config/arm/arm.c: Include common/common-target.h.
9675 (use_return_insn): Return 0 if the static chain register was saved
9676 above a non-APCS frame.
9677 (arm_compute_static_chain_stack_bytes): Adjust for stack checking.
9678 (struct scratch_reg): New.
9679 (get_scratch_register_on_entry): New function.
9680 (release_scratch_register_on_entry): Likewise.
9681 (arm_emit_probe_stack_range): Likewise.
9682 (output_probe_stack_range): Likewise.
9683 (arm_expand_prologue): Factor out code dealing with the IP register
9684 for nested function and adjust it for stack checking.
9685 Invoke arm_emit_probe_stack_range if static builtin stack checking
9686 is enabled.
9687 (thumb1_expand_prologue): Sorry out if static builtin stack checking
9688 is enabled.
9689 (arm_expand_epilogue): Add the saved static chain register, if any, to
9690 the amount of pre-pushed registers to pop.
9691 (arm_frame_pointer_required): Return true if static stack checking is
9692 enabled and we want to catch the exception with the EABI unwinder.
9693 * config/arm/unspecs.md (UNSPEC_PROBE_STACK): New constant.
9694 (UNSPEC_PROBE_STACK_RANGE): Likewise.
9695 * config/arm/arm.md (probe_stack): New insn.
9696 (probe_stack_range): Likewise.
9697
9698 2015-09-17 Richard Biener <rguenther@suse.de>
9699
9700 * genmatch.c (parser::parse_expr): Improve error message
9701 for mis-placed flags.
9702
9703 2015-09-17 Richard Biener <rguenther@suse.de>
9704
9705 * passes.c (rest_of_decl_compilation): Always call early_global_decl
9706 debug hook when we created a varpool node.
9707 * dwarf2out.c (dwarf2out_late_global_decl): When in LTO call
9708 dwarf2out_early_global_decl, when not just add location or
9709 value attributes to existing DIEs.
9710
9711 2015-09-17 James Greenhalgh <james.greenhalgh@arm.com>
9712
9713 * config/aarch64/aarch64.md (copysigndf3): New.
9714 (copysignsf3): Likewise.
9715
9716 2015-09-17 David S. Miller <davem@davemloft.net>
9717
9718 * config/sparc/sparc-protos.h (sparc_secondary_memory_needed): Declare.
9719 * config/sparc/sparc.c (sparc_secondary_memory_needed): New function.
9720 * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED): Use it.
9721 (HARD_REGNO_CALLER_SAVE_MODE): Define.
9722 * config/sparc/sparc.md (sethi_di_medlow, losum_di_medlow, seth44)
9723 (setm44, setl44, sethh, setlm, sethm, setlo, embmedany_sethi)
9724 (embmedany_losum, embmedany_brsum, embmedany_textuhi)
9725 (embmedany_texthi, embmedany_textulo, embmedany_textlo): Do not
9726 provide when flag_pic.
9727
9728 2015-09-17 Kaz Kojima <kkojima@gcc.gnu.org>
9729
9730 * config/sh/sh.c (label_ref_list_d_pool): Adjust to
9731 object_allocator change.
9732
9733 2015-09-17 Bin Cheng <bin.cheng@arm.com>
9734
9735 PR tree-optimization/66388
9736 * tree-ssa-loop-ivopts.c (struct iv, iv_cand, ivopts_data): New fields.
9737 (dump_iv): Dump no_overflow information.
9738 (alloc_iv): Initialize new field for struct iv.
9739 (mark_bivs): Count number of no_overflow bivs.
9740 (find_deriving_biv_for_expr, record_biv_for_address_use): New
9741 functions.
9742 (idx_find_step): Call new functions above.
9743 (add_candidate_1, add_candidate): New paramter.
9744 (add_iv_candidate_for_biv): Add sizetype cand for BIV.
9745 (get_computation_aff): Simplify convertion of cand for BIV.
9746 (get_computation_cost_at): Step cand's base if necessary.
9747
9748 2015-09-17 Bin Cheng <bin.cheng@arm.com>
9749
9750 * tree-ssa-loop-niter.c (tree_simplify_using_condition_1): New
9751 parameter.
9752 (tree_simplify_using_condition): Ditto.
9753 (simplify_using_initial_conditions): Ditto.
9754 (loop_exits_before_overflow): Pass new argument to function
9755 simplify_using_initial_conditions. Remove case for type conversions
9756 simplification.
9757 * tree-ssa-loop-niter.h (simplify_using_initial_conditions): New
9758 parameter.
9759 * tree-scalar-evolution.c (simple_iv): Simplify type conversions
9760 in iv base using loop initial conditions.
9761
9762 2015-09-16 Jeff Law <law@redhat.com>
9763
9764 PR tree-optimization/47679
9765 * tree-ssa-dom.c (free_edge_info): Factored out of free_all_edge_infos.
9766 (free_all_edge_infos): Use it.
9767 (allocate_edge_info): Free preexisting edge info data.
9768 (pass_dominator::execute): Set up initial edge info structures.
9769 (dom_opt_dom_walker::thread_across_edge): Pass avail_expr_stack to
9770 thread_across_edge.
9771 * tree-ssa-threadedge.c (thread_across_edge): Accept new argument.
9772 If non-null, then push/pop markers appropriately.
9773 * tree-ssa-threadedge.h (thread_across_edge): Update prototype.
9774 * tree-vrp.c (identify_jump_threads): Pass NULL for new argument to
9775 thread-across_edge.
9776
9777 2015-09-16 James Bowman <james.bowman@ftdichip.com>
9778
9779 * config/ft32/ft32.c: Fix the memory address space predicate.
9780
9781 2015-09-16 Kaz Kojima <kkojima@gcc.gnu.org>
9782
9783 PR target/67573
9784 * config/sh/sh.md (call_pcrel): Add early clobber to scratch operand.
9785 (call_value_pcrel, sibcall_pcrel, sibcall_value_pcrel): Likewise.
9786
9787 2015-09-16 Manuel López-Ibáñez <manu@gcc.gnu.org>
9788
9789 * toplev.h (check_global_declaration): Remove declaration.
9790 * toplev.c (check_global_declaration): Move to ...
9791 * cgraphunit.c: ... here. Make it static and pass a symtab_node *.
9792 (analyze_functions): Update call.
9793
9794 2015-09-16 David S. Miller <davem@davemloft.net>
9795
9796 * lra-constraints.c (simplify_operand_subreg): Do not assume that
9797 lowpart of a SUBREG has offset zero.
9798
9799 2015-09-16 Jeff Law <law@redhat.com>
9800
9801 PR tree-optimization/47679
9802 * tree-ssa-dom.c (enum expr_kind): Moved from here to
9803 tree-ssa-scopedtables.h.
9804 (struct hashable_expr, class expr_hash_elt): Likewise.
9805 (struct expr_elt_hasher, class avail_exprs_stack): Likewise.
9806 Move associated methods into tree-ssa-scopedtables.c.
9807 (avail_expr_hash, initialize_expr_from_cond): Similarly.
9808 (hashable_expr_equal_p, add_expr_commutative): Likewise.
9809 (add_hashable_expr): Likewise.
9810 (record_cond): Delete element directly.
9811 * tree-ssa-scopedtables.h (avail_expr_stack, const_and_copies): Add
9812 private copy ctor and assignment operator methods.
9813 (expr_elt_hasher): Inline trivial methods.
9814 (initialize_expr_from_cond): Prototype.
9815 * tree-ssa-scopedtables.c: Add necessary includes, functions and
9816 methods that were previously in tree-ssa-dom.c. Improve various
9817 comments.
9818
9819 2015-09-16 Paolo Carlini <paolo.carlini@oracle.com>
9820
9821 * doc/invoke.texi ([Wsubobject-linkage]): Extend documentation.
9822
9823 2015-09-16 Segher Boessenkool <segher@kernel.crashing.org>
9824
9825 PR bootstrap/67587
9826 * function.c (rest_of_handle_thread_prologue_and_epilogue): Call
9827 fixup_partitions.
9828
9829 2015-09-16 Richard Biener <rguenther@suse.de>
9830
9831 PR middle-end/67253
9832 * cfgexpand.c (expand_gimple_stmt_1): Do not clobber
9833 location of possibly shared trees.
9834
9835 2015-09-16 Richard Biener <rguenther@suse.de>
9836
9837 PR middle-end/67271
9838 * fold-const.c (native_encode_expr): Bail out on bogus offsets.
9839
9840 2015-09-16 Eric Botcazou <ebotcazou@adacore.com>
9841
9842 * tree-ssa-sccvn.c (ao_ref_init_from_vn_reference): Use offset_int for
9843 offset and size computations instead of HOST_WIDE_INT.
9844
9845 2015-09-16 Richard Biener <rguenther@suse.de>
9846
9847 PR middle-end/67442
9848 * fold-const.c (extract_muldiv_1): Properly extend multiplication
9849 result before builting a tree via wide_int_to_tree.
9850
9851 2015-09-16 Mikhail Maltsev <maltsevm@gmail.com>
9852
9853 * Makefile.in: Add memory-block.cc
9854 (pool_allocator::initialize): Use fixed block size.
9855 (pool_allocator::release): Use memory_block_pool.
9856 (pool_allocator::allocate): Likewise.
9857 * asan.c (asan_mem_ref_pool): Adjust to use common block size in all
9858 object pools.
9859 * cfg.c (initialize_original_copy_tables): Likewise.
9860 * cselib.c (elt_list_pool, elt_loc_list_pool,
9861 cselib_val_pool): Likewise.
9862 * df-problems.c (df_chain_alloc): Likewise.
9863 * df-scan.c (df_scan_alloc): Likewise.
9864 * dse.c (cse_store_info_pool, rtx_store_info_pool,
9865 read_info_type_pool, insn_info_type_pool, bb_info_pool,
9866 group_info_pool, deferred_change_pool): Likewise.
9867 * et-forest.c (et_nodes, et_occurrences): Likewise.
9868 * ipa-cp.c (ipcp_cst_values_pool, ipcp_sources_pool,
9869 ipcp_agg_lattice_pool): Likewise.
9870 * ipa-inline-analysis.c (edge_predicate_pool): Likewise.
9871 * ipa-profile.c (histogram_pool): Likewise.
9872 * ipa-prop.c (ipa_refdesc_pool): Likewise.
9873 * ira-build.c (live_range_pool, allocno_pool, object_pool,
9874 initiate_cost_vectors, pref_pool, copy_pool): Likewise.
9875 * ira-color.c (update_cost_record_pool): Likewise.
9876 * lra-lives.c (lra_live_range_pool): Likewise.
9877 * lra.c (lra_insn_reg_pool, lra_copy_pool): Likewise.
9878 * memory-block.cc: New file.
9879 * memory-block.h: New file.
9880 * regcprop.c (queued_debug_insn_change_pool): Use common block size.
9881 * sched-deps.c (sched_deps_init): Likewise.
9882 * sel-sched-ir.c (sched_lists_pool): Likewise.
9883 * stmt.c (expand_case, expand_sjlj_dispatch_table): Likewise.
9884 * tree-sra.c (access_pool): Likewise.
9885 * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Likewise.
9886 * tree-ssa-pre.c (pre_expr_pool, bitmap_set_pool): Likewise.
9887 * tree-ssa-reassoc.c (operand_entry_pool): Likewise.
9888 * tree-ssa-sccvn.c (allocate_vn_table): Likewise.
9889 * tree-ssa-strlen.c (strinfo_pool): Likewise.
9890 * tree-ssa-structalias.c (variable_info_pool): Likewise.
9891 * var-tracking.c (attrs_def_pool, var_pool, valvar_pool,
9892 location_chain_pool, shared_hash_pool, loc_exp_dep_pool): Likewise.
9893
9894 2015-09-15 Max Filippov <jcmvbkbc@gmail.com>
9895
9896 * config/xtensa/xtensa.h (DWARF_ALT_FRAME_RETURN_COLUMN): New
9897 definition.
9898 (DWARF_FRAME_REGISTERS): Reserve space for one extra register in
9899 call0 ABI.
9900
9901 2015-09-15 Max Filippov <jcmvbkbc@gmail.com>
9902
9903 * config/xtensa/xtensa.c (xtensa_call_tls_desc): Use a10 or a2
9904 to pass TLS call argument, according to current ABI.
9905 * config/xtensa/xtensa.md (tls_call pattern): Use callx8 or
9906 callx0 for TLS call, according to current ABI.
9907
9908 2015-09-15 Eric Botcazou <ebotcazou@adacore.com>
9909
9910 * tree-eh.c (lower_try_finally_dup_block): Clear location information
9911 on stack restore statements.
9912 (decide_copy_try_finally): Do not consider a stack restore statement as
9913 coming from sources.
9914
9915 2015-09-15 Uros Bizjak <ubizjak@gmail.com>
9916
9917 * config/alpha/alpha.c (alpha_expand_block_clear): Use
9918 HOST_WIDE_INT_M1U instead of ~(HOST_WIDE_INT)0 when shifting.
9919
9920 2015-09-15 Jeff Law <law@redhat.com>
9921
9922 PR tree-optimization/47679
9923 * tree-ssa-dom.c (expr_hash_elt): Now a class with ctors/dtors,
9924 methods and private members.
9925 (avail_exprs_stack): Similarly. Change type of global
9926 from a pair of expr_hash_elt_t to the new class.
9927 (expr_elt_hasher::hash): Corresponding changes.
9928 (expr_elt_hasher::equal): Similarly.
9929 (avail_expr_hash): Similarly.
9930 (pass_dominator::execute): Similarly.
9931 (dom_opt_dom_walker::thread_across_edge): Similarly.
9932 (record_cond): Similarly.
9933 (dom_opt_dom_walker::before_dom_children): Similarly.
9934 (dom_opt_dom_walker::after_dom_children): Similarly.
9935 (lookup_avail_expr): Likewise.
9936 (initialize_hash_element): Now a expr_hash_elt constructor.
9937 (initialize_hash_element_from_expr): Similarly.
9938 (free_expr_hash_elt_contents): Now a dtor for class expr_hash_elt.
9939 (free_expr_hash_elt): Call dtor for the element.
9940 (remove_local_expressions_from_table): Now the "pop_to_marker"
9941 method in the available_exprs_stack class.
9942 (avail_expr_stack::record_expr): Method factored out.
9943 (print_expr_hash_elt): Now a method in the expr_hash_elt class.
9944 Fix formatting.
9945 (hashable_expr_equal_p): Fix formatting.
9946
9947 2015-09-15 David Malcolm <dmalcolm@redhat.com>
9948
9949 * input.h (location_get_source_line): Drop "expanded_location"
9950 param in favor of a file and line number.
9951 * input.c (location_get_source_line): Likewise.
9952 (dump_location_info): Update for change in signature of
9953 location_get_source_line.
9954 * diagnostic.c (diagnostic_print_caret_line): Likewise.
9955
9956 2015-09-15 Eric Botcazou <ebotcazou@adacore.com>
9957
9958 * defaults.h (STACK_OLD_CHECK_PROTECT): Adjust for -fno-exceptions.
9959 Bump to 4KB for SJLJ exceptions.
9960 (STACK_CHECK_PROTECT): Likewise. Bump to 8KB for SJLJ exceptions.
9961 * doc/tm.texi.in (STACK_CHECK_PROTECT): Adjust.
9962 * doc/tm.texi: Regenerate.
9963
9964 2015-09-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9965
9966 * config/arm/arm.c (arm_gen_constant): Use HOST_WIDE_INT_M1U instead
9967 of -1 when shifting. Change type of val to unsigned HOST_WIDE_INT.
9968 Update prototype.
9969
9970 2015-09-15 Richard Biener <rguenther@suse.de>
9971
9972 PR tree-optimization/67470
9973 * tree-ssa-loop-im.c (execute_sm_if_changed): Preserve PHI
9974 structure for PHI hoisting by inserting a forwarder block
9975 if appropriate.
9976
9977 2015-09-15 Christian Bruel <christian.bruel@st.com>
9978
9979 * config/arm/arm.c (TARGET_OPTION_PRINT): Define.
9980 (arm_option_print): New function.
9981
9982 2015-09-15 Christian Bruel <christian.bruel@st.com>
9983
9984 PR target/52144
9985 * config/arm/arm.c (arm_option_params_internal): Remove opts parameter.
9986 * config/arm/arm-c.c (arm_cpu_builtins): Declare static.
9987 Remove flags parameter.
9988 * config/arm/arm.h (TARGET_32BIT_P, TARGET_ARM_QBIT_P)
9989 (TARGET_ARM_SAT_P, TARGET_IDIV_P, TARGET_HAVE_LDREX_P)
9990 (TARGET_HAVE_LDREXBH_P, TARGET_HAVE_LDREXD_P, TARGET_DSP_MULTIPLY_P)
9991 (TARGET_ARM_FEATURE_LDREX_P, TARGET_INT_SIMD_P): Redefine macros with...
9992 (TARGET_ARM_SAT, TARGET_IDIV, TARGET_HAVE_LDREX)
9993 (TARGET_HAVE_LDREXBH, TARGET_HAVE_LDREXD, TARGET_ARM_FEATURE_LDREX)
9994 (TARGET_DSP_MULTIPLY, TARGET_INT_SIMD): Redefined macros.
9995 * config/arm/arm-protos.h (arm_cpu_builtins): Remove declaration.
9996
9997 2015-09-15 Alan Lawrence <alan.lawrence@arm.com>
9998
9999 * config/aarch64/aarch64.h (AARCH64_VALID_SIMD_DREG_MODE): New.
10000
10001 * config/aarch64/aarch64.c (aarch64_array_mode_supported_p): Add
10002 AARCH64_VALID_SIMD_DREG_MODE.
10003
10004 2015-09-15 Alan Lawrence <alan.lawrence@arm.com>
10005
10006 * config/aarch64/aarch64-simd.md (aarch64_ld2r<mode>,
10007 aarch64_ld3r<mode>, aarch64_ld4r<mode>): Combine together, making...
10008 (aarch64_simd_ld<VSTRUCT:nregs>r<VALLDIF:mode>): ...this.
10009 (aarch64_ld2_lane<mode>, aarch64_ld3_lane<mode>,
10010 aarch64_ld4_lane<mode>): Combine together, making...
10011 (aarch64_ld<VSTRUCT:nregs>_lane<VALLDIF:mode>): ...this.
10012 (aarch64_st2_lane<mode>, aarch64_st3_lane<mode>,
10013 aarch64_st4_lane<mode>): Combine together, making...
10014 (aarch64_st<VSTRUCT:nregs>_lane<VALLDIF:mode>): ...this.
10015 * config/aarch64/iterators.md (nregs): Add comment.
10016
10017 2015-09-15 Alan Lawrence <alan.lawrence@arm.com>
10018
10019 * config/aarch64/aarch64-simd.md (aarch64_simd_ld2r<mode>):
10020 Change operand mode from <V_TWO_ELEM> to BLK.
10021 (aarch64_vec_load_lanesoi_lane<mode>): Likewise.
10022 (aarch64_vec_store_lanesoi_lane<mode): Likewise
10023 (aarch64_ld2r<mode>): Generate MEM rtx with BLKmode, call set_mem_size.
10024 (aarch64_ld2_lane<mode>): Likewise.
10025 (aarch64_st2_lane<VQ:mode>): Likewise.
10026 * config/aarch64/iterators.md (V_TWO_ELEM): Remove.
10027
10028 2015-09-15 Alan Lawrence <alan.lawrence@arm.com>
10029
10030 * config/aarch64/aarch64-simd.md (aarch64_simd_ld4r<mode>):
10031 Change operand mode from <V_FOUR_ELEM> to BLK.
10032 (aarch64_vec_load_lanesxi_lane<mode>): Likewise.
10033 (aarch64_vec_store_lanesxi_lane<mode): Likewise.
10034 (aarch64_ld4r<mode>): Generate MEM rtx with BLKmode, call set_mem_size.
10035 (aarch64_ld4_lane<mode>): Likewise.
10036 (aarch64_st4_lane<mode>): Likewise.
10037 * config/aarch64/iterators.md (V_FOUR_ELEM): Remove.
10038
10039 2015-09-15 Richard Biener <rguenther@suse.de>
10040
10041 PR middle-end/67563
10042 * gimple-fold.c (gimplify_and_update_call_from_tree): Do not
10043 transfer EH info from old to new stmt.
10044 (replace_call_with_value): Likewise.
10045 (replace_call_with_call_and_fold): Likewise.
10046 (gimple_fold_builtin_memory_op): Likewise.
10047 (gimple_fold_builtin_memset): Likewise.
10048 (gimple_fold_builtin_stpcpy): Likewise.
10049 (gimple_fold_call): Likewise.
10050
10051 2015-09-15 Alan Lawrence <alan.lawrence@arm.com>
10052
10053 * config/aarch64/aarch64.c (aarch64_simd_attr_length_rglist): Update
10054 comment.
10055 * config/aarch64/aarch64-builtins.c (ei_UP): Remove.
10056 (aarch64_simd_intEI_type_node): Likewise.
10057 (aarch64_simd_builtin_std_type): Remove EImode case.
10058 (aarch64_init_simd_builtin_types): Don't create/add intEI_type_node.
10059 * config/aarch64/aarch64-modes.def: Remove EImode.
10060
10061 2015-09-15 Alan Lawrence <alan.lawrence@arm.com>
10062
10063 * config/aarch64/aarch64-simd.md (aarch64_simd_ld3r<mode>):
10064 Change operand mode from <V_THREE_ELEM> to BLK.
10065 (aarch64_vec_load_lanesci_lane<mode>): Likewise.
10066 (aarch64_vec_store_lanesci_lane<mode>): Likewise.
10067 (aarch64_ld3r<mode>): Generate MEM rtx with BLKmode, call set_mem_size.
10068 (aarch64_ld3_lane<mode>): Likewise.
10069 (aarch64_st3_lane<mode>): Likewise.
10070 * config/aarch64/iterators.md (V_THREE_ELEM): Remove.
10071
10072 2015-09-15 Alan Lawrence <alan.lawrence@arm.com>
10073
10074 * config/aarch64/aarch64-simd.md
10075 (aarch64_ld2<mode>_dreg VD & DX, aarch64_st2<mode>_dreg VD & DX ):
10076 Change all TImode operands to BLKmode.
10077 (aarch64_ld3<mode>_dreg VD & DX, aarch64_st3<mode>_dreg VD & DX):
10078 Change all EImode operands to BLKmode.
10079 (aarch64_ld4<mode>_dreg VD & DX, aarch64_st4<mode>_dreg VD & DX):
10080 Change all OImode operands to BLKmode.
10081
10082 (aarch64_ld<VSTRUCT:nregs><VDC:mode>): Generate MEM rtx with BLKmode
10083 and call set_mem_size.
10084 (aarch64_st<VSTRUCT:nregs><VDC:mode>): Likewise.
10085
10086 * config/aarch64/iterators.md (VSTRUCT_DREG): Remove.
10087
10088 2015-09-15 Alan Lawrence <alan.lawrence@arm.com>
10089
10090 * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): Rename
10091 to...
10092 (aarch64_vec_store_lanesoi_lane<mode>): ...this.
10093
10094 (vec_store_lanesci_lane<mode>): Rename to...
10095 (aarch64_vec_store_lanesci_lane<mode>): ...this.
10096
10097 (vec_store_lanesxi_lane<mode>): Rename to...
10098 (aarch64_vec_store_lanesxi_lane<mode>): ...this.
10099
10100 (aarch64_st2_lane<mode>, aarch64_st3_lane<mode>,
10101 aarch64_st4_lane<mode>): Follow renaming.
10102
10103 2015-09-15 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10104
10105 * config/s390/s390.c (s390_const_operand_ok): Add missing
10106 brackets.
10107
10108 2015-09-15 Richard Biener <rguenther@suse.de>
10109
10110 PR lto/67568
10111 * lto-streamer.h (lto_location_cache::current_sysp): Properly
10112 initialize.
10113 * lto-streamer-out.c (clear_line_info): Likewise.
10114
10115 2015-09-15 Richard Biener <rguenther@suse.de>
10116
10117 * doc/match-and-simplify.texi: Fix wording.
10118
10119 2015-09-15 Bin Cheng <bin.cheng@arm.com>
10120
10121 * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Strip
10122 unnecessary type conversion in op1.
10123
10124 2015-09-14 Segher Boessenkool <segher@kernel.crashing.org>
10125
10126 * shrink-wrap.c (requires_stack_frame_p): Fix formatting.
10127 (dup_block_and_redirect): Delete function.
10128 (can_dup_for_shrink_wrapping): New function.
10129 (fix_fake_fallthrough_edge): New function.
10130 (try_shrink_wrapping): Rewrite function.
10131 (convert_to_simple_return): Call fix_fake_fallthrough_edge.
10132
10133 2015-09-14 Rich Felker <dalias@libc.org>
10134
10135 * configure.ac: Change target pattern for sh TLS support
10136 test from "sh[34]-*-*" to "sh[123456789lbe]*-*-*".
10137 * configure: Regenerate.
10138
10139 2015-09-14 Jeff Law <law@redhat.com>
10140
10141 PR tree-optimization/47679
10142 * tree-ssa-dom.c (avail_expr_hash): Pass a pointer to a real
10143 type rather than void *.
10144
10145 2015-09-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
10146
10147 PR fortran/67460
10148 * diagnostic.c (diagnostic_initialize): Do not set
10149 some_warnings_are_errors.
10150 (diagnostic_finish): Use DK_WERROR count instead.
10151 (diagnostic_report_diagnostic): Do not set
10152 some_warnings_are_errors.
10153 * diagnostic.h (struct diagnostic_context): Remove
10154 some_warnings_are_errors.
10155
10156 2015-09-14 Richard Sandiford <richard.sandiford@arm.com>
10157
10158 * config/sparc/predicates.md (const_all_ones_operand): Use
10159 CONSTM1_RTX to simplify definition.
10160
10161 2015-09-14 Oleg Endo <olegendo@gcc.gnu.org>
10162
10163 PR target/67061
10164 * config/sh/sh-protos.h (sh_find_set_of_reg): Simplfiy for-loop.
10165 Handle call insns.
10166
10167 2015-09-14 Chung-Lin Tang <cltang@codesourcery.com>
10168
10169 * lto-wrapper.c (merge_and_complain): Add OPT_fdiagnostics_show_caret,
10170 OPT_fdiagnostics_show_option, OPT_fdiagnostics_show_location_, and
10171 OPT_fshow_column to handled saved option cases.
10172 (append_compiler_options): Do not skip the above added options.
10173
10174 2015-09-14 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
10175
10176 PR target/63304
10177 * config/aarch64/aarch64.c (aarch64_expand_mov_immediate): Handle
10178 nopcrelative_literal_loads.
10179 (aarch64_classify_address): Likewise.
10180 (aarch64_constant_pool_reload_icode): Define.
10181 (aarch64_secondary_reload): Handle secondary reloads for
10182 literal pools.
10183 (aarch64_override_options): Handle nopcrelative_literal_loads.
10184 (aarch64_classify_symbol): Handle nopcrelative_literal_loads.
10185 * config/aarch64/aarch64.md (aarch64_reload_movcp<GPF_TF:mode><P:mode>):
10186 Define.
10187 (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
10188 * config/aarch64/aarch64.opt (mpc-relative-literal-loads): New option.
10189 * config/aarch64/predicates.md (aarch64_constant_pool_symref): New
10190 predicate.
10191 * doc/invoke.texi (mpc-relative-literal-loads): Document.
10192
10193 2015-09-14 John David Anglin <danglin@gcc.gnu.org>
10194
10195 PR middle-end/67401
10196 * optabs.c (expand_atomic_compare_and_swap): Move result of emitting
10197 sync_compare_and_swap_optab libcall to target_oval.
10198
10199 2015-09-14 Marek Polacek <polacek@redhat.com>
10200
10201 * rtlanal.c (split_double): Cast to unsigned when shifting a negative
10202 value.
10203 * sched-int.h (UNKNOWN_DEP_COST): Likewise.
10204
10205 2015-09-11 Mark Wielaard <mjw@redhat.com>
10206
10207 PR c/28901
10208 * toplev.c (check_global_declaration): Check and use
10209 warn_unused_const_variable.
10210 * doc/invoke.texi (Warning Options): Add -Wunused-const-variable.
10211 (-Wunused-variable): Remove non-constant. For C implies
10212 -Wunused-const-variable.
10213 (-Wunused-const-variable): New.
10214
10215 2015-09-14 Richard Biener <rguenther@suse.de>
10216
10217 * doc/match-and-simplify.texi: Update for changed syntax
10218 of inner ifs and the new switch expression.
10219
10220 2015-09-14 Yuri Rumyantsev <ysrumyan@gmail.com>
10221
10222 * config/i386/haswell.md: New file describing Haswell pipeline.
10223 * config/i386/i386.c (processor_alias_table): Use CPU_HASWELL for
10224 haswell-like processors.
10225 (ix86_reassociation_width): Increase reassociation width for 64-bit
10226 Haswell processor family.
10227 * config/i386/i386.md: Introduce haswell cpu and include new md file.
10228
10229 2015-09-14 Richard Biener <rguenther@suse.de>
10230
10231 * doc/match-and-simplify.texi: Fixup some formatting issues
10232 and document the 's' flag.
10233
10234 2015-09-13 Olivier Hainque <hainque@adacore.com>
10235 Eric Botcazou <ebotcazou@adacore.com>
10236
10237 * config.gcc (visium-*-*): Enable --with-cpu option, accept gr5 and
10238 gr6 as possible values, defaulting to gr5. Set target_cpu_default2.
10239 * config/visium/visium.h (OPTION_DEFAULT_SPECS): Define.
10240 (TARGET_CPU_gr5): Likewise.
10241 (TARGET_CPU_gr6): Likewise.
10242 (MULTILIB_DEFAULTS): Likewise.
10243 * config/visium/t-visium (MULTILIB_OPTIONS): Request distinct variants
10244 for mcpu=gr5 and mcpu=gr6.
10245 (MULTILIB_DIRNAMES): Adjust accordingly.
10246
10247 2015-09-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10248
10249 * tree-ssa-loop-im.c (mem_ref_loc_p): Remove typedef.
10250 (mem_ref_p): Likewise.
10251 (outermost_indep_loop): Adjust.
10252 (mem_ref_in_stmt): Likewise.
10253 (determine_max_movement): Likewise.
10254 (mem_ref_alloc): Likewise.
10255 (record_mem_ref_loc): Likewise.
10256 (set_ref_stored_in_loop): Likewise.
10257 (mark_ref_stored): Likewise.
10258 (gather_mem_refs_stmt): Likewise.
10259 (mem_refs_may_alias_p): Likewise.
10260 (for_all_locs_in_loop): Likewise.
10261 (struct rewrite_mem_ref_loc): Likewise.
10262 (rewrite_mem_refs): Likewise.
10263 (struct first_mem_ref_loc_1): Likewise.
10264 (first_mem_ref_loc): Likewise.
10265 (struct sm_set_flag_if_changed): Likewise.
10266 (execute_sm_if_changed_flag_set): Likewise.
10267 (execute_sm): Likewise.
10268 (hoist_memory_references):
10269 (struct ref_always_accessed): Likewise.
10270 (ref_always_accessed_p): Likewise.
10271 (refs_independent_p): Likewise.
10272 (record_dep_loop): Likewise.
10273 (ref_indep_loop_p_1): Likewise.
10274 (ref_indep_loop_p_2): Likewise.
10275 (ref_indep_loop_p): Likewise.
10276 (can_sm_ref_p): Likewise.
10277 (find_refs_for_sm): Likewise.
10278 (tree_ssa_lim_finalize): Likewise.
10279
10280 2015-09-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10281
10282 * dwarf2out.c (dw_attr_ref): Remove typedef.
10283 (dw_line_info_ref): Likewise.
10284 (pubname_ref): Likewise.
10285 (dw_ranges_ref): Likewise.
10286 (dw_ranges_by_label_ref): Likewise.
10287 (comdat_type_node_ref): Likewise.
10288 (get_AT): Adjust.
10289 (get_AT_low_pc): Likewise.
10290 (get_AT_hi_pc): Likewise.
10291 (get_AT_string): Likewise.
10292 (get_AT_flag): Likewise.
10293 (get_AT_unsigned): Likewise.
10294 (get_AT_ref): Likewise.
10295 (get_AT_file): Likewise.
10296 (remove_AT): Likewise.
10297 (print_die): Likewise.
10298 (check_die): Likewise.
10299 (die_checksum): Likewise.
10300 (attr_checksum_ordered): Likewise.
10301 (struct checksum_attributes): Likewise.
10302 (collect_checksum_attributes): Likewise.
10303 (die_checksum_ordered): Likewise.
10304 (same_die_p): Likewise.
10305 (is_declaration_die): Likewise.
10306 (clone_die): Likewise.
10307 (clone_as_declaration): Likewise.
10308 (copy_declaration_context): Likewise.
10309 (break_out_comdat_types): Likewise.
10310 (copy_decls_walk): Likewise.
10311 (output_location_lists): Likewise.
10312 (external_ref_hasher::hash): Likewise.
10313 (optimize_external_refs_1): Likewise.
10314 (build_abbrev_table): Likewise.
10315 (size_of_die): Likewise.
10316 (unmark_all_dies): Likewise.
10317 (size_of_pubnames): Likewise.
10318 (output_die_abbrevs): Likewise.
10319 (output_die): Likewise.
10320 (output_pubnames): Likewise.
10321 (add_ranges_num): Likewise.
10322 (add_ranges_by_labels): Likewise.
10323 (add_high_low_attributes): Likewise.
10324 (gen_producer_string): Likewise.
10325 (dwarf2out_set_name): Likewise.
10326 (new_line_info_table): Likewise.
10327 (prune_unused_types_walk_attribs): Likewise.
10328 (prune_unused_types_update_strings): Likewise.
10329 (prune_unused_types): Likewise.
10330 (resolve_addr): Likewise.
10331 (optimize_location_lists_1): Likewise.
10332 (index_location_lists): Likewise.
10333 (dwarf2out_finish): Likewise.
10334
10335 2015-09-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10336
10337 * dwarf2cfi.c (dw_trace_info_ref): Remove typedef.
10338
10339 2015-09-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10340
10341 * tree-vrp.c (struct assert_locus_d): Rename to assert_locus.
10342 (dump_asserts_for): Adjust.
10343 (register_new_assert_for): Likewise.
10344 (process_assert_insertions): Likewise.
10345 (insert_range_assertions): Likewise.
10346
10347 2015-09-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10348
10349 * tree-ssa-ter.c (temp_expr_table_d): Rename to temp_expr_table
10350 and remove typedef.
10351 (new_temp_expr_table): Adjust.
10352 (free_temp_expr_table): Likewise.
10353 (version_to_be_replaced_p): Likewise.
10354 (make_dependent_on_partition): Likewise.
10355 (add_to_partition_kill_list): Likewise.
10356 (remove_from_partition_kill_list): Likewise.
10357 (add_dependence): Likewise.
10358 (finished_with_expr): Likewise.
10359 (process_replaceable): Likewise.
10360 (kill_expr): Likewise.
10361 (kill_virtual_exprs): Likewise.
10362 (mark_replaceable): Likewise.
10363 (find_replaceable_in_bb): Likewise.
10364 (find_replaceable_exprs): Likewise.
10365 (debug_ter): Likewise.
10366
10367 2015-09-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10368
10369 * bt-load.c (struct btr_def_group): Rename from btr_def_group_s.
10370 (struct btr_user): Rename from btr_user_s.
10371 (struct btr_def): Rename from btr_def_s.
10372 (find_btr_def_group): Adjust.
10373 (add_btr_def): Likewise.
10374 (new_btr_user): Likewise.
10375 (note_other_use_this_block): Likewise.
10376 (compute_defs_uses_and_gen): Likewise.
10377 (link_btr_uses): Likewise.
10378 (build_btr_def_use_webs): Likewise.
10379 (block_at_edge_of_live_range_p): Likewise.
10380 (btr_def_live_range): Likewise.
10381 (combine_btr_defs): Likewise.
10382 (move_btr_def): Likewise.
10383 (migrate_btr_def): Likewise.
10384 (migrate_btr_defs): Likewise.
10385
10386 2015-09-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10387
10388 * var-tracking.c (shared_hash_def): Rename to shared_hash.
10389 (shared_hash): Remove typedef.
10390 (struct dataflow_set): Adjust.
10391 (shared_hash_unshare): Likewise.
10392 (dataflow_set_merge): Likewise.
10393 (vt_initialize): Likewise.
10394 (vt_finalize): Likewise.
10395
10396 2015-09-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10397
10398 * var-tracking.c (struct location_chain): Rename from
10399 location_chain_def.
10400 (struct variable_part): Adjust.
10401 (variable_htab_free): Likewise.
10402 (unshare_variable): Likewise.
10403 (get_init_value): Likewise.
10404 (get_addr_from_local_cache): Likewise.
10405 (drop_overlapping_mem_locs): Likewise.
10406 (val_reset): Likewise.
10407 (struct variable_union_info): Likewise.
10408 (variable_union): Likewise.
10409 (find_loc_in_1pdv): Likewise.
10410 (insert_into_intersection): Likewise.
10411 (intersect_loc_chains): Likewise.
10412 (canonicalize_loc_order_check): Likewise.
10413 (canonicalize_values_mark): Likewise.
10414 (canonicalize_values_star): Likewise.
10415 (canonicalize_vars_star): Likewise.
10416 (variable_merge_over_cur): Likewise.
10417 (remove_duplicate_values): Likewise.
10418 (variable_post_merge_new_vals): Likewise.
10419 (variable_post_merge_perm_vals): Likewise.
10420 (find_mem_expr_in_1pdv): Likewise.
10421 (dataflow_set_preserve_mem_locs): Likewise.
10422 (dataflow_set_remove_mem_locs): Likewise.
10423 (variable_part_different_p): Likewise.
10424 (onepart_variable_different_p): Likewise.
10425 (find_src_set_src): Likewise.
10426 (dump_var): Likewise.
10427 (set_slot_part): Likewise.
10428 (clobber_slot_part): Likewise.
10429 (delete_slot_part): Likewise.
10430 (vt_expand_var_loc_chain): Likewise.
10431 (emit_note_insn_var_location): Likewise.
10432 (vt_finalize): Likewise.
10433
10434 2015-09-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10435
10436 * dse.c (store_info_t): Remove typedef.
10437 (group_info_t): Likewise.
10438 (const_group_info_t): Likewise.
10439 (deferred_change_t): Likewise.
10440 (get_group_info): Adjust.
10441 (free_store_info): Likewise.
10442 (canon_address): Likewise.
10443 (clear_rhs_from_active_local_stores): Likewise.
10444 (record_store): Likewise.
10445 (replace_read): Likewise.
10446 (check_mem_read_rtx): Likewise.
10447 (scan_insn): Likewise.
10448 (remove_useless_values): Likewise.
10449 (dse_step1): Likewise.
10450 (dse_step2_init): Likewise.
10451 (dse_step2_nospill): Likewise.
10452 (scan_stores_nospill): Likewise.
10453 (scan_reads_nospill): Likewise.
10454 (dse_step3_exit_block_scan): Likewise.
10455 (dse_step3): Likewise.
10456 (dse_step5_nospill): Likewise.
10457 (dse_step6): Likewise.
10458
10459 2015-09-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10460
10461 * alias.c (alias_set_entry_d): Rename to alias_set_entry.
10462 (alias_set_entry): Remove typedef.
10463 (alias_set_subset_of): Adjust.
10464 (alias_sets_conflict_p): Likewise.
10465 (init_alias_set_entry): Likewise.
10466 (get_alias_set): Likewise.
10467 (new_alias_set): Likewise.
10468 (record_alias_subset): Likewise.
10469
10470 2015-09-13 Gerald Pfeifer <gerald@pfeifer.com>
10471
10472 * doc/install.texi (Downloading the source): Mark up
10473 contrib/download_prerequisites properly and drop leading "./".
10474
10475 2015-09-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10476
10477 * config/arc/arc.h: Remove define of STRUCT_VALUE.
10478 * config/lm32/lm32.h: Likewise.
10479 * config/mep/mep.h: Likewise.
10480 * config/visium/visium.h: Likewise.
10481 * system.h: Poison STRUCT_VALUE macro.
10482
10483 2015-09-12 John David Anglin <danglin@gcc.gnu.org>
10484
10485 * config/pa/pa.c (pa_output_move_double): Enhance to handle HIGH
10486 CONSTANT_P operands.
10487
10488 2015-09-11 David S. Miller <davem@davemloft.net>
10489
10490 * config/sparc/constraints.md: Make "U" constraint a real register
10491 constraint.
10492 * config/sparc/sparc.c (TARGET_LRA_P): Define.
10493 (D_MODES, DF_MODES): Add missing cast.
10494 (TF_MODES, TF_MODES_NO_S): Include T_MODE.
10495 (OF_MODES, OF_MODES_NO_S): Include O_MODE.
10496 (sparc_register_move_cost): Decrease Niagara/UltrsSPARC memory
10497 cost to 8.
10498 * config/sparc/sparc.h (PROMOTE_MODE): Define.
10499 * config/sparc/sparc.md (*movsi_lo_sum, *movsi_high): Do not
10500 provide these insn when flag_pic.
10501
10502 2015-09-11 Jeff Law <law@redhat.com>
10503
10504 PR tree-optimization/47679
10505 * tree-ssa-dom.c (struct cond_equivalence): Update comment.
10506 * tree-ssa-scopedtables.h (class const_and_copies): Prefix data
10507 member with m_. Update inline member functions as necessary. Add
10508 toplevel comment.
10509 * tree-ssa-scopedtables.c: Update const_and_copies's member
10510 functions to use m_ prefix to access the stack.
10511
10512 2015-09-11 Aditya Kumar <aditya.k7@samsung.com>
10513
10514 * graphite-optimize-isl.c (disable_tiling): Remove.
10515 (get_schedule_for_band): Do not use disable_tiling.
10516 (get_prevector_map): Delete function.
10517 (enable_polly_vector): Remove.
10518 (get_schedule_for_band_list): Remove dead code.
10519
10520 2015-09-11 Aditya Kumar <aditya.k7@samsung.com>
10521
10522 * graphite-optimize-isl.c (get_tile_map): Refactor.
10523 (get_schedule_for_band): Same.
10524 (getScheduleForBand): Same.
10525 (get_prevector_map): Same.
10526 (get_schedule_for_band_list): Same.
10527 (get_schedule_map): Same.
10528 (get_single_map): Same.
10529 (apply_schedule_map_to_scop): Same.
10530 (optimize_isl): Same.
10531
10532 2015-09-10 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
10533
10534 PR target/63304
10535 * config/aarch64/aarch.md (mov<mode>:GPF_F16): Use GPF_TF_F16.
10536 (movtf): Delete.
10537 * config/aarch64/iterators.md (GPF_TF_F16): New.
10538 (GPF_F16): Delete.
10539
10540 2015-09-10 Nathan Sidwell <nathan@acm.org>
10541
10542 * config/nvptx/nvptx.c (nvptx_expand_call): Add spacing.
10543 (nvptx_reorg): Adjust comments.
10544
10545 2015-09-15 John David Anglin <danglin@gcc.gnu.org>
10546
10547 PR bootstrap/67363
10548 * configure.ac: Check if setenv and unsetenv are declared.
10549 * configure: Rebuild.
10550 * config.in: Rebuild.
10551 * system.h: Declare setenv and unsetenv if not declared.
10552
10553 2015-09-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10554
10555 * config/rs6000/rs6000.c (swap_web_entry): Update preceding
10556 commentary to simplify permute mask adjustment equation.
10557 (special_handling_values): Add SH_VPERM.
10558 (const_load_sequence_p): New function.
10559 (insn_is_swappable_p): Add logic to recognize an UNSPEC_VPERM with
10560 the mask loaded from the constant pool.
10561 (adjust_vperm): New function.
10562 (handle_special_swappables): Call adjust_vperm.
10563 (dump_swap_insn_table): Handle SH_VPERM.
10564
10565 2015-09-10 H.J. Lu <hongjiu.lu@intel.com>
10566
10567 * shrink-wrap.c (requires_stack_frame_p): Remove static.
10568 * shrink-wrap.h (requires_stack_frame_p): Put back.
10569
10570 2015-09-10 Richard Sandiford <richard.sandiford@arm.com>
10571
10572 * reload1.c (elimination_costs_in_insn): Locally turn
10573 -Wmaybe-uninitialized into a warning.
10574
10575 2015-09-10 Segher Boessenkool <segher@kernel.crashing.org>
10576
10577 * shrink-wrap.c (requires_stack_frame_p): Make static.
10578 (prepare_shrink_wrap): Likewise.
10579 (dup_block_and_redirect): Likewise.
10580 * shrink-wrap.h: Remove declarations of those functions.
10581
10582 2015-09-10 Mark Wielaard <mjw@redhat.com>
10583
10584 * doc/invoke.texi (Wnonnull): Also warns when comparing against NULL.
10585
10586 2015-09-10 Oleg Endo <olegendo@gcc.gnu.org>
10587
10588 PR target/67506
10589 * config/sh/sh.c (sh_extending_set_of_reg::use_as_extended_reg): Add
10590 missing simplify_gen_subreg.
10591
10592 2015-09-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10593
10594 * config/s390/s390.c (s390_contiguous_bitmask_vector_p): Reject if
10595 the vector element is bigger than 64 bit.
10596
10597 2015-09-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10598
10599 * config/s390/vx-builtins.md ("vec_vmal<mode>", "vec_vmah<mode>")
10600 ("vec_vmalh<mode>"): Change mode iterator from VI_HW to VI_HW_QHS.
10601
10602 2015-09-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10603
10604 * config/s390/s390.c: Add V1TImode to constant pool modes.
10605
10606 2015-09-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10607
10608 PR target/67439
10609 * config/arm/arm.md (*arm32_movhf): Remove !arm_restrict_it from
10610 predicate. Set predicable_short_it attr to "no".
10611
10612 2015-09-10 Jiong Wang <jiong.wang@arm.com>
10613
10614 PR rtl-optimization/67421
10615 * expr.c (expand_expr_real_2): Cost instrcution sequences when doing
10616 left wide shift tranformation.
10617
10618 2015-09-10 Claudiu Zissulescu <claziss@synopsys.com>
10619
10620 * common/config/arc/arc-common.c: Remove references to A5.
10621 * config/arc/arc-opts.h: Likewise.
10622 * config/arc/arc.c, config/arc/arc.h, config/arc/arc.md: Likewise.
10623 * config/arc/arc.opt, config/arc/constraints.md: Likewise.
10624 * config/arc/t-arc-newlib: Likewise.
10625
10626 2015-09-10 Claudiu Zissulescu <claziss@synopsys.com>
10627
10628 * config/arc/arc.md (length): Fix attribute length for conditional
10629 executed instructions with long immediate.
10630
10631 2015-09-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10632
10633 * config/aarch64/aarch64.md (*and<mode>3nr_compare0): Use logics_imm
10634 type for second alternative.
10635
10636 2015-09-10 Markus Trippelsdorf <markus@trippelsdorf.de>
10637
10638 * doc/invoke.texi (Downloading GCC): Mention
10639 contrib/download_prerequisites script.
10640
10641 2015-09-10 Jakub Jelinek <jakub@redhat.com>
10642
10643 PR c++/67523
10644 * gimplify.c (gimplify_omp_for): If inner stmt is not found
10645 for combined loop, assert seen_error () and return GS_ERROR.
10646
10647 PR middle-end/67521
10648 * gimplify.c (gimplify_omp_for): Don't call omp_add_variable
10649 if decl is already in outer->variables.
10650
10651 PR middle-end/67517
10652 * gimplify.c (gimplify_scan_omp_clauses): Instead of
10653 asserting that decl is not specified in octx->variables,
10654 break out of the loop if it is.
10655
10656 PR c++/67514
10657 * gimplify.c (gimplify_omp_for): For loop SIMD construct, if
10658 iterator is not explicitly determined, but is defined inside
10659 of the combined workshare region, handle it like if it has
10660 DECL_EXPR in OMP_FOR_PRE_BODY.
10661
10662 2015-09-09 Nathan Sidwell <nathan@acm.org>
10663
10664 * config/nvptx/nvptx.md (call_operation): Move bound out of loop.
10665 (*cmp<mode>): Add assembler spacing.
10666 (setcc_int<mode>, set_cc_float<mode>): Likewise.
10667 * config/nvptx/nvptx.c (nvptx_option_override): Override debug
10668 level.
10669 (write_func_decl_from_insn): Refactor argument loops & comma emission.
10670 (nvptx_expand_call): Likewise.
10671 (nvptx_output_call_insn): Likewise.
10672 (nvptx_reorg_subreg): Add spacing.
10673
10674 2015-09-09 Marek Polacek <polacek@redhat.com>
10675
10676 PR middle-end/67512
10677 * tree-ssa-uninit.c (pred_equal_p): Only call invert_tree_comparison
10678 for comparisons.
10679
10680 2015-09-09 Paolo Carlini <paolo.carlini@oracle.com>
10681
10682 PR c++/53184
10683 * doc/invoke.texi ([Wsubobject-linkage]): Document.
10684
10685 2015-09-09 Tom de Vries <tom@codesourcery.com>
10686
10687 * params-list.h: Add missing copyright notice.
10688
10689 2015-09-09 Nathan Sidwell <nathan@acm.org>
10690
10691 * config/nvptx/nvptx.md (atomic_compare_and_swap<mode>): Use
10692 sel_truesi, not andsi.
10693
10694 2015-09-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10695
10696 * config/arm/arm.md (*subsi3_compare0): Rename to...
10697 (subsi3_compare0): ... This.
10698 (modsi3): New define_expand.
10699 * config/arm/arm.c (arm_new_rtx_costs, MOD case): Handle case
10700 when operand is power of 2.
10701
10702 2015-09-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10703
10704 * config/aarch64/aarch64.md (mod<mode>3): New define_expand.
10705 (*neg<mode>2_compare0): Rename to...
10706 (neg<mode>2_compare0): ... This.
10707 * config/aarch64/aarch64.c (aarch64_rtx_costs, MOD case):
10708 Move check for speed inside the if-then-elses. Reflect
10709 CSNEG sequence in MOD by power of 2 case.
10710
10711 2015-09-09 Alan Modra <amodra@gmail.com>
10712
10713 PR target/67378
10714 * config/rs6000/rs6000.c (rs6000_secondary_reload_gpr): Find
10715 reload replacement for PRE_MODIFY address reg.
10716
10717 2015-09-09 Sebastian Pop <s.pop@samsung.com>
10718
10719 PR tree-optimization/53852
10720 * config.in: Regenerate.
10721 * configure: Regenerate.
10722 * configure.ac (HAVE_ISL_CTX_MAX_OPERATIONS): Detect.
10723 * graphite-optimize-isl.c (optimize_isl): Stop computation when
10724 PARAM_MAX_ISL_OPERATIONS is reached.
10725 * params.def (PARAM_MAX_ISL_OPERATIONS): Add.
10726 * graphite-dependences.c (extend_schedule): Remove gcc_asserts on
10727 result equal to isl_stat_ok as the status now can be isl_error_quota.
10728 (subtract_commutative_associative_deps): Same.
10729 (compute_deps): Same.
10730
10731 2015-09-08 Aditya Kumar <hiraditya@msn.com>
10732 Sebastian Pop <s.pop@samsung.com>
10733
10734 * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
10735 Return the parameter if it was saved in corresponding
10736 parameter_rename_map of the region.
10737 (copy_def): Copy def from sese region to the newly created region.
10738 (copy_internal_parameters): Copy all the internal parameters defined
10739 within a region to the newly created region.
10740 (graphite_regenerate_ast_isl): Copy parameters to the new region before
10741 translating isl to gimple.
10742 * graphite-scop-detection.c (graphite_can_represent_loop): Bail out if
10743 the loop-nest does not have any data-references.
10744 (build_graphite_scops): Create a scop only when there is at least one
10745 loop inside it.
10746 (contains_only_close_phi_nodes): Deleted.
10747 (print_graphite_scop_statistics): Deleted
10748 (print_graphite_statistics): Deleted
10749 (limit_scops): Deleted.
10750 (build_scops): Removed call to limit_scops.
10751 * sese.c (new_sese): Construct.
10752 (free_sese): Destruct.
10753 (sese_add_exit_phis_edge): update_stmt after exit phi edge has been
10754 added.
10755 (set_rename): Pass sese region so that parameters inside the region can
10756 be added to its parameter_rename_map.
10757 (rename_uses): Pass sese region.
10758 (graphite_copy_stmts_from_block): Do not copy parameters that have been
10759 generated in the header of the scop. For each SSA_NAME in the
10760 parameter_rename_map rename its usage.
10761 (invariant_in_sese_p_rec): Return false if tree t is defined outside
10762 sese region.
10763 (scalar_evolution_in_region): If the tree t is invariant just return t.
10764 * sese.h: Added a parameter renamne map (parameter_rename_map_t) to
10765 struct sese to keep track of all the parameters which need renaming.
10766 * tree-data-ref.c (loop_nest_has_data_refs): Check if a loop nest has
10767 any data-refs.
10768 * tree-data-ref.h: Declaration of loop_nest_has_data_refs.
10769
10770 2015-09-08 Tom de Vries <tom@codesourcery.com>
10771
10772 * Makefile.in (generated_files): Add params.list.
10773 (params.list, s-params.list): Add rule.
10774 * params.h (enum compiler_param): Include params-list.h. Move define
10775 DEFPARAM, include params.def and undef DEFPARAM ...
10776 * params-list.h: ... here. New file.
10777
10778 2015-09-08 David Malcolm <dmalcolm@redhat.com>
10779
10780 * pretty-print.h (printer_fn): Fix typo in comment.
10781
10782 2015-09-07 Jeff Law <law@redhat.com>
10783
10784 * tree-ssa-scopedtables.h (class const_and_copies): Fix comment typo.
10785
10786 2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
10787
10788 * doc/sourcebuild.texi (arm_neon_fp16): Correct cross-reference.
10789 (arm_neon_fp16_ok): Document adding of -mfp16-format=ieee flag.
10790 (arm_neon_fp16_hw): New.
10791
10792 2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
10793
10794 * fold-const.c (native_interpret_real): Fix HFmode for bigendian where
10795 UNITS_PER_WORD >= 4.
10796
10797 2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
10798
10799 * config/aarch64/aarch64-simd.md (aarch64_simd_vec_unpacks_lo_<mode>,
10800 aarch64_simd_vec_unpacks_hi_<mode>): New insn.
10801 (vec_unpacks_lo_v4sf, vec_unpacks_hi_v4sf): Delete insn.
10802 (vec_unpacks_lo_<mode>, vec_unpacks_hi_<mode>): New expand.
10803 (aarch64_float_extend_lo_v2df): Rename to...
10804 (aarch64_float_extend_lo_<Vwide>): this, using VDF and so adding V4SF.
10805
10806 * config/aarch64/aarch64-simd-builtins.def (vec_unpacks_hi): Add v8hf.
10807 (float_extend_lo): Add v4sf.
10808
10809 * config/aarch64/arm_neon.h (vcvt_f32_f16, vcvt_high_f32_f16): New.
10810 * config/aarch64/iterators.md (VQ_HSF): New iterator.
10811 (VWIDE, Vwtype, Vhalftype): Add V8HF, V4SF.
10812 (Vwide): New mode_attr.
10813
10814 2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
10815
10816 * config/aarch64/aarch64-simd.md (aarch64_simd_dup<mode>,
10817 aarch64_dup_lane<mode>, aarch64_dup_lane_<vswap_width_name><mode>,
10818 aarch64_simd_vec_set<mode>, vec_set<mode>, vec_perm_const<mode>,
10819 vec_init<mode>, *aarch64_simd_ld1r<mode>, vec_extract<mode>): Add
10820 V4HF and V8HF variants to iterator.
10821
10822 * config/aarch64/aarch64.c (aarch64_evpc_dup): Add V4HF and V8HF cases.
10823
10824 * config/aarch64/iterators.md (VDQF_F16): New.
10825 (VSWAP_WIDTH, vswap_width_name): Add V4HF and V8HF cases.
10826
10827 2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
10828
10829 * config/aarch64/arm_neon.h (vreinterpret_p8_f16, vreinterpret_p16_f16,
10830 vreinterpret_f16_f64, vreinterpret_f16_s8, vreinterpret_f16_s16,
10831 vreinterpret_f16_s32, vreinterpret_f16_s64, vreinterpret_f16_f32,
10832 vreinterpret_f16_u8, vreinterpret_f16_u16, vreinterpret_f16_u32,
10833 vreinterpret_f16_u64, vreinterpret_f16_p8, vreinterpret_f16_p16,
10834 vreinterpretq_f16_f64, vreinterpretq_f16_s8, vreinterpretq_f16_s16,
10835 vreinterpretq_f16_s32, vreinterpretq_f16_s64, vreinterpretq_f16_f32,
10836 vreinterpretq_f16_u8, vreinterpretq_f16_u16, vreinterpretq_f16_u32,
10837 vreinterpretq_f16_u64, vreinterpretq_f16_p8, vreinterpretq_f16_p16,
10838 vreinterpret_f32_f16, vreinterpret_f64_f16, vreinterpret_s64_f16,
10839 vreinterpret_u64_f16, vreinterpretq_u64_f16, vreinterpret_s8_f16,
10840 vreinterpret_s16_f16, vreinterpret_s32_f16, vreinterpret_u8_f16,
10841 vreinterpret_u16_f16, vreinterpret_u32_f16, vreinterpretq_p8_f16,
10842 vreinterpretq_p16_f16, vreinterpretq_f32_f16, vreinterpretq_f64_f16,
10843 vreinterpretq_s64_f16, vreinterpretq_s8_f16, vreinterpretq_s16_f16,
10844 vreinterpretq_s32_f16, vreinterpretq_u8_f16, vreinterpretq_u16_f16,
10845 vreinterpretq_u32_f16, vget_low_f16, vget_high_f16, vld1_dup_f16,
10846 vld1q_dup_f16): New.
10847
10848 2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
10849
10850 * config/aarch64/aarch64-simd.md (aarch64_float_truncate_lo_v2sf):
10851 Reparameterize to...
10852 (aarch64_float_truncate_lo_<mode>): ...this, for both V2SF and V4HF.
10853 (aarch64_float_truncate_hi_v4sf): Reparameterize to...
10854 (aarch64_float_truncate_hi_<Vdbl>): ...this, for both V4SF and V8HF.
10855
10856 * config/aarch64/aarch64-simd-builtins.def (float_truncate_hi_): Add
10857 v8hf variant.
10858 (float_truncate_lo_): Use BUILTIN_VDF iterator.
10859
10860 * config/aarch64/arm_neon.h (vcvt_f16_f32, vcvt_high_f16_f32): New.
10861
10862 * config/aarch64/iterators.md (VDF, Vdtype): New.
10863 (VWIDE, Vmwtype): Add cases for V4HF and V2SF.
10864
10865 2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
10866
10867 * config/aarch64/aarch64.c (aarch64_split_simd_combine): Add V4HFmode.
10868 * config/aarch64/aarch64-builtins.c (VAR13, VAR14): New.
10869 (aarch64_scalar_builtin_types, aarch64_init_simd_builtin_scalar_types):
10870 Add __builtin_aarch64_simd_hf.
10871 * config/aarch64/arm_neon.h (float16x4x2_t, float16x8x2_t,
10872 float16x4x3_t, float16x8x3_t, float16x4x4_t, float16x8x4_t,
10873 vcombine_f16, vst2_lane_f16, vst2q_lane_f16, vst3_lane_f16,
10874 vst3q_lane_f16, vst4_lane_f16, vst4q_lane_f16, vld2_f16, vld2q_f16,
10875 vld3_f16, vld3q_f16, vld4_f16, vld4q_f16, vld2_dup_f16, vld2q_dup_f16,
10876 vld3_dup_f16, vld3q_dup_f16, vld4_dup_f16, vld4q_dup_f16,
10877 vld2_lane_f16, vld2q_lane_f16, vld3_lane_f16, vld3q_lane_f16,
10878 vld4_lane_f16, vld4q_lane_f16, vst2_f16, vst2q_f16, vst3_f16,
10879 vst3q_f16, vst4_f16, vst4q_f16, vcreate_f16): New.
10880
10881 * config/aarch64/iterators.md (VALLDIF, Vtype, Vetype, Vbtype,
10882 V_cmp_result, v_cmp_result): Add cases for V4HF and V8HF.
10883 (VDC, Vdbl): Add V4HF.
10884
10885 2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
10886
10887 * config/aarch64/aarch64.c (aarch64_vector_mode_supported_p): Support
10888 V4HFmode and V8HFmode.
10889 (aarch64_split_simd_move): Add case for V8HFmode.
10890 * config/aarch64/aarch64-builtins.c (v4hf_UP, v8hf_UP): Define.
10891 (aarch64_simd_builtin_std_type): Handle HFmode.
10892 (aarch64_init_simd_builtin_types): Include Float16x4_t and Float16x8_t.
10893
10894 * config/aarch64/aarch64-simd.md (mov<mode>, aarch64_get_lane<mode>,
10895 aarch64_ld1<VALL:mode>, aarch64_st1<VALL:mode): Use VALL_F16 iterator.
10896 (aarch64_be_ld1<mode>, aarch64_be_st1<mode>): Use VALLDI_F16 iterator.
10897
10898 * config/aarch64/aarch64-simd-builtin-types.def: Add Float16x4_t,
10899 Float16x8_t.
10900
10901 * config/aarch64/aarch64-simd-builtins.def (ld1, st1): Use VALL_F16.
10902 * config/aarch64/arm_neon.h (float16x4_t, float16x8_t, float16_t):
10903 New typedefs.
10904 (vget_lane_f16, vgetq_lane_f16, vset_lane_f16, vsetq_lane_f16,
10905 vld1_f16, vld1q_f16, vst1_f16, vst1q_f16, vst1_lane_f16,
10906 vst1q_lane_f16): New.
10907 * config/aarch64/iterators.md (VD, VQ, VQ_NO2E): Add vectors of HFmode.
10908 (VALLDI_F16, VALL_F16): New.
10909 (Vmtype, VEL, VCONQ, VHALF, V_TWO_ELEM, V_THREE_ELEM, V_FOUR_ELEM, q):
10910 Add cases for V4HF and V8HF.
10911 (VDBL, VRL2, VRL3, VRL4): Add V4HF case.
10912
10913 2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
10914
10915 * config/arm/arm-builtins.c (VAR11, VAR12): New.
10916 * config/arm/arm_neon_builtins.def (vcombine, vld2_dup, vld3_dup,
10917 vld4_dup): Add v4hf variant.
10918 (vget_high, vget_low): Add v8hf variant.
10919 (vld1, vst1, vst1_lane, vld2, vld2_lane, vst2, vst2_lane, vld3,
10920 vld3_lane, vst3, vst3_lane, vld4, vld4_lane, vst4, vst4_lane): Add
10921 v4hf and v8hf variants.
10922
10923 * config/arm/iterators.md (VD_LANE, VD_RE, VQ2, VQ_HS): New.
10924 (VDX): Add V4HF.
10925 (V_DOUBLE): Add case for V4HF.
10926 (VQX): Add V8HF.
10927 (V_HALF): Add case for V8HF.
10928 (VDQX): Add V4HF, V8HF.
10929 (V_elem, V_two_elem, V_three_elem, V_four_elem, V_cmp_result,
10930 V_uf_sclr, V_sz_elem, V_mode_nunits, q): Add cases for V4HF & V8HF.
10931
10932 * config/arm/neon.md (vec_set<mode>internal, vec_extract<mode>,
10933 neon_vget_lane<mode>_sext_internal, neon_vget_lane<mode>_zext_internal,
10934 vec_load_lanesoi<mode>, neon_vld2<mode>, vec_store_lanesoi<mode>,
10935 neon_vst2<mode>, vec_load_lanesci<mode>, neon_vld3<mode>,
10936 neon_vld3qa<mode>, neon_vld3qb<mode>, vec_store_lanesci<mode>,
10937 neon_vst3<mode>, neon_vst3qa<mode>, neon_vst3qb<mode>,
10938 vec_load_lanesxi<mode>, neon_vld4<mode>, neon_vld4qa<mode>,
10939 neon_vld4qb<mode>, vec_store_lanesxi<mode>, neon_vst4<mode>,
10940 neon_vst4qa<mode>, neon_vst4qb<mode>): Change VQ iterator to VQ2.
10941
10942 (neon_vcreate, neon_vreinterpretv8qi<mode>,
10943 neon_vreinterpretv4hi<mode>, neon_vreinterpretv2si<mode>,
10944 neon_vreinterpretv2sf<mode>, neon_vreinterpretdi<mode>):
10945 Change VDX to VD_RE.
10946
10947 (neon_vld2_lane<mode>, neon_vst2_lane<mode>, neon_vld3_lane<mode>,
10948 neon_vst3_lane<mode>, neon_vld4_lane<mode>, neon_vst4_lane<mode>):
10949 Change VD iterator to VD_LANE, and VMQ iterator to VQ_HS.
10950
10951 * config/arm/arm_neon.h (float16x4x2_t, float16x8x2_t, float16x4x3_t,
10952 float16x8x3_t, float16x4x4_t, float16x8x4_t, vcombine_f16,
10953 vget_high_f16, vget_low_f16, vld1_f16, vld1q_f16, vst1_f16, vst1q_f16,
10954 vst1_lane_f16, vst1q_lane_f16, vld2_f16, vld2q_f16, vld2_lane_f16,
10955 vld2q_lane_f16, vld2_dup_f16, vst2_f16, vst2q_f16, vst2_lane_f16,
10956 vst2q_lane_f16, vld3_f16, vld3q_f16, vld3_lane_f16, vld3q_lane_f16,
10957 vld3_dup_f16, vst3_f16, vst3q_f16, vst3_lane_f16, vst3q_lane_f16,
10958 vld4_f16, vld4q_f16, vld4_lane_f16, vld4q_lane_f16, vld4_dup_f16,
10959 vst4_f16, vst4q_f16, vst4_lane_f16, vst4q_lane_f16): New.
10960
10961 2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
10962
10963 * config/arm/arm_neon.h (vgetq_lane_f16, vsetq_lane_f16, vld1q_lane_f16,
10964 vld1q_dup_f16, vreinterpretq_p8_f16, vreinterpretq_p16_f16,
10965 vreinterpretq_f16_p8, vreinterpretq_f16_p16, vreinterpretq_f16_f32,
10966 vreinterpretq_f16_p64, vreinterpretq_f16_p128, vreinterpretq_f16_s64,
10967 vreinterpretq_f16_u64, vreinterpretq_f16_s8, vreinterpretq_f16_s16,
10968 vreinterpretq_f16_s32, vreinterpretq_f16_u8, vreinterpretq_f16_u16,
10969 vreinterpretq_f16_u32, vreinterpretq_f32_f16, vreinterpretq_p64_f16,
10970 vreinterpretq_p128_f16, vreinterpretq_s64_f16, vreinterpretq_u64_f16,
10971 vreinterpretq_s8_f16, vreinterpretq_s16_f16, vreinterpretq_s32_f16,
10972 vreinterpretq_u8_f16, vreinterpretq_u16_f16, vreinterpretq_u32_f16):
10973 New.
10974
10975 2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
10976
10977 * config/arm/arm.h (VALID_NEON_QREG_MODE): Add V8HFmode.
10978
10979 * config/arm/arm.c (arm_vector_mode_supported_p): Support V8HFmode.
10980
10981 * config/arm/arm-builtins.c (v8hf_UP): New.
10982 (arm_init_simd_builtin_types): Initialise Float16x8_t.
10983
10984 * config/arm/arm-simd-builtin-types.def (Float16x8_t): New.
10985
10986 * config/arm/arm_neon.h (float16x8_t): New typedef.
10987
10988 2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
10989
10990 * config/arm/arm_neon.h (float16_t, vget_lane_f16, vset_lane_f16,
10991 vcreate_f16, vld1_lane_f16, vld1_dup_f16, vreinterpret_p8_f16,
10992 vreinterpret_p16_f16, vreinterpret_f16_p8, vreinterpret_f16_p16,
10993 vreinterpret_f16_f32, vreinterpret_f16_p64, vreinterpret_f16_s64,
10994 vreinterpret_f16_u64, vreinterpret_f16_s8, vreinterpret_f16_s16,
10995 vreinterpret_f16_s32, vreinterpret_f16_u8, vreinterpret_f16_u16,
10996 vreinterpret_f16_u32, vreinterpret_f32_f16, vreinterpret_p64_f16,
10997 vreinterpret_s64_f16, vreinterpret_u64_f16, vreinterpret_s8_f16,
10998 vreinterpret_s16_f16, vreinterpret_s32_f16, vreinterpret_u8_f16,
10999 vreinterpret_u16_f16, vreinterpret_u32_f16): New.
11000
11001 2015-09-07 Ilya Verbin <ilya.verbin@intel.com>
11002
11003 * config/i386/intelmic-mkoffload.c (prepare_target_image): Handle all
11004 non-alphanumeric characters in the symbol name.
11005
11006 2015-09-07 Marek Polacek <polacek@redhat.com>
11007
11008 PR inline-asm/67448
11009 * gimplify.c (gimplify_asm_expr): Don't allow MODIFY_EXPR as
11010 a memory input.
11011
11012 2015-09-07 Marek Polacek <polacek@redhat.com>
11013
11014 * system.h (INTTYPE_MINIMUM): Rewrite to avoid shift warning.
11015
11016 2015-09-04 Paolo Bonzini <bonzini@gnu.org>
11017
11018 * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Do
11019 not warn.
11020
11021 2015-09-04 Jakub Jelinek <jakub@redhat.com>
11022
11023 PR middle-end/67452
11024 * tree-ssa-live.c: Include cfgloop.h.
11025 (remove_unused_locals): Clear loop->simduid if simduid is about
11026 to be removed from cfun->local_decls.
11027
11028 2015-09-02 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
11029
11030 PR target/65210
11031 * config/avr/avr.c (avr_eval_addr_attrib): Look for io_low
11032 attribute as well.
11033
11034 2015-09-04 Tom de Vries <tom@codesourcery.com>
11035
11036 * doc/invoke.texi (@item -ftrapv, @item -fwrapv): Document interaction.
11037
11038 2015-09-04 Jeff Law <law@redhat.com>
11039
11040 * tree-ssa-scopedtables.c (const_and_copies::const_and_copies): Remove
11041 unnecessary constructor. It's now trivial and implemented inside...
11042 * tree-ssa-scopedtables.h (const_and_copies): Implement trivial
11043 constructor. Add comments to various methods. Remove unused
11044 private fields.
11045 * tree-ssa-dom.c (pass_dominator::execute): Corresponding changes.
11046 * tree-vrp.c (identify_jump_threads): Likewise.
11047 * tree-ssa-threadedge.c (thread_through_normal_block): Fix minor
11048 indentation issues.
11049 (thread_across_edge): Similarly.
11050 (record_temporary_equivalences_from_stmts_at_dest): Remove unused
11051 arguments in constructor call.
11052
11053 2015-09-04 Jonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de>
11054
11055 * config/i386/intelmic-mkoffload.c (prepare_target_image): Fix if the
11056 temp path contains a '-'.
11057
11058 2015-09-04 Andrey Turetskiy <andrey.turetskiy@intel.com>
11059 Petr Murzin <petr.murzin@intel.com>
11060 Kirill Yukhin <kirill.yukhin@intel.com>
11061
11062 * config/i386/i386-builtin-types.def
11063 (VOID_PFLOAT_HI_V8DI_V16SF_INT): New.
11064 (VOID_PDOUBLE_QI_V16SI_V8DF_INT): Ditto.
11065 (VOID_PINT_HI_V8DI_V16SI_INT): Ditto.
11066 (VOID_PLONGLONG_QI_V16SI_V8DI_INT): Ditto.
11067 * config/i386/i386.c
11068 (ix86_builtins): Add IX86_BUILTIN_SCATTERALTSIV8DF,
11069 IX86_BUILTIN_SCATTERALTDIV16SF, IX86_BUILTIN_SCATTERALTSIV8DI,
11070 IX86_BUILTIN_SCATTERALTDIV16SI.
11071 (ix86_init_mmx_sse_builtins): Define __builtin_ia32_scatteraltsiv8df,
11072 __builtin_ia32_scatteraltdiv8sf, __builtin_ia32_scatteraltsiv8di,
11073 __builtin_ia32_scatteraltdiv8si.
11074 (ix86_expand_builtin): Handle IX86_BUILTIN_SCATTERALTSIV8DF,
11075 IX86_BUILTIN_SCATTERALTDIV16SF, IX86_BUILTIN_SCATTERALTSIV8DI,
11076 IX86_BUILTIN_SCATTERALTDIV16SI.
11077 (ix86_vectorize_builtin_scatter): New.
11078 (TARGET_VECTORIZE_BUILTIN_SCATTER): Define as
11079 ix86_vectorize_builtin_scatter.
11080
11081 2015-09-04 Andrey Turetskiy <andrey.turetskiy@intel.com>
11082 Petr Murzin <petr.murzin@intel.com>
11083 Kirill Yukhin <kirill.yukhin@intel.com>
11084
11085 * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_SCATTER): New.
11086 * doc/tm.texi: Regenerate.
11087 * target.def: Add scatter builtin.
11088 * tree-vectorizer.h: Rename gather_p to gather_scatter_p and use it
11089 for loads/stores in case of gather/scatter accordingly.
11090 (STMT_VINFO_GATHER_SCATTER_P(S)): Use it instead of
11091 STMT_VINFO_GATHER_P(S).
11092 (vect_check_gather): Rename to ...
11093 (vect_check_gather_scatter): this.
11094 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Use
11095 STMT_VINFO_GATHER_SCATTER_P instead of STMT_VINFO_SCATTER_P.
11096 (vect_check_gather_scatter): Use it instead of vect_check_gather.
11097 (vect_analyze_data_refs): Add gatherscatter enum and maybe_scatter
11098 variable and new checkings for it accordingly.
11099 * tree-vect-stmts.c
11100 (STMT_VINFO_GATHER_SCATTER_P(S)): Use it instead of
11101 STMT_VINFO_GATHER_P(S).
11102 (vect_check_gather_scatter): Use it instead of vect_check_gather.
11103 (vectorizable_store): Add checkings for STMT_VINFO_GATHER_SCATTER_P.
11104
11105 2015-09-03 Bill Schmidt <wschmidt@vnet.linux.ibm.com>
11106
11107 * config/rs6000/altivec.md (altivec_vperm_v8hiv16qi): New
11108 define_insn.
11109 (mulv16qi3): New define_expand.
11110
11111 2015-09-03 Martin Sebor <msebor@redhat.com>
11112
11113 PR c/66516
11114 * doc/extend.texi (Other Builtins): Document when the address
11115 of a built-in function can be taken.
11116
11117 2015-09-03 Richard Biener <rguenther@suse.de>
11118
11119 * dwarf2out.c (flush_limbo_die_list): Split out from ...
11120 (dwarf2out_early_finish): ... here.
11121 (dwarf2out_finish): Do not call dwarf2out_early_finish but
11122 flush_limbo_die_list. Assert we have no deferred asm names.
11123
11124 2015-09-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
11125
11126 * optabs.c (expand_binop): Don't create a broadcast vector with a
11127 source element wider than the inner mode.
11128
11129 2015-09-03 Richard Biener <rguenther@suse.de>
11130
11131 * varasm.c (output_constant): Use fold_convert instead of
11132 wide_int_to_tree.
11133
11134 2015-09-03 Tom de Vries <tom@codesourcery.com>
11135
11136 PR tree-optimization/65637
11137 * omp-low.c (expand_omp_for_static_chunk): Handle case that
11138 fin_bb has 2 predecessors.
11139
11140 2015-09-03 Tom de Vries <tom@codesourcery.com>
11141
11142 PR tree-optimization/65637
11143 * omp-low.c (find_phi_with_arg_on_edge): New function.
11144 (expand_omp_for_static_chunk): Fix inner loop phi.
11145
11146 2015-09-03 Tom de Vries <tom@codesourcery.com>
11147
11148 PR tree-optimization/65637
11149 * omp-low.c (expand_omp_for_static_chunk): Fix gcc_assert for the case
11150 that head is NULL.
11151
11152 2015-09-03 Tom de Vries <tom@codesourcery.com>
11153
11154 * omp-low.c (expand_omp_for_static_chunk): Handle simple latch bb.
11155
11156 2015-09-03 Tom de Vries <tom@codesourcery.com>
11157
11158 * doc/invoke.texi (parloops-chunk-size): Add item.
11159 * params.def (PARAM_PARLOOPS_CHUNK_SIZE): Add DEFPARAM.
11160 * tree-parloops.c: Include params.h.
11161 (create_parallel_loop): Set chunk-size of schedule of omp-for loop, if
11162 param parloops-chunk-size is used.
11163
11164 2015-09-03 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
11165
11166 PR middle-end/67351
11167 * fold-const.c (fold_binary_loc) : Move
11168 Transform (x >> c) << c into x & (-1<<c) or
11169 transform (x << c) >> c into x & ((unsigned)-1 >> c) for unsigned
11170 types using simplify and match.
11171 * match.pd (lshift (rshift @0 INTEGER_CST@1) @1) : New simplifier.
11172 (rshift (lshift @0 INTEGER_CST@1) @1) : New Simplifier
11173
11174 2015-09-03 Richard Biener <rguenther@suse.de>
11175
11176 PR ipa/66705
11177 * tree-ssa-structalias.c (ctor_for_analysis): New function.
11178 (create_variable_info_for_1): Use ctor_for_analysis instead
11179 of get_constructor.
11180 (create_variable_info_for): Likewise.
11181
11182 2015-09-02 Charles Baylis <charles.baylis@linaro.org>
11183
11184 PR ipa/67280
11185 * cgraphunit.c (cgraph_node::create_wrapper): Set can_throw_external
11186 in new callgraph edge.
11187
11188 2015-09-02 Christophe Lyon <christophe.lyon@linaro.org>
11189
11190 PR target/59810
11191 PR target/63652
11192 PR target/63653
11193 * config/aarch64/aarch64-simd.md
11194 (aarch64_ld<VSTRUCT:nregs><VQ:mode>): Call
11195 gen_aarch64_simd_ld<VSTRUCT:nregs><VQ:mode>.
11196 (aarch64_st<VSTRUCT:nregs><VQ:mode>): Call
11197 gen_aarch64_simd_st<VSTRUCT:nregs><VQ:mode>.
11198
11199 2015-09-02 Alan Modra <amodra@gmail.com>
11200
11201 * config/rs6000/sysv4le.h (LINK_TARGET_SPEC): Don't define.
11202 * config/rs6000/sysv4.h (LINK_TARGET_SPEC): Likewise.
11203 (LINK_SPEC, SUBTARGET_EXTRA_SPECS): Delete link_target.
11204
11205 2015-09-02 Alan Modra <amodra@gmail.com>
11206
11207 PR target/67417
11208 * config/rs6000/predicates.md (current_file_function_operand): Don't
11209 return true for weak symbols.
11210 * config/rs6000/rs6000.c (rs6000_function_ok_for_sibcall): Likewise.
11211
11212 2015-09-01 Matthew Fortune <matthew.fortune@imgtec.com>
11213 Andrew Bennett <andrew.bennett@imgtec.com>
11214
11215 * config/mips/mips-opts.h (mips_cb_setting): New enum.
11216 * config/mips/mips-protos.h: Add definitions for
11217 mips_output_jump and mips_output_equal_conditional_branch
11218 * config/mips/mips.c (MIPS_JR): Change to support the
11219 JIC instruction.
11220 (mips_emit_compare): Add support for the MIPS R6 conditional
11221 compact branches.
11222 (mips_process_sync_loop): Likewise.
11223 (mips_output_order_conditional_branch): Likewise.
11224 (mips16_build_call_stub): Change MIPS_CALL to
11225 mips_output_jump.
11226 (mips_print_operand_punctuation): Update 's' case to only
11227 apply to micromips r2.
11228 (mips_adjust_insn_length): Add support for forbidden slot
11229 hazards.
11230 (mips_avoid_hazard): Likewise.
11231 (mips_reorg_process_insns): Likewise.
11232 (mips_output_jump): New function.
11233 (mips_output_equal_conditional_branch): Likewise.
11234 (mips_output_conditional_branch): Use jrc/bc if compact
11235 branch support is enabled. Ensure the forbidden slots
11236 between the two branch instructions is filled with a nop.
11237 (mips_option_override): Add support to process the compact
11238 branch option and set the correct defaults. Prevent
11239 non-explict relocs being using for MIPS R6.
11240 (mips_trampoline_init): Add compact branch support.
11241 (mips_mult_zero_zero_cost): Allow zero initialisation of
11242 accumulators with TARGET_DSP.
11243 * config/mips/mips.h (TARGET_CB_NEVER): New define.
11244 (TARGET_CB_MAYBE): New define.
11245 (TARGET_CB_ALWAYS): New define.
11246 (ISA_HAS_DELAY_SLOTS): New define.
11247 (ISA_HAS_COMPACT_BRANCHES): New define.
11248 (ISA_HAS_JRC): New define.
11249 (MIPS_BRANCH_C): New define.
11250 (MIPS_CALL): Removed.
11251 (MICROMIPS_J): Removed.
11252 * config/mips/mips.md (compact_form): New attr.
11253 (hazard): Add support for forbidden slots.
11254 (define_delay): Add support for compact branches.
11255 (*branch_order<mode>): Likewise.
11256 (*branch_order<mode>_inverted): Likewise.
11257 (*branch_equality<mode>): Likewise.
11258 (*branch_equality<mode>_inverted): Likewise.
11259 (*jump_absolute): Likewise.
11260 (*jump_pic): Likewise.
11261 (indirect_jump): Use mips_output_jump to produce assembly output.
11262 (tablejump_<mode>"): Likewise.
11263 (*<optab>"): Likewise.
11264 (<optab>_internal): Likewise.
11265 (sibcall_internal): Likewise.
11266 (sibcall_value_internal): Likewise.
11267 (sibcall_value_multiple_internal): Likewise.
11268 (call_internal): Likewise.
11269 (call_split): Likewise.
11270 (call_internal_direct): Likewise.
11271 (call_direct_split): Likewise.
11272 (call_value_internal): Likewise.
11273 (call_value_split): Likewise.
11274 (call_value_internal_direct): Likewise.
11275 (call_value_direct_split): Likewise.
11276 (call_value_multiple_internal): Likewise.
11277 (call_value_multiple_split): Likewise.
11278 (mips_get_fcsr_mips16_<mode>): Likewise.
11279 (mips_set_fcsr_mips16_<mode>): Likewise.
11280 (tls_get_tp_mips16_<mode>): Likewise.
11281 * config/mips/mips.opt: Add -mcompact-branches option.
11282 * config/mips/predicates.md (order_operator): Ensure the
11283 conditional compact branches are only used if the ISA them.
11284 * doc/invoke.texi: Document -mcompact-branches option.
11285
11286 2015-09-01 Vladimir Makarov <vmakarov@redhat.com>
11287
11288 PR target/61578
11289 * lra-lives.c (process_bb_lives): Process move pseudos with the
11290 same value for copies and preferences
11291 * lra-constraints.c (match_reload): Create match reload pseudo
11292 with the same value from single dying input pseudo.
11293
11294 2015-09-01 Ilya Enkovich <enkovich.gnu@gmail.com>
11295
11296 PR target/67405
11297 * tree-chkp.c (chkp_find_bound_slots_1): Add NULL check.
11298
11299 2015-09-01 Aldy Hernandez <aldyh@redhat.com>
11300
11301 * trans-mem.c: Add contributed-by.
11302 * trans-mem.h: Same.
11303
11304 2015-09-01 Richard Biener <rguenther@suse.de>
11305
11306 * expr.c (expand_expr_real_1): For expanding TERed defs
11307 set the current location to that of the def if not UNKNOWN.
11308
11309 2015-09-01 David Sherwood <david.sherwood@arm.com>
11310
11311 * genmodes.c: Add CONST_MODE_UNIT_SIZE modifier.
11312
11313 2015-09-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11314
11315 * ifcvt.c (struct noce_if_info): Add then_simple, else_simple,
11316 then_cost, else_cost fields. Change branch_cost field to unsigned int.
11317 (end_ifcvt_sequence): Call set_used_flags on each insn in the sequence.
11318 Include rtl-iter.h.
11319 (noce_simple_bbs): New function.
11320 (noce_try_move): Bail if basic blocks are not simple.
11321 (noce_try_store_flag): Likewise.
11322 (noce_try_store_flag_constants): Likewise.
11323 (noce_try_addcc): Likewise.
11324 (noce_try_store_flag_mask): Likewise.
11325 (noce_try_cmove): Likewise.
11326 (noce_try_minmax): Likewise.
11327 (noce_try_abs): Likewise.
11328 (noce_try_sign_mask): Likewise.
11329 (noce_try_bitop): Likewise.
11330 (bbs_ok_for_cmove_arith): New function.
11331 (noce_emit_all_but_last): Likewise.
11332 (noce_emit_insn): Likewise.
11333 (noce_emit_bb): Likewise.
11334 (noce_try_cmove_arith): Handle non-simple basic blocks.
11335 (insn_valid_noce_process_p): New function.
11336 (contains_mem_rtx_p): Likewise.
11337 (bb_valid_for_noce_process_p): Likewise.
11338 (noce_process_if_block): Allow non-simple basic blocks
11339 where appropriate.
11340
11341 2015-08-31 Alan Lawrence <alan.lawrence@arm.com>
11342
11343 * tree-ssa-dom.c (record_equivalences_from_phis,
11344 record_equivalences_from_stmt, optimize_stmt): Use dom_valueize.
11345 (lookup_avail_expr): Likewise, and remove comment and unused temp.
11346
11347 2015-09-01 Nick Clifton <nickc@redhat.com>
11348
11349 * config/msp430/msp430.opt (mcpu): Fix typo.
11350
11351 2015-09-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11352
11353 * config/aarch64/aarch64.c (aarch64_set_current_function):
11354 Re-layout any vector parameters have non-simd layout.
11355 * config/aarch64/aarch64-builtins.c (aarch64_relayout_simd_param):
11356 Delete.
11357 (aarch64_simd_expand_args): Delete call to the above.
11358
11359 2015-08-31 Mike Frysinger <vapier@gentoo.org>
11360
11361 * doc/invoke.texi (asan-stack): Add space before option.
11362
11363 2015-08-31 Marc Glisse <marc.glisse@inria.fr>
11364
11365 * tree.h (zerop): New function.
11366 * tree.c (zerop): Likewise.
11367 (element_precision): Handle expressions.
11368 * match.pd (define_predicates): Add zerop.
11369 (x <= +Inf): Fix comment.
11370 (abs (x) == 0, A & C == C, A & C != 0): Converted from ...
11371 * fold-const.c (fold_binary_loc): ... here. Remove.
11372
11373 2015-08-31 Richard Biener <rguenther@suse.de>
11374
11375 PR middle-end/67381
11376 * genmatch.c (dt_node::gen_kids): Also treat matches as barrier.
11377
11378 2015-08-31 Marc Glisse <marc.glisse@inria.fr>
11379
11380 * match.pd (SIN, COS, TAN, COSH): Reorder for consistency.
11381 (CEXPI): New operator list.
11382 (real (conj (x)), imag (conj (x)), real (x +- y), real (cexpi (x)),
11383 imag (cexpi (x)), conj (conj (x)), conj (complex (x, y))):
11384 Converted from ...
11385 * fold-const.c (fold_unary_loc, fold_binary_loc): ... here. Remove.
11386
11387 2015-08-31 Tom de Vries <tom@codesourcery.com>
11388
11389 * tree-ssa-loop-manip.c (find_uses_to_rename_stmt)
11390 (find_uses_to_rename_bb, find_uses_to_rename): Add and handle use_flags
11391 parameter.
11392 (find_uses_to_rename_def, find_uses_to_rename_in_loop): New function.
11393 (rewrite_into_loop_closed_ssa_1): New function, factored out of ...
11394 (rewrite_into_loop_closed_ssa): ... here.
11395 (replace_uses_in_dominated_bbs): Remove function.
11396 (rewrite_virtuals_into_loop_closed_ssa): Reimplement using
11397 rewrite_into_loop_closed_ssa_1.
11398
11399 2015-08-31 Michael Matz <matz@suse.de>
11400
11401 * cfganal.c (pre_and_rev_post_order_compute_fn): Correctly
11402 enter entry and exit blocks for reverse post order.
11403
11404 2015-08-31 Richard Biener <rguenther@suse.de>
11405
11406 * lto-streamer.h (lto_location_cache::cached_location::sysp): Add.
11407 (lto_location_cache::current_sysp): Likewise.
11408 (output_block::current_sysp): Likewise.
11409 * lto-streamer-in.c (lto_location_cache::cmp_loc): Compare sysp.
11410 (lto_location_cache::apply_location_cache): Properly record
11411 system header locations.
11412 (lto_location_cache::input_location): Input whether a file
11413 is a system header.
11414 * lto-streamer-out.c (lto_output_location): Stream whether a file
11415 is a system header.
11416
11417 2015-08-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11418
11419 PR bootstrap/67363
11420 * gcc.c (env_manager::xput): Replace strndup by xstrndup.
11421
11422 2015-08-31 Tom de Vries <tom@codesourcery.com>
11423
11424 * tree-ssa-loop-manip.c (find_uses_to_rename_use)
11425 (find_uses_to_rename_stmt, find_uses_to_rename_bb, find_uses_to_rename):
11426 Improve function header comments.
11427
11428 2015-08-30 Michael Collison <michael.collison@linaro.org>
11429
11430 PR other/67320
11431 * doc.md.texi: Rename [su]sum_widen to widen_[su]sum to reflect correct
11432 standard names
11433
11434 2015-08-30 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
11435
11436 * config/rs6000/rs6000.c (swap_web_entry): Enlarge
11437 special_handling bitfield.
11438 (special_handling_values): Add SH_XXPERMDI and SH_CONCAT.
11439 (rtx_is_swappable_p): Add handling for vec_select/vec_concat form
11440 that represents a general xxpermdi.
11441 (insn_is_swappable_p): Add handling for vec_concat of two
11442 doublewords, which maps to a specific xxpermdi.
11443 (adjust_xxpermdi): New function.
11444 (adjust_concat): Likewise.
11445 (handle_special_swappables): Call adjust_xxpermdi and
11446 adjust_concat.
11447 (dump_swap_insn_table): Handle SH_XXPERMDI and SH_CONCAT.
11448
11449 2015-08-30 Rich Felker <dalias@libc.org>
11450
11451 * config.gcc (supported_defaults): Handle sh[123456ble]*-*-*
11452 case instead of sh[123456ble]-*-*.
11453
11454 2015-08-29 Anatoly Sokolov <aesok@post.ru>
11455
11456 * ira.c (print_unform_and_important_classes,
11457 print_translated_classes): Remove reg_class_names static array.
11458 (print_unform_and_important_classes): Rename to ...
11459 (print_uniform_and_important_classes): ... this.
11460 (ira_debug_allocno_classes): Update accordingly.
11461
11462 2015-08-29 Tom de Vries <tom@codesourcery.com>
11463
11464 PR tree-optimization/46193
11465 * omp-low.c (omp_reduction_init): Handle pointer type for min or max
11466 clause.
11467
11468 2015-08-28 Jeff Law <law@redhat.com>
11469
11470 PR lto/66752
11471 * tree-ssa-threadedge.c (simplify_conrol_stmt_condition): If we are
11472 unable to find X NE 0 in the tables, return X as the simplified
11473 condition.
11474 (fsm_find_control_statement_thread_paths): If nodes in NEXT_PATH are
11475 in VISISTED_BBS, then return failure. Else add nodes from NEXT_PATH
11476 to VISISTED_BBS.
11477 * tree-ssa-threadupdate.c (duplicate_thread_path): Fix up edge flags
11478 after removing the control flow statement and unnecessary edges.
11479
11480 2015-08-28 Alan Lawrence <alan.lawrence@arm.com>
11481
11482 Revert:
11483 2015-08-27 Alan Lawrence <alan.lawrence@arm.com>
11484
11485 PR tree-optimization/67283
11486 * tree-sra.c (type_consists_of_records_p): Rename to...
11487 (scalarizable_type_p): ...this, add case for ARRAY_TYPE.
11488
11489 (completely_scalarize_record): Rename to...
11490 (completely_scalarize): ...this, add ARRAY_TYPE case, move some
11491 code to:
11492 (scalarize_elem): New.
11493
11494 2015-08-28 Jiong Wang <jiong.wang@arm.com>
11495
11496 * config/aarch64/aarch64-protos.h (aarch64_symbol_context): Rename
11497 SYMBOL_SMALL_GOTTPREL to SYMBOL_SMALL_TLSIE.
11498 (aarch64_symbol_type): Likewise.
11499 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
11500 Likewise.
11501 (aarch64_expand_mov_immediate): Likewise.
11502 (aarch64_print_operand): Likewise.
11503 (aarch64_classify_tls_symbol): Likewise.
11504
11505 2015-08-28 Richard Biener <rguenther@suse.de>
11506
11507 * cgraphunit.c (symbol_table::compile): Move early debug generation
11508 and finish...
11509 (symbol_table::finalize_compilation_unit): ... back here and
11510 add a !seen_error () guard.
11511
11512 2015-08-27 Sebastian Pop <s.pop@samsung.com>
11513
11514 * toplev.c (process_options): Do not use flag_loop_block,
11515 flag_loop_interchange, and flag_loop_strip_mine. Add check for
11516 flag_loop_optimize_isl.
11517
11518 2015-08-27 Sebastian Pop <s.pop@samsung.com>
11519
11520 * Makefile.in (OBJS): Remove graphite-blocking.o and
11521 graphite-interchange.o.
11522 * common.opt (floop-strip-mine, floop-interchange, floop-block):
11523 Alias of floop-nest-optimize.
11524 * doc/invoke.texi (floop-strip-mine, floop-interchange, floop-block):
11525 Document as alias of -floop-nest-optimize.
11526 * graphite-blocking.c: Remove.
11527 * graphite-interchange.c: Remove.
11528 * graphite-optimize-isl.c: Include dumpfile.h.
11529 (getScheduleForBand): Add dump for tiled loops. Use
11530 PARAM_LOOP_BLOCK_TILE_SIZE instead of hard coded constant.
11531 * graphite-poly.c (scop_max_loop_depth): Remove.
11532 (print_scattering_function_1): Remove.
11533 (print_scattering_function): Remove.
11534 (print_scattering_functions): Remove.
11535 (debug_scattering_function): Remove.
11536 (debug_scattering_functions): Remove.
11537 (apply_poly_transforms): Remove use of flag_loop_block,
11538 flag_loop_strip_mine, and flag_loop_interchange.
11539 (new_poly_bb): Remove use of PBB_TRANSFORMED, PBB_SAVED, and
11540 PBB_ORIGINAL.
11541 (print_pdr_access_layout): Remove.
11542 (print_pdr): Print ISL representation.
11543 (new_scop): Remove use of SCOP_ORIGINAL_SCHEDULE,
11544 SCOP_TRANSFORMED_SCHEDULE, and SCOP_SAVED_SCHEDULE.
11545 (free_scop): Same.
11546 (openscop_print_pbb_domain): Remove.
11547 (print_pbb): Remove call to print_scattering_function.
11548 (openscop_print_scop_context): Remove.
11549 (print_scop_context): Do not print matrices anymore.
11550 (print_scop): Do not print SCOP_ORIGINAL_SCHEDULE and
11551 SCOP_TRANSFORMED_SCHEDULE.
11552 (print_isl_set): Add printing of a new line.
11553 (print_isl_map): Same.
11554 (print_isl_aff): Same.
11555 (print_isl_constraint): Same.
11556 (loop_to_lst): Remove.
11557 (scop_to_lst): Remove.
11558 (lst_indent_to): Remove.
11559 (print_lst): Remove.
11560 (debug_lst): Remove.
11561 (dot_lst_1): Remove.
11562 (dot_lst): Remove.
11563 (reverse_loop_at_level): Remove.
11564 (reverse_loop_for_pbbs): Remove.
11565 * graphite-poly.h (pdr_dim_iter_domain): Remove.
11566 (pdr_nb_params): Remove.
11567 (pdr_alias_set_dim): Remove.
11568 (pdr_subscript_dim): Remove.
11569 (pdr_iterator_dim): Remove.
11570 (pdr_parameter_dim): Remove.
11571 (same_pdr_p): Remove.
11572 (struct poly_scattering): Remove.
11573 (struct poly_bb): Remove _original, _transformed, _saved.
11574 (PBB_DOMAIN, PBB_ORIGINAL, PBB_ORIGINAL_SCATTERING): Remove.
11575 (PBB_TRANSFORMED, PBB_TRANSFORMED_SCATTERING, PBB_SAVED): Remove.
11576 (PBB_NB_LOCAL_VARIABLES): Remove.
11577 (PBB_NB_SCATTERING_TRANSFORM): Remove.
11578 (schedule_to_scattering): Remove.
11579 (number_of_write_pdrs): Remove.
11580 (pbb_dim_iter_domain): Remove.
11581 (pbb_nb_params): Remove.
11582 (pbb_nb_scattering_orig): Remove.
11583 (pbb_nb_scattering_transform): Remove.
11584 (pbb_nb_dynamic_scattering_transform): Remove.
11585 (pbb_nb_local_vars): Remove.
11586 (pbb_iterator_dim): Remove.
11587 (pbb_parameter_dim): Remove.
11588 (psco_scattering_dim): Remove.
11589 (psct_scattering_dim): Remove.
11590 (psct_local_var_dim): Remove.
11591 (psco_iterator_dim): Remove.
11592 (psct_iterator_dim): Remove.
11593 (psco_parameter_dim): Remove.
11594 (psct_parameter_dim): Remove.
11595 (psct_dynamic_dim): Remove.
11596 (psct_static_dim): Remove.
11597 (psct_add_local_variable): Remove.
11598 (new_lst_loop): Remove.
11599 (new_lst_stmt): Remove.
11600 (free_lst): Remove.
11601 (copy_lst): Remove.
11602 (lst_add_loop_under_loop): Remove.
11603 (lst_depth): Remove.
11604 (lst_dewey_number): Remove.
11605 (lst_dewey_number_at_depth): Remove.
11606 (lst_pred): Remove.
11607 (lst_succ): Remove.
11608 (lst_find_pbb): Remove.
11609 (find_lst_loop): Remove.
11610 (lst_find_first_pbb): Remove.
11611 (lst_empty_p): Remove.
11612 (lst_find_last_pbb): Remove.
11613 (lst_contains_p): Remove.
11614 (lst_contains_pbb): Remove.
11615 (lst_create_nest): Remove.
11616 (lst_remove_from_sequence): Remove.
11617 (lst_remove_loop_and_inline_stmts_in_loop_father): Remove.
11618 (lst_niter_for_loop): Remove.
11619 (pbb_update_scattering): Remove.
11620 (lst_update_scattering_under): Remove.
11621 (lst_update_scattering): Remove.
11622 (lst_insert_in_sequence): Remove.
11623 (lst_replace): Remove.
11624 (lst_substitute_3): Remove.
11625 (lst_distribute_lst): Remove.
11626 (lst_remove_all_before_including_pbb): Remove.
11627 (lst_remove_all_before_excluding_pbb): Remove.
11628 (struct scop): Remove original_schedule, transformed_schedule, and
11629 saved_schedule.
11630 (SCOP_ORIGINAL_SCHEDULE, SCOP_TRANSFORMED_SCHEDULE): Remove.
11631 (SCOP_SAVED_SCHEDULE): Remove.
11632 (poly_scattering_new): Remove.
11633 (poly_scattering_free): Remove.
11634 (poly_scattering_copy): Remove.
11635 (store_scattering_pbb): Remove.
11636 (store_lst_schedule): Remove.
11637 (restore_lst_schedule): Remove.
11638 (store_scattering): Remove.
11639 (restore_scattering_pbb): Remove.
11640 (restore_scattering): Remove.
11641 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons):
11642 Remove scattering_dimensions. Do not use pbb_dim_iter_domain:
11643 compute the scattering polyhedron dimension from the dimension of
11644 pbb->domain.
11645 (build_scop_scattering): Update call to
11646 build_pbb_scattering_polyhedrons.
11647 (build_poly_scop): Remove call to scop_to_lst.
11648 * graphite.c (graphite_transform_loops): Add call to print_scop.
11649 (gate_graphite_transforms): Remove use of flag_loop_block,
11650 flag_loop_interchange, and flag_loop_strip_mine.
11651
11652 2015-08-27 Sebastian Pop <s.pop@samsung.com>
11653
11654 * common.opt (floop-unroll-and-jam): Make alias of floop-nest-optimize.
11655 * doc/invoke.texi (-floop-unroll-and-jam): Document as alias of
11656 -floop-nest-optimize.
11657 * graphite-isl-ast-to-gimple.c (generate_luj_sepclass_opt): Remove.
11658 (generate_luj_sepclass): Remove.
11659 (generate_luj_options): Remove.
11660 (set_options): Remove opt_luj.
11661 (scop_to_isl_ast): Remove opt_luj.
11662 * graphite-optimize-isl.c (getScheduleForBand): Remove check for
11663 flag_loop_unroll_jam.
11664 (getPrevectorMap_full): Remove.
11665 (getScheduleForBandList): Remove map_sepcl.
11666 (getScheduleMap): Same.
11667 (apply_schedule_map_to_scop): Remove sepcl.
11668 (optimize_isl): Same.
11669 * graphite-poly.c (apply_poly_transforms): Remove check for
11670 flag_loop_unroll_jam.
11671 (new_poly_bb): Remove map_sepclass.
11672 * graphite-poly.h (struct poly_bb): Same.
11673 * graphite.c (gate_graphite_transforms): Remove flag_loop_unroll_jam.
11674 * params.def (PARAM_LOOP_UNROLL_JAM_SIZE)
11675 (PARAM_LOOP_UNROLL_JAM_DEPTH): Remove.
11676 * toplev.c (process_options): Remove flag_loop_unroll_jam.
11677
11678 2015-08-27 Uros Bizjak <ubizjak@gmail.com>
11679
11680 PR target/67317
11681 * config/i386/i386.md (*add<mode>3_cc): Remove insn pattern.
11682 (addqi3_cc): Ditto.
11683 (UNSPEC_ADD_CARRY): Remove.
11684 (addqi3_cconly_overflow): New expander.
11685 (*add<dwi>3_doubleword): Split to add<mode>3_cconly_overflow.
11686 Adjust for changed add<mode>3_carry.
11687 (*neg<dwi>2_doubleword): Adjust for changed add<mode>3_carry.
11688 (*sub<dwi>3_doubleword): Adjust for changed sub<mode>3_carry.
11689 (<plusminus_insn><mode>3_carry): Remove expander.
11690 (*<plusminus_insn><mode>3_carry): Split insn pattern to
11691 add<mode>3_carry and sub<mode>3_carry.
11692 (plusminus_carry_mnemonic): Remove code attribute.
11693 (add<mode>3_carry): Canonicalize insn pattern.
11694 (*addsi3_carry_zext): Ditto.
11695 (sub<mode>3_carry): Ditto.
11696 (*subsi3_carry_zext): Ditto.
11697 (adcx<mode>3): Remove insn pattern.
11698 (addcarry<mode>): New insn pattern.
11699 (subborrow<mode>): Ditto.
11700 * config/i386/i386.c (ix86_expand_strlensi_unroll_1): Use
11701 gen_addqi3_cconly_overflow instead of gen_addqi3_cc.
11702 (ix86_expand_builtin) <case IX86_BUILTIN_SBB32,
11703 case IX86_BUILTIN_SBB64, case IX86_BUILTIN_ADDCARRY32,
11704 case IX86_BUILTIN_ADDCARRY64>: Use CODE_FOR_subborrowsi,
11705 CODE_FOR_subborrowdi, CODE_FOR_addcarrysi and CODE_FOR_addcarrydi.
11706 Rewrite expander to not clobber carry flag chains.
11707
11708 2015-08-27 Pat Haugen <pthaugen@us.ibm.com>
11709
11710 * config/rs6000/vector.md (vec_shr_<mode>): Fix to do a shift
11711 instead of a rotate.
11712
11713 2015-08-27 Marek Polacek <polacek@redhat.com>
11714
11715 PR middle-end/67005
11716 * tree-ssa-dce.c (remove_dead_stmt): Also schedule fixup if removing
11717 an entry into an irreducible region.
11718
11719 2015-08-27 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
11720
11721 * configure: Regenerate.
11722
11723 2015-08-27 Alan Lawrence <alan.lawrence@arm.com>
11724
11725 PR tree-optimization/67283
11726 * tree-sra.c (type_consists_of_records_p): Rename to...
11727 (scalarizable_type_p): ...this, add case for ARRAY_TYPE.
11728
11729 (completely_scalarize_record): Rename to...
11730 (completely_scalarize): ...this, add ARRAY_TYPE case, move some code to:
11731 (scalarize_elem): New.
11732
11733 2015-08-27 Alan Lawrence <alan.lawrence@arm.com>
11734
11735 * tree-sra.c (completely_scalarize_var): Rename to...
11736 (create_total_scalarization_access): ... Here. Drop call to
11737 completely_scalarize_record.
11738
11739 (analyze_all_variable_accesses): Replace completely_scalarize_var
11740 with create_total_scalarization_access and completely_scalarize_record.
11741
11742 2015-08-27 Alan Modra <amodra@gmail.com>
11743
11744 PR target/67356
11745 * config/rs6000/rs6000.md (ior<mode>_mask): Use constraint "0"
11746 for operand 1.
11747
11748 2015-08-27 Richard Biener <rguenther@suse.de>
11749
11750 * passes.c (rest_of_decl_compilation): Guard early_global_decl
11751 call with !seen_error ().
11752 * cgraphunit.c (symbol_table::finalize_compilation_unit): Move
11753 early debug generation and finish...
11754 (symbol_table::compile): ... here to put it after a !seen_error ()
11755 guard.
11756
11757 2015-08-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11758
11759 * config.gcc (*-*-solaris2*): Enable default_use_cxa_atexit on
11760 Solaris 12+.
11761
11762 2015-08-27 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
11763 Andre Vieira <andre.simoesdiasvieira@arm.com>
11764
11765 * config/aarch64/aarch64.md (*condjump): Handle functions > 1 MiB.
11766 (*cb<optab><mode>1): Likewise.
11767 (*tb<optab><mode>1): Likewise.
11768 (*cb<optab><mode>1): Likewise.
11769 * config/aarch64/iterators.md (inv_cb): New code attribute.
11770 (inv_tb): Likewise.
11771 * config/aarch64/aarch64.c (aarch64_gen_far_branch): New.
11772 * config/aarch64/aarch64-protos.h (aarch64_gen_far_branch): New.
11773
11774 2015-08-27 Richard Biener <rguenther@suse.de>
11775
11776 * ipa.c (cgraph_build_static_cdtor_1): Set DECL_IGNORED_P.
11777
11778 2015-08-27 Dominik Vogt <vogt@linux.vnet.ibm.com>
11779
11780 * config/s390/s390.c (s390_emit_prologue): Add emit_barrier() after
11781 trap to fix ICE.
11782
11783 2015-08-26 Michael Meissner <meissner@linux.vnet.ibm.com>
11784
11785 * config/rs6000/rs6000-protos.h (rs6000_expand_float128_convert):
11786 Add declaration.
11787
11788 * config/rs6000/rs6000.c (rs6000_emit_le_vsx_store): Fix a
11789 comment.
11790 (rs6000_cannot_change_mode_class): Add support for IEEE 128-bit
11791 floating point in VSX registers.
11792 (rs6000_output_move_128bit): Always print out the set insn if we
11793 can't generate an appropriate 128-bit move.
11794 (rs6000_generate_compare): Add support for IEEE 128-bit floating
11795 point in VSX registers comparisons.
11796 (rs6000_expand_float128_convert): Likewise.
11797
11798 * config/rs6000/predicates.md (int_reg_operand_not_pseudo): New
11799 predicate for only GPR hard registers.
11800
11801 * config/rs6000/rs6000.md (FP): Add IEEE 128-bit floating point
11802 modes to iterators. Add new iterators for moving 128-bit values in
11803 scalar FPR registers and VSX registers.
11804 (FMOVE128): Likewise.
11805 (FMOVE128_FPR): Likewise.
11806 (FMOVE128_GPR): Likewise.
11807 (FMOVE128_VSX): Likewise.
11808 (FLOAT128_SFDFTF): New iterators for IEEE 128-bit floating point
11809 in VSX registers.
11810 (IFKF): Likewise.
11811 (IBM128): Likewise.
11812 (TFIFKF): Likewise.
11813 (RELOAD): Add IEEE 128-bit floating point modes.
11814 (signbittf2): Convert TF insns to add support for new IEEE 128-bit
11815 floating point in VSX registers modes.
11816 (signbit<mode>2, IBM128 iterator): Likewise.
11817 (mov<mode>_64bit_dm, FMOVE128_FPR iterator): Likewise.
11818 (mov<mode>_32bit, FMOVE128_FPR iterator): Likewise.
11819 (negtf2): Likewise.
11820 (neg<mode>2, TFIFKF iterator): Likewise.
11821 (negtf2_internal): Likewise.
11822 (abstf2): Likewise.
11823 (abs<mode>2, TFIFKF iterator): Likewise.
11824 (ieee_128bit_negative_zero): New IEEE 128-bit floating point in
11825 VSX insn support for negate, absolute value, and negative absolute
11826 value.
11827 (ieee_128bit_vsx_neg<mode>2): Likewise.
11828 (ieee_128bit_vsx_neg<mode>2_internal): Likewise.
11829 (ieee_128bit_vsx_abs<mode>2): Likewise.
11830 (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
11831 (ieee_128bit_vsx_nabs<mode>2): Likewise.
11832 (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
11833 (FP128_64): Update pack/unpack 128-bit insns for IEEE 128-bit
11834 floating point in VSX registers.
11835 (unpack<mode>_dm): Likewise.
11836 (unpack<mode>_nodm): Likewise.
11837 (pack<mode>): Likewise.
11838 (unpackv1ti): Likewise.
11839 (unpack<mode>, FMOVE128_VSX iterator): Likewise.
11840 (packv1ti): Likewise.
11841 (pack<mode>, FMOVE128_VSX iterator): Likewise.
11842 (extenddftf2): Add support for IEEE 128-bit floating point in VSX
11843 registers.
11844 (extenddftf2_internal): Likewise.
11845 (trunctfdf2): Likewise.
11846 (trunctfdf2_internal2): Likewise.
11847 (fix_trunc_helper): Likewise.
11848 (fix_trunctfdi2"): Likewise.
11849 (floatditf2): Likewise.
11850 (floatuns<mode>tf2): Likewise.
11851 (extend<FLOAT128_SFDFTF:mode><IFKF:mode>2): Likewise.
11852 (trunc<IFKF:mode><FLOAT128_SFDFTF:mode>2): Likewise.
11853 (fix_trunc<IFKF:mode><SDI:mode>2): Likewise.
11854 (fixuns_trunc<IFKF:mode><SDI:mode>2): Likewise.
11855 (float<SDI:mode><IFKF:mode>2): Likewise.
11856 (floatuns<SDI:mode><IFKF:mode>2): Likewise.
11857
11858 2015-08-26 Renlin Li <renlin.li@arm.com>
11859
11860 * config/aarch64/aarch64.md (*aarch64_bfi<GPI:mode><ALLX:mode>4): New.
11861
11862 2015-08-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
11863 Jiong Wang <jiong.wang@arm.com>
11864
11865 * config/aarch64/aarch64.md (UNSPEC_GOTTINYTLS): New UNSPEC.
11866 (tlsie_tiny_<mode>): New define_insn.
11867 (tlsie_tiny_sidi): Likewise.
11868 * config/aarch64/aarch64-protos.h (aarch64_symbol_type): Define
11869 SYMBOL_TINY_TLSIE.
11870 (aarch64_symbol_context): New comment for SYMBOL_TINY_TLSIE.
11871 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Support
11872 SYMBOL_TINY_TLSIE.
11873 (aarch64_expand_mov_immediate): Likewise.
11874 (aarch64_print_operand): Likewise.
11875 (arch64_classify_tls_symbol): Likewise.
11876
11877 2015-08-26 Matthew Wahab <matthew.wahab@arm.com>
11878
11879 * config/arm/arm-arches.def: Replace single value flags with
11880 an initializer built from ARM_FSET_MAKE_CPU1.
11881 * config/arm/arm-cores.def: Likewise.
11882 * config/arm/arm.c: (all_cores): Remove ARM_FSET_MAKE_CPU1
11883 derivation from the ARM_CORE macro definition, use the given value
11884 instead.
11885 (all_architectures): Remove ARM_FSET_MAKE_CPU1 derivation from the
11886 ARM_ARCH macro definition, use the given value instead.
11887
11888 2015-08-26 Matthew Wahab <matthew.wahab@arm.com>
11889
11890 * config/arm/arm-builtins.c (def_mbuiltin): Test all flags in a
11891 feature set.
11892 (struct builtin_description): Replace field mask with field
11893 features.
11894 (IWMMXT_BUILTIN): Use ARM_FSET macros for feature flags.
11895 (IWMMXT2_BUILTIN): Likewise.
11896 (IWMMXT2_BUILTIN2): Likewise.
11897 (FP_BUILTIN): Likewise.
11898 (CRC32_BUILTIN): Likewise.
11899 (CRYPTO_BUILTIN): Likewise.
11900 (iwmmx_mbuiltin): Likewise.
11901 (iwmmx2_mbuiltin): Likewise.
11902 (arm_init_iwmmxt_builtins): Likewise. Also, update for change to
11903 struct builtin_description.
11904
11905 2015-08-26 Matthew Wahab <matthew.wahab@arm.com>
11906
11907 * config/arm/arm-builtins.c (def_mbuiltin): Use ARM_FSET macro.
11908 (struct builtin_description): Change type of mask to unsigned
11909 long.
11910 * config/arm/arm-protos.h (insn_flags): Declare as type
11911 arm_feature_set.
11912 (tune_flags): Likewise.
11913 * config/arm/arm.c (feature_count): New.
11914 (insn_flags): Define as type arm_feature_set.
11915 (tune_flags): Likewise.
11916 (struct processors): Define field flags as type arm_feature_set.
11917 (all_cores): Update for change to struct processors.
11918 (all_architectures): Likewise.
11919 (arm_option_check_internal): Use arm_feature_set and ARM_FSET
11920 macros.
11921 (arm_option_override_internal): Likewise.
11922 (arm_option_override): Likewise.
11923
11924 2015-08-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
11925 Jiong Wang <jiong.wang@arm.com>
11926
11927 * config/aarch64/aarch64.c (initialize_aarch64_tls_size): Set default
11928 tls size for tiny, small, large memory model.
11929 (aarch64_load_symref_appropriately): Support new symbol types.
11930 (aarch64_expand_mov_immediate): Likewise.
11931 (aarch64_print_operand): Likewise.
11932 (aarch64_classify_tls_symbol): Likewise.
11933 * config/aarch64/aarch64-protos.h (aarch64_symbol_context): Likewise.
11934 (aarch64_symbol_type): Likewise.
11935 * config/aarch64/aarch64.md (tlsle): Deleted.
11936 (tlsle12_<mode>): New define_insn.
11937 (tlsle24_<mode>): Likewise.
11938 (tlsle32_<mode>): Likewise.
11939 (tlsle48_<mode>): Likewise.
11940 * doc/sourcebuild.texi (AArch64-specific attributes): Document
11941 "aarch64_tlsle32".
11942
11943 2015-08-26 Matthew Wahab <matthew.wahab@arm.com>
11944
11945 * config/arm/arm-protos.h (FL_NONE): New.
11946 (FL_ANY): New.
11947 (arm_feature_set): New.
11948 (ARM_FSET_MAKE): New.
11949 (ARM_FSET_MAKE_CPU1): New.
11950 (ARM_FSET_MAKE_CPU2): New.
11951 (ARM_FSET_CPU1): New.
11952 (ARM_FSET_CPU2): New.
11953 (ARM_FSET_EMPTY): New.
11954 (ARM_FSET_ANY): New.
11955 (ARM_FSET_HAS_CPU1): New.
11956 (ARM_FSET_HAS_CPU2): New.
11957 (ARM_FSET_HAS_CPU): New.
11958 (ARM_FSET_ADD_CPU1): New.
11959 (ARM_FSET_ADD_CPU2): New.
11960 (ARM_FSET_DEL_CPU1): New.
11961 (ARM_FSET_DEL_CPU2): New.
11962 (ARM_FSET_UNION): New.
11963 (ARM_FSET_INTER): New.
11964 (ARM_FSET_XOR): New.
11965 (ARM_FSET_EXCLUDE): New.
11966 (AFM_FSET_IS_EMPTY): New.
11967 (ARM_FSET_CPU_SUBSET): New.
11968
11969 2015-08-26 Jiong Wang <jiong.wang@arm.com>
11970
11971 * config/aarch64/aarch64-protos.h (aarch64_symbol_type): Rename
11972 SYMBOL_TLSLE to SYMBOL_TLSLE24.
11973 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
11974 Likewise.
11975 (aarch64_expand_mov_immediate): Likewise.
11976 (aarch64_print_operand): Likewise.
11977 (aarch64_classify_symbol): Likewise.
11978
11979 2015-08-26 Jiong Wang <jiong.wang@arm.com>
11980
11981 * config/aarch64/aarch64.opt (mtls-size): New entry.
11982 * config/aarch64/aarch64.c (initialize_aarch64_tls_size): New function.
11983 (aarch64_override_options_internal): Call initialize_aarch64_tls_size.
11984 * doc/invoke.texi (AArch64 Options): Document -mtls-size.
11985
11986 2015-08-26 Matthew Wahab <matthew.wahab@arm.com>
11987
11988 * config/arm/arm-cores.def: Add FL_FOR_ARCH flag for each
11989 ARM_CORE entry. Fix some white-space.
11990 * config/arm/arm.c: Remove FL_FOR_ARCH derivation from
11991 ARM_CORE definition.
11992
11993 2015-08-26 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
11994
11995 * fold-const.c (fold_binary_loc) : Move Optimize
11996 root(x)*root(y) as root(x*y) to match.pd.
11997 Move Optimize expN(x)*expN(y) as expN(x+y) to match.pd.
11998 Move Optimize pow(x,y)*pow(x,z) as pow(x,y+z) to match.pd.
11999 Move Optimize a/root(b/c) into a*root(c/b) to match.pd.
12000 Move Optimize x/expN(y) into x*expN(-y) to match.pd.
12001 * match.pd (mult (root:s @0) (root:s @1)): New simplifier.
12002 (mult (POW:s @0 @1) (POW:s @0 @2)) : New simplifier.
12003 (mult (exps:s @0) (exps:s @1)) : New simplifier.
12004 (rdiv @0 (root:s (rdiv:s @1 @2))) : New simplifier.
12005 (rdiv @0 (exps:s @1)) : New simplifier.
12006
12007 2015-08-25 Joseph Myers <joseph@codesourcery.com>
12008
12009 * gcc.c (driver::finalize): Only assign to extra_specs if
12010 [EXTRA_SPECS].
12011
12012 2015-08-25 Marek Polacek <polacek@redhat.com>
12013
12014 PR middle-end/67330
12015 * varasm.c (declare_weak): Return after giving an error.
12016
12017 2015-08-25 David Malcolm <dmalcolm@redhat.com>
12018
12019 * gcc-main.c (main): Add params to driver ctor.
12020 * gcc.c (class env_manager): New.
12021 (env): New global.
12022 (env_manager::init): New.
12023 (env_manager::get): New.
12024 (env_manager::xput): New.
12025 (env_manager::restore): New.
12026 Poison getenv and putenv.
12027 (DEFAULT_TARGET_SYSTEM_ROOT): New.
12028 (target_system_root): Update initialization to use
12029 DEFAULT_TARGET_SYSTEM_ROOT.
12030 (struct spec_list): Add field "default_ptr".
12031 (INIT_STATIC_SPEC): Initialize new field "default_ptr".
12032 (init_spec): Likewise.
12033 (set_spec): Clear field "default_ptr".
12034 (read_specs): Free "spec" and "buffer".
12035 (xputenv): Reimplement in terms of env_manager.
12036 (process_command): Replace ::getenv calls with calls to the
12037 env_manager singleton.
12038 (process_brace_body): Free string in three places.
12039 (driver::driver): New.
12040 (driver::~driver): New.
12041 (used_arg): Convert from a function to...
12042 (class used_arg_t): ...this class, and...
12043 (used_arg): ...this new global instance.
12044 (used_arg_t::finalize): New function.
12045 (getenv_spec_function): Add "const" to local "value". Replace
12046 ::getenv call with call to the env_manager singleton.
12047 (path_prefix_reset): New function.
12048 (driver::finalize): New function.
12049 * gcc.h (driver::driver): New.
12050 (driver::~driver): New.
12051 (driver::finalize): New.
12052
12053 2015-08-25 Nathan Sidwell <nathan@acm.org>
12054
12055 * optabs.c (emit_indirect_jump): Don't try an emit a jump if the
12056 target doesn't have one.
12057
12058 2015-08-25 Segher Boessenkool <segher@kernel.crashing.org>
12059
12060 PR target/67346
12061 * config/rs6000/rs6000.md (*ior<mode>_mask): Use a match_scratch.
12062
12063 2015-08-25 Segher Boessenkool <segher@kernel.crashing.org>
12064
12065 PR target/67344
12066 * config/rs6000/rs6000.md (*and<mode>3_imm_dot_shifted): Change to
12067 a define_insn, remove second alternative.
12068
12069 2015-08-25 Thomas Schwinge <thomas@codesourcery.com>
12070 Joseph Myers <joseph@codesourcery.com>
12071
12072 * gcc.c (struct switchstr): Expand comment.
12073
12074 2015-08-25 Nathan Sidwell <nathan@acm.org>
12075
12076 * config/nvptx/nvptx.c (nvptx_write_function_decl): Reformat.
12077 (nvptx_reorg_subreg): Pass insn pattern to asm_operands.
12078
12079 2015-08-25 Richard Biener <rguenther@suse.de>
12080
12081 PR middle-end/67306
12082 * genmatch.c (expr::gen_transform): Verify the result of
12083 builtin_decl_implicit.
12084 (dt_simplify::gen_1): Likewise.
12085
12086 2015-08-25 Thomas Preud'homme <thomas.preudhomme@arm.com>
12087
12088 * config/arm/constraints.md: Also list Cs and US ARM-specific
12089 constraints as used.
12090
12091 2015-08-24 Kaz Kojima <kkojima@gcc.gnu.org>
12092
12093 PR target/66609
12094 * config/sh/sh.c (sh_asm_output_addr_const_extra): Handle
12095 UNSPEC_PCREL.
12096 (nonpic_symbol_mentioned_p): Likewise.
12097 (sh_delegitimize_address): Likewise.
12098 (sh_function_ok_for_sibcall): Take into account weak symbols.
12099 (sh_expand_sym_label2reg): New.
12100 * config/sh/sh-protos.h (sh_expand_sym_label2reg): Declare.
12101 * config/sh/sh.md (UNSPEC_PCREL): New enum.
12102 (call_pcrel): Use sh_expand_sym_label2reg.
12103 (call_value_pcrel, sibcall_pcrel, sibcall_value_pcrel): Likewise.
12104 (symPCREL_label2reg) New expand.
12105
12106 2015-08-24 Aditya Kumar <aditya.k7@samsung.com>
12107
12108 * graphite-poly.c: Change type of region from void* to sese.
12109 * graphite-poly.h (struct scop): Changing the type of scop::region
12110 from void* to sese. Change accessor macro accordingly.
12111 * graphite-sese-to-poly.c (extract_affine_chrec): Use accessor macro.
12112
12113 2015-08-24 Aditya Kumar <aditya.k7@samsung.com>
12114
12115 * graphite-scop-detection.c (stmt_simple_for_scop_p):
12116 Constrain only on INTEGER_TYPE.
12117
12118 2015-08-24 Michael Meissner <meissner@linux.vnet.ibm.com>
12119
12120 PR target/67211
12121 * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Set
12122 -mefficient-unaligned-vsx on ISA 2.7.
12123
12124 * config/rs6000/rs6000.opt (-mefficient-unaligned-vsx): Convert
12125 option to a masked option.
12126
12127 * config/rs6000/rs6000.c (rs6000_option_override_internal): Rework
12128 logic for -mefficient-unaligned-vsx so that it is set via an arch
12129 ISA option, instead of being set if -mtune=power8 is set. Move
12130 -mefficient-unaligned-vsx and -mallow-movmisalign handling to be
12131 near other default option handling.
12132
12133 2015-08-24 Richard Sandiford <richard.sandiford@arm.com>
12134
12135 * genflags.c (gen_macro): Delete.
12136 (gen_proto): Don't create GEN.*CALL.* macros.
12137 * gensupport.h (get_file_location): Declare.
12138 * gensupport.c (rtx_locs): New variable.
12139 (read_md_rtx): Record rtx locations.
12140 (get_file_location): New function.
12141 * target-insns.def (call, call_pop, call_value, call_value_pop)
12142 (sibcall, sibcall_value): New patterns.
12143 * gentarget-def.c (parse_argument): New function.
12144 (def_target_insn): Use it. Handle optional operands. Raise an
12145 error if an .md pattern has the wrong number of operands for the
12146 pattern name. Remove the names of unused operands from the prototype.
12147 * builtins.c (expand_builtin_apply): Use targetm functions
12148 instead of HAVE_call_value and GEN_CALL_VALUE.
12149 * calls.c (emit_call_1): Likewise. Remove support for sibcall_pop
12150 and sibcall_value_pop.
12151 * config/aarch64/aarch64.md (untyped_call): Use gen_call instead
12152 of GEN_CALL.
12153 * config/alpha/alpha.md (untyped_call): Likewise.
12154 * config/iq2000/iq2000.md (untyped_call): Likewise.
12155 * config/m68k/m68k.md (untyped_call): Likewise.
12156 * config/mips/mips.md (untyped_call): Likewise.
12157 * config/pa/pa.md (untyped_call): Likewise.
12158 * config/rs6000/rs6000.md (untyped_call): Likewise.
12159 * config/sparc/sparc.md (untyped_call): Likewise.
12160 * config/tilegx/tilegx.md (untyped_call): Likewise.
12161 * config/tilepro/tilepro.md (untyped_call): Likewise.
12162 * config/visium/visium.md (untyped_call): Likewise.
12163 * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Use
12164 gen_call_value instead of GEN_CALL_VALUE.
12165 * config/arm/arm.md (untyped_call): Likewise.
12166 * config/cr16/cr16.c (cr16_function_arg): Remove reference to
12167 GEN_CALL.
12168
12169 2015-08-24 Richard Sandiford <richard.sandiford@arm.com>
12170
12171 * ifcvt.c (HAVE_incscc, HAVE_decscc, HAVE_cbranchcc4): Delete.
12172 (have_cbranchcc4): New variable.
12173 (cc_in_cond, noce_emit_cmove, noce_get_alt_condition)
12174 (noce_get_condition): Use it instead of HAVE_cbranchcc4.
12175 (if_convert): Initialize have_cbranchcc4.
12176
12177 2015-08-24 Richard Sandiford <richard.sandiford@arm.com>
12178
12179 * builtins.c (expand_cmpstrn): Rename to...
12180 (expand_cmpstrn_or_cmpmem): ...this.
12181 (expand_builtin_strcmp, expand_builtin_strncmp): Update accordingly.
12182 (expand_builtin_memcmp): Use optabs instead of HAVE_cmpmem/gen_cmpmem.
12183 Remove mode argument.
12184 (expand_builtin): Update accordingly.
12185
12186 2015-08-24 Richard Sandiford <richard.sandiford@arm.com>
12187
12188 * builtins.c (expand_cmpstr, expand_cmpstrn): New functions.
12189 (expand_builtin_strcmp, expand_builtin_strncmp): Use them. Remove
12190 references to HAVE_cmpstr{,n}si and CODE_FOR_cmpstr{,n}si.
12191 * config/m32c/blkmov.md (cmpstrsi): Fix predicates of operands 1 and 2.
12192 Add predicates for operands 0 and 3.
12193 * config/rx/rx.md (cmpstrnsi): Remove force_operand for the length
12194 operand.
12195 * config/sh/sh.md (cmpstrnsi): Change the length predicate from
12196 immediate_operand to nonmemory_operand.
12197
12198 2015-08-24 Richard Sandiford <richard.sandiford@arm.com>
12199
12200 * df-scan.c (df_insn_info_init_fields): New function, split out
12201 from...
12202 (df_insn_create_insn_record): ...here.
12203 (df_insn_info_free_fields): New function, split out from...
12204 (df_insn_info_delete): ...here.
12205 (df_insn_rescan): Use the new functions instead of freeing and
12206 reallocating the df_insn_info.
12207
12208 2015-08-24 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
12209
12210 * doc/install.texi (Binaries): Remove links no longer valid.
12211
12212 2015-08-24 Nathan Sidwell <nathan@codesourcery.com>
12213
12214 * config/nvptx/mkoffload.c (process): Replace
12215 GOMP_offload_{,un}register with GOMP_offload_{,un}register_ver.
12216
12217 2015-08-24 H.J. Lu <hongjiu.lu@intel.com>
12218
12219 PR target/67329
12220 * config/i386/i386.c (iamcu_cost): Set MOVE_RATIO cost to 9.
12221
12222 2015-08-24 Renlin Li <renlin.li@arm.com>
12223
12224 * config/arm/arm-protos.h (arm_valid_symbolic_address_p): Declare.
12225 * config/arm/arm.c (arm_valid_symbolic_address_p): Define.
12226 * config/arm/arm.md (arm_movt): Use arm_valid_symbolic_address_p.
12227 * config/arm/constraints.md ("j"): Add check for high code.
12228
12229 2015-08-24 Tom de Vries <tom@codesourcery.com>
12230
12231 PR tree-optimization/65468
12232 * omp-low.c (expand_omp_for_static_chunk): Remove inner loop if
12233 chunk_size is one.
12234
12235 2015-08-24 Nathan Sidwell <nathan@acm.org>
12236
12237 * config/nvptx/nvptx.c (walk_args_for_param): Revert previous
12238 change to nvptx_type_from_mode call. Use arg_promotion for both
12239 split and non-split args.
12240
12241 2015-08-24 Richard Sandiford <richard.sandiford@arm.com>
12242
12243 * target-insns.def (movstr): New pattern.
12244 * builtins.c (HAVE_movstr, CODE_FOR_movstr): Delete.
12245 (expand_movstr): Use targetm rather than HAVE_movstr/
12246 CODE_FOR_movstr.
12247
12248 2015-08-24 Richard Sandiford <richard.sandiford@arm.com>
12249
12250 * config/microblaze/microblaze.c (microblaze_classify_unspec): Fix
12251 cast syntax.
12252
12253 2015-08-24 Andrew Pinski <apinski@cavium.com>
12254
12255 * config/aarch64/aarch64-tuning-flags.def: Remove all index to
12256 AARCH64_EXTRA_TUNING_OPTION.
12257 * config/aarch64/aarch64-protos.h (aarch64_extra_tuning_flags_index):
12258 New enum.
12259 (aarch64_extra_tuning_flags): Base the shifted value on the index
12260 instead of the argument to AARCH64_EXTRA_TUNING_OPTION.
12261 * config/aarch64/aarch64.c: Remove the last argument to
12262 AARCH64_EXTRA_TUNING_OPTION.
12263
12264 2015-08-23 Nathan Sidwell <nathan@acm.org>
12265
12266 * config/nvptx/nvptx.c (walk_args_for_param): Promote arg reg
12267 decls.
12268 (nvptx_declare_function_name): Insert formatting tabs for
12269 consistency.
12270
12271 2015-08-23 Tom de Vries <tom@codesourcery.com>
12272
12273 * omp-low.c (expand_omp_taskreg): If in ssa, set rhs of parcopy stmt to
12274 parm_decl, rather than generating a dummy default def in cfun.
12275 * tree-cfg.c (replace_ssa_name): Assume no default defs. Make sure
12276 ssa_name from cfun and child_fn do not share a stmt as def stmt.
12277 (move_stmt_op): Handle PARM_DECl.
12278 (gather_ssa_name_hash_map_from): New function.
12279 (move_sese_region_to_fn): Add default defs for function params, and add
12280 them to vars_map. Release copied ssa names.
12281 * tree-cfg.h (gather_ssa_name_hash_map_from): Declare.
12282
12283 2015-08-23 Tom de Vries <tom@codesourcery.com>
12284
12285 * doc/sourcebuild.texi: Rename vect_no_int_max with
12286 vect_no_int_min_max. Update description.
12287
12288 2015-08-22 Andrew Pinski <apinski@cavium.com>
12289
12290 * aarch64-fusion-pairs.def: Remove all index to AARCH64_FUSION_PAIR.
12291 * config/aarch64/aarch64-protos.h
12292 (aarch64_fusion_pairs_index): New enum.
12293 (aarch64_fusion_pairs): Base the shifted value on the index instead
12294 Rewrite AARCH64_FUSE_ALL to be based on the end index.
12295 of the argument to AARCH64_FUSION_PAIR.
12296 * config/aarch64/aarch64.c: Remove the last argument to
12297 AARCH64_FUSION_PAIR.
12298
12299 2015-08-22 Mikhail Maltsev <maltsevm@gmail.com>
12300
12301 * dominance.c (new_zero_array): Define.
12302 (dom_info): Redefine as class with proper encapsulation.
12303 (dom_info::m_n_basic_blocks, m_reverse, m_start_block, m_end_block):
12304 Add new members.
12305 (dom_info::dom_info, ~dom_info): Define. Use new/delete for memory
12306 allocations/deallocations. Pass function as parameter (instead of
12307 using cfun).
12308 (dom_info::get_idom): Define accessor method.
12309 (dom_info::calc_dfs_tree_nonrec, calc_dfs_tree, compress, eval,
12310 link_roots, calc_idoms): Redefine as class members. Do not use cfun.
12311 (calculate_dominance_info): Adjust to use dom_info class.
12312 (verify_dominators): Likewise.
12313
12314 2015-08-21 Alexandre Oliva <aoliva@redhat.com>
12315
12316 * print-rtl.c (print_rtx): Check the correct range for
12317 flag_dump_unnumbered_links to behave as documented.
12318
12319 PR rtl-optimization/67227
12320 PR rtl-optimization/64164
12321 * alias.c (memrefs_conflict_p): Handle VALUEs in PLUS better.
12322 (nonoverlapping_memrefs_p): Test offsets and sizes when given
12323 identical gimple_reg exprs.
12324
12325 2015-08-21 Nathan Sidwell <nathan@acm.org>
12326
12327 * config/nvptx/nvptx.md (allocate_stack): Emit sorry during
12328 expansion.
12329 * config/nvptx/nvptx.c (nvptx_declare_function_name): Look at
12330 crtl->stack_alignment_needed to determine alignment.
12331 (nvptx_get_drap_rtx): New.
12332 (TARGET_GET_DRAP_RTX): Override.
12333 * config/nvptx/nvptx.h (MAX_STACK_ALIGNMENT): Set.
12334
12335 2015-08-21 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
12336
12337 * config.build: Remove case for m68000-hp-hpux* | m68k-hp-hpux*.
12338
12339 2015-08-21 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
12340
12341 * configure.ac: Remove uwin* cases.
12342 * config.build: Remove cases for i370-*-opened*, i370-*-mvs*,
12343 i[34567]86-*-sco3.2v5*, i[34567]86-sequent-ptx4*,
12344 i[34567]86-sequent-sysv4*, i[34567]86-*-sysv4*,
12345 i[34567]86-*-udk*, i[34567]86-*-uwin*, i386-*-vsta.
12346 * config.host: Remove cases for i370-*-opened*, i370-*-mvs*,
12347 i[34567]86-*-uwin*, powerpc-*-beos*.
12348
12349 2015-08-21 Richard Sandiford <richard.sandiford@arm.com>
12350
12351 * gencodes.c (gencodes): Print the comma for the preceding
12352 enum value rather than the current one. Use aliased enum values
12353 rather than #defines for compiled-out patterns.
12354 (main): Update accordingly. Replace LAST_INSN_CODE with
12355 NUM_INSN_CODES.
12356 * lra.c (insn_code_data): Update accordingly.
12357 (finish_insn_code_data_once, get_static_insn_data): Likewise.
12358 * recog.h (target_recog): Likewise.
12359 (preprocess_insn_constraints): Change parameter to unsigned int.
12360 * recog.c (preprocess_insn_constraints): Likewise.
12361 (recog_init): Replace LAST_INSN_CODE with NUM_INSN_CODES.
12362 * tree-vect-stmts.c (vectorizable_operation): Simplify.
12363
12364 2015-08-21 Markus Trippelsdorf <markus@trippelsdorf.de>
12365
12366 PR rtl-optimization/61657
12367 * loop-iv.c (iv_number_of_iterations): Declare up and down as
12368 unsigned. Remove superflous uint64_t cast.
12369
12370 2014-08-21 Felix Yang <felix.yang@huawei.com>
12371 Jiji Jiang <jiangjiji@huawei.com>
12372
12373 * value-prof.c (interesting_stringop_to_profile_p): Removed FNDECL
12374 argument and get builtin function code directly from CALL.
12375 (gimple_stringop_fixed_value): Modified accordingly.
12376 (gimple_stringops_transform, gimple_stringops_values_to_profile):
12377 Modified accordingly and only accept BUILT_IN_NORMAL string operations.
12378
12379 2015-08-21 Dominik Vogt <vogt@linux.vnet.ibm.com>
12380
12381 * config/s390/s390-builtins.def: Fix value range of vec_load_bndry.
12382
12383 2015-08-21 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
12384
12385 * fold-const.c (fold_binary_loc) : Move sqrt(x)*sqrt(x) as x
12386 to match.pd.
12387 Move Optimize pow(x,y)*pow(z,y) as pow(x*z,y)to match.pd.
12388 Move Optimize tan(x)*cos(x) as sin(x) to match.pd.
12389 Move Optimize x*pow(x,c) as pow(x,c+1) to match.pd.
12390 Move Optimize pow(x,c)*x as pow(x,c+1) to match.pd.
12391 Move Optimize sin(x)/cos(x) as tan(x) to match.pd.
12392 Move Optimize cos(x)/sin(x) as 1.0/tan(x) to match.pd.
12393 Move Optimize sin(x)/tan(x) as cos(x) to match.pd.
12394 Move Optimize tan(x)/sin(x) as 1.0/cos(x) to match.pd.
12395 Move Optimize pow(x,c)/x as pow(x,c-1) to match.pd.
12396 Move Optimize x/pow(y,z) into x*pow(y,-z) to match.pd.
12397
12398 * match.pd (SIN ) : New Operator.
12399 (TAN) : New Operator.
12400 (mult (SQRT@1 @0) @1) : New simplifier.
12401 (mult (POW:s @0 @1) (POW:s @2 @1)) : New simplifier.
12402 (mult:c (TAN:s @0) (COS:s @0)) : New simplifier.
12403 (mult:c (TAN:s @0) (COS:s @0)) : New simplifier.
12404 (rdiv (SIN:s @0) (COS:s @0)) : New simplifier.
12405 (rdiv (COS:s @0) (SIN:s @0)) : New simplifier.
12406 (rdiv (SIN:s @0) (TAN:s @0)) : New simplifier.
12407 (rdiv (TAN:s @0) (SIN:s @0)) : New simplifier.
12408 (rdiv (POW:s @0 REAL_CST@1) @0) : New simplifier.
12409 (rdiv @0 (SQRT:s (rdiv:s @1 @2))) : New simplifier.
12410 (rdiv @0 (POW:s @1 @2)) : New simplifier.
12411
12412 2015-08-21 Bin Cheng <bin.cheng@arm.com>
12413
12414 * tree-ssa-loop-niter.c (simplify_using_initial_conditions): Break
12415 loop if EXPR is simplified to const value.
12416
12417 2015-08-21 Yury Gribov <y.gribov@samsung.com>
12418
12419 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_NONNULL_ARG,
12420 BUILT_IN_UBSAN_HANDLE_NONNULL_ARG): Fix builtin types.
12421
12422 2015-08-21 Richard Biener <rguenther@suse.de>
12423
12424 PR middle-end/67285
12425 * gimple-fold.c (replace_stmt_with_simplification): Assert
12426 seq is empty when replacing a call with itself but different
12427 arguments.
12428 * gimple-match-head.c (maybe_push_res_to_seq): When pushing
12429 a call require that it is const.
12430
12431 2015-08-20 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12432
12433 * defaults.h (CONSTANT_ALIGNMENT): New macro definition.
12434 * builtins.c (get_object_alignment_2): Adjust.
12435 * varasm.c (align_variable): Likewise.
12436 (get_variable_align): Likewise.
12437 (build_constant_desc): Likewise.
12438 (force_const_mem): Likewise.
12439 * doc/tm.texi.in: Likewise.
12440 * doc/tm.texi: Regenerate.
12441
12442 2015-08-20 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12443
12444 * genconfig.c (main): Always define HAVE_cc0.
12445 * recog.c (rest_of_handle_peephole2): Adjust.
12446
12447 2015-08-20 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12448
12449 * reorg.c (relax_delay_slots): Don't use #if to check value of
12450 HAVE_cc0.
12451
12452 2015-08-20 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12453
12454 * genconfig.c (main): Always define HAVE_CONDITIONAL_EXECUTION.
12455 * targhooks.c (default_have_conditional_execution): Adjust.
12456
12457 2015-08-20 Richard Sandiford <richard.sandiford@arm.com>
12458
12459 * rtl.h (rtvec_all_equal_p): Declare.
12460 (const_vec_duplicate_p, unwrap_const_vec_duplicate): New functions.
12461 * rtl.c (rtvec_all_equal_p): New function.
12462 * expmed.c (expand_mult): Use unwrap_const_vec_duplicate.
12463 * config/aarch64/aarch64.c (aarch64_vect_float_const_representable_p)
12464 (aarch64_simd_dup_constant): Use const_vec_duplicate_p.
12465 * config/arm/arm.c (neon_vdup_constant): Likewise.
12466 * config/s390/s390.c (s390_contiguous_bitmask_vector_p): Likewise.
12467 * config/tilegx/constraints.md (W, Y): Likewise.
12468 * config/tilepro/constraints.md (W, Y): Likewise.
12469 * config/spu/spu.c (spu_legitimate_constant_p): Likewise.
12470 (classify_immediate): Use unwrap_const_vec_duplicate.
12471 * config/tilepro/predicates.md (reg_or_v4s8bit_operand): Likewise.
12472 (reg_or_v2s8bit_operand): Likewise.
12473 * config/tilegx/predicates.md (reg_or_v8s8bit_operand): Likewise.
12474 (reg_or_v4s8bit_operand): Likewise.
12475
12476 2015-08-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
12477
12478 * config/rs6000/altivec.h (vec_pmsum_be): New #define.
12479 (vec_shasigma_be): New #define.
12480 * config/rs6000/rs6000-builtin.def (VPMSUMB): New BU_P8V_AV2_2.
12481 (VPMSUMH): Likewise.
12482 (VPMSUMW): Likewise.
12483 (VPMSUMD): Likewise.
12484 (VPMSUM): New BU_P8V_OVERLOAD_2.
12485 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): New
12486 entries for VEC_MADD and VEC_VPMSUM.
12487
12488 2015-08-20 Georg-Johann Lay <avr@gjlay.de>
12489
12490 * config/avr/avr.c (avr_insert_attributes): In diagnostic essage:
12491 Multiply argument avr_n_flash by 64 to match unit of "KiB".
12492 (avr_pgm_check_var_decl): Same.
12493
12494 2015-08-20 Alan Lawrence <alan.lawrence@arm.com>
12495
12496 * config/arm/arm-builtins.c (arm_init_simd_builtin_types): Move
12497 initialization of HFmode scalar type (float16_t) to...
12498 (arm_init_fp16_builtins): ... Here. Combine with __fp16 initialization
12499 code.
12500
12501 (arm_init_builtins): Call arm_init_fp16_builtins earlier and always.
12502
12503 * config/arm/arm_neon.h (vcvt_f16_f32, vcvt_f32_f16): Condition on
12504 having an -mfp16-format.
12505
12506 2015-08-20 Richard Sandiford <richard.sandiford@arm.com>
12507
12508 * config/i386/predicates.md (vector_all_ones_operand): Use
12509 CONSTM1_RTX to simplify definition.
12510
12511 2015-08-20 Richard Biener <rguenther@suse.de>
12512
12513 * toplev.c (compile_file): Remove loop calling late_global_decl
12514 on all symbols.
12515 * varpool.c (varpool_node::assemble_decl): Call late_global_decl
12516 on decls we assembled.
12517
12518 2015-08-20 James Greenhalgh <james.greenhalgh@arm.com>
12519
12520 * common/config/aarch64/aarch64-common.c
12521 (AARCH64_CPU_NAME_LENGTH): Delete.
12522 (aarch64_option_extension): New.
12523 (all_extensions): Likewise.
12524 (processor_name_to_arch): Likewise.
12525 (arch_to_arch_name): Likewise.
12526 (all_cores): New.
12527 (all_architectures): Likewise.
12528 (aarch64_get_extension_string_for_isa_flags): Likewise.
12529 (aarch64_rewrite_selected_cpu): Change to rewrite CPU names to
12530 architecture names.
12531 * config/aarch64/aarch64-protos.h
12532 (aarch64_get_extension_string_for_isa_flags): New.
12533 * config/aarch64/aarch64.c (aarch64_print_extension): Delete.
12534 (aarch64_option_print): Get the string to print from
12535 aarch64_get_extension_string_for_isa_flags.
12536 (aarch64_declare_function_name): Likewise.
12537 * config/aarch64/aarch64.h (BIG_LITTLE_SPEC): Rename to...
12538 (MCPU_TO_MARCH_SPEC): This.
12539 (ASM_CPU_SPEC): Use it.
12540 (BIG_LITTLE_SPEC_FUNCTIONS): Rename to...
12541 (MCPU_TO_MARCH_SPEC_FUNCTIONS): ...This.
12542 (EXTRA_SPEC_FUNCTIONS): Use it.
12543
12544 2015-08-20 Simon Dardis <simon.dardis@imgtec.com>
12545
12546 * config/mips/mips.c (mips_expand_block_move): Enable inline memcpy
12547 expansion when !ISA_HAS_LWL_LWR.
12548 (mips_block_move_straight): Update the size of elements copied to
12549 account for alignment when !ISA_HAS_LWL_LWR.
12550 * config/mips/mips.h (MIPS_MIN_MOVE_MEM_ALIGN): New macro.
12551
12552 2015-08-19 Jiong Wang <jiong.wang@arm.com>
12553
12554 * expr.c (expand_expr_real_2): Check gimple statement during
12555 LSHIFT_EXPR expand.
12556
12557 2015-08-19 Magnus Granberg <zorry@gentoo.org>
12558
12559 * common.opt (fstack-protector): Initialize to -1.
12560 (fstack-protector-all): Likewise.
12561 (fstack-protector-strong): Likewise.
12562 (fstack-protector-explicit): Likewise.
12563 * configure.ac: Add --enable-default-ssp.
12564 * defaults.h (DEFAULT_FLAG_SSP): New. Default SSP to strong.
12565 * opts.c (finish_options): Update opts->x_flag_stack_protect if it is
12566 -1.
12567 * doc/install.texi: Document --enable-default-ssp.
12568 * config.in: Regenerated.
12569 * configure: Likewise.
12570
12571 2015-08-19 Alexandre Oliva <aoliva@redhat.com>
12572
12573 PR rtl-optimization/64164
12574 * cfgexpand.c (parm_maybe_byref_p): Renamed to...
12575 (parm_in_stack_slot_p): ... this. Disregard mode, what
12576 matters is whether the parm will live in a pseudo or a stack
12577 slot.
12578 (expand_one_ssa_partition): Deal with params without a default
12579 def. Disregard mode.
12580 * cfgexpand.h: Renamed function declaration.
12581 * tree-ssa-coalesce.c: Adjust.
12582 * function.c (split_complex_args): Allocate stack slot for
12583 unassigned parms before splitting.
12584 (parm_in_unassigned_mem_p): New. Use it instead of
12585 parm_maybe_byref_p throughout this file.
12586 (assign_parm_setup_block): Use it. Accept pseudos in the
12587 expand-assigned rtl.
12588 (assign_parm_setup_reg): Drop BLKmode requirement.
12589 (assign_parm_setup_stack): Allocate and fill in the address of
12590 unassigned MEM parms.
12591
12592 2015-08-19 David Sherwood <david.sherwood@arm.com>
12593
12594 * genmodes.c (emit_mode_unit_size_inline): New function.
12595 (emit_mode_unit_precision_inline): New function.
12596 (emit_insn_modes_h): Emit new #define. Emit new functions.
12597 (emit_mode_unit_size): New function.
12598 (emit_mode_unit_precision): New function.
12599 (emit_mode_adjustments): Add mode_unit_size adjustments.
12600 (emit_insn_modes_c): Emit new arrays.
12601 * machmode.h (GET_MODE_UNIT_SIZE, GET_MODE_UNIT_PRECISION): Update to
12602 use new inline methods.
12603
12604 2015-08-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12605
12606 * config/aarch64/aarch64.c (bit_count): Delete prototype
12607 and definition.
12608 (aarch64_print_operand): Use popcount_hwi instead of the above.
12609
12610 2015-08-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12611
12612 * config/aarch64/aarch64-option-extensions.def: Delete obsolete
12613 comment.
12614
12615 2015-08-19 Marek Polacek <polacek@redhat.com>
12616
12617 PR middle-end/67133
12618 * gimple-ssa-isolate-paths.c
12619 (insert_trap_and_remove_trailing_statements): Rename to ...
12620 (insert_trap): ... this. Don't remove trailing statements; split
12621 block instead.
12622 (find_explicit_erroneous_behaviour): Don't remove all outgoing edges.
12623
12624 2015-08-19 Mikael Morin <mikael@gcc.gnu.org>
12625
12626 PR other/67042
12627 * hwint.h (sext_hwi): Switch to unsigned for the left shift, and
12628 conditionalize the whole on __GNUC__. Add fallback code
12629 depending neither on undefined nor implementation-defined behaviour.
12630
12631 2015-08-19 Jiong Wang <jiong.wang@arm.com>
12632
12633 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Replace
12634 whitespaces with tab.
12635
12636 2015-08-19 Florian Weimer <fweimer@redhat.com>
12637
12638 * prj.adb (For_Every_Project_Imported_Context.Recursive_Check_Context):
12639 Move Name_Id_Set instantiation to the Prj package, to avoid trampolines.
12640 * prj-proc.adb (Process.Process_Expression_Variable_Decl):
12641 Move Name_Ids instantiation to the Prj.Proc package, to avoid
12642 trampolines.
12643
12644 2015-08-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12645
12646 * config/arm/arm.c (bounds_check): Use %wd print format
12647 for HOST_WIDE_INT arguments.
12648
12649 2015-08-18 Trevor Saunders <tbsaunde@tbsaunde.org>
12650
12651 * bb-reorder.c, cfgloop.h, collect2.c, combine.c, dse.c,
12652 dwarf2cfi.c, gcse-common.h, genopinit.c, ggc-page.c, machmode.h,
12653 mcf.c, modulo-sched.c, omp-low.c, read-rtl.c, sched-rgn.c,
12654 signop.h, tree-call-cdce.c, tree-dfa.c, tree-diagnostic.c,
12655 tree-inline.h, tree-scalar-evolution.c, tree-ssa-address.c,
12656 tree-ssa-loop-niter.c, tree-ssa-loop.h, tree-ssa-pre.c,
12657 tree-ssa-reassoc.c, tree-ssa-sccvn.h, tree-ssa-structalias.c,
12658 tree-ssa-uninit.c, tree-ssa.h, tree-vect-loop-manip.c,
12659 tree-vectorizer.h, tree-vrp.c, var-tracking.c: Remove useless
12660 typedefs.
12661
12662 2015-08-18 trevor Saunders <tbsaunde@tbsaunde.org>
12663
12664 * bt-load.c, cgraph.h, dwarf2out.c, dwarf2out.h, final.c,
12665 function.c, graphite-scop-detection.c, haifa-sched.c,
12666 ipa-devirt.c, ipa-split.c, recog.c, ree.c, stmt.c,
12667 tree-data-ref.c, tree-ssa-dom.c, tree-ssa-loop-ivopts.c,
12668 varasm.c: Remove typedefs of structs.
12669
12670 2015-08-18 Bill Schmidt <wschmidt@vnet.linux.ibm.com>
12671
12672 * config/rs6000/altivec.h (vec_adde): New define.
12673 (vec_addec): Likewise.
12674 (vec_double): Likewise.
12675 (vec_bperm): Likewise.
12676 (vec_gb): Likewise.
12677 * config/rs6000/rs6000-builtin.def (ADDE): New
12678 BU_ALTIVEC_OVERLOAD_3.
12679 (ADDEC): Likewise.
12680 (DOUBLE): New BU_VSX_OVERLOAD_1.
12681 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add new
12682 entries for ALTIVEC_BUILTIN_VEC_ADDC, ALTIVEC_BUILTIN_VEC_ADDE,
12683 ALTIVEC_BUILTIN_VEC_ADDEC, ALTIVEC_BUILTIN_VEC_ANDC,
12684 VSX_BUILTIN_VEC_DOUBLE, ALTIVEC_BUILTIN_VEC_MERGEH,
12685 ALTIVEC_BUILTIN_VEC_MERGEL, ALTIVEC_BUILTIN_VEC_NOR,
12686 ALTIVEC_BUILTIN_VEC_OR, ALTIVEC_BUILTIN_VEC_XOR,
12687 ALTIVEC_BUILTIN_VEC_PERM, ALTIVEC_BUILTIN_VEC_SEL,
12688 P8V_BUILTIN_VEC_EQV, P8V_BUILTIN_VEC_NAND, P8V_BUILTIN_VEC_ORC,
12689 and P8V_BUILTIN_VEC_VBPERMQ.
12690
12691 2015-08-18 Jason Merrill <jason@redhat.com>
12692
12693 * print-tree.c (print_node): Handle TREE_BINFO.
12694
12695 2015-08-18 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
12696
12697 PR middle-end/36757
12698 * builtins.c (expand_builtin_signbit): Add asserts to make sure
12699 we can expand BUILT_IN_SIGNBIT inline.
12700 * builtins.def (BUILT_IN_SIGNBIT): Make type-generic.
12701 * doc/extend.texi: Document the type-generic __builtin_signbit.
12702
12703 2015-08-18 Richard Sandiford <richard.sandiford@arm.com>
12704
12705 PR rtl-optimization/67218
12706 * simplify-rtx.c (exact_int_to_float_conversion_p): New function.
12707 (simplify_unary_operation_1): Use it.
12708
12709 2015-08-18 Marek Polacek <polacek@redhat.com>
12710
12711 PR middle-end/67222
12712 * gimple-low.c (lower_stmt): Don't lower BUILT_IN_POSIX_MEMALIGN
12713 if the call isn't valid.
12714 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Check builtins using
12715 gimple_call_builtin_p.
12716 (call_may_clobber_ref_p_1): Likewise.
12717 (stmt_kills_ref_p): Likewise.
12718
12719 2015-08-18 Robert Suchanek <robert.suchanek@imgtec.com>
12720
12721 * config/mips/mips-protos.h (mips_hard_regno_rename_ok): New prototype.
12722 * config/mips/mips.c (mips_hard_regno_rename_ok): New function.
12723 (mips_hard_regno_scratch_ok): Likewise.
12724 (TARGET_HARD_REGNO_SCRATCH_OK): Define macro.
12725 * config/mips/mips.h (HARD_REGNO_RENAME_OK): New.
12726
12727 2015-08-18 Bin Cheng <bin.cheng@arm.com>
12728
12729 * tree-ssa-loop-niter.c (refine_value_range_using_guard): New.
12730 (determine_value_range): Call refine_value_range_using_guard for
12731 each loop initial condition to improve value range.
12732
12733 2015-08-17 Aldy Hernandez <aldyh@redhat.com>
12734
12735 * config/i386/i386.c: Remove include of fibheap.h.
12736
12737 2015-08-17 Richard Biener <rguenther@suse.de>
12738
12739 PR tree-optimization/67221
12740 * tree-ssa-sccvn.c (visit_phi): Keep all-TOP args TOP.
12741 (sccvn_dom_walker::before_dom_children): Mark backedges of
12742 non-executable blocks as not executable.
12743
12744 2015-08-17 David Sherwood <david.sherwood@arm.com>
12745
12746 * config/arm/arm.c (neon_element_bits): Replace call to
12747 GET_MODE_BITSIZE (GET_MODE_INNER (m)) with GET_MODE_UNIT_BITSIZE (m).
12748 * config/arm/neon.md (neon_vget_lane<mode>): Likewise.
12749 (neon_vget_laneu<mode>, neon_vset_lane<mode>): Likewise
12750 (neon_vdup_lane<mode>): Likewise.
12751 * config/i386/i386.c (ix86_expand_int_vcond): Likewise.
12752 (ix86_expand_multi_arg_builtin, ix86_expand_reduc): Likewise.
12753 (expand_vec_perm_palignr, ix86_expand_sse2_abs): Likewise.
12754 * config/rs6000/rs6000.c (rs6000_do_expand_vec_perm): Likewise.
12755 * config/spu/spu.c (arith_immediate_p): Likewise.
12756 * expmed.c (store_bit_field_1, extract_bit_field_1): Likewise.
12757 * expr.c (expand_expr_real_2): Likewise.
12758 * optabs.c (shift_amt_for_vec_perm_mask): Likewise.
12759 * simplify-rtx.c (simplify_immed_subreg): Likewise.
12760 * tree-cfg.c (verify_gimple_assign_ternary): Likewise.
12761 * tree-vect-patterns.c (vect_recog_mixed_size_cond_pattern): Likewise.
12762 New variable.
12763 * fold-const.c (fold_binary_loc): Replace call to
12764 GET_MODE_PRECISION (GET_MODE_INNER (m)) with
12765 GET_MODE_UNIT_PRECISION (m).
12766
12767 2015-08-17 Mike Stump <mikestump@comcast.net>
12768
12769 * config/arm/arm.c (arm_block_move_unaligned_straight):
12770 Emit normal move instead of unaligned load when source or destination
12771 are appropriately aligned.
12772
12773 2015-08-17 Richard Biener <rguenther@suse.de>
12774 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
12775
12776 PR middle-end/16107
12777 * match.pd (div (coss (op @0) : New simplifier.
12778
12779 2015-08-14 Alexandre Oliva <aoliva@redhat.com>
12780
12781 PR rtl-optimization/64164
12782 PR bootstrap/66978
12783 PR middle-end/66983
12784 PR rtl-optimization/67000
12785 PR middle-end/67034
12786 PR middle-end/67035
12787 * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
12788 * tree-ssa-copyrename.c: Removed.
12789 * opts.c (default_options_table): Drop -ftree-copyrename. Add
12790 -ftree-coalesce-vars.
12791 * passes.def: Drop all occurrences of pass_rename_ssa_copies.
12792 * common.opt (ftree-copyrename): Ignore.
12793 (ftree-coalesce-inlined-vars): Likewise.
12794 * doc/invoke.texi: Remove the ignored options above.
12795 * gimple-expr.h (gimple_can_coalesce_p): Move declaration
12796 * tree-ssa-coalesce.h: ... here.
12797 * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
12798 headers required by it.
12799 * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
12800 across variables when flag_tree_coalesce_vars. Check register
12801 use and promoted modes to allow coalescing. Do not coalesce
12802 maybe-byref parms with SSA_NAMEs of other variables, or
12803 anonymous SSA_NAMEs. Moved to tree-ssa-coalesce.c.
12804 * tree-ssa-live.c (struct tree_int_map_hasher): Move along
12805 with its member functions to tree-ssa-coalesce.c.
12806 (var_map_base_init): Likewise. Renamed to
12807 compute_samebase_partition_bases.
12808 (partition_view_normal): Drop want_bases parameter.
12809 (partition_view_bitmap): Likewise.
12810 * tree-ssa-live.h: Adjust declarations.
12811 * tree-ssa-coalesce.c: Include explow.h and cfgexpand.h.
12812 (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
12813 default defs at the entry point.
12814 (dump_part_var_map): New.
12815 (compute_optimized_partition_bases): New, called by...
12816 (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
12817 of compute_samebase_partition_bases. Adjust.
12818 * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
12819 * cfgexpand.c (leader_merge, parm_maybe_byref_p): New.
12820 (ssa_default_def_partition): New.
12821 (get_rtl_for_parm_ssa_default_def): New.
12822 (align_local_variable, add_stack_var): Support anonymous SSA
12823 names.
12824 (defer_stack_allocation): Likewise. Declare earlier.
12825 (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
12826 vars. Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
12827 Do no record deferred-allocation marker in
12828 SA.partition_to_pseudo.
12829 (expand_stack_vars): Adjust check for the marker in it.
12830 (expand_one_stack_var_at): Handle anonymous SSA_NAMEs. Drop
12831 redundant MEM attr setting.
12832 (expand_one_stack_var_1): Handle anonymous SSA_NAMEs. Renamed
12833 from...
12834 (expand_one_stack_var): ... this. New wrapper to check and
12835 skip already expanded SSA partitions.
12836 (record_alignment_for_reg_var): New, factored out of...
12837 (expand_one_var): ... this.
12838 (expand_one_ssa_partition): New.
12839 (adjust_one_expanded_partition_var): New.
12840 (expand_one_register_var): Check and skip already expanded SSA
12841 partitions.
12842 (expand_used_vars): Don't create DECLs for anonymous SSA
12843 names. Expand all SSA partitions, then adjust all SSA names.
12844 (pass::execute): Replace the loops that set
12845 SA.partition_to_pseudo from partition leaders and cleared
12846 DECL_RTL for multi-location variables, and that which used to
12847 rename vars and set attrs, with one that clears DECL_RTL and
12848 checks that PARMs and RESULTs default_defs match DECL_RTL.
12849 * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
12850 * emit-rtl.c: Include stor-layout.h.
12851 (set_reg_attrs_for_parm): Handle NULL decl.
12852 (set_reg_attrs_for_decl_rtl): Take mode from expression if
12853 it's not a DECL.
12854 * stmt.c (emit_case_decision_tree): Pass it the SSA_NAME
12855 rather than its possibly-NULL DECL.
12856 * explow.c (promote_ssa_mode): New.
12857 * explow.h (promote_ssa_mode): Declare.
12858 * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
12859 (read_complex_part): Export.
12860 * expr.h (read_complex_part): Declare.
12861 * cfgexpand.h (parm_maybe_byref_p): Declare.
12862 * function.c: Include cfgexpand.h.
12863 (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
12864 (use_register_for_parm_decl): Wrapper for the above to
12865 special-case the result_ptr.
12866 (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
12867 (split_complex_args): Take assign_parm_data_all argument.
12868 Pass it to rtl_for_parm. Set up rtl and context for split
12869 args. Reset complex parm before fetching its default decl
12870 rtl.
12871 (assign_parms_unsplit_complex): Use the default-def complex
12872 parm rtl if it matches the components.
12873 (assign_parms_augmented_arg_list): Adjust.
12874 (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
12875 multiple locations. Recognize split complex args.
12876 (assign_parm_adjust_stack_rtl): Add all and parm arguments,
12877 for rtl_for_parm. For SSA-assigned parms, zero stack_parm.
12878 (assign_parm_setup_block): Prefer SSA-assigned location, and
12879 fill in its address if the memory location of a maybe-byref
12880 parm was not assigned by cfgexpand.
12881 (assign_parm_setup_reg): Likewise. Adjust its mode as
12882 needed. Use entry_parm for equiv if stack_parm is NULL. Make
12883 sure passed_pointer parms don't need conversion. Copy address
12884 or value as needed.
12885 (assign_parm_setup_stack): Prefer SSA-assigned location.
12886 (assign_parms): Maybe reset DECL_RTL of params. Adjust stack
12887 rtl before testing for pointer bounds. Special-case result_ptr.
12888 (expand_function_start): Maybe reset DECL_RTL of result.
12889 Prefer SSA-assigned location for result and static chain.
12890 Factor out DECL_RESULT and SET_DECL_RTL. Convert static chain
12891 to Pmode if needed, from H.J. Lu <hongjiu.lu@intel.com>.
12892 * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
12893 anonymous SSA names. Use promote_ssa_mode.
12894 (get_temp_reg): Likewise.
12895 (remove_ssa_form): Adjust.
12896 * stor-layout.c (layout_decl): Don't set mem attributes of
12897 non-MEMs.
12898 * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
12899 and get its reg_usage for reg invalidation.
12900 (compute_bb_dataflow): Pass it insn.
12901 (emit_notes_in_bb): Likewise.
12902
12903 2015-08-14 Marek Polacek <polacek@redhat.com>
12904
12905 * tree-core.h (tree_base): Fix typo.
12906
12907 2015-08-14 Marek Polacek <polacek@redhat.com>
12908
12909 PR middle-end/67133
12910 * gimple.c (infer_nonnull_range_by_attribute): Check that the
12911 nonnull argument position is not outside function arguments.
12912
12913 2015-08-14 Matthew Wahab <matthew.wahab@arm.com>
12914
12915 PR target/67143
12916 * config/aarch64/atomics.md (atomic_<optab><mode>): Replace
12917 'lconst_atomic' with 'const_atomic'.
12918 (atomic_fetch_<optab><mode>): Likewise.
12919 (atomic_<optab>_fetch<mode>): Likewise.
12920 * config/aarch64/iterators.md (lconst-atomic): Move below
12921 'const_atomic'.
12922 (const_atomic): New.
12923
12924 2015-08-14 Thomas Schwinge <thomas@codesourcery.com>
12925 Bernd Schmidt <bernds@codesourcery.com>
12926
12927 * config/nvptx/nvptx.c (nvptx_option_override): Don't override
12928 debug options.
12929 * config/nvptx/nvptx.h (DWARF2_LINENO_DEBUGGING_INFO): Define.
12930 (DWARF2_DEBUGGING_INFO): Don't define.
12931 * debug.h (dwarf2_lineno_debug_hooks): Declare.
12932 * toplev.c (process_options): Add a case for it.
12933 * dwarf2out.c (dwarf2_lineno_debug_hooks): New variable.
12934 (dwarf2out_init): Skip most initializations if
12935 DWARF2_LINENO_DEBUGGING_INFO, but set cur_line_info_table in that
12936 case.
12937 * defaults.h (PREFERRED_DEBUGGING_TYPE): Also use DWARF2_DEBUG if
12938 DWARF2_LINENO_DEBUGGING_INFO.
12939 * opts.c (set_debug_level): Likewise.
12940
12941 2015-08-14 James Greenhalgh <james.greenhalgh@arm.com>
12942
12943 * config/arm/types.md (is_neon_type): Add missing types.
12944
12945 2015-08-14 Yuri Rumyantsev <ysrumyan@gmail.com>
12946
12947 * config/i386/driver-i386.c (host_detect_local_cpu): Add support
12948 for skylake.
12949 * config/i386/i386.c (PTA_SKYLAKE): New macros.
12950 (processor_alias_table): Add skylake description.
12951 (enum processor_model): Add skylake processor.
12952 (arch_names_table): Add skylake record.
12953 * doc/invoke.texi: Add skylake item.
12954
12955 2015-08-13 Andrew MacLeod <amacleod@redhat.com>
12956
12957 * ira-int.h: Include recog.h.
12958 * ira-build.c: Don't include recog.h.
12959 * ira-color.c: Likewise.
12960 * ira-conflicts.c: Likewise.
12961 * ira-costs.c: Likewise.
12962 * ira-emit.c: Likewise.
12963 * ira-lives.c: Likewise.
12964 * ira.c: Likewise.
12965 * sched-deps.c: Likewise.
12966 * sel-sched.c: Likewise.
12967 * target-globals.c: Likewise.
12968
12969 2015-08-13 Richard Sandiford <richard.sandiford@arm.com>
12970
12971 PR bootstrap/55035
12972 * reload1.c (elimination_costs_in_insn): Make it obvious to the
12973 compiler that the n_dups and n_operands loop bounds are invariant.
12974
12975 2015-08-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12976
12977 * ifcvt.c (noce_try_store_flag_constants): Handle PLUS-immediate
12978 expressions in A and B.
12979
12980 2015-08-13 Richard Biener <rguenther@suse.de>
12981
12982 * tree.c (nonnull_arg_p): Move from ...
12983 * tree-vrp.c (nonnull_arg_p): ... here.
12984 * tree.h (nonnull_arg_p): Declare.
12985 * tree-ssa-sccvn.c (init_scc_vn): Perform all lattice init
12986 here, register ptr != 0 for nonnull_arg_p pointer arguments.
12987 Properly initialize static chain and by-reference result pointer.
12988 (run_scc_vn): Adjust.
12989
12990 2015-08-13 Robert Suchanek <robert.suchanek@imgtec.com>
12991
12992 * config/mips/mips.h (ENABLE_LD_ST_PAIRS): Enable load/store pairs for
12993 TUNE_I6400.
12994
12995 2015-08-13 Matthew Wahab <matthew.wahab@arm.com>
12996
12997 * config/aarch64/aarch64-protos.h
12998 (aarch64_gen_atomic_cas): Declare.
12999 * config/aarch64/aarch64.c (aarch64_expand_compare_and_swap):
13000 Choose appropriate instruction pattern for the target.
13001 (aarch64_gen_atomic_cas): New.
13002 * config/aarch64/atomics.md (UNSPECV_ATOMIC_CAS): New.
13003 (atomic_compare_and_swap<mode>_1): Rename to
13004 aarch64_compare_and_swap<mode>. Fix some indentation.
13005 (aarch64_compare_and_swap<mode>_lse): New.
13006 (aarch64_atomic_cas<mode>): New.
13007
13008 2015-08-13 Matthew Wahab <matthew.wahab@arm.com>
13009
13010 * config/aarch64/aarch64.h (AARCH64_ISA_LSE): New.
13011 (TARGET_LSE): New.
13012
13013 2015-08-13 Richard Biener <rguenther@suse.de>
13014
13015 PR tree-optimization/67191
13016 * tree-ssa-sccvn.c (sccvn_dom_walker::before_dom_children): Remove
13017 assert we value-numbered last stmts operand because it can validly
13018 trigger for unreachable code.
13019
13020 2015-08-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13021
13022 PR rtl-optimization/67103
13023 * ifcvt.c (noce_try_store_flag_constants): Move
13024 x = (-(test != 0) & (b - a)) + a transformation to...
13025 (noce_try_cmove): ... Here. Try it if normal conditional
13026 move fails.
13027
13028 2015-08-13 Robert Suchanek <robert.suchanek@imgtec.com>
13029
13030 * config/mips/mips.c (mips_rtx_cost_data): Remove costs for W32 and W64
13031 pseudo-processors.
13032 * config/mips/mips.md (processor): Remove w32 and w64.
13033
13034 2015-08-13 Richard Biener <rguenther@suse.de>
13035
13036 PR tree-optimization/66502
13037 PR tree-optimization/67167
13038 * tree-ssa-sccvn.c (vn_phi_compute_hash): Do not include
13039 backedge arguments.
13040 (vn_phi_lookup): Adjust.
13041 (vn_phi_insert): Likewise.
13042 (visit_phi): Prefer to value-number to another PHI node
13043 over value-numbering to a PHI argument.
13044 (init_scc_vn): Mark DFS back edges.
13045
13046 2015-08-13 Richard Biener <rguenther@suse.de>
13047
13048 * gimple.h (gcall::code_): New constant static member.
13049 (gcond::code_): Likewise.
13050 * gimple.c (gcall::code_): Define.
13051 (gcond::code_): Likewise.
13052 (is_a_helper <const gcond *>): Add.
13053 (gimple_call_lhs): Use GIMPLE_CHECK2 in the gimple overload
13054 and forward to a new gcall overload with less checking and a
13055 cheaper way to access the operand.
13056 (gimple_call_lhs_ptr): Likewise.
13057 (gimple_call_set_lhs): Likewise.
13058 (gimple_call_internal_p): Likewise.
13059 (gimple_call_with_bounds_p): Likewise.
13060 (gimple_call_set_with_bounds): Likewise.
13061 (gimple_call_internal_fn): Likewise.
13062 (gimple_call_set_ctrl_altering): Likewise.
13063 (gimple_call_ctrl_altering_p): Likewise.
13064 (gimple_call_fntype): Likewise.
13065 (gimple_call_fn): Likewise.
13066 (gimple_call_fn_ptr): Likewise.
13067 (gimple_call_set_fndecl): Likewise.
13068 (gimple_call_fndecl): Likewise.
13069 (gimple_call_chain): Likewise.
13070 (gimple_call_num_args): Likewise.
13071 (gimple_call_arg): Likewise.
13072 (gimple_call_arg_ptr): Likewise.
13073 (gimple_call_set_arg): Likewise.
13074 (gimple_call_noreturn_p): Likewise.
13075 (gimple_cond_code): Likewise.
13076 (gimple_cond_lhs): Likewise.
13077 (gimple_cond_rhs): Likewise.
13078 (gimple_has_lhs): Reduce checking.
13079
13080 2015-08-13 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
13081
13082 PR middle-end/25529
13083 * match.pd (div (mult @0 @1) @1) : New simplifier.
13084
13085 2015-08-12 Michael Meissner <meissner@linux.vnet.ibm.com>
13086
13087 PR target/67071
13088 * config/rs6000/predicates.md (easy_vector_constant_vsldoi): New
13089 predicate to allow construction of vector constants using the
13090 VSLDOI vector shift instruction.
13091
13092 * config/rs6000/rs6000-protos.h (vspltis_shifted): Add
13093 declaration.
13094
13095 * config/rs6000/rs6000.c (vspltis_shifted): New function to return
13096 the number of bytes to be shifted left and filled in with either
13097 all zero or all one bits.
13098 (gen_easy_altivec_constant): Call vsplitis_shifted if no other
13099 methods exist.
13100 (output_vec_const_move): On power8, generate XXLORC to generate
13101 a vector constant with all 1's. Do a split if we need to use a
13102 VSLDOI instruction.
13103
13104 * config/rs6000/rs6000.h (EASY_VECTOR_MSB): Use mode mask to
13105 properly test for the MSB.
13106
13107 * config/rs6000/altivec.md (VSLDOI splitter): Add splitter for
13108 vector constants that can be created with VSLDOI.
13109
13110 2015-08-11 Trevor Saunders <tbsaunde@tbsaunde.org>
13111
13112 revert:
13113 * compare-elim.c, dce.c, dse.c, gimple-ssa-isolate-paths.c,
13114 gimple-ssa-strength-reduction.c, graphite.c, init-regs.c,
13115 ipa-pure-const.c, ipa-visibility.c, ipa.c, mode-switching.c,
13116 omp-low.c, reorg.c, sanopt.c, trans-mem.c, tree-eh.c,
13117 tree-if-conv.c, tree-ssa-copyrename.c, tree-ssa-dce.c,
13118 tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
13119 tree-ssa-sink.c, tree-ssanames.c, tree-stdarg.c, tree-tailcall.c,
13120 tree-vect-generic.c, tree.c, ubsan.c, var-tracking.c,
13121 vtable-verify.c, web.c: Use GCC_FINAL instead of the anonymous
13122
13123 2015-08-12 Max Filippov <jcmvbkbc@gmail.com>
13124
13125 * config/xtensa/constraints.md (define_constraint "Y"): New
13126 constraint.
13127 * config/xtensa/elf.h (ASM_SPEC): Add m(no-)auto-litpools.
13128 * config/xtensa/linux.h (ASM_SPEC): Likewise.
13129 * config/xtensa/predicates.md (move_operand): Match constants
13130 and symbols in the presence of TARGET_AUTO_LITPOOLS.
13131 * config/xtensa/xtensa.c (xtensa_valid_move): Don't allow
13132 immediate references to TLS data.
13133 (xtensa_emit_move_sequence): Don't force constants to memory in
13134 the presence of TARGET_AUTO_LITPOOLS.
13135 (print_operand): Add 'y' format, same as default, but capable of
13136 printing SF mode constants as well.
13137 * config/xtensa/xtensa.md (movsi_internal, movhi_internal)
13138 (movsf_internal): Add movi pattern that loads literal.
13139 (movsf, movdf): Don't force constants to memory in the presence
13140 of TARGET_AUTO_LITPOOLS.
13141 (movdf_internal): Add 'Y' constraint.
13142 * config/xtensa/xtensa.opt (mauto-litpools): New option.
13143 * doc/invoke.text (Xtensa options): Document -mauto-litpools.
13144
13145 2015-08-12 Matthew Wahab <matthew.wahab@arm.com>
13146
13147 * config/arm/arm-fpus.def: Replace booleans with feature flags.
13148 Update comment.
13149 * config/arm/arm.c (ARM_FPU): Update macro.
13150 * config/arm/arm.h (TARGET_NEON_FP16): Update feature test.
13151 (TARGET_FP16): Likewise.
13152 (TARGET_CRYPTO): Likewise.
13153 (TARGET_NEON): Likewise.
13154 (struct arm_fpu_desc): Remove fields neon, fp16 and crypto. Add
13155 field features.
13156
13157 2015-08-12 Tom de Vries <tom@codesourcery.com>
13158
13159 PR other/67092
13160 PR other/67098
13161 * doc/install.texi: Remove --with_host_libstdcxx item. Update
13162 --with-stage1-libs, --with-boot-ldflags and --with-boot-libs items
13163 accordingly. Mention default for --with-stage1-ldflags.
13164
13165 2015-08-12 Matthew Wahab <matthew.wahab@arm.com>
13166
13167 * config/arm/arm.h (arm_fpu_feature_set): New.
13168 (ARM_FPU_FSET_HAS): New.
13169 (FPU_FL_NONE): New.
13170 (FPU_FL_NEON): New.
13171 (FPU_FL_FP16): New.
13172 (FPU_FL_CRYPTO): New.
13173
13174 2015-08-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13175
13176 * config/aarch64/aarch64.c (initialize_aarch64_code_model): Break
13177 after -mcmodel=large -fPIC sorry.
13178
13179 2015-08-12 Richard Biener <rguenther@suse.de>
13180
13181 * tree-ssa-sccvn.c (vn_nary_op_compute_hash): Also canonicalize
13182 comparison operand order and commutative ternary op operand order.
13183 (sccvn_dom_walker::cond_stack): New state to track temporary
13184 expressions.
13185 (sccvn_dom_walker::after_dom_children): Remove tempoary expressions
13186 no longer valid.
13187 (sccvn_dom_walker::record_cond): Add a single temporary conditional
13188 expression.
13189 (sccvn_dom_walker::record_conds): Add a temporary conditional
13190 expressions and all related expressions also true/false.
13191 (sccvn_dom_walker::before_dom_children): Record temporary
13192 expressions based on the controlling condition of a single
13193 predecessor. When trying to simplify a conditional statement
13194 lookup expressions we might have inserted earlier.
13195
13196 2015-08-12 Yvan Roux <yvan.roux@linaro.org>
13197
13198 PR target/67127
13199 * config/arm/arm.md (movdi): Restrict illegitimate ldrd/strd checking
13200 to ARM core registers.
13201
13202 2015-08-12 Nathan Sidwell <nathan@acm.org>
13203
13204 * tree-vrp.c (simplify_min_or_max_using_ranges): New.
13205 (simplify_stmt_using_ranges): Simplify MIN and MAX exprs.
13206
13207 2015-08-12 Simon Dardis <simon.dardis@imgtec.com>
13208
13209 * config/mips/mips.c (mips_store_data_bypass_p): Bring code into
13210 line with comments.
13211 * config/mips/sb1.md: Update usage of mips_store_data_bypass_p.
13212
13213 2015-08-12 Richard Biener <rguenther@suse.de>
13214
13215 * gimple.h (remove_pointer): New trait.
13216 (GIMPLE_CHECK2): New inline template function.
13217 (gassign::code_): New constant static member.
13218 (is_a_helper<const gassign *>): Add.
13219 (gimple_assign_lhs): Use GIMPLE_CHECK2 in the gimple overload
13220 and forward to a new gassign overload with less checking and a
13221 cheaper way to access the operand.
13222 (gimple_assign_lhs_ptr): Likewise.
13223 (gimple_assign_set_lhs): Likewise.
13224 (gimple_assign_rhs1, gimple_assign_rhs1_ptr, gimple_assign_set_rhs1):
13225 Likewise.
13226 (gimple_assign_rhs2, gimple_assign_rhs2_ptr, gimple_assign_set_rhs2):
13227 Likewise.
13228 (gimple_assign_rhs3, gimple_assign_rhs3_ptr, gimple_assign_set_rhs3):
13229 Likewise.
13230 (gimple_assign_rhs_code): Likewise.
13231 * gimple.c (gassign::code_): Define.
13232
13233 2015-08-12 Richard Biener <rguenther@suse.de>
13234
13235 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
13236 Eliminate edges marked as not executable by SCCVN.
13237 * tree-ssa-sccvn.c: Include gimple-iterator.h.
13238 (cond_dom_walker): Rename to sccvn_dom_walker.
13239 (sccvn_dom_walker::before_dom_children): Value-number defs
13240 of all stmts.
13241 (run_scc_vn): Remove loop value-numbering all SSA names.
13242 Drop not visited SSA names to varying.
13243
13244 2015-08-11 Trevor Saunders <tbsaunde@tbsaunde.org>
13245
13246 * compare-elim.c, dce.c, dse.c, gimple-ssa-isolate-paths.c,
13247 gimple-ssa-strength-reduction.c, graphite.c, init-regs.c,
13248 ipa-pure-const.c, ipa-visibility.c, ipa.c, mode-switching.c,
13249 omp-low.c, reorg.c, sanopt.c, trans-mem.c, tree-eh.c,
13250 tree-if-conv.c, tree-ssa-copyrename.c, tree-ssa-dce.c,
13251 tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
13252 tree-ssa-sink.c, tree-ssanames.c, tree-stdarg.c, tree-tailcall.c,
13253 tree-vect-generic.c, tree.c, ubsan.c, var-tracking.c,
13254 vtable-verify.c, web.c: Use GCC_FINAL instead of the anonymous
13255
13256 2015-08-11 Uros Bizjak <ubizjak@gmail.com>
13257
13258 PR target/66954
13259 * config/i386/i386.c (get_builtin_code_for_version): Add P_PCLMUL
13260 to enum feature_priority and feature_list.
13261 (fold_builtin_cpu): Add F_PCLMUL to enum processor_features
13262 and isa_names_table.
13263
13264 2015-08-11 Yuri Rumyantsev <ysrumyan@gmail.com>
13265
13266 * tree-vect-stmts.c (vectorizable_shift): Add missed test on
13267 vect_induction_def.
13268
13269 2015-08-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
13270
13271 PR c/66098
13272 PR c/66711
13273 * diagnostic.c (diagnostic_classify_diagnostic): Take -Werror into
13274 account when deciding what was the command-line status.
13275
13276 2015-08-11 Nathan Sidwell <nathan@acm.org>
13277
13278 * tree-vrp.c (simplify_abs_using_ranges): Simplify.
13279
13280 * tree-ssa-phiopt.c (minmax_replacement): Create new ssa name if
13281 we're not the only contributor to target phi.
13282
13283 2015-08-11 Jiong Wang <jiong.wang@arm.com>
13284
13285 * config/aarch64/aarch64.h (REG_CLASS_NAMES): Add the missing ',' after
13286 FIXED_REG0.
13287
13288 2015-08-11 Tom de Vries <tom@codesourcery.com>
13289
13290 * tree-cfg.c (move_sese_region_to_fn): Add todo comment.
13291
13292 2015-08-10 H.J. Lu <hongjiu.lu@intel.com>
13293
13294 * config/i386/i386.c (processor_alias_table): Replace CPU_KNL
13295 with CPU_SLM.
13296 * config/i386/i386.md (cpu): Remove knl.
13297
13298 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
13299
13300 PR libgomp/65742
13301 PR middle-end/66332
13302 * builtins.c (expand_builtin_acc_on_device) [ACCEL_COMPILER]: Emit
13303 open-coded sequence.
13304 * omp-low.c (oacc_process_reduction_data): Remove handline of
13305 GOMP_DEVICE_HOST_NONSHM.
13306
13307 * lto-streamer-in.c (lto_input_mode_table): Adjust to
13308 GET_MODE_INNER changes.
13309
13310 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
13311 Ilya Verbin <ilya.verbin@intel.com>
13312
13313 * lto-streamer-in.c (lto_input_mode_table): Correctly advance iterator.
13314
13315 2015-08-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
13316
13317 * doc/options.texi (EnabledBy): Document that the argument must be
13318 a Common option.
13319 * doc/invoke.texi (Wnull-dereference): Move after Wnonnull.
13320 Not enabled by -Wall.
13321 * optc-gen.awk: Give nicer error messages. Detect if the argument
13322 of EnabledBy is not a Common option.
13323 * common.opt (Wnull-dereference): Not enabled by -Wall.
13324 * opt-functions.awk (lang_enabled_by): Nicer error messages.
13325
13326 2015-08-09 H.J. Lu <hongjiu.lu@intel.com>
13327
13328 * config/i386/driver-i386.c (host_detect_local_cpu): Treat
13329 model == 0x4f as Broadwell.
13330
13331 2015-08-08 Segher Boessenkool <segher@kernel.crashing.org>
13332
13333 PR rtl-optimization/67028
13334 * combine.c (simplify_comparison): Fix comment. Rearrange code.
13335 Add test to see if a const_int fits in the new mode.
13336
13337 2015-08-07 DJ Delorie <dj@redhat.com>
13338
13339 * config/rx/rx.c (rx_mode_dependent_address_p): Remove unneeded asserts.
13340
13341 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
13342
13343 PR rtl-optimization/67029
13344 * ira-color.c: Include "recog.h" before including "ira-int.h".
13345 * target-globals.c: Likewise.
13346 * ira-lives.c (ira_implicitly_set_insn_hard_regs): Add an
13347 adds an alternative_mask argument and use it instead of
13348 preferred_alternatives.
13349 * ira.h (ira_implicitly_set_insn_hard_regs): Moved to ...
13350 * ira-int.h (ira_implicitly_set_insn_hard_regs): Here.
13351 * sched-deps.c: Include "ira-int.h" after including "ira.h".
13352 (sched_analyze_insn): Update call to
13353 ira_implicitly_set_insn_hard_regs.
13354 * sel-sched.c: Include "ira-int.h" after including "ira.h".
13355 (implicit_clobber_conflict_p): Update call to
13356 ira_implicitly_set_insn_hard_regs.
13357
13358 2015-08-06 Uros Bizjak <ubizjak@gmail.com>
13359
13360 * Makefile.in (.INTERMEDIATE): Add gpl.pod.
13361
13362 2015-08-07 Kaz Kojima <kkojima@gcc.gnu.org>
13363
13364 PR target/67002
13365 * config/sh/sh.c (sh_recog_treg_set_expr): Return false when
13366 currently_expanding_to_rtl is set.
13367
13368 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
13369
13370 * configure.ac: Define LIBICONV_DEP with in-tree libiconv.
13371 * configure: Regenerate.
13372
13373 2015-08-06 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
13374 Jiong Wang <jiong.wang@arm.com>
13375
13376 * config/aarch64/aarch64.d (tlsdesc_small_pseudo_<mode>): New pattern.
13377 * config/aarch64/aarch64.h (reg_class): New enumeration FIXED_REG0.
13378 (REG_CLASS_NAMES): Likewise.
13379 (REG_CLASS_CONTENTS): Likewise.
13380 * config/aarch64/aarch64.c (aarch64_class_max_nregs): Likewise.
13381 (aarch64_register_move_cost): Likewise.
13382 (aarch64_load_symref_appropriately): Invoke the new added pattern if
13383 possible.
13384 * config/aarch64/constraints.md (Uc0): New constraint.
13385
13386 2015-08-06 Jiong Wang <jiong.wang@arm.com>
13387
13388 * config/aarch64/constraints.md (Usf): Add the test of
13389 aarch64_is_noplt_call_p.
13390
13391 2015-08-06 Jiong Wang <jiong.wang@arm.com>
13392
13393 * config/aarch64/aarch64-protos.h (aarch64_is_noplt_call_p): New
13394 declaration.
13395 * config/aarch64/aarch64.c (aarch64_is_noplt_call_p): New function.
13396 * config/aarch64/aarch64.md (call_value_symbol): Check noplt scenarios.
13397 (call_symbol): Likewise.
13398
13399 2015-08-06 Venkataramanan Kumar <Venkataramanan.kumar@amd.com>
13400
13401 * tree-vect-patterns.c (vect_recog_mult_pattern): New function
13402 for vectorizing multiplication patterns.
13403 * tree-vectorizer.h: Adjust the number of patterns.
13404
13405 2015-08-06 Uros Bizjak <ubizjak@gmail.com>
13406
13407 * config/i386/sse.md (*vec_concatv2df): Declare added
13408 alternatives as sselog type.
13409
13410 2015-08-06 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
13411
13412 * config/s390/s390.c (s390_dwarf_frame_reg_mode): Return Pmode for
13413 all GPRs.
13414
13415 2015-08-06 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
13416
13417 * config/s390/s390.c (s390_expand_tbegin): Expand either
13418 tbegin_1_z13 or tbegin_1 depending on VX flag.
13419 * config/s390/s390.md ("tbegin_1_z13"): New expander.
13420
13421 2015-08-06 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
13422
13423 * config/s390/s390.opt: Clarify description for -mzvector
13424 * doc/invoke.texi: Add documentation for -mhtm, -mvx, and
13425 -mzvector.
13426
13427 2015-08-06 Richard Biener <rguenther@suse.de>
13428
13429 * gimple.h (gimple_call_set_fn): Access op member directly.
13430 (gimple_call_chain_ptr): Likewise.
13431 (gimple_call_set_chain): Likewise.
13432 (gimple_cond_lhs_ptr): Likewise.
13433 (gimple_cond_set_lhs): Likewise.
13434 (gimple_cond_rhs_ptr): Likewise.
13435 (gimple_cond_set_rhs): Likewise.
13436 (gimple_cond_true_label): Likewise.
13437 (gimple_cond_set_true_label): Likewise.
13438 (gimple_cond_set_false_label): Likewise.
13439 (gimple_cond_false_label): Likewise.
13440 (gimple_label_label): Likewise.
13441 (gimple_label_set_label): Likewise.
13442 (gimple_goto_set_dest): Likewise.
13443 (gimple_asm_input_op): Likewise.
13444 (gimple_asm_input_op_ptr): Likewise.
13445 (gimple_asm_set_input_op): Likewise.
13446 (gimple_asm_output_op): Likewise.
13447 (gimple_asm_output_op_ptr): Likewise.
13448 (gimple_asm_set_output_op): Likewise.
13449 (gimple_asm_clobber_op): Likewise.
13450 (gimple_asm_set_clobber_op): Likewise.
13451 (gimple_asm_label_op): Likewise.
13452 (gimple_asm_set_label_op): Likewise.
13453 (gimple_switch_index): Likewise.
13454 (gimple_switch_index_ptr): Likewise.
13455 (gimple_return_retval_ptr): Likewise.
13456 (gimple_return_retval): Likewise.
13457 (gimple_return_set_retval): Likewise.
13458 (gimple_switch_set_index): Likewise. Remove superfluous GIMPLE_CHECK.
13459 (gimple_switch_label): Likewise.
13460 (gimple_switch_set_label): Likewise.
13461
13462 2015-08-06 Richard Biener <rguenther@suse.de>
13463
13464 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Simplify
13465 bool comparison canonicalization and restrict to integers.
13466
13467 2015-08-05 Andrew MacLeod <amacleod@redhat.com>
13468
13469 * coretypes.h (enum symbol_visibility): Relocate here.
13470 * flag-types.h (enum symbol_visibility): Remove.
13471 * tree-core.h (enum symbol_visibility): Remove.
13472
13473 2015-08-05 Lynn Boger <laboger@linux.vnet.ibm.com>
13474
13475 PR target/66870
13476 * config/rs6000/rs6000.c (rs6000_emit_prologue): Check
13477 for no_split_stack function attribute along with
13478 flag_split_stack.
13479 (rs6000_expand_split_stack_prologue): Likewise.
13480
13481 2015-08-05 Manuel López-Ibáñez <manu@gcc.gnu.org>
13482 Jeff Law <law@redhat.com>
13483
13484 PR c/16351
13485 * doc/invoke.texi (Wnull-dereference): New.
13486 * tree-vrp.c (infer_value_range): Update call to infer_nonnull_range.
13487 * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behaviour):
13488 Warn for potential NULL dereferences.
13489 (find_explicit_erroneous_behaviour): Warn for NULL dereferences.
13490 * ubsan.c (instrument_nonnull_arg): Call
13491 infer_nonnull_range_by_attribute.
13492 (instrument_nonnull_return): Likewise.
13493 * common.opt (Wnull-dereference); New.
13494 * gimple.c (infer_nonnull_range): Remove bool arguments.
13495 (infer_nonnull_range_by_dereference): New.
13496 (infer_nonnull_range_by_attribute): New.
13497 * gimple.h: Update declarations.
13498
13499 2015-08-05 Richard Sandiford <richard.sandiford@arm.com>
13500
13501 * gensupport.c (sequence_num): Replace with...
13502 (insn_sequence_num, split_sequence_num, peephole2_sequence_num):
13503 ...these new variables.
13504 (init_rtx_reader_args_cb): Update accordingly.
13505 (get_num_code_insns): Likewise.
13506 (read_md_rtx): Rework to use a while loop and get_c_test.
13507 Use the new counters. Remove redundant DEFINE_SUBST case.
13508 * genoutput.c (gen_split): Delete.
13509 (main): Don't call it.
13510
13511 2015-08-05 Richard Sandiford <richard.sandiford@arm.com>
13512
13513 * gensupport.h (get_c_test): Declare.
13514 * gensupport.c (get_c_test): New function.
13515 * genconditions.c (main): Use it.
13516 * genrecog.c (validate_pattern): Likewise.
13517 (match_pattern_1): Likewise. Remove c_test argument.
13518 (match_pattern): Update accordingly and remove c_test argument.
13519 (main): Update accordingly.
13520
13521 2015-08-05 Richard Sandiford <richard.sandiford@arm.com>
13522
13523 * gensupport.h (get_num_insn_codes): Declare.
13524 * gensupport.c (get_num_insn_codes): New function.
13525 * genattrtab.c (optimize_attrs): Rename max_insn_code to
13526 num_insn_codes.
13527 (main): Likewise. Use get_num_insn_codes.
13528 * gencodes.c (main): Remove "last" and use get_num_insn_codes.
13529
13530 2015-08-05 Richard Sandiford <richard.sandiford@arm.com>
13531
13532 PR middle-end/66311
13533 * wide-int.cc (wi::from_mpz): Make sure that absolute mpz value
13534 is zero- rather than sign-extended.
13535
13536 2015-08-05 Richard Sandiford <richard.sandiford@arm.com>
13537
13538 * target-insns.def (can_extend): Delete.
13539
13540 2015-08-05 Richard Biener <rguenther@suse.de>
13541
13542 PR tree-optimization/67121
13543 * tree-if-conv.c (combine_blocks): Clear range-info produced
13544 by stmts no longer executed conditionally.
13545
13546 2015-08-05 Nick Clifton <nickc@redhat.com>
13547
13548 * config/rl78/rl78.c (rl78_force_nonfar_3): Remove optimization
13549 to allow identical far pointers to remain.
13550
13551 2015-08-05 Richard Biener <rguenther@suse.de>
13552
13553 PR middle-end/67120
13554 * match.pd: Compare address bases with == if they are decls
13555 or SSA names, not operand_equal_p. Otherwise fail.
13556
13557 2015-08-05 Richard Biener <rguenther@suse.de>
13558
13559 PR tree-optimization/67055
13560 * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Handle
13561 NULL gimple_block.
13562
13563 * g++.dg/torture/pr67055.C: New testcase.
13564
13565 2015-08-05 Kirill Yukhin <kirill.yukhin@intel.com>
13566
13567 * config/i386/i386.md (define_attr "isa"): Addd avx512vl and
13568 noavx512vl.
13569 (define_attr "enabled"): Handle avx521vl and noavx512vl.
13570 * config/i386/sse.md (define_insn "vec_dupv2df<mask_name>"): Split
13571 AVX-512 alternative out of SSE.
13572 (define_insn "*vec_concatv2df"): Ditto.
13573
13574 2015-08-05 Kirill Yukhin <kirill.yukhin@intel.com>
13575
13576 * config/i386/i386.c (bdesc_args): Rename CODE_FOR_sse4_1_ptest into
13577 CODE_FOR_sse4_1_ptestv2di and CODE_FOR_avx_vtestps256 into
13578 CODE_FOR_avx_ptestv4di.
13579 * config/i386/sse.md (define_mode_iterator V_AVX): New.
13580 (define_mode_attr sse4_1): Extend to other 128/256-bit modes.
13581 (define_insn "avx_ptest256"): Merge this ...
13582 (define_insn "sse4_1_ptest"): And this ...
13583 (define_insn "<sse4_1>_ptest<mode>"): Into this. Use V_AVX iterator.
13584
13585 2015-08-05 Richard Biener <rguenther@suse.de>
13586
13587 PR tree-optimization/67109
13588 * tree-vect-data-refs.c (vect_analyze_group_access_1): Check
13589 against too big groups. Print whether this is a load or store
13590 group. Rename from ...
13591 (vect_analyze_group_access): ... this which is now a wrapper
13592 dissolving an invalid group.
13593 (vect_analyze_data_ref_accesses): Print whether this is a load
13594 or store group.
13595
13596 2015-08-05 Richard Biener <rguenther@suse.de>
13597
13598 PR middle-end/67107
13599 * match.pd: Guard const_binop result checking against NULL_TREE
13600 result.
13601
13602 2015-08-05 Kugan Vivekanandarajah <kuganv@linaro.org>
13603
13604 * cse.c (cse_insn): Restoring old behaviour for src_eqv
13605 when dest and value in the REG_EQUAL are same and dest
13606 is STRICT_LOW_PART.
13607
13608 2015-08-04 Anatoly Sokolov <aesok@post.ru>
13609
13610 * config/moxie/moxie.h (PRINT_OPERAND,
13611 PRINT_OPERAND_ADDRESS): Remove macros.
13612 * config/moxie/moxie-protos.h (moxie_print_operand,
13613 moxie_print_operand_address): Remove declaration.
13614 * config/moxie/moxie.c (TARGET_PRINT_OPERAND,
13615 TARGET_PRINT_OPERAND_ADDRESS): Define.
13616 (moxie_print_operand, moxie_print_operand_address): Make static.
13617
13618 2015-08-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
13619
13620 PR target/66731
13621 * config/aarch64/aarch64.c (aarch64_rtx_costs): Fix NEG cost for FNMUL.
13622 (aarch64_rtx_mult_cost): Fix MULT cost with -frounding-math.
13623
13624 2015-08-04 Richard Biener <rguenther@suse.de>
13625
13626 * genmatch.c (dt_node::gen_kids_1): Use gassign and gcall in
13627 generated code.
13628 (dt_operand::gen_gimple_expr): Adjust.
13629
13630 2015-08-04 Richard Biener <rguenther@suse.de>
13631
13632 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Canonicalize
13633 bool compares on RHS.
13634 * match.pd: Add X ==/!= !X is false/true pattern.
13635
13636 2015-08-04 Pawel Kupidura <pawel.kupidura@arm.com>
13637
13638 * config/aarch64/aarch64.c: Change inner loop statement cost
13639 to be consistent with other targets.
13640
13641 2015-08-04 Christophe Lyon <christophe.lyon@linaro.org>
13642
13643 * config/arm/neon.md (neon_vget_lanev2di): Handle big-endian
13644 targets.
13645
13646 2015-08-04 Nathan Sidwell <nathan@codesourcery.com>
13647
13648 * config/nvptx/nvptx.h (struct nvptx_pseudo_info): Delete.
13649 (machine_function): Remove pseudos field.
13650
13651 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13652
13653 * config/aarch64/aarch64.c (aarch64_option_valid_attribute_p):
13654 Exit early and use target_option_current_node if processing current
13655 pragma.
13656
13657 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13658
13659 * doc/extend.texi (AArch64 Function Attributes): New node.
13660 (AArch64 Pragmas): Likewise.
13661
13662 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13663
13664 * config/aarch64/aarch64.c (aarch64_option_valid_attribute_p):
13665 Initialize simd builtins if TARGET_SIMD.
13666 * config/aarch64/aarch64-builtins.c (aarch64_init_simd_builtins):
13667 Make sure that the builtins are initialized only once no matter how
13668 many times the function is called.
13669 (aarch64_init_builtins): Unconditionally initialize crc builtins.
13670 (aarch64_relayout_simd_param): New function.
13671 (aarch64_simd_expand_args): Use above during argument expansion.
13672 * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse): Initialize
13673 simd builtins if TARGET_SIMD.
13674 * config/aarch64/aarch64-protos.h (aarch64_init_simd_builtins): New
13675 prototype.
13676 (aarch64_relayout_simd_types): Likewise.
13677
13678 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13679
13680 * config.gcc (aarch64*-*-*): Specify c_target_objs and cxx_target_objs.
13681 * config/aarch64/aarch64.h (REGISTER_TARGET_PRAGMAS): Define.
13682 (TARGET_CPU_CPP_BUILTINS): Redefine to call aarch64_cpu_cpp_builtins.
13683 * config/aarch64/aarch64.c (aarch64_override_options_internal): Remove
13684 static keyword.
13685 (aarch64_reset_previous_fndecl): New function.
13686 (aarch64_handle_attr_isa_flags): Handle "+nothing" in the beginning of
13687 the string.
13688 * config/aarch64/aarch64-c.c: New file.
13689 * config/aarch64/arm_acle.h: Add pragma +crc+nofp at the top.
13690 Push and pop options at beginning and end. Remove ifdef
13691 __ARM_FEATURE_CRC32.
13692 * config/aarch64/arm_neon.h: Remove #ifdef check on __ARM_NEON.
13693 Add pragma +nothing+simd and +nothing+crypto where appropriate.
13694 * config/aarch64/t-aarch64 (aarch64-c.o): New rule.
13695 * config/aarch64/aarch64-protos.h (aarch64_cpu_cpp_builtins):
13696 Define prototype.
13697 (aarch64_register_pragmas): Likewise.
13698 (aarch64_reset_previous_fndecl): Likewise.
13699 (aarch64_process_target_attr): Likewise.
13700 (aarch64_override_options_internal): Likewise.
13701
13702 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13703
13704 * config/aarch64/aarch64.c (aarch64_tribools_ok_for_inlining_p):
13705 New function.
13706 (aarch64_can_inline_p): Likewise.
13707 (TARGET_CAN_INLINE_P): Define.
13708
13709 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13710
13711 * common/config/aarch64/aarch64-common.c (aarch64_handle_option):
13712 Remove static. Handle OPT_mgeneral_regs_only,
13713 OPT_mfix_cortex_a53_835769, OPT_mstrict_align,
13714 OPT_momit_leaf_frame_pointer.
13715 * config/aarch64/aarch64.c: Include opts.h and diagnostic.h
13716 (aarch64_attr_opt_type): New enum.
13717 (aarch64_attribute_info): New struct.
13718 (aarch64_handle_attr_arch): New function.
13719 (aarch64_handle_attr_cpu): Likewise.
13720 (aarch64_handle_attr_tune): Likewise.
13721 (aarch64_handle_attr_isa_flags): Likewise.
13722 (aarch64_attributes): New table.
13723 (aarch64_process_one_target_attr): New function.
13724 (num_occurences_in_str): Likewise.
13725 (aarch64_process_target_attr): Likewise.
13726 (aarch64_option_valid_attribute_p): Likewise.
13727 (TARGET_OPTION_VALID_ATTRIBUTE_P): Define.
13728 * config/aarch64/aarch64-protos.h: Include input.h
13729 (aarch64_handle_option): Declare prototype.
13730
13731 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13732
13733 * config/aarch64/aarch64.h (SWITCHABLE_TARGET): Define.
13734 * config/aarch64/aarch64.c: Include target-globals.h
13735 (aarch64_previous_fndecl): New variable.
13736 (aarch64_set_current_function): New function.
13737 (TARGET_SET_CURRENT_FUNCTION): Define.
13738
13739 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13740
13741 * config/aarch64/aarch64.opt (explicit_tune_core): New TargetVariable.
13742 (explicit_arch): Likewise.
13743 (x_aarch64_isa_flags): Likewise.
13744 (mgeneral-regs-only): Mark as Save.
13745 (mfix-cortex-a53-835769): Likewise.
13746 (mcmodel=): Likewise.
13747 (mstrict-align): Likewise.
13748 (momit-leaf-frame-pointer): Likewise.
13749 (mtls-dialect): Likewise.
13750 (master=): Likewise.
13751 * config/aarch64/aarch64.h (ASM_DECLARE_FUNCTION_NAME): Define.
13752 (aarch64_isa_flags): Remove extern declaration.
13753 * config/aarch64/aarch64.c (aarch64_validate_mcpu): Return a bool
13754 to indicate success or failure.
13755 (aarch64_validate_march): Likewise.
13756 (aarch64_validate_mtune): Likewise.
13757 (aarch64_isa_flags): Delete.
13758 (aarch64_override_options_internal): Access opts->x_aarch64_isa_flags
13759 instead of aarch64_isa_flags.
13760 (aarch64_get_tune_cpu): New function.
13761 (aarch64_get_arch): Likewise.
13762 (aarch64_override_options): Use above and set up explicit_tune_core
13763 and explicit_arch.
13764 (aarch64_print_extension): Move earlier in file. Add isa_flags
13765 argument and use that instead of the global aarch64_isa_flags.
13766 (aarch64_option_save): New function.
13767 (aarch64_option_restore): Likewise.
13768 (aarch64_option_print): Likewise.
13769 (aarch64_declare_function_name): Likewise.
13770 (aarch64_start_file): Delete.
13771 (TARGET_ASM_FILE_START): Do not define.
13772 (TARGET_OPTION_RESTORE, TARGET_OPTION_PRINT): Define.
13773 * config/aarch64/aarch64-protos.h (aarch64_declare_function_name):
13774 Declare prototype.
13775
13776 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13777
13778 * config/aarch64/aarch64.opt (momit-leaf-frame-pointer): Initialize
13779 flag_omit_leaf_frame_pointer to 2.
13780
13781 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13782
13783 * config/aarch64/aarch64.h (TARGET_FIX_ERR_A53_835769_DEFAULT): Always
13784 define to 0 or 1.
13785 (TARGET_FIX_ERR_A53_835769): New macro.
13786 * config/aarch64/aarch64.c (aarch64_override_options_internal): Remove
13787 handling of opts->x_aarch64_fix_a53_err835769.
13788 (aarch64_madd_needs_nop): Check for TARGET_FIX_ERR_A53_835769 rather
13789 than aarch64_fix_a53_err835769.
13790 * config/aarch64/aarch64-elf-raw.h: Update for above changes.
13791 * config/aarch64/aarch64-linux.h: Likewise.
13792
13793 2015-08-04 Uros Bizjak <ubizjak@gmail.com>
13794
13795 * config/i386/i386.c (ix86_expand_int_movcc): Check result of
13796 ix86_expand_int_movcc as boolean.
13797
13798 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13799
13800 * config/aarch64/aarch64.opt (aarch64_arch_string): Delete.
13801 (aarch64_cpu_string): Likewise.
13802 (aarch64_tune_string): Likewise.
13803 * config/aarch64/aarch64.c (aarch64_parse_opt_result): New enum.
13804 (aarch64_parse_extension): Return aarch64_parse_opt_result.
13805 Add extra argument to put result into.
13806 (aarch64_parse_arch): Likewise. Do not set selected_cpu.
13807 (aarch64_parse_cpu): Add arguments to put results into. Return
13808 aarch64_parse_opt_result.
13809 (aarch64_parse_tune): Likewise.
13810 (aarch64_override_options_after_change_1): New function.
13811 (aarch64_override_options_internal): New function.
13812 (aarch64_validate_mcpu): Likewise.
13813 (aarch64_validate_march): Likewise.
13814 (aarch64_validate_mtune): Likewise.
13815 (aarch64_override_options): Update to reflect above changes.
13816 Move some logic into aarch64_override_options_internal.
13817 Initialize target_option_default_node and target_option_current_node.
13818 (aarch64_override_options_after_change): Move logic into
13819 aarch64_override_options_after_change_1 and call it with global_options.
13820 (initialize_aarch64_code_model): Take a gcc_options pointer and use the
13821 flag values from that.
13822
13823 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13824
13825 * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Define
13826 __ARM_ARCH_8A directly rather than with cpp_define_formatted.
13827 * config/aarch64/aarch64.c (struct processor): Add arch field.
13828 (all_architectures): Handle above, move above all_cores.
13829 (all_cores): Handle above.
13830 (aarch64_parse_arch): Handle above changes.
13831 * config/aarch64/aarch64-arches.def (armv8-a): Extend according to
13832 above. Update comments.
13833 (armv8.1-a): Likewise.
13834 * config/aarch64/aarch64-cores.def: Update according to above.
13835 * config/aarch64/aarch64-opts.h (aarch64_arch): New enum.
13836 * config/aarch64/driver-aarch64.c (struct aarch64_arch): Rename to
13837 aarch64_arch_driver_info.
13838
13839 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13840
13841 * config/aarch64/aarch64.c (struct processor): Add ident field.
13842 Rename core sched_core.
13843 (all_cores): Handle above changes.
13844 (all_architectures): Likewise.
13845 (aarch64_parse_arch): Likewise.
13846 (aarch64_override_options): Likewise.
13847
13848 2015-08-04 Richard Biener <rguenther@suse.de>
13849
13850 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Remove
13851 dispatching to fold_binary for GIMPLE_BINARY_RHS and for
13852 comparisons embedded in [VEC_]COND_EXPRs.
13853
13854 2015-08-03 Abe Skolnik <a.skolnik@samsung.com>
13855
13856 * tree-if-conv.c: Fix various typos in comments.
13857 * tree-vect-stmts.c: Likewise.
13858
13859 2015-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
13860
13861 PR tree-optimization/67043
13862 * loop-invariant.c (move_invariant_reg): Recompute luids in loop
13863 preheader after hoisting invariant in it.
13864 (find_defs): Force recomputation of all luids.
13865
13866 2015-08-03 Peter Bergner <bergner@vnet.ibm.com>
13867
13868 * config/rs6000/htm.md (tabort.): Restrict the source operand to
13869 using a base register.
13870
13871 2015-08-03 David Malcolm <dmalcolm@redhat.com>
13872
13873 * main.c (main): Pass in NULL for toplev's external_timer.
13874 * timevar.c: Include coretypes.h.
13875 (class timer::named_items): New.
13876 (timer::named_items::named_items): New.
13877 (timer::named_items::~named_items): New.
13878 (timer::named_items::push): New.
13879 (timer::named_items::pop): New.
13880 (timer::named_items::print): New.
13881 (timer::timer): Initialize field "m_jit_client_items".
13882 (timer::~timer): New.
13883 (timer::push): Move bulk of implementation to...
13884 (timer::push_internal): ...here. New function.
13885 (timer::pop): Move bulk of implementation to...
13886 (timer::pop_internal): ...here. New function.
13887 (timer::push_client_item): New.
13888 (timer::pop_client_item): New.
13889 (timer::print_row): New function, taken from timer::print.
13890 (timer::print): Print "GCC items" header if we also have client
13891 items. Move row-printing to timer::print_row. Print any client
13892 items.
13893 (timer::get_topmost_item_name): New method.
13894 * timevar.def (TV_JIT_ACQUIRING_MUTEX): New.
13895 (TV_JIT_CLIENT_CODE): New.
13896 * timevar.h (timer::push_client_item): New declaration.
13897 (timer::pop_client_item): New declaration.
13898 (timer::get_topmost_item_name): New method.
13899 (timer::push_internal): New declaration.
13900 (timer::pop_internal): New declaration.
13901 (timer::print_row): New declaration.
13902 (timer::named_items): New declaration.
13903 (timer::m_jit_client_items): New field.
13904 (timer): Add friend class named_items.
13905 (auto_timevar::auto_timevar): Add timer param.
13906 (auto_timevar::~auto_timevar): Use field "m_timer".
13907 (auto_timevar::m_timer): New field.
13908 * toplev.c (initialize_rtl): Add g_timer as param when
13909 constructing auto_timevar instance.
13910 (toplev::toplev): Add "external_timer" param, and use it to
13911 initialize the "g_timer" global if non-NULL.
13912 (toplev::~toplev): If this created "g_timer", delete it.
13913 * toplev.h (toplev::toplev): Replace "use_TV_TOTAL" bool param
13914 with "external_timer" timer *.
13915
13916 2015-08-03 Alexander Basov <coohpt@gmail.com>
13917
13918 PR middle-end/64744
13919 PR middle-end/48470
13920 PR middle-end/43404
13921 * cfgexpand.c (expand_one_var): Add check if stack is going to
13922 be used in naked function.
13923 * expr.c (expand_expr_addr_expr_1): Remove excess checking
13924 whether expression should not reside in MEM.
13925 * function.c (use_register_for_decl): Do not use registers for
13926 non-register things (volatile, float, BLKMode) in naked functions.
13927
13928 2015-08-03 John David Anglin <danglin@gcc.gnu.org>
13929
13930 PR target/67060
13931 * config/pa/pa.md (call_reg_64bit): Remove reg:DI 1 clobber.
13932 Adjust splits to match new pattern.
13933
13934 2015-08-03 Michael Meissner <meissner@linux.vnet.ibm.com>
13935
13936 * config/rs6000/vector.md (VEC_L): Add KFmode and TFmode.
13937 (VEC_M): Likewise.
13938 (VEC_N): Likewise.
13939 (mov<mode>, VEC_M iterator): Add support for IEEE 128-bit floating
13940 point in VSX registers.
13941
13942 * config/rs6000/constraints.md (wb constraint): Document unused
13943 w<x> constraint.
13944 (we constraint): Likewise.
13945 (wo constraint): Likewise.
13946 (wp constraint): New constraint for IEEE 128-bit floating point in
13947 VSX registers.
13948 (wq constraint): Likewise.
13949
13950 * config/rs6000/predicates.md (easy_fp_constant): Add support for
13951 IEEE 128-bit floating point in VSX registers.
13952 (easy_scalar_constant): Likewise.
13953
13954 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add new
13955 constraints (wp, wq) for IEEE 128-bit floating point in VSX
13956 registers.
13957 (rs6000_init_hard_regno_mode_ok): Likewise.
13958
13959 * config/rs6000/vsx.md (VSX_LE_128): Add support for IEEE 128-bit
13960 floating point in VSX registers.
13961 (VSX_L): Likewise.
13962 (VSX_M): Likewise.
13963 (VSX_M2): Likewise.
13964 (VSm): Likewise.
13965 (VSs): Likewise.
13966 (VSr): Likewise.
13967 (VSa): Likewise.
13968 (VSv): Likewise.
13969 (vsx_le_permute_<mode>): Add support to properly swap bytes for
13970 IEEE 128-bit floating point in VSX registers on little endian.
13971 (vsx_le_undo_permute_<mode>): Likewise.
13972 (vsx_le_perm_load_<mode>): Likewise.
13973 (vsx_le_perm_store_<mode>): Likewise.
13974 (splitters for IEEE 128-bit fp moves): Likewise.
13975
13976 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Add wp and
13977 wq constraints.
13978
13979 * config/rs6000/altivec.md (VM): Add support for IEEE 128-bit
13980 floating point in VSX registers.
13981 (VM2): Likewise.
13982
13983 * doc/md.text (Machine Constraints): Document wp and wq
13984 constraints on PowerPC.
13985
13986 2015-08-03 Jeff Law <law@redhat.com>
13987
13988 PR middle-end/66314
13989 PR gcov-profile/66899
13990 * tree-ssa-threadupdate.c (mark_threaded_blocks): Correctly
13991 iterate over the jump threading paths when an element in the
13992 jump threading paths array is eliminated.
13993
13994 2015-08-03 Segher Boessenkool <segher@kernel.crashing.org>
13995
13996 * Makefile.in (OBJS): Put gimple-match.o and generic-match.o first.
13997
13998 2015-08-03 Patrick Palka <ppalka@gcc.gnu.org>
13999
14000 * tree-ssa-uninit.c (find_uninit_use): Declare and pass to
14001 is_use_properly_guarded the variable def_preds. Free its
14002 contents before returning.
14003 (prune_uninit_phi_opnds_in_unrealizable_paths): Same.
14004 (is_use_properly_guarded): Replace local variable def_preds with
14005 a parameter. Adjust accordingly. Only update *def_preds if it's
14006 the empty vector.
14007
14008 2015-08-03 Richard Biener <rguenther@suse.de>
14009
14010 * genmatch.c (simplify::for_subst_vec): New member.
14011 (binary_ok): New helper for for lowering.
14012 (lower_for): Delay substituting operators into result expressions
14013 if we can merge the results eventually again.
14014 (capture_info::walk_result): Adjust for user_id appearing as
14015 result expression operator.
14016 (expr::gen_transform): Likewise.
14017 (dt_simplify::gen_1): Likewise.
14018 (dt_simplify::gen): Pass not substituted operators to tail
14019 functions or initialize local variable with it.
14020 (decision_tree::gen): Adjust function signature.
14021 * match.pd: Fix tests against global code and add default
14022 cases to switch stmts.
14023
14024 2015-08-03 Richard Biener <rguenther@suse.de>
14025
14026 * genmatch.c (dt_simplify::gen): Create captures array
14027 with an initializer.
14028
14029 2015-08-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14030
14031 * configure.ac: Set aliasing_flags to -fno-strict-aliasing if
14032 the host compiler is affected by placement new aliasing bug.
14033 * configure: Regenerate.
14034 * Makefile.in (ALIASING_FLAGS): New variable.
14035 (ALL_CXXFLAGS): Add $(ALIASING_FLAGS).
14036
14037 2015-08-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
14038
14039 PR target/66731
14040 * config/arm/vfp.md (negmuldf3_vfp): Add new pattern.
14041 (negmulsf3_vfp): Likewise.
14042 (muldf3negdf_vfp): Disable for -frounding-math.
14043 (mulsf3negsf_vfp): Likewise.
14044 * config/arm/arm.c (arm_new_rtx_costs): Fix NEG cost for VNMUL,
14045 fix MULT cost with -frounding-math.
14046
14047 2015-08-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14048
14049 * ifcvt.c (noce_try_store_flag_constants): Make logic of the case
14050 when diff == STORE_FLAG_VALUE or diff == -STORE_FLAG_VALUE more
14051 explicit. Prefer to add the flag whenever possible.
14052 (noce_process_if_block): Try noce_try_store_flag_constants before
14053 noce_try_cmove.
14054
14055 2015-08-03 Richard Biener <rguenther@suse.de>
14056
14057 * genmatch.c (struct sinfo, struct sinfo_hashmap_traits, sinfo_map_t):
14058 New hash-map to record equivalent transforms.
14059 (dt_node::analyze): Populate the equivalent transforms hash-map.
14060 (dt_simplify::info): Add reference to hash-map entry.
14061 (dt_simplify::gen): If we have split out a function for the
14062 transform, generate a call to it.
14063 (sinfo_hashmap_traits::hash): New function.
14064 (compare_op): New helper function for ...
14065 (sinfo_hashmap_traits::equal_keys): ... this new function.
14066 (decision_tree::gen): Split out common equivalent transforms
14067 into functions.
14068
14069 2015-08-03 Richard Biener <rguenther@suse.de>
14070
14071 * gimple-fold.c (fold_gimple_assign): Remove folding of
14072 the comparison in COND_EXPRs.
14073
14074 2015-08-03 Richard Biener <rguenther@suse.de>
14075
14076 * gimple-match-head.c (gimple_simplify): For [VEC_]COND_EXPRs
14077 on the rhs of assignments first simplify the embedded
14078 GENERIC condition.
14079
14080 2015-08-03 Richard Biener <rguenther@suse.de>
14081
14082 PR tree-optimization/66917
14083 * tree-vectorizer.h (struct dataref_aux): Add base_element_aligned
14084 field.
14085 (DR_VECT_AUX): New macro.
14086 (set_dr_misalignment): Adjust.
14087 (dr_misalignment): Likewise.
14088 * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
14089 Compute whether the base is at least element aligned.
14090 * tree-vect-stmts.c (ensure_base_align): Adjust.
14091 (vectorizable_store): If the base is not element aligned
14092 preserve alignment of the original access if misalignment is unknown.
14093 (vectorizable_load): Likewise.
14094
14095 2015-08-02 Martin Sebor <msebor@redhat.com>
14096
14097 * c-family/c.opt (-Wframe-address): New warning option.
14098 * doc/invoke.texi (Wframe-address): Document it.
14099 * doc/extend.texi (__builtin_frame_address, __builtin_return_address):
14100 Clarify possible effects of calling the functions with non-zero
14101 arguments and mention -Wframe-address.
14102 * builtins.c (expand_builtin_frame_address): Handle -Wframe-address.
14103
14104 2015-08-01 Michael Collison <michael.collison@linaro.org
14105 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
14106
14107 * config/arm/arm.md (*arm_smin_cmp): New pattern.
14108 (*arm_umin_cmp): Likewise.
14109
14110 2015-08-01 Caroline Tice <cmtice@google.com>
14111
14112 PR 66521
14113 * vtable-verify.c (vtbl_mangled_name_types, vtbl_mangled_name_ids): New
14114 global variables.
14115 (vtbl_find_mangled_name): New function.
14116 (vtbl_register_mangled_name): New function.
14117 (vtbl_map_get_node): If DECL_ASSEMBLER_NAME is "<anon>", look up
14118 mangled name in mangled name vectors.
14119 (find_or_create_vtbl_map_node): Ditto.
14120 (var_is_used_for_virtual_call_p): Add recursion_depth parameter;
14121 update recursion_depth on function entry; pass it to every recursive
14122 call; automatically exit if depth > 25 (give up looking at that point).
14123 (verify_bb_vtables): Initialize recursion_depth and pass it to
14124 var_is_used_for_virtual_call_p.
14125 * vtable-verify.h (vtbl_mangbled_name_types, vtbl_mangled_name_ids): New
14126 global variable decls.
14127 (vtbl_register_mangled_name): New extern function decl.
14128
14129 2015-08-01 Tom de Vries <tom@codesourcery.com>
14130
14131 * tree.c (operation_can_overflow, operation_no_trapping_overflow): New
14132 function.
14133 * tree.h (operation_can_overflow, operation_no_trapping_overflow):
14134 Declare.
14135 * tree-vect-loop.c (vect_is_simple_reduction_1): Use
14136 operation_no_trapping_overflow. Allow non-overflow operations.
14137 * graphite-sese-to-poly.c (is_reduction_operation_p): Allow non-overflow
14138 operations.
14139
14140 2015-07-31 Kaz Kojima <kkojima@gcc.gnu.org>
14141
14142 PR target/67049
14143 * config/sh/sh.md (GOTaddr2picreg): Fix typo.
14144
14145 2015-07-31 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14146
14147 * config/arm/arm.md (*if_neg_move): Convert to insn_and_split.
14148 Enable for TARGET_32BIT.
14149 (*if_move_neg): Likewise.
14150
14151 2015-07-31 Nick Clifton <nickc@redhat.com>
14152
14153 * config/m32r/m32r.c (m32r_attribute_identifier): New function.
14154 Returns true for __model__.
14155 (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
14156
14157 2015-07-31 Alan Modra <amodra@gmail.com>
14158
14159 PR target/66870
14160 * config/rs6000/rs6000.c (machine_function): Add split_stack_argp_used.
14161 (rs6000_emit_prologue): Set it.
14162 (rs6000_set_up_by_prologue): Specify r12 when split_stack_argp_used.
14163
14164 2015-07-31 Richard Biener <rguenther@suse.de>
14165
14166 * fold-const.c (fold_binary_loc): Remove X ^ C1 == C2
14167 -> X == (C1 ^ C2) which is already implemented in match.pd.
14168 Remove redundant dispatching to fold_relational_const.
14169 Move unordered self and NaN compares ...
14170 * match.pd: ... as patterns here. Remove some stray captures
14171 and add a comment.
14172
14173 2015-07-31 Petr Murzin <petr.murzin@intel.com>
14174
14175 * config/i386/i386.c
14176 (bdesc_special_args): Convert mask type from signed to unsigned for
14177 masked builtins.
14178 (ix86_expand_args_builtin): Do not handle UINT_FTYPE_V2DF,
14179 UINT64_FTYPE_V2DF, UINT64_FTYPE_V4SF, V16QI_FTYPE_V8DI,
14180 V16HI_FTYPE_V16SI, V16SI_FTYPE_V16SI, V16SF_FTYPE_FLOAT,
14181 V8HI_FTYPE_V8DI, V8UHI_FTYPE_V8UHI, V8SI_FTYPE_V8DI, V8SF_FTYPE_V8DF,
14182 V8DI_FTYPE_INT64, V8DI_FTYPE_V4DI, V8DI_FTYPE_V8DI, V8DF_FTYPE_DOUBLE,
14183 V8DF_FTYPE_V8SI, V16SI_FTYPE_V16SI_V16SI, V16SF_FTYPE_V16SF_V16SI,
14184 V8DI_FTYPE_V8DI_V8DI, V8DF_FTYPE_V8DF_V8DI, V4SI_FTYPE_V4SF_V4SF,
14185 V4SF_FTYPE_V4SF_UINT64, V2UDI_FTYPE_V4USI_V4USI, V2DI_FTYPE_V2DF_V2DF,
14186 V2DF_FTYPE_V2DF_UINT64, V4UDI_FTYPE_V8USI_V8USI, QI_FTYPE_V8DI_V8DI,
14187 HI_FTYPE_V16SI_V16SI, HI_FTYPE_HI_INT, V16SF_FTYPE_V16SF_V16SF_V16SF,
14188 V16SF_FTYPE_V16SF_V16SI_V16SF, V16SF_FTYPE_V16SI_V16SF_HI,
14189 V16SF_FTYPE_V16SI_V16SF_V16SF, V16SI_FTYPE_V16SF_V16SI_HI,
14190 V8DI_FTYPE_V8SF_V8DI_QI, V8SF_FTYPE_V8DI_V8SF_QI, V8DI_FTYPE_PV4DI,
14191 V8DF_FTYPE_V8DI_V8DF_QI, V16SI_FTYPE_V16SI_V16SI_V16SI,
14192 V2DI_FTYPE_V2DI_V2DI_V2DI, V8DI_FTYPE_V8DF_V8DI_QI, V8DF_FTYPE_PV4DF,
14193 V8SI_FTYPE_V8SI_V8SI_V8SI, V8DF_FTYPE_V8DF_V8DF_V8DF, UINT_FTYPE_V4SF,
14194 V8DF_FTYPE_V8DF_V8DI_V8DF, V8DF_FTYPE_V8DI_V8DF_V8DF,
14195 V8DF_FTYPE_V8SF_V8DF_QI, V8DI_FTYPE_V8DI_V8DI_V8DI, V16SF_FTYPE_PV4SF,
14196 V8SF_FTYPE_V8DF_V8SF_QI, V8SI_FTYPE_V8DF_V8SI_QI, V16SI_FTYPE_PV4SI,
14197 V2DF_FTYPE_V2DF_V4SF_V2DF_QI, V4SF_FTYPE_V4SF_V2DF_V4SF_QI,
14198 V8DI_FTYPE_V8DI_SI_V8DI_V8DI, QI_FTYPE_V8DF_V8DF_INT_QI,
14199 HI_FTYPE_V16SF_V16SF_INT_HI, V16SF_FTYPE_V16SF_V16SF_V16SI_INT_HI,
14200 VOID_FTYPE_PDOUBLE_V2DF_QI, VOID_FTYPE_PFLOAT_V4SF_QI,
14201 V2DF_FTYPE_PCDOUBLE_V2DF_QI, V4SF_FTYPE_PCFLOAT_V4SF_QI.
14202 * config/i386/i386-builtin-types.def
14203 (V16QI_FTYPE_V16SI): Remove.
14204 (V8DF_FTYPE_V8SI): Ditto.
14205 (V8HI_FTYPE_V8DI): Ditto.
14206 (V8SI_FTYPE_V8DI): Ditto.
14207 (V8SF_FTYPE_V8DF): Ditto.
14208 (V8SF_FTYPE_V8DF_V8SF_QI): Ditto.
14209 (V16HI_FTYPE_V16SI): Ditto.
14210 (V16SF_FTYPE_V16HI): Ditto.
14211 (V16SF_FTYPE_V16HI_V16SF_HI): Ditto.
14212 (V16SF_FTYPE_V16SI): Ditto.
14213 (V4DI_FTYPE_V4DI): Ditto.
14214 (V16SI_FTYPE_V16SF): Ditto.
14215 (V16SF_FTYPE_FLOAT): Ditto.
14216 (V8DF_FTYPE_DOUBLE): Ditto.
14217 (V8DI_FTYPE_INT64): Ditto.
14218 (V8DI_FTYPE_V4DI): Ditto.
14219 (V16QI_FTYPE_V8DI): Ditto.
14220 (UINT_FTYPE_V4SF): Ditto.
14221 (UINT64_FTYPE_V4SF): Ditto.
14222 (UINT_FTYPE_V2DF): Ditto.
14223 (UINT64_FTYPE_V2DF): Ditto.
14224 (V16SI_FTYPE_V16SI): Ditto.
14225 (V8DI_FTYPE_V8DI): Ditto.
14226 (V16SI_FTYPE_PV4SI): Ditto.
14227 (V16SF_FTYPE_PV4SF): Ditto.
14228 (V8DI_FTYPE_PV2DI): Ditto.
14229 (V8DF_FTYPE_PV2DF): Ditto.
14230 (V4DI_FTYPE_PV2DI): Ditto.
14231 (V4DF_FTYPE_PV2DF): Ditto.
14232 (V16SI_FTYPE_PV2SI): Ditto.
14233 (V16SF_FTYPE_PV2SF): Ditto.
14234 (V8DI_FTYPE_PV4DI): Ditto.
14235 (V8DF_FTYPE_PV4DF): Ditto.
14236 (V8SF_FTYPE_FLOAT): Ditto.
14237 (V4SF_FTYPE_FLOAT): Ditto.
14238 (V4DF_FTYPE_DOUBLE): Ditto.
14239 (V8SF_FTYPE_PV4SF): Ditto.
14240 (V8SI_FTYPE_PV4SI): Ditto.
14241 (V4SI_FTYPE_PV2SI): Ditto.
14242 (V8SF_FTYPE_PV2SF): Ditto.
14243 (V8SI_FTYPE_PV2SI): Ditto.
14244 (V16SF_FTYPE_PV8SF): Ditto.
14245 (V16SI_FTYPE_PV8SI): Ditto.
14246 (V8DI_FTYPE_V8SF): Ditto.
14247 (V4DI_FTYPE_V4SF): Ditto.
14248 (V2DI_FTYPE_V4SF): Ditto.
14249 (V64QI_FTYPE_QI): Ditto.
14250 (V32HI_FTYPE_HI): Ditto.
14251 (V8UHI_FTYPE_V8UHI): Ditto.
14252 (V16UHI_FTYPE_V16UHI): Ditto.
14253 (V32UHI_FTYPE_V32UHI): Ditto.
14254 (V2UDI_FTYPE_V2UDI): Ditto.
14255 (V4UDI_FTYPE_V4UDI): Ditto.
14256 (V8UDI_FTYPE_V8UDI): Ditto.
14257 (V4USI_FTYPE_V4USI): Ditto.
14258 (V8USI_FTYPE_V8USI): Ditto.
14259 (V16USI_FTYPE_V16USI): Ditto.
14260 (V2DF_FTYPE_V2DF_UINT64): Ditto.
14261 (V2DI_FTYPE_V2DF_V2DF): Ditto.
14262 (V2UDI_FTYPE_V4USI_V4USI): Ditto.
14263 (V8DF_FTYPE_V8DF_V8DI): Ditto.
14264 (V4SF_FTYPE_V4SF_UINT64): Ditto.
14265 (V4SI_FTYPE_V4SF_V4SF): Ditto.
14266 (V16SF_FTYPE_V16SF_V16SI): Ditto.
14267 (V64QI_FTYPE_V32HI_V32HI): Ditto.
14268 (V32HI_FTYPE_V16SI_V16SI): Ditto.
14269 (V8DF_FTYPE_V8DF_V8DF_V8DI_INT_QI): Ditto.
14270 (V16SF_FTYPE_V16SF_V16SF_V16SI_INT_HI): Ditto.
14271 (V32HI_FTYPE_V64QI_V64QI): Ditto.
14272 (V32HI_FTYPE_V32HI_V32HI): Ditto.
14273 (V16HI_FTYPE_V16HI_V16HI_INT_V16HI_HI): Ditto.
14274 (V16SI_FTYPE_V16SI_V4SI): Ditto.
14275 (V16SI_FTYPE_V16SI_V16SI): Ditto.
14276 (V16SI_FTYPE_V32HI_V32HI): Ditto.
14277 (V16SI_FTYPE_V16SI_SI): Ditto.
14278 (V8DI_FTYPE_V8DI_V8DI): Ditto.
14279 (V4UDI_FTYPE_V8USI_V8USI): Ditto.
14280 (V8DI_FTYPE_V16SI_V16SI): Ditto.
14281 (V8DI_FTYPE_V8DI_V2DI): Ditto.
14282 (QI_FTYPE_QI): Ditto.
14283 (SI_FTYPE_SI): Ditto.
14284 (DI_FTYPE_DI): Ditto.
14285 (QI_FTYPE_QI_QI): Ditto.
14286 (QI_FTYPE_QI_INT): Ditto.
14287 (HI_FTYPE_HI_INT): Ditto.
14288 (SI_FTYPE_SI_INT): Ditto.
14289 (DI_FTYPE_DI_INT): Ditto.
14290 (HI_FTYPE_V16QI_V16QI): Ditto.
14291 (SI_FTYPE_V32QI_V32QI): Ditto.
14292 (DI_FTYPE_V64QI_V64QI): Ditto.
14293 (QI_FTYPE_V8HI_V8HI): Ditto.
14294 (HI_FTYPE_V16HI_V16HI): Ditto.
14295 (SI_FTYPE_V32HI_V32HI): Ditto.
14296 (QI_FTYPE_V4SI_V4SI): Ditto.
14297 (QI_FTYPE_V8SI_V8SI): Ditto.
14298 (QI_FTYPE_V2DI_V2DI): Ditto.
14299 (QI_FTYPE_V4DI_V4DI): Ditto.
14300 (QI_FTYPE_V8DI_V8DI): Ditto.
14301 (HI_FTYPE_V16SI_V16SI): Ditto.
14302 (HI_FTYPE_V16SI_V16SI_INT_HI): Ditto.
14303 (QI_FTYPE_V8DF_V8DF_INT_QI): Ditto.
14304 (HI_FTYPE_V16SF_V16SF_INT_HI): Ditto.
14305 (V32HI_FTYPE_V32HI_V32HI_V32HI): Ditto.
14306 (V4SF_FTYPE_V4SF_V2DF_V4SF_QI): Ditto.
14307 (V8DF_FTYPE_V8DF_V8DF_V8DF): Ditto.
14308 (V16SF_FTYPE_V16SF_V16SF_V16SF): Ditto.
14309 (V8DF_FTYPE_V8SF_V8DF_QI): Ditto.
14310 (V8DI_FTYPE_V8DF_V8DI_QI): Ditto.
14311 (V8DF_FTYPE_V8DI_V8DF_V8DF): Ditto.
14312 (V2DF_FTYPE_V2DF_V4SF_V2DF_QI): Ditto.
14313 (V16SF_FTYPE_V16SI_V16SF_HI): Ditto.
14314 (V16SF_FTYPE_V16SI_V16SF_V16SF): Ditto.
14315 (V8SI_FTYPE_V8DF_V8SI_QI): Ditto.
14316 (V8DI_FTYPE_PCCHAR_V8DI_QI): Ditto.
14317 (V8SF_FTYPE_PCFLOAT_V8SF_QI): Ditto.
14318 (V4SF_FTYPE_PCFLOAT_V4SF_QI): Ditto.
14319 (V4DF_FTYPE_PCDOUBLE_V4DF_QI): Ditto.
14320 (V2DF_FTYPE_PCDOUBLE_V2DF_QI): Ditto.
14321 (V8SI_FTYPE_PCCHAR_V8SI_QI): Ditto.
14322 (V4SI_FTYPE_PCCHAR_V4SI_QI): Ditto.
14323 (V4DI_FTYPE_PCCHAR_V4DI_QI): Ditto.
14324 (V2DI_FTYPE_PCCHAR_V2DI_QI): Ditto.
14325 (V16SF_FTYPE_PCV8SF_V16SF_HI): Ditto.
14326 (V16SI_FTYPE_PCV8SI_V16SI_HI): Ditto.
14327 (V8DF_FTYPE_PCV2DF_V8DF_QI): Ditto.
14328 (V8SF_FTYPE_PCV4SF_V8SF_QI): Ditto.
14329 (V8DI_FTYPE_PCV2DI_V8DI_QI): Ditto.
14330 (V8SI_FTYPE_PCV4SI_V8SI_QI): Ditto.
14331 (V4DF_FTYPE_PCV2DF_V4DF_QI): Ditto.
14332 (V4DI_FTYPE_PCV2DI_V4DI_QI): Ditto.
14333 (VOID_FTYPE_PDOUBLE_V2DF_QI): Ditto.
14334 (VOID_FTYPE_PFLOAT_V4SF_QI): Ditto.
14335 (V16SI_FTYPE_V16SF_V16SI_HI): Ditto.
14336 (V8DI_FTYPE_V8SF_V8DI_QI): Ditto.
14337 (V8SF_FTYPE_V8DI_V8SF_QI): Ditto.
14338 (V8DF_FTYPE_V8DI_V8DF_QI): Ditto.
14339 (V2DF_FTYPE_V2DF_V2DF_V2DI): Ditto.
14340 (V4SF_FTYPE_V4SF_V4SF_V4SI): Ditto.
14341 (V2UDI_FTYPE_V2UDI_V2UDI_V2UDI): Ditto.
14342 (V4USI_FTYPE_V4USI_V4USI_V4USI): Ditto.
14343 (V8UHI_FTYPE_V8UHI_V8UHI_V8UHI): Ditto.
14344 (V16UQI_FTYPE_V16UQI_V16UQI_V16UQI): Ditto.
14345 (V4DF_FTYPE_V4DF_V4DF_V4DI): Ditto.
14346 (V8SF_FTYPE_V8SF_V8SF_V8SI): Ditto.
14347 (V8DI_FTYPE_V8DI_V8DI_V8DI): Ditto.
14348 (V16SI_FTYPE_V16SI_V16SI_V16SI): Ditto.
14349 (V2DF_FTYPE_V2DF_V2DI_V2DF): Ditto.
14350 (V4DF_FTYPE_V4DF_V4DI_V4DF): Ditto.
14351 (V8DF_FTYPE_V8DF_V8DI_V8DF): Ditto.
14352 (V4SF_FTYPE_V4SF_V4SI_V4SF): Ditto.
14353 (V8SF_FTYPE_V8SF_V8SI_V8SF): Ditto.
14354 (V16SF_FTYPE_V16SF_V16SI_V16SF): Ditto.
14355 (V8DI_FTYPE_V8DI_SI_V8DI_V8DI): Ditto.
14356 (PVOID_FTYPE_PVOID_PVOID_ULONG): Ditto.
14357 (V4SF_FTYPE_V2DF_V4SF_QI): Convert mask type from signed to unsigned.
14358 (V4SF_FTYPE_V4DF_V4SF_QI): Ditto.
14359 (V4SF_FTYPE_V8HI_V4SF_QI): Ditto.
14360 (V8SF_FTYPE_V8HI_V8SF_QI): Ditto.
14361 (V16SI_FTYPE_V16SI_V16SI_HI): Ditto.
14362 (V8DI_FTYPE_V8DI_V8DI_QI): Ditto.
14363 (V2DF_FTYPE_V4DF_INT_V2DF_QI): Ditto.
14364 (V2DF_FTYPE_V8DF_INT_V2DF_QI): Ditto.
14365 (V2DI_FTYPE_V2DI_INT_V2DI_QI): Ditto.
14366 (V4DF_FTYPE_V8DF_INT_V4DF_QI): Ditto.
14367 (V4SF_FTYPE_V8SF_INT_V4SF_QI): Ditto.
14368 (V4SI_FTYPE_V2DF_V4SI_QI): Ditto.
14369 (V4SI_FTYPE_V4SI_INT_V4SI_QI): Ditto.
14370 (V4SI_FTYPE_V8HI_V8HI_V4SI_QI): Ditto.
14371 (V4SI_FTYPE_V8SI_INT_V4SI_QI): Ditto.
14372 (V8HI_FTYPE_V16QI_V16QI_V8HI_QI): Ditto.
14373 (V8HI_FTYPE_V8SF_INT_V8HI_QI): Ditto.
14374 (V8HI_FTYPE_V4SF_INT_V8HI_QI): Ditto.
14375 (V8SF_FTYPE_V16SF_INT_V8SF_QI): Ditto.
14376 (V4SF_FTYPE_V16SF_INT_V4SF_QI): Ditto.
14377 (V8DF_FTYPE_V8DF_V2DF_INT_V8DF_QI): Ditto.
14378 (V8DF_FTYPE_V8DF_V4DF_INT_V8DF_QI): Ditto.
14379 (V8DF_FTYPE_V8DF_V8DF_INT_V8DF_QI): Ditto.
14380 (V8DF_FTYPE_V8DF_INT_V8DF_QI): Ditto.
14381 (V4DF_FTYPE_V4DF_V4DF_V4DI_INT_QI): Ditto.
14382 (V2DF_FTYPE_V2DF_V2DF_V2DI_INT_QI): Ditto.
14383 (V16SF_FTYPE_V16SF_V16SF_INT_V16SF_HI): Ditto.
14384 (V16SF_FTYPE_V16SF_INT_V16SF_HI): Ditto.
14385 (V16SI_FTYPE_V16SI_V4SI_INT_V16SI_HI): Ditto.
14386 (V8SF_FTYPE_V8SF_V8SF_V8SI_INT_QI): Ditto.
14387 (V4SF_FTYPE_V4SF_V4SF_V4SI_INT_QI): Ditto.
14388 (V16SF_FTYPE_V16SF_V4SF_INT_V16SF_HI): Ditto.
14389 (V16SF_FTYPE_V16SF_V8SF_INT_V16SF_HI): Ditto.
14390 (V16HI_FTYPE_V32QI_V32QI_V16HI_HI): Ditto.
14391 (V32HI_FTYPE_V64QI_V64QI_V32HI_SI): Ditto.
14392 (V16HI_FTYPE_V16SF_INT_V16HI_HI): Ditto.
14393 (V16SI_FTYPE_V16SI_V8SI_INT_V16SI_HI): Ditto.
14394 (V4SI_FTYPE_V16SI_INT_V4SI_QI): Ditto.
14395 (V16SI_FTYPE_V16SI_V16SI_INT_V16SI_HI): Ditto.
14396 (V8SI_FTYPE_V16HI_V16HI_V8SI_QI): Ditto.
14397 (V16SI_FTYPE_V32HI_V32HI_V16SI_HI): Ditto.
14398 (V8SI_FTYPE_V8SI_INT_V8SI_QI): Ditto.
14399 (V8SI_FTYPE_V16SI_INT_V8SI_QI): Ditto.
14400 (V16SI_FTYPE_V16SI_V4SI_V16SI_HI): Ditto.
14401 (V16SI_FTYPE_V16SI_INT_V16SI_HI): Ditto.
14402 (V8DI_FTYPE_V8DI_V8DI_INT_V8DI_QI): Ditto.
14403 (V8DI_FTYPE_V8DI_V8DI_INT_V8DI_DI): Ditto.
14404 (V4DI_FTYPE_V4DI_V4DI_INT_V4DI_SI): Ditto.
14405 (V2DI_FTYPE_V2DI_V2DI_INT_V2DI_HI): Ditto.
14406 (V8DI_FTYPE_V8DI_V2DI_INT_V8DI_QI): Ditto.
14407 (V8DI_FTYPE_V8DI_V4DI_INT_V8DI_QI): Ditto.
14408 (V4DI_FTYPE_V8DI_INT_V4DI_QI): Ditto.
14409 (V8DI_FTYPE_V8DI_V2DI_V8DI_QI): Ditto.
14410 (V8DI_FTYPE_V8DI_INT_V8DI_QI): Ditto.
14411 (V4DI_FTYPE_V4DI_INT_V4DI_QI): Ditto.
14412 (V2DI_FTYPE_V4DI_INT_V2DI_QI): Ditto.
14413 (V2DI_FTYPE_V8DI_INT_V2DI_QI): Ditto.
14414 (HI_FTYPE_HI): Ditto.
14415 (HI_FTYPE_V16QI): Ditto.
14416 (SI_FTYPE_V32QI): Ditto.
14417 (DI_FTYPE_V64QI): Ditto.
14418 (QI_FTYPE_V8HI): Ditto.
14419 (HI_FTYPE_V16HI): Ditto.
14420 (SI_FTYPE_V32HI): Ditto.
14421 (QI_FTYPE_V4SI): Ditto.
14422 (QI_FTYPE_V8SI): Ditto.
14423 (HI_FTYPE_V16SI): Ditto.
14424 (QI_FTYPE_V2DI): Ditto.
14425 (QI_FTYPE_V4DI): Ditto.
14426 (QI_FTYPE_V8DI): Ditto.
14427 (V16QI_FTYPE_HI): Ditto.
14428 (V32QI_FTYPE_SI): Ditto.
14429 (V64QI_FTYPE_DI): Ditto.
14430 (V8HI_FTYPE_QI): Ditto.
14431 (V16HI_FTYPE_HI): Ditto.
14432 (V32HI_FTYPE_SI): Ditto.
14433 (V4SI_FTYPE_QI): Ditto.
14434 (V4SI_FTYPE_HI): Ditto.
14435 (V8SI_FTYPE_QI): Ditto.
14436 (V8SI_FTYPE_HI): Ditto.
14437 (V2DI_FTYPE_QI): Ditto.
14438 (V4DI_FTYPE_QI): Ditto.
14439 (HI_FTYPE_HI_HI): Ditto.
14440 (SI_FTYPE_SI_SI): Ditto.
14441 (DI_FTYPE_DI_DI): Ditto.
14442 (HI_FTYPE_V16QI_V16QI_HI): Ditto.
14443 (HI_FTYPE_V16QI_V16QI_INT_HI): Ditto.
14444 (SI_FTYPE_V32QI_V32QI_SI): Ditto.
14445 (SI_FTYPE_V32QI_V32QI_INT_SI): Ditto.
14446 (DI_FTYPE_V64QI_V64QI_DI): Ditto.
14447 (DI_FTYPE_V64QI_V64QI_INT_DI): Ditto.
14448 (QI_FTYPE_V8HI_V8HI_QI): Ditto.
14449 (QI_FTYPE_V8HI_V8HI_INT_QI): Ditto.
14450 (HI_FTYPE_V16HI_V16HI_HI): Ditto.
14451 (HI_FTYPE_V16HI_V16HI_INT_HI): Ditto.
14452 (SI_FTYPE_V32HI_V32HI_SI): Ditto.
14453 (SI_FTYPE_V32HI_V32HI_INT_SI): Ditto.
14454 (QI_FTYPE_V4SI_V4SI_QI): Ditto.
14455 (QI_FTYPE_V4SI_V4SI_INT_QI): Ditto.
14456 (QI_FTYPE_V8SI_V8SI_QI): Ditto.
14457 (QI_FTYPE_V8SI_V8SI_INT_QI): Ditto.
14458 (QI_FTYPE_V2DI_V2DI_QI): Ditto.
14459 (QI_FTYPE_V2DI_V2DI_INT_QI): Ditto.
14460 (QI_FTYPE_V4DI_V4DI_QI): Ditto.
14461 (QI_FTYPE_V4DI_V4DI_INT_QI): Ditto.
14462 (QI_FTYPE_V8DI_V8DI_QI): Ditto.
14463 (HI_FTYPE_V16SI_V16SI_HI): Ditto.
14464 (QI_FTYPE_V8DI_V8DI_INT): Ditto.
14465 (QI_FTYPE_V8DI_V8DI_INT_QI): Ditto.
14466 (HI_FTYPE_V16SI_V16SI_INT): Ditto.
14467 (HI_FTYPE_V16SI_V16SI_INT _HI): Ditto.
14468 (QI_FTYPE_V8DF_V8DF_INT): Ditto.
14469 (QI_FTYPE_V8DF_V8DF_INT_QI_INT): Ditto.
14470 (HI_FTYPE_V16SF_V16SF_INT): Ditto.
14471 (HI_FTYPE_V16SF_V16SF_INT_HI_INT): Ditto.
14472 (QI_FTYPE_V2DF_V2DF_INT): Ditto.
14473 (QI_FTYPE_V2DF_V2DF_INT_QI): Ditto.
14474 (QI_FTYPE_V2DF_V2DF_INT_QI_INT): Ditto.
14475 (QI_FTYPE_V4SF_V4SF_INT): Ditto.
14476 (QI_FTYPE_V4SF_V4SF_INT_QI): Ditto.
14477 (QI_FTYPE_V4SF_V4SF_INT_QI_INT): Ditto.
14478 (V16SI_FTYPE_HI): Ditto.
14479 (V8DI_FTYPE_QI): Ditto.
14480 (V2DF_FTYPE_V2DI_V2DF_V2DF_QI): Ditto.
14481 (V2DF_FTYPE_V2DF_V2DI_V2DF_QI): Ditto.
14482 (V4DF_FTYPE_V4DF_V2DF_INT_V4DF_QI): Ditto.
14483 (V4SF_FTYPE_V4SI_V4SF_V4SF_QI): Ditto.
14484 (V4SF_FTYPE_V4SF_V4SI_V4SF_QI): Ditto.
14485 (V4SF_FTYPE_V4SF_V4SF_V4SF_QI): Ditto.
14486 (V8SF_FTYPE_V8SF_V4SF_INT_V8SF_QI): Ditto.
14487 (V8SI_FTYPE_V8SI_V4SI_INT_V8SI_QI): Ditto.
14488 (V4DI_FTYPE_V4DI_V2DI_INT_V4DI_QI): Ditto.
14489 (V2DF_FTYPE_V2DF_V2DF_QI): Ditto.
14490 (V2DF_FTYPE_V4SF_V2DF_QI): Ditto.
14491 (V2DF_FTYPE_V4SI_V2DF_QI): Ditto.
14492 (V4DF_FTYPE_V4DF_V4DF_QI): Ditto.
14493 (V4DF_FTYPE_V4SF_V4DF_QI): Ditto.
14494 (V4DF_FTYPE_V4SI_V4DF_QI): Ditto.
14495 (V8DF_FTYPE_V8DF_V8DF_QI): Ditto.
14496 (V8DF_FTYPE_V8SI_V8DF_QI): Ditto.
14497 (V2DI_FTYPE_V4SI_V2DI_QI): Ditto.
14498 (V2DI_FTYPE_V8HI_V2DI_QI): Ditto.
14499 (V4DI_FTYPE_V4DF_V4DI_QI): Ditto.
14500 (V2DI_FTYPE_V2DF_V2DI_QI): Ditto.
14501 (V2DI_FTYPE_V2DI_V2DI_V2DI_QI): Ditto.
14502 (V2DI_FTYPE_V2DI_V2DI_INT_V2DI_QI): Ditto.
14503 (V4DI_FTYPE_V4DI_V4DI_V4DI_QI): Ditto.
14504 (V4DI_FTYPE_V4DI_V4DI_INT_V4DI_QI): Ditto.
14505 (V8DI_FTYPE_V8SI_V8DI_QI): Ditto.
14506 (V8DI_FTYPE_V8HI_V8DI_QI): Ditto.
14507 (V8DI_FTYPE_V16QI_V8DI_QI): Ditto.
14508 (V2DI_FTYPE_V16QI_V2DI_QI): Ditto.
14509 (V4DI_FTYPE_V16QI_V4DI_QI): Ditto.
14510 (V4DI_FTYPE_V4DI_V4DI_QI): Ditto.
14511 (V4DI_FTYPE_V4SI_V4DI_QI): Ditto.
14512 (V4DI_FTYPE_V8HI_V4DI_QI): Ditto.
14513 (V8DI_FTYPE_V8DI_V8DI_V8DI_QI): Ditto.
14514 (V8DF_FTYPE_V8DI_V8DF_V8DF_QI): Ditto.
14515 (V8DF_FTYPE_V8DF_V8DI_V8DF_QI): Ditto.
14516 (V4DF_FTYPE_V4DI_V4DF_V4DF_QI): Ditto.
14517 (V4DF_FTYPE_V4DF_V4DI_V4DF_QI): Ditto.
14518 (V4DF_FTYPE_V4DF_V4DF_V4DF_QI): Ditto.
14519 (V8DF_FTYPE_V8DF_V8DF_V8DF_QI): Ditto.
14520 (V16QI_FTYPE_V16QI_V16QI_V16QI_HI): Ditto.
14521 (V16HI_FTYPE_V16HI_V16HI_V16HI_HI): Ditto.
14522 (V16SI_FTYPE_V16SI_V16SI_V16SI_HI): Ditto.
14523 (V2DF_FTYPE_V2DF_V2DF_V2DF_QI): Ditto.
14524 (V32HI_FTYPE_V32HI_V32HI_V32HI_SI): Ditto.
14525 (V64QI_FTYPE_V64QI_V64QI_V64QI_DI): Ditto.
14526 (V32QI_FTYPE_V32QI_V32QI_V32QI_SI): Ditto.
14527 (V8HI_FTYPE_V8HI_V8HI_V8HI_QI): Ditto.
14528 (V4SF_FTYPE_V4SF_V4SF_QI): Ditto.
14529 (V4SF_FTYPE_V4SI_V4SF_QI): Ditto.
14530 (V8SF_FTYPE_V8SF_V8SF_QI): Ditto.
14531 (V8SF_FTYPE_V8SI_V8SF_QI): Ditto.
14532 (V16SF_FTYPE_V16SF_V16SF_HI): Ditto.
14533 (V4SI_FTYPE_V16QI_V4SI_QI): Ditto.
14534 (V4SI_FTYPE_V8HI_V4SI_QI): Ditto.
14535 (V8SI_FTYPE_V8SI_V8SI_QI): Ditto.
14536 (V8SI_FTYPE_V8HI_V8SI_QI): Ditto.
14537 (V8SI_FTYPE_V16QI_V8SI_QI): Ditto.
14538 (V4SI_FTYPE_V4SI_V4SI_V4SI_QI): Ditto.
14539 (V4SI_FTYPE_V4SI_V4SI_INT_V4SI_QI): Ditto.
14540 (V8SF_FTYPE_V8SF_V8SF_V8SF_QI): Ditto.
14541 (V8SF_FTYPE_V8SI_V8SF_V8SF_QI): Ditto.
14542 (V8SF_FTYPE_V8SF_V8SI_V8SF_QI): Ditto.
14543 (V8SI_FTYPE_V8SI_V8SI_V8SI_QI): Ditto.
14544 (V8SI_FTYPE_V8SI_V8SI_INT_V8SI_QI): Ditto.
14545 (V16SF_FTYPE_V16SF_V16SF_V16SF_HI): Ditto.
14546 (V16SF_FTYPE_V16SI_V16SF_V16SF_HI): Ditto.
14547 (V16SF_FTYPE_V16SF_V16SI_V16SF_HI): Ditto.
14548 (V16SF_FTYPE_V8SF_V16SF_HI): Ditto.
14549 (V16SF_FTYPE_V4SF_V16SF_HI): Ditto.
14550 (V8DF_FTYPE_V4DF_V8DF_QI): Ditto.
14551 (V8DF_FTYPE_V2DF_V8DF_QI): Ditto.
14552 (V16SI_FTYPE_V8SI_V16SI_HI): Ditto.
14553 (V16SI_FTYPE_V4SI_V16SI_HI): Ditto.
14554 (V16SI_FTYPE_SI_V16SI_HI): Ditto.
14555 (V16SI_FTYPE_V16HI_V16SI_HI): Ditto.
14556 (V16SI_FTYPE_V16QI_V16SI_HI): Ditto.
14557 (V8DI_FTYPE_V4DI_V8DI_QI): Ditto.
14558 (V4SI_FTYPE_V4DF_V4SI_QI): Ditto.
14559 (V8DI_FTYPE_V2DI_V8DI_QI): Ditto.
14560 (V8DI_FTYPE_DI_V8DI_QI): Ditto.
14561 (V16QI_FTYPE_V16SI_V16QI_HI): Ditto.
14562 (V16QI_FTYPE_V8DI_V16QI_QI): Ditto.
14563 (V32HI_FTYPE_V32HI_V32HI_SI): Ditto.
14564 (V32HI_FTYPE_V32QI_V32HI_SI): Ditto.
14565 (V16HI_FTYPE_V16HI_V16HI_HI): Ditto.
14566 (V16HI_FTYPE_V16QI_V16HI_HI): Ditto.
14567 (V8HI_FTYPE_V16QI_V8HI_QI): Ditto.
14568 (V8SF_FTYPE_V4SF_V8SF_QI): Ditto.
14569 (V4DF_FTYPE_V2DF_V4DF_QI): Ditto.
14570 (V8SI_FTYPE_V4SI_V8SI_QI): Ditto.
14571 (V8SI_FTYPE_SI_V8SI_QI): Ditto.
14572 (V4SI_FTYPE_V4SI_V4SI_QI): Ditto.
14573 (V4SI_FTYPE_SI_V4SI_QI): Ditto.
14574 (V4DI_FTYPE_V2DI_V4DI_QI): Ditto.
14575 (V4DI_FTYPE_DI_V4DI_QI): Ditto.
14576 (V2DI_FTYPE_V2DI_V2DI_QI): Ditto.
14577 (V2DI_FTYPE_DI_V2DI_QI): Ditto.
14578 (V64QI_FTYPE_V64QI_V64QI_DI): Ditto.
14579 (V64QI_FTYPE_V16QI_V64QI_DI): Ditto.
14580 (V64QI_FTYPE_QI_V64QI_DI): Ditto.
14581 (V32QI_FTYPE_V32QI_V32QI_SI): Ditto.
14582 (V32QI_FTYPE_V16QI_V32QI_SI): Ditto.
14583 (V32QI_FTYPE_QI_V32QI_SI): Ditto.
14584 (V16QI_FTYPE_V16QI_V16QI_HI): Ditto.
14585 (V16QI_FTYPE_QI_V16QI_HI): Ditto.
14586 (V32HI_FTYPE_V8HI_V32HI_SI): Ditto.
14587 (V32HI_FTYPE_HI_V32HI_SI): Ditto.
14588 (V16HI_FTYPE_V8HI_V16HI_HI): Ditto.
14589 (V16HI_FTYPE_HI_V16HI_HI): Ditto.
14590 (V8HI_FTYPE_V8HI_V8HI_QI): Ditto.
14591 (V8HI_FTYPE_HI_V8HI_QI): Ditto.
14592 (V64QI_FTYPE_PCV64QI_V64QI_DI): Ditto.
14593 (V32HI_FTYPE_PCV32HI_V32HI_SI): Ditto.
14594 (V32QI_FTYPE_PCV32QI_V32QI_SI): Ditto.
14595 (V16SF_FTYPE_PCV16SF_V16SF_HI): Ditto.
14596 (V8DF_FTYPE_PCV8DF_V8DF_QI): Ditto.
14597 (V16SI_FTYPE_PCV16SI_V16SI_HI): Ditto.
14598 (V16HI_FTYPE_PCV16HI_V16HI_HI): Ditto.
14599 (V16QI_FTYPE_PCV16QI_V16QI_HI): Ditto.
14600 (V8SF_FTYPE_PCV8SF_V8SF_QI): Ditto.
14601 (V8DI_FTYPE_PCV8DI_V8DI_QI): Ditto.
14602 (V8SI_FTYPE_PCV8SI_V8SI_QI): Ditto.
14603 (V8HI_FTYPE_PCV8HI_V8HI_QI): Ditto.
14604 (V4DF_FTYPE_PCV4DF_V4DF_QI): Ditto.
14605 (V4SF_FTYPE_PCV4SF_V4SF_QI): Ditto.
14606 (V4DI_FTYPE_PCV4DI_V4DI_QI): Ditto.
14607 (V4SI_FTYPE_PCV4SI_V4SI_QI): Ditto.
14608 (V2DF_FTYPE_PCV2DF_V2DF_QI): Ditto.
14609 (V2DI_FTYPE_PCV2DI_V2DI_QI): Ditto.
14610 (V16HI_FTYPE_V16SI_V16HI_HI): Ditto.
14611 (V8SI_FTYPE_V8DI_V8SI_QI): Ditto.
14612 (V8HI_FTYPE_V8DI_V8HI_QI): Ditto.
14613 (V16QI_FTYPE_V8HI_V16QI_QI): Ditto.
14614 (V16QI_FTYPE_V16HI_V16QI_HI): Ditto.
14615 (V16QI_FTYPE_V4SI_V16QI_QI): Ditto.
14616 (V16QI_FTYPE_V8SI_V16QI_QI): Ditto.
14617 (V8HI_FTYPE_V4SI_V8HI_QI): Ditto.
14618 (V8HI_FTYPE_V8SI_V8HI_QI): Ditto.
14619 (V16QI_FTYPE_V2DI_V16QI_QI): Ditto.
14620 (V16QI_FTYPE_V4DI_V16QI_QI): Ditto.
14621 (V8HI_FTYPE_V2DI_V8HI_QI): Ditto.
14622 (V8HI_FTYPE_V4DI_V8HI_QI): Ditto.
14623 (V4SI_FTYPE_V2DI_V4SI_QI): Ditto.
14624 (V4SI_FTYPE_V4DI_V4SI_QI): Ditto.
14625 (V32QI_FTYPE_V32HI_V32QI_SI): Ditto.
14626 (V2DF_FTYPE_V2DF_INT_V2DF_QI): Ditto.
14627 (V4DF_FTYPE_V4DF_INT_V4DF_QI): Ditto.
14628 (V4SF_FTYPE_V4SF_INT_V4SF_QI): Ditto.
14629 (V8SF_FTYPE_V8SF_INT_V8SF_QI): Ditto.
14630 (V4DF_FTYPE_V4DF_V4DF_INT_V4DF_QI): Ditto.
14631 (V2DF_FTYPE_V2DF_V2DF_INT_V2DF_QI): Ditto.
14632 (V8SF_FTYPE_V8SF_V8SF_INT_V8SF_QI): Ditto.
14633 (V4SF_FTYPE_V4SF_V4SF_INT_V4SF_QI): Ditto.
14634 (VOID_FTYPE_PV8DF_V8DF_QI): Ditto.
14635 (VOID_FTYPE_PV8SI_V8DI_QI): Ditto.
14636 (VOID_FTYPE_PV8HI_V8DI_QI): Ditto.
14637 (VOID_FTYPE_PV8HI_V4DI_QI): Ditto.
14638 (VOID_FTYPE_PV8HI_V2DI_QI): Ditto.
14639 (VOID_FTYPE_PV4SI_V4DI_QI): Ditto.
14640 (VOID_FTYPE_PV4SI_V2DI_QI): Ditto.
14641 (VOID_FTYPE_PV8HI_V8SI_QI): Ditto.
14642 (VOID_FTYPE_PV8HI_V4SI_QI): Ditto.
14643 (VOID_FTYPE_PV4DF_V4DF_QI): Ditto.
14644 (VOID_FTYPE_PV2DF_V2DF_QI): Ditto.
14645 (VOID_FTYPE_PV16SF_V16SF_HI): Ditto.
14646 (VOID_FTYPE_PV8SF_V8SF_QI): Ditto.
14647 (VOID_FTYPE_PV4SF_V4SF_QI): Ditto.
14648 (VOID_FTYPE_PV8DI_V8DI_QI): Ditto.
14649 (VOID_FTYPE_PV4DI_V4DI_QI): Ditto.
14650 (VOID_FTYPE_PV2DI_V2DI_QI): Ditto.
14651 (VOID_FTYPE_PV16SI_V16SI_HI): Ditto.
14652 (VOID_FTYPE_PV16HI_V16SI_HI): Ditto.
14653 (VOID_FTYPE_PV16QI_V16SI_HI): Ditto.
14654 (VOID_FTYPE_PV16QI_V8SI_QI): Ditto.
14655 (VOID_FTYPE_PV16QI_V4SI_QI): Ditto.
14656 (VOID_FTYPE_PV16QI_V8DI_QI): Ditto.
14657 (VOID_FTYPE_PV16QI_V4DI_QI): Ditto.
14658 (VOID_FTYPE_PV16QI_V2DI_QI): Ditto.
14659 (VOID_FTYPE_PV8SI_V8SI_QI): Ditto.
14660 (VOID_FTYPE_PV4SI_V4SI_QI): Ditto.
14661 (VOID_FTYPE_PV32HI_V32HI_SI): Ditto.
14662 (VOID_FTYPE_PV16HI_V16HI_HI): Ditto.
14663 (VOID_FTYPE_PV8HI_V8HI_QI): Ditto.
14664 (VOID_FTYPE_PV64QI_V64QI_DI): Ditto.
14665 (VOID_FTYPE_PV32QI_V32QI_SI): Ditto.
14666 (VOID_FTYPE_PV16QI_V16QI_HI): Ditto.
14667 (V8DI_FTYPE_V8DI_V8DI_V8DI_INT_QI): Ditto.
14668 (V8SI_FTYPE_V8SF_V8SI_QI): Ditto.
14669 (V4SI_FTYPE_V4SF_V4SI_QI): Ditto.
14670 (V4DI_FTYPE_V4SF_V4DI_QI): Ditto.
14671 (V2DI_FTYPE_V4SF_V2DI_QI): Ditto.
14672 (V4SF_FTYPE_V4DI_V4SF_QI): Ditto.
14673 (V4SF_FTYPE_V2DI_V4SF_QI): Ditto.
14674 (V4DF_FTYPE_V4DI_V4DF_QI): Ditto.
14675 (V2DF_FTYPE_V2DI_V2DF_QI): Ditto.
14676 (V32HI_FTYPE_V32HI_INT_V32HI_SI): Ditto.
14677 (V32HI_FTYPE_V32HI_V8HI_V32HI_SI): Ditto.
14678 (V16HI_FTYPE_V16HI_INT_V16HI_HI): Ditto.
14679 (V16HI_FTYPE_V16HI_V8HI_V16HI_HI): Ditto.
14680 (V8HI_FTYPE_V8HI_INT_V8HI_QI): Ditto.
14681 (V32HI_FTYPE_V64QI_V64QI_INT_V32HI_SI): Ditto.
14682 (V16HI_FTYPE_V32QI_V32QI_INT_V16HI_HI): Ditto.
14683 (V8HI_FTYPE_V16QI_V16QI_INT_V8HI_QI): Ditto.
14684 (V64QI_FTYPE_V32HI_V32HI_V64QI_DI): Ditto.
14685 (V32QI_FTYPE_V16HI_V16HI_V32QI_SI): Ditto.
14686 (V16QI_FTYPE_V8HI_V8HI_V16QI_HI): Ditto.
14687 (V32HI_FTYPE_V16SI_V16SI_V32HI_SI): Ditto.
14688 (V16HI_FTYPE_V8SI_V8SI_V16HI_HI): Ditto.
14689 (V8HI_FTYPE_V4SI_V4SI_V8HI_QI): Ditto.
14690 (V8DI_FTYPE_V16SI_V16SI_V8DI_QI): Ditto.
14691 (V4DI_FTYPE_V8SI_V8SI_V4DI_QI): Ditto.
14692 (V2DI_FTYPE_V4SI_V4SI_V2DI_QI): Ditto.
14693 (V16SI_FTYPE_V16SI_V16SI_V16SI_INT_HI): Ditto.
14694 (V8SI_FTYPE_V8SI_V8SI_V8SI_INT_QI): Ditto.
14695 (V4DI_FTYPE_V4DI_V4DI_V4DI_INT_QI): Ditto.
14696 (V4SI_FTYPE_V4SI_V4SI_V4SI_INT_QI): Ditto.
14697 (V2DI_FTYPE_V2DI_V2DI_V2DI_INT_QI): Ditto.
14698 (V8SI_FTYPE_V8SI_V4SI_V8SI_QI): Ditto.
14699 (V4DI_FTYPE_V4DI_V2DI_V4DI_QI): Ditto.
14700 (QI_FTYPE_V4DF_V4DF_INT_QI): Ditto.
14701 (QI_FTYPE_V8SF_V8SF_INT_QI): Ditto.
14702 (QI_FTYPE_V8DF_INT_QI): Ditto.
14703 (QI_FTYPE_V4DF_INT_QI): Ditto.
14704 (QI_FTYPE_V2DF_INT_QI): Ditto.
14705 (HI_FTYPE_V16SF_INT_HI): Ditto.
14706 (QI_FTYPE_V8SF_INT_QI): Ditto.
14707 (QI_FTYPE_V4SF_INT_QI): Ditto.
14708 (V8DF_FTYPE_V8DF_V8DF_V8DF_QI_INT): Ditto.
14709
14710 2015-07-31 Richard Biener <rguenther@suse.de>
14711
14712 * gimple-fold.c (fold_gimple_assign): Remove folding of
14713 GIMPLE_BINARY_RHS.
14714
14715 2015-07-31 Tom de Vries <tom@codesourcery.com>
14716
14717 PR tree-optimization/66846
14718 * omp-low.c (expand_omp_taskreg) [ENABLE_CHECKING]: Call
14719 verify_loop_structure for child_cfun if !LOOPS_NEED_FIXUP.
14720 (expand_omp_target) [ENABLE_CHECKING]: Same.
14721 (execute_expand_omp) [ENABLE_CHECKING]: Call verify_loop_structure for
14722 cfun if !LOOPS_NEED_FIXUP.
14723 (expand_omp_for_static_nochunk): Handle simple latch bb. Handle case
14724 that omp_for already has its own loop struct.
14725 * tree-parloops.c (create_phi_for_local_result)
14726 (create_call_for_reduction): Handle simple latch bb.
14727 (create_parallel_loop): Add simple latch bb to preserve
14728 LOOPS_HAVE_SIMPLE_LATCHES. Record new exit. Handle simple latch bb.
14729 (gen_parallel_loop): Remove call to cancel_loop_tree.
14730 (parallelize_loops): Skip loops that are inner loops of parallelized
14731 loops.
14732 (pass_parallelize_loops::execute) [ENABLE_CHECKING]: Call
14733 verify_loop_structure.
14734
14735 2015-07-30 Anatoly Sokolov <aesok@post.ru>
14736
14737 * config/v850/v850.h (LIBCALL_VALUE): Remove macros.
14738 * config/v850/v850.md (RV_REGNUM): New constants.
14739 * config/v850/v850.c (v850_libcall_value): New functions.
14740 (v850_function_value_regno_p, v850_function_value): Use RV_REGNUM.
14741 (TARGET_LIBCALL_VALUE): Define.
14742
14743 2015-07-30 Anatoly Sokolov <aesok@post.ru>
14744
14745 * rtl.h (lowpart_subreg): Move in file.
14746 * loop-iv.c (lowpart_subreg): Move to...
14747 * simplify-rtx.c (lowpart_subreg): ...here.
14748 (simplify_binary_operation_1): Use lowpart_subreg instead of
14749 simplify_gen_subreg.
14750 * expr.c (expand_expr_real_2): Ditto.
14751 * emit-rtl.c (gen_lowpart_common): Ditto.
14752 * combine.c (gen_lowpart_for_combine): Ditto.
14753 * cfgexpand.c (convert_debug_memory_address, expand_debug_expr,
14754 expand_debug_source_expr): Ditto.
14755
14756 2015-07-30 Richard Sandiford <richard.sandiford@arm.com>
14757
14758 * builtins.c (HAVE_atomic_clear, gen_atomic_clear): Delete.
14759 (expand_builtin_atomic_clear): Remove support for atomic_clear
14760 pattern.
14761
14762 2015-07-30 Richard Biener <rguenther@suse.de>
14763
14764 * gimple-fold.c (fold_gimple_assign): Only fold !tcc_comparison
14765 binaries. Move X == 0, X == 1, X != 0, and X != 1 canonicalization ...
14766 (fold_stmt_1): ... here and work on GIMPLE directly. Remove
14767 redundant operand canonicalization.
14768
14769 2015-07-30 David Sherwood <david.sherwood@arm.com>
14770
14771 * config/aarch64/aarch64-simd.md (aarch64_ext<mode>): Replace call to
14772 GET_MODE_SIZE (GET_MODE_INNER (m)) with GET_MODE_UNIT_SIZE (m).
14773 * config/aarch64/aarch64.c (aarch64_simd_valid_immediate): Likewise.
14774 * config/arm/arm.c (neon_valid_immediate): Likewise.
14775 * config/i386/i386.c (classify_argument, ix86_expand_int_vcond)
14776 (expand_vec_perm_blend, expand_vec_perm_pshufb): Likewise.
14777 (expand_vec_perm_pshufb2, expand_vec_perm_vpshufb2_vpermq): Likewise.
14778 (expand_vec_perm_vpshufb2_vpermq): Likewise.
14779 (expand_vec_perm_vpshufb2_vpermq_even_odd): Likewise.
14780 (expand_vec_perm_vpshufb4_vpermq2): Likewise.
14781 * config/i386/sse.md
14782 (<extract_type>_vinsert<shuffletype><extract_suf>_mask): Likewise.
14783 (*ssse3_palignr<mode>_perm): Likewise.
14784 * config/rs6000/rs6000.c (rs6000_complex_function_value): Likewise.
14785 * config/spu/spu.c (arith_immediate_p): Likewise.
14786 * simplify-rtx.c (simplify_const_unary_operation): Likewise.
14787 (simplify_binary_operation_1, simplify_ternary_operation): Likewise.
14788
14789 2015-07-30 Richard Biener <rguenther@suse.de>
14790
14791 * genmatch.c (decision_tree::gen_gimple): Merge with ...
14792 (decision_tree::gen_generic): ... this into ...
14793 (decision_tree::gen): ... this.
14794 (main): Adjust callers.
14795
14796 2015-07-30 Richard Biener <rguenther@suse.de>
14797
14798 * genmatch.c (verbose): New global.
14799 (warning_at): Add overload with source_location.
14800 (capture_info::capture_info): Add bool whether generating gimple
14801 or generic. Add gimple member.
14802 (capture_info::cinfo): Add capture member.
14803 (capture_info::walk_match): Record capture. Warn on
14804 non-captured leafs.
14805 (capture_info::walk_c_expr): Add more fragments captures cannot
14806 escape through. Warn on escaped captures.
14807 (dt_simplify::gen_1): Warn on operands we force to have no
14808 side-effects.
14809 (main): Initialize verbose.
14810 * match.pd: Add integer_nonzerop and HONOR_NANS predicates.
14811
14812 2015-07-30 Richard Biener <rguenther@suse.de>
14813
14814 PR middle-end/67053
14815 * match.pd: Allow both operands to independently have conversion
14816 when simplifying compares of addresses.
14817
14818 2015-07-29 Segher Boessenkool <segher@kernel.crashing.org>
14819
14820 PR target/66217
14821 PR target/67045
14822 * config/rs6000/rs6000.md (and<mode>3): Put a CONST_INT_P check
14823 around those cases that need one.
14824
14825 2015-07-29 Aditya Kumar <hiraditya@msn.com>
14826
14827 * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Default to 3.
14828
14829 2015-07-29 H.J. Lu <hongjiu.lu@intel.com>
14830
14831 * config/i386/iamcu.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE):
14832 New. Copied from config/i386/gnu-user.h.
14833 (ASM_COMMENT_START): Likewise.
14834 (DBX_REGISTER_NUMBER): Likewise.
14835
14836 2015-07-29 Richard Biener <rguenther@suse.de>
14837
14838 * gimple-fold.c (fold_gimple_cond): Remove.
14839 (fold_stmt_1): Do not call it.
14840
14841 2015-07-29 Alan Lawrence <alan.lawrence@arm.com>
14842
14843 * config/aarch64/aarch64-builtins.c (aarch64_fp16_type_node): New.
14844 (aarch64_init_builtins): Make aarch64_fp16_type_node, use for __fp16.
14845
14846 * config/aarch64/aarch64-modes.def: Add HFmode.
14847
14848 * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Define
14849 __ARM_FP16_FORMAT_IEEE and __ARM_FP16_ARGS. Set bit 1 of __ARM_FP.
14850
14851 * config/aarch64/aarch64.c (aarch64_init_libfuncs,
14852 aarch64_promoted_type): New.
14853
14854 (aarch64_float_const_representable_p): Disable HFmode.
14855 (aarch64_mangle_type): Mangle half-precision floats to "Dh".
14856 (TARGET_PROMOTED_TYPE): Define to aarch64_promoted_type.
14857 (TARGET_INIT_LIBFUNCS): Define to aarch64_init_libfuncs.
14858
14859 * config/aarch64/aarch64.md (mov<mode>): Include HFmode using GPF_F16.
14860 (movhf_aarch64, extendhfsf2, extendhfdf2, truncsfhf2, truncdfhf2): New.
14861
14862 * config/aarch64/iterators.md (GPF_F16): New.
14863
14864 2015-07-29 Richard Biener <rguenther@suse.de>
14865
14866 * match.pd: Merge address comparison patterns and make them
14867 handle some more cases.
14868
14869 2015-07-29 Richard Biener <rguenther@suse.de>
14870
14871 * genmatch.c (c_expr::gen_transform): Error on unknown captures.
14872 (parser::parse_capture): Add bool argument on whether to reject
14873 unknown captures.
14874 (parser::parse_expr): Adjust.
14875 (parser::parse_op): Likewise.
14876 (parser::parse_pattern): Likewise.
14877
14878 2015-07-29 Richard Biener <rguenther@suse.de>
14879
14880 * gimple-fold.c (has_use_on_stmt): New function.
14881 (replace_stmt_with_simplification): Use it to allow
14882 abnormals originally referenced in the stmt.
14883 (fold_stmt_1): Canonicalize operand order.
14884
14885 2015-07-28 David Sherwood <david.sherwood@arm.com>
14886
14887 * config/arm/arm.c (neon_element_bits, neon_valid_immediate): Call
14888 GET_MODE_INNER unconditionally.
14889 * config/spu/spu.c (arith_immediate_p): Likewise.
14890 * config/i386/i386.c (ix86_build_signbit_mask): Likewise.
14891 * expmed.c (synth_mult): Remove check for VOIDmode result from
14892 GET_MODE_INNER.
14893 (expand_mult_const): Likewise.
14894 * fold-const.c (fold_binary_loc): Replace call to element_precision
14895 with call to GET_MODE_PRECISION.
14896 * genmodes.c (emit_mode_inner_inline): Replace void_mode->name with
14897 m->name.
14898 (emit_mode_inner): Likewise.
14899 * lto-streamer-out.c (lto_write_mode_table): Update GET_MODE_INNER
14900 result check.
14901 * machmode.h (GET_MODE_UNIT_SIZE): Simplify.
14902 (GET_MODE_UNIT_PRECISION): Likewise.
14903 * rtlanal.c (subreg_get_info): Call GET_MODE_INNER unconditionally.
14904 * simplify-rtx.c (simplify_immed_subreg): Likewise.
14905 * stor-layout.c (bitwise_type_for_mode): Update assert.
14906 (element_precision): Remove.
14907
14908 2015-07-28 Richard Sandiford <richard.sandiford@arm.com>
14909
14910 * target-insns.def (reload_load_address): New targetm instruction
14911 pattern.
14912 * reload1.c (gen_reload): Use it instead of HAVE_*/gen_* interface.
14913
14914 2015-07-28 Richard Sandiford <richard.sandiford@arm.com>
14915
14916 * target-insns.def (atomic_test_and_set): New targetm instruction
14917 pattern.
14918 * optabs.c (maybe_emit_atomic_test_and_set): Use it instead of
14919 HAVE_*/gen_* interface.
14920
14921 2015-07-28 Richard Sandiford <richard.sandiford@arm.com>
14922
14923 * target-insns.def (can_extend, ptr_extend): New targetm instruction
14924 patterns.
14925 * optabs.c (can_extend_p): Use them instead of HAVE_*/gen_* interface.
14926 * simplify-rtx.c (simplify_unary_operation_1): Likewise.
14927 * emit-rtl.c (set_reg_attrs_from_value): Likewise.
14928 * rtlanal.c (nonzero_bits1): Likewise.
14929 (num_sign_bit_copies1): Likewise.
14930
14931 2015-07-28 Richard Sandiford <richard.sandiford@arm.com>
14932
14933 * target-insns.def (eh_return): New targetm instruction pattern.
14934 * except.c (expand_eh_return): Use it instead of HAVE_*/gen_*
14935 interface.
14936 * function.c (thread_prologue_and_epilogue_insns): Remove
14937 preprocessor condition.
14938
14939 2015-07-28 Richard Sandiford <richard.sandiford@arm.com>
14940
14941 * target-insns.def (indirect_jump): New targetm instruction pattern.
14942 * optabs.c (emit_indirect_jump): Use it instead of HAVE_*/gen_*
14943 interface.
14944
14945 2015-07-28 Richard Sandiford <richard.sandiford@arm.com>
14946
14947 * config/fr30/fr30.md (indirect_jump): Use pmode_register_operand
14948 instead of nonimmediate_operand. Remove C condiition.
14949
14950 2015-07-28 Richard Biener <rguenther@suse.de>
14951
14952 * match.pd: Add more simplification of address comparisons.
14953
14954 2015-07-28 Richard Biener <rguenther@suse.de>
14955
14956 * match.pd: Re-order two cases in comparison with max/min
14957 value simplification to make it apply for bools.
14958
14959 2015-07-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14960
14961 * config/aarch64/aarch64.c (aarch64_rtx_arith_op_extract_p):
14962 Handle simple SIGN_EXTEND or ZERO_EXTEND.
14963 (aarch64_rtx_costs): Properly strip extend or extract before
14964 passing down to rtx costs again.
14965
14966 2015-07-28 Nick Clifton <nickc@redhat.com>
14967
14968 * config/rl78/rl78.c (rl78_addsi3_internal): New function.
14969 Optimizes the case where -mes0 is active and a constant symbolic
14970 address is used.
14971 * config/rl78/rl78-protos.h: Prototype the new function.
14972 * config/rl78/rl78.md (addsi3_internal_real): Call new function.
14973
14974 2015-07-28 Tom de Vries <tom@codesourcery.com>
14975
14976 * tree-parloops.c (reduc_stmt_res): New function.
14977 (initialize_reductions, add_field_for_reduction)
14978 (create_phi_for_local_result, create_loads_for_reductions)
14979 (create_stores_for_reduction, build_new_reduction): Handle case that
14980 reduc_stmt is a phi.
14981 (gather_scalar_reductions): Allow double_reduc reductions.
14982
14983 2015-07-28 Richard Biener <rguenther@suse.de>
14984
14985 * fold-const.c (fold_comparison): Remove equality folding
14986 of decl addresses ...
14987 * match.pd: ... here and merge with existing pattern.
14988
14989 2015-07-28 Thomas Preud'homme <thomas.preudhomme@arm.com>
14990
14991 PR tree-optimization/66828
14992 * tree-ssa-math-opts.c (perform_symbolic_merge): Change type of inc
14993 from int64_t to uint64_t.
14994
14995 2015-07-28 Dominik Vogt <vogt@linux.vnet.ibm.com>
14996
14997 * opts-common.c (read_cmdline_option): List DriverOnly enum values
14998 as valid only in the error message of the driver, not in the
14999 messages of the language compilers.
15000
15001 2015-07-27 Tom de Vries <tom@codesourcery.com>
15002
15003 * tree-parloops.c (gather_scalar_reductions): Simplify function
15004 structure.
15005
15006 2015-07-27 Marek Polacek <polacek@redhat.com>
15007
15008 * ipa-devirt.c (types_same_for_odr): Fix typo.
15009
15010 2015-07-27 Jason Merrill <jason@redhat.com>
15011
15012 PR debug/66468
15013 * dwarf2out.c (gen_inlined_subroutine_die): Check
15014 cgraph_function_possibly_inlined_p.
15015
15016 2015-07-27 Wilco Dijkstra <wdijkstr@arm.com>
15017
15018 * config/aarch64/aarch64.md (aarch64_lshr_sisd_or_int_<mode>3):
15019 Place integer variant first.
15020 (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
15021
15022 2015-07-27 Alan Lawrence <alan.lawrence@arm.com>
15023
15024 PR/63870
15025 * config/arm/arm-builtins.c (enum arm_builtins):
15026 Add ARM_BUILTIN_NEON_BASE and ARM_BUILTIN_NEON_LANE_CHECK.
15027 (ARM_BUILTIN_NEON_BASE): Rename macro to....
15028 (ARM_BUILTIN_NEON_PATTERN_START): ...this.
15029 (arm_init_neon_builtins): Register __builtin_arm_lane_check.
15030 (arm_expand_neon_builtin): Handle ARM_BUILTIN_NEON_LANE_CHECK.
15031
15032 2015-07-27 Alan Lawrence <alan.lawrence@arm.com>
15033
15034 PR/63870
15035 * config/arm/arm-builtins.c (enum arm_type_qualifiers):
15036 Add qualifier_lane_index.
15037 (arm_binop_imm_qualifiers, BINOP_IMM_QUALIFIERS): New.
15038 (arm_getlane_qualifiers): Use qualifier_lane_index.
15039 (arm_lanemac_qualifiers): Rename to...
15040 (arm_mac_n_qualifiers): ...this.
15041 (LANEMAC_QUALIFIERS): Rename to...
15042 (MAC_N_QUALIFIERS): ...this.
15043 (arm_mac_lane_qualifiers, MAC_LANE_QUALIFIERS): New.
15044 (arm_setlane_qualifiers): Use qualifier_lane_index.
15045 (arm_ternop_imm_qualifiers, TERNOP_IMM_QUALIFIERS): New.
15046 (enum builtin_arg): Add NEON_ARG_LANE_INDEX.
15047 (arm_expand_neon_args): Handle NEON_ARG_LANE_INDEX.
15048 (arm_expand_neon_builtin): Handle qualifier_lane_index.
15049
15050 * config/arm/arm-protos.h (neon_lane_bounds): Add const_tree parameter.
15051 * config/arm/arm.c (bounds_check): Likewise, improve error message.
15052 (neon_lane_bounds, neon_const_bounds): Add arguments to bounds_check.
15053 * config/arm/arm_neon_builtins.def (vshrs_n, vshru_n, vrshrs_n,
15054 vrshru_n, vshrn_n, vrshrn_n, vqshrns_n, vqshrnu_n, vqrshrns_n,
15055 vqrshrnu_n, vqshrun_n, vqrshrun_n, vshl_n, vqshl_s_n, vqshl_u_n,
15056 vqshlu_n, vshlls_n, vshllu_n): Change qualifiers to BINOP_IMM.
15057 (vsras_n, vsrau_n, vrsras_n, vrsrau_n, vsri_n, vsli_n): Change
15058 qualifiers to TERNOP_IMM.
15059 (vdup_lane): Change qualifiers to GETLANE.
15060 (vmla_lane, vmlals_lane, vmlalu_lane, vqdmlal_lane, vmls_lane,
15061 vmlsls_lane, vmlslu_lane, vqdmlsl_lane): Change qualifiers to MAC_LANE.
15062 (vmla_n, vmlals_n, vmlalu_n, vqdmlal_n, vmls_n, vmlsls_n, vmlslu_n,
15063 vqdmlsl_n): Change qualifiers to MAC_N.
15064
15065 * config/arm/neon.md (neon_vget_lane<mode>, neon_vget_laneu<mode>,
15066 neon_vget_lanedi, neon_vget_lanev2di, neon_vset_lane<mode>,
15067 neon_vset_lanedi, neon_vdup_lane<mode>, neon_vdup_lanedi,
15068 neon_vdup_lanev2di, neon_vmul_lane<mode>, neon_vmul_lane<mode>,
15069 neon_vmull<sup>_lane<mode>, neon_vqdmull_lane<mode>,
15070 neon_vq<r>dmulh_lane<mode>, neon_vq<r>dmulh_lane<mode>,
15071 neon_vmla_lane<mode>, neon_vmla_lane<mode>, neon_vmlal<sup>_lane<mode>,
15072 neon_vqdmlal_lane<mode>, neon_vmls_lane<mode>, neon_vmls_lane<mode>,
15073 neon_vmlsl<sup>_lane<mode>, neon_vqdmlsl_lane<mode>):
15074 Remove call to neon_lane_bounds.
15075
15076 2015-07-27 Wilco Dijkstra <wdijkstr@arm.com>
15077
15078 * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
15079 Place integer variant first.
15080
15081 2015-07-27 Matthew Wahab <matthew.wahab@arm.com>
15082
15083 * config/arm/arm-arches.def: Add "armv6kz". Replace 6ZK with 6KZ
15084 and FL_FOR_ARCH6ZK with FL_FOR_ARCH6KZ.
15085 * config/arm/arm-c.c (arm_cpu_builtins): Emit "__ARM_ARCH_6ZK__"
15086 for armv6kz targets.
15087 * config/arm/arm-cores.def: Replace 6ZK with 6KZ.
15088 * config/arm/arm-protos.h (FL_ARCH6KZ): New.
15089 (FL_FOR_ARCH6ZK): Remove.
15090 (FL_FOR_ARCH6KZ): New.
15091 (arm_arch6zk): New declaration.
15092 * config/arm/arm-tables.opt: Regenerate.
15093 * config/arm/arm.c (arm_arch6kz): New.
15094 (arm_option_override): Set arm_arch6kz.
15095 * config/arm/arm.h (BASE_ARCH_6ZK): Rename to BASE_ARCH_6KZ.
15096 * config/arm/driver-arm.c: Add comment to "armv6zk" entry.
15097 * doc/invoke.texi: Replace "armv6zk" with "armv6kz".
15098
15099 2015-07-27 Marek Polacek <polacek@redhat.com>
15100
15101 PR c++/66555
15102 PR c/54979
15103 * doc/invoke.texi: Document -Wtautological-compare.
15104
15105 2015-07-27 Richard Biener <rguenther@suse.de>
15106
15107 * genmatch.c (decision_tree::gen_gimple): Split out large
15108 subtrees into separate functions.
15109 (decision_tree::gen_generic): Likewise.
15110
15111 2015-07-26 Uros Bizjak <ubizjak@gmail.com>
15112
15113 * config/alpha/alpha.c: Use SUBREG_P predicate.
15114 * config/alpha/predicates.md: Ditto.
15115
15116 2015-07-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
15117
15118 * config.host (s390*-*-*): Include driver-native.c only when
15119 building with s390* as host *and* target.
15120
15121 2015-07-25 Oleg Endo <olegendo@gcc.gnu.org>
15122
15123 PR target/66930
15124 * config/sh/sh.c (sh_split_movrt_negc_to_movt_xor): Add missing
15125 T bit register modified_between_p check.
15126
15127 2015-07-25 Uros Bizjak <ubizjak@gmail.com>
15128
15129 * config/i386/i386.c: Use SUBREG_P predicate.
15130 * config/i386/i386.md: Ditto.
15131 * config/i386/sse.md: Ditto.
15132 * config/i386/predicates.md: Ditto.
15133
15134 2015-07-25 Uros Bizjak <ubizjak@gmail.com>
15135
15136 PR target/67004
15137 * config/i386/i386.h (ADJUST_INSN_LENGTH): Use NONDEBUG_INSN_P (INSN)
15138 predicate and INSN_CODE (INSN) >= 0 to check for valid instruction.
15139
15140 2015-07-25 Sebastian Pop <s.pop@samsung.com>
15141
15142 * Makefile.in: Remove use of TREEBROWSER.
15143 * config.in: Regenerated.
15144 * configure: Regenerated.
15145 * configure.ac: Remove definition of TREEBROWSER.
15146 * tree-browser.c: Removed.
15147 * tree-browser.def: Removed.
15148
15149 2015-07-25 Sebastian Pop <s.pop@samsung.com>
15150
15151 * graphite-scop-detection.c: Include gimple-pretty-print.h.
15152 (stmt_simple_for_scop_p): Print when a stmt is not handled in
15153 Graphite.
15154 (scopdet_basic_block_info): Print when a loop or bb cannot be
15155 represented in Graphite.
15156
15157 2015-07-25 Uros Bizjak <ubizjak@gmail.com>
15158
15159 PR target/66648
15160 * config/i386/i386.c (ix86_expand_set_or_movmem): Emit main loop
15161 execution guard when min_size is less than size_needed.
15162
15163 2015-07-25 Sebastian Pop <s.pop@samsung.com>
15164
15165 * doc/install.texi: Document supported versions of ISL.
15166
15167 2015-07-25 Jeff Law <law@redhat.com>
15168
15169 Revert:
15170 PR lto/66752
15171 * tree-ssa-threadedge.c (simplify_conrol_stmt_condition): If we are
15172 unable to find X NE 0 in the tables, return X as the simplified
15173 condition.
15174 (fsm_find_control_statement_thread_paths): If nodes in NEXT_PATH are
15175 in VISISTED_BBS, then return failure. Else add nodes from NEXT_PATH
15176 to VISISTED_BBS. */
15177 * tree-ssa-threadupdate.c (duplicate_thread_path): Fix up edge flags
15178 after removing the control flow statement and unnecessary edges.
15179
15180 2015-07-25 David Edelsohn <dje.gcc@gmail.com>
15181
15182 Revert:
15183 2015-07-23 Alexandre Oliva <aoliva@redhat.com>
15184
15185 PR rtl-optimization/64164
15186 * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
15187 * tree-ssa-copyrename.c: Removed.
15188 * opts.c (default_options_table): Drop -ftree-copyrename. Add
15189 -ftree-coalesce-vars.
15190 * passes.def: Drop all occurrences of pass_rename_ssa_copies.
15191 * common.opt (ftree-copyrename): Ignore.
15192 (ftree-coalesce-inlined-vars): Likewise.
15193 * doc/invoke.texi: Remove the ignored options above.
15194 * gimple-expr.h (gimple_can_coalesce_p): Move declaration
15195 * tree-ssa-coalesce.h: ... here.
15196 * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
15197 headers required by it.
15198 * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
15199 across variables when flag_tree_coalesce_vars. Check register
15200 use and promoted modes to allow coalescing. Moved to
15201 tree-ssa-coalesce.c.
15202 * tree-ssa-live.c (struct tree_int_map_hasher): Move along
15203 with its member functions to tree-ssa-coalesce.c.
15204 (var_map_base_init): Likewise. Renamed to
15205 compute_samebase_partition_bases.
15206 (partition_view_normal): Drop want_bases parameter.
15207 (partition_view_bitmap): Likewise.
15208 * tree-ssa-live.h: Adjust declarations.
15209 * tree-ssa-coalesce.c: Include explow.h.
15210 (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
15211 default defs at the entry point.
15212 (dump_part_var_map): New.
15213 (compute_optimized_partition_bases): New, called by...
15214 (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
15215 of compute_samebase_partition_bases. Adjust.
15216 * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
15217 * cfgexpand.c (leader_merge): New.
15218 (get_rtl_for_parm_ssa_default_def): New.
15219 (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
15220 vars. Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
15221 (expand_one_stack_var_at): Handle anonymous SSA_NAMEs. Drop
15222 redundant MEM attr setting.
15223 (expand_one_stack_var_1): Handle anonymous SSA_NAMEs. Renamed
15224 from...
15225 (expand_one_stack_var): ... this. New wrapper to check and
15226 skip already expanded SSA partitions.
15227 (record_alignment_for_reg_var): New, factored out of...
15228 (expand_one_var): ... this.
15229 (expand_one_ssa_partition): New.
15230 (adjust_one_expanded_partition_var): New.
15231 (expand_one_register_var): Check and skip already expanded SSA
15232 partitions.
15233 (expand_used_vars): Don't create DECLs for anonymous SSA
15234 names. Expand all SSA partitions, then adjust all SSA names.
15235 (pass::execute): Replace the loops that set
15236 SA.partition_to_pseudo from partition leaders and cleared
15237 DECL_RTL for multi-location variables, and that which used to
15238 rename vars and set attrs, with one that clears DECL_RTL and
15239 checks that PARMs and RESULTs default_defs match DECL_RTL.
15240 * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
15241 * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
15242 * explow.c (promote_ssa_mode): New.
15243 * explow.h (promote_ssa_mode): Declare.
15244 * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
15245 * function.c: Include cfgexpand.h.
15246 (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
15247 (use_register_for_parm_decl): Wrapper for the above to
15248 special-case the result_ptr.
15249 (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
15250 (split_complex_args): Take assign_parm_data_all argument.
15251 Pass it to rtl_for_parm. Set up rtl and context for split
15252 args.
15253 (assign_parms_augmented_arg_list): Adjust.
15254 (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
15255 multiple locations. Recognize split complex args.
15256 (assign_parm_adjust_stack_rtl): Add all and parm arguments,
15257 for rtl_for_parm. For SSA-assigned parms, zero stack_parm.
15258 (assign_parm_setup_block): Prefer SSA-assigned location.
15259 (assign_parm_setup_reg): Likewise. Use entry_parm for equiv
15260 if stack_parm is NULL.
15261 (assign_parm_setup_stack): Prefer SSA-assigned location.
15262 (assign_parms): Maybe reset DECL_RTL of params. Adjust stack
15263 rtl before testing for pointer bounds. Special-case result_ptr.
15264 (expand_function_start): Maybe reset DECL_RTL of result.
15265 Prefer SSA-assigned location for result and static chain.
15266 Factor out DECL_RESULT and SET_DECL_RTL.
15267 * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
15268 anonymous SSA names. Use promote_ssa_mode.
15269 (get_temp_reg): Likewise.
15270 (remove_ssa_form): Adjust.
15271 * stor-layout.c (layout_decl): Don't set mem attributes of
15272 non-MEMs.
15273 * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
15274 and get its reg_usage for reg invalidation.
15275 (compute_bb_dataflow): Pass it insn.
15276 (emit_notes_in_bb): Likewise.
15277
15278 2015-07-25 Uros Bizjak <ubizjak@gmail.com>
15279
15280 * config/i386/i386.c (ix86_va_start): Remove
15281 unneeded !TARGET_64BIT check.
15282 (ix86_gimplify_va_arg): Ditto.
15283
15284 2015-07-24 Tom de Vries <tom@codesourcery.com>
15285
15286 * graphite-sese-to-poly.c (build_poly_scop): Always call
15287 rewrite_commutative_reductions_out_of_ssa.
15288
15289 2015-07-24 Tom de Vries <tom@codesourcery.com>
15290
15291 * graphite-sese-to-poly.c (is_reduction_operation_p): Limit
15292 flag_associative_math to FLOAT_TYPE_P. Honour
15293 TYPE_OVERFLOW_WRAPS for INTEGRAL_TYPE_P. Don't allow any other types.
15294
15295 2015-07-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
15296
15297 PR c++/64079
15298 * toplev.c (check_global_declaration): Use DECL_SOURCE_LOCATION
15299 and "%qD" in warning_at instead of "%q+D" in warning.
15300
15301 2015-07-24 Uros Bizjak <ubizjak@gmail.com>
15302
15303 * config/i386/i386.c (ix86_call_abi_override): Call ix86_function_abi.
15304 (ix86_function_abi): Cleanup.
15305
15306 2015-07-24 Michael Darling <darlingm@gmail.com>
15307
15308 PR other/66259
15309 * acinclude.m4: Reflects renaming of configure.in to configure.ac
15310 * configure: Likewise
15311 * configure.ac: Likewise
15312 * doc/install.texi: Likewise
15313 * doc/tm.texi: Likewise
15314 * doc/tm.texi.in: Likewise
15315
15316 2015-07-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15317
15318 * alias.c (nonoverlapping_memrefs_p): Use std::swap instead of
15319 manually swapping values.
15320 * cse.c (fold_rtx): Likewise.
15321 * lra-eliminations.c (form_sum): Likewise.
15322
15323 2015-07-24 Uros Bizjak <ubizjak@gmail.com>
15324
15325 PR target/64003
15326 * config/i386/i386.h (ADJUST_INSN_LENGTH): New define.
15327 * config/i386/i386.md (maybe_prefix_bnd): New attribute.
15328 (*jcc_1, *jcc_2, jump, simple_return_internal)
15329 (simple_return_pop_internal): Set attribute maybe_prefix_bnd.
15330 Set length_nobnd attribute instead of length attribute.
15331 (indirect_jump, *tablejump_1): Set attribute maybe_prefix_bnd.
15332 (length_nobnd): Remove attribute.
15333 (length): Remove length_nobnd processing.
15334
15335 2015-07-24 Nathan Sidwell <nathan@codesourcery.com>
15336
15337 * gimplify.c (omp_default_clause): New function. Reorganize flow
15338 for clarity. Broken out of ...
15339 (omp_notice_variable): ... here.
15340
15341 2015-07-24 Gary Funck <gary@intrepid.com>
15342
15343 PR middle-end/66984
15344 * fold-const.c (fold_binary_loc): Call fold_convert on arguments to
15345 fold_build2 for CEIL_DIV_EXPR and FLOOR_DIV_EXPR optimization.
15346
15347 2015-07-24 Tom de Vries <tom@codesourcery.com>
15348
15349 * tree-parloops.c (gen_parallel_loop): Add debug print for alternative
15350 exit-first loop transform.
15351
15352 2015-07-24 Cesar Philippidis <cesar@codesourcery.com>
15353
15354 PR 66714
15355 * tree-cfg.c (struct replace_decls_d): New struct.
15356 (replace_block_vars_by_duplicates_1): New function.
15357 (replace_block_vars_by_duplicates): Use it to replace the decls
15358 in the value exprs by duplicates.
15359
15360 2015-07-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
15361
15362 * config/aarch64/aarch64-elf-raw.h (LINK_SPEC): Handle -h, -static,
15363 -shared, -symbolic, -rdynamic.
15364
15365 2015-07-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
15366
15367 PR target/65711
15368 * config/aarch64/aarch64-linux.h (LINUX_TARGET_LINK_SPEC): Move
15369 -dynamic-linker within %{!static %{!shared, and -rdynamic within
15370 %{!static.
15371
15372 2015-07-24 Ilya Enkovich <enkovich.gnu@gmail.com>
15373
15374 PR ipa/66566
15375 * ipa-inline-analysis.c (estimate_calls_size_and_time): Check
15376 edge summary is available.
15377
15378 2015-07-24 Richard Biener <rguenther@suse.de>
15379
15380 * genmatch.c (struct dt_node): Add statistic fields.
15381 (dt_node::analyze): New method.
15382 (decision_tree::gen_gimple): Call analyze on the root node
15383 and print statistics to stderr.
15384 (decision_tree::gen_generic): Likewise.
15385
15386 2015-07-24 Richard Biener <rguenther@suse.de>
15387
15388 * fold-const.c (fold_binary_loc): Move simplifying of comparisons
15389 against the highest or lowest possible integer ...
15390 * match.pd: ... as patterns here.
15391
15392 2015-07-24 Richard Biener <rguenther@suse.de>
15393
15394 * genmatch.c (struct capture_info): Add same_as field.
15395 (capture_info::capture_info): Initialize same_as.
15396 (capture_info::walk_match): Compute same_as.
15397 (capture_info::walk_result): Compute stuff for the leader.
15398 (capture_info::walk_c_expr): Likewise.
15399 (dt_simplify::gen_1): Only look at leaders when deciding
15400 to force no side-effects or emit side-effects of omitted operands.
15401
15402 2015-07-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
15403
15404 * config/s390/s390.c (s390_save_gprs_to_fprs): Add CFA_REGISTER
15405 reg note to the GPR -> FPR save instructions.
15406
15407 2015-07-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
15408
15409 * config/s390/s390.c (s390_rtx_costs): Make risbg patterns
15410 cheaper.
15411 (s390_expand_insv): Don't generate risbg pattern for constant zero
15412 sources.
15413 * config/s390/s390.md ("*insv<mode>_zEC12_appendbitsleft")
15414 ("*insv<mode>_z10_appendbitsleft"): New pattern definitions. New
15415 splitters.
15416
15417 2015-07-24 Dominik Vogt <vogt@linux.vnet.ibm.com>
15418
15419 * config/s390/s390.c (s390_reorg): Clean up handling of processors
15420 with
15421 -mtune=
15422 (s390_issue_rate): Likewise.
15423 (s390_sched_reorder): Likewise.
15424 (s390_sched_variable_issue): Likewise.
15425 (s390_loop_unroll_adjust): Likewise.
15426 (s390_option_override): Likewise.
15427
15428 2015-07-24 Dominik Vogt <vogt@linux.vnet.ibm.com>
15429
15430 * config/s390/driver-native.c (s390_host_detect_local_cpu): Handle
15431 processor capabilities with -march=native.
15432 * config/s390/s390.h (MARCH_MTUNE_NATIVE_SPECS): Likewise.
15433 (DRIVER_SELF_SPECS): Likewise. Join specs for 31 and 64 bit.
15434 (S390_TARGET_BITS_STRING): Macro to simplify specs.
15435
15436 2015-07-24 Dominik Vogt <vogt@linux.vnet.ibm.com>
15437
15438 * config/s390/s390.c (s390_issue_rate): Handle
15439 PROCESSOR_2094_Z9_EC.
15440 (s390_option_override): Likewise.
15441 (s390_adjust_priority): Likewise.
15442
15443 2015-07-24 Dominik Vogt <vogt@linux.vnet.ibm.com>
15444
15445 * config/s390/s390.h: S390: Do not define EXTRA_SPEC_FUNCTIONS
15446 when cross compiling.
15447
15448 2015-07-24 Richard Biener <rguenther@suse.de>
15449
15450 * fold-const.c (maybe_canonicalize_comparison_1): Move
15451 A code CST canonicalization ...
15452 * match.pd: ... to a pattern here.
15453
15454 2015-07-24 Jiong Wang <jiong.wang@arm.com>
15455
15456 Revert:
15457 2015-07-22 Jiong Wang <jiong.wang@arm.com>
15458 PR target/63521
15459 * config/aarch64/aarch64.h (REG_ALLOC_ORDER): Define.
15460 (HONOR_REG_ALLOC_ORDER): Define.
15461
15462 2015-07-24 Richard Biener <rguenther@suse.de>
15463
15464 * genmatch.c (add_operator): Allow SSA_NAME as predicate.
15465 * fold-const.c (fold_comparison): Move parameter does not
15466 alias &local simplification ...
15467 * match.pd: ... as a pattern here.
15468
15469 2015-07-24 Richard Biener <rguenther@suse.de>
15470
15471 * gimple-fold.c (replace_stmt_with_simplification): Special-case
15472 valueizing call operands.
15473 * gimple-match-head.c (maybe_push_res_to_seq): Take
15474 number of call arguments from ops array.
15475 (do_valueize): New function.
15476 (gimple_simplify): Return true if valueization changed
15477 any operand even if the result didn't simplify further.
15478
15479 2015-07-24 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
15480
15481 PR middle-end/25530
15482 * match.pd (mult (trunc_div @0 integer_pow2p@1) @1) : New simplifier.
15483
15484 2015-07-24 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
15485
15486 PR middle-end/25529
15487 * match.pd (trunc_div (mult @0 integer_pow2p@1) @1) : New simplifier.
15488
15489 2015-07-23 Kugan Vivekanandarajah <kuganv@linaro.org>
15490
15491 * config/arm/arm.c (arm_emit_movpair): Add REG_EQUAL notes to
15492 instruction.
15493
15494 2015-07-23 Kugan Vivekanandarajah <kuganv@linaro.org>
15495
15496 * cse.c (cse_insn): Fix missing check for STRICT_LOW_PART and minor
15497 clean up.
15498
15499 2015-07-23 Uros Bizjak <ubizjak@gmail.com>
15500
15501 * config/i386/i386.c (ix86_build_builtin_va_list_64): Rename
15502 from ix86_build_builtin_va_list_abi. Handle only 64bit non-MS_ABI
15503 targets here.
15504 (ix86_build_builtin_va_list): Rewrite sysv_va_list_type_node and
15505 ms_va_list_type_node initialization.
15506
15507 2015-07-23 Jeff Law <law@redhat.com>
15508
15509 PR lto/66752
15510 * tree-ssa-threadedge.c (simplify_conrol_stmt_condition): If we are
15511 unable to find X NE 0 in the tables, return X as the simplified
15512 condition.
15513 (fsm_find_control_statement_thread_paths): If nodes in NEXT_PATH are
15514 in VISISTED_BBS, then return failure. Else add nodes from NEXT_PATH
15515 to VISISTED_BBS. */
15516 * tree-ssa-threadupdate.c (duplicate_thread_path): Fix up edge flags
15517 after removing the control flow statement and unnecessary edges.
15518
15519 2015-07-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
15520
15521 * tree-pass.h (get_current_pass_name): Removed.
15522
15523 2015-07-23 Alexandre Oliva <aoliva@redhat.com>
15524
15525 PR rtl-optimization/64164
15526 * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
15527 * tree-ssa-copyrename.c: Removed.
15528 * opts.c (default_options_table): Drop -ftree-copyrename. Add
15529 -ftree-coalesce-vars.
15530 * passes.def: Drop all occurrences of pass_rename_ssa_copies.
15531 * common.opt (ftree-copyrename): Ignore.
15532 (ftree-coalesce-inlined-vars): Likewise.
15533 * doc/invoke.texi: Remove the ignored options above.
15534 * gimple-expr.h (gimple_can_coalesce_p): Move declaration
15535 * tree-ssa-coalesce.h: ... here.
15536 * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
15537 headers required by it.
15538 * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
15539 across variables when flag_tree_coalesce_vars. Check register
15540 use and promoted modes to allow coalescing. Moved to
15541 tree-ssa-coalesce.c.
15542 * tree-ssa-live.c (struct tree_int_map_hasher): Move along
15543 with its member functions to tree-ssa-coalesce.c.
15544 (var_map_base_init): Likewise. Renamed to
15545 compute_samebase_partition_bases.
15546 (partition_view_normal): Drop want_bases parameter.
15547 (partition_view_bitmap): Likewise.
15548 * tree-ssa-live.h: Adjust declarations.
15549 * tree-ssa-coalesce.c: Include explow.h.
15550 (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
15551 default defs at the entry point.
15552 (dump_part_var_map): New.
15553 (compute_optimized_partition_bases): New, called by...
15554 (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
15555 of compute_samebase_partition_bases. Adjust.
15556 * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
15557 * cfgexpand.c (leader_merge): New.
15558 (get_rtl_for_parm_ssa_default_def): New.
15559 (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
15560 vars. Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
15561 (expand_one_stack_var_at): Handle anonymous SSA_NAMEs. Drop
15562 redundant MEM attr setting.
15563 (expand_one_stack_var_1): Handle anonymous SSA_NAMEs. Renamed
15564 from...
15565 (expand_one_stack_var): ... this. New wrapper to check and
15566 skip already expanded SSA partitions.
15567 (record_alignment_for_reg_var): New, factored out of...
15568 (expand_one_var): ... this.
15569 (expand_one_ssa_partition): New.
15570 (adjust_one_expanded_partition_var): New.
15571 (expand_one_register_var): Check and skip already expanded SSA
15572 partitions.
15573 (expand_used_vars): Don't create DECLs for anonymous SSA
15574 names. Expand all SSA partitions, then adjust all SSA names.
15575 (pass::execute): Replace the loops that set
15576 SA.partition_to_pseudo from partition leaders and cleared
15577 DECL_RTL for multi-location variables, and that which used to
15578 rename vars and set attrs, with one that clears DECL_RTL and
15579 checks that PARMs and RESULTs default_defs match DECL_RTL.
15580 * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
15581 * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
15582 * explow.c (promote_ssa_mode): New.
15583 * explow.h (promote_ssa_mode): Declare.
15584 * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
15585 * function.c: Include cfgexpand.h.
15586 (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
15587 (use_register_for_parm_decl): Wrapper for the above to
15588 special-case the result_ptr.
15589 (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
15590 (split_complex_args): Take assign_parm_data_all argument.
15591 Pass it to rtl_for_parm. Set up rtl and context for split
15592 args.
15593 (assign_parms_augmented_arg_list): Adjust.
15594 (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
15595 multiple locations. Recognize split complex args.
15596 (assign_parm_adjust_stack_rtl): Add all and parm arguments,
15597 for rtl_for_parm. For SSA-assigned parms, zero stack_parm.
15598 (assign_parm_setup_block): Prefer SSA-assigned location.
15599 (assign_parm_setup_reg): Likewise. Use entry_parm for equiv
15600 if stack_parm is NULL.
15601 (assign_parm_setup_stack): Prefer SSA-assigned location.
15602 (assign_parms): Maybe reset DECL_RTL of params. Adjust stack
15603 rtl before testing for pointer bounds. Special-case result_ptr.
15604 (expand_function_start): Maybe reset DECL_RTL of result.
15605 Prefer SSA-assigned location for result and static chain.
15606 Factor out DECL_RESULT and SET_DECL_RTL.
15607 * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
15608 anonymous SSA names. Use promote_ssa_mode.
15609 (get_temp_reg): Likewise.
15610 (remove_ssa_form): Adjust.
15611 * stor-layout.c (layout_decl): Don't set mem attributes of
15612 non-MEMs.
15613 * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
15614 and get its reg_usage for reg invalidation.
15615 (compute_bb_dataflow): Pass it insn.
15616 (emit_notes_in_bb): Likewise.
15617
15618 2015-07-23 Segher Boessenkool <segher@kernel.crashing.org>
15619
15620 PR target/66217
15621 * config/rs6000/rs6000-protos.h (rs6000_emit_2insn_and): Change
15622 prototype.
15623 * config/rs6000/rs6000.c (rs6000_emit_dot_insn): New function.
15624 (rs6000_emit_2insn_and): Handle dot forms.
15625 * config/rs6000/rs6000.md (and<mode>3): Adjust.
15626 (*and<mode>3_2insn): Remove TODO. Adjust. Add "type" attr.
15627 (*and<mode>3_2insn_dot, *and<mode>3_2insn_dot2): New.
15628
15629 2015-07-23 Richard Biener <rguenther@suse.de>
15630
15631 * generic-match-head.c: Include cgraph.h.
15632 * gimple-match-head.c: Likewise.
15633 * tree-ssa-sccvn.c (free_scc_vn): Guard against newly created
15634 SSA names.
15635 * fold-const.c (fold_binary_loc): Move &A ==/!= &B simplification...
15636 * match.pd: ...to a pattern here. Add &A ==/!= 0 simplification
15637 pattern.
15638
15639 2015-07-23 Richard Biener <rguenther@suse.de>
15640
15641 * gimple-fold.c (fold_gimple_cond): Do not require folding
15642 results to pass valid_gimple_rhs_p.
15643 * tree-cfg.h (fold_cond_expr_cond): Remove.
15644 * tree-cfg.c (fold_cond_expr_cond): Likewise.
15645 (make_edges): Do not call it.
15646 * tree-inline.c (tree_function_versioning): Likewise.
15647
15648 2015-07-23 Tom de Vries <tom@codesourcery.com>
15649
15650 * tree-parloops.c (gather_scalar_reductions): Add arg to call to
15651 vect_force_simple_reduction.
15652 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Same.
15653 (vect_is_simple_reduction_1): Add and handle
15654 need_wrapping_integral_overflow parameter.
15655 (vect_is_simple_reduction, vect_force_simple_reduction): Add and pass
15656 need_wrapping_integral_overflow parameter.
15657 (vectorizable_reduction): Add arg to call to vect_is_simple_reduction.
15658 * tree-vectorizer.h (vect_force_simple_reduction): Add parameter to
15659 decl.
15660
15661 2015-07-23 Yuri Rumyantsev <ysrumyan@gmail.com>
15662
15663 PR tree-optimization/66926,66951
15664 * tree-vect-loop-manip.c (slpeel_tree_peel_loop_to_edge): Delete
15665 INNER_LOOP and fix up condition for renaming virtual operands.
15666
15667 2015-07-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15668
15669 * combine.c (try_combine): Use std::swap instead of manually
15670 swapping.
15671
15672 2015-07-23 Prachi Godbole <prachi.godbole@imgtec.com>
15673
15674 * config/mips/i6400.md: New file.
15675 * config/mips/mips-cpus.def (mips32r6): Change to PROCESSOR_I6400.
15676 (mips64r6): Likewise.
15677 (i6400): Define.
15678 * config/mips/mips-tables.opt: Regenerate.
15679 * config/mips/mips.c (mips_rtx_cost_data): Add I6400 processor.
15680 (mips_issue_rate): Add support for i6400.
15681 (mips_multipass_dfa_lookahead): Likewise.
15682 * config/mips/mips.h (TUNE_I6400): Define.
15683 * config/mips/mips.md: Include i6400.md.
15684 (processor): Add i6400.
15685 * doc/invoke.texi (-march=@var{arch}): Add i6400.
15686
15687 2015-07-23 Richard Biener <rguenther@suse.de>
15688
15689 PR middle-end/66916
15690 * match.pd: Guard widen and sign-change comparison simplification
15691 with single_use.
15692
15693 2015-07-23 Richard Biener <rguenther@suse.de>
15694
15695 PR tree-optimization/66945
15696 * tree-ssa-propagate.c (substitute_and_fold_dom_walker
15697 ::before_dom_children): Force the propagators idea of
15698 non-executable edges to materialize, not what the folder
15699 chooses.
15700
15701 2015-07-23 Richard Biener <rguenther@suse.de>
15702
15703 * gimple.h (gimple_cond_make_false): Use 0 != 0.
15704 (gimple_cond_make_true): Use 1 != 0.
15705
15706 2015-07-22 DJ Delorie <dj@redhat.com>
15707
15708 * config/msp430/t-msp430 (MULTILIB_DIRNAMES): Remove trailing
15709 slashes.
15710
15711 * config/msp430/msp430.md (ashlhi3): Optimize shifts of subregs.
15712 (ashrhi3): Likewise.
15713 (lshrhi3): Likewise.
15714 (movhi): Take advantage of zero-extend to load small constants.
15715 (movpsi): Likewise.
15716 (and<mode>3): Likewise.
15717 (zero_extendqihi2): Likewise.
15718 (zero_extendqisi2): New.
15719 * config/msp430/constraints.md (N,O): New.
15720 * config/msp430/msp430.h (WORD_REGISTER_OPERATIONS): Define.
15721
15722 2015-07-22 Uros Bizjak <ubizjak@gmail.com>
15723
15724 PR target/66954
15725 * config/i386/i386.c (get_builtin_code_for_version): Add P_AES
15726 to enum feature_priority and feature_list.
15727 (fold_builtin_cpu): Add F_AES to enum processor_features
15728 and isa_names_table.
15729
15730 2015-07-22 Ilya Enkovich <enkovich.gnu@gmail.com>
15731
15732 PR driver/66737
15733 * config/i386/linux-common.h (MPX_SPEC): Use linker option
15734 for 64bit target only.
15735
15736 2015-07-22 Bernd Schmidt <bernds@codesourcery.com>
15737
15738 * config/nvptx/nvptx.c: Expand some comments.
15739
15740 2015-07-22 James Greenhalgh <james.greenhalgh@arm.com>
15741
15742 * config/arm/cortex-a53 (cortex_53_advsimd): Rename to...
15743 (cortex_a53_advsimd): ...This.
15744
15745 2015-07-22 Richard Biener <rguenther@suse.de>
15746
15747 * genmatch.c (expr::gen_transform): Clarify error message
15748 and display location.
15749
15750 2015-07-22 Richard Biener <rguenther@suse.de>
15751
15752 * genmatch.c (struct operand): Add location member.
15753 (predicate, expr, c_expr, capture, if_expr, with_expr): Adjust
15754 constructors.
15755 (struct simplify): Remove match_location and result_location
15756 members.
15757 (elsehwere): Adjust.
15758
15759 2015-07-22 Prachi Godbole <prachi.godbole@imgtec.com>
15760
15761 * config/mips/m5100.md: New file.
15762 * config/mips/mips-cpus.def (m5100, m5101): Define.
15763 * config/mips/mips-tables.opt: Regenerate.
15764 * config/mips/mips.c (mips_rtx_cost_data): Add costs for m5100.
15765 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Map -march=m5100 and
15766 -march=m5101 to -mips32r5.
15767 (MIPS_ARCH_FLOAT_SPEC): Map -m5101 to -msoft-float.
15768 (MIPS_ISA_NAN2008_SPEC): Map -march=m51* to -mnan=2008 if
15769 !-msoft-float.
15770 * config/mips/mips.md: Include m5100.md.
15771 (processor): Add m5100.
15772 * doc/invoke.texi (-march=@var{arch}): Add m5100, m5101.
15773
15774 2015-07-22 Robert Suchanek <robert.suchanek@imgtec.com>
15775
15776 * config/mips/mips-cpus.def (interaptiv): Define.
15777 * config/mips/mips-tables.opt: Regenerate.
15778 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Map -march=interaptiv to
15779 -mips32r2.
15780 (BASE_DRIVER_SELF_SPECS): Likewise but map to -mdsp.
15781 * doc/invoke.texi (-march=@var{arch}): Add interaptiv.
15782
15783 2015-07-22 Jiong Wang <jiong.wang@arm.com>
15784
15785 PR target/63521
15786 * config/aarch64/aarch64.h (REG_ALLOC_ORDER): Define.
15787 (HONOR_REG_ALLOC_ORDER): Define.
15788
15789 2015-07-22 Richard Biener <rguenther@suse.de>
15790
15791 PR tree-optimization/66952
15792 * tree-ssa-ifcombine.c (pass_tree_ifcombine::execute): For
15793 blocks we end up executing unconditionally reset all SSA
15794 info such as range and alignment.
15795 * tree-ssanames.h (reset_flow_sensitive_info): Declare.
15796 * tree-ssanames.c (reset_flow_sensitive_info): New function.
15797
15798 2015-07-22 Charles Baylis <charles.baylis@linaro.org>
15799
15800 * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): Fix
15801 typo in attribute.
15802
15803 2015-07-22 Richard Biener <rguenther@suse.de>
15804
15805 * genmatch.c (parser::parse_result): Properly handle
15806 match with result operands and conditions.
15807
15808 2015-07-22 Charles Baylis <charles.baylis@linaro.org>
15809
15810 PR target/63870
15811 * config/aarch64/aarch64-builtins.c (enum aarch64_type_qualifiers):
15812 Add qualifier_struct_load_store_lane_index.
15813 (aarch64_types_loadstruct_lane_qualifiers): Use
15814 qualifier_struct_load_store_lane_index for lane index argument for
15815 last argument.
15816 (aarch64_types_storestruct_lane_qualifiers): Ditto.
15817 (builtin_simd_arg): Add SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
15818 (aarch64_simd_expand_args): Add new argument describing mode of
15819 builtin. Check lane bounds for arguments with
15820 SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
15821 (aarch64_simd_expand_builtin): Emit error for incorrect lane indices
15822 if marked with SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
15823 (aarch64_simd_expand_builtin): Handle arguments with
15824 qualifier_struct_load_store_lane_index. Pass machine mode of builtin to
15825 aarch64_simd_expand_args.
15826 * config/aarch64/aarch64-simd-builtins.def: Declare ld[234]_lane and
15827 vst[234]_lane with BUILTIN_VALLDIF.
15828 * config/aarch64/aarch64-simd.md:
15829 (aarch64_vec_load_lanesoi_lane<mode>): Use VALLDIF iterator. Perform
15830 endianness reversal on lane index.
15831 (aarch64_vec_load_lanesci_lane<mode>): Ditto.
15832 (aarch64_vec_load_lanesxi_lane<mode>): Ditto.
15833 (vec_store_lanesoi_lane<mode>): Use VALLDIF iterator.
15834 (vec_store_lanesci_lane<mode>): Ditto.
15835 (vec_store_lanesxi_lane<mode>): Ditto.
15836 (aarch64_ld2_lane<mode>): Use VALLDIF iterator. Remove endianness
15837 reversal of lane index.
15838 (aarch64_ld3_lane<mode>): Ditto.
15839 (aarch64_ld4_lane<mode>): Ditto.
15840 (aarch64_st2_lane<mode>): Ditto.
15841 (aarch64_st3_lane<mode>): Ditto.
15842 (aarch64_st4_lane<mode>): Ditto.
15843 * config/aarch64/arm_neon.h (__LD2_LANE_FUNC): Rename mode parameter
15844 to qmode. Add new mode parameter. Update uses.
15845 (__LD3_LANE_FUNC): Ditto.
15846 (__LD4_LANE_FUNC): Ditto.
15847 (__ST2_LANE_FUNC): Ditto.
15848 (__ST3_LANE_FUNC): Ditto.
15849 (__ST4_LANE_FUNC): Ditto.
15850
15851 2015-07-22 Jonathan Wakely <jwakely@redhat.com>
15852
15853 * doc/invoke.texi (Language Independent Options): Rename node to
15854 Diagnostic Message Formatting Options.
15855
15856 2015-07-21 Vladimir Makarov <vmakarov@redhat.com>
15857
15858 PR ipa/66424.
15859 * lra-remat.c (operand_to_remat): Prevent using insns with input
15860 subregs processed separately by IRA.
15861
15862 2015-07-21 Andrew MacLeod <amacleod@redhat.com>
15863
15864 * ssa-iterators.h (has_zero_uses, has_single_use): Implement as
15865 straight loops.
15866 (single_imm_use): Check for iterator node.
15867 (num_imm_uses): Likewise.
15868 * tree-ssa-operands.c (has_zero_uses_1): Delete.
15869 (single_imm_use_1): Check for iterator node.
15870
15871 2015-07-21 Mike Frysinger <vapier@gentoo.org>
15872 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
15873
15874 * configure.ac: Add check for new options in isl-0.15.
15875 * config.in, configure: Rebuilt.
15876 * graphite-blocking.c: Include <isl/constraint.h>
15877 * graphite-interchange.c, graphite-poly.c: Likewise.
15878 * graphhite-scop-detection.c, graphite-sese-to-poly.c: Likewise.
15879 * graphite.c: Likewise.
15880 * graphite-isl-ast-to-gimple.c: Include <isl/constraint.h> and
15881 <isl/union_set.h>.
15882 * graphite-dependences.c: Include <isl/constraint.h>.
15883 (max_number_of_out_dimensions): Returns isl_stat.
15884 (extend_schedule_1): Likewise
15885 (extend_schedule): Corresponding changes.
15886 * graphite-optimize-isl.c: Include <isl/constraint.h> and
15887 <isl/union_set.h>.
15888 (getSingleMap): Change return type of isl_stat.
15889 (optimize_isl): Conditionally use
15890 isl_options_set_schedule_serialize_sccs.
15891 * graphite-poly.h (isl_stat, isl_stat_ok): Define fallbacks
15892 if not HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS.
15893
15894 2015-07-21 Georg-Johann Lay <avr@gjlay.de>
15895
15896 PR target/66956
15897 * config/avr/avr-dimode.md (<extend_u>mulsidi3_insn)
15898 (<extend_u>mulsidi3): Don't use if !AVR_HAVE_MUL.
15899
15900 2015-07-21 Richard Biener <rguenther@suse.de>
15901
15902 PR tree-optimization/66948
15903 * genmatch.c (capture_info::walk_match): Also recurse to
15904 captures. Properly compute expr state from captures of
15905 captures.
15906 * match.pd: Add single-use guards to
15907 (X & C2) >> C1 into (X >> C1) & (C2 >> C1) transform.
15908
15909 2015-07-21 Nathan Sidwell <nathan@codesourcery.com>
15910
15911 * config/nvptx/mkoffload.c (process): Add static destructor call.
15912
15913 2015-07-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15914
15915 PR middle-end/66915
15916 * match.pd (A - B -> A + (-B)): Don't allow folding
15917 when type if a fixed-point type.
15918
15919 2015-07-20 DJ Delorie <dj@redhat.com>
15920
15921 * config/rl78/rl78-real.md (andqi3_real): Expand operands for clr1.
15922 (iorqi3_real): Likewise for set1.
15923
15924 2015-07-20 Uros Bizjak <ubizjak@gmail.com>
15925
15926 * config/i386/i386.c (ix86_md_asm_adjust): Handle DImode dest_mode
15927 for !TARGET_64BIT.
15928
15929 2015-07-20 Aditya Kumar <hiraditya@msn.com>
15930
15931 * graphite-isl-ast-to-gimple.c:
15932 Refactor so that each function can access 'region'. This will help
15933 maintain a parameter rename_map within a region.
15934
15935 2015-07-20 Segher Boessenkool <segher@kernel.crashing.org>
15936
15937 * config/rs6000/rs6000.md (*lt0_disi): New.
15938
15939 2015-07-20 Segher Boessenkool <segher@kernel.crashing.org>
15940
15941 PR target/66217
15942 * config/rs6000/constraints.md ("S", "T", "t"): Delete. Update
15943 "available letters" comment.
15944 * config/rs6000/predicates.md (mask_operand, mask_operand_wrap,
15945 mask64_operand, mask64_2_operand, any_mask_operand, and64_2_operand,
15946 and_2rld_operand): Delete.
15947 (and_operand): Adjust.
15948 (rotate_mask_operator): New.
15949 * config/rs6000/rs6000-protos.h (build_mask64_2_operands,
15950 includes_lshift_p, includes_rshift_p, includes_rldic_lshift_p,
15951 includes_rldicr_lshift_p, insvdi_rshift_rlwimi_p, extract_MB,
15952 extract_ME): Delete.
15953 (rs6000_is_valid_mask, rs6000_is_valid_and_mask,
15954 rs6000_is_valid_shift_mask, rs6000_is_valid_insert_mask,
15955 rs6000_insn_for_and_mask, rs6000_insn_for_shift_mask,
15956 rs6000_insn_for_insert_mask, rs6000_is_valid_2insn_and,
15957 rs6000_emit_2insn_and): New.
15958 * config/rs6000/rs6000.c (num_insns_constant): Adjust.
15959 (build_mask64_2_operands, includes_lshift_p, includes_rshift_p,
15960 includes_rldic_lshift_p, includes_rldicr_lshift_p,
15961 insvdi_rshift_rlwimi_p, extract_MB, extract_ME): Delete.
15962 (rs6000_is_valid_mask, rs6000_is_valid_and_mask,
15963 rs6000_insn_for_and_mask, rs6000_is_valid_shift_mask,
15964 s6000_insn_for_shift_mask, rs6000_is_valid_insert_mask,
15965 rs6000_insn_for_insert_mask, rs6000_is_valid_2insn_and,
15966 rs6000_emit_2insn_and): New.
15967 (print_operand) <'b', 'B', 'm', 'M', 's', 'S', 'W'>: Delete.
15968 (rs6000_rtx_costs) <CONST_INT>: Delete mask_operand and mask64_operand
15969 handling.
15970 <NOT>: Don't fall through to next case.
15971 <AND>: Handle the various rotate-and-mask cases directly.
15972 <IOR>: Always cost as one insn.
15973 * config/rs6000/rs6000.md (splitter for bswap:SI): Adjust.
15974 (and<mode>3): Adjust expander for the new patterns.
15975 (and<mode>3_imm, and<mode>3_imm_dot, and<mode>3_imm_dot2,
15976 and<mode>3_imm_mask_dot, and<mode>3_imm_mask_dot2): Adjust condition.
15977 (*and<mode>3_imm_dot_shifted): New.
15978 (*and<mode>3_mask): Delete, rewrite as ...
15979 (and<mode>3_mask): ... New.
15980 (*and<mode>3_mask_dot, *and<mode>3_mask_dot): Rewrite.
15981 (andsi3_internal0_nomc): Delete.
15982 (*andsi3_internal6): Delete.
15983 (*and<mode>3_2insn): New.
15984 (insv, insvsi_internal, *insvsi_internal1, *insvsi_internal2,
15985 *insvsi_internal3, *insvsi_internal4, *insvsi_internal5,
15986 *insvsi_internal6, insvdi_internal, *insvdi_internal2,
15987 *insvdi_internal3): Delete.
15988 (*rotl<mode>3_mask, *rotl<mode>3_mask_dot, *rotl<mode>3_mask_dot2,
15989 *rotl<mode>3_insert, *rotl<mode>3_insert_2, *rotl<mode>3_insert_3,
15990 *rotl<mode>3_insert_4, two splitters for multi-precision shifts,
15991 *ior<mode>_mask): New.
15992 (extzv, extzvdi_internal, *extzvdi_internal1, *extzvdi_internal2,
15993 *rotlsi3_mask, *rotlsi3_mask_dot, *rotlsi3_mask_dot2,
15994 *ashlsi3_imm_mask, *ashlsi3_imm_mask_dot, *ashlsi3_imm_mask_dot2,
15995 *lshrsi3_imm_mask, *lshrsi3_imm_mask_dot, *lshrsi3_imm_mask_dot2):
15996 Delete.
15997 (ashr<mode>3): Delete expander.
15998 (*ashr<mode>3): Rename to ...
15999 (ashr<mode>3): ... This.
16000 (ashrdi3_no_power, *ashrdisi3_noppc64be): Delete.
16001 (*rotldi3_internal4, *rotldi3_internal5 and split,
16002 *rotldi3_internal6 and split, *ashldi3_internal4, ashldi3_internal5
16003 and split, *ashldi3_internal6 and split, *ashldi3_internal7,
16004 ashldi3_internal8 and split, *ashldi3_internal9 and split): Delete.
16005 (*anddi3_2rld, *anddi3_2rld_dot, *anddi3_2rld_dot2): Delete.
16006 (splitter for loading a mask): Adjust.
16007 * doc/md.texi (Machine Constraints): Remove q, S, T, t constraints.
16008
16009 2015-07-20 Marek Polacek <polacek@redhat.com>
16010
16011 * genemit.c (print_code, gen_exp, gen_insn, gen_expand, gen_split,
16012 output_add_clobbers, output_added_clobbers_hard_reg_p,
16013 gen_rtx_scratch): Remove declarations.
16014
16015 2015-07-20 Marek Polacek <polacek@redhat.com>
16016
16017 PR c++/55095
16018 * doc/invoke.texi: Document -Wshift-overflow and -Wshift-overflow=.
16019
16020 2015-07-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16021
16022 * simplify-rtx.c (simplify_unary_operation_1, NEG case):
16023 (neg (x ? (neg y) : y)) -> !x ? (neg y) : y.
16024
16025 2015-07-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16026
16027 * combine.c (combine_simplify_rtx): Move simplification step
16028 before various transformations/substitutions.
16029
16030 2015-07-20 Mikhail Maltsev <maltsevm@gmail.com>
16031
16032 * wide-int.h (struct binary_traits): Fix partial specialization syntax.
16033 (struct int_traits): Likewise.
16034
16035 2015-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
16036
16037 * vmsdbgout.c (vmsdbgout_decl): Change name of prototyped
16038 function to vmsdbgout_function_decl.
16039
16040 2015-07-18 Uros Bizjak <ubizjak@gmail.com>
16041
16042 PR target/66922
16043 * config/i386/i386.c (ix86_expand_pextr): Reject extractions
16044 from misaligned positions.
16045 (ix86_expand_pinsr): Reject insertions to misaligned positions.
16046
16047 2015-07-18 Sebastian Pop <s.pop@samsung.com>
16048
16049 PR middle-end/46851
16050 PR middle-end/60340
16051 * Makefile.in: Removed omega.o.
16052 * common.opt: Document flag fcheck-data-deps as deprecated.
16053 * doc/invoke.texi: Remove documentation for fcheck-data-deps and
16054 its associated params: omega-max-vars, omega-max-geqs,
16055 omega-max-eqs, omega-max-wild-cards, omega-hash-table-size,
16056 omega-max-keys, omega-eliminate-redundant-constraints.
16057 * doc/loop.texi: Remove all the section on Omega.
16058 * graphite-blocking.c: Include missing params.h: it used to be
16059 included through tree-data-ref.h and omega.h.
16060 * graphite-isl-ast-to-gimple.c: Same.
16061 * graphite-optimize-isl.c: Same.
16062 * graphite-sese-to-poly.c: Same.
16063 * graphite.c: Same.
16064 * omega.c: Remove.
16065 * omega.h: Remove.
16066 * params.def: Removed PARAM_OMEGA_MAX_VARS, PARAM_OMEGA_MAX_GEQS,
16067 PARAM_OMEGA_MAX_EQS, PARAM_OMEGA_MAX_WILD_CARDS,
16068 PARAM_OMEGA_HASH_TABLE_SIZE, PARAM_OMEGA_MAX_KEYS, and
16069 PARAM_OMEGA_ELIMINATE_REDUNDANT_CONSTRAINTS.
16070 * passes.def: Remove pass_check_data_deps.
16071 * tree-data-ref.c (dump_affine_function): Declare DEBUG_FUNCTION.
16072 (dump_conflict_function): Same.
16073 (dump_subscript): Same.
16074 (print_direction_vector): Same.
16075 (print_dir_vectors): Same.
16076 (print_lambda_vector): Same.
16077 (print_dist_vectors): Same.
16078 (dump_data_dependence_relation): Same.
16079 (dump_data_dependence_relations): Same.
16080 (dump_dist_dir_vectors): Same.
16081 (dump_ddrs): Same.
16082 (init_omega_eq_with_af): Removed.
16083 (omega_extract_distance_vectors): Removed.
16084 (omega_setup_subscript): Removed.
16085 (init_omega_for_ddr_1): Removed.
16086 (init_omega_for_ddr): Removed.
16087 (ddr_consistent_p): Removed.
16088 (compute_affine_dependence): Do not use omega to check data
16089 dependences.
16090 (compute_data_dependences_for_bb): Removed.
16091 (analyze_all_data_dependences): Removed.
16092 (tree_check_data_deps): Removed.
16093 * tree-data-ref.h: Do not include omega.h.
16094 (compute_data_dependences_for_bb): Removed.
16095 (tree_check_data_deps): Removed.
16096 * tree-ssa-loop.c (pass_check_data_deps): Removed.
16097 (make_pass_check_data_deps): Removed.
16098 * tree-ssa-phiopt.c: Include params.h.
16099 * tree-vect-data-refs.c: Same.
16100 * tree-vect-slp.c: Same.
16101
16102 2015-07-18 Uros Bizjak <ubizjak@gmail.com>
16103
16104 * config/i386/i386.md (pushsf splitter): Pass curr_insn to
16105 find_constant_src. FAIL if find_constant_src returns NULL_RTX.
16106 (mem->fpreg splitters): Ditto.
16107 (general_operand->nonimmediate_operand splitter): Use explicit modes.
16108 Disable DFmode for TARGET_64BIT.
16109
16110 2015-07-17 H.J. Lu <hongjiu.lu@intel.com>
16111
16112 PR target/66906
16113 * config/i386/i386.c (ix86_expand_prologue): Replicate static
16114 chain on the stack.
16115
16116 2015-07-17 Nathan Sidwell <nathan@codesourcery.com>
16117
16118 * config/nvptx/mkoffload.c (process): Constify host data.
16119 * config/i386/intelmic-mkoffload.c (generate_target_descr_file):
16120 Constify host data.
16121 (generate_host_descr_file): Likewise.
16122
16123 2015-07-17 Aditya Kumar <aditya.k7@samsung.com>
16124 Sebastian Pop <s.pop@samsung.com>
16125
16126 PR middle-end/61929
16127 * graphite-dependences.c (add_pdr_constraints): Renamed
16128 pdr->extent to pdr->subscript_sizes.
16129 * graphite-interchange.c (build_linearized_memory_access): Add
16130 back all gcc_assert's that the "isl_int to isl_val conversion"
16131 patch has removed. Refactored.
16132 (pdr_stride_in_loop): Renamed pdr->extent to pdr->subscript_sizes.
16133 * graphite-poly.c (new_poly_dr): Same.
16134 (free_poly_dr): Same.
16135 * graphite-poly.h (struct poly_dr): Same.
16136 * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Ignore
16137 all data references other than ARRAY_REF, MEM_REF, and COMPONENT_REF.
16138 * graphite-scop-detection.h: Fix space.
16139 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Add
16140 back all gcc_assert's removed by a previous patch.
16141 (wrap): Remove the_isl_ctx global variable that the same patch has
16142 added.
16143 (build_loop_iteration_domains): Same.
16144 (add_param_constraints): Same.
16145 (pdr_add_data_dimensions): Same. Refactored.
16146 (build_poly_dr): Renamed extent to subscript_sizes.
16147
16148 2015-07-17 Marek Polacek <polacek@redhat.com>
16149
16150 * fold-const.c (fold_binary_loc): Move A - (A & B) into ~B & A ...
16151 * match.pd: ... here.
16152
16153 2015-07-17 Nathan Sidwell <nathan@codesourcery.com>
16154
16155 * config/nvptx/mkoffload.c (process): Constify target data.
16156 * config/i386/intelmic-mkoffload.c (generate_target_descr_file):
16157 Constify target data.
16158 (generate_target_offloadend_file): Likewise.
16159
16160 2015-07-17 Yuri Rumyantsev <ysrumyan@gmail.com>
16161
16162 * tree-vect-loop-manip.c (rename_variables_in_bb): Add argument
16163 to allow renaming of PHI arguments on edges incoming from outer
16164 loop header, add corresponding check before start PHI iterator.
16165 (slpeel_tree_duplicate_loop_to_edge_cfg): Introduce new bool
16166 variable DUPLICATE_OUTER_LOOP and set it to true for outer loops
16167 with true force_vectorize. Set-up dominator for outer loop too.
16168 Pass DUPLICATE_OUTER_LOOP as argument to rename_variables_in_bb.
16169 (slpeel_can_duplicate_loop_p): Allow duplicate of outer loop if it
16170 was marked with force_vectorize and has restricted cfg.
16171 (slpeel_tree_peel_loop_to_edge): Do not rename exit PHI uses in
16172 inner loop.
16173 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Do not
16174 do peeling for outer loops.
16175
16176 2015-07-17 Yvan Roux <yvan.roux@linaro.org>
16177 Matthias Klose <doko@ubuntu.com>
16178
16179 * configure.ac: Move AC_ARG_WITH checks for native-system-header-dir,
16180 build-sysroot, sysroot from the `Miscenalleous configure options' to
16181 the `Directories' section and strip trailing `/' from with_sysroot.
16182 (gcc_gxx_include_dir): Don't strip a `/' sysroot value.
16183 * configure: Regenerated.
16184
16185 2015-07-17 Uros Bizjak <ubizjak@gmail.com>
16186
16187 PR target/66824
16188 * config/i386/i386.h (TARGET_HARD_SF_REGS): New define.
16189 (TARGET_HARD_DF_REGS): Ditto.
16190 (TARGET_HARD_XF_REGS): Ditto.
16191 * config/i386/i386.md (*movxf_internal): Add alternatives 9 and 10.
16192 Enable alternatives 9 and 10 only for !TARGET_HARD_XF_REG target.
16193 (*movdf_internal): Add alternatives 22, 23, 24 and 25. Enable
16194 alternatives 22, 23, 24 and 25 only for !TARGET_HARD_DF_REG target.
16195 (*movsf_internal): Add alternatives 16 and 17. Enable
16196 alternatives 16 and 17 only for !TARGET_HARD_SF_REG target.
16197
16198 2015-07-17 Uros Bizjak <ubizjak@gmail.com>
16199
16200 PR rtl-optimization/66891
16201 * calls.c (expand_call): Wrap precompute_register_parameters with
16202 NO_DEFER_POP/OK_DEFER_POP to prevent deferred pops.
16203
16204 2015-07-16 Nathan Sidwell <nathan@codesourcery.com>
16205
16206 * config/nvptx/mkoffload.c (process): Constify mapping variables.
16207 Define target data struct and initialize it.
16208
16209 2015-07-16 Vladimir Makarov <vmakarov@redhat.com>
16210
16211 PR rtl-optimization/66626
16212 * ira.h (emit-rtl.h): Include.
16213 (non_spilled_static_chain_regno_p): New.
16214 * ira-color.c (setup_profitable_hard_regs): Clear profitable regs
16215 unless it is non spilled static chain pseudo.
16216 (assign_hard_rego): Spill memory profitable allocno unless it is
16217 non spilled static chain pseudo.
16218 (allocno_spill_priority_compare): Put non spilled static chain
16219 pseudo at the end of sorted array.
16220 (improve_allocation): Do nothing if we have static chain and
16221 non-local goto.
16222 (allocno__priority_compare_func): Put non spilled static chain
16223 pseudo at the beginning of sorted array.
16224 (move_spill_restore): Ignore non spilled static chain pseudo.
16225 * ira-costs.c (find_costs_and_classes): Don't assign class NO_REGS
16226 to non spilled static chain pseudo.
16227 * lra-assigns.c (pseudo_compare_func): Put non spilled static chain
16228 pseudo at the beginning of sorted array.
16229 (spill_for): Spill non spilled static chain pseudo last.
16230 * lra-constraints.c (lra_constraints): Remove static chain pseudo
16231 check for equivalence.
16232
16233 2015-07-16 Martin Liska <mliska@suse.cz>
16234
16235 PR ipa/66896.
16236 * ipa-prop.c (update_jump_functions_after_inlining): Create properly
16237 dst_ctx if it does not exist.
16238
16239 2015-07-16 Martin Liska <mliska@suse.cz>
16240
16241 * hash-set.h (remove): New function.
16242 (iterator): New iteration class for hash_set.
16243
16244 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
16245
16246 * genattrtab.c (make_canonical): Add a file_location parameter.
16247 Use fatal_at rather than fatal.
16248 (get_attr_value): Likewise. Update call to make_canonical.
16249 (fill_attr, make_length_attrs, optimize_attrs, gen_attr)
16250 (make_internal_attr): Update calls accordingly.
16251
16252 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
16253
16254 * read-md.h (message_with_line, error_with_line): Delete.
16255 * read-md.c (message_with_line, error_with_line): Delete.
16256 * gensupport.h: Include read-md.h.
16257 (md_rtx_info): New structure.
16258 (read_md_rtx): Use it. Return a bool success value.
16259 * gensupport.c (read_md_rtx): Likewise.
16260 * genattr-common.c (gen_attr): Take an md_rtx_info rather than an rtx.
16261 (main): Update after interface changes.
16262 * genattr.c (gen_attr): Take an md_rtx_info rather than an rtx.
16263 (main): Update after interface changes.
16264 * genattrtab.c (insn_code_number): Delete.
16265 (optimize_attrs): Add a max_insn_code parameter and use it instead
16266 of insn_code_number.
16267 (gen_attr): Take an md_rtx_info rather than an rtx and lineno.
16268 Use *_at rather than *_with_line functions.
16269 (gen_insn): Likewise.
16270 (gen_delay): Likewise.
16271 (gen_insn_reserv): Likewise.
16272 (gen_bypass): Take an md_rtx_info rather than an rtx.
16273 (main): Update after interface changes. Use a local max_insn_code
16274 variable instead of insn_code_number.
16275 * genautomata.c (gen_cpu_unit): Take an md_rtx_info rather than
16276 an rtx. Use fatal_at rather than fatal.
16277 (gen_query_cpu_unit, gen_bypass, gen_excl_set)
16278 (gen_presence_absence_set, gen_presence_set, gen_final_presence_set)
16279 (gen_absence_set, gen_final_absence_set, gen_automaton)
16280 (gen_automata_option, gen_reserv, gen_insn_reserv): Likewise.
16281 (main): Update after interface changes.
16282 * gencodes.c (gen_insn): Take an md_rtx_info rather than an rtx
16283 and code number.
16284 (main): Update after interface changes.
16285 * genconditions.c (main): Use new read_md_rtx interface.
16286 * genconfig.c (gen_insn): Take an md_rtx_info rather than an rtx.
16287 (gen_expand, gen_split, gen_peephole, gen_peephole2): Likewise.
16288 (main): Update after interface changes.
16289 * genemit.c (insn_code_number, insn_index_number): Delete.
16290 (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
16291 Use fatal_at rather than fatal.
16292 (gen_expand): Take an md_rtx_info rather than an rtx. Use fatal_at
16293 rather than fatal.
16294 (gen_split): Likewise.
16295 (main): Update after interface changes.
16296 * genextract.c (line_no): Delete.
16297 (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
16298 Update call to walk_rtx.
16299 (VEC_safe_set_locstr): Add an md_rtx_info argument. Use message_at
16300 rather than message_with_line.
16301 (walk_rtx): Add an md_rtx_info argument. Update call to
16302 VEC_safe_set_locstr.
16303 (main): Update after interface changes.
16304 * genflags.c (gen_insn): Take an md_rtx_info rather than an rtx
16305 and lineno. Use error_at rather than separate message_with_line
16306 calls and have_error assignments.
16307 (main): Update after interface changes.
16308 * genmddump.c (main): Use new read_md_rtx interface.
16309 * genopinit.c (insn): Take an md_rtx_info rather than an rtx.
16310 (main): Update after interface changes.
16311 * genoutput.c (next_code_number): Delete.
16312 (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
16313 (gen_peephole, gen_expand, gen_split): Likewise.
16314 (note_constraint): Likewise. Use *_at rather than *_with_line
16315 functions.
16316 (main): Update after interface changes.
16317 * genpeep.c (gen_peephole): Take an md_rtx_info rather than an
16318 rtx and lineno.
16319 (main): Update after interface changes.
16320 * genpreds.c (process_define_predicate): Take an md_rtx_info rather
16321 than an rtx and lineno.
16322 (process_define_constraint): Likewise.
16323 (process_define_register_constraint): Likewise.
16324 (main): Update after interface changes.
16325 * genrecog.c (next_insn_code, pattern_lineno): Delete.
16326 (validate_pattern): Replace top-level rtx with an md_rtx_info.
16327 Use *_at rather than *_with_line functions.
16328 (match_pattern_2): Likewise.
16329 (match_pattern_1, match_pattern): Add an md_rtx_info parameter.
16330 (get_peephole2_pattern): Take an md_rtx_info rather than an rtvec.
16331 Use *_at rather than *_with_line functions.
16332 * gentarget-def.c (add_insn): New function.
16333 (main): Use it. Use new read_md_rtx interface.
16334
16335 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
16336
16337 * gensupport.h (compute_test_codes): Take a file_location rather
16338 than a line number.
16339 * gensupport.c (compute_test_codes): Likewise. Use *_at functions
16340 rather than *_with_line functions.
16341 (process_define_predicate): Update call to compute_test_codes.
16342 * genpreds.c (validate_exp): Take a file_location rather than a
16343 line number. Use *_at functions rather than *_with_line functions.
16344 (process_define_predicate): Update call to validate_exp.
16345 (constraint_data): Replace lineno field with a file_location.
16346 (add_constraint): Take a file_location rather than a line number.
16347 Use *_at functions rather than *_with_line functions. Fix error
16348 message for address constraints. Update after changes to
16349 validate_exp, constraint_data and compute_test_codes.
16350 (process_define_constraint): Update accordingly.
16351 (process_define_register_constraint): Likewise.
16352
16353 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
16354
16355 * genoutput.c (data): Use a file_location to record the source
16356 position.
16357 (nothing): Delete.
16358 (idata, idata_end): Remove initialization.
16359 (constraint_data): Replace lineno with a file_location.
16360 (output_insn_data): Update after changes to data.
16361 (gen_insn, gen_peephole, gen_expand, gen_split): Likewise.
16362 (scan_operands): Likewise, using *_at rather than *_with_line
16363 functions.
16364 (process_template): Likewise.
16365 (validate_insn_alternatives): Likewise.
16366 (validate_insn_operands): Likewise.
16367 (validate_optab_operands): Likewise.
16368 (init_insn_for_nothing): Initialize idata and idata_end.
16369 (note_constraint): Update after changes to constraint_data,
16370 using at rather than with_line functions.
16371 (mdep_constraint_len): Take a file_location rather than a
16372 line number. Use at rather than with_line functions.
16373
16374 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
16375
16376 * read-md.h (fatal_at): Declare.
16377 * read-md.c (fatal_at): New function.
16378 * genattrtab.c (insn_def, attr_desc, delay_desc): Use a file_location
16379 to record the source position.
16380 (check_attr_test): Take a file_location instead of a line number.
16381 Use fatal_at instead of fatal.
16382 (check_attr_value): Update after above changes, using "at"
16383 rather than "with_line" reporting functions.
16384 (convert_set_attr_alternative): Likewise.
16385 (gen_attr): Likewise.
16386 (check_defs): Likewise. Don't assign to read_md_filename.
16387 (gen_insn): Update initialization after above changes.
16388 (gen_delay): Likewise.
16389 (write_insn_cases): Print the filename for a define_peephole.
16390 (gen_insn_reserv): Take a line number as argument and update
16391 the call to check_attr_test.
16392 (main): Pass a line number to gen_insn_reserv.
16393
16394 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
16395
16396 * read-md.h (file_location): New structure.
16397 (directive_handler_t): Take a file_location rather than a line number.
16398 (message_at, error_at): Declare.
16399 (read_skip_construct): Delete.
16400 * read-md.c (message_with_line_1): Replace with...
16401 (message_at_1): ...this new function.
16402 (message_at, error_at): New functions.
16403 (message_with_line, error_with_line): Update to use message_at_1.
16404 (handle_enum): Take a file_location rather than a line number
16405 and use error_at for error reporting.
16406 (handle_include): Likewise.
16407 (read_skip_construct): Likewise. Make static.
16408 (handle_file): Update after above changes. Pass a file_location
16409 rather than a line number to handle_directive.
16410 * gensupport.c (queue_elem): Replace separate filename and lineno
16411 with a file_location.
16412 (queue_pattern): Replace filename and lineno arguments with a
16413 file_location. Update after change to queue_elem.
16414 (process_define_predicate): Replace lineno argument with a
16415 file_location and use error_at for error reporting. Update
16416 after above changes.
16417 (process_rtx): Likewise.
16418 (subst_pattern_match): Likewise.
16419 (get_alternatives_number): Likewise.
16420 (alter_predicate_for_insn): Likewise.
16421 (rtx_handle_directive): Likewise.
16422 (is_predicable): Update after above changes, using error_at rather
16423 than error_with_line.
16424 (has_subst_attribute): Likewise.
16425 (identify_predicable_attribute): Likewise.
16426 (alter_attrs_for_subst_insn): Likewise.
16427 (process_one_cond_exec): Likewise.
16428 (process_substs_on_one_elem): Likewise.
16429 (process_define_subst): Likewise.
16430 (check_define_attr_duplicates): Likewise.
16431 (read_md_rtx): Update after change to queue_elem.
16432
16433 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
16434
16435 * genoutput.c (next_index_number): Delete.
16436 (data): Remove index_number.
16437 (gen_insn, gen_peephole, gen_expand, gen_split): Update accordingly.
16438 (main): Remove manipulation of next_index_number.
16439
16440 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
16441
16442 * genattrtab.c (check_attr_value): Remove handling of null attrs.
16443 (make_canonical): Likewise.
16444
16445 2015-07-16 Eric Botcazou <ebotcazou@adacore.com>
16446
16447 * config/sparc/sparc.md (save_stack_nonlocal): Use adjust_address
16448 instead of adjust_address_nv.
16449 (restore_stack_nonlocal): Likewise.
16450 (nonlocal_goto): Likewise.
16451
16452 2015-07-16 Tom de Vries <tom@codesourcery.com>
16453
16454 * tree-parloops.c (create_parallel_loop): Handle case that exit phi does
16455 not have a corresponding loop header phi.
16456
16457 2015-07-16 Tom de Vries <tom@codesourcery.com>
16458
16459 * tree-parloops.c (create_loads_for_reductions): Handle case that
16460 reduction is unused.
16461
16462 2015-07-16 Richard Biener <rguenther@suse.de>
16463
16464 PR tree-optimization/66894
16465 * tree-vrp.c (register_edge_assert_for_2): Fix bad assumption
16466 about deriving NE_EXPR from truncated values.
16467
16468 2015-07-16 Martin Liska <mliska@suse.cz>
16469
16470 * alloc-pool.h
16471 (object_allocator): Add new class.
16472 (pool_allocator::initialize): Use the underlying class.
16473 (pool_allocator::allocate): Likewise.
16474 (pool_allocator::remove): Likewise.
16475 (operator new): A new generic allocator.
16476 * asan.c (struct asan_mem_ref): Remove unused members.
16477 (asan_mem_ref_new): Replace new operator with
16478 object_allocator::allocate.
16479 (free_mem_ref_resources): Change deallocation.
16480 * cfg.c (initialize_original_copy_tables): Replace pool_allocator
16481 with object_allocator.
16482 * config/sh/sh.c (add_constant): Replace new operator with
16483 object_allocator::allocate.
16484 (sh_reorg): Change call to a release method.
16485 * cselib.c (struct elt_list): Remove unused members.
16486 (new_elt_list): Replace new operator with
16487 object_allocator::allocate.
16488 (new_elt_loc_list): Likewise.
16489 (new_cselib_val): Likewise.
16490 (unchain_one_elt_list): Change delete operator with remove method.
16491 (unchain_one_elt_loc_list): Likewise.
16492 (unchain_one_value): Likewise.
16493 (cselib_finish): Release newly added static allocators.
16494 * cselib.h (struct cselib_val): Remove unused members.
16495 (struct elt_loc_list): Likewise.
16496 * df-problems.c (df_chain_alloc): Replace pool_allocator with
16497 object_allocator.
16498 * df-scan.c (struct df_scan_problem_data): Likewise.
16499 (df_scan_alloc): Likewise.
16500 * df.h (struct dataflow): Likewise.
16501 * dse.c (struct read_info_type): Likewise.
16502 (struct insn_info_type): Likewise.
16503 (struct dse_bb_info_type): Likewise.
16504 (struct group_info): Likewise.
16505 (struct deferred_change): Likewise.
16506 (get_group_info): Likewise.
16507 (delete_dead_store_insn): Likewise.
16508 (free_read_records): Likewise.
16509 (replace_read): Likewise.
16510 (check_mem_read_rtx): Likewise.
16511 (scan_insn): Likewise.
16512 (dse_step1): Likewise.
16513 (dse_step7): Likewise.
16514 * et-forest.c (struct et_occ): Remove unused members.
16515 (et_new_occ): Use allocate instead of new operator.
16516 (et_new_tree): Likewise.
16517 (et_free_tree): Call release method explicitly.
16518 (et_free_tree_force): Likewise.
16519 (et_free_pools): Likewise.
16520 (et_split): Use remove instead of delete operator.
16521 * et-forest.h (struct et_node): Remove unused members.
16522 * ipa-cp.c: Change pool_allocator to object_allocator.
16523 * ipa-inline-analysis.c: Likewise.
16524 * ipa-profile.c: Likewise.
16525 * ipa-prop.c: Likewise.
16526 * ipa-prop.h: Likewise.
16527 * ira-build.c (initiate_cost_vectors): Cast return value.
16528 (ira_allocate_cost_vector): Likewise.
16529 * ira-color.c (struct update_cost_record): Remove unused members.
16530 * lra-int.h (struct lra_live_range): Likewise.
16531 (struct lra_copy): Likewise.
16532 (struct lra_insn_reg): Likewise.
16533 * lra-lives.c (lra_live_ranges_finish): Release new static allocator.
16534 * lra.c (new_insn_reg): Replace new operator with allocate method.
16535 (free_insn_regs): Same for operator delete.
16536 (finish_insn_regs): Release new static allocator.
16537 (finish_insn_recog_data): Likewise.
16538 (lra_free_copies): Replace delete operator with remove method.
16539 (lra_create_copy): Replace operator new with allocate method.
16540 (invalidate_insn_data_regno_info): Same for remove method.
16541 * regcprop.c (struct queued_debug_insn_change): Remove unused members.
16542 (free_debug_insn_changes): Replace delete operator with remove method.
16543 (replace_oldest_value_reg): Replace operator new with allocate method.
16544 (pass_cprop_hardreg::execute): Release new static variable.
16545 * sched-deps.c (sched_deps_init): Change pool_allocator to
16546 object_allocator.
16547 * sel-sched-ir.c: Likewise.
16548 * sel-sched-ir.h: Likewise.
16549 * stmt.c (expand_case): Likewise.
16550 (expand_sjlj_dispatch_table): Likewise.
16551 * tree-sra.c (struct access): Remove unused members.
16552 (struct assign_link): Likewise.
16553 (sra_deinitialize): Release newly added static pools.
16554 (create_access_1):Replace operator new with allocate method.
16555 (build_accesses_from_assign): Likewise.
16556 (create_artificial_child_access): Likewise.
16557 * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Change
16558 pool_allocator to object_allocator.
16559 * tree-ssa-pre.c: Likewise.
16560 * tree-ssa-reassoc.c: Likewise.
16561 * tree-ssa-sccvn.c (allocate_vn_table): Likewise.
16562 * tree-ssa-strlen.c: Likewise.
16563 * tree-ssa-structalias.c: Likewise.
16564 * var-tracking.c (onepart_pool_allocate): New function.
16565 (unshare_variable): Use the newly added function.
16566 (variable_merge_over_cur): Likewise.
16567 (variable_from_dropped): Likewise.
16568 (variable_was_changed): Likewise.
16569 (set_slot_part): Likewise.
16570 (emit_notes_for_differences_1): Likewise.
16571 (vt_finalize): Release newly added static pools.
16572
16573 2015-07-16 Martin Jambor <mjambor@suse.cz>
16574
16575 * ipa-prop.h (param_aa_status): Rename to ipa_param_aa_status. Adjust
16576 all uses. Fix two typos in its general comment.
16577 (func_body_info): Rename to ipa_func_body_info. Adjust all uses.
16578
16579 2015-07-16 Ilya Enkovich <enkovich.gnu@gmail.com>
16580
16581 * config/i386/linux-common.h (LINK_MPX): New.
16582 (MPX_SPEC): Use LINK_MPX instead of %(link_mpx).
16583 * configure.ac: Add HAVE_LD_BNDPLT_SUPPORT macro
16584 indicating '-z bndplt' support by linker.
16585 * configure: Regenerate.
16586 * config.in: Regenerate.
16587
16588 2015-07-16 Richard Biener <rguenther@suse.de>
16589
16590 * fold-const.c (fold_widened_comparison): Remove.
16591 (fold_sign_changed_comparison): Likewise.
16592 (fold_comparison): Move widened and sign-changed comparison
16593 simplification ...
16594 * match.pd: ... to patterns here.
16595 * generic-match-head.c: Include target.h.
16596 * gimple-match-head.c: Likewise.
16597
16598 2015-07-16 Richard Biener <rguenther@suse.de>
16599
16600 * tree-ssa-dom.c (dom_valueize): New function.
16601 (record_temporary_equivalences): Also record equivalences
16602 for dominating stmts that have uses of equivalences we are
16603 about to record.
16604
16605 2015-07-16 Bin Cheng <bin.cheng@arm.com>
16606
16607 * tree-ssa-loop-ivopts.c (add_candidate): Remove call to
16608 add_autoinc_candidates.
16609 (add_iv_candidate_for_biv): Rename to add_iv_candidate_for_biv.
16610 (add_iv_candidate_for_biv): Rename from add_iv_candidate_for_biv.
16611 (add_old_ivs_candidates): Rename to add_iv_candidate_for_bivs.
16612 (add_iv_candidate_for_bivs): Rename from add_old_ivs_candidates.
16613 Call new function.
16614 (add_iv_value_candidates): Rename to add_iv_candidate_for_use.
16615 (add_iv_candidate_for_use): Rename from add_iv_value_candidates.
16616 Remove parameter struct iv*. Call add_autoinc_candidates here.
16617 (add_derived_ivs_candidates): Rename to add_iv_candidate_for_uses.
16618 (add_iv_candidate_for_uses): Rename from add_derived_ivs_candidates.
16619 Call new function.
16620 (find_iv_candidates): Call new functions.
16621
16622 2015-07-16 Sandra Loosemore <sandra@codesourcery.com>
16623
16624 * config/nios2/nios2.c (nios2_emit_stack_limit_check): Fix
16625 uninitialized-variable warning.
16626
16627 2015-07-16 Kaz Kojima <kkojima@gcc.gnu.org>
16628
16629 PR target/65249
16630 * config/sh/sh.md (movdi): Split simple reg move to two movsi
16631 when the destination is R0.
16632
16633 2015-07-16 Uros Bizjak <ubizjak@gmail.com>
16634
16635 PR target/66866
16636 * config/i386/i386-protos.h (ix86_expand_pextr): New prototype.
16637 * config/i386/i386.c (ix86_expand_pextr): New function.
16638 (ix86_expand_pinsr): Handle V1TI and TI modes. Call ix86_expand_pextr
16639 for non-lowpart subregs.
16640 * config/i386/i386.md (extzv<mode>): Expand with ix86_expand_pextr.
16641 (insv<mode>): Use SWI248 mode iterator.
16642 (insv<mode>_1): Ditto.
16643
16644 2015-07-15 Aditya Kumar <aditya.k7@samsung.com>
16645 Sebastian Pop <s.pop@samsung.com>
16646
16647 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Point
16648 iterator to use_stmt.
16649
16650 2015-07-15 Aditya Kumar <aditya.k7@samsung.com>
16651 Sebastian Pop <s.pop@samsung.com>
16652
16653 * graphite-scop-detection.c (build_scops_1): Discard scops for
16654 which entry==exit.
16655
16656 2015-07-15 Aditya Kumar <aditya.k7@samsung.com>
16657 Sebastian Pop <s.pop@samsung.com>
16658
16659 * graphite-scop-detection.c (stmt_simple_for_scop_p): Bail out in
16660 case of a return statement in scop.
16661
16662 2015-07-15 Aditya Kumar <aditya.k7@samsung.com>
16663 Sebastian Pop <s.pop@samsung.com>
16664
16665 * graphite-sese-to-poly.c (parameter_index_in_region): Only handle
16666 INTEGER_TYPE parameters.
16667 (scan_tree_for_params): Handle REAL_CST, COMPLEX_CST, and
16668 VECTOR_CST in scan_tree_for_params.
16669 (add_conditions_to_domain): Only constrain on INTEGER_TYPE.
16670
16671 2015-07-15 Andrew MacLeod <amacleod@redhat.com>
16672
16673 * gimple-pretty-print.h: Don't include pretty-print.h.
16674 * tree-streamer.h: Don't include lto-streamer.h.
16675 * gimple-streamer.h: Include tree-streamer.h rather than lto-streamer.h.
16676 * gimple-streamer-in.c: Remove redundant includes.
16677 * gimple-streamer-out.c: Likewise.
16678 * ipa-devirt.c: Likewise.
16679 * ipa-icf.c: Likewise.
16680 * ipa-inline-analysis.c: Likewise.
16681 * ipa-polymorphic-call.c: Likewise.
16682 * ipa-profile.c: Likewise.
16683 * ipa-prop.c: Likewise.
16684 * ipa-pure-const.c: Likewise.
16685 * lto-cgraph.c: Likewise.
16686 * lto-streamer-in.c: Likewise.
16687 * lto-streamer-out.c: Likewise.
16688 * lto-streamer.c: Likewise.
16689 * tree-streamer-in.c: Likewise.
16690 * tree-streamer-out.c: Likewise.
16691 * tree-streamer.c: Likewise.
16692
16693 2015-07-15 Andrew MacLeod <amacleod@redhat.com>
16694
16695 * opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't
16696 include input.h.
16697 * opts.c: Remove multiline #include comment.
16698
16699 2015-07-15 Nathan Sidwell <nathan@codesourcery.com>
16700
16701 * config/nvptx/mkoffload.c (process): Add C++ protection to
16702 emitted code.
16703
16704 2015-07-14 Michael Meissner <meissner@linux.vnet.ibm.com>
16705
16706 PR target/66854
16707 * config/rs6000/rs6000.c (rs6000_pass_by_reference): Move test for
16708 null before IEEE 128-bit floating point support patch.
16709
16710 2015-07-15 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
16711
16712 * simplify-rtx.c (simplify_ternary_operation): Add simplification
16713 for (!c) != {0,...,0} ? a : b for vector modes.
16714
16715 2015-07-15 Paolo Bonzini <bonzini@gnu.org>
16716 Martin Jambor <mjambor@suse.cz>
16717
16718 * ipa-inline-analysis.c (unmodified_parm_or_parm_agg_item): Accept
16719 struct func_body_info* instead of struct ipa_node_params*, expecting
16720 fbi->info to be filled in. Replace throughout. Adjust call to
16721 ipa_load_from_parm_agg.
16722 (set_cond_stmt_execution_predicate): Accept struct func_body_info*
16723 instead of struct ipa_node_params*. Adjust calls to other functions
16724 so that they pass either fbi or fbi->info.
16725 (set_switch_stmt_execution_predicate): Likewise.
16726 (will_be_nonconstant_predicate): Likewise.
16727 (compute_bb_predicates): Likewise.
16728 (estimate_function_body_sizes): Move asserts earlier. Fill in
16729 struct func_body_info, replace parms_info with fbi.info. Adjust
16730 calls to functions that now accept struct func_body_info.
16731 * ipa-prop.c (param_aa_status, struct ipa_bb_info): Move to ipa-prop.h.
16732 (struct func_body_info): Likewise.
16733 (ipa_load_from_parm_agg_1): Rename to ipa_load_from_parm_agg,
16734 remove static. Adjust callers.
16735 (ipa_load_from_parm_agg): Remove.
16736 * ipa-prop.h (param_aa_status, ipa_bb_info): Move from ipa-prop.c.
16737 (func_body_info): Likewise.
16738 (ipa_load_from_parm_agg): Adjust prototype.
16739
16740 2015-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
16741
16742 * gensupport.c (rtx_handle_directive): Adjust.
16743 * read-rtl.c (apply_iterators): Take vector to add rtxs to
16744 instead of expr list rtx.
16745 (add_define_attr_for_define_subst): Likewise.
16746 (add_define_subst_attr): Likewise.
16747 (read_subst_mapping): Likewise.
16748 (read_rtx): Likewise.
16749 * rtl.h (read_rtx): Adjust.
16750
16751 2015-07-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16752
16753 * config/aarch64/aarch64.md (*csinc2<mode>_insn): Use cinc mnemonic.
16754
16755 2015-07-15 Uros Bizjak <ubizjak@gmail.com>
16756
16757 PR target/58066
16758 * config/i386/i386.md (*tls_global_dynamic_64_<mode>): Depend on SP_REG.
16759 (*tls_local_dynamic_base_64_<mode>): Ditto.
16760 (*tls_local_dynamic_base_64_largepic): Ditto.
16761 (tls_global_dynamic_64_<mode>): Update expander pattern.
16762 (tls_local_dynamic_base_64_<mode>): Ditto.
16763
16764 2015-07-15 Richard Biener <rguenther@suse.de>
16765
16766 * fold-const.c (fold_binary_loc): Move bool_var != 0 -> bool_var
16767 and bool_var == 1 -> bool_var simplifications ...
16768 * match.pd: ... to patterns here. Factor out negate_expr_p
16769 cases from the A - B -> A + (-B) patterns as negate_expr_p
16770 predicate and add a -(A + B) -> (-B) - A pattern.
16771
16772 2015-07-15 Robert Suchanek <robert.suchanek@imgtec.com>
16773
16774 * config/mips/mips.c (mips_emit_save_slot_move): Fix typo.
16775
16776 2015-07-15 Matthew Fortune <matthew.fortune@imgtec.com>
16777 Robert Suchanek <robert.suchanek@imgtec.com>
16778
16779 * config/mips/mips.c (mips_int_mask): New enum.
16780 (mips_shadow_set): Likewise.
16781 (int_mask): New variable.
16782 (use_shadow_register_set_p): Change type to enum mips_shadow_set.
16783 (machine_function): Add int_mask and use_shadow_register_set.
16784 (mips_attribute_table): Add attribute handlers for interrupt and
16785 use_shadow_register_set.
16786 (mips_interrupt_mask): New static function.
16787 (mips_handle_interrupt_attr): Likewise.
16788 (mips_handle_use_shadow_register_set_attr): Likewise.
16789 (mips_use_shadow_register_set): Change return type to enum
16790 mips_shadow_set. Add argument handling for use_shadow_register_set
16791 attribute.
16792 (mips_interrupt_extra_called_saved_reg_p): Update the conditional to
16793 compare with mips_shadow_set enum.
16794 (mips_compute_frame_info): Add interrupt mask and
16795 use_shadow_register_set to per-function information structure.
16796 Add a stack slot for EPC unconditionally.
16797 (mips_expand_prologue): Compare use_shadow_register_set value
16798 with mips_shadow_set enum. Save EPC always in K1, clobber only K1 for
16799 masked interrupt register but in EIC mode use K0 and save Cause in K0.
16800 EPC saved and restored unconditionally. Use PMODE_INSN macro when
16801 copying the stack pointer from the shadow register set.
16802 * config/mips/mips.h (SR_IM0): New define.
16803 * config/mips/mips.md (mips_rdpgpr): Rename to...
16804 (mips_rdpgpr_<mode>): ...this. Use the Pmode iterator.
16805 * doc/extend.texi (Declaring Attributes of Functions): Document
16806 optional arguments for interrupt and use_shadow_register_set
16807 attributes.
16808
16809 2015-07-15 Robert Suchanek <robert.suchanek@imgtec.com>
16810
16811 * config/mips/mips.c (mips_compute_frame_info): Allow -mhard-float in
16812 interrupt attribute.
16813 (mips_expand_prologue): Disable the floating point unit in an ISR.
16814 * config/mips/mips.h (SR_COP1): New define.
16815
16816 2015-07-15 Richard Biener <rguenther@suse.de>
16817
16818 * genmatch.c (parser::peek, parser::peek_ident): Add argument
16819 to tell how many tokens to peek ahead (default 1).
16820 (parser::eat_token, parser::eat_ident): Return token consumed.
16821 (parser::parse_result): Parse new switch statement.
16822 * match.pd: Use case statements where appropriate.
16823
16824 2015-07-15 Uros Bizjak <ubizjak@gmail.com>
16825
16826 PR rtl-optimization/58066
16827 * calls.c (expand_call): Precompute register parameters before stack
16828 alignment is performed.
16829
16830 2015-07-15 Uros Bizjak <ubizjak@gmail.com>
16831
16832 PR rtl-optimization/66838
16833 * postreload.c (reload_cse_move2add): Also process
16834 CALL_INSN_FUNCTION_USAGE when resetting information of
16835 call-clobbered registers.
16836
16837 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
16838 Cesar Philippidis <cesar@codesourcery.com>
16839 Chung-Lin Tang <cltang@codesourcery.com>
16840
16841 * config/nios2/constraints.md (U, v): New constraints.
16842 * config/nios2/predicates.md (rdprs_dcache_operand): New.
16843 (ldstex_memory_operand): New.
16844 * config/nios2/sync.md: New file.
16845 * config/nios2/nios2.md (unspecv): Add new builtin function
16846 UNSPECV codes.
16847 (rdprs, flushd, flushda, wrpie, eni): New patterns.
16848 (top-level): Include sync.md.
16849 * config/nios2/nios2.c (N2_FTYPES): Add function types for
16850 new builtins.
16851 (N2_BUILTINS): Add arch field setting, add new builtins.
16852 (enum nios2_builtin_code,nios2_builtins): Update N2_BUILTIN_DEF
16853 for arch field.
16854 (nios2_expand_ldst_builtin): Rename from nios2_expand_ldstio_builtin.
16855 Also handle ldex/stex/ldsex/stsex builtins.
16856 (nios2_expand_rdprs_builtin): New function.
16857 (nios2_expand_cache_builtin): New function.
16858 (nios2_expand_wrpie_builtin): New function.
16859 (nios2_expand_eni_builtin): New function.
16860 (nios2_expand_builtin): Add arch field handling and new builtin
16861 cases.
16862 * doc/extend.texi (Altera Nios II Built-in Functions): Document
16863 new builtins.
16864 * doc/md.texi (Machine Constraints): Document U and v constraints.
16865
16866 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
16867 Cesar Philippidis <cesar@codesourcery.com>
16868 Chung-Lin Tang <cltang@codesourcery.com>
16869
16870 * config/nios2/nios2-protos.h (nios2_expand_return): Declare.
16871 * config/nios2/nios2.c (struct GTY (()) machine_function): Add
16872 callee_save_reg_size and uses_anonymous_args fields.
16873 (nios2_compute_frame_layout): Update for CDX push.n/pop.n usage.
16874 (nios2_create_cfa_notes): New function.
16875 (nios2_adjust_stack): New function for adjusting stack.
16876 (nios2_expand_prologue): Update for CDX push.n/pop.n usage.
16877 Use nios2_adjust_stack.
16878 (nios2_expand_epilogue): Likewise.
16879 (nios2_expand_return): New function.
16880 (nios2_can_use_return_insn): Update for CDX pop.n usage.
16881 (nios2_setup_incoming_varargs): Set uses_anonymous_args flag.
16882 If TARGET_HAS_CDX, defer pushing regs to nios2_expand_prologue.
16883 * config/nios2/nios2.md (return): Use nios2_expand_return.
16884
16885 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
16886 Cesar Philippidis <cesar@codesourcery.com>
16887 Chung-Lin Tang <cltang@codesourcery.com>
16888
16889 * config/nios2/predicates.md (pop_operation): New.
16890 (ldwm_operation, stwm_operation): New.
16891 (nios2_hard_register_operand): New.
16892 * config/nios2/nios2-protos.h (pop_operation_p): Declare.
16893 (ldstwm_operation_p): Declare.
16894 (gen_ldstwm_peep): Declare.
16895 * config/nios2/nios2.c: (nios2_ldst_parallel): Declare.
16896 (base_reg_adjustment_p): New.
16897 (pop_operation_p): New.
16898 (CDX_LDSTWM_VALID_REGS_0, CDX_LDSTWM_VALID_REGS_1): Define.
16899 (nios2_ldstwm_regset_p): New.
16900 (ldstwm_operation_p): New.
16901 (gen_ldst): New.
16902 (nios2_ldst_parallel): New.
16903 (struct ldswm_operand): Declare.
16904 (compare_ldstwm_operands): New.
16905 (can_use_cdx_ldstw): New.
16906 (gen_ldstwm_peep): New.
16907 * config/nios2/nios2-ldstwm.sml: New.
16908 * config/nios2/nios2.md: Include ldstwm.md.
16909 * config/nios2/ldstwm.md: Generated.
16910
16911 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
16912 Cesar Philippidis <cesar@codesourcery.com>
16913 Chung-Lin Tang <cltang@codesourcery.com>
16914
16915 * config/nios2/nios2.h (LABEL_ALIGN): Define.
16916 (REG_ALLOC_ORDER): Define.
16917 (ADJUST_REG_ALLOC_ORDER): Define.
16918 (HONOR_REG_ALLOC_ORDER): Define.
16919 (CDX_REG_P): Define.
16920 (ANDCLEAR_INT): Define.
16921 * config/nios2/nios2-protos.h (nios2_add_insn_asm): Declare.
16922 (nios2_label_align): Declare.
16923 (nios2_cdx_narrow_form_p): Declare.
16924 (nios2_adjust_reg_alloc_order): Declare.
16925 * config/nios2/nios2.c (nios2_rtx_costs): Adjust for BMX zero-extract
16926 operation.
16927 (nios2_large_unspec_reloc_p): New function, split from...
16928 (nios2_legitimate_pic_operand_p): ...here.
16929 (nios2_emit_move_sequence): Add *high/*lo_sum constant expand code.
16930 (nios2_print_operand_punct_valid_p): New.
16931 (nios2_print_operand): Add %., %!, %x, %y, %A. Remove %U.
16932 (split_mem_address): New.
16933 (split_alu_insn): New.
16934 (cdxreg): New.
16935 (cdx_add_immed, cdx_and_immed, cdx_mov_immed, cdx_shift_immed): New.
16936 (enum nios2_add_insn_kind): New.
16937 (nios2_add_insn_names, nios2_add_insn_narrow): New.
16938 (nios2_add_insn_classify): New.
16939 (nios2_add_insn_asm): New.
16940 (nios2_cdx_narrow_form_p): New.
16941 (label_align, min_labelno, max_labelno): New.
16942 (nios2_reorg): New.
16943 (nios2_label_align): New.
16944 (nios2_adjust_reg_alloc_order): New.
16945 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
16946 (TARGET_MACHINE_DEPENDENT_REORG): Define.
16947 * config/nios2/constraints.md (P): New constraint.
16948 * config/nios2/predicates.md (const_and_operand): New.
16949 (and_operand): New.
16950 (stack_memory_operand): New.
16951 * config/nios2/nios2.md (SP_REGNO): Define stack pointer regno.
16952 (length): Update to use nios2_cdx_narrow_form_p().
16953 (type): Add new insn type values.
16954 (control, alu, st, ld, shift): Update insn reservations with
16955 new insn type values.
16956 (*high, *lo_sum): Define new insn patterns for constant generation.
16957 (movqi_internal, movhi_internal, movsi_internal): Reduce
16958 alternatives, update asm template to handle CDX variants, update
16959 type attributes.
16960 (zero_extendhisi2, zero_extendqi<mode>2): Add CDX variants to asm
16961 template, update type attributes.
16962 (extendhisi2, extendqi<mode>2): Likewise.
16963 (addsi3): Change to use function for asm string.
16964 (subsi3): Add CDX notation to asm template, update type attributes.
16965 (negsi3, one_cmplsi3): Likewise.
16966 (andsi3): New pattern, specialized from logical patterns.
16967 (<code>si3): Remove and case, combine alternatives, update asm
16968 template.
16969 (<shift_op>si3): Add CDX notation, update type attributes.
16970 (rotrsi3): Update type attribute.
16971 (*merge, extzv, insv): New insn patterns.
16972 (return): Change to define_expand.
16973 (simple_return): Add CDX notation, update type attributes.
16974 (indirect_jump): Add CDX notation.
16975 (jump): Update asm cases, update length attribute expression.
16976 (*call, *call_value, *sibcall, *sibcall_value): Add CDX variant.
16977 (nios2_cbranch): Update asm cases and length attribute expression
16978 to handle CDX variants.
16979 (nios2_cmp<code>): Update asm template.
16980 (nop): Add CDX notation, update type attributes.
16981 (trap): Add CDX notation.
16982 (ctrapsi4): Update asm cases and length attribute expression to
16983 handle CDX variant.
16984 * doc/md.texi (Machine Constraints): Document P constraint.
16985
16986 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
16987 Cesar Philippidis <cesar@codesourcery.com>
16988 Chung-Lin Tang <cltang@codesourcery.com>
16989
16990 * config/nios2/nios2.h (SMALL_INT12): New macro.
16991 * config/nios2/nios2.c (nios2_valid_addr_offset_p): New function.
16992 (nios2_valid_addr_expr_p): Use it.
16993 (nios2_symbol_ref_in_small_data_p): Disallow GP-relative addressing
16994 with implicit "io" instructions on R2.
16995 * config/nios2/constraints.md (w): New constraint.
16996 * config/nios2/predicates.md (ldstio_memory_operand): New.
16997 * config/nios2/nios2.md (ld<bhw_uns>io, ld<bh>io): Update memory
16998 operand predicate and constraint.
16999 (ld<bh>io_signed, st<bhw>io>): Likewise.
17000 * doc/md.texi (Machine Constraints): Document w constraint.
17001
17002 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
17003 Cesar Philippidis <cesar@codesourcery.com>
17004 Chung-Lin Tang <cltang@codesourcery.com>
17005
17006 * config/nios2/nios2.opt (march, mbmx, mcdx): New options.
17007 * config/nios2/nios2-opts.h (enum nios2_arch_type): New enum for
17008 Nios II architecture level.
17009 * config/nios2/nios2.h (TARGET_ARCH_R2): New define.
17010 (TARGET_CPU_CPP_BUILTINS): Add definition of __nios2_arch__ symbol.
17011 (OPTION_DEFAULT_SPECS): Define.
17012 (ASM_SPEC): Add -march= spec strings.
17013 * config/nios2/nios2.c (nios2_option_override): Check for
17014 conflicts involving new options.
17015 * config.gcc (nios2*-*-*): Support --with-arch=.
17016 * doc/invoke.texi (Option Summary, Nios II Options): Document
17017 -march=, -mbmx, and -mcdx.
17018
17019 2015-07-14 Vladimir Makarov <vmakarov@redhat.com>
17020
17021 PR rtl-optimization/66626
17022 * lra-constraints.c (lra_constraints): Prevent equivalence
17023 substitution for static chain pseudo in functions with nonlocal
17024 goto.
17025
17026 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
17027
17028 * config/nios2/nios2.c (TEMP_REG_NUM): Move define up in file.
17029 (nios2_emit_stack_limit_check): Add size parameter. Handle
17030 -fstack-limit-symbol as well as -fstack-limit-register.
17031 (nios2_expand_prologue): Emit only a single stack limit check,
17032 even if multiple stack adjustments are required.
17033 (nios2_option_override): Diagnose unsupported combination of -fpic
17034 and -stack-limit-symbol.
17035
17036 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
17037
17038 * Makefile.in (top_srcdir): New.
17039 * configure.ac: Use AM_ZLIB.
17040 * configure: Regeneated.
17041
17042 2015-07-14 Matthias Klose <doko@ubuntu.com>
17043
17044 PR target/66840
17045 * config/rs6000/t-rs6000 (TM_H): Add rs6000-cpus.def.
17046
17047 2015-07-14 Richard Biener <rguenther@suse.de>
17048
17049 PR tree-optimization/66863
17050 * tree-vrp.c (register_edge_assert_for_2): Properly restrict
17051 what we record for conversion use stmt lhs inequalities.
17052
17053 2015-07-14 Richard Biener <rguenther@suse.de>
17054
17055 * genmatch.c (dt_node::gen_kids_1): Fix case label indenting.
17056 (decision_tree::gen_gimple): Likewise.
17057
17058 2015-07-14 Tom de Vries <tom@codesourcery.com>
17059
17060 * gcc.c (greater_than_spec_func): Declare forward.
17061 (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use gt to ignore
17062 -ftree-parallelize-loops={0,1}.
17063 (static_spec_functions): Add greater_than_spec_func function with name
17064 "gt".
17065 (greater_than_spec_func): New function.
17066
17067 2015-07-14 Richard Biener <rguenther@suse.de>
17068
17069 * tree-ssa-dom.c (record_temporary_equivalences): Merge
17070 wideing type conversion case from record_equivalences_from_incoming_edge
17071 and use record_equality to record equivalences.
17072 (record_equivalences_from_incoming_edge): Call
17073 record_temporary_equivalences.
17074
17075 2015-07-14 Richard Biener <rguenther@suse.de>
17076
17077 * genmatch.c (struct operand): Add OP_IF and OP_WITH op_types.
17078 (struct if_expr): New.
17079 (struct with_expr): Likewise.
17080 (is_a_helper): Add helpers for if_expr and with_expr.
17081 (struct simplify): Add simplify_kind enum and member. Remove
17082 ifexpr_vec member.
17083 (simplify::simplify): Adjust.
17084 (lower_commutative): Adjust.
17085 (lower_opt_convert): Likewise.
17086 (lower_cond): Likewise.
17087 (replace_id): Handle with_expr and if_expr.
17088 (lower_for): Adjust.
17089 (dt_simplify::gen_1): New recursive worker, split out from ...
17090 (dt_simplify::gen): ... here. Deal with if and with expansion
17091 recursively.
17092 (capture_info::capture_info): Take context argument
17093 (capture_info::walk_result): Only analyze specific result.
17094 (parser::parse_result): New function.
17095 (parser::parse_simplify): Adjust to parse ifs with then end
17096 else case.
17097 (parser::parse_if): Simplify.
17098 (parser::parse_pattern): Pass down simplify kind.
17099 * match.pd: Convert if structure to new syntax.
17100
17101 2015-07-13 Marek Polacek <polacek@redhat.com>
17102
17103 * rtl.c (rtx_equal_p_cb): Fix typo.
17104
17105 2015-07-13 Andrew MacLeod <amacleod@redhat.com>
17106
17107 * omega.h: Don't include config.h, don't include params.h again if
17108 omega.h has already been included.
17109 * graphite-poly.h: Include sese.h.
17110 * graphite.c: Don't include sese.h, remove needless includes and
17111 minimize includes outside #ifdef HAVE_isl block.
17112 * graphite-blocking.c: Don't include sese.h, remove needless includes,
17113 and wrap entire file in #ifdef HAVE_isl
17114 * graphite-dependences.c: Likewise.
17115 * graphite-interchange.c: Likewise.
17116 * graphite-isl-ast-to-gimple.c: Likewise.
17117 * graphite-optimize-isl.c: Likewise.
17118 * graphite-poly.c: Likewise.
17119 * graphite-scop-detection.c: Likewise.
17120 * graphite-sese-to-poly.c: Likewise.
17121
17122 2015-07-13 Tom de Vries <tom@codesourcery.com>
17123
17124 * omp-low.c (build_receiver_ref): Mark *.omp_data_i as non-trapping.
17125
17126 2015-07-13 Renlin Li <renlin.li@arm.com>
17127
17128 PR rtl/66556
17129 * simplify-rtx.c (simplify_const_relational_operation): Add
17130 side_effects_p checks.
17131
17132 2015-07-12 Aldy Hernandez <aldyh@redhat.com>
17133
17134 * bitmap.h: Fix double word typos.
17135 * builtins.c: Same.
17136 * calls.c: Same.
17137 * cfgloopmanip.c: Same.
17138 * cgraph.c: Same.
17139 * cgraph.h: Same.
17140 * cgraphclones.c: Same.
17141 * combine.c: Same.
17142 * config/aarch64/aarch64-protos.h: Same.
17143 * config/aarch64/aarch64.c: Same.
17144 * config/aarch64/aarch64.md: Same.
17145 * config/arm/arm.md: Same.
17146 * config/arm/arm1020e.md: Same.
17147 * config/arm/arm1026ejs.md: Same.
17148 * config/arm/arm926ejs.md: Same.
17149 * config/arm/fa526.md: Same.
17150 * config/arm/fa606te.md: Same.
17151 * config/arm/fa626te.md: Same.
17152 * config/arm/fa726te.md: Same.
17153 * config/arm/fmp626.md: Same.
17154 * config/darwin.c: Same.
17155 * config/epiphany/epiphany.c: Same.
17156 * config/frv/frv.c: Same.
17157 * config/ft32/ft32.c: Same.
17158 * config/gnu-user.h: Same.
17159 * config/h8300/constraints.md: Same.
17160 * config/i386/i386.c: Same.
17161 * config/i386/i386.md: Same.
17162 * config/iq2000/iq2000.md: Same.
17163 * config/mips/mips.c: Same.
17164 * config/mmix/mmix.md: Same.
17165 * config/moxie/moxie.c: Same.
17166 * config/nds32/nds32.md: Same.
17167 * config/pa/pa.h: Same.
17168 * config/rs6000/aix.h: Same.
17169 * config/rs6000/rs6000.h: Same.
17170 * config/sh/sh.c: Same.
17171 * config/tilegx/tilegx.md: Same.
17172 * config/tilepro/gen-mul-tables.cc: Same.
17173 * cse.c: Same.
17174 * dbxout.c: Same.
17175 * doc/invoke.texi: Same.
17176 * dse.c: Same.
17177 * dwarf2out.c: Same.
17178 * final.c: Same.
17179 * gcc.c: Same.
17180 * genmatch.c: Same.
17181 * gimplify.c: Same.
17182 * hash-table.h: Same.
17183 * internal-fn.c: Same.
17184 * ipa-cp.c: Same.
17185 * ipa-devirt.c: Same.
17186 * ipa-icf.c: Same.
17187 * ipa-icf.h: Same.
17188 * ipa-profile.c: Same.
17189 * ipa-prop.c: Same.
17190 * ipa-prop.h: Same.
17191 * ira.c: Same.
17192 * omp-low.c: Same.
17193 * reg-stack.c: Same.
17194 * regcprop.c: Same.
17195 * reorg.c: Same.
17196 * rtl.h: Same.
17197 * sbitmap.h: Same.
17198 * tree-eh.c: Same.
17199 * tree-inline.c: Same.
17200 * tree-sra.c: Same.
17201 * tree-ssa-dom.c: Same.
17202 * tree-ssa-loop-ivopts.c: Same.
17203 * tree-ssa-structalias.c: Same.
17204 * tree-ssa-tail-merge.c: Same.
17205 * tree-ssa-ter.c: Same.
17206 * tree-ssa-threadupdate.c: Same.
17207 * tree-ssa-uninit.c: Same.
17208 * tree-ssanames.c: Same.
17209 * tree-vect-loop-manip.c: Same.
17210 * tree-vrp.c: Same.
17211 * tree.c: Same.
17212 * valtrack.c: Same.
17213 * vec.h: Same.
17214
17215 2015-07-12 Kugan Vivekanandarajah <kuganv@linaro.org>
17216
17217 PR middle-end/66726
17218 * tree-ssa-phiopt.c(factor_out_conditional_conversion): New function.
17219 tree_ssa_phiopt_worker): Call it.
17220
17221 2015-07-12 Kugan Vivekanandarajah <kuganv@linaro.org>
17222
17223 * cse.c (cse_insn): Calculate src_eqv for ZERO_EXTRACT.
17224 * emit-rtl.c (set_for_reg_notes): Allow ZERO_EXTRACT to set
17225 REG_EQUAL note.
17226
17227 2015-07-11 Marek Polacek <polacek@redhat.com>
17228
17229 PR middle-end/66353
17230 * basic-block.h (has_abnormal_call_or_eh_pred_edge_p): New function.
17231 * ira-lives.c (bb_has_abnormal_call_pred): Remove function.
17232 (process_bb_node_lives): Call has_abnormal_call_or_eh_pred_edge_p
17233 rather than bb_has_abnormal_call_pred.
17234 * lra-lives.c (bb_has_abnormal_call_pred): Remove function.
17235 (process_bb_lives): Call has_abnormal_call_or_eh_pred_edge_p
17236 rather than bb_has_abnormal_call_pred.
17237
17238 2015-07-10 Anatoly Sokolov <aesok@post.ru>
17239
17240 * config/v850/v850.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
17241 REG_OK_FOR_BASE_P_STRICT, REG_OK_FOR_INDEX_P_STRICT, STRICT,
17242 RTX_OK_FOR_BASE_P, GO_IF_LEGITIMATE_ADDRESS): Remove macros.
17243 * config/v850/v850.c (v850_reg_ok_for_base_, v850_rtx_ok_for_base_p,
17244 v850_legitimate_address_p): New functions.
17245 (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
17246
17247 2015-07-10 H.J. Lu <hongjiu.lu@intel.com>
17248
17249 PR target/66819
17250 * config/i386/i386.c (ix86_function_ok_for_sibcall): Allow
17251 indirect sibcall with register arguments if register available
17252 for argument passing.
17253 (init_cumulative_args): Set cfun->machine->arg_reg_available
17254 to (cum->nregs > 0) or to true if function has a variable
17255 argument list.
17256 (function_arg_advance_32): Set cfun->machine->arg_reg_available
17257 to false if cum->nregs <= 0.
17258 * config/i386/i386.h (machine_function): Add arg_reg_available.
17259
17260 2015-07-10 Uros Bizjak <ubizjak@gmail.com>
17261
17262 * config/i386/sse.md (movdi_to_sse): Use gen_lowpart
17263 and gen_higpart instead of gen_rtx_SUBREG.
17264 * config/i386/i386.md
17265 (floatdi<X87MODEF:mode>2_i387_with_xmm splitter): Ditto.
17266 (read-modify peephole2): Use gen_lowpart instead of
17267 gen_rtx_SUBREG for operand 5.
17268
17269 2015-07-10 Andrew MacLeod <amacleod@redhat.com>
17270
17271 * config/tilepro/gen-mul-tables.cc (main): Change include list for
17272 generated files.
17273 * config/tilepro/mul-tables.c: Regenerate.
17274 * config/tilegx/mul-tables.c: Regenerate.
17275
17276 2015-07-10 Richard Biener <rguenther@suse.de>
17277
17278 * fold-const.c (distribute_bit_expr): Remove.
17279 (fold_binary_loc): Move simplifying (A & C1) + (B & C2)
17280 to (A & C1) | (B & C2), distributing (A & B) | (A & C)
17281 to A & (B | C) and simplifying A << C1 << C2 to ...
17282 * match.pd: ... patterns here.
17283
17284 2015-07-10 Jiong Wang <jiong.wang@arm.com>
17285
17286 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
17287 Mark mem as READONLY and NOTRAP for PIC symbol.
17288
17289 2015-07-10 Andrew MacLeod <amacleod@redhat.com>
17290
17291 * gimple-predict.h: New file.
17292 (gimple_predict_predictor, gimple_predict_set_predictor,
17293 gimple_predict_outcome, gimple_predict_set_outcome,
17294 gimple_build_predict): Relocate here.
17295 * gimple.h (gimple_predict_predictor, gimple_predict_set_predictor,
17296 gimple_predict_outcome, gimple_predict_set_outcome): Move to
17297 gimple-predict.h.
17298 * gimple.c (gimple_build_predict): Move to gimple-predict.h
17299 * basic-block.h: Don't include cfghooks.h.
17300 * backend.h: Don't include predict.h.
17301 * cfghooks.h: Include predict.h.
17302 * gimple-pretty-print.c: Include gimple-predict.h.
17303 * gimplify.c: Likwise.
17304 * predict.c: Adjust includes.
17305 * tree-inline.c: Likewise.
17306 * asan.c: Likewise.
17307 * auto-inc-dec.c: Likewise.
17308 * auto-profile.c: Likewise.
17309 * bb-reorder.c: Likewise.
17310 * builtins.c: Likewise.
17311 * caller-save.c: Likewise.
17312 * calls.c: Likewise.
17313 * cfganal.c: Likewise.
17314 * cfgbuild.c: Likewise.
17315 * cfg.c: Likewise.
17316 * cfgcleanup.c: Likewise.
17317 * cfgexpand.c: Likewise.
17318 * cfghooks.c: Likewise.
17319 * cfgloopanal.c: Likewise.
17320 * cfgloop.c: Likewise.
17321 * cfgloopmanip.c: Likewise.
17322 * cfgrtl.c: Likewise.
17323 * cgraph.c: Likewise.
17324 * cgraphunit.c: Likewise.
17325 * combine.c: Likewise.
17326 * cprop.c: Likewise.
17327 * cse.c: Likewise.
17328 * dce.c: Likewise.
17329 * dojump.c: Likewise.
17330 * dse.c: Likewise.
17331 * except.c: Likewise.
17332 * expmed.c: Likewise.
17333 * expr.c: Likewise.
17334 * final.c: Likewise.
17335 * fold-const.c: Likewise.
17336 * function.c: Likewise.
17337 * fwprop.c: Likewise.
17338 * gcc-plugin.h: Likewise.
17339 * gcse.c: Likewise.
17340 * genattrtab.c: Likewise.
17341 * genemit.c: Likewise.
17342 * gengtype.c: Likewise.
17343 * genopinit.c: Likewise.
17344 * genoutput.c: Likewise.
17345 * genpreds.c: Likewise.
17346 * genrecog.c: Likewise.
17347 * gimple-fold.c: Likewise.
17348 * gimple-iterator.c: Likewise.
17349 * gimple-ssa-isolate-paths.c: Likewise.
17350 * gimple-ssa-strength-reduction.c: Likewise.
17351 * graph.c: Likewise.
17352 * graphite-blocking.c: Likewise.
17353 * graphite.c: Likewise.
17354 * graphite-dependences.c: Likewise.
17355 * graphite-interchange.c: Likewise.
17356 * graphite-isl-ast-to-gimple.c: Likewise.
17357 * graphite-optimize-isl.c: Likewise.
17358 * graphite-poly.c: Likewise.
17359 * graphite-scop-detection.c: Likewise.
17360 * graphite-sese-to-poly.c: Likewise.
17361 * haifa-sched.c: Likewise.
17362 * ifcvt.c: Likewise.
17363 * internal-fn.c: Likewise.
17364 * ipa-cp.c: Likewise.
17365 * ipa-profile.c: Likewise.
17366 * ipa-split.c: Likewise.
17367 * ipa-utils.c: Likewise.
17368 * ira-build.c: Likewise.
17369 * ira-color.c: Likewise.
17370 * ira-conflicts.c: Likewise.
17371 * ira-costs.c: Likewise.
17372 * ira-emit.c: Likewise.
17373 * ira-lives.c: Likewise.
17374 * jump.c: Likewise.
17375 * loop-doloop.c: Likewise.
17376 * loop-init.c: Likewise.
17377 * loop-invariant.c: Likewise.
17378 * loop-unroll.c: Likewise.
17379 * lower-subreg.c: Likewise.
17380 * lra-assigns.c: Likewise.
17381 * lra.c: Likewise.
17382 * lra-coalesce.c: Likewise.
17383 * lra-constraints.c: Likewise.
17384 * lra-lives.c: Likewise.
17385 * lto-cgraph.c: Likewise.
17386 * lto-streamer-in.c: Likewise.
17387 * mode-switching.c: Likewise.
17388 * modulo-sched.c: Likewise.
17389 * omp-low.c: Likewise.
17390 * optabs.c: Likewise.
17391 * passes.c: Likewise.
17392 * postreload.c: Likewise.
17393 * postreload-gcse.c: Likewise.
17394 * profile.c: Likewise.
17395 * recog.c: Likewise.
17396 * regstat.c: Likewise.
17397 * reload1.c: Likewise.
17398 * reorg.c: Likewise.
17399 * rtlanal.c: Likewise.
17400 * sched-ebb.c: Likewise.
17401 * sel-sched-ir.c: Likewise.
17402 * sese.c: Likewise.
17403 * shrink-wrap.c: Likewise.
17404 * simplify-rtx.c: Likewise.
17405 * stmt.c: Likewise.
17406 * store-motion.c: Likewise.
17407 * tracer.c: Likewise.
17408 * trans-mem.c: Likewise.
17409 * tree-call-cdce.c: Likewise.
17410 * tree-cfg.c: Likewise.
17411 * tree-cfgcleanup.c: Likewise.
17412 * tree-chkp.c: Likewise.
17413 * tree-complex.c: Likewise.
17414 * tree-eh.c: Likewise.
17415 * tree-if-conv.c: Likewise.
17416 * tree-loop-distribution.c: Likewise.
17417 * tree-outof-ssa.c: Likewise.
17418 * tree-parloops.c: Likewise.
17419 * tree-predcom.c: Likewise.
17420 * tree-pretty-print.c: Likewise.
17421 * tree-profile.c: Likewise.
17422 * tree-sra.c: Likewise.
17423 * tree-ssa.c: Likewise.
17424 * tree-ssa-coalesce.c: Likewise.
17425 * tree-ssa-dce.c: Likewise.
17426 * tree-ssa-dom.c: Likewise.
17427 * tree-ssa-forwprop.c: Likewise.
17428 * tree-ssa-ifcombine.c: Likewise.
17429 * tree-ssa-loop-ch.c: Likewise.
17430 * tree-ssa-loop-im.c: Likewise.
17431 * tree-ssa-loop-ivcanon.c: Likewise.
17432 * tree-ssa-loop-ivopts.c: Likewise.
17433 * tree-ssa-loop-manip.c: Likewise.
17434 * tree-ssa-loop-prefetch.c: Likewise.
17435 * tree-ssa-loop-unswitch.c: Likewise.
17436 * tree-ssa-math-opts.c: Likewise.
17437 * tree-ssa-phiopt.c: Likewise.
17438 * tree-ssa-pre.c: Likewise.
17439 * tree-ssa-reassoc.c: Likewise.
17440 * tree-ssa-sink.c: Likewise.
17441 * tree-ssa-tail-merge.c: Likewise.
17442 * tree-ssa-threadedge.c: Likewise.
17443 * tree-ssa-threadupdate.c: Likewise.
17444 * tree-switch-conversion.c: Likewise.
17445 * tree-tailcall.c: Likewise.
17446 * tree-vect-data-refs.c: Likewise.
17447 * tree-vect-loop.c: Likewise.
17448 * tree-vect-loop-manip.c: Likewise.
17449 * tree-vectorizer.c: Likewise.
17450 * tree-vrp.c: Likewise.
17451 * ubsan.c: Likewise.
17452 * value-prof.c: Likewise.
17453 * varasm.c: Likewise.
17454 * var-tracking.c: Likewise.
17455 * config/aarch64/aarch64-builtins.c: Likewise.
17456 * config/aarch64/aarch64.c: Likewise.
17457 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
17458 * config/alpha/alpha.c: Likewise.
17459 * config/arc/arc.c: Likewise.
17460 * config/arm/arm.c: Likewise.
17461 * config/avr/avr.c: Likewise.
17462 * config/bfin/bfin.c: Likewise.
17463 * config/c6x/c6x.c: Likewise.
17464 * config/cr16/cr16.c: Likewise.
17465 * config/cris/cris.c: Likewise.
17466 * config/darwin.c: Likewise.
17467 * config/darwin-c.c: Likewise.
17468 * config/epiphany/epiphany.c: Likewise.
17469 * config/epiphany/mode-switch-use.c: Likewise.
17470 * config/epiphany/resolve-sw-modes.c: Likewise.
17471 * config/fr30/fr30.c: Likewise.
17472 * config/frv/frv.c: Likewise.
17473 * config/ft32/ft32.c: Likewise.
17474 * config/h8300/h8300.c: Likewise.
17475 * config/i386/i386.c: Likewise.
17476 * config/i386/winnt.c: Likewise.
17477 * config/ia64/ia64.c: Likewise.
17478 * config/iq2000/iq2000.c: Likewise.
17479 * config/lm32/lm32.c: Likewise.
17480 * config/m32c/m32c.c: Likewise.
17481 * config/m32r/m32r.c: Likewise.
17482 * config/m68k/m68k.c: Likewise.
17483 * config/mcore/mcore.c: Likewise.
17484 * config/mep/mep.c: Likewise.
17485 * config/microblaze/microblaze.c: Likewise.
17486 * config/mips/mips.c: Likewise.
17487 * config/mmix/mmix.c: Likewise.
17488 * config/mn10300/mn10300.c: Likewise.
17489 * config/moxie/moxie.c: Likewise.
17490 * config/msp430/msp430.c: Likewise.
17491 * config/nds32/nds32.c: Likewise.
17492 * config/nds32/nds32-cost.c: Likewise.
17493 * config/nds32/nds32-fp-as-gp.c: Likewise.
17494 * config/nds32/nds32-intrinsic.c: Likewise.
17495 * config/nds32/nds32-isr.c: Likewise.
17496 * config/nds32/nds32-md-auxiliary.c: Likewise.
17497 * config/nds32/nds32-memory-manipulation.c: Likewise.
17498 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
17499 * config/nds32/nds32-predicates.c: Likewise.
17500 * config/nios2/nios2.c: Likewise.
17501 * config/nvptx/nvptx.c: Likewise.
17502 * config/pa/pa.c: Likewise.
17503 * config/pdp11/pdp11.c: Likewise.
17504 * config/rl78/rl78.c: Likewise.
17505 * config/rs6000/rs6000.c: Likewise.
17506 * config/rx/rx.c: Likewise.
17507 * config/s390/s390.c: Likewise.
17508 * config/sh/sh.c: Likewise.
17509 * config/sh/sh-mem.cc: Likewise.
17510 * config/sh/sh_optimize_sett_clrt.cc: Likewise.
17511 * config/sh/sh_treg_combine.cc: Likewise.
17512 * config/sparc/sparc.c: Likewise.
17513 * config/spu/spu.c: Likewise.
17514 * config/stormy16/stormy16.c: Likewise.
17515 * config/tilegx/tilegx.c: Likewise.
17516 * config/tilepro/tilepro.c: Likewise.
17517 * config/v850/v850.c: Likewise.
17518 * config/vax/vax.c: Likewise.
17519 * config/visium/visium.c: Likewise.
17520 * config/xtensa/xtensa.c: Likewise.
17521
17522 2015-07-10 Richard Biener <rguenther@suse.de>
17523
17524 * genmatch.c (dt_node::gen_kids_1): Fix indenting of case labels.
17525 (decision_tree::gen_gimple): Likewise.
17526 (decision_tree::gen_generic): Likewise.
17527
17528 2015-07-10 Uros Bizjak <ubizjak@gmail.com>
17529
17530 PR target/66813
17531 * config/i386/i386.c (ix86_md_asm_adjust): Emit movstrictqi
17532 sequence for TARGET_ZERO_EXTEND_WITH_AND targets.
17533
17534 2015-07-10 Jakub Jelinek <jakub@redhat.com>
17535
17536 PR middle-end/66820
17537 * gimplify.c (maybe_fold_stmt): Don't fold in ORT_PARALLEL
17538 or ORT_TASK contexts.
17539 * omp-low.c (lower_omp): Call fold_stmt even if taskreg_nesting_level
17540 is non-zero.
17541
17542 2015-07-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17543
17544 * expr.c (expand_cond_expr_using_cmove): Fix typos in comment
17545 above function.
17546
17547 2015-07-10 Tom de Vries <tom@codesourcery.com>
17548
17549 * tree-parloops.c (try_transform_to_exit_first_loop_alt): If not found,
17550 insert nit + 1 bound.
17551
17552 2015-07-10 Richard Biener <rguenther@suse.de>
17553
17554 * tree-if-conv.c (if_convertible_gimple_assign_stmt_p):
17555 Use ifcvt_could_trap_p also when not flag_tree_loop_if_convert_stores.
17556 (if_convertible_loop_p_1): For this always compute bb predicates.
17557 (if_convertible_loop_p): And free them.
17558
17559 2015-07-10 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
17560
17561 * ipa-icf.c (sem_item_optimizer::do_congruence_step): Fix typo
17562 in dump message.
17563
17564 2015-07-10 Richard Biener <rguenther@suse.de>
17565
17566 PR tree-optimization/66823
17567 * tree-if-conv.c (memrefs_read_or_written_unconditionally): Fix
17568 inverted predicate.
17569
17570 2015-07-09 Steve Ellcey <sellcey@imgtec.com>
17571
17572 * config/mips/mti-linux.h (MIPS_SYSVERSION_SPEC): Update
17573 to handle mips[32|64]r3 and mips[32|64]r5.
17574
17575 2015-07-09 Jakub Jelinek <jakub@redhat.com>
17576
17577 PR middle-end/66633
17578 * tree-nested.c (get_static_chain): Or in a flag into
17579 info->static_chain_added.
17580 (get_frame_field, get_nonlocal_debug_decl): Likewise.
17581 (convert_nonlocal_omp_clauses, convert_local_omp_clauses): Revert
17582 2015-07-01 changes.
17583 (convert_tramp_reference_stmt): If a frame_decl or chain_decl
17584 is needed newly inside of GIMPLE_OMP_{PARALLEL,TASK,TARGET} body,
17585 add it to clauses.
17586
17587 PR tree-optimization/66718
17588 * tree-vect-stmts.c (struct simd_call_arg_info): Add simd_lane_linear
17589 field.
17590 (vect_simd_lane_linear): New function.
17591 (vectorizable_simd_clone_call): Support using linear arguments for
17592 addresses of arrays elements indexed by GOMP_SIMD_LANE result.
17593
17594 2015-07-09 H.J. Lu <hongjiu.lu@intel.com>
17595
17596 PR target/66821
17597 * config/i386/i386.c (iamcu_cost): Adjust variable shift costs.
17598
17599 2015-07-09 Michael Meissner <meissner@linux.vnet.ibm.com>
17600
17601 * config/rs6000/rs6000-protos.h (rs6000_secondary_reload_memory):
17602 Use machine mode, not enum machine_mode in the prototype.
17603
17604 * config/rs6000/rs6000.h (FLOAT128_IEEE_P): New helper macros to
17605 classify 128-bit floating point support.
17606 (FLOAT128_IBM_P): Likewise.
17607 (FLOAT128_VECTOR_P): Likewise.
17608 (FLOAT128_2REG_P): Likewise.
17609 (SCALAR_FLOAT_MODE_NOT_VECTOR_P): Likewise.
17610 (SLOW_UNALIGNED_ACCESS): Add IEEE 128-bit floating point support.
17611 (HARD_REGNO_CALLER_SAVE_MODE): Likewise.
17612 (HARD_REGNO_CALL_PART_CLOBBERED): Likewise.
17613
17614 * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Drop
17615 tests against TFmode/TDmode, since those modes do not use VSX
17616 addresses.
17617 (rs6000_hard_regno_mode_ok): Add IEEE 128-bit floating point
17618 support.
17619 (rs6000_init_hard_regno_mode_ok): Use new helper macros instead of
17620 tests against TFmode, etc.
17621 (invalid_e500_subreg): Add tests against IFmode/KFmode.
17622 (reg_offset_addressing_ok_p): Likewise.
17623 (rs6000_legitimate_offset_address_p): Likewise.
17624 (rs6000_legitimize_address): Likewise.
17625 (rs6000_legitimize_reload_address): Likewise.
17626 (rs6000_legitimate_address_p): Clean up tests against TFmode and
17627 TDmode to use the new helper macros, which will include IFmode and
17628 KFmode.
17629 (rs6000_emit_move): Likewise.
17630 (rs6000_darwin64_record_arg_recurse): Likewise.
17631 (print_operand): Likewise.
17632 (rs6000_member_type_forces_blk): Treat IEEE 128-bit floating point
17633 that uses a single vector register as a vector and not as a
17634 floating point register in terms of the calling sequence.
17635 (rs6000_discover_homogeneous_aggregate): Likewise.
17636 (rs6000_return_in_memory): Likewise.
17637 (init_cumulative_args): Likewise.
17638 (rs6000_function_arg_boundary): Likewise.
17639 (rs6000_function_arg_advance_1): Likewise.
17640 (rs6000_function_arg): Likewise.
17641 (rs6000_pass_by_reference): Likewise.
17642 (rs6000_gimplify_va_arg): Likewise.
17643 (rs6000_secondary_reload_memory): Use machine_mode not enum
17644 machine mode.
17645 (rs6000_split_multireg_move): Use new helper macros.
17646 (spe_func_has_64bit_regs_p): Likewise.
17647 (rs6000_output_function_epilogue): Add IFmode/KFmode support.
17648 (output_toc): Use new helper macros.
17649 (rs6000_register_move_cost): Likewise.
17650 (rs6000_function_value): Add IEEE 128-bit floating point calling
17651 sequence support.
17652 (rs6000_libcall_value): Likewise.
17653 (rs6000_scalar_mode_supported_p): Add support for IEEE 128-bit
17654 floating point support.
17655 (rs6000_vector_mode_supported_p): Likewise.
17656
17657 2015-07-09 Vladimir Makarov <vmakarov@redhat.com>
17658
17659 PR rtl-optimization/66782
17660 * lra-int.h (struct lra_insn_recog_data): Add comment about
17661 clobbered hard regs for arg_hard_regs.
17662 * lra.c (lra_set_insn_recog_data): Add clobbered hard regs.
17663 * lra-lives.c (process_bb_lives): Process clobbered hard regs.
17664 Add condition for processing used hard regs.
17665 * lra-constraints.c (update_ebb_live_info, inherit_in_ebb):
17666 Process clobbered hard regs.
17667
17668 2015-07-09 Michael Matz <matz@suse.de>
17669
17670 * genmatch.c (fprintf_indent): New function.
17671 (operand::gen_transform): Add indent parameter.
17672 (expr::gen_transform, c_expr::gen_transform,
17673 capture::gen_transform): Ditto and use fprintf_indent.
17674 (dt_node::gen, dt_node::gen_kids, dt_node::gen_kids_1): Ditto.
17675 (dt_operand::gen, dt_operand::gen_predicate,
17676 dt_operand::gen_match_op, dt_operand::gen_gimple_expr,
17677 dt_operand::gen_generic_expr, dt_simplify::gen): Ditto.
17678 (decision_tree::gen_gimple): Adjust calls and indent generated
17679 code.
17680 (decision_tree::gen_generic): Ditto.
17681 (write_predicate): Ditto.
17682
17683 2015-07-08 Uros Bizjak <ubizjak@gmail.com>
17684
17685 PR target/66814
17686 * config/i386/predicates.md (nonimmediate_gr_operand): New predicate.
17687 * config/i386/i386.md (not peephole2): Use nonimmediate_gr_operand.
17688 (varous peephole2s): Use {GENERAL,SSE,MMX}_REGNO_P instead of
17689 {GENERAL,SSE,MMX}_REG_P where appropriate.
17690
17691 2015-07-09 Andrew MacLeod <amacleod@redhat.com>
17692
17693 * lto-streamer.h: Don't include target.h and alloc-pool.h.
17694 * builtins.c: Adjust includes.
17695 * gimple.c: Likewise.
17696 * ipa-icf.c: Likewise.
17697 * lto-opts.c: Likewise.
17698 * ipa-reference.c: Likewise.
17699 * lto-section-out.c: Likewise.
17700 * lto-streamer-in.c: Likewise.
17701 * lto-streamer-out.c: Likewise.
17702 * opts-global.c: Likewise.
17703 * symtab.c: Likewise.
17704 * tree-chkp.c: Likewise.
17705 * tree-ssa-live.c: Likewise.
17706 * tree-streamer-in.c: Likewise.
17707 * tree-streamer-out.c: Likewise.
17708 * config/darwin.c: Likewise.
17709 * config/i386/winnt.c: Likewise.
17710
17711 2015-07-09 Richard Biener <rguenther@suse.de>
17712
17713 * genmatch.c (struct expr): Add force_single_use flag.
17714 (expr::expr): Add copy constructor.
17715 (capture_info::walk_match): Gather force_single_use captures.
17716 (expr::gen_transform): Use possibly NULLified sequence.
17717 (dt_simplify::gen): Apply single-use restrictions by NULLifying
17718 seq if any constrained expr is not single-use.
17719 (parser::parse_expr): Refactor to allow multiple flags. Handle
17720 's' flag to force an expression have a single-use if the pattern
17721 simplifies to more than one statement.
17722 * match.pd: Convert most single_use conditionals to :s flags.
17723
17724 2015-07-09 H.J. Lu <hongjiu.lu@intel.com>
17725
17726 * config/i386/iamcu.h (ASM_OUTPUT_ALIGNED_BSS): New.
17727 (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
17728 (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Likewise.
17729
17730 2015-07-09 Andrew MacLeod <amacleod@redhat.com>
17731
17732 * flags.h: Don't include flag-types.h or options.h.
17733 * opts-common.c: Adjust includes.
17734 * opts-global.c: Likewise.
17735 * common/config/epiphany/epiphany-common.c: Likewise.
17736
17737 2015-07-09 H.J. Lu <hongjiu.lu@intel.com>
17738
17739 PR target/66818
17740 * config/i386/i386.h (ATTRIBUTE_ALIGNED_VALUE): Defined to 32
17741 for IA MCU.
17742
17743 2015-07-09 H.J. Lu <hongjiu.lu@intel.com>
17744
17745 PR target/66817
17746 * config/i386/i386.c (ix86_return_in_memory): Return true
17747 if int_size_in_bytes returns negative for IA MCU.
17748
17749 2015-07-09 Marek Polacek <polacek@redhat.com>
17750
17751 PR tree-optimization/66718
17752 * Makefile.in (OBJS): Add gimple-laddress.o.
17753 * passes.def: Schedule pass_laddress.
17754 * timevar.def (DEFTIMEVAR): Add TV_GIMPLE_LADDRESS.
17755 * tree-pass.h (make_pass_laddress): Declare.
17756 * gimple-laddress.c: New file.
17757
17758 2015-07-09 Richard Biener <rguenther@suse.de>
17759
17760 * toplev.c (compile_file): Reset maximum_field_alignment after parsing.
17761
17762 2015-07-09 Richard Biener <rguenther@suse.de>
17763
17764 PR tree-optimization/66807
17765 * tree-chkp-opt.c (chkp_opt_fini): Free post dominator info.
17766
17767 2015-07-08 Kito Cheng <kito.cheng@gmail.com>
17768
17769 * function.c (stack_protect_epilogue): Use if rather than switch for
17770 check targetm.have_stack_protect_test.
17771
17772 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
17773
17774 * defaults.h: Provide default for WORD_REGISTER_OPERATIONS.
17775 * config/alpha/alpha.h: Define WORD_REGISTER_OPERATIONS to 1.
17776 * config/arc/arc.h: Likewise.
17777 * config/arm/arm.h: Likewise.
17778 * config/bfin/bfin.h: Likewise.
17779 * config/epiphany/epiphany.h: Likewise.
17780 * config/frv/frv.h: Likewise.
17781 * config/ia64/ia64.h: Likewise.
17782 * config/iq2000/iq2000.h: Likewise.
17783 * config/lm32/lm32.h: Likewise.
17784 * config/m32r/m32r.h: Likewise.
17785 * config/mcore/mcore.h: Likewise.
17786 * config/mep/mep.h: Likewise.
17787 * config/microblaze/microblaze.h: Likewise.
17788 * config/mips/mips.h: Likewise.
17789 * config/mmix/mmix.h: Likewise.
17790 * config/mn10300/mn10300.h: Likewise.
17791 * config/nds32/nds32.h: Likewise.
17792 * config/nios2/nios2.h: Likewise.
17793 * config/pa/pa.h: Likewise.
17794 * config/rl78/rl78.h: Likewise.
17795 * config/sh/sh.h: Likewise.
17796 * config/sparc/sparc.h: Likewise.
17797 * config/stormy16/stormy16.h: Likewise.
17798 * config/tilegx/tilegx.h: Likewise.
17799 * config/tilepro/tilepro.h: Likewise.
17800 * config/v850/v850.h: Likewise.
17801 * config/xtensa/xtensa.h: Likewise.
17802 * doc/tm.texi: Regenerate.
17803 * doc/tm.texi.in: Adjust.
17804 * combine.c (simplify_set): Likewise.
17805 (simplify_comparison): Likewise.
17806 * expr.c (store_constructor): Likewise.
17807 * internal-fn.c (expand_arith_overflow): Likewise.
17808 * reload.c (push_reload): Likewise.
17809 (find_reloads): Likewise.
17810 (find_reloads_subreg_address): Likewise.
17811 * reload1.c (eliminate_regs_1): Likewise.
17812 * rtlanal.c (nonzero_bits1): Likewise.
17813 (num_sign_bit_copies1): Likewise.
17814 * simplify-rtx.c (simplify_truncation): Likewise.
17815
17816 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
17817
17818 * auto-inc-dec.c (pass_inc_dec::execute): Don't check the value
17819 of AUTO_INC_DEC with the preprocessor.
17820 * combine.c (combine_instructions): Likewise.
17821 (can_combine_p): Likewise.
17822 (try_combine): Likewise.
17823 * emit-rtl.c (try_split): Likewise.
17824 * loop-invariant.c (calculate_loop_reg_pressure): Likewise.
17825 * lower-subreg.c (resolve_simple_move): Likewise.
17826 * lra.c (update_inc_notes): Likewise.
17827 * recog.c (asm_operand_ok): Likewise.
17828 (constrain_operands): Likewise.
17829 * regrename.c (scan_rtx_address): Likewise.
17830 * reload.c (update_auto_inc_notes): Likewise.
17831 (reg_inc_found_and_valid_p): Likewise.
17832 * reload1.c (reload): Likewise.
17833 (emit_input_reload_insns): Likewise.
17834 (delete_output_reload): Likewise.
17835 * sched-deps.c (init_insn_reg_pressure_info): Likewise.
17836 * valtrack.c (cleanup_auto_inc_dec): Likewise.
17837
17838 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
17839
17840 * rtl.h: Always define AUTO_INC_DEC.
17841 * auto-inc-dec.c (pass_inc_dec::execute): Adjust.
17842 * combine.c (combine_instructions): Likewise.
17843 (can_combine_p): Likewise.
17844 (try_combine): Likewise.
17845 * emit-rtl.c (try_split): Likewise.
17846 * loop-invariant.c (calculate_loop_reg_pressure): Likewise.
17847 * lower-subreg.c (resolve_simple_move): Likewise.
17848 * lra.c (update_inc_notes): Likewise.
17849 * recog.c (asm_operand_ok): Likewise.
17850 (constrain_operands): Likewise.
17851 * regrename.c (scan_rtx_address): Likewise.
17852 * reload.c (update_auto_inc_notes): Likewise.
17853 (find_equiv_reg): Likewise.
17854 * reload1.c (reload): Likewise.
17855 (reload_as_needed): Likewise.
17856 (choose_reload_regs): Likewise.
17857 (emit_input_reload_insns): Likewise.
17858 (delete_output_reload): Likewise.
17859 * sched-deps.c (init_insn_reg_pressure_info): Likewise.
17860 * valtrack.c (cleanup_auto_inc_dec): Likewise.
17861
17862 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
17863
17864 * combine.c (can_combine_def_p): Don't check the value of
17865 HARD_FRAME_POINTER_IS_FRAME_POINTER with the preprocessor.
17866 (combinable_i3pat): Likewise.
17867 (mark_used_regs_combine): Likewise.
17868 * regrename.c (rename_chains): Likewise.
17869 * reload.c (find_reloads_address): Likewise.
17870 * sel-sched.c (mark_unavailable_hard_regs): Likewise.
17871
17872 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
17873
17874 * combine.c (update_rsp_from_reg_equal): Don't check if
17875 SHORT_IMMEDIATES_SIGN_EXTEND is defined.
17876 (reg_nonzero_bits_for_combine): Likewise.
17877 * config/alpha/alpha.h: Define SHORT_IMMEDIATES_SIGN_EXTEND to
17878 1.
17879 * config/frv/frv.h: Likewise.
17880 * config/lm32/lm32.h: Likewise.
17881 * config/mep/mep.h: Likewise.
17882 * config/mips/mips.h: Likewise.
17883 * config/rs6000/rs6000.h: Likewise.
17884 * config/sh/sh.h: Likewise.
17885 * config/tilegx/tilegx.h (enum reg_class): Likewise.
17886 * config/tilepro/tilepro.h: Likewise.
17887 * defaults.h: Add default for SHORT_IMMEDIATES_SIGN_EXTEND.
17888 * doc/tm.texi: Regenerate.
17889 * doc/tm.texi.in: Adjust.
17890 * rtlanal.c (nonzero_bits1): Likewise.
17891
17892 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
17893
17894 * combine.c (do_SUBST_MODE): Don't check the value of HAVE_cc0
17895 with the preprocessor.
17896 (combine_instructions): Likewise.
17897 (try_combine): Likewise.
17898 (subst): Likewise.
17899 (distribute_notes): Likewise.
17900
17901 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
17902
17903 * combine.c (try_combine): Don't check if LOAD_EXTEND_OP is
17904 defined.
17905 (simplify_set): Likewise.
17906 * cse.c (cse_insn): Likewise.
17907 * fold-const.c (fold_single_bit_test): Likewise.
17908 (fold_unary_loc): Likewise.
17909 * postreload.c (reload_cse_simplify_set): Likewise.
17910 (reload_cse_simplify_operands): Likewise.
17911
17912 2015-07-08 Jiong Wang <jiong.wang@arm.com>
17913
17914 * config/aarch64/aarch64.c (aarch64_unspec_may_trap_p): New function.
17915 (TARGET_UNSPEC_MAY_TRAP_P): Define as aarch64_unspec_may_trap_p.
17916
17917 2015-07-08 H.J. Lu <hongjiu.lu@intel.com>
17918
17919 PR target/66746
17920 * config/i386/x86intrin.h: Include <adxintrin.h> even if
17921 __iamcu__ is defined.
17922
17923 2015-07-08 Uros Bizjak <ubizjak@gmail.com>
17924
17925 * config/i386/predicates.md (general_reg_operand): Use GENERAL_REGNO_P.
17926
17927 2015-07-08 Iain Sandoe <iain@codesourcery.com>
17928
17929 PR target/66523
17930 * config/darwin.c (darwin_mark_decl_preserved): Exclude 'L' label
17931 names from preservation.
17932
17933 2015-07-08 H.J. Lu <hongjiu.lu@intel.com>
17934
17935 PR target/66806
17936 * config/i386/i386.c (type_natural_mode): Don't warn vector ABI
17937 change for IAMCU.
17938 (function_arg_advance_32): Don't pass vectors in registers for
17939 IAMCU.
17940 (function_arg_32): Likewise.
17941 (ix86_return_in_memory): Don't return vectors in registers for
17942 IAMCU.
17943
17944 2015-07-08 Vladimir Makarov <vmakarov@redhat.com>
17945
17946 PR middle-end/66334
17947 * ira-lives.c (process_bb_node_lives): Make conflicts with PIC
17948 hard regno live at the start of BB with incoming abnormal edges.
17949 * lra-lives.c (process_bb_lives): Ditto.
17950
17951 2015-07-08 Thomas Schwinge <thomas@codesourcery.com>
17952
17953 PR libgomp/65099
17954 * config/nvptx/mkoffload.c (main): Create an offload image only in
17955 64-bit configurations.
17956
17957 2015-07-08 Martin Liska <mliska@suse.cz>
17958
17959 PR bootstrap/66744
17960 * tree-sra.c (create_access_1): Call ctor without brackets.
17961 (create_artificial_child_access): Likewise.
17962
17963 2015-07-08 Richard Biener <rguenther@suse.de>
17964
17965 PR tree-optimization/66793
17966 * gimple-ssa-isolate-paths.c (insert_trap_and_remove_trailing_statemen):
17967 Properly split the block after stmts ending it.
17968
17969 2015-07-08 Richard Biener <rguenther@suse.de>
17970
17971 PR tree-optimization/66794
17972 * passes.c (execute_function_todo): Assert that post-dominators
17973 are not computed.
17974 * gimple-ssa-isolate-paths.c (gimple_ssa_isolate_erroneous_paths):
17975 Free post-dominators.
17976
17977 2015-07-08 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
17978
17979 * config/s390/s390.c (s390_init_frame_layout): Replace assertion
17980 with early exit.
17981
17982 2015-07-08 Uros Bizjak <ubizjak@gmail.com>
17983
17984 * config/i386/i386.md (*jcc_bt<mode>): Only allow const_int values
17985 more than or equal 8 and less than 32 when optimizing for size.
17986
17987 2015-07-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17988
17989 * config/arm/arm.c (arm_new_rtx_costs): Initialise cost to
17990 COSTS_N_INSNS (1) and increment it appropriately throughout the
17991 function.
17992
17993 2015-07-08 Richard Biener <rguenther@suse.de>
17994
17995 * fold-const.c (fold_widened_comparison): Fix inverted comparison.
17996
17997 2015-07-08 Alan Modra <amodra@gmail.com>
17998
17999 * target.def (rtx_costs): Remove "code" param, add "mode".
18000 * rtl.h (rtx_cost, get_full_rtx_cost): Update prototype.
18001 (set_src_cost, get_full_set_src_cost): Likewise. Move later in file.
18002 (set_rtx_cost, get_full_set_rtx_cost): Move later in file.
18003 * rtlanal.c (rtx_cost): Add "mode" parameter. Update targetm.rtx_costs
18004 call. Track mode when given in rtx.
18005 (get_full_rtx_cost): Add "mode" parameter. Update rtx_cost calls.
18006 (default_address_cost): Pass Pmode to rtx_cost.
18007 (insn_rtx_cost): Pass dest mode of set to set_src_cost.
18008 * cprop.c (try_replace_reg): Ensure set_rtx_cost is not called
18009 with NULL set.
18010 * cse.c (COST, COST_IN): Add MODE param. Update all uses.
18011 (notreg_cost): Add mode param. Use it.
18012 * gcse.c (want_to_gcse_p): Delete forward declaration. Add
18013 mode param and pass to set_src_cost. Update all calls.
18014 (hash_scan_set): Formatting.
18015 * hooks.c (hook_bool_rtx_int_int_int_intp_bool_false): Delete.
18016 (hook_bool_rtx_mode_int_int_intp_bool_false): New function.
18017 * hooks.h: Ditto.
18018 * expmed.c (init_expmed_one_conv, init_expmed_one_mode,
18019 init_expmed, expand_mult, mult_by_coeff_cost, expand_smod_pow2,
18020 emit_store_flag): Update set_src_cost and rtx_cost calls.
18021 * auto-inc-dec.c (attempt_change): Likewise.
18022 * calls.c (precompute_register_parameters): Likewise.
18023 * combine.c (expand_compound_operation, make_extraction,
18024 force_to_mode, distribute_and_simplify_rtx): Likewise.
18025 * dojump.c (prefer_and_bit_test): Likewise.
18026 * dse.c (find_shift_sequence): Likewise.
18027 * expr.c (compress_float_constant): Likewise.
18028 * fwprop.c (should_replace_address, try_fwprop_subst): Likewise.
18029 * ifcvt.c (noce_try_sign_mask): Likewise.
18030 * loop-doloop.c (doloop_optimize): Likewise.
18031 * loop-invariant.c (create_new_invariant): Likewise.
18032 * lower-subreg.c (shift_cost, compute_costs): Likewise.
18033 * optabs.c (avoid_expensive_constant, prepare_cmp_insn,
18034 lshift_cheap_p): Likewise.
18035 * postreload.c (reload_cse_simplify_set, reload_cse_simplify_operands,
18036 try_replace_in_use, reload_cse_move2add): Likewise.
18037 * reload1.c (calculate_elim_costs_all_insns, note_reg_elim_costly):
18038 Likewise.
18039 * simplify-rtx.c (simplify_binary_operation_1): Likewise.
18040 * tree-ssa-loop-ivopts.c (computation_cost): Likewise.
18041 * tree-ssa-reassoc.c (optimize_range_tests_to_bit_test): Likewise.
18042 * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
18043 * config/aarch64/aarch64.c (aarch64_rtx_costs): Delete "code" param,
18044 add "mode" param. Use "mode: in place of GET_MODE (x). Pass mode
18045 to rtx_cost calls.
18046 * config/alpha/alpha.c (alpha_rtx_costs): Likewise.
18047 * config/arc/arc.c (arc_rtx_costs): Likewise.
18048 * config/arm/arm.c (arm_rtx_costs): Likewise.
18049 * config/avr/avr.c (avr_rtx_costs, avr_rtx_costs_1): Likewise.
18050 * config/bfin/bfin.c (bfin_rtx_costs): Likewise.
18051 * config/c6x/c6x.c (c6x_rtx_costs): Likewise.
18052 * config/cris/cris.c (cris_rtx_costs): Likewise.
18053 * config/epiphany/epiphany.c (epiphany_rtx_costs): Likewise.
18054 * config/frv/frv.c (frv_rtx_costs): Likewise.
18055 * config/h8300/h8300.c (h8300_rtx_costs): Likewise.
18056 * config/i386/i386.c (ix86_rtx_costs): Likewise.
18057 * config/ia64/ia64.c (ia64_rtx_costs): Likewise.
18058 * config/iq2000/iq2000.c (iq2000_rtx_costs): Likewise.
18059 * config/lm32/lm32.c (lm32_rtx_costs): Likewise.
18060 * config/m32c/m32c.c (m32c_rtx_costs): Likewise.
18061 * config/m32r/m32r.c (m32r_rtx_costs): Likewise.
18062 * config/m68k/m68k.c (m68k_rtx_costs): Likewise.
18063 * config/mcore/mcore.c (mcore_rtx_costs): Likewise.
18064 * config/mep/mep.c (mep_rtx_cost): Likewise.
18065 * config/microblaze/microblaze.c (microblaze_rtx_costs): Likewise.
18066 * config/mips/mips.c (mips_rtx_costs): Likewise.
18067 * config/mmix/mmix.c (mmix_rtx_costs): Likewise.
18068 * config/mn10300/mn10300.c (mn10300_rtx_costs): Likewise.
18069 * config/msp430/msp430.c (msp430_rtx_costs): Likewise.
18070 * config/nds32/nds32-cost.c (nds32_rtx_costs_impl): Likewise.
18071 * config/nds32/nds32-protos.h (nds32_rtx_costs_impl): Likewise.
18072 * config/nds32/nds32.c (nds32_rtx_costs): Likewise.
18073 * config/nios2/nios2.c (nios2_rtx_costs): Likewise.
18074 * config/pa/pa.c (hppa_rtx_costs): Likewise.
18075 * config/pdp11/pdp11.c (pdp11_rtx_costs): Likewise.
18076 * config/rl78/rl78.c (rl78_rtx_costs): Likewise.
18077 * config/rs6000/rs6000.c (rs6000_rtx_costs): Likewise.
18078 * config/s390/s390.c (s390_rtx_costs): Likewise.
18079 * config/sh/sh.c (sh_rtx_costs): Likewise.
18080 * config/sparc/sparc.c (sparc_rtx_costs): Likewise.
18081 * config/spu/spu.c (spu_rtx_costs): Likewise.
18082 * config/stormy16/stormy16.c (xstormy16_rtx_costs): Likewise.
18083 * config/tilegx/tilegx.c (tilegx_rtx_costs): Likewise.
18084 * config/tilepro/tilepro.c (tilepro_rtx_costs): Likewise.
18085 * config/v850/v850.c (v850_rtx_costs): Likewise.
18086 * config/vax/vax.c (vax_rtx_costs): Likewise.
18087 * config/visium/visium.c (visium_rtx_costs): Likewise.
18088 * config/xtensa/xtensa.c (xtensa_rtx_costs): Likewise.
18089 * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Change type of
18090 "code" param, and pass as outer_code to first rtx_cost call. Pass
18091 mode to rtx_cost calls.
18092 (aarch64_address_cost, aarch64_if_then_else_costs): Update rtx_cost
18093 calls.
18094 (aarch64_rtx_costs_wrapper): Update.
18095 * config/arm/arm.c (arm_rtx_costs_1, arm_size_rtx_costs,
18096 arm_unspec_cost, arm_new_rtx_costs, arm_slowmul_rtx_costs): Update
18097 rtx_cost calls.
18098 * config/avr/avr.c (avr_final_prescan_insn): Update set_src_cost
18099 and rtx_cost calls.
18100 (avr_operand_rtx_cost): Similarly.
18101 (avr_rtx_costs_1): Correct mode passed to avr_operand_rtx_cost
18102 for subexpressions of ZERO_EXTEND, SIGN_EXTEND and COMPARE.
18103 * config/mips/mips.c (mips_stack_address_p): Comment typo.
18104 (mips_binary_cost): Update rtx_cost and set_src_cost calls.
18105 (mips_rtx_costs): Use GET_MODE (x) to detect const_int.
18106 * config/mn10300/mn10300.c (mn10300_address_cost): Pass Pmode to
18107 rtx_cost.
18108 (mn10300_rtx_costs): Correct mode passed to mn10300_address_cost.
18109 * config/rs6000/rs6000.c (rs6000_debug_rtx_costs): Update.
18110 * config/sh/sh.c (and_xor_ior_costs): Update rtx_cost call.
18111 * doc/tm.texi: Regenerate.
18112
18113 2015-07-07 Andrew MacLeod <amacleod@redhat.com>
18114
18115 * tree-core.h: Include symtab.h.
18116 * rtl.h: Include hard-reg-set.h but not flags.h.
18117 (HARD_CONST): Remove condition compilation involving HARD_CONST since
18118 hard-reg-set.h is always included.
18119 * regs.h: Don't include hard-reg-set.h or rtl.h.
18120 * cfg.h: Include dominance.h.
18121 * gimple.h: Include tree-ssa-alias.h and gimple-expr.h.
18122 * backend.h: New. Aggregate commonly used backend header files.
18123 * gimple-ssa.h: Don't include tree-hasher.h.
18124 * ssa.h: New. Aggregate commonly used SSA header files.
18125 * regset.h: Remove bitmap.h and hard-reg-set.h #includes.
18126 * sel-sched-ir.h: Flatten includes.
18127 * lra-int.h: Flatten completely.
18128 * sel-sched-dump.h: Flatten includes.
18129 * ira-int.h: Flatten includes.
18130 * gimple-streamer.h: Remove all includes.
18131 * cfgloop.h: Remove all #includes except cfgloopmanip.h.
18132 * resource.h: Flatten hard-reg-set.h and df.h.
18133 * sched-int.h: Flatten insn-arrt.h and df.h.
18134 * valtrack.h: flatten bitmap.h, df.h, and rtl.h
18135 * df.h: Flatten includes, leaving regset.h, alloc-pool.h and timevar.h.
18136 * genattrtab.c (write_header): Adjust generated includes.
18137 * genautomata.c (main): Likewise.
18138 * genconditions.c (write-header): Likewise.
18139 * genemit.c (main): Likewise.
18140 * gengtype.c (open_base_files): Likewise.
18141 * genopinit.c (main): Likewise.
18142 * genoutput.c (output_prologue): Likewise.
18143 * genpeep.c (main): Likewise.
18144 * genpreds.c (write_insn_preds_c): Likewise.
18145 * genrecog.c (write_header): Likewise.
18146 * alias.c: Adjust includes.
18147 * asan.c: Likewise.
18148 * attribs.c: Likewise.
18149 * auto-inc-dec.c: Likewise.
18150 * auto-profile.c: Likewise.
18151 * bb-reorder.c: Likewise.
18152 * bt-load.c: Likewise.
18153 * builtins.c: Likewise.
18154 * caller-save.c: Likewise.
18155 * calls.c: Likewise.
18156 * ccmp.c: Likewise.
18157 * cfg.c: Likewise.
18158 * cfganal.c: Likewise.
18159 * cfgbuild.c: Likewise.
18160 * cfgcleanup.c: Likewise.
18161 * cfgexpand.c: Likewise.
18162 * cfghooks.c: Likewise.
18163 * cfgloop.c: Likewise.
18164 * cfgloopanal.c: Likewise.
18165 * cfgloopmanip.c: Likewise.
18166 * cfgrtl.c: Likewise.
18167 * cgraph.c: Likewise.
18168 * cgraphbuild.c: Likewise.
18169 * cgraphclones.c: Likewise.
18170 * cgraphunit.c: Likewise.
18171 * cilk-common.c: Likewise.
18172 * combine-stack-adj.c: Likewise.
18173 * combine.c: Likewise.
18174 * compare-elim.c: Likewise.
18175 * convert.c: Likewise.
18176 * coverage.c: Likewise.
18177 * cppbuiltin.c: Likewise.
18178 * cprop.c: Likewise.
18179 * cse.c: Likewise.
18180 * cselib.c: Likewise.
18181 * data-streamer-in.c: Likewise.
18182 * data-streamer-out.c: Likewise.
18183 * data-streamer.c: Likewise.
18184 * dbxout.c: Likewise.
18185 * dce.c: Likewise.
18186 * ddg.c: Likewise.
18187 * debug.c: Likewise.
18188 * df-core.c: Likewise.
18189 * df-problems.c: Likewise.
18190 * df-scan.c: Likewise.
18191 * dfp.c: Likewise.
18192 * dojump.c: Likewise.
18193 * dominance.c: Likewise.
18194 * domwalk.c: Likewise.
18195 * double-int.c: Likewise.
18196 * dse.c: Likewise.
18197 * dumpfile.c: Likewise.
18198 * dwarf2asm.c: Likewise.
18199 * dwarf2cfi.c: Likewise.
18200 * dwarf2out.c: Likewise.
18201 * emit-rtl.c: Likewise.
18202 * et-forest.c: Likewise.
18203 * except.c: Likewise.
18204 * explow.c: Likewise.
18205 * expmed.c: Likewise.
18206 * expr.c: Likewise.
18207 * final.c: Likewise.
18208 * fixed-value.c: Likewise.
18209 * fold-const.c: Likewise.
18210 * function.c: Likewise.
18211 * fwprop.c: Likewise.
18212 * gcc-plugin.h: Likewise.
18213 * gcse-common.c: Likewise.
18214 * gcse.c: Likewise.
18215 * generic-match-head.c: Likewise.
18216 * ggc-page.c: Likewise.
18217 * gimple-builder.c: Likewise.
18218 * gimple-expr.c: Likewise.
18219 * gimple-fold.c: Likewise.
18220 * gimple-iterator.c: Likewise.
18221 * gimple-low.c: Likewise.
18222 * gimple-match-head.c: Likewise.
18223 * gimple-pretty-print.c: Likewise.
18224 * gimple-ssa-isolate-paths.c: Likewise.
18225 * gimple-ssa-strength-reduction.c: Likewise.
18226 * gimple-streamer-in.c: Likewise.
18227 * gimple-streamer-out.c: Likewise.
18228 * gimple-walk.c: Likewise.
18229 * gimple.c: Likewise.
18230 * gimplify-me.c: Likewise.
18231 * gimplify.c: Likewise.
18232 * godump.c: Likewise.
18233 * graph.c: Likewise.
18234 * graphite-blocking.c: Likewise.
18235 * graphite-dependences.c: Likewise.
18236 * graphite-interchange.c: Likewise.
18237 * graphite-isl-ast-to-gimple.c: Likewise.
18238 * graphite-optimize-isl.c: Likewise.
18239 * graphite-poly.c: Likewise.
18240 * graphite-scop-detection.c: Likewise.
18241 * graphite-sese-to-poly.c: Likewise.
18242 * graphite.c: Likewise.
18243 * haifa-sched.c: Likewise.
18244 * hw-doloop.c: Likewise.
18245 * ifcvt.c: Likewise.
18246 * init-regs.c: Likewise.
18247 * internal-fn.c: Likewise.
18248 * ipa-chkp.c: Likewise.
18249 * ipa-comdats.c: Likewise.
18250 * ipa-cp.c: Likewise.
18251 * ipa-devirt.c: Likewise.
18252 * ipa-icf-gimple.c: Likewise.
18253 * ipa-icf.c: Likewise.
18254 * ipa-inline-analysis.c: Likewise.
18255 * ipa-inline-transform.c: Likewise.
18256 * ipa-inline.c: Likewise.
18257 * ipa-polymorphic-call.c: Likewise.
18258 * ipa-profile.c: Likewise.
18259 * ipa-prop.c: Likewise.
18260 * ipa-pure-const.c: Likewise.
18261 * ipa-ref.c: Likewise.
18262 * ipa-reference.c: Likewise.
18263 * ipa-split.c: Likewise.
18264 * ipa-utils.c: Likewise.
18265 * ipa-visibility.c: Likewise.
18266 * ipa.c: Likewise.
18267 * ira-build.c: Likewise.
18268 * ira-color.c: Likewise.
18269 * ira-conflicts.c: Likewise.
18270 * ira-costs.c: Likewise.
18271 * ira-emit.c: Likewise.
18272 * ira-lives.c: Likewise.
18273 * ira.c: Likewise.
18274 * jump.c: Likewise.
18275 * langhooks.c: Likewise.
18276 * lcm.c: Likewise.
18277 * loop-doloop.c: Likewise.
18278 * loop-init.c: Likewise.
18279 * loop-invariant.c: Likewise.
18280 * loop-iv.c: Likewise.
18281 * loop-unroll.c: Likewise.
18282 * lower-subreg.c: Likewise.
18283 * lra-assigns.c: Likewise.
18284 * lra-coalesce.c: Likewise.
18285 * lra-constraints.c: Likewise.
18286 * lra-eliminations.c: Likewise.
18287 * lra-lives.c: Likewise.
18288 * lra-remat.c: Likewise.
18289 * lra-spills.c: Likewise.
18290 * lra.c: Likewise.
18291 * lto-cgraph.c: Likewise.
18292 * lto-compress.c: Likewise.
18293 * lto-opts.c: Likewise.
18294 * lto-section-in.c: Likewise.
18295 * lto-section-out.c: Likewise.
18296 * lto-streamer-in.c: Likewise.
18297 * lto-streamer-out.c: Likewise.
18298 * lto-streamer.c: Likewise.
18299 * mcf.c: Likewise.
18300 * mode-switching.c: Likewise.
18301 * modulo-sched.c: Likewise.
18302 * omega.c: Likewise.
18303 * omp-low.c: Likewise.
18304 * optabs.c: Likewise.
18305 * opts-global.c: Likewise.
18306 * passes.c: Likewise.
18307 * plugin.c: Likewise.
18308 * postreload-gcse.c: Likewise.
18309 * postreload.c: Likewise.
18310 * predict.c: Likewise.
18311 * print-rtl.c: Likewise.
18312 * print-tree.c: Likewise.
18313 * profile.c: Likewise.
18314 * real.c: Likewise.
18315 * realmpfr.c: Likewise.
18316 * recog.c: Likewise.
18317 * ree.c: Likewise.
18318 * reg-stack.c: Likewise.
18319 * regcprop.c: Likewise.
18320 * reginfo.c: Likewise.
18321 * regrename.c: Likewise.
18322 * regstat.c: Likewise.
18323 * reload.c: Likewise.
18324 * reload1.c: Likewise.
18325 * reorg.c: Likewise.
18326 * resource.c: Likewise.
18327 * rtl-chkp.c: Likewise.
18328 * rtlanal.c: Likewise.
18329 * rtlhooks.c: Likewise.
18330 * sanopt.c: Likewise.
18331 * sched-deps.c: Likewise.
18332 * sched-ebb.c: Likewise.
18333 * sched-rgn.c: Likewise.
18334 * sched-vis.c: Likewise.
18335 * sdbout.c: Likewise.
18336 * sel-sched-dump.c: Likewise.
18337 * sel-sched-ir.c: Likewise.
18338 * sel-sched.c: Likewise.
18339 * sese.c: Likewise.
18340 * shrink-wrap.c: Likewise.
18341 * simplify-rtx.c: Likewise.
18342 * stack-ptr-mod.c: Likewise.
18343 * stmt.c: Likewise.
18344 * stor-layout.c: Likewise.
18345 * store-motion.c: Likewise.
18346 * stringpool.c: Likewise.
18347 * symtab.c: Likewise.
18348 * target-globals.c: Likewise.
18349 * targhooks.c: Likewise.
18350 * toplev.c: Likewise.
18351 * tracer.c: Likewise.
18352 * trans-mem.c: Likewise.
18353 * tree-affine.c: Likewise.
18354 * tree-browser.c: Likewise.
18355 * tree-call-cdce.c: Likewise.
18356 * tree-cfg.c: Likewise.
18357 * tree-cfgcleanup.c: Likewise.
18358 * tree-chkp-opt.c: Likewise.
18359 * tree-chkp.c: Likewise.
18360 * tree-chrec.c: Likewise.
18361 * tree-complex.c: Likewise.
18362 * tree-data-ref.c: Likewise.
18363 * tree-dfa.c: Likewise.
18364 * tree-diagnostic.c: Likewise.
18365 * tree-dump.c: Likewise.
18366 * tree-eh.c: Likewise.
18367 * tree-emutls.c: Likewise.
18368 * tree-if-conv.c: Likewise.
18369 * tree-inline.c: Likewise.
18370 * tree-into-ssa.c: Likewise.
18371 * tree-iterator.c: Likewise.
18372 * tree-loop-distribution.c: Likewise.
18373 * tree-nested.c: Likewise.
18374 * tree-nrv.c: Likewise.
18375 * tree-object-size.c: Likewise.
18376 * tree-outof-ssa.c: Likewise.
18377 * tree-parloops.c: Likewise.
18378 * tree-phinodes.c: Likewise.
18379 * tree-predcom.c: Likewise.
18380 * tree-pretty-print.c: Likewise.
18381 * tree-profile.c: Likewise.
18382 * tree-scalar-evolution.c: Likewise.
18383 * tree-sra.c: Likewise.
18384 * tree-ssa-address.c: Likewise.
18385 * tree-ssa-alias.c: Likewise.
18386 * tree-ssa-ccp.c: Likewise.
18387 * tree-ssa-coalesce.c: Likewise.
18388 * tree-ssa-copy.c: Likewise.
18389 * tree-ssa-copyrename.c: Likewise.
18390 * tree-ssa-dce.c: Likewise.
18391 * tree-ssa-dom.c: Likewise.
18392 * tree-ssa-dse.c: Likewise.
18393 * tree-ssa-forwprop.c: Likewise.
18394 * tree-ssa-ifcombine.c: Likewise.
18395 * tree-ssa-live.c: Likewise.
18396 * tree-ssa-loop-ch.c: Likewise.
18397 * tree-ssa-loop-im.c: Likewise.
18398 * tree-ssa-loop-ivcanon.c: Likewise.
18399 * tree-ssa-loop-ivopts.c: Likewise.
18400 * tree-ssa-loop-manip.c: Likewise.
18401 * tree-ssa-loop-niter.c: Likewise.
18402 * tree-ssa-loop-prefetch.c: Likewise.
18403 * tree-ssa-loop-unswitch.c: Likewise.
18404 * tree-ssa-loop.c: Likewise.
18405 * tree-ssa-math-opts.c: Likewise.
18406 * tree-ssa-operands.c: Likewise.
18407 * tree-ssa-phiopt.c: Likewise.
18408 * tree-ssa-phiprop.c: Likewise.
18409 * tree-ssa-pre.c: Likewise.
18410 * tree-ssa-propagate.c: Likewise.
18411 * tree-ssa-reassoc.c: Likewise.
18412 * tree-ssa-sccvn.c: Likewise.
18413 * tree-ssa-scopedtables.c: Likewise.
18414 * tree-ssa-sink.c: Likewise.
18415 * tree-ssa-strlen.c: Likewise.
18416 * tree-ssa-structalias.c: Likewise.
18417 * tree-ssa-tail-merge.c: Likewise.
18418 * tree-ssa-ter.c: Likewise.
18419 * tree-ssa-threadedge.c: Likewise.
18420 * tree-ssa-threadupdate.c: Likewise.
18421 * tree-ssa-uncprop.c: Likewise.
18422 * tree-ssa-uninit.c: Likewise.
18423 * tree-ssa.c: Likewise.
18424 * tree-ssanames.c: Likewise.
18425 * tree-stdarg.c: Likewise.
18426 * tree-streamer-in.c: Likewise.
18427 * tree-streamer-out.c: Likewise.
18428 * tree-streamer.c: Likewise.
18429 * tree-switch-conversion.c: Likewise.
18430 * tree-tailcall.c: Likewise.
18431 * tree-vect-data-refs.c: Likewise.
18432 * tree-vect-generic.c: Likewise.
18433 * tree-vect-loop-manip.c: Likewise.
18434 * tree-vect-loop.c: Likewise.
18435 * tree-vect-patterns.c: Likewise.
18436 * tree-vect-slp.c: Likewise.
18437 * tree-vect-stmts.c: Likewise.
18438 * tree-vectorizer.c: Likewise.
18439 * tree-vrp.c: Likewise.
18440 * tree.c: Likewise.
18441 * tsan.c: Likewise.
18442 * ubsan.c: Likewise.
18443 * valtrack.c: Likewise.
18444 * value-prof.c: Likewise.
18445 * var-tracking.c: Likewise.
18446 * varasm.c: Likewise.
18447 * varpool.c: Likewise.
18448 * vmsdbgout.c: Likewise.
18449 * vtable-verify.c: Likewise.
18450 * web.c: Likewise.
18451 * wide-int.cc: Likewise.
18452 * xcoffout.c: Likewise.
18453 * config/aarch64/aarch64-builtins.c: Likewise.
18454 * config/aarch64/aarch64.c: Likewise.
18455 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
18456 * config/alpha/alpha.c: Likewise.
18457 * config/arc/arc.c: Likewise.
18458 * config/arm/aarch-common.c: Likewise.
18459 * config/arm/arm-builtins.c: Likewise.
18460 * config/arm/arm-c.c: Likewise.
18461 * config/arm/arm.c: Likewise.
18462 * config/avr/avr-c.c: Likewise.
18463 * config/avr/avr-log.c: Likewise.
18464 * config/avr/avr.c: Likewise.
18465 * config/bfin/bfin.c: Likewise.
18466 * config/c6x/c6x.c: Likewise.
18467 * config/cr16/cr16.c: Likewise.
18468 * config/cris/cris.c: Likewise.
18469 * config/darwin-c.c: Likewise.
18470 * config/darwin.c: Likewise.
18471 * config/epiphany/epiphany.c: Likewise.
18472 * config/epiphany/mode-switch-use.c: Likewise.
18473 * config/epiphany/resolve-sw-modes.c: Likewise.
18474 * config/fr30/fr30.c: Likewise.
18475 * config/frv/frv.c: Likewise.
18476 * config/ft32/ft32.c: Likewise.
18477 * config/h8300/h8300.c: Likewise.
18478 * config/i386/i386-c.c: Likewise.
18479 * config/i386/i386.c: Likewise.
18480 * config/i386/msformat-c.c: Likewise.
18481 * config/i386/winnt-cxx.c: Likewise.
18482 * config/i386/winnt-stubs.c: Likewise.
18483 * config/i386/winnt.c: Likewise.
18484 * config/ia64/ia64-c.c: Likewise.
18485 * config/ia64/ia64.c: Likewise.
18486 * config/iq2000/iq2000.c: Likewise.
18487 * config/lm32/lm32.c: Likewise.
18488 * config/m32c/m32c-pragma.c: Likewise.
18489 * config/m32c/m32c.c: Likewise.
18490 * config/m32r/m32r.c: Likewise.
18491 * config/m68k/m68k.c: Likewise.
18492 * config/mcore/mcore.c: Likewise.
18493 * config/mep/mep-pragma.c: Likewise.
18494 * config/mep/mep.c: Likewise.
18495 * config/microblaze/microblaze-c.c: Likewise.
18496 * config/microblaze/microblaze.c: Likewise.
18497 * config/mips/mips.c: Likewise.
18498 * config/mmix/mmix.c: Likewise.
18499 * config/mn10300/mn10300.c: Likewise.
18500 * config/moxie/moxie.c: Likewise.
18501 * config/msp430/msp430-c.c: Likewise.
18502 * config/msp430/msp430.c: Likewise.
18503 * config/nds32/nds32-cost.c: Likewise.
18504 * config/nds32/nds32-fp-as-gp.c: Likewise.
18505 * config/nds32/nds32-intrinsic.c: Likewise.
18506 * config/nds32/nds32-isr.c: Likewise.
18507 * config/nds32/nds32-md-auxiliary.c: Likewise.
18508 * config/nds32/nds32-memory-manipulation.c: Likewise.
18509 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
18510 * config/nds32/nds32-predicates.c: Likewise.
18511 * config/nds32/nds32.c: Likewise.
18512 * config/nios2/nios2.c: Likewise.
18513 * config/nvptx/nvptx.c: Likewise.
18514 * config/pa/pa.c: Likewise.
18515 * config/pdp11/pdp11.c: Likewise.
18516 * config/rl78/rl78-c.c: Likewise.
18517 * config/rl78/rl78.c: Likewise.
18518 * config/rs6000/rs6000-c.c: Likewise.
18519 * config/rs6000/rs6000.c: Likewise.
18520 * config/rx/rx.c: Likewise.
18521 * config/s390/s390-c.c: Likewise.
18522 * config/s390/s390.c: Likewise.
18523 * config/sh/sh-c.c: Likewise.
18524 * config/sh/sh-mem.cc: Likewise.
18525 * config/sh/sh.c: Likewise.
18526 * config/sh/sh_optimize_sett_clrt.cc: Likewise.
18527 * config/sh/sh_treg_combine.cc: Likewise.
18528 * config/sol2-c.c: Likewise.
18529 * config/sol2-cxx.c: Likewise.
18530 * config/sol2-stubs.c: Likewise.
18531 * config/sol2.c: Likewise.
18532 * config/sparc/sparc-c.c: Likewise.
18533 * config/sparc/sparc.c: Likewise.
18534 * config/spu/spu-c.c: Likewise.
18535 * config/spu/spu.c: Likewise.
18536 * config/stormy16/stormy16.c: Likewise.
18537 * config/tilegx/mul-tables.c: Likewise.
18538 * config/tilegx/tilegx-c.c: Likewise.
18539 * config/tilegx/tilegx.c: Likewise.
18540 * config/tilepro/mul-tables.c: Likewise.
18541 * config/tilepro/tilepro-c.c: Likewise.
18542 * config/tilepro/tilepro.c: Likewise.
18543 * config/v850/v850-c.c: Likewise.
18544 * config/v850/v850.c: Likewise.
18545 * config/vax/vax.c: Likewise.
18546 * config/visium/visium.c: Likewise.
18547 * config/vms/vms-c.c: Likewise.
18548 * config/vms/vms.c: Likewise.
18549 * config/vxworks.c: Likewise.
18550 * config/xtensa/xtensa.c: Likewise.
18551
18552 2015-07-07 Uros Bizjak <ubizjak@gmail.com>
18553
18554 * config/i386/i386.md (*jcc_bt<mode>): Only split before reload.
18555 Remove operand constraints. Change operand 2 predicate to
18556 nonmemory operand. Limit const_int values to mode bitsize. Only
18557 allow const_int values less than 32 when optimizing for size.
18558 (*jcc_bt<mode>_1, *jcc_bt<mode>_mask): Only split before reload.
18559 Remove operand constraints.
18560 (*bt<mode>): Use SImode for const_int values less than 32.
18561 (regmode): Remove mode attribute.
18562
18563 2015-07-07 Anatoly Sokolov <aesok@post.ru>
18564
18565 * config/moxie/moxie.h (GO_IF_LEGITIMATE_ADDRESS): Remove macros.
18566 * config/moxie/moxie.c (moxie_reg_ok_for_base_p,
18567 moxie_legitimate_address_p): New functions.
18568 (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
18569
18570 2015-07-07 Tom de Vries <tom@codesourcery.com>
18571
18572 PR tree-optimization/66642
18573 * tree-parloops.c (transform_to_exit_first_loop_alt): Update function
18574 header comment. Rename split_edge variable to edge_at_split. Split
18575 exit edge to create new loop exit bb. Insert loop exit phis in new
18576 loop exit bb.
18577
18578 2015-07-07 Tom de Vries <tom@codesourcery.com>
18579
18580 * tree-cfg.c (get_virtual_phi): New function.
18581 * tree-cfg.h (get_virtual_phi): Declare.
18582 * tree-ssa-loop-manip.c (replace_uses_in_dominated_bbs)
18583 (rewrite_virtuals_into_loop_closed_ssa): New function.
18584 * tree-ssa-loop-manip.h (rewrite_virtuals_into_loop_closed_ssa):
18585 Declare.
18586 * tree-parloops.c (replace_uses_in_bbs_by): Remove.
18587 (transform_to_exit_first_loop_alt): Use
18588 rewrite_virtuals_into_loop_closed_ssa.
18589
18590 2015-07-07 Richard Biener <rguenther@suse.de>
18591
18592 * fold-const.c (fold_binary_loc): Move
18593 (X & C2) << C1 -> (X << C1) & (C2 << C1) simplification ...
18594 * match.pd: ... here.
18595 Add (X * C1) % C2 -> 0 simplification pattern derived from
18596 extract_muldiv_1.
18597
18598 2015-07-07 Kaz Kojima <kkojima@gcc.gnu.org>
18599
18600 PR target/66780
18601 * config/sh/sh.md (symGOT_load): Revert a part of 2015-03-03
18602 change for target/65249.
18603
18604 2015-07-07 Paulo Matos <pmatos@broadcom.com>
18605
18606 * symtab.c (address_matters_1): Fix typo in comment above.
18607 (can_increase_alignment_p): Likewise.
18608
18609 2015-07-07 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
18610
18611 * function.c (free_after_compilation): Clear PROP_cfg in
18612 f->curr_properties.
18613
18614 2015-07-07 Richard Biener <rguenther@suse.de>
18615
18616 * tree-ssa-propagate.c (add_ssa_edge): Dump what edge list we
18617 add which use to.
18618 (add_control_edge): Remove excessive vertical space in dumping.
18619 (process_ssa_edge_worklist): Simulate at most one statement and
18620 return whether we did. Do not simulate PHIs if they are in a
18621 BB not yet simulated.
18622 (ssa_propagate): Adjust to always drain the BB worklist whenever
18623 a BB is available there, likewise the VARYING edges list before
18624 the interesting edge list.
18625
18626 2015-07-07 Christian Bruel <christian.bruel@st.com>
18627
18628 PR target/52144
18629 * config/arm/elf.h (TARGET_ASM_FILE_START_APP_OFF): Delete.
18630
18631 2015-07-07 Richard Biener <rguenther@suse.de>
18632
18633 PR middle-end/66739
18634 * match.pd: Condition A - B ==/!= 0 -> A ==/!= B on single-use
18635 A - B.
18636
18637 2015-07-06 Uros Bizjak <ubizjak@gmail.com>
18638
18639 * config/i386/i386.md (insv<mode>): Rename from insv. Use SWI48
18640 modes for operands 0 and 3. Use SImode for operands 2 and 3.
18641 Copy operand 0 to a temporary if !ext_register_operand. Remove
18642 ancient extract_bit_field workaround.
18643 (insv<mode>_1): Rename from mov<mode>_insv_1.
18644 (*insvqi): Rename from *movqi_insv_2.
18645 * config/i386/i386.c (emit_i386_cw_initialization): Update calls
18646 for renamed insvsi_1.
18647 (promote_duplicated_reg): Ditto for renamed insv<mode>_1.
18648
18649 2015-07-06 Nathan Sidwell <nathan@codesourcery.com>
18650
18651 * config/nvptx/nvptx.c (nvptx_reorg): Remove unused vars. Fix
18652 call to nvptx_reorg_subreg.
18653
18654 2015-07-06 Jim Wilson <jim.wilson@linaro.org>
18655
18656 * graphite-blocking.c (HAVE_isl): Include <stddef.h>.
18657 * graphite-dependencies.c, graphite-interchange.c,
18658 graphite-isl-ast-to-gimple.c, graphite-optimize-isl.c, graphite-poly.c,
18659 graphite-scop-detection.c, graphite-sese-to-poly.c, graphite.c:
18660 Likewise.
18661
18662 2015-07-06 Marc Glisse <marc.glisse@inria.fr>
18663
18664 * match.pd: Remove element_mode inside HONOR_*.
18665 (~ (-A) -> A - 1, ~ (A - 1) -> -A): Handle complex types.
18666 (~X | X -> -1, ~X ^ X -> -1): Merge.
18667 * tree.c (build_each_one_cst): New function.
18668 * tree.h (build_each_one_cst): Likewise.
18669
18670 2015-07-06 H.J. Lu <hongjiu.lu@intel.com>
18671
18672 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
18673 PROCESSOR_IAMCU.
18674
18675 2015-07-06 Steve Ellcey <sellcey@imgtec.com>
18676
18677 * config.gcc <mips*-*-*>: Add fused-madd.opt.
18678 * config/mips/mips.opt (mfused-madd): Remove.
18679 * config/mips/mips.c (mips_rtx_costs): Update cost calculations.
18680 * config/mips/mips.h (TARGET_MIPS8000): New.
18681 (ISA_HAS_FP_MADD4_MSUB4): Remove.
18682 (ISA_HAS_FP_MADDF_MSUBF): Remove.
18683 (ISA_HAS_FP_MADD3_MSUB3): Remove.
18684 (ISA_HAS_NMADD4_NMSUB4): Remove.
18685 (ISA_HAS_NMADD3_NMSUB3): Remove.
18686 (ISA_HAS_FUSED_MADD4): New.
18687 (ISA_HAS_UNFUSED_MADD4): New.
18688 (ISA_HAS_FUSED_MADDF): New.
18689 (ISA_HAS_FUSED_MADD3): New.
18690 * config/mips/mips.md: (fma<mode>4) Change from insn to expand.
18691 (*fma<mode>4_madd3) New.
18692 (*fma<mode>4_madd4) New.
18693 (*fma<mode>4_maddf) New.
18694 (fms<mode>4) New.
18695 (*fms<mode>4_msub3) New.
18696 (*fms<mode>4_msub4) New.
18697 (fnma<mode>4) New.
18698 (*fnma<mode>4_nmadd3) New.
18699 (*fnma<mode>4_nmadd4) New.
18700 (fnms<mode>4) New.
18701 (*fnms<mode>4_nmsub3) New.
18702 (*fnms<mode>4_nmsub4) New.
18703 (*madd4<mode>) Modify to be unfused only.
18704 (*msub4<mode>) Modify to be unfused only.
18705 (*nmadd4<mode>) Modify to be unfused only.
18706 (*nmsub4<mode>) Modify to be unfused only.
18707 (*madd3<mode>) Remove.
18708 (*msub3<mode>) Remove.
18709 (*nmadd3<mode>) Remove.
18710 (*nmsub3<mode>) Remove.
18711 (*nmadd3<mode>_fastmath) Remove.
18712 (*nmsub3<mode>_fastmath) Remove.
18713 (*nmadd4<mode>_fastmath) Update condition.
18714 (*nmsub4<mode>_fastmath) Update condition.
18715
18716 2015-07-06 Alan Lawrence <alan.lawrence@arm.com>
18717
18718 PR target/65956
18719 * config/arm/arm.c (arm_needs_doubleword_align): Drop any outer
18720 alignment attribute, exploring one level down for records and arrays.
18721
18722 2015-07-06 Uros Bizjak <ubizjak@gmail.com>
18723
18724 * config/i386/i386.md (extv<mode>): Rename from extv. Use SWI24
18725 modes for operands 0 and 1. Use SImode for operands 2 and 3.
18726 Copy operand 1 to a temporary if !ext_register_operand. Remove
18727 ancient extract_bit_field workaround.
18728 (*extv<mode>): Rename from *mov<mode>_extv_1.
18729 (*extvqi): Rename from *movqi_extv_1.
18730 (extzv<mode>): Rename from extzv. Use SWI248 modes for
18731 operands 0 and 1. Use SImode for operands 2 and 3. Copy operand 1
18732 to a temporary if !ext_register_operand. Remove ancient
18733 extract_bit_field workaround.
18734 (*extzv<mode>): Rename from *mov<mode>_extzv_1.
18735 (*extzvqi): Rename from *movqi_extzv_2.
18736 (*testqi_ext_3): Remove modes from const_int_operand predicated
18737 operands. Add "n" constraint.
18738 (*btsq, *btrq, *btcq): Remove mode from const_0_to_63 predicated
18739 operand. Add "J" constraint.
18740 (*btsq, *btrq, *btcq peephole2s): Remove mode from
18741 const_0_to_63 predicated operand.
18742 (regmode): New insn attribute.
18743 (*bt<mode>): Use SImode for operand 1. Change operand 1 predicate
18744 to nonmemory_operand. Use regmode insn attribute.
18745 (*jcc_bt<mode>_1): Convert operand 2 to SImode.
18746 (*jcc_bt<mode>_mask): Remove mode from operand 3.
18747 (*jcc_btsi_1, *jcc_btsi_mask_1): Remove patterns.
18748 (tbm_bextri_<mode>): Remove modes from const_0_to_255 predicated
18749 operands. Use "N" constraint instead of "n".
18750
18751 2015-07-06 Alan Lawrence <alan.lawrence@arm.com>
18752
18753 * config/arm/arm.md (movdi): Avoid odd-number ldrd/strd in ARM state.
18754
18755 2015-07-06 H.J. Lu <hongjiu.lu@intel.com>
18756
18757 PR target/66749
18758 * config/i386/i386.c (iamcu_cost): New.
18759 (m_IAMCU): Likewise.
18760 (initial_ix86_arch_features): Disable X86_ARCH_CMOV for m_IAMCU.
18761 (processor_target_table): Add an entry for "iamcu".
18762 (processor_alias_table): Likewise.
18763 (ix86_issue_rate): Handle PROCESSOR_IAMCU.
18764 (ix86_adjust_cost): Likewise.
18765 (ia32_multipass_dfa_lookahead): Likewise.
18766 * config/i386/i386.h (processor_type): Add PROCESSOR_IAMCU.
18767 * config/i386/x86-tune.def: Updated for m_IAMCU.
18768
18769 2015-07-06 Richard Biener <rguenther@suse.de>
18770
18771 PR tree-optimization/66772
18772 * tree-ssa-ccp.c (ccp_visit_phi_node): Make sure that copy
18773 values are available in the PHI node BB when there are
18774 still unexecutable edges.
18775
18776 2015-07-06 Richard Biener <rguenther@suse.de>
18777
18778 PR tree-optimization/66767
18779 * tree-vect-loop-manip.c (vect_create_cond_for_align_checks):
18780 Make sure to build the alignment test on a SSA name without
18781 final alignment info valid only if the alignment test
18782 evaluates to true.
18783
18784 2015-07-06 Bernd Schmidt <bernds@codesourcery.com>
18785
18786 PR target/66620
18787 * config/bfin/bfin.c (hwloop_optimize): Create new bb between jump and
18788 loop start when inserting LSETUP.
18789
18790 2015-07-06 H.J. Lu <hongjiu.lu@intel.com>
18791
18792 PR target/53383
18793 * config/i386/i386.c (ix86_option_override_internal): Allow
18794 -mincoming-stack-boundary=3 for 64-bit if SSE is disabled.
18795
18796 2015-07-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18797
18798 * read-md.c (decimal_string): Rename to ...
18799 (md_decimal_string): ... this.
18800 (handle_enum): Reflect this.
18801
18802 2015-07-06 Szabolcs Nagy <szabolcs.nagy@arm.com>
18803
18804 PR target/66731
18805 * config/aarch64/aarch64.md (fnmul<mode>3): Handle -frounding-math.
18806
18807 2015-07-06 Richard Biener <rguenther@suse.de>
18808
18809 PR middle-end/66759
18810 * match.pd: Add missing constraint of y to REAL_CST in
18811 REAL_CST - x CMP y to y - CST CMP x simplification.
18812
18813 2015-07-06 Eric Botcazou <ebotcazou@adacore.com>
18814
18815 PR tree-optimization/66757
18816 * match.pd: Add missing condition to ~X ^ C -> X ^ ~C.
18817
18818 2015-07-05 Chung-Lin Tang <cltang@codesourcery.com>
18819 Sandra Loosemore <sandra@codesourcery.com>
18820
18821 * config/nios2/nios2-protos.h (nios2_symbol_ref_in_small_data_p):
18822 Delete extern declaration.
18823 (gprel_constant_p): Add extern declaration.
18824 * config/nios2/constraints.md ("S"): Use gprel_constant_p
18825 instead of nios2_symbol_ref_in_small_data_p.
18826 * config/nios2/nios2.c (nios2_legitimate_address_p): Likewise.
18827 (nios2_symbol_ref_in_small_data_p): Make static.
18828 (gprel_constant_p): Make non-static.
18829
18830 2015-07-05 Gerald Pfeifer <gerald@pfeifer.com>
18831
18832 * doc/fragments.texi (Target Fragment): Convert debian.org
18833 link to use https.
18834 * doc/install.texi (Configuration): Ditto.
18835
18836 2015-07-05 Jakub Jelinek <jakub@redhat.com>
18837
18838 PR tree-optimization/66718
18839 * tree-vect-stmts.c (vectorizable_call): Replace uses of
18840 GOMP_SIMD_LANE outside of loop with vf - 1 rather than 0.
18841
18842 PR tree-optimization/66718
18843 * tree-vect-stmts.c (vectorizable_assignment, vectorizable_store,
18844 vectorizable_load, vectorizable_condition): Move vectype,
18845 nunits, ncopies computation after checking what kind of statement
18846 stmt is.
18847
18848 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
18849
18850 * target-insns.def (extv, extzv, insv): New targetm instruction
18851 patterns.
18852 * optabs.c (get_extraction_insn): Use them instead of HAVE_*/gen_*
18853 interface.
18854 * recog.c (simplify_while_replacing): Likewise.
18855
18856 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
18857
18858 * target-insns.def (doloop_begin, doloop_end): New targetm
18859 instruction patterns.
18860 * loop-init.c: Include target.h.
18861 (pass_loop2::gate): Use the new targetm patterns instead of
18862 HAVE_*/gen_* interface.
18863 (pass_rtl_doloop::gate): Likewise.
18864 (pass_rtl_doloop::execute): Remove preprocessor condition.
18865 * hw-doloop.c: Build unconditionally.
18866 * loop-doloop.c: Likewise.
18867 (doloop_optimize): Use the new targetm patterns instead of
18868 HAVE_*/gen_* interface.
18869 (doloop_modify): Likewise. Change type of doloop_seq to rtx_insn *.
18870 * modulo-sched.c (doloop_register_get): Likewise.
18871
18872 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
18873
18874 * target-insns.def (clear_cache): New targetm instruction pattern.
18875 * builtins.c (expand_builtin___clear_cache): Use it instead of
18876 HAVE_*/gen_* interface.
18877
18878 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
18879
18880 * target-insns.def (allocate_stack, check_stack, probe_stack)
18881 (probe_stack_address, split_stack_prologue, split_stack_space_check):
18882 New targetm instruction patterns.
18883 * explow.c (allocate_dynamic_stack_space): Use them instead of
18884 HAVE_*/gen_* interface.
18885 (emit_stack_probe): Likewise.
18886 (probe_stack_range): Likewise.
18887 * function.c (thread_prologue_and_epilogue_insns): Likewise.
18888
18889 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
18890
18891 * target-insns.def (stack_protect_set, stack_protect_test): New
18892 targetm instruction patterns.
18893 * cfgexpand.c (stack_protect_prologue): Use them instead of
18894 HAVE_*/gen_* interface.
18895 * function.c (stack_protect_epilogue): Likewise.
18896
18897 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
18898
18899 * expr.h (gen_move_insn_uncast): Delete.
18900 * expr.c (gen_move_insn_uncast): Delete.
18901
18902 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
18903
18904 * target-insns.def (restore_stack_block, restore_stack_function)
18905 (restore_stack_nonlocal, save_stack_block, save_stack_function)
18906 (save_stack_nonlocal): New targetm instruction patterns.
18907 * builtins.c (expand_builtin_apply): Use them instead of
18908 HAVE_*/gen_* interface.
18909 * explow.c (emit_stack_save, emit_stack_restore): Likewise.
18910
18911 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
18912
18913 * target-insns.def (trap): New targetm instruction pattern.
18914 * builtins.c (expand_builtin_trap): Use it instead of HAVE_*/gen_*
18915 interface.
18916 * explow.c (allocate_dynamic_stack_space): Likewise.
18917 * ifcvt.c (find_if_header): Likewise.
18918
18919 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
18920
18921 * target-insns.def (prefetch): New targetm instruction pattern.
18922 * tree-ssa-loop-prefetch.c: Include targeth.
18923 (tree_ssa_prefetch_arrays): Use prefetch targetm pattern instead
18924 of HAVE_*/gen_* interface.
18925 * builtins.c (expand_builtin_prefetch): Likewise.
18926 * toplev.c (process_options): Likewise.
18927
18928 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
18929
18930 * target-insns.def (untyped_call, untyped_return): New targetm
18931 instruction patterns.
18932 * builtins.c (expand_builtin_apply): Use them instead of
18933 HAVE_*/gen_* interface.
18934 (result_vector): Define unconditionally.
18935
18936 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
18937
18938 * target-insns.def (builtin_longjmp, builtin_setjmp_receiver)
18939 (builtin_setjmp_setup, exception_receiver, nonlocal_goto)
18940 (nonlocal_goto_receiver): New targetm instruction patterns.
18941 * builtins.c (expand_builtin_setjmp_setup): Use them instead
18942 of HAVE_*/gen_* interface.
18943 (expand_builtin_setjmp_receiver): Likewise.
18944 (expand_builtin_longjmp, expand_builtin_nonlocal_goto): Likewise.
18945 * except.c (expand_dw2_landing_pad_for_region): Likewise.
18946
18947 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
18948
18949 * target.def: Add code_for_* hooks.
18950 * gentarget-def.c (def_target_insn): Add TARGET_CODE_FOR_* macros.
18951 * defaults.h (HAVE_tablejump, gen_tablejump): Delete.
18952 * target-insns.def (casesi, tablejump): New targetm instruction
18953 patterns.
18954 * expr.c (try_casesi): Use them instead of HAVE_*/gen_* interface.
18955 (do_tablejump): Likewise.
18956 * stmt.c (expand_switch_as_decision_tree_p): Likewise.
18957 (expand_sjlj_dispatch_table): Likewise.
18958 * targhooks.c (default_case_values_threshold): Likewise.
18959
18960 2015-07-04 Sandra Loosemore <sandra@codesourcery.com>
18961
18962 * config/nios2/nios2.c (save_reg, restore_reg): Use plus_constant.
18963 Use rtx_insn * instead of rtx.
18964 (nios2_emit_add_constant): Use rtx_insn * instead of rtx.
18965 (nios2_expand_prologue, nios2_expand_epilogue): Likewise.
18966 (nios2_call_tls_get_addr): Likewise.
18967 (nios2_emit_expensive_div): Likewise.
18968 (nios2_emit_move_sequence): Change return type to bool.
18969 * config/nios2/nios2-protos.h (nios2_emit_move_sequence):
18970 Change return type to bool.
18971
18972 2015-07-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
18973
18974 PR target/66747
18975 * config/mips/mips.c (mips_find_gp_ref): Handle instruction sequences.
18976
18977 2015-07-04 John David Anglin <danglin@gcc.gnu.org>
18978
18979 PR target/66114
18980 * config/pa/pa.md (indirect_jump): Use pmode_register_operand instead
18981 of register_operand. Remove constraint.
18982
18983 2015-07-04 Marc Glisse <marc.glisse@inria.fr>
18984
18985 * tree-cfg.c (verify_gimple_assign_ternary) <VEC_COND_EXPR>: Check
18986 the first argument.
18987
18988 2015-07-03 Paolo Carlini <paolo.carlini@oracle.com>
18989
18990 * attribs.c (decl_attributes): Guard inform with the return value
18991 of the preceding warning.
18992
18993 2015-07-03 James Greenhalgh <james.greenhalgh@arm.com>
18994
18995 * doc/invoke.texi (moverride): Move to correct section.
18996
18997 2015-07-03 Richard Biener <rguenther@suse.de>
18998
18999 * genmatch.c (commutative_tree_code, commutative_ternary_tree_code):
19000 Copy from tree.c
19001 (dt_operand::gen_gimple_expr): After valueizing operands
19002 re-canonicalize operand order for commutative tree codes.
19003
19004 2015-07-03 H.J. Lu <hongjiu.lu@intel.com>
19005
19006 PR target/66746.
19007 * config/i386/ia32intrin.h (__crc32b): Don't define if __iamcu__
19008 is defined.
19009 (__crc32w): Likewise.
19010 (__crc32d): Likewise.
19011 (__rdpmc): Likewise.
19012 (__rdtscp): Likewise.
19013 (_rdpmc): Likewise.
19014 (_rdtscp): Likewise.
19015 * config/i386/x86intrin.h: Only include ia32intrin.h if __iamcu__
19016 is defined.
19017
19018 2015-07-03 Richard Biener <rguenther@suse.de>
19019
19020 * fold-const.c (fold_mathfn_compare): Remove.
19021 (fold_inf_compare): Likewise.
19022 (fold_comparison): Move floating point comparison simplifications...
19023 * match.pd: ... to patterns here. Introduce simple_comparisons
19024 operator list and use it for patterns formerly in fold_comparison.
19025
19026 2015-07-03 James Greenhalgh <james.greenhalgh@arm.com>
19027
19028 PR tree-optimization/66119
19029 * toplev.c (process_options): Don't set up default values for
19030 the sra_max_scalarization_size_{speed,size} parameters.
19031 * tree-sra (analyze_all_variable_accesses): If no values
19032 have been set for the sra_max_scalarization_size_{speed,size}
19033 parameters, call get_move_ratio to get target defaults.
19034
19035 2015-07-03 Richard Biener <rguenther@suse.de>
19036
19037 * fold-const.c (fold_binary_loc): Move (T)ptr & CST folding...
19038 * match.pd: ... here.
19039
19040 2015-07-03 Gerald Pfeifer <gerald@pfeifer.com>
19041
19042 PR target/37072
19043 * doc/invoke.texi (i386 and x86-64 Options): -mno-fancy-math-387
19044 is not actually the default on FreeBSD.
19045
19046 2015-07-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
19047
19048 * config/rs6000/rs6000-builtin.def (CMPGE_16QI): New built-in
19049 definition.
19050 (CMPGE_8HI): Likewise.
19051 (CMPGE_4SI): Likewise.
19052 (CMPGE_2DI): Likewise.
19053 (CMPGE_U16QI): Likewise.
19054 (CMPGE_U8HI): Likewise.
19055 (CMPGE_U4SI): Likewise.
19056 (CMPGE_U2DI): Likewise.
19057 (CMPLE_16QI): Likewise.
19058 (CMPLE_8HI): Likewise.
19059 (CMPLE_4SI): Likewise.
19060 (CMPLE_2DI): Likewise.
19061 (CMPLE_U16QI): Likewise.
19062 (CMPLE_U8HI): Likewise.
19063 (CMPLE_U4SI): Likewise.
19064 (CMPLE_U2DI): Likewise.
19065 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
19066 overloads for ALTIVEC_BUILTIN_VEC_CMPGE and
19067 ALTIVEC_BUILTIN_VEC_CMPLE.
19068 * config/rs6000/vector.md (vector_ge<mode>): Restrict to
19069 floating-point vector modes.
19070 (vector_nlt<mode>): New define_expand.
19071 (vector_nltu<mode>): Likewise.
19072 (vector_ngt<mode>): Likewise.
19073 (vector_ngtu<mode>): Likewise.
19074
19075 2015-07-02 Segher Boessenkool <segher@kernel.crashing.org>
19076
19077 PR rtl-optimization/66706
19078 * combine.c (make_compound_operation): If an AND of SUBREG of
19079 LSHIFTRT does not simplify, see if just the AND of SUBREG does.
19080
19081 2015-07-02 Alan Lawrence <alan.lawrence@arm.com>
19082
19083 * tree-pass.h (make_pass_ch_vect): New.
19084 * passes.def: Add pass_ch_vect just before pass_if_conversion.
19085
19086 * tree-ssa-loop-ch.c (ch_base, pass_ch_vect, pass_data_ch_vect,
19087 pass_ch::process_loop_p, pass_ch_vect::process_loop_p,
19088 make_pass_ch_vect): New.
19089 (pass_ch): Extend ch_base.
19090
19091 (pass_ch::execute): Move all but loop_optimizer_init/finalize to...
19092 (ch_base::copy_headers): ...here.
19093
19094 2015-07-02 Richard Biener <rguenther@suse.de>
19095
19096 * builtins.c (get_pointer_alignment_1): Handle POINTER_PLUS_EXPR.
19097 * fold-const.c (get_pointer_modulus_and_residue): Remove.
19098 (fold_binary_loc): Implement (T)ptr & CST in terms of
19099 get_pointer_alignment_1.
19100 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop):
19101 Make sure to build the alignment test on a SSA name without
19102 final alignment info valid only after the prologue.
19103
19104 2015-07-02 Hans-Peter Nilsson <hp@axis.com>
19105
19106 * config/cris/cris.md ("epilogue"): Remove condition.
19107 ("prologue"): Ditto.
19108
19109 2015-07-02 Richard Biener <rguenther@suse.de>
19110
19111 * tree-ssa-dom.c (build_and_record_new_cond): Add optional
19112 parameter to record a condition that is false.
19113 (record_conditions): When recording an extra NE_EXPR that is
19114 true also record a EQ_EXPR that is false.
19115
19116 2015-07-02 Bin Cheng <bin.cheng@arm.com>
19117
19118 * tree-ssa-loop-ivopts.c (struct ivopts_data): New field iv_obstack.
19119 (tree_ssa_iv_optimize_init): Initialize iv_obstack.
19120 (alloc_iv): New parameter. Allocate struct iv using obstack_alloc.
19121 (set_iv, find_interesting_uses_address, add_candidate_1): New
19122 argument to alloc_iv.
19123 (find_interesting_uses_op, find_interesting_uses_cond): Don't
19124 duplicate struct iv.
19125 (free_loop_data): Don't free struct iv explicitly.
19126 (tree_ssa_iv_optimize_finalize): Free iv_obstack.
19127
19128 2015-07-01 DJ Delorie <dj@redhat.com>
19129
19130 * config/s390/tpf.h (LIBSTDCXX): Change to CPP1.
19131 (LIB_SPEC): Add.
19132 (SUPPORTS_DISCRIMINATOR): Define.
19133
19134 2015-07-01 Richard Sandiford <richard.sandiford@arm.com>
19135
19136 PR bootstrap/66685
19137 * rtl.c (classify_insn): Only return JUMP_INSN for parallel returns if
19138 there are no CALLs in the same pattern.
19139
19140 2015-07-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
19141
19142 PR rtl-optimization/61047
19143 * rtlanal.c (get_initial_register_offset): New function.
19144 (rtx_addr_can_trap_p_1): Check offsets of stack references.
19145
19146 2015-07-01 Richard Biener <rguenther@suse.de>
19147
19148 * fold-const.c (fold_comparison): Move X - Y CMP 0 -> X CMP Y,
19149 X * C1 CMP 0 -> X CMP 0, X CMP X, ~X CMP ~Y -> Y CMP X and
19150 ~X CMP C -> X CMP' ~C to ...
19151 * match.pd: ... patterns here.
19152
19153 2015-07-01 Nick Clifton <nickc@redhat.com>
19154
19155 * config/msp430/msp430.md (zero_extendhipsi2): Use MOVX.A to store
19156 a 16-bit value into a 20-bit memory slot.
19157
19158 2015-07-01 Jiong Wang <jiong.wang@arm.com>
19159
19160 * doc/sourcebuild.texi (AArch64-specific attributes): Document
19161 "aarch64_tiny", "aarch64_small", "aarch64_large",
19162 "aarch64_little_endian", "aarch64_big_endian".
19163
19164 2015-07-01 Jiong Wang <jiong.wang@arm.com>
19165
19166 * doc/sourcebuild.texi (AArch64-specific attributes): New subsection.
19167 Document "aarch64_small_fpic".
19168
19169 2015-07-01 Jiong Wang <jiong.wang@arm.com>
19170
19171 * configure.ac: Add check for aarch64 assembler -fpic relocation
19172 modifier support.
19173 * configure: Regenerate.
19174 * config.in: Regenerate.
19175 * config/aarch64/aarch64.c (initialize_aarch64_code_model): Fall back
19176 to -fPIC if not support of -fpic relocation modifier in assembler.
19177
19178 2015-07-01 Richard Sandiford <richard.sandiford@arm.com>
19179
19180 PR bootstrap/66685
19181 * rtl.c (classify_insn): Handle returns in PARALLELs.
19182
19183 2015-07-01 Eric Botcazou <ebotcazou@adacore.com>
19184
19185 PR middle-end/66633
19186 * tree-nested.c (convert_nonlocal_omp_clauses): Initialize need_chain
19187 to true if the function is nested and if not optimizing.
19188 (convert_local_omp_clauses): Initialize need_frame to true if the
19189 function contains nested functions and if not optimizing.
19190
19191 2015-07-01 Richard Biener <rguenther@suse.de>
19192
19193 * fold-const.c (fold_binary_loc): Move ~X ^ X -> -1 and
19194 (X & Y) ^ Y -> ~X & Y transforms to ...
19195 * match.pd: ... here.
19196
19197 2015-07-01 Richard Biener <rguenther@suse.de>
19198
19199 * genmatch.c (expr::gen_transform): Shortcut re-simplifying
19200 of converts to avoid uninteresting noise from the conversion
19201 simplifying patterns.
19202
19203 2015-06-30 Sandra Loosemore <sandra@codesourcery.com>
19204
19205 * config/c6x/c6x.c (try_rename_operands): Do not depend on
19206 gcc_assert evaluating its argument for side-effect.
19207
19208 2015-06-30 Kaz Kojima <kkojima@gcc.gnu.org>
19209
19210 PR target/64833
19211 * config/sh/sh.md (casesi_worker_1): Set length to 8 when
19212 flag_pic is set.
19213
19214 2015-06-30 Eric Botcazou <ebotcazou@adacore.com>
19215
19216 * lto-streamer-out.c (class DFS): Adjust hash_scc method.
19217 (DFS::DFS): Pass this_ref_p and ref_p to hash_scc.
19218 (hash_scc): Add this_ref_p and ref_p parameters and pass them
19219 to the inner DFS walk.
19220
19221 2015-06-30 Richard Sandiford <richard.sandiford@arm.com>
19222
19223 * target-insns.def (jump): New targetm instruction pattern.
19224 * bb-reorder.c (get_uncond_jump_length): Use targetm.gen_jump
19225 instead of gen_jump.
19226 (fix_up_crossing_landing_pad): Likewise.
19227 (add_labels_and_missing_jumps): Likewise.
19228 (fix_crossing_conditional_branches): Likewise.
19229 * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
19230 (force_nonfallthru_and_redirect): Likewise.
19231 * cse.c (cse_insn): Likewise.
19232 * expmed.c (expand_divmod): Likewise.
19233 * expr.c (store_expr_with_bounds, expand_expr_real_2): Likewise.
19234 * haifa-sched.c (init_before_recovery): Likewise.
19235 (sched_create_recovery_edges): Likewise.
19236 * ifcvt.c (find_cond_trap): Likewise.
19237 * optabs.c (expand_doubleword_shift, expand_doubleword_clz): Likewise.
19238 (expand_float, expand_fix): Likewise.
19239 * stmt.c (emit_jump): Likewise.
19240
19241 2015-06-30 Richard Sandiford <richard.sandiford@arm.com>
19242
19243 * defaults.h (HAVE_load_multiple, gen_load_multiple)
19244 (HAVE_store_multiple, gen_store_multiple): Delete.
19245 * target-insns.def (load_multiple, store_multiple): New targetm
19246 instruction patterns.
19247 * expr.c (move_block_to_reg, move_block_from_reg): Use them instead
19248 of HAVE_*/gen_* interface.
19249
19250 2015-06-30 Richard Sandiford <richard.sandiford@arm.com>
19251
19252 * defaults.h (HAVE_mem_thread_fence, gen_mem_thread_fence)
19253 (HAVE_memory_barrier, gen_memory_barrier, HAVE_mem_signal_fence)
19254 (gen_mem_signal_fence): Delete.
19255 * target-insns.def (mem_signal_fence, mem_thread_fence)
19256 (memory_barrier): New targetm instruction patterns.
19257 * optabs.c (expand_mem_thread_fence): Use them instead of HAVE_*/gen_*
19258 interface.
19259 (expand_mem_signal_fence): Likewise.
19260
19261 2015-06-30 Richard Sandiford <richard.sandiford@arm.com>
19262
19263 * defaults.h (HAVE_epilogue, gen_epilogue): Delete.
19264 * target-insns.def (epilogue, prologue, sibcall_prologue): New
19265 targetm instruction patterns.
19266 * alias.c (init_alias_analysis): Use them instead of HAVE_*/gen_*
19267 interface.
19268 * calls.c (expand_call): Likewise.
19269 * cfgrtl.c (cfg_layout_finalize): Likewise.
19270 * df-scan.c (df_get_entry_block_def_set): Likewise.
19271 (df_get_exit_block_use_set): Likewise.
19272 * dwarf2cfi.c (pass_dwarf2_frame::gate): Likewise.
19273 * final.c (final_start_function): Likewise.
19274 * function.c (thread_prologue_and_epilogue_insns): Likewise.
19275 (reposition_prologue_and_epilogue_notes): Likewise.
19276 * reorg.c (find_end_label): Likewise.
19277 * toplev.c (process_options): Likewise.
19278
19279 2015-06-30 David Malcolm <dmalcolm@redhat.com>
19280
19281 * typed-splay-tree.h: New file.
19282
19283 2015-06-30 Vladimir Makarov <vmakarov@redhat.com>
19284
19285 PR debug/66691
19286 * lra-int.h (lra_substitute_pseudo): Add a parameter.
19287 (lra_substitute_pseudo_within_insn): Ditto.
19288 * lra.c (lra_substitute_pseudo): Add a parameter. Simplify subreg
19289 of constant.
19290 (lra_substitute_pseudo_within_insn): Add a parameter. Transfer it
19291 to lra_substitute_pseudo.
19292 * lra-lives.c (process_bb_lives): Add an argument to
19293 lra_substitute_pseudo_within_insn call.
19294 * lra-constraints.c (inherit_reload_reg, split_reg): Add an
19295 argument to lra_substitute_pseudo and
19296 lra_substitute_pseudo_within_insn calls.
19297 (remove_inheritance_pseudos, undo_optional_reloads): Ditto.
19298
19299 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
19300
19301 * configure: Regenerated.
19302
19303 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
19304
19305 * config.gcc: Support i[34567]86-*-elfiamcu target.
19306 * config/i386/iamcu.h: New.
19307 * config/i386/i386.opt: Add -miamcu.
19308 * doc/invoke.texi: Document -miamcu.
19309 * common/config/i386/i386-common.c (ix86_handle_option): Turn
19310 off x87/MMX/SSE/AVX codegen for -miamcu.
19311 * config/i386/i386-c.c (ix86_target_macros_internal): Define
19312 __iamcu/__iamcu__ for -miamcu.
19313 * config/i386/i386.h (PREFERRED_STACK_BOUNDARY_DEFAULT): Set
19314 to MIN_STACK_BOUNDARY if TARGET_IAMCU is true.
19315 (BIGGEST_ALIGNMENT): Set to 32 if TARGET_IAMCU is true.
19316 * config/i386/i386.c (ix86_option_override_internal): Ignore and
19317 warn -mregparm for Intel MCU. Turn on -mregparm=3 for Intel
19318 MCU by default. Default long double to 64-bit for Intel MCU.
19319 Turn on -freg-struct-return for Intel MCU. Issue an error when
19320 -miamcu is used in 64-bit or x32 mode or if x87, MMX, SSE or
19321 AVX is turned on.
19322 (function_arg_advance_32): Pass value whose size is no larger
19323 than 8 bytes in registers for Intel MCU.
19324 (function_arg_32): Likewise.
19325 (ix86_return_in_memory): Return value whose size is no larger
19326 than 8 bytes in registers for Intel MCU.
19327 (iamcu_alignment): New function.
19328 (ix86_data_alignment): Call iamcu_alignment if TARGET_IAMCU is
19329 true.
19330 (ix86_local_alignment): Don't increase alignment for Intel MCU.
19331 (x86_field_alignment): Return iamcu_alignment if TARGET_IAMCU is
19332 true.
19333
19334 2015-06-30 Marek Polacek <polacek@redhat.com>
19335
19336 * match.pd (X - (X / Y) * Y): Use convert1 and convert2. Convert
19337 both operands of the resulting expression.
19338
19339 * match.pd (~x | x): Don't use tree_nop_conversion_p. Build
19340 the final expression with the operand's type and then convert
19341 it to the type of the expression.
19342
19343 2015-06-30 Richard Biener <rguenther@suse.de>
19344
19345 * fold-const.c (fold_binary_loc): Move ~x & ~y -> ~(x | y) and
19346 ~x | ~y -> ~(x & y), (x & CST) ^ (x & CST2) -> (x & CST) | (x & CST2),
19347 (X | Y) ^ X -> Y & ~ X, ~X ^ ~Y to X ^ Y and ~X ^ C to X ^ ~C ...
19348 * match.pd: ... to patterns here.
19349
19350 2015-06-30 Richard Biener <rguenther@suse.de>
19351
19352 PR tree-optimization/66704
19353 * tree-vect-data-refs.c (vect_setup_realignment): Use
19354 make_ssa_name for non-SSA name source.
19355
19356 2015-06-30 Jakub Jelinek <jakub@redhat.com>
19357
19358 PR middle-end/66702
19359 * omp-low.c (simd_clone_adjust): Handle addressable linear
19360 or uniform parameters or non-gimple type uniform parameters.
19361
19362 2015-06-30 Richard Biener <rguenther@suse.de>
19363
19364 * fold-const.c (fold_unary_loc): Move abs(abs(x)) -> abs(x),
19365 ~ (-A) to A - 1, ~ (A - 1) or ~ (A + -1) to -A and some cases of
19366 ~(X ^ Y) to ~X ^ Y or X ^ ~Y if ~X or ~Y simplify to ...
19367 * match.pd: ... here.
19368 Add a few cases of A - B -> A + (-B) when B "easily" negates.
19369 Move (x & y) | x -> x and friends before
19370 (x | CST1) & CST2 -> (x & CST2) | (CST1 & CST2).
19371
19372 2015-06-30 Eric Botcazou <ebotcazou@adacore.com>
19373
19374 * config/sparc/leon.md (leon_load): Enable for all LEON variants if
19375 -mfix-ut699 is not specified.
19376 (leon3_load): Rename into...
19377 (ut699_load): ...this. Enable for all LEON variants if -mfix-ut699
19378 is specified.
19379
19380 2015-06-30 Marek Polacek <polacek@redhat.com>
19381
19382 * fold-const.c (fold_binary_loc): Move ~X | X folding ...
19383 * match.pd: ... here.
19384
19385 2015-06-30 Richard Biener <rguenther@suse.de>
19386
19387 * target-insns.def (canonicalize_funcptr_for_compare): Add.
19388 * fold-const.c (build_range_check): Replace uses of
19389 HAVE_canonicalize_funcptr_for_compare.
19390 (fold_widened_comparison): Likewise.
19391 (fold_sign_changed_comparison): Likewise.
19392 * dojump.c: Include "target.h".
19393 (do_compare_and_jump): Replace uses of
19394 HAVE_canonicalize_funcptr_for_compare and
19395 gen_canonicalize_funcptr_for_compare.
19396 * expr.c (do_store_flag): Likewise.
19397
19398 2015-06-30 Tom de Vries <tom@codesourcery.com>
19399
19400 PR tree-optimization/66652
19401 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Use
19402 max_loop_iterations to determine if nit + 1 overflows.
19403
19404 2015-06-30 Richard Biener <rguenther@suse.de>
19405
19406 * tree-vrp.c (register_edge_assert_for_2): Also register
19407 asserts for dominating conversion results.
19408
19409 2015-06-30 Bin Cheng <bin.cheng@arm.com>
19410
19411 * tree-ssa-loop-ivopts.c (record_sub_use): Don't reset ssa_name
19412 field in struct iv.
19413
19414 2015-06-29 Jack Howarth <howarth.at.gcc@gmail.com>
19415
19416 PR target/66509
19417 * configure.ac: Fix filds and fildq test for 64-bit.
19418 * configure: Regenerated.
19419
19420 2015-06-29 Nathan Sidwell <nathan@codesourcery.com>
19421
19422 * config/nvptx/nvptx.md (nvptx_reorg_subreg): New fn, broken out of ...
19423 (nvptx_reorg): Here. Keep the non-subreg pieces.
19424
19425 2015-06-29 H.J. Lu <hongjiu.lu@intel.com>
19426
19427 * config/gnu-user.h (GNU_USER_TARGET_ENDFILE_SPEC): Use
19428 PIE_SPEC and NO_PIE_SPEC if HAVE_LD_PIE is defined.
19429
19430 2015-06-29 Uros Bizjak <ubizjak@gmail.com>
19431
19432 * config/i386/i386.md (*jcc_1): Use %! in asm template.
19433 Set attribute "length_nobnd" instead of "length".
19434 (*jcc_2): Ditto.
19435 (jump): Ditto.
19436 (*jcc_1_bnd, *jcc_2_bnd, jump_bnd): Remove insn patterns.
19437
19438 2015-06-29 Sandra Loosemore <sandra@codesourcery.com>
19439
19440 * config/nios2/nios2.c (nios2_delegitimize_address): Make
19441 assert less restrictive.
19442
19443 2015-06-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
19444
19445 PR fortran/66605
19446 * cgraphunit.c (cgraph_node::finalize_function): Do not call
19447 do_warn_unused_parameter.
19448 * function.c (do_warn_unused_parameter): Move from here.
19449 * function.h (do_warn_unused_parameter): Do not declare.
19450
19451 2015-06-29 Matthew Wahab <matthew.wahab@arm.com>
19452
19453 PR target/65697
19454 * gcc.target/arm/armv-sync-comp-swap.c: New.
19455 * gcc.target/arm/armv-sync-op-acquire.c: New.
19456 * gcc.target/arm/armv-sync-op-full.c: New.
19457 * gcc.target/arm/armv-sync-op-release.c: New.
19458
19459 2015-06-29 Matthew Wahab <matthew.wahab@arm.com>
19460
19461 PR target/65697
19462 * config/armc/arm.c (arm_split_compare_and_swap): For ARMv8, replace an
19463 initial acquire barrier with final barrier.
19464
19465 2015-06-29 Matthew Wahab <matthew.wahab@arm.com>
19466
19467 PR target/65697
19468 * config/armc/arm.c (arm_split_atomic_op): For ARMv8, replace an
19469 initial acquire barrier with final barrier.
19470
19471 2015-06-29 Richard Henderson <rth@redhat.com>
19472
19473 * config/i386/constraints.md (Bf): New constraint.
19474 * config/i386/i386-c.c (ix86_target_macros): Define
19475 __GCC_ASM_FLAG_OUTPUTS__.
19476 * config/i386/i386.c (ix86_md_asm_adjust): Handle =@cc* constraints
19477 as flags outputs.
19478 * doc/extend.texi (FlagOutputOperands): Document them.
19479
19480 2015-06-29 Jiong Wang <jiong.wang@arm.com>
19481
19482 * config/arch64/aarch64.md (UNSPEC_TLSLE): New enumeration.
19483 * config/arch64/aarch64.md (tlsle_small): Rename to tlsle and use new
19484 unspec name.
19485 (tlsle_small_<mode>): Rename to tlsle_<mode> and use new unspec name.
19486 * config/arch64/aarch64-protos.h (arch64_symbol_type): Rename
19487 SYMBOL_SMALL_TPREL to SYMBOL_TLSLE.
19488 (aarch64_symbol_context): Ditto.
19489 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Ditto
19490 and use new pattern name.
19491 (aarch64_expand_mov_immediate): Ditto.
19492 (aarch64_print_operand): Ditto.
19493 (aarch64_classify_tls_symbol): Ditto.
19494
19495 2015-06-29 Marek Polacek <polacek@redhat.com>
19496 Marc Glisse <marc.glisse@inria.fr>
19497
19498 * fold-const.c (fold_binary_loc): Move X - (X / Y) * Y -> X % Y to ...
19499 * match.pd: ... pattern here.
19500
19501 2015-06-29 Tom de Vries <tom@codesourcery.com>
19502
19503 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Simplify
19504 function structure.
19505
19506 2015-06-29 Matthew Wahab <matthew.wahab@arm.com>
19507
19508 * doc/invoke.texi (Aarch64 Options, -march): Split out arch and
19509 feature description, split out the native option, add a link to
19510 the feature documentation, rearrange and slightly rewrite text.
19511 (Aarch64 options, -mcpu): Likewise.
19512 (Aarch64 options, Feature Modifiers): Add an anchor. Mention
19513 +rdma implies Adv. SIMD.
19514
19515 2015-06-29 Marek Polacek <polacek@redhat.com>
19516
19517 PR c/66322
19518 * function.c (stack_protect_epilogue): Remove a cast to int.
19519 * doc/invoke.texi: Update -Wswitch-bool description.
19520
19521 2015-06-29 Richard Biener <rguenther@suse.de>
19522
19523 * genmatch.c (add_operator): Treat ADDR_EXPR as atom.
19524 * fold-const.c (fold_binary_loc): Move &A - &B simplification
19525 via ptr_difference_const ...
19526 * match.pd: ... here.
19527 When matching (X ^ Y) == Y also match with swapped operands.
19528
19529 2015-06-29 Richard Biener <rguenther@suse.de>
19530
19531 * lto-streamer.h (LTO_major_version): Bump to 5.
19532
19533 2015-06-29 Richard Biener <rguenther@suse.de>
19534
19535 PR tree-optimization/66677
19536 * tree-vect-stmts.c (vect_transform_stmt): Make assert about
19537 STMT_VINFO_VEC_STMT clobbering less strict.
19538
19539 2015-06-29 Kugan Vivekanandarajah <kuganv@linaro.org>
19540
19541 PR middle-end/64130
19542 * tree-vrp.c (extract_range_from_binary_expr_1): For unsigned
19543 division, compute max and min when value ranges for dividend and
19544 divisor are available.
19545
19546 2015-06-28 Chung-Lin Tang <cltang@codesourcery.com>
19547 Sandra Loosemore <sandra@codesourcery.com>
19548
19549 * regrename.h (regrename_do_replace): Change to return bool.
19550 * regrename.c (rename_chains): Check return value of
19551 regname_do_replace.
19552 (regrename_do_replace): Re-validate the modified insns and
19553 return bool status.
19554 * config/aarch64/cortex-a57-fma-steering.c (rename_single_chain):
19555 Update to match rename_chains changes.
19556 * config/c6x/c6x.c (try_rename_operands): Assert that
19557 regrename_do_replace returns true.
19558
19559 2015-06-28 Uros Bizjak <ubizjak@gmail.com>
19560
19561 * config/i386/i386.md (<mode>_ldx): Do not zero-extend non-Pmode
19562 operand 2 here. Use copy_addr_to_reg to copy non-index
19563 register operand 2 to a temporary.
19564 (<mode>_stx): Ditto for operand 1.
19565 (*<mode>_ldx, *<mode>_stx): Remove enclosing parallel.
19566 * config/i386/i386.c (ix86_load_bounds): Zero-extend non-Pmode ptr here.
19567 (ix86_store_bounds): Ditto.
19568
19569 2015-06-27 Patrick Palka <ppalka@gcc.gnu.org>
19570
19571 * print-tree.c (print_node) [TREE_VEC]: Print its length.
19572
19573 2015-06-26 Andrew MacLeod <amacleod@redhat.com>
19574
19575 * gimple.c (gimple_call_set_fndecl): Remove.
19576 * gimple.h (gimple_call_set_fndecl): Relocate to gimple.h and call
19577 build1_loc directly instead of build_fold_addr_expr_loc.
19578
19579 2015-06-26 Richard Sandiford <richard.sandiford@arm.com>
19580
19581 * hash-map.h (hash_map::traverse): Use the definition of the
19582 Key typedef rather than the typedef itself.
19583
19584 2015-06-26 Martin Jambor <mjambor@suse.cz>
19585
19586 PR debug/66301
19587 * tree-ssa-pre.c (before_dom_children): Check that dump_file is not
19588 NULL instead of calling dump_enabled_p.
19589
19590 2015-06-26 James Greenhalgh <james.greenhalgh@arm.com>
19591
19592 * config/aarch64/aarch64.opt: (override): New.
19593 * doc/invoke.texi (override): Document.
19594 * config/aarch64/aarch64.c (aarch64_flag_desc): New
19595 (aarch64_fusible_pairs): Likewise.
19596 (aarch64_tuning_flags): Likewise.
19597 (aarch64_tuning_override_function): Likewise.
19598 (aarch64_tuning_override_functions): Likewise.
19599 (aarch64_parse_one_option_token): Likewise.
19600 (aarch64_parse_boolean_options): Likewise.
19601 (aarch64_parse_fuse_string): Likewise.
19602 (aarch64_parse_tune_string): Likewise.
19603 (aarch64_parse_one_override_token): Likewise.
19604 (aarch64_parse_override_string): Likewise.
19605 (aarch64_override_options): Parse the -override string if it
19606 is present.
19607
19608 2015-06-26 James Greenhalgh <james.greenhalgh@arm.com>
19609
19610 * config/aarch64/aarch64-protos.h (tune_params): Remove
19611 const from members.
19612 (aarch64_tune_params): Remove const, change to no longer be
19613 a pointer.
19614 * config/aarch64/aarch64.c (aarch64_tune_params): Remove const,
19615 change to no longer be a pointer, initialize to generic_tunings.
19616 (aarch64_min_divisions_for_recip_mul): Change dereference of
19617 aarch64_tune_params to member access.
19618 (aarch64_reassociation_width): Likewise.
19619 (aarch64_rtx_mult_cost): Likewise.
19620 (aarch64_address_cost): Likewise.
19621 (aarch64_branch_cost): Likewise.
19622 (aarch64_rtx_costs): Likewise.
19623 (aarch64_register_move_cost): Likewise.
19624 (aarch64_memory_move_cost): Likewise.
19625 (aarch64_sched_issue_rate): Likewise.
19626 (aarch64_builtin_vectorization_cost): Likewise.
19627 (aarch64_override_options): Take a copy of the selected tuning
19628 struct in to aarch64_tune_params, rather than just setting
19629 a pointer, change dereferences of aarch64_tune_params to member
19630 accesses.
19631 (aarch64_override_options_after_change): Change dereferences of
19632 aarch64_tune_params to member access.
19633 (aarch64_macro_fusion_p): Likewise.
19634 (aarch_macro_fusion_pair_p): Likewise.
19635 * config/aarch64/cortex-a57-fma-steering.c (gate): Likewise.
19636
19637 2015-06-26 James Greenhalgh <james.greenhalgh@arm.com>
19638
19639 * config/aarch64/aarch64.h (AARCH64_FL_USE_FMA_STEERING_PASS): Delete.
19640 (aarch64_tune_flags): Likewise.
19641 (AARCH64_TUNE_FMA_STEERING): Likewise.
19642 * config/aarch64/aarch64-cores.def (cortex-a57): Remove reference
19643 to AARCH64_FL_USE_FMA_STEERING_PASS.
19644 (cortex-a57.cortex-a53): Likewise.
19645 (cortex-a72): Use cortexa72_tunings.
19646 (cortex-a72.cortex-a53): Likewise.
19647 (exynos-m1): Likewise.
19648 * config/aarch64/aarch64-protos.h (tune_params): Add
19649 a field: extra_tuning_flags.
19650 * config/aarch64/aarch64-tuning-flags.def: New.
19651 * config/aarch64/aarch64-protos.h (AARCH64_EXTRA_TUNING_OPTION): New.
19652 (aarch64_extra_tuning_flags): Likewise.
19653 (aarch64_tune_params): Declare here.
19654 * config/aarch64/aarch64.c (generic_tunings): Set extra_tuning_flags.
19655 (cortexa53_tunings): Likewise.
19656 (cortexa57_tunings): Likewise.
19657 (thunderx_tunings): Likewise.
19658 (xgene1_tunings): Likewise.
19659 (cortexa72_tunings): New.
19660 * config/aarch64/cortex-a57-fma-steering.c: Include aarch64-protos.h.
19661 (gate): Check against aarch64_tune_params.
19662 * config/aarch64/t-aarch64 (cortex-a57-fma-steering.o): Depend on
19663 aarch64-protos.h.
19664
19665 2015-06-26 James Greenhalgh <james.greenhalgh@arm.com>
19666
19667 * config/aarch64/aarch64-fusion-pairs.def: New.
19668 * config/aarch64/aarch64-protos.h (aarch64_fusion_pairs): New.
19669 * config/aarch64/aarch64.c (AARCH64_FUSE_NOTHING): Move to
19670 aarch64_fusion_pairs.
19671 (AARCH64_FUSE_MOV_MOVK): Likewise.
19672 (AARCH64_FUSE_ADRP_ADD): Likewise.
19673 (AARCH64_FUSE_MOVK_MOVK): Likewise.
19674 (AARCH64_FUSE_ADRP_LDR): Likewise.
19675 (AARCH64_FUSE_CMP_BRANCH): Likewise.
19676
19677 2015-06-26 Jiong Wang <jiong.wang@arm.com>
19678
19679 * config/aarch64/aarch64-protos.h (aarch64_symbol_type): New type
19680 SYMBOL_SMALL_GOT_28K.
19681 * config/aarch64/aarch64.md: (ldr_got_small_<mode>): Support new GOT
19682 relocation modifiers.
19683 (unspec): New enum "UNSPEC_GOTMALLPIC28K.
19684 (ldr_got_small_28k_<mode>): New.
19685 (ldr_got_small_28k_sidi): New.
19686 * config/aarch64/iterators.md (got_modifier): New mode iterator.
19687 * config/aarch64/aarch64-otps.h (aarch64_code_model): New model.
19688 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Support
19689 SYMBOL_SMALL_GOT_28K.
19690 (aarch64_rtx_costs): Add costs for new instruction sequences.
19691 (initialize_aarch64_code_model): Initialize new model.
19692 (aarch64_classify_symbol): Recognize new model and new symbol classification.
19693 (aarch64_asm_preferred_eh_data_format): Support new model.
19694 (aarch64_load_symref_appropriately): Generate new instruction
19695 sequences for -fpic.
19696 (TARGET_USE_PSEUDO_PIC_REG): New definition.
19697 (aarch64_use_pseudo_pic_reg): New function.
19698
19699 2015-06-26 Jiong Wang <jiong.wang@arm.com>
19700
19701 * config/aarch64/aarch64-protos.h (aarch64_symbol_type): Rename
19702 SYMBOL_SMALL_GOT to SYMBOL_SMALL_GOT_4G.
19703 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Ditto.
19704 (aarch64_expand_mov_immediate): Ditto.
19705 (aarch64_print_operand): Ditto.
19706 (aarch64_classify_symbol): Ditto.
19707
19708 2015-06-26 Nathan Sidwell <nathan@codesourcery.com>
19709
19710 * config/nvptx/nvptx.md (call_operation): Remove unused variables.
19711
19712 2015-06-26 Bin Cheng <bin.cheng@arm.com>
19713
19714 PR bootstrap/66638
19715 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Skip if
19716 assertion failed. Remove assertion itself.
19717
19718 2015-06-26 Richard Biener <rguenther@suse.de>
19719
19720 * fold-const.c (fold_binary_loc): Remove -A CMP -B -> A CMP B
19721 and -A CMP CST -> A CMP -CST which is redundant with a pattern
19722 in match.pd.
19723 Move (A | C) == D where C & ~D != 0 -> 0, (X ^ Y) ==/!= 0 -> X ==/!= Y,
19724 (X ^ Y) ==/!= {Y,X} -> {X,Y} ==/!= 0 and
19725 (X ^ C1) op C2 -> X op (C1 ^ C2) to ...
19726 * match.pd: ... patterns here.
19727
19728 2015-06-26 Marek Polacek <polacek@redhat.com>
19729
19730 * match.pd ((x | y) & ~(x & y) -> x ^ y,
19731 (x | y) & (~x ^ y) -> x & y): New patterns.
19732
19733 2015-06-26 Richard Sandiford <richard.sandiford@arm.com>
19734
19735 * rtl.h (emit): Add an optional boolean parameter to control
19736 whether barriers are emitted.
19737 * emit-rtl.c (emit): Likewise.
19738 * gensupport.c (get_emit_function): Return null rather than "emit".
19739 * genemit.c (gen_emit_seq): Handle the null return value.
19740 Don't emit barriers after the final instruction in the sequence.
19741 * gentarget-def.c (main): Don't emit barriers after the instruction.
19742
19743 2015-06-26 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
19744
19745 * config/arm/arm.c (arm_output_multireg_pop): Fix use of
19746 TARGET_UNIFIED_ASM.
19747
19748 2015-06-26 Richard Biener <rguenther@suse.de>
19749
19750 * match.pd: Allow associating FLOAT_TYPE_P when flag_associative_math.
19751
19752 2015-06-26 Richard Biener <rguenther@suse.de>
19753
19754 * match.pd: Allow (p +p off1) +p off2 to (p +p (off1 + off2))
19755 irrespective on whether the inner operation has a single use
19756 of both off are constant.
19757
19758 2015-06-26 Uros Bizjak <ubizjak@gmail.com>
19759 Segher Boessenkool <segher@kernel.crashing.org>
19760
19761 PR target/66412
19762 * config/i386/i386.md (various splitters): Use shallow_copy_rtx
19763 before doing PUT_MODE or PUT_CODE on operands to avoid
19764 in-place RTX modification.
19765
19766 2015-06-25 H.J. Lu <hongjiu.lu@intel.com>
19767
19768 * gentarget-def.c (def_target_insn): Cast return of strtol to
19769 unsigned int.
19770
19771 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
19772
19773 * gimple.h (gimple_call_set_fn): Move inline function.
19774 * gimple.c (gimple_call_set_fn): Relocate here.
19775
19776 2015-06-25 Oleg Endo <olegendo@gcc.gnu.org>
19777
19778 PR target/65979
19779 PR target/66611
19780 * config/sh/sh.md (tstsi_t peephole2): Use insn_invalid_p to check if
19781 the replacement insn will work.
19782
19783 2015-06-25 H.J. Lu <hongjiu.lu@intel.com>
19784
19785 * gcc.c (driver_handle_option): Validate -pie if PIE is enabled
19786 by default.
19787
19788 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
19789
19790 * function.h (ipa_opt_pass, ipa_opt_pass_d): Move forward declarations.
19791 * cgraph.h: Include ipa-ref.h and plugin-api.h.
19792 (ipa_opt_pass, ipa_opt_pass_d)): Relocate forward declarations here.
19793 (symtab_node::address_can_be_compared_p): Move function.
19794 * cgraph.c (symtab_node::address_can_be_compared_p): Relocate function
19795 definition here.
19796 * asan.c: Remove ipa-ref.h and plugin-api.h from include list.
19797 * auto-profile.c: Likewise.
19798 * bb-reorder.c: Likewise.
19799 * builtins.c: Likewise.
19800 * calls.c: Likewise.
19801 * cfgexpand.c: Likewise.
19802 * cgraphbuild.c: Likewise.
19803 * cgraphclones.c: Likewise.
19804 * cgraphunit.c: Likewise.
19805 * combine.c: Likewise.
19806 * coverage.c: Likewise.
19807 * data-streamer-in.c: Likewise.
19808 * data-streamer-out.c: Likewise.
19809 * data-streamer.c: Likewise.
19810 * dbxout.c: Likewise.
19811 * dwarf2out.c: Likewise.
19812 * except.c: Likewise.
19813 * expr.c: Likewise.
19814 * final.c: Likewise.
19815 * fold-const.c: Likewise.
19816 * ggc-page.c: Likewise.
19817 * gimple-fold.c: Likewise.
19818 * gimple-iterator.c: Likewise.
19819 * gimple-pretty-print.c: Likewise.
19820 * gimple-streamer-in.c: Likewise.
19821 * gimple-streamer-out.c: Likewise.
19822 * gimple.c: Likewise.
19823 * gimplify.c: Likewise.
19824 * ipa-chkp.c: Likewise.
19825 * ipa-comdats.c: Likewise.
19826 * ipa-cp.c: Likewise.
19827 * ipa-devirt.c: Likewise.
19828 * ipa-icf-gimple.c: Likewise.
19829 * ipa-icf.c: Likewise.
19830 * ipa-inline-analysis.c: Likewise.
19831 * ipa-inline-transform.c: Likewise.
19832 * ipa-inline.c: Likewise.
19833 * ipa-polymorphic-call.c: Likewise.
19834 * ipa-profile.c: Likewise.
19835 * ipa-prop.c: Likewise.
19836 * ipa-pure-const.c: Likewise.
19837 * ipa-ref.c: Likewise.
19838 * ipa-reference.c: Likewise.
19839 * ipa-split.c: Likewise.
19840 * ipa-utils.c: Likewise.
19841 * ipa-visibility.c: Likewise.
19842 * ipa.c: Likewise.
19843 * langhooks.c: Likewise.
19844 * lto-cgraph.c: Likewise.
19845 * lto-compress.c: Likewise.
19846 * lto-opts.c: Likewise.
19847 * lto-section-in.c: Likewise.
19848 * lto-section-out.c: Likewise.
19849 * lto-streamer-in.c: Likewise.
19850 * lto-streamer-out.c: Likewise.
19851 * lto-streamer.c: Likewise.
19852 * omp-low.c: Likewise.
19853 * opts-global.c: Likewise.
19854 * passes.c: Likewise.
19855 * predict.c: Likewise.
19856 * print-tree.c: Likewise.
19857 * profile.c: Likewise.
19858 * ree.c: Likewise.
19859 * sanopt.c: Likewise.
19860 * stor-layout.c: Likewise.
19861 * symtab.c: Likewise.
19862 * toplev.c: Likewise.
19863 * trans-mem.c: Likewise.
19864 * tree-cfg.c: Likewise.
19865 * tree-chkp.c: Likewise.
19866 * tree-eh.c: Likewise.
19867 * tree-emutls.c: Likewise.
19868 * tree-inline.c: Likewise.
19869 * tree-nested.c: Likewise.
19870 * tree-parloops.c: Likewise.
19871 * tree-pretty-print.c: Likewise.
19872 * tree-profile.c: Likewise.
19873 * tree-sra.c: Likewise.
19874 * tree-ssa-alias.c: Likewise.
19875 * tree-ssa-live.c: Likewise.
19876 * tree-ssa-loop-ivcanon.c: Likewise.
19877 * tree-ssa-loop-ivopts.c: Likewise.
19878 * tree-ssa-pre.c: Likewise.
19879 * tree-ssa-sccvn.c: Likewise.
19880 * tree-ssa-strlen.c: Likewise.
19881 * tree-ssa-structalias.c: Likewise.
19882 * tree-streamer-in.c: Likewise.
19883 * tree-streamer-out.c: Likewise.
19884 * tree-streamer.c: Likewise.
19885 * tree-switch-conversion.c: Likewise.
19886 * tree-tailcall.c: Likewise.
19887 * tree-vect-data-refs.c: Likewise.
19888 * tree-vect-stmts.c: Likewise.
19889 * tree-vectorizer.c: Likewise.
19890 * tree.c: Likewise.
19891 * tsan.c: Likewise.
19892 * ubsan.c: Likewise.
19893 * value-prof.c: Likewise.
19894 * varasm.c: Likewise.
19895 * varpool.c: Likewise.
19896 * config/arm/arm.c: Likewise.
19897 * config/bfin/bfin.c: Likewise.
19898 * config/c6x/c6x.c: Likewise.
19899 * config/cris/cris.c: Likewise.
19900 * config/darwin-c.c: Likewise.
19901 * config/darwin.c: Likewise.
19902 * config/i386/i386.c: Likewise.
19903 * config/i386/winnt.c: Likewise.
19904 * config/microblaze/microblaze.c: Likewise.
19905 * config/mips/mips.c: Likewise.
19906 * config/rs6000/rs6000.c: Likewise.
19907 * config/rx/rx.c: Likewise.
19908 * config/s390/s390.c: Likewise.
19909 * config/tilegx/mul-tables.c: Likewise.
19910
19911 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
19912
19913 * config/aarch64/aarch64.c, config/alpha/alpha.c,
19914 config/arm/arm.c, config/avr/avr.c, config/bfin/bfin.c,
19915 config/c6x/c6x.c, config/cr16/cr16.c, config/cris/cris.c,
19916 config/fr30/fr30.c, config/frv/frv.c, config/h8300/h8300.c,
19917 config/i386/i386.c, config/ia64/ia64.c, config/iq2000/iq2000.c,
19918 config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
19919 config/m68k/m68k.c, config/mcore/mcore.c, config/mep/mep.c,
19920 config/microblaze/microblaze.c, config/mips/mips.c,
19921 config/mmix/mmix.c, config/mn10300/mn10300.c,
19922 config/moxie/moxie.c, config/msp430/msp430.c,
19923 config/nds32/nds32.c, config/nios2/nios2.c, config/nvptx/nvptx.c,
19924 config/pa/pa.c, config/pdp11/pdp11.c, config/rl78/rl78.c,
19925 config/rs6000/rs6000.c, config/rx/rx.c, config/s390/s390.c,
19926 config/sh/sh.c, config/sparc/sparc.c, config/spu/spu.c,
19927 config/stormy16/stormy16.c, config/tilegx/tilegx.c,
19928 config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
19929 config/visium/visium.c, config/xtensa/xtensa.c: Add comment above
19930 target-def.h include.
19931 * config/ft32/ft32.c: Likewise. Fix misapplied hunk.
19932
19933 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
19934
19935 * Makefile.in (TARGET_DEF): Add target-insns.def.
19936 (.PRECIOUS, simple_rtl_generated_h): Add insn-target-def.h.
19937 (build/gentarget-def.o): New rule.
19938 (genprogrtl): Add target-def.
19939 * target-insns.def, gentarget-def.c: New files.
19940 * target.def: Add targetm.have_* and targetm.gen_* hooks,
19941 based on the contents of target-insns.def.
19942 * defaults.h (HAVE_simple_return, gen_simple_return): Delete.
19943 (HAVE_return, gen_return): Delete.
19944 * target-def.h: Include insn-target-def.h.
19945 * cfgrtl.c (force_nonfallthru_and_redirect): Use targetm interface
19946 instead of direct calls. Rely on them to do the appropriate assertions.
19947 * function.c (gen_return_pattern): Likewise. Return an rtx_insn *.
19948 (convert_jumps_to_returns): Use targetm interface instead of
19949 direct calls.
19950 (thread_prologue_and_epilogue_insns): Likewise.
19951 * reorg.c (find_end_label, dbr_schedule): Likewise.
19952 * shrink-wrap.h (SHRINK_WRAPPING_ENABLED): Likewise.
19953 * shrink-wrap.c (convert_to_simple_return): Likewise.
19954 (try_shrink_wrapping): Use SHRINK_WRAPPING_ENABLED.
19955
19956 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
19957
19958 * config/aarch64/aarch64.c, config/alpha/alpha.c, config/arm/arm.c,
19959 config/avr/avr.c, config/bfin/bfin.c, config/c6x/c6x.c,
19960 config/cr16/cr16.c, config/cris/cris.c, config/fr30/fr30.c,
19961 config/frv/frv.c, config/ft32/ft32.c, config/h8300/h8300.c,
19962 config/i386/i386.c, config/ia64/ia64.c, config/iq2000/iq2000.c,
19963 config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
19964 config/m68k/m68k.c, config/mcore/mcore.c, config/mep/mep.c,
19965 config/microblaze/microblaze.c, config/mips/mips.c, config/mmix/mmix.c,
19966 config/mn10300/mn10300.c, config/moxie/moxie.c, config/msp430/msp430.c,
19967 config/nds32/nds32.c, config/nios2/nios2.c, config/nvptx/nvptx.c,
19968 config/pa/pa.c, config/pdp11/pdp11.c, config/rl78/rl78.c,
19969 config/rs6000/rs6000.c, config/rx/rx.c, config/s390/s390.c,
19970 config/sh/sh.c, config/sparc/sparc.c, config/spu/spu.c,
19971 config/stormy16/stormy16.c, config/tilegx/tilegx.c,
19972 config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
19973 config/visium/visium.c, config/xtensa/xtensa.c: Move target-def.h
19974 includes to end.
19975
19976 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
19977
19978 * hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.
19979 (unbounded_int_hashmap_traits::key_type): Likewise.
19980 * hash-map.h (hash_map): Get the key type from the traits.
19981 * hash-traits.h (default_hash_traits): By default, inherit from the
19982 template parameter.
19983 * alias.c (alias_set_traits): Delete.
19984 (alias_set_entry_d::children): Use alias_set_hash as the first
19985 template parameter.
19986 (record_alias_subset): Update accordingly.
19987 * except.c (tree_hash_traits): Delete.
19988 (type_to_runtime_map): Use tree_hash as the first template parameter.
19989 (init_eh): Update accordingly.
19990 * genmatch.c (capture_id_map_hasher): Delete.
19991 (cid_map_t): Use nofree_string_hash as first template parameter.
19992 * ipa-icf.h (symbol_compare_hashmap_traits): Delete.
19993 * ipa-icf.c (sem_item_optimizer::subdivide_classes_by_sensitive_refs):
19994 Use symbol_compare_hash as the first template parameter in
19995 subdivide_hash_map.
19996 * mem-stats.h (mem_usage_pair::mem_alloc_hashmap_traits): Delete.
19997 (mem_usage_pair::mem_map_t): Use mem_location_hash as the first
19998 template parameter.
19999 * passes.c (pass_registry_hasher): Delete.
20000 (name_to_pass_map): Use nofree_string_hash as the first template
20001 parameter.
20002 (register_pass_name): Update accordingly.
20003 * sanopt.c (sanopt_tree_map_traits): Delete.
20004 (sanopt_tree_triplet_map_traits): Delete.
20005 (sanopt_ctx::asan_check_map): Use tree_operand_hash as the first
20006 template parameter.
20007 (sanopt_ctx::vptr_check_map): Use sanopt_tree_triplet_hash as
20008 the first template parameter.
20009 * sese.c (rename_map_hasher): Delete.
20010 (rename_map_type): Use tree_ssa_name_hash as the first template
20011 parameter.
20012 * symbol-summary.h (function_summary::summary_hashmap_traits): Delete.
20013 (function_summary::m_map): Use map_hash as the first template
20014 parameter.
20015 (function_summary::release): Update accordingly.
20016 * tree-if-conv.c (phi_args_hash_traits): Delete.
20017 (predicate_scalar_phi): Use tree_operand_hash as the first template
20018 parameter to phi_arg_map.
20019 * tree-inline.h (dependence_hasher): Delete.
20020 (copy_body_data::dependence_map): Use dependence_hash as the first
20021 template parameter.
20022 * tree-inline.c (remap_dependence_clique): Update accordingly.
20023 * tree-ssa-strlen.c (stridxlist_hash_traits): Delete.
20024 (decl_to_stridxlist_htab): Use tree_decl_hash as the first template
20025 parameter.
20026 (addr_stridxptr): Update accordingly.
20027 * value-prof.c (profile_id_traits): Delete.
20028 (cgraph_node_map): Use profile_id_hash as the first template
20029 parameter.
20030 (init_node_map): Update accordingly.
20031 * config/alpha/alpha.c (string_traits): Delete.
20032 (machine_function::links): Use nofree_string_hash as the first
20033 template parameter.
20034 (alpha_use_linkage, alpha_write_linkage): Update accordingly.
20035 * config/m32c/m32c.c (pragma_traits): Delete.
20036 (pragma_htab): Use nofree_string_hash as the first template parameter.
20037 (m32c_note_pragma_address): Update accordingly.
20038 * config/mep/mep.c (pragma_traits): Delete.
20039 (pragma_htab): Use nofree_string_hash as the first template parameter.
20040 (mep_note_pragma_flag): Update accordingly.
20041 * config/mips/mips.c (mips16_flip_traits): Delete.
20042 (mflip_mips16_htab): Use nofree_string_hash as the first template
20043 parameter.
20044 (mflip_mips16_use_mips16_p): Update accordingly.
20045 (local_alias_traits): Delete.
20046 (mips16_local_aliases): Use nofree_string_hash as the first template
20047 parameter.
20048 (mips16_local_alias): Update accordingly.
20049
20050 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
20051
20052 * hash-map-traits.h (default_hashmap_traits): Delete.
20053
20054 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
20055
20056 * hash-map-traits.h (unbounded_hashmap_traits): New class.
20057 (unbounded_int_hashmap_traits): Likewise.
20058 * cfgexpand.c (part_traits): Use unbounded_int_hashmap_traits.
20059
20060 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
20061
20062 * ipa-icf.h (symbol_compare_hash): New class.
20063 (symbol_compare_hashmap_traits): Use it.
20064 * mem-stats.h (mem_alloc_description::mem_location_hash): New class.
20065 (mem_alloc_description::mem_alloc_hashmap_traits): Use it.
20066 (mem_alloc_description::reverse_mem_map_t): Remove redundant
20067 default_hashmap_traits.
20068 * sanopt.c (sanopt_tree_triplet_hash): New class.
20069 (sanopt_tree_triplet_map_traits): Use it.
20070
20071 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
20072
20073 * gengtype-parse.c (require_template_declaration): Allow '+' in
20074 template parameters. Consolidate cases.
20075 * hash-traits.h (int_hash): New class.
20076 * alias.c (alias_set_hash): New structure.
20077 (alias_set_traits): Use it.
20078 * symbol-summary.h (function_summary::map_hash): New class.
20079 (function_summary::summary_hashmap_traits): Use it.
20080 * tree-inline.h (dependence_hash): New class.
20081 (dependence_hasher): Use it.
20082 * tree-ssa-reassoc.c (oecount_hasher): Use int_hash.
20083 * value-prof.c (profile_id_hash): New class.
20084 (profile_id_traits): Use it.
20085
20086 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
20087
20088 * config/mips/mips.c (mips16_flip_traits): Use it.
20089 (local_alias_traits, mips16_local_aliases): Convert from a map of
20090 rtxes to a map of symbol names.
20091 (mips16_local_alias): Update accordingly.
20092
20093 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
20094
20095 * hash-traits.h (string_hash, nofree_string_hash): New classes.
20096 * genmatch.c (capture_id_map_hasher): Use nofree_string_hash.
20097 * passes.c (pass_registry_hasher): Likewise.
20098 * config/alpha/alpha.c (string_traits): Likewise.
20099 * config/i386/winnt.c (i386_find_on_wrapper_list): Likewise.
20100 * config/m32c/m32c.c (pragma_traits): Likewise.
20101 * config/mep/mep.c (pragma_traits): Likewise.
20102
20103 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
20104
20105 * tree-hash-traits.h (tree_hash): New class.
20106 * except.c: Include tree-hash-traits.h.
20107 (tree_hash_traits): Use tree_hash.
20108
20109 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
20110
20111 * tree-hash-traits.h (tree_ssa_name_hasher): New class.
20112 * sese.c: Include tree-hash-traits.h.
20113 (rename_map_hasher): Use tree_ssa_name_hasher.
20114
20115 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
20116
20117 * tree-hash-traits.h (tree_decl_hash): New class.
20118 * tree-ssa-strlen.c: Include tree-hash-traits.h.
20119 (stridxlist_hash_traits): Use tree_decl_hash.
20120
20121 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
20122
20123 * tree-hash-traits.h: New file.
20124 (tree_operand_hash): New class.
20125 * sanopt.c: Include tree-hash-traits.h.
20126 (sanopt_tree_map_traits): Use tree_operand_hash.
20127 * tree-if-conv.c: Include tree-hash-traits.h.
20128 (phi_args_hash_traits): Use tree_operand_hash.
20129 * tree-ssa-uncprop.c: Include tree-hash-traits.h.
20130 (val_ssa_equiv_hash_traits): Use tree_operand_hash.
20131
20132 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
20133
20134 * hash-map-traits.h: Include hash-traits.h.
20135 (simple_hashmap_traits): New class.
20136 * mem-stats.h (hash_map): Change the default traits to
20137 simple_hashmap_traits<default_hash_traits<Key> >.
20138
20139 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
20140
20141 * hash-table.h: Update comments.
20142
20143 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
20144
20145 * hash-traits.h (default_hash_traits): New structure.
20146 * hash-set.h (default_hashset_traits): Delete.
20147 (hash_set): Use default_hash_traits<Key> instead of
20148 default_hashset_traits. Delete hash_entry type and use Key directly.
20149 * ipa-devirt.c (pair_traits): Delete.
20150 (default_hash_traits <type_pair>): Override.
20151 (odr_subtypes_equivalent_p): Remove pair_types template parameter.
20152 (odr_types_equivalent_p, add_type_duplicate): Likewise.
20153
20154 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
20155
20156 * hash-traits.h (typed_noop_remove): Don't require a pointer type.
20157
20158 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
20159
20160 * hash-table.h (has_is_deleted, is_deleted_helper): Delete.
20161 (has_is_empty, is_empty_helper): Delete.
20162 (has_mark_deleted, mark_deleted_helper): Delete.
20163 (has_mark_empty, mark_empty_helper): Delete.
20164 (hash_table::is_deleted): Call the Descriptor unconditionally.
20165 (hash_table::is_empty): Likewise.
20166 (hash_table::mark_deleted): Likewise.
20167 (hash_table::mark_empty): Likewise.
20168
20169 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
20170
20171 * cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash. Remove
20172 redundant typedefs and members.
20173 * coverage.c (counts_entry): Inherit from pointer_hash. Remove
20174 redundant typedefs.
20175 * dwarf2out.c (cu_hash_table_entry_hasher): Likewise.
20176 * ipa-devirt.c (odr_name_hasher): Likewise.
20177 (polymorphic_call_target_hasher): Likewise.
20178 * ira-costs.c (cost_classes_hasher): Likewise.
20179 * statistics.c (stats_counter_hasher): Likewise.
20180 * trans-mem.c (log_entry_hasher): Likewise.
20181 * tree-ssa-dom.c (expr_elt_hasher): Likewise.
20182 * tree-ssa-sccvn.c (vn_phi_hasher, vn_reference_hasher): Likewise.
20183 * tree-ssa-tail-merge.c (same_succ_def): Likewise.
20184 * var-tracking.c (variable_hasher): Likewise.
20185 * valtrack.h (dead_debug_hash_descr): Inherit from free_ptr_hash.
20186 Remove redundant typedefs and members.
20187
20188 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
20189
20190 * hash-traits.h (ggc_cache_hasher): Rename to...
20191 (ggc_cache_remove): ...this and remove typedefs.
20192 (ggc_cache_ptr_hash): New class.
20193 * hash-table.h: Update commentary.
20194 * emit-rtl.c (const_int_hasher): Inherit from ggc_cache_ptr_hash
20195 rather than ggc_cache_hasher.
20196 (const_wide_int_hasher, reg_attr_hasher): Likewise.
20197 (const_double_hasher, const_fixed_hasher): Likewise.
20198 * function.c (insn_cache_hasher): Likewise.
20199 * trans-mem.c (tm_wrapper_hasher): Likewise.
20200 * tree.h (tree_decl_map_cache_hasher): Likewise.
20201 * tree.c (type_cache_hasher, int_cst_hasher): Likewise.
20202 (cl_option_hasher, tree_vec_map_cache_hasher): Likewise.
20203 * ubsan.c (tree_type_map_cache_hasher): Likewise.
20204 * varasm.c (tm_clone_hasher): Likewise.
20205 * config/i386/i386.c (dllimport_hasher): Likewise.
20206 * config/nvptx/nvptx.c (declared_libfunc_hasher): Likewise.
20207 (tree_hasher): Likewise.
20208
20209 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
20210
20211 * hash-traits.h (ggc_hasher): Rename to...
20212 (ggc_remover): ...this and remove typedefs.
20213 (ggc_cache_hasher): Update accordingly. Add typedefs.
20214 (ggc_ptr_hash): New class.
20215 * hash-table.h: Update comment.
20216 * cfgloop.h (loop_exit_hasher): Inherit from ggc_ptr_hash rather than
20217 ggc_hasher.
20218 * cgraph.h (section_name_hasher, cgraph_edge_hasher): Likewise.
20219 (tree_descriptor_hasher): Likewise.
20220 * cgraph.c (function_version_hasher): Likewise.
20221 * dwarf2out.c (indirect_string_hasher, dwarf_file_hasher): Likewise.
20222 (decl_die_hasher, block_die_hasher, decl_loc_hasher): Likewise.
20223 (dw_loc_list_hasher, addr_hasher): Likewise.
20224 * function.h (used_type_hasher): Likewise.
20225 * function.c (temp_address_hasher): Likewise.
20226 * gimple-ssa.h (tm_restart_hasher, ssa_name_hasher): Likewise.
20227 * libfuncs.h (libfunc_hasher): Likewise.
20228 * lto-streamer.h (decl_state_hasher): Likewise.
20229 * optabs.c (libfunc_decl_hasher): Likewise.
20230 * tree-scalar-evolution.c (scev_info_hasher): Likewise.
20231 * varasm.c (section_hasher, object_block_hasher): Likewise.
20232 (const_rtx_desc_hasher): Likewise.
20233 * config/darwin.c (indirection_hasher, cfstring_hasher): Likewise.
20234 * config/rs6000/rs6000.c (toc_hasher, builtin_hasher): Likewise.
20235
20236 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
20237
20238 * hash-traits.h (free_ptr_hash): New class.
20239 * dwarf2out.c (decl_table_entry_hasher): Inherit from free_ptr_hash
20240 rather than typed_free_remove. Remove redudant typedefs.
20241 (external_ref_hasher): Likewise.
20242 * except.c (action_record_hasher, ttypes_filter_hasher): Likewise.
20243 (ehspec_hasher): Likewise.
20244 * ggc-common.c (saving_hasher): Likewise.
20245 * gimplify.c (gimplify_hasher): Likewise.
20246 * haifa-sched.c (delay_i2_hasher): Likewise.
20247 * loop-invariant.c (invariant_expr_hasher): Likewise.
20248 * loop-iv.c (biv_entry_hasher): Likewise.
20249 * loop-unroll.c (iv_split_hasher, var_expand_hasher): Likewise.
20250 * trans-mem.c (tm_mem_map_hasher, tm_memop_hasher): Likewise.
20251 * tree-cfg.c (locus_discrim_hasher): Likewise.
20252 * tree-eh.c (finally_tree_hasher): Likewise.
20253 * tree-into-ssa.c (var_info_hasher): Likewise.
20254 * tree-parloops.c (reduction_hasher, name_to_copy_hasher): Likewise.
20255 * tree-ssa-loop-ivopts.c (iv_inv_expr_hasher): Likewise.
20256 * tree-ssa-phiopt.c (ssa_names_hasher): Likewise.
20257 * tree-ssa-pre.c (expr_pred_trans_d): Likewise.
20258 * tree-ssa-sccvn.c (vn_constant_hasher): Likewise.
20259 * tree-ssa-structalias.c (equiv_class_hasher): Likewise.
20260 (shared_bitmap_hasher): Likewise.
20261 * tree-ssa-threadupdate.c (redirection_data): Likewise.
20262 * tree-vectorizer.h (peel_info_hasher): Likewise.
20263 * tree-vectorizer.c (simduid_to_vf, simd_array_to_simduid): Likewise.
20264 * config/mips/mips.c (mips_lo_sum_offset_hasher): Likewise.
20265
20266 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
20267
20268 * hash-table.h: Update comments.
20269 * hash-traits.h (pointer_hash): Don't inherit from typed_noop_remove.
20270 (nofree_ptr_hash): New class.
20271 * asan.c (asan_mem_ref_hasher): Inherit from nofree_ptr_hash rather
20272 than typed_noop_remove. Remove redudant typedefs.
20273 * attribs.c (attribute_hasher): Likewise.
20274 * cfg.c (bb_copy_hasher): Likewise.
20275 * cselib.c (cselib_hasher): Likewise.
20276 * dse.c (invariant_group_base_hasher): Likewise.
20277 * dwarf2cfi.c (trace_info_hasher): Likewise.
20278 * dwarf2out.c (macinfo_entry_hasher): Likewise.
20279 (comdat_type_hasher, loc_list_hasher): Likewise.
20280 * gcse.c (pre_ldst_expr_hasher): Likewise.
20281 * genmatch.c (id_base): Likewise.
20282 * genrecog.c (test_pattern_hasher): Likewise.
20283 * gimple-ssa-strength-reduction.c (cand_chain_hasher): Likewise.
20284 * haifa-sched.c (delay_i1_hasher): Likewise.
20285 * hard-reg-set.h (simplifiable_subregs_hasher): Likewise.
20286 * ipa-icf.h (congruence_class_group_hash): Likewise.
20287 * ipa-profile.c (histogram_hash): Likewise.
20288 * ira-color.c (allocno_hard_regs_hasher): Likewise.
20289 * lto-streamer.h (string_slot_hasher): Likewise.
20290 * lto-streamer.c (tree_entry_hasher): Likewise.
20291 * plugin.c (event_hasher): Likewise.
20292 * postreload-gcse.c (expr_hasher): Likewise.
20293 * store-motion.c (st_expr_hasher): Likewise.
20294 * tree-sra.c (uid_decl_hasher): Likewise.
20295 * tree-ssa-coalesce.c (coalesce_pair_hasher): Likewise.
20296 (ssa_name_var_hash): Likewise.
20297 * tree-ssa-live.c (tree_int_map_hasher): Likewise.
20298 * tree-ssa-loop-im.c (mem_ref_hasher): Likewise.
20299 * tree-ssa-pre.c (pre_expr_d): Likewise.
20300 * tree-ssa-sccvn.c (vn_nary_op_hasher): Likewise.
20301 * vtable-verify.h (registration_hasher): Likewise.
20302 * vtable-verify.c (vtbl_map_hasher): Likewise.
20303 * config/arm/arm.c (libcall_hasher): Likewise.
20304 * config/i386/winnt.c (wrapped_symbol_hasher): Likewise.
20305 * config/ia64/ia64.c (bundle_state_hasher): Likewise.
20306 * config/sol2.c (comdat_entry_hasher): Likewise.
20307 * fold-const.c (fold): Use nofree_ptr_hash instead of pointer_hash.
20308 (print_fold_checksum, fold_checksum_tree): Likewise.
20309 (debug_fold_checksum, fold_build1_stat_loc): Likewise.
20310 (fold_build2_stat_loc, fold_build3_stat_loc): Likewise.
20311 (fold_build_call_array_loc): Likewise.
20312 * tree-ssa-ccp.c (gimple_htab): Likewise.
20313 * tree-browser.c (tree_upper_hasher): Inherit from nofree_ptr_hash
20314 rather than pointer_type.
20315
20316 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
20317
20318 * hash-traits.h (pointer_hash::mark_deleted, pointer_hash::mark_empty)
20319 (pointer_hash::is_deleted, pointer_hash::is_empty): New functions.
20320
20321 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
20322
20323 * hash-traits.h (ggc_hasher::remove): Take a reference parameter.
20324 (ggc_hasher::ggc_mx): Likewise.
20325 (ggc_cache_hasher): Inherit from ggc_hasher. Remove definitions
20326 that duplicate ggc_hasher ones.
20327
20328 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
20329
20330 * hash-table.h (hash_table): Add gt_cleare_cache as a friend.
20331 (gt_cleare_cache): Check here for deleted and empty entries.
20332 Replace handle_cache_entry with a call to keep_cache_entry.
20333 * hash-traits.h (ggc_cache_hasher::handle_cache_entry): Delete.
20334 (ggc_cache_hasher::keep_cache_entry): New function.
20335 * trans-mem.c (tm_wrapper_hasher::handle_cache_entry): Delete.
20336 (tm_wrapper_hasher::keep_cache_entry): New function.
20337 * tree.h (tree_decl_map_cache_hasher::handle_cache_entry): Delete.
20338 (tree_vec_map_cache_hasher::keep_cache_entry): New function.
20339 * tree.c (type_cache_hasher::handle_cache_entry): Delete.
20340 (type_cache_hasher::keep_cache_entry): New function.
20341 (tree_vec_map_cache_hasher::handle_cache_entry): Delete.
20342 (tree_vec_map_cache_hasher::keep_cache_entry): New function.
20343 * ubsan.c (tree_type_map_cache_hasher::handle_cache_entry): Delete.
20344 (tree_type_map_cache_hasher::keep_cache_entry): New function.
20345 * varasm.c (tm_clone_hasher::handle_cache_entry): Delete.
20346 (tm_clone_hasher::keep_cache_entry): New function.
20347 * config/i386/i386.c (dllimport_hasher::handle_cache_entry): Delete.
20348 (dllimport_hasher::keep_cache_entry): New function.
20349
20350 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
20351
20352 * hash-table.h: Include hash-traits.h.
20353 (typed_free_remove, typed_noop_remove, pointer_hash, ggc_hasher)
20354 (ggc_cache_hasher): Move to...
20355 * hash-traits.h: ...this new file.
20356
20357 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
20358
20359 * tree-core.h (struct tree_optimization_option): Make opts a pointer to
20360 struct cl_optimization.
20361 * tree.h (TREE_OPTIMIZATION): Return the pointer, not the address of it.
20362 * tree.c (make_node_stat): Allocate cl_optimization struct.
20363 (copy_node_stat): Allocate and copy cl_optimization struct.
20364
20365 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
20366
20367 * function.h (struct incoming_args): Move struct.
20368 (pass_by_reference, reference_callee_copied): Remove prototypes.
20369 * emit-rtl.h (struct incoming_args): Relocate struct here.
20370 * calls.h (pass_by_reference, reference_callee_copied): Relocate
20371 prototypes here.
20372 * function.c (pass_by_reference, reference_callee_copied): Move.
20373 * calls.c (pass_by_reference, reference_callee_copied): Relocate here.
20374 * cfgloop.h: Don't include tm.h or hard-reg-set.h.
20375 * ipa-chkp.c: Include calls.h.
20376
20377 2015-06-25 Andrew Macleod <amacleod@redhat.com>
20378
20379 * alias.h (alias_set_type): Move typedef.
20380 * coretypes.h (alias_set_type): Relocate typedef here.
20381 * rtl.h: Don't include alias.h.
20382
20383 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
20384
20385 * cgraph.h (cgraph_rtl_info): Move to rtl.h
20386 (cgraph_node): Maintain pointer to struct cgraph_rtl_info instead of
20387 and instance.
20388 * rtl.h (struct cgraph_rtl_info): Define when HARD_REG_SET available.
20389 * cgraph.c (cgraph_node::rtl_info): Allocate cgraph_rtl_info if one
20390 doesn't exist.
20391 * calls.c: Include hard-reg-set.h before rtl.h.
20392 * ira.c: Likewise.
20393
20394 2015-06-25 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
20395 Vladimir Makarov <vmakarov@redhat.com>
20396
20397 * ira-color.c (assign_hard_reg): Remove unecessary bitmap check.
20398 Add assert.
20399
20400 2015-06-25 Richard Biener <rguenther@suse.de>
20401
20402 * fold-const.c (fold_binary_loc): Move simplification of
20403 (X <<>> C1) & C2 ...
20404 * match.pd: ... here.
20405
20406 2015-06-25 Eric Botcazou <ebotcazou@adacore.com>
20407
20408 * lto-streamer-out.c (DFS::hash_scc): Fix typos & formatting glitches.
20409
20410 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
20411
20412 * match.pd: Add patterns for vec_conds between 1 and 0.
20413
20414 2015-06-25 Richard Biener <rguenther@suse.de>
20415
20416 * tree-vect-stmts.c (vectorizable_conversion): Do not set
20417 STMT_VINFO_VEC_STMT for SLP.
20418 (vectorizable_store): Likewise.
20419 (vectorizable_load): Likewise.
20420 (vect_transform_stmt): Catch SLP vectorization clobbering
20421 STMT_VINFO_VEC_STMT.
20422
20423 2015-06-25 Richard Biener <rguenther@suse.de>
20424
20425 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Improve debug
20426 dumping.
20427 (vect_create_mask_and_perm): Do not set STMT_VINFO_VEC_STMT and
20428 cleanup resulting dead code and parameters.
20429 (vect_transform_slp_perm_load): Adjust.
20430
20431 2015-06-25 Nick Clifton <nickc@redhat.com>
20432
20433 * config/bfin/bfin.c (bfin_expand_prologue): Set
20434 current_function_static_stack_size if flag_stack_usage_info is set.
20435 * config/ft32/ft32.c (ft32_expand_prologue): Likewise.
20436 * config/h8300/h8300.c (h8300_expand_prologue): Likewise.
20437 * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
20438 * config/m32c/m32c.c (m32c_emit_prologue): Likewise.
20439
20440 2015-06-25 Tom de Vries <tom@codesourcery.com>
20441
20442 * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Don't claim in header
20443 comment that the generated IV is unsigned.
20444
20445 2015-06-25 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
20446
20447 PR target/29693
20448 * config/arm/arm.c (arm_dbx_register_number): Return
20449 DWARF_FRAME_REGISTERS by default.
20450
20451 2015-06-25 Tom de Vries <tom@codesourcery.com>
20452
20453 * dominance.c (calculate_dominance_info): Fix verify_dominators call
20454 argument. Call verify_dominator when reusing dominator info.
20455
20456 2015-06-24 Kaz Kojima <kkojima@gcc.gnu.org>
20457
20458 PR target/66563
20459 * config/sh/sh.md (GOTaddr2picreg): Add a new operand for
20460 an additional element of the unspec vector. Modify indices
20461 of operands.
20462 (builtin_setjmp_receiver): Pass const0_rtx to gen_GOTaddr2picreg.
20463 * config/sh/sh.c (prepare_move_operands): Pass incremented
20464 const_int to gen_GOTaddr2picreg.
20465 (sh_expand_prologue): Pass const0_rtx to gen_GOTaddr2picreg.
20466
20467 2015-06-24 Alan Lawrence <alan.lawrence@arm.com>
20468
20469 * config/aarch64/aarch64.md (<optab><fcvt_target><GPF:mode>2):
20470 Condition on TARGET_FLOAT.
20471
20472 2015-06-24 Alan Lawrence <alan.lawrence@arm.com>
20473
20474 * doc/invoke.texi: Clarify AArch64 feature modifiers (no)fp, (no)simd
20475 and (no)crypto.
20476
20477 2015-06-24 Alan Lawrence <alan.lawrence@arm.com>
20478
20479 * config/aarch64/aarch64-protos.h (aarch64_err_no_fpadvsimd): New.
20480
20481 * config/aarch64/aarch64.md (mov<mode>/GPF, movtf): Use
20482 aarch64_err_no_fpadvsimd.
20483
20484 * config/aarch64/aarch64.c (aarch64_err_no_fpadvsimd): New.
20485 (aarch64_layout_arg, aarch64_init_cumulative_args): Use
20486 aarch64_err_no_fpadvsimd if !TARGET_FLOAT and we need FP regs.
20487 (aarch64_expand_builtin_va_start, aarch64_setup_incoming_varargs):
20488 Turn error into assert, test TARGET_FLOAT.
20489 (aarch64_gimplify_va_arg_expr): Use aarch64_err_no_fpadvsimd, test
20490 TARGET_FLOAT.
20491
20492 2015-06-24 Aldy Hernandez <aldyh@redhat.com>
20493
20494 PR debug/66482
20495 * dwarf2out.c (gen_formal_parameter_die): Remove assert.
20496
20497 2015-06-24 Ilya Enkovich <enkovich.gnu@gmail.com>
20498
20499 * tree-vect-slp.c (vect_build_slp_tree_1): Init vectype.
20500
20501 2015-06-24 Renlin Li <renlin.li@arm.com>
20502
20503 * config/aarch64/aarch64.h(TARGET_CPU_CPP_BUILTINS): Add
20504 __ARM_ALIGN_MAX_PWR, __ARM_ALIGN_MAX_STACK_PWR.
20505
20506 2015-06-24 Richard Biener <rguenther@suse.de>
20507
20508 * genmatch.c (enum tree_code): Add VIEW_CONVERT[012].
20509 (main): Likewise.
20510 (lower_opt_convert): Support lowering of conditional view_convert.
20511 (parser::parse_operation): Likewise.
20512 (parser::parse_for): Likewise.
20513
20514 2015-06-24 Renlin Li <renlin.li@arm.com>
20515
20516 * varasm.c (emit_local): Use unsigned int for align variable.
20517
20518 2015-06-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
20519
20520 PR target/63408
20521 * config/arm/arm.c (vfp3_const_double_for_fract_bits): Disable
20522 for negative numbers.
20523
20524 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
20525
20526 PR rtl-optimization/66306
20527 * reload.c (find_reloads): Swap the match_dup info for
20528 commutative operands.
20529
20530 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
20531
20532 * config/s390/vx-builtins.md
20533 ("vec_scatter_element<mode>_<non_vec_int>")
20534 ("vec_scatter_element<V_HW_64:mode>_SI"): Replace gf mode
20535 attribute with bhfgq.
20536
20537 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
20538
20539 * config/s390/s390-builtins.def: Fix vpopct instruction comments.
20540
20541 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
20542
20543 * config/s390/s390-builtin-types.def: Add flag to indicate the
20544 options under which the function type is needed.
20545 * config/s390/s390-builtins.def: Add flag to indicate the options
20546 under which the builtin is enabled.
20547 * config/s390/s390-builtins.h: Add flags parameter to macro
20548 definitions.
20549 (bflags_for_builtin): New function.
20550 (flags_for_builtin): Renamed to ...
20551 (opflags_for_builtin): ... this.
20552 * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Rename
20553 flags_for_builtin to bflags_for_builtin and
20554 flags_overloaded_builtin_var to opflags_overloaded_builtin_var.
20555 * config/s390/s390.c: Add initialization of bflags_builtin and
20556 opflags_builtin arrays.
20557 Remove code for flags_builtin.
20558 (s390_init_builtins): Only create builtin function types if one of
20559 their flags is active.
20560 Only create builtins if all of their flags are active.
20561 (s390_expand_builtin): Rename flags_for_builtin to
20562 opflags_for_builtin.
20563
20564 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
20565
20566 * config/s390/vecintrin.h: Remove internal builtins.
20567
20568 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
20569
20570 * config/s390/s390.c (s390_secondary_reload): Fix check for
20571 GENERAL_REGS register class.
20572
20573 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
20574
20575 * config/s390/s390.c (s390_support_vector_misalignment): Call
20576 default implementation for !TARGET_VX.
20577
20578 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
20579
20580 * config/s390/s390.c (s390_legitimate_constant_p): Add
20581 TARGET_VX check.
20582
20583 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
20584
20585 * config/s390/s390.c (s390_vector_abi): New variable definition.
20586 (s390_check_type_for_vector_abi): New function.
20587 (TARGET_ASM_FILE_END): New macro definition.
20588 (s390_asm_file_end): New function.
20589 (s390_function_arg): Call s390_check_type_for_vector_abi.
20590 (s390_gimplify_va_arg): Likewise.
20591 * configure: Regenerate.
20592 * configure.ac: Check for .gnu_attribute Binutils feature.
20593
20594 2015-06-23 Chen Gang <gang.chen.5i5j@gmail.com>
20595
20596 PR target/65803
20597 * config/bfin/bfin.c (hwloop_optimize): Initialize
20598 JUMP_LABEL for newly created jump.
20599
20600 2015-06-23 Tristan Gingold <gingold@adacore.com>
20601
20602 * collect-utils.c (collect_wait): Unlink the response file here
20603 instead of...
20604 (do_wait): ...here.
20605 (utils_cleanup): ...and here.
20606
20607 2015-06-23 Richard Sandiford <richard.sandiford@arm.com>
20608
20609 * df-scan.c: Don't include target-def.h.
20610 * targhooks.c: Likewise.
20611 * config/arm/arm-c.c: Likewise.
20612 * config/i386/i386-c.c: Likewise.
20613 * config/nds32/nds32-cost.c: Likewise.
20614 * config/nds32/nds32-fp-as-gp.c: Likewise.
20615 * config/nds32/nds32-intrinsic.c: Likewise.
20616 * config/nds32/nds32-isr.c: Likewise.
20617 * config/nds32/nds32-md-auxiliary.c: Likewise.
20618 * config/nds32/nds32-memory-manipulation.c: Likewise.
20619 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
20620 * config/nds32/nds32-predicates.c: Likewise.
20621
20622 2015-06-23 Richard Biener <rguenther@suse.de>
20623
20624 PR tree-optimization/66636
20625 * tree-vect-stmts.c (vectorizable_store): Properly compute the
20626 def type for further defs for strided stores.
20627
20628 2015-06-23 Nathan Sidwell <nathan@codesourcery.com>
20629
20630 * config/nvptx/nvptx.md (sel_true<mode>, sel_false<mode>): New
20631 conditional selects.
20632 (setcc_int<mode>, setcc_float<mode>): Reformat.
20633
20634 2015-06-23 Marek Polacek <polacek@redhat.com>
20635
20636 * match.pd ((x + y) - (x | y) -> x & y,
20637 (x + y) - (x & y) -> x | y): New patterns.
20638
20639 2015-06-23 Ludovic Courtès <ludo@gnu.org>
20640
20641 PR 65711
20642 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Move
20643 '-dynamic-linker' within %{!shared: ...}.
20644
20645 2015-06-23 Uros Bizjak <ubizjak@gmail.com>
20646
20647 PR target/66560
20648 * config/i386/predicates.md (addsub_vm_operator): New predicate.
20649 (addsub_vs_operator): Ditto.
20650 (addsub_vs_parallel): Ditto.
20651 * config/i386/sse.md (ssedoublemode): Add V4SF and V2DF modes.
20652 (avx_addsubv4df3, avx_addsubv8sf3, sse3_addsubv2df3, sse3_addsubv4sf3):
20653 Put minus RTX before plus and adjust vec_merge selector.
20654 (*avx_addsubv4df3_1, *avx_addsubv4df3_1s, *sse3_addsubv2df3_1)
20655 (*sse_addsubv2df3_1s, *avx_addsubv8sf3_1, *avx_addsubv8sf3_1s)
20656 (*sse3_addsubv4sf3_1, *sse_addsubv4sf3_1s): Remove insn patterns.
20657 (addsub vec_merge splitters): New combiner splitters.
20658 (addsub vec_select/vec_concat splitters): Ditto.
20659
20660 2015-06-23 Bin Cheng <bin.cheng@arm.com>
20661
20662 PR tree-optimization/66449
20663 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Use
20664 POINTER_PLUS_EXPR for pointers.
20665
20666 2015-06-23 Alan Modra <amodra@gmail.com>
20667
20668 * rtlanal.c (commutative_operand_precedence): Correct comments.
20669 * simplify-rtx.c (simplify_plus_minus_op_data_cmp): Delete forward
20670 declaration. Return an int. Distinguish REG,REG return from
20671 others.
20672 (struct simplify_plus_minus_op_data): Make local to function.
20673 (simplify_plus_minus): Don't set canonicalized if merely sorting
20674 registers. Avoid packing ops if nothing changes. White space fixes.
20675
20676 2015-06-22 Pierre-Marie de Rodat <derodat@adacore.com>
20677
20678 * gcc.c (default_compilers): Pass "-o %g.s" to cc1 for headers even if
20679 -fdump-ada-spec is passed but not if -fsyntax-only is.
20680
20681 2015-06-22 Vladimir Makarov <vmakarov@redhat.com>
20682
20683 PR bootstrap/63740
20684 * lra-lives.c (process_bb_lives): Check insn copying the same
20685 reload pseudo and don't create a copy for it.
20686
20687 2015-06-22 Tom de Vries <tom@codesourcery.com>
20688
20689 * tree-parloops.c (transform_to_exit_first_loop_alt): Add update_stmt
20690 for cond_stmt.
20691
20692 2015-06-22 Tom de Vries <tom@codesourcery.com>
20693
20694 * builtins.def (DEF_GOMP_BUILTIN): Test
20695 'flag_tree_parallelize_loops > 1' instead of
20696 'flag_tree_parallelize_loops'. Test flag_cilkplus.
20697
20698 2015-06-22 Tom de Vries <tom@codesourcery.com>
20699
20700 * dominance.c (calculate_dominance_info): Verify dominators if
20701 early-out.
20702
20703 2015-06-22 Marek Polacek <polacek@redhat.com>
20704
20705 * match.pd ((x ^ y) ^ (x | y) -> x & y,
20706 (x & y) + (x ^ y) -> x | y, (x & y) | (x ^ y) -> x | y,
20707 (x & y) ^ (x ^ y) -> x | y, (x & y) + (x | y) -> x + y,
20708 (x | y) - (x ^ y) -> x & y, (x | y) - (x & y) -> x ^ y): New patterns.
20709
20710 2015-06-22 Uros Bizjak <ubizjak@gmail.com>
20711
20712 PR target/65871
20713 * config/i386/i386.c (ix86_rtx_costs) <case COMPARE>: Ignore the
20714 cost of embedded comparison.
20715
20716 2015-06-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
20717
20718 PR target/65914
20719 * config/rs6000/predicates.md (altivec_register_operand): Permit
20720 virtual stack registers.
20721 (vsx_register_operand): Likewise.
20722 (vfloat_operand): Likewise.
20723 (vint_operand): Likewise.
20724 (vlogical_operand): Likewise.
20725
20726 2015-06-22 Richard Biener <rguenther@suse.de>
20727
20728 * tree-vectorizer.h (_loop_vec_info): Add scalar_cost_vec
20729 and single_scalar_iteration_cost members.
20730 (LOOP_VINFO_SCALAR_ITERATION_COST): New.
20731 (LOOP_VINFO_SINGLE_SCALAR_ITERATION_COST): Likewise.
20732 (vect_get_single_scalar_iteration_cost): Remove.
20733 * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost):
20734 Use LOOP_VINFO_SCALAR_ITERATION_COST.
20735 * tree-vect-loop.c (destroy_loop_vec_info): Free
20736 scalar_cost_vec.
20737 (vect_get_single_scalar_iteration_cost): Compute result into
20738 LOOP_VINFO_SINGLE_SCALAR_ITERATION_COST and
20739 LOOP_VINFO_SCALAR_ITERATION_COST. Make static.
20740 (vect_analyze_loop_2): Call vect_get_single_scalar_iteration_cost.
20741 (vect_estimate_min_profitable_iters): Use them.
20742
20743 2015-06-22 Christian Bruel <christian.bruel@st.com>
20744
20745 PR target/52144
20746 * config/arm/arm.c (add_attribute, arm_insert_attributes): New functions
20747 (TARGET_INSERT_ATTRIBUTES): Define.
20748 (thumb_flipper): New var.
20749 * config/arm/arm.opt (-mflip-thumb): New switch.
20750
20751 2015-06-22 Jan Hubicka <hubicka@ucw.cz>
20752 Martin Liska <mliska@suse.cz>
20753
20754 PR ipa/65908
20755 * ipa-icf.c (sem_item::target_supports_symbol_aliases): Remove
20756 construction of arg_types.
20757 (sem_function::sem_function): Likewise.
20758 (sem_function::~sem_function): Remove destruction of arg_types.
20759 (sem_function::compatible_parm_types_p): New function.
20760 (sem_function::equals_wpa): Reorg matching of return values
20761 and parameter types.
20762 (sem_function::equals_private): Reorg mathcing of argument types.
20763 (sem_function::parse_tree_args): Remove.
20764 * ipa-icf.h (init_wpa): Do not call it.
20765 (parse_tree_args): Remove.
20766 (compatible_parm_types_p): Declare.
20767 (result_type): Remove.
20768 (arg_types): Remove.
20769
20770 2015-06-22 Jan Hubicka <hubicka@ucw.cz>
20771
20772 PR ipa/66351
20773 * ipa-polymorphic-call.c
20774 (ipa_polymorphic_call_context::get_dynamic_type): Fix thinko when
20775 initializing alias oracle; fix formating; set base_alias_set if it
20776 is known.
20777
20778 2015-06-22 Mikhail Maltsev <maltsevm@gmail.com>
20779
20780 * auto-inc-dec.c (reverse_mem, reverse_inc): Remove.
20781 (parse_add_or_inc): Use std::swap instead of reverse_{mem,inc}.
20782 (find_inc): Likewise.
20783 * combine.c (combine_simplify_rtx): Use std::swap instead of manually
20784 swapping.
20785 * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
20786 * df-scan.c (df_swap_refs): Remove.
20787 (df_sort_and_compress_refs): Use std::swap instead of df_swap_refs.
20788 * dominance.c (link_roots): Use std::swap instead of manually swapping.
20789 * expr.c (expand_expr_real_2, do_store_flag): Likewise.
20790 * fold-const.c (fold_relational_const): Likewise.
20791 * genattrtab.c (simplify_test_exp): Likewise.
20792 * gimple-match-head.c (gimple_resimplify2, gimple_resimplify3,
20793 gimple_simplify): Likewise.
20794 * ifcvt.c (noce_try_abs, find_if_header): Likewise.
20795 * internal-fn.c (expand_addsub_overflow, expand_mul_overflow): Likewise.
20796 * ipa-devirt.c (add_type_duplicate): Likewise.
20797 * loop-iv.c (get_biv_step_1, iv_number_of_iterations): Likewise.
20798 * lra-lives.c (lra_setup_reload_pseudo_preferenced_hard_reg): Likewise.
20799 * lra.c (lra_create_copy): Likewise.
20800 * lto-streamer-out.c (DFS::DFS): Likewise.
20801 * modulo-sched.c (get_sched_window): Likewise.
20802 * omega.c (omega_pretty_print_problem): Likewise.
20803 * optabs.c (prepare_float_lib_cmp, expand_mult_highpart): Likewise.
20804 * reload1.c (reloads_unique_chain_p): Likewise.
20805 * sel-sched-ir.c (exchange_lv_sets, exchange_av_sets): Remove.
20806 (exchange_data_sets): Move logic from exchange_{av,lv}_sets here and
20807 use std::swap.
20808 * simplify-rtx.c (simplify_unary_operation_1): Use std::swap instead of
20809 manually swapping.
20810 * tree-if-conv.c (is_cond_scalar_reduction, predicate_scalar_phi,
20811 predicate_mem_writes): Likewise.
20812 * tree-loop-distribution.c (pg_add_dependence_edges): Likewise.
20813 * tree-predcom.c (combine_chains): Likewise.
20814 * tree-ssa-alias.c (nonoverlapping_component_refs_p,
20815 refs_may_alias_p_1): Likewise.
20816 * tree-ssa-ifcombine.c (recognize_if_then_else): Likewise.
20817 * tree-ssa-loop-ivopts.c (extract_cond_operands): Likewise.
20818 * tree-ssa-loop-niter.c (refine_bounds_using_guard,
20819 number_of_iterations_cond): Likewise.
20820 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Likewise.
20821 * tree-ssa-sccvn.c (vn_nary_op_compute_hash): Likewise.
20822 * tree-vect-slp.c (vect_build_slp_tree): Likewise.
20823 * tree-vect-stmts.c (supportable_widening_operation): Likewise.
20824 * tree-vrp.c (extract_range_from_binary_expr_1,
20825 extract_range_from_unary_expr_1): Likewise.
20826
20827 2015-06-20 Marek Polacek <polacek@redhat.com>
20828
20829 * common.opt (fsanitize-undefined-trap-on-error): Add Driver.
20830
20831 2015-06-19 Kaz Kojima <kkojima@gcc.gnu.org>
20832
20833 PR target/66591
20834 * config/sh/sh.c (prepare_move_operands): Replace subreg
20835 index term with R0 for base and index addressing.
20836
20837 2015-06-19 Jim Wilson <jim.wilson@linaro.org>
20838
20839 * config/aarch64/aarch64.md (mov<mode>:GPF): Don't call force_reg if
20840 op1 is an fp zero.
20841 (movsf_aarch64): Change condition from register_operand to
20842 aarch64_reg_or_fp_zero for op1. Change type for alternative 6 to
20843 load1. Change type for alternative 7 to store1.
20844 (movdf_aarch64): Likewise.
20845
20846 2015-06-19 James Greenhalgh <james.greenhalgh@arm.com>
20847
20848 * config/vax/vax.md: Adjust sign/zero extend patterns to
20849 handle SUBREGs in operands[1].
20850
20851 2015-06-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20852
20853 * config/i386/i386.c (ix86_function_versions): Use std::swap instead
20854 of manually swapping.
20855 (expand_vec_perm_interleave2): Likewise.
20856
20857 2015-06-19 Ilya Enkovich <enkovich.gnu@gmail.com>
20858
20859 * tree-chkp.c (chkp_compute_bounds_for_assignment): Don't
20860 reuse bounds created for abnormal ssa names.
20861
20862 2015-06-19 Jakub Jelinek <jakub@redhat.com>
20863
20864 * config/nvptx/nvptx.md (allocate_stack): Rename to...
20865 (allocate_stack_<mode>): ... this, and add :P on both
20866 match_operand and unspec.
20867 (allocate_stack): New expander.
20868
20869 2015-06-19 Christian Bruel <christian.bruel@st.com>
20870
20871 PR target/66541
20872 PR target/52144
20873 * config/arm/arm.c (arm_set_current_function): Handle
20874 explicit default options.
20875
20876 2015-06-18 Uros Bizjak <ubizjak@gmail.com>
20877
20878 * config/i386/i386.md (*movsicc_noc_zext): New insn.
20879 (zero-extended cmove with mem peephole2): New pattern.
20880 (cmove with mem peephole2): Merge patterns.
20881
20882 2015-06-18 Segher Boessenkool <segher@kernel.crashing.org>
20883
20884 * config/rs6000/rs6000.h (WORD_REGISTER_OPERATIONS): Delete.
20885
20886 2015-06-18 Steve Ellcey <sellcey@imgtec.com>
20887
20888 * config/mips/mips.c (mips_rtx_costs): Remove HONOR_NAN check.
20889 * config/mips/mips.md (*madd4<mode>): Ditto.
20890 (*nmadd3<mode>) Ditto.
20891 (*nmadd4<mode>_fastmath): Ditto.
20892 (*nmadd3<mode>_fastmath): Ditto.
20893 (*nmsub4<mode>): Ditto.
20894 (*nmsub3<mode>): Ditto.
20895 (*nmsub4<mode>_fastmath): Ditto.
20896 (*nmsub3<mode>_fastmath): Ditto.
20897
20898 2015-06-18 Michael Matz <matz@suse.de>
20899
20900 PR middle-end/66253
20901 * tree-vect-stmts.c (vectorizable_store): Implement non-SLP
20902 grouped strided stores.
20903 (vectorizable_load): Don't use the DR from first_stmt in
20904 the non-SLP grouped strided case.
20905
20906 2015-06-18 Ilya Enkovich <enkovich.gnu@gmail.com>
20907
20908 PR target/66569
20909 * function.c (assign_bounds): Add arguments assign_regs,
20910 assign_special, assign_bt.
20911 (assign_parms): For vararg functions handle bounds in BT
20912 and special slots after incoming vararg bounds.
20913
20914 2015-06-18 Ilya Enkovich <enkovich.gnu@gmail.com>
20915
20916 PR middle-end/66568
20917 * cfgexpand.c (expand_return): Handle missing bounds.
20918 (expand_gimple_stmt_1): Likewise.
20919 * tree-chkp.c (chkp_expand_zero_bounds): New.
20920 * tree-chkp.h (chkp_expand_zero_bounds): New.
20921
20922 2015-06-18 Ilya Enkovich <enkovich.gnu@gmail.com>
20923
20924 PR middle-end/66567
20925 * ipa-chkp.c (chkp_maybe_create_clone): Require
20926 functions to be instrumentable.
20927 * tree-chkp.c (chkp_replace_function_pointer): Use
20928 chkp_instrumentable_p instead of attribute check.
20929
20930 2015-06-18 Richard Biener <rguenther@suse.de>
20931
20932 PR tree-optimization/66510
20933 * tree-vect-stmts.c (vectorizable_load): Properly compute the
20934 number of vector loads for SLP permuted loads.
20935 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Also
20936 check the stride for loop vectorization.
20937 (vect_enhance_data_refs_alignment): Deal with SLP adjusted
20938 vectorization factor.
20939 (vect_analyze_group_access): If the group size is not a power
20940 of two require a epilogue loop.
20941 * tree-vect-loop.c (vect_analyze_loop_2): Move alignment
20942 compute and optimizing and alias test pruning after final
20943 vectorization factor computation.
20944 * tree-vect-slp.c (vect_build_slp_tree_1): Remove check on
20945 vector alignment.
20946 (vect_transform_slp_perm_load): Properly compute the original
20947 number of vector load stmts.
20948
20949 2015-06-18 Uros Bizjak <ubizjak@gmail.com>
20950
20951 * doc/invoke.texi (-fsanitize-sections): Split @var to avoid
20952 "unlikely character , in @var" warning.
20953
20954 2015-06-17 Uros Bizjak <ubizjak@gmail.com>
20955
20956 * config/i386/i386.c (ix86_function_arg): Nest TARGET_64BIT code.
20957 (ix86_function_arg_advance): Ditto.
20958 (ix86_pass_by_reference): Ditto. Rewrite MS_ABI part.
20959
20960 2015-06-17 Andrew MacLeod <amacleod@redhat.com>
20961
20962 * function.h (struct rtl_data): Remove struct and accessor macros.
20963 * emit-rtl.h (struct rtl_data): Relocate to here.
20964 * Makefile.in (GTFILES): Add emit-rtl.h.
20965 * df-core.c: Include emit-rtl.h.
20966 * genattrtab.c: Likewise.
20967 * genconditions.c: Likewise.
20968 * genpreds.c: Likewise.
20969 * genrecog.c: Likewise.
20970 * regcprop.c: Likewise.
20971 * resource.c: Likewise.
20972 * sched-rgn.c: Likewise.
20973 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
20974 * config/i386/winnt.c: Likewise.
20975
20976 2015-06-17 Jakub Jelinek <jakub@redhat.com>
20977
20978 PR middle-end/66429
20979 * omp-low.c (expand_omp_taskreg, expand_omp_target): Use child_cfun
20980 instead of DECL_STRUCT_FUNCTION (child_fn). Or in has_simduid_loops
20981 and has_force_vectorize_loops flags from cfun into
20982 child_cfun.
20983 (expand_omp_simd): For broken loop, set cfun->has_simduid_loops
20984 if simduid is non-NULL.
20985 * tree-pass.h (make_pass_simduid_cleanup): New prototype.
20986 * passes.def (pass_simduid_cleanup): Add new pass after loop
20987 passes.
20988 * tree-vectorizer.c (adjust_simduid_builtins): Remove one unnecessary
20989 indirection from htab argument's type.
20990 (shrink_simd_arrays): New function.
20991 (vectorize_loops): Use it. Adjust adjust_simduid_builtins caller.
20992 Don't call adjust_simduid_builtins if there are no loops.
20993 (pass_data_simduid_cleanup, pass_simduid_cleanup): New variables.
20994 (pass_simduid_cleanup::execute): New method.
20995 (make_pass_simduid_cleanup): New function.
20996
20997 2017-06-17 Andrew MacLeod <amacleod@redhat.com>
20998
20999 * tree-core.h (tree_target_option): Make opts field a pointer to a
21000 cl_target_option instead of an instance of the struct.
21001 * tree.h (TREE_TARGET_OPTION): Return the pointer, not an address of
21002 the structure.
21003 * tree.c (make_node_stat ): Allocate a cl_target_option struct for
21004 TARGET_OPTION_NODE.
21005 (copy_node_stat): Allocate and copy struct cl_target_option.
21006
21007 2015-06-17 Andrew MacLeod <amacleod@redhat.com>
21008
21009 * tree.h (merge_dllimport_decl_attributes, handle_dll_attribute):
21010 Remove conditional exposure of prototypes.
21011 (ANON_AGGRNAME_FORMAT, ANON_AGGRNAME_P): Delete.
21012 * tree.c (anon_aggrname_format, anon_aggrname_p): New. Replace macro
21013 definitions in tree.h with functions.
21014 * lto-streamer-out.c (DFS_write_tree_body, hash_tree): Use
21015 anon_aggrname_p.
21016 * tree-streamer-out.c (write_ts_decl_minimal_tree_pointers): Likewise.
21017
21018 2015-06-17 Segher Boessenkool <segher@kernel.crashing.org>
21019
21020 * config/rs6000/rs6000.md (*cmp<mode>_internal1): Rename to...
21021 (*cmp<mode>_signed): ... this.
21022 (*cmpsi_internal2, *cmpdi_internal2): Merge, rename to...
21023 (*cmp<mode>_unsigned): ... this. Remove %b.
21024
21025 2015-06-17 Andrew MacLeod <amacleod@redhat.com>
21026
21027 * coretypes.h: Include input.h and as-a.h.
21028 * rtl.h: Include input.h and as-a.h for generator files.
21029 * hwint.c: Include coretypes.h, don't include diagnostic-core.h.
21030 * vec.c: Don't include diagnostic-core.h.
21031 * alias.c: Do not include input.h, line-map.h or is-a.h.
21032 * asan.c: Likewise.
21033 * attribs.c: Likewise.
21034 * auto-inc-dec.c: Likewise.
21035 * auto-profile.c: Likewise.
21036 * bb-reorder.c: Likewise.
21037 * bt-load.c: Likewise.
21038 * builtins.c: Likewise.
21039 * caller-save.c: Likewise.
21040 * calls.c: Likewise.
21041 * ccmp.c: Likewise.
21042 * cfg.c: Likewise.
21043 * cfganal.c: Likewise.
21044 * cfgbuild.c: Likewise.
21045 * cfgcleanup.c: Likewise.
21046 * cfgexpand.c: Likewise.
21047 * cfghooks.c: Likewise.
21048 * cfgloop.c: Likewise.
21049 * cfgloop.h: Likewise.
21050 * cfgloopanal.c: Likewise.
21051 * cfgloopmanip.c: Likewise.
21052 * cfgrtl.c: Likewise.
21053 * cgraph.c: Likewise.
21054 * cgraphbuild.c: Likewise.
21055 * cgraphclones.c: Likewise.
21056 * cgraphunit.c: Likewise.
21057 * cilk-common.c: Likewise.
21058 * combine-stack-adj.c: Likewise.
21059 * combine.c: Likewise.
21060 * compare-elim.c: Likewise.
21061 * convert.c: Likewise.
21062 * coverage.c: Likewise.
21063 * cppbuiltin.c: Likewise.
21064 * cprop.c: Likewise.
21065 * cse.c: Likewise.
21066 * cselib.c: Likewise.
21067 * data-streamer-in.c: Likewise.
21068 * data-streamer-out.c: Likewise.
21069 * data-streamer.c: Likewise.
21070 * dbxout.c: Likewise.
21071 * dce.c: Likewise.
21072 * ddg.c: Likewise.
21073 * debug.c: Likewise.
21074 * df-core.c: Likewise.
21075 * df-problems.c: Likewise.
21076 * df-scan.c: Likewise.
21077 * df.h: Likewise.
21078 * dfp.c: Likewise.
21079 * diagnostic-core.h: Likewise.
21080 * diagnostic.c: Likewise.
21081 * dojump.c: Likewise.
21082 * dominance.c: Likewise.
21083 * domwalk.c: Likewise.
21084 * double-int.c: Likewise.
21085 * dse.c: Likewise.
21086 * dumpfile.c: Likewise.
21087 * dumpfile.h: Likewise.
21088 * dwarf2asm.c: Likewise.
21089 * dwarf2cfi.c: Likewise.
21090 * dwarf2out.c: Likewise.
21091 * emit-rtl.c: Likewise.
21092 * et-forest.c: Likewise.
21093 * except.c: Likewise.
21094 * explow.c: Likewise.
21095 * expmed.c: Likewise.
21096 * expr.c: Likewise.
21097 * final.c: Likewise.
21098 * fixed-value.c: Likewise.
21099 * fold-const.c: Likewise.
21100 * function.c: Likewise.
21101 * fwprop.c: Likewise.
21102 * gcc-plugin.h: Likewise.
21103 * gcse.c: Likewise.
21104 * generic-match-head.c: Likewise.
21105 * ggc-page.c: Likewise.
21106 * gimple-builder.c: Likewise.
21107 * gimple-expr.c: Likewise.
21108 * gimple-fold.c: Likewise.
21109 * gimple-iterator.c: Likewise.
21110 * gimple-low.c: Likewise.
21111 * gimple-match-head.c: Likewise.
21112 * gimple-pretty-print.c: Likewise.
21113 * gimple-ssa-isolate-paths.c: Likewise.
21114 * gimple-ssa-strength-reduction.c: Likewise.
21115 * gimple-streamer-in.c: Likewise.
21116 * gimple-streamer-out.c: Likewise.
21117 * gimple-streamer.h: Likewise.
21118 * gimple-walk.c: Likewise.
21119 * gimple.c: Likewise.
21120 * gimplify-me.c: Likewise.
21121 * gimplify.c: Likewise.
21122 * godump.c: Likewise.
21123 * graph.c: Likewise.
21124 * graphite-blocking.c: Likewise.
21125 * graphite-dependences.c: Likewise.
21126 * graphite-interchange.c: Likewise.
21127 * graphite-isl-ast-to-gimple.c: Likewise.
21128 * graphite-optimize-isl.c: Likewise.
21129 * graphite-poly.c: Likewise.
21130 * graphite-scop-detection.c: Likewise.
21131 * graphite-sese-to-poly.c: Likewise.
21132 * graphite.c: Likewise.
21133 * haifa-sched.c: Likewise.
21134 * hw-doloop.c: Likewise.
21135 * ifcvt.c: Likewise.
21136 * init-regs.c: Likewise.
21137 * input.c: Likewise.
21138 * internal-fn.c: Likewise.
21139 * ipa-chkp.c: Likewise.
21140 * ipa-comdats.c: Likewise.
21141 * ipa-cp.c: Likewise.
21142 * ipa-devirt.c: Likewise.
21143 * ipa-icf-gimple.c: Likewise.
21144 * ipa-icf.c: Likewise.
21145 * ipa-inline-analysis.c: Likewise.
21146 * ipa-inline-transform.c: Likewise.
21147 * ipa-inline.c: Likewise.
21148 * ipa-polymorphic-call.c: Likewise.
21149 * ipa-profile.c: Likewise.
21150 * ipa-prop.c: Likewise.
21151 * ipa-pure-const.c: Likewise.
21152 * ipa-ref.c: Likewise.
21153 * ipa-reference.c: Likewise.
21154 * ipa-split.c: Likewise.
21155 * ipa-utils.c: Likewise.
21156 * ipa-visibility.c: Likewise.
21157 * ipa.c: Likewise.
21158 * ira-build.c: Likewise.
21159 * ira-color.c: Likewise.
21160 * ira-conflicts.c: Likewise.
21161 * ira-costs.c: Likewise.
21162 * ira-emit.c: Likewise.
21163 * ira-lives.c: Likewise.
21164 * ira.c: Likewise.
21165 * jump.c: Likewise.
21166 * langhooks.c: Likewise.
21167 * lcm.c: Likewise.
21168 * loop-doloop.c: Likewise.
21169 * loop-init.c: Likewise.
21170 * loop-invariant.c: Likewise.
21171 * loop-iv.c: Likewise.
21172 * loop-unroll.c: Likewise.
21173 * lower-subreg.c: Likewise.
21174 * lra-assigns.c: Likewise.
21175 * lra-coalesce.c: Likewise.
21176 * lra-constraints.c: Likewise.
21177 * lra-eliminations.c: Likewise.
21178 * lra-lives.c: Likewise.
21179 * lra-remat.c: Likewise.
21180 * lra-spills.c: Likewise.
21181 * lra.c: Likewise.
21182 * lto-cgraph.c: Likewise.
21183 * lto-compress.c: Likewise.
21184 * lto-opts.c: Likewise.
21185 * lto-section-in.c: Likewise.
21186 * lto-section-out.c: Likewise.
21187 * lto-streamer-in.c: Likewise.
21188 * lto-streamer-out.c: Likewise.
21189 * lto-streamer.c: Likewise.
21190 * mcf.c: Likewise.
21191 * mode-switching.c: Likewise.
21192 * modulo-sched.c: Likewise.
21193 * omega.c: Likewise.
21194 * omp-low.c: Likewise.
21195 * optabs.c: Likewise.
21196 * opts-global.c: Likewise.
21197 * opts.h: Likewise.
21198 * passes.c: Likewise.
21199 * plugin.c: Likewise.
21200 * postreload-gcse.c: Likewise.
21201 * postreload.c: Likewise.
21202 * predict.c: Likewise.
21203 * pretty-print.h: Likewise.
21204 * print-rtl.c: Likewise.
21205 * print-tree.c: Likewise.
21206 * profile.c: Likewise.
21207 * real.c: Likewise.
21208 * realmpfr.c: Likewise.
21209 * recog.c: Likewise.
21210 * ree.c: Likewise.
21211 * reg-stack.c: Likewise.
21212 * regcprop.c: Likewise.
21213 * reginfo.c: Likewise.
21214 * regrename.c: Likewise.
21215 * regstat.c: Likewise.
21216 * reload.c: Likewise.
21217 * reload1.c: Likewise.
21218 * reorg.c: Likewise.
21219 * resource.c: Likewise.
21220 * rtl-chkp.c: Likewise.
21221 * rtl-error.c: Likewise.
21222 * rtlanal.c: Likewise.
21223 * rtlhooks.c: Likewise.
21224 * sanopt.c: Likewise.
21225 * sched-deps.c: Likewise.
21226 * sched-ebb.c: Likewise.
21227 * sched-rgn.c: Likewise.
21228 * sched-vis.c: Likewise.
21229 * sdbout.c: Likewise.
21230 * sel-sched-dump.c: Likewise.
21231 * sel-sched-ir.c: Likewise.
21232 * sel-sched.c: Likewise.
21233 * sese.c: Likewise.
21234 * shrink-wrap.c: Likewise.
21235 * simplify-rtx.c: Likewise.
21236 * stack-ptr-mod.c: Likewise.
21237 * statistics.c: Likewise.
21238 * stmt.c: Likewise.
21239 * stor-layout.c: Likewise.
21240 * store-motion.c: Likewise.
21241 * streamer-hooks.c: Likewise.
21242 * stringpool.c: Likewise.
21243 * symtab.c: Likewise.
21244 * target-globals.c: Likewise.
21245 * targhooks.c: Likewise.
21246 * toplev.c: Likewise.
21247 * tracer.c: Likewise.
21248 * trans-mem.c: Likewise.
21249 * tree-affine.c: Likewise.
21250 * tree-browser.c: Likewise.
21251 * tree-call-cdce.c: Likewise.
21252 * tree-cfg.c: Likewise.
21253 * tree-cfgcleanup.c: Likewise.
21254 * tree-chkp-opt.c: Likewise.
21255 * tree-chkp.c: Likewise.
21256 * tree-chrec.c: Likewise.
21257 * tree-complex.c: Likewise.
21258 * tree-data-ref.c: Likewise.
21259 * tree-dfa.c: Likewise.
21260 * tree-diagnostic.c: Likewise.
21261 * tree-dump.c: Likewise.
21262 * tree-eh.c: Likewise.
21263 * tree-emutls.c: Likewise.
21264 * tree-if-conv.c: Likewise.
21265 * tree-inline.c: Likewise.
21266 * tree-into-ssa.c: Likewise.
21267 * tree-iterator.c: Likewise.
21268 * tree-loop-distribution.c: Likewise.
21269 * tree-nested.c: Likewise.
21270 * tree-nrv.c: Likewise.
21271 * tree-object-size.c: Likewise.
21272 * tree-outof-ssa.c: Likewise.
21273 * tree-parloops.c: Likewise.
21274 * tree-phinodes.c: Likewise.
21275 * tree-predcom.c: Likewise.
21276 * tree-pretty-print.c: Likewise.
21277 * tree-profile.c: Likewise.
21278 * tree-scalar-evolution.c: Likewise.
21279 * tree-sra.c: Likewise.
21280 * tree-ssa-address.c: Likewise.
21281 * tree-ssa-alias.c: Likewise.
21282 * tree-ssa-ccp.c: Likewise.
21283 * tree-ssa-coalesce.c: Likewise.
21284 * tree-ssa-copy.c: Likewise.
21285 * tree-ssa-copyrename.c: Likewise.
21286 * tree-ssa-dce.c: Likewise.
21287 * tree-ssa-dom.c: Likewise.
21288 * tree-ssa-dse.c: Likewise.
21289 * tree-ssa-forwprop.c: Likewise.
21290 * tree-ssa-ifcombine.c: Likewise.
21291 * tree-ssa-live.c: Likewise.
21292 * tree-ssa-loop-ch.c: Likewise.
21293 * tree-ssa-loop-im.c: Likewise.
21294 * tree-ssa-loop-ivcanon.c: Likewise.
21295 * tree-ssa-loop-ivopts.c: Likewise.
21296 * tree-ssa-loop-manip.c: Likewise.
21297 * tree-ssa-loop-niter.c: Likewise.
21298 * tree-ssa-loop-prefetch.c: Likewise.
21299 * tree-ssa-loop-unswitch.c: Likewise.
21300 * tree-ssa-loop.c: Likewise.
21301 * tree-ssa-math-opts.c: Likewise.
21302 * tree-ssa-operands.c: Likewise.
21303 * tree-ssa-phiopt.c: Likewise.
21304 * tree-ssa-phiprop.c: Likewise.
21305 * tree-ssa-pre.c: Likewise.
21306 * tree-ssa-propagate.c: Likewise.
21307 * tree-ssa-reassoc.c: Likewise.
21308 * tree-ssa-sccvn.c: Likewise.
21309 * tree-ssa-scopedtables.c: Likewise.
21310 * tree-ssa-sink.c: Likewise.
21311 * tree-ssa-strlen.c: Likewise.
21312 * tree-ssa-structalias.c: Likewise.
21313 * tree-ssa-tail-merge.c: Likewise.
21314 * tree-ssa-ter.c: Likewise.
21315 * tree-ssa-threadedge.c: Likewise.
21316 * tree-ssa-threadupdate.c: Likewise.
21317 * tree-ssa-uncprop.c: Likewise.
21318 * tree-ssa-uninit.c: Likewise.
21319 * tree-ssa.c: Likewise.
21320 * tree-ssanames.c: Likewise.
21321 * tree-stdarg.c: Likewise.
21322 * tree-streamer-in.c: Likewise.
21323 * tree-streamer-out.c: Likewise.
21324 * tree-streamer.c: Likewise.
21325 * tree-switch-conversion.c: Likewise.
21326 * tree-tailcall.c: Likewise.
21327 * tree-vect-data-refs.c: Likewise.
21328 * tree-vect-generic.c: Likewise.
21329 * tree-vect-loop-manip.c: Likewise.
21330 * tree-vect-loop.c: Likewise.
21331 * tree-vect-patterns.c: Likewise.
21332 * tree-vect-slp.c: Likewise.
21333 * tree-vect-stmts.c: Likewise.
21334 * tree-vectorizer.c: Likewise.
21335 * tree-vrp.c: Likewise.
21336 * tree.c: Likewise.
21337 * tsan.c: Likewise.
21338 * ubsan.c: Likewise.
21339 * valtrack.c: Likewise.
21340 * value-prof.c: Likewise.
21341 * var-tracking.c: Likewise.
21342 * varasm.c: Likewise.
21343 * varpool.c: Likewise.
21344 * vmsdbgout.c: Likewise.
21345 * vtable-verify.c: Likewise.
21346 * web.c: Likewise.
21347 * wide-int.cc: Likewise.
21348 * xcoffout.c: Likewise.
21349 * common/common-target.h: Do not include input.h, line-map.h or is-a.h.
21350 * common/common-targhooks.c: Likewise.
21351 * config/aarch64/aarch64-builtins.c: Likewise.
21352 * config/aarch64/aarch64.c: Likewise.
21353 * config/alpha/alpha.c: Likewise.
21354 * config/arc/arc.c: Likewise.
21355 * config/arm/aarch-common.c: Likewise.
21356 * config/arm/arm-builtins.c: Likewise.
21357 * config/arm/arm-c.c: Likewise.
21358 * config/arm/arm.c: Likewise.
21359 * config/avr/avr-c.c: Likewise.
21360 * config/avr/avr-log.c: Likewise.
21361 * config/avr/avr.c: Likewise.
21362 * config/bfin/bfin.c: Likewise.
21363 * config/c6x/c6x.c: Likewise.
21364 * config/cr16/cr16.c: Likewise.
21365 * config/cris/cris.c: Likewise.
21366 * config/darwin-c.c: Likewise.
21367 * config/darwin.c: Likewise.
21368 * config/default-c.c: Likewise.
21369 * config/epiphany/epiphany.c: Likewise.
21370 * config/epiphany/mode-switch-use.c: Likewise.
21371 * config/epiphany/resolve-sw-modes.c: Likewise.
21372 * config/fr30/fr30.c: Likewise.
21373 * config/frv/frv.c: Likewise.
21374 * config/ft32/ft32.c: Likewise.
21375 * config/glibc-c.c: Likewise.
21376 * config/h8300/h8300.c: Likewise.
21377 * config/i386/i386-c.c: Likewise.
21378 * config/i386/i386.c: Likewise.
21379 * config/i386/msformat-c.c: Likewise.
21380 * config/i386/winnt-cxx.c: Likewise.
21381 * config/i386/winnt-stubs.c: Likewise.
21382 * config/i386/winnt.c: Likewise.
21383 * config/ia64/ia64-c.c: Likewise.
21384 * config/ia64/ia64.c: Likewise.
21385 * config/iq2000/iq2000.c: Likewise.
21386 * config/lm32/lm32.c: Likewise.
21387 * config/m32c/m32c-pragma.c: Likewise.
21388 * config/m32c/m32c.c: Likewise.
21389 * config/m32r/m32r.c: Likewise.
21390 * config/m68k/m68k.c: Likewise.
21391 * config/mcore/mcore.c: Likewise.
21392 * config/mep/mep-pragma.c: Likewise.
21393 * config/mep/mep.c: Likewise.
21394 * config/microblaze/microblaze-c.c: Likewise.
21395 * config/microblaze/microblaze.c: Likewise.
21396 * config/mips/mips.c: Likewise.
21397 * config/mmix/mmix.c: Likewise.
21398 * config/mn10300/mn10300.c: Likewise.
21399 * config/moxie/moxie.c: Likewise.
21400 * config/msp430/msp430-c.c: Likewise.
21401 * config/msp430/msp430.c: Likewise.
21402 * config/nds32/nds32-cost.c: Likewise.
21403 * config/nds32/nds32-fp-as-gp.c: Likewise.
21404 * config/nds32/nds32-intrinsic.c: Likewise.
21405 * config/nds32/nds32-isr.c: Likewise.
21406 * config/nds32/nds32-md-auxiliary.c: Likewise.
21407 * config/nds32/nds32-memory-manipulation.c: Likewise.
21408 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
21409 * config/nds32/nds32-predicates.c: Likewise.
21410 * config/nds32/nds32.c: Likewise.
21411 * config/nios2/nios2.c: Likewise.
21412 * config/nvptx/nvptx.c: Likewise.
21413 * config/pa/pa.c: Likewise.
21414 * config/pdp11/pdp11.c: Likewise.
21415 * config/rl78/rl78-c.c: Likewise.
21416 * config/rl78/rl78.c: Likewise.
21417 * config/rs6000/rs6000-c.c: Likewise.
21418 * config/rs6000/rs6000.c: Likewise.
21419 * config/rx/rx.c: Likewise.
21420 * config/s390/s390-c.c: Likewise.
21421 * config/s390/s390.c: Likewise.
21422 * config/sh/sh-c.c: Likewise.
21423 * config/sh/sh-mem.cc: Likewise.
21424 * config/sh/sh.c: Likewise.
21425 * config/sh/sh_optimize_sett_clrt.cc: Likewise.
21426 * config/sh/sh_treg_combine.cc: Likewise.
21427 * config/sol2-c.c: Likewise.
21428 * config/sol2-cxx.c: Likewise.
21429 * config/sol2-stubs.c: Likewise.
21430 * config/sol2.c: Likewise.
21431 * config/sparc/sparc-c.c: Likewise.
21432 * config/sparc/sparc.c: Likewise.
21433 * config/spu/spu-c.c: Likewise.
21434 * config/spu/spu.c: Likewise.
21435 * config/stormy16/stormy16.c: Likewise.
21436 * config/tilegx/mul-tables.c: Likewise.
21437 * config/tilegx/tilegx-c.c: Likewise.
21438 * config/tilegx/tilegx.c: Likewise.
21439 * config/tilepro/mul-tables.c: Likewise.
21440 * config/tilepro/tilepro-c.c: Likewise.
21441 * config/tilepro/tilepro.c: Likewise.
21442 * config/v850/v850-c.c: Likewise.
21443 * config/v850/v850.c: Likewise.
21444 * config/vax/vax.c: Likewise.
21445 * config/visium/visium.c: Likewise.
21446 * config/vms/vms-c.c: Likewise.
21447 * config/vms/vms.c: Likewise.
21448 * config/vxworks.c: Likewise.
21449 * config/winnt-c.c: Likewise.
21450 * config/xtensa/xtensa.c: Likewise.
21451
21452 2015-06-17 Robert Suchanek <robert.suchanek@imgtec.com>
21453
21454 * config/mips/mips.c (mips_ira_change_pseudo_allocno_class): New
21455 function.
21456 (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Define macro.
21457
21458 2015-06-17 Richard Biener <rguenther@suse.de>
21459
21460 PR tree-optimization/66251
21461 * tree-vect-stmts.c (vectorizable_store): Fix gathering of vectorized
21462 stmts for SLP strided stores.
21463
21464 Revert
21465 2015-05-22 Richard Biener <rguenther@suse.de>
21466
21467 PR tree-optimization/66251
21468 * tree-vect-stmts.c (vectorizable_conversion): Properly
21469 set STMT_VINFO_VEC_STMT even for the SLP case.
21470
21471 2015-05-26 Michael Matz <matz@suse.de>
21472
21473 PR middle-end/66251
21474 * tree-vect-stmts.c (vect_create_vectorized_demotion_stmts): Always set
21475 STMT_VINFO_VEC_STMT, also with SLP.
21476
21477 2015-06-16 Uros Bizjak <ubizjak@gmail.com>
21478
21479 PR target/56766
21480 * config/i386/sse.md (*avx_addsubv4df3_1): New insn pattern.
21481 (*avx_addsubv4df3_1s): Ditto.
21482 (*sse3_addsubv2df3_1): Ditto.
21483 (*sse3_addsubv2df3_1s): Ditto.
21484 (*avx_addsubv8sf3_1): Ditto.
21485 (*avx_addsubv8sf3_1s): Ditto.
21486 (*sse3_addsubv4sf3_1): Ditto.
21487 (*sse3_addsubv4sf3_1s): Ditto.
21488
21489 2015-06-16 Steve Ellcey <sellcey@imgtec.com>
21490
21491 * config/mips/mti-linux.h (MIPS_SYSVERSION_SPEC): New.
21492 (SYSROOT_SUFFIX_SPEC): Update.
21493 (SYSROOT_HEADERS_SUFFIX_SPEC): New.
21494 (STARTFILE_PREFIX_SPEC): Update.
21495 * config/mips/t-mti-linux (MULTILIB_EXCEPTIONS): Remove.
21496 (MULTILIB_REQUIRED): New.
21497 (MULTILIB_OSDIRNAMES): New.
21498 * config/mips/t-img-linux (MULTILIB_EXCEPTIONS): Remove.
21499 (MULTILIB_REQUIRED): New.
21500 (MULTILIB_OSDIRNAMES): New.
21501
21502 2015-06-16 Matthew Wahab <matthew.wahab@arm.com>
21503
21504 * config/aarch64/aarch64-arches.def: Add "armv8.1-a".
21505 * config/aarch64/aarch64-options-extensions.def: Update "fP",
21506 "simd" and "crypto". Add "lse", "pan", "lor" and "rdma".
21507 * config/aarch64/aarch64.h (AARCH64_FL_LSE): New.
21508 (AARCH64_FL_PAN): New.
21509 (AARCH64_FL_LOR): New.
21510 (AARCH64_FL_RDMA): New.
21511 (AARCH64_FL_FOR_ARCH8_1): New.
21512 * doc/invoke.texi (AArch64 Options): Add "armv8.1-a" to
21513 -march. Add "lse", "pan", "lor", "rdma" to feature modifiers.
21514
21515 2015-06-16 Martin Liska <mliska@suse.cz>
21516
21517 * bitmap.c (dump_bitmap_statistics): Fix GNU coding style.
21518 * hash-table.c (void dump_hash_table_loc_statistics): Add missing
21519 guard.
21520
21521 2015-06-16 Richard Biener <rguenther@suse.de>
21522
21523 * tree-vect-stmts.c (vectorizable_store): Adjust.
21524 (vectorizable_load): Likewise.
21525 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
21526 Simplify.
21527 (vect_create_data_ref_ptr): Likewise.
21528 (bump_vector_ptr): Adjust.
21529
21530 2015-06-16 Richard Biener <rguenther@suse.de>
21531
21532 * tree-vect-stmts.c (vectorizable_load): Properly start loads
21533 with the first element if this is grouped loads.
21534
21535 2015-06-16 James Greenhalgh <james.greenhalgh@arm.com>
21536
21537 * config/arm/arm-protos.h (struct tune_params): Rename
21538 log_op_non_sc to log_op_non_short_circuit, and rename enum
21539 values to expand SC to SHORT_CIRCUIT.
21540 * config/arm/arm.c (arm_slowmul_tune): Expand LOG_OP_NON_SC
21541 to LOG_OP_NON_SHORT_CIRCUIT.
21542 (arm_fastmul_tune):Likewise
21543 (arm_strongarm_tune): Likewise.
21544 (arm_xscale_tune): Likewise.
21545 (arm_9e_tune): Likewise.
21546 (arm_marvell_pj4_tune): Likewise.
21547 (arm_v6t2_tune): Likewise.
21548 (arm_cortex_tune): Likewise.
21549 (arm_cortex_a8_tune): Likewise.
21550 (arm_cortex_a7_tune): Likewise.
21551 (arm_cortex_a15_tune): Likewise.
21552 (arm_cortex_a53_tune): Likewise.
21553 (arm_cortex_a57_tune): Likewise.
21554 (arm_xgene1_tune): Likewise.
21555 (arm_cortex_a5_tune): Likewise.
21556 (arm_cortex_a9_tune): Likewise.
21557 (arm_cortex_a12_tune): Likewise.
21558 (arm_v7m_tune): Likewise.
21559 (arm_cortex_m7_tune): Likewise.
21560 (arm_v6m_tune): Likewise.
21561 (arm_fa726te_tune): Likewise.
21562
21563 2015-06-15 David Edelsohn <dje.gcc@gmail.com>
21564
21565 * altivec.md: Delete UNSPEC_VMLADDUHM.
21566 (mulv4si3_p8): New pattern.
21567 (mulv4si3): Use it for POWER8.
21568 (mulv8hi3): Use vmladduhm with zero addend.
21569 (altivec_vmladduhm): Descriptive RTL.
21570
21571 2015-06-15 Jim Wilson <jim.wilson@linaro.org>
21572
21573 * config/aarch64/aarch64.md (mov<mode>_aarch64): Change alternative 2
21574 to use neon_move instead of mov_imm.
21575 (movdi_aarch64): Change alternative 14 to use neon_move not fmov.
21576 (movtf_aarch64): Change alternative 4 to use neon_move_q not fconstd.
21577
21578 * config/aarch64/aarch64.c (aarch64_valid_floating_const): Move
21579 aarch64_float_const_zero_rtx_p check before TFmode check.
21580 * config/aarch64/aarch64.md (movtf): Don't call force_reg if op1 is
21581 an fp zero.
21582 (movtf_aarch64): Separate ?rY alternative into two. Adjust assembly
21583 code and attributes to match. Change condition from register_operand
21584 to aarch64_reg_or_fp_zero for op1. Change type for ldp from
21585 neon_load1_2reg to load2. Change type for stp from neon_store1_2reg
21586 to store2.
21587
21588 2015-06-15 Aldy Hernandez <aldyh@redhat.com>
21589
21590 PR debug/66535
21591 * dwarf2out.c (gen_subprogram_die): Do not check a parent's tag if
21592 there is no parent.
21593
21594 2015-06-14 Shiva Chen <shiva0217@gmail.com>
21595
21596 * aarch64.c (aarch64_simd_lane_bounds): Change %ld to %wd for
21597 HOST_WIDE_INT parameter.
21598
21599 2015-06-14 Jan Hubicka <hubicka@ucw.cz>
21600
21601 PR ipa/66181
21602 * lto-streamer-out.c (hash_tree): Do not hash TYPE_NO_FORCE_BLK.
21603 * tree-streamer-out.c (pack_ts_type_common_value_fields): Do not stream
21604 TYPE_NO_FORCE_BLK.
21605 * tree-streamer-in.c (unpack_ts_type_common_value_fields): Likewise.
21606
21607 2015-06-14 Richard Sandiford <richard.sandiford@arm.com>
21608
21609 * rtl.h (classify_insn): Declare.
21610 * emit-rtl.c (classify_insn): Move to...
21611 * rtl.c: ...here and add generator support.
21612 * gensupport.h (get_emit_function, needs_barrier_p): Declare.
21613 * gensupport.c (get_emit_function, needs_barrier_p): New functions.
21614 * genemit.c (gen_emit_seq): New function.
21615 (gen_expand, gen_split): Use it.
21616
21617 2015-06-13 Patrick Palka <ppalka@gcc.gnu.org>
21618
21619 * tree.c (make_vector_stat): Fix comment to state that the
21620 function returns a VECTOR_CST.
21621
21622 2015-06-13 Richard Sandiford <richard.sandiford@arm.com>
21623
21624 * gensupport.h (add_implicit_parallel): Declare.
21625 * genrecog.c (add_implicit_parallel): Move to...
21626 * gensupport.c (add_implicit_parallel): ...here.
21627 (process_one_cond_exec): Use it.
21628 * genemit.c (gen_insn): Likewise.
21629
21630 2015-06-13 Iain Sandoe <iain@codesourcery.com>
21631
21632 PR bootstrap/66448
21633 * passes.c (rest_of_decl_compilation): Do not register globals for
21634 early debug if they are declared in built-ins.
21635
21636 2015-06-12 Aldy Hernandez <aldyh@redhat.com>
21637
21638 * dwarf2out.c (check_die): Protect with ENABLE_CHECKING.
21639
21640 2015-06-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21641
21642 * ifcvt.c (noce_try_store_flag_constants): Use std::swap instead of
21643 manually swapping.
21644 (noce_try_cmove_arith): Likewise.
21645 (noce_get_alt_condition): Likewise.
21646
21647 2015-06-12 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
21648
21649 * common/config/i386/i386-common.c
21650 (OPTION_MASK_ISA_MWAITX_SET): New.
21651 (ix86_handle_option): Handle mwaitx.
21652 * config.gcc (i[34567]86-*-*): Add mwaitxintrin.h,
21653 (x86_64-*-*): Likewise.
21654 * config/i386/mwaitxintrin.h: New header.
21655 * config/i386/cpuid.h (bit_MWAITX): Define.
21656 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
21657 MWAITX support.
21658 * config/i386/i386.opt (mwaitx): New.
21659 * config/i386/i386-builtin-types.def
21660 (VOID_FTYPE_UNSIGNED_ UNSIGNED_UNSIGNED): New function type.
21661 * config/i386/i386-c.c: Define __MWAITX__ if needed.
21662 * config/i386/i386.c (ix86_target_string): Define -mmwaitx option.
21663 (PTA_MWAITX): New.
21664 (ix86_option_override_internal): Handle new option.
21665 (processor_alias_table): Added PTA_MWAITX.
21666 (ix86_valid_target_attribute_inner_p): Add OPT_mmwaitx.
21667 (ix86_builtins): Add IX86_BUILTIN_MWAITX, IX86_BUILTIN_MONITORX.
21668 (ix86_expand_builtin): Handle IX86_BUILTIN_MWAITX and
21669 IX86_BUILTIN_MONITORX built-ins.
21670 * config/i386/i386.h (TARGET_MWAITX): New.
21671 * config/i386/i386.md (unspecv): Add UNSPEC_MWAITX and
21672 UNSPEC_MONITORX.
21673 (mwaitx): New pattern.
21674 (monitorx_<mode>): New pattern.
21675 * config/i386/x86intrin.h: Include mwaitxintrin.h.
21676 * doc/extend.texi: Document monitorx and mwaitx builtins.
21677 * doc/invoke.texi: Document -mmwaitx option.
21678
21679 2015-06-12 Uros Bizjak <ubizjak@gmail.com>
21680
21681 * emit-rtl.c (need_atomic_barrier_p): Mask model with
21682 MEMMODEL_BASE_MASK. Remove MEMMODEL_SYNC_* cases.
21683
21684 2015-06-11 David Edelsohn <dje.gcc@gmail.com>
21685
21686 * dbxout.c (xcoff_debug_hooks): Provide a function for
21687 register_main_translation_unit hook.
21688
21689 2015-06-11 David Edelsohn <dje.gcc@gmail.com>
21690
21691 * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier): Remove SYNC
21692 variants cases from switch.
21693 (rs6000_post_atomic_barrier): Same.
21694 (rs6000_expand_atomic_compare_and_swap): Use memmodel_base.
21695 (rs6000_expand_atomic_exchange): Same.
21696 (rs6000_expand_atomic_op): Same.
21697 * config/rs6000/sync.md (mem_thread_fence): Use memodel_base. Remove
21698 SYNC variants cases from switch.
21699 (atomic_load): Same.
21700 (atomic_store): Same.
21701
21702 2015-06-11 John David Anglin <danglin@gcc.gnu.org>
21703
21704 * config/pa/pa.c (pa_output_global_address): Handle LABEL_REF plus
21705 CONST_INT for goto.
21706
21707 2015-06-11 Aldy Hernandez <aldyh@redhat.com>
21708
21709 PR bootstrap/66448
21710 * dwarf2out.c (check_die): Check for common duplicate attributes.
21711 (add_location_or_const_value_attribute): Do not add duplicate
21712 attributes.
21713 (gen_formal_parameter_die): Do not add DW_AT_artificial the second
21714 time around.
21715 (gen_struct_or_union_type_die): Bail early if TREE_ASM_WRITTEN.
21716 (gen_type_die_with_usage): Call check_die.
21717 (dwarf2out_decl): Only call check_die() when ENABLE_CHECKING.
21718
21719 2015-06-11 Jason Merrill <jason@redhat.com>
21720
21721 * dwarf2out.c (prune_unused_types): Handle unused top-level limbo
21722 dies.
21723
21724 2015-06-11 Marek Polacek <polacek@redhat.com>
21725
21726 * match.pd ((x & y) ^ (x | y)): Don't check for single_use.
21727
21728 2015-06-11 Eric Botcazou <ebotcazou@adacore.com>
21729
21730 PR bootstrap/66252
21731 * config/sparc/sparc.c (hard_regno_mode_classes): Add ??? comment.
21732 * config/sparc/sparc.md (zero_extendsidi2_insn_sp32): Use single order.
21733 (*addx_extend_sp32): Fix pasto.
21734 (*subx_extend): Rename into...
21735 (*subx_extend_sp32): ...this.
21736 (*adddi3_extend_sp32): Add earlyclobber.
21737 (*subdi3_insn_sp32): Likewise.
21738 (*subdi3_extend_sp32): Likewise.
21739 (*and_not_di_sp32): Likewise.
21740 (*or_not_di_sp32): Likewise.
21741 (*xor_not_di_sp32): Likewise.
21742 (*negdi2_sp32): Likewise.
21743 (*one_cmpldi2_sp32): Likewise.
21744
21745 2015-06-11 Pierre-Marie de Rodat <derodat@adacore.com>
21746
21747 * debug.h (struct gcc_debug_hooks): Add a
21748 register_main_translation_unit hook.
21749 * debug.c (do_nothing_debug_hooks): Provide a function for this
21750 new hook.
21751 * dbxout.c (dbx_debug_hooks): Likewise.
21752 * sdbout.c (sdb_debug_hooks): Likewise.
21753 * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
21754 * dwarf2out.c (main_translation_unit): New global variable.
21755 (dwarf2out_register_main_translation_unit): New function
21756 implementing the new hook.
21757 (dwarf2_debug_hooks): Assign
21758 dwarf2out_register_main_translation_unit to this new hook.
21759 (dwarf2out_init): Associate any main translation unit to
21760 comp_unit_die ().
21761
21762 2015-06-11 Marek Polacek <polacek@redhat.com>
21763
21764 * match.pd ((x & y) ^ (x | y) -> x ^ y): New pattern.
21765
21766 2015-06-11 Marek Polacek <polacek@redhat.com>
21767
21768 * match.pd: Use single_use throughout.
21769
21770 2015-06-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21771
21772 * config/arm/arm.c (arm_option_params_internal): When optimising
21773 for speed set max_insns_skipped when arm_restrict_it.
21774
21775 2015-06-11 Christian Bruel <christian.bruel@st.com>
21776
21777 PR target/52144
21778 * config/arm/arm-c.c (arm_cpu_cpp_builtins): Conditionally define
21779 macros in ...
21780 (arm_cpu_builtins): New function.
21781 (arm_pragma_target_parse): Call arm_cpu_builtins.
21782 * config/arm/arm-protos.h (arm_cpu_builtins): Declare.
21783 (arm_register_target_pragmas): Likewise.
21784 * config/arm/arm.h (REGISTER_TARGET_PRAGMAS):
21785 Call arm_register_target_pragmas.
21786 * config/arm/arm-c.c (arm_register_target_pragmas): New function.
21787 (arm_pragma_target_parse): Likewise.
21788
21789 2015-06-10 Kaz Kojima <kkojima@gcc.gnu.org>
21790
21791 * config/sh/sh.md (tstsi_t): Add '?' modifier to 'r' alternative
21792 of the second operand.
21793
21794 2015-06-10 Uros Bizjak <ubizjak@gmail.com>
21795
21796 PR target/66473
21797 * config/i386/i386.c (ix86_expand_vector_set): Use gen_int_mode
21798 to prepare mask operand for AVX512 modes.
21799
21800 2015-06-10 Michael Meissner <meissner@linux.vnet.ibm.com>
21801
21802 PR target/66474
21803 * doc/md.texi (Machine Constraints): Document that on the PowerPC
21804 if you use a constraint that targets a VSX register, you must use
21805 %x<n> in the template.
21806
21807 2015-06-10 Max Filippov <jcmvbkbc@gmail.com>
21808
21809 * config/xtensa/xtensa.h (TARGET_DEBUG): New definition.
21810 * config/xtensa/xtensa.md (define_attr "type"): New type "trap".
21811 (define_insn "trap"): New definition.
21812
21813 2015-06-10 Richard Biener <rguenther@suse.de>
21814
21815 * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Split
21816 out from ...
21817 (vect_supported_load_permutation_p): ... here. Handle
21818 supportable permutations in reductions.
21819 * tree-vect-stmts.c (vectorizable_load): Handle SLP permutations
21820 for vectorizing strided group loads.
21821
21822 2015-06-10 Jakub Jelinek <jakub@redhat.com>
21823
21824 PR target/66470
21825 * config/i386/i386.c (ix86_split_long_move): For collisions
21826 involving direct tls segment refs, move the UNSPEC_TP possibly
21827 wrapped in ZERO_EXTEND out of the address for lea, to each of
21828 the memory loads.
21829
21830 2015-06-10 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
21831
21832 * config/arm/sync.md (*memory_barrier): Use dmb ish instead of
21833 dmb sy. Adjust tabs.
21834
21835 2015-06-10 Tom de Vries <tom@codesourcery.com>
21836
21837 * omp-low.c (expand_omp_target): Remove duplicate declaration of node.
21838
21839 2015-06-10 Martin Liska <mliska@suse.cz>
21840
21841 PR bootstrap/66471
21842 * mem-stats-traits.h (enum mem_alloc_origin): Add _ORIGIN suffix for
21843 all enum values in mem_alloc_origin.
21844 * alloc-pool.c (dump_alloc_pool_statistics): Use newly changed enum
21845 name.
21846 * alloc-pool.h (pool_allocator::pool_allocator): Likewise.
21847 * bitmap.c (bitmap_register): Likewise.
21848 (dump_bitmap_statistics): Likewise.
21849 * ggc-common.c (dump_ggc_loc_statistics): Likewise.
21850 (ggc_record_overhead): Likewise.
21851 * hash-map.h: Likewise.
21852 * hash-set.h: Likewise.
21853 * hash-table.c (void dump_hash_table_loc_statistics): Likewise.
21854 * hash-table.h: Likewise.
21855 * vec.c (vec_prefix::register_overhead): Likewise.
21856 (vec_prefix::release_overhead): Likewise.
21857 (dump_vec_loc_statistics): Likewise.
21858
21859 2015-06-09 Christian Bruel <christian.bruel@st.com>
21860
21861 PR target/52144
21862 * config/arm/arm.opt (THUMB, arm_restrict_it, inline_asm_unified): Save.
21863 * config/arm/arm-protos.h (arm_valid_target_attribute_tree): Declare.
21864 (arm_reset_previous_fndecl, arm_change_mode_p): Likewise.
21865 * config/arm/arm.h (SWITCHABLE_TARGET): Define.
21866 * config/arm/arm.c (arm_reset_previous_fndecl): New functions.
21867 (arm_valid_target_attribute_tree, arm_change_mode_p): Likewise.
21868 (arm_valid_target_attribute_p): Likewise.
21869 (arm_set_current_function, arm_can_inline_p): Likewise.
21870 (arm_valid_target_attribute_rec): Likewise.
21871 (arm_previous_fndecl): New variable.
21872 (TARGET_SET_CURRENT_FUNCTION, TARGET_OPTION_VALID_ATTRIBUTE_P): Define.
21873 (TARGET_CAN_INLINE_P): Define.
21874 (arm_asm_trampoline_template): Emit mode.
21875 (arm_file_start): Don't set unified syntax.
21876 (arm_declare_function_name): Set unified syntax and mode.
21877 (arm_option_override): Init target_option_default_node.
21878 and target_option_current_node.
21879 * config/arm/arm.md (*call_value_symbol): Set mode when possible.
21880 (*call_symbol): Likewise.
21881 * doc/extend.texi: Document ARM/Thumb target attribute.
21882 * doc/invoke.texi: Likewise.
21883
21884 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
21885
21886 Revert:
21887 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
21888 PR rtl-optimization/64164
21889 * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
21890 * tree-ssa-copyrename.c: Removed.
21891 * opts.c (default_options_table): Drop -ftree-copyrename. Add
21892 -ftree-coalesce-vars.
21893 * passes.def: Drop all occurrences of pass_rename_ssa_copies.
21894 * common.opt (ftree-copyrename): Ignore.
21895 (ftree-coalesce-inlined-vars): Likewise.
21896 * doc/invoke.texi: Remove the ignored options above.
21897 * gimple-expr.h (gimple_can_coalesce_p): Move declaration
21898 * tree-ssa-coalesce.h: ... here.
21899 * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
21900 headers required by it.
21901 * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
21902 across variables when flag_tree_coalesce_vars. Check register
21903 use and promoted modes to allow coalescing. Moved to
21904 tree-ssa-coalesce.c.
21905 * tree-ssa-live.c (struct tree_int_map_hasher): Move along
21906 with its member functions to tree-ssa-coalesce.c.
21907 (var_map_base_init): Likewise. Renamed to
21908 compute_samebase_partition_bases.
21909 (partition_view_normal): Drop want_bases parameter.
21910 (partition_view_bitmap): Likewise.
21911 * tree-ssa-live.h: Adjust declarations.
21912 * tree-ssa-coalesce.c: Include explow.h.
21913 (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
21914 default defs at the entry point.
21915 (dump_part_var_map): New.
21916 (compute_optimized_partition_bases): New, called by...
21917 (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
21918 of compute_samebase_partition_bases. Adjust.
21919 * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
21920 * cfgexpand.c (leader_merge): New.
21921 (get_rtl_for_parm_ssa_default_def): New.
21922 (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
21923 vars. Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
21924 (expand_one_stack_var_at): Handle anonymous SSA_NAMEs. Drop
21925 redundant MEM attr setting.
21926 (expand_one_stack_var_1): Handle anonymous SSA_NAMEs. Renamed
21927 from...
21928 (expand_one_stack_var): ... this. New wrapper to check and
21929 skip already expanded SSA partitions.
21930 (record_alignment_for_reg_var): New, factored out of...
21931 (expand_one_var): ... this.
21932 (expand_one_ssa_partition): New.
21933 (adjust_one_expanded_partition_var): New.
21934 (expand_one_register_var): Check and skip already expanded SSA
21935 partitions.
21936 (expand_used_vars): Don't create DECLs for anonymous SSA
21937 names. Expand all SSA partitions, then adjust all SSA names.
21938 (pass::execute): Replace the loops that set
21939 SA.partition_to_pseudo from partition leaders and cleared
21940 DECL_RTL for multi-location variables, and that which used to
21941 rename vars and set attrs, with one that clears DECL_RTL and
21942 checks that PARMs and RESULTs default_defs match DECL_RTL.
21943 * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
21944 * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
21945 * explow.c (promote_ssa_mode): New.
21946 * explow.h (promote_ssa_mode): Declare.
21947 * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
21948 * function.c: Include cfgexpand.h.
21949 (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
21950 (use_register_for_parm_decl): Wrapper for the above to
21951 special-case the result_ptr.
21952 (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
21953 (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
21954 multiple locations.
21955 (assign_parm_adjust_stack_rtl): Add all and parm arguments,
21956 for rtl_for_parm. For SSA-assigned parms, zero stack_parm.
21957 (assign_parm_setup_block): Prefer SSA-assigned location.
21958 (assign_parm_setup_reg): Likewise. Use entry_parm for equiv
21959 if stack_parm is NULL.
21960 (assign_parm_setup_stack): Prefer SSA-assigned location.
21961 (assign_parms): Maybe reset DECL_RTL of params. Adjust stack
21962 rtl before testing for pointer bounds. Special-case result_ptr.
21963 (expand_function_start): Maybe reset DECL_RTL of result.
21964 Prefer SSA-assigned location for result and static chain.
21965 Factor out DECL_RESULT and SET_DECL_RTL.
21966 * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
21967 anonymous SSA names. Use promote_ssa_mode.
21968 (get_temp_reg): Likewise.
21969 (remove_ssa_form): Adjust.
21970 * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
21971 and get its reg_usage for reg invalidation.
21972 (compute_bb_dataflow): Pass it insn.
21973 (emit_notes_in_bb): Likewise.
21974 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Don't
21975 fail assert on conversion between unsigned types.
21976
21977 2015-06-09 Tom de Vries <tom@codesourcery.com>
21978
21979 PR tree-optimization/65460
21980 * omp-low.c (expand_omp_target): Set parallelized_function on
21981 cgraph_node for child_fn.
21982
21983 2015-06-09 Tom de Vries <tom@codesourcery.com>
21984
21985 * omp-low.c (finalize_task_copyfn, expand_omp_taskreg): Mark function
21986 parallelized_function before add_new_function.
21987
21988 2015-06-09 Andrew MacLeod <amacleod@redhat.com>
21989
21990 * gcc-plugin.h: Move decls to plugin.h and include it.
21991 * plugin.h: Relocate decls from gcc-plugin.h
21992 * ggc-page.c: Include required header files.
21993 * passes.c: Likewise.
21994 * cgraphunit.c: Likewise.
21995
21996 2015-06-09 Tom de Vries <tom@codesourcery.com>
21997
21998 * tree-stdarg.c (expand_ifn_va_arg_1): Handle location.
21999
22000 2015-06-09 Jason Merrill <jason@redhat.com>
22001
22002 PR bootstrap/66448
22003 * toplev.c (check_global_declaration): Don't warn about a clone.
22004
22005 2015-06-09 Marek Polacek <polacek@redhat.com>
22006
22007 PR tree-optimization/66299
22008 * match.pd ((CST1 << A) == CST2 -> A == ctz (CST2) - ctz (CST1)
22009 ((CST1 << A) != CST2 -> A != ctz (CST2) - ctz (CST1)): New
22010 patterns.
22011
22012 2015-06-09 Richard Biener <rguenther@suse.de>
22013
22014 * tree-vect-slp.c (vect_build_slp_tree_1): Remove bailout on gaps.
22015 (vect_analyze_slp_instance): Instead do not falsely drop
22016 load permutations.
22017
22018 2015-06-09 Richard Biener <rguenther@suse.de>
22019
22020 PR middle-end/66423
22021 * match.pd: Handle A % (unsigned)(1 << B).
22022
22023 2015-06-09 Aldy Hernandez <aldyh@redhat.com>
22024
22025 * varasm.c (output_object_block_htab): Remove.
22026 (output_object_block_compare): New.
22027 (output_object_blocks): Sort named object_blocks before outputting
22028 them.
22029
22030 2015-06-09 Richard Biener <rguenther@suse.de>
22031
22032 PR tree-optimization/66419
22033 * tree-vect-slp.c (vect_supported_load_permutation_p): Properly
22034 consider GROUP_GAP when detecting a perfect subchain.
22035
22036 2015-06-09 Nick Clifton <nickc@redhat.com>
22037
22038 * config/rl78/rl78.c (rl78_select_section): When -mes0 is active
22039 place read only data in the .frodata section.
22040
22041 2015-06-09 Shiva Chen <shiva0217@gmail.com>
22042
22043 * sync.md (atomic_load<mode>): Add conditional code for lda/ldr
22044 (atomic_store<mode>): Likewise.
22045
22046 2015-06-09 Richard Biener <rguenther@suse.de>
22047
22048 * cfgloop.c (get_loop_body_in_bfs_order): Fix assert.
22049
22050 2015-06-09 Richard Biener <rguenther@suse.de>
22051
22052 PR middle-end/66413
22053 * tree-inline.c (insert_init_debug_bind): Unshare value.
22054
22055 2015-06-09 Richard Biener <rguenther@suse.de>
22056
22057 PR tree-optimization/66396
22058 * graphite-isl-ast-to-gimple.c (graphite_regenerate_ast_isl):
22059 Rename virtual operands.
22060
22061 2015-06-09 Tom de Vries <tom@codesourcery.com>
22062
22063 * gimple-iterator.h (gimple_seq_nondebug_singleton_p): Don't
22064 always return false.
22065
22066 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
22067
22068 PR rtl-optimization/64164
22069 * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
22070 * tree-ssa-copyrename.c: Removed.
22071 * opts.c (default_options_table): Drop -ftree-copyrename. Add
22072 -ftree-coalesce-vars.
22073 * passes.def: Drop all occurrences of pass_rename_ssa_copies.
22074 * common.opt (ftree-copyrename): Ignore.
22075 (ftree-coalesce-inlined-vars): Likewise.
22076 * doc/invoke.texi: Remove the ignored options above.
22077 * gimple-expr.h (gimple_can_coalesce_p): Move declaration
22078 * tree-ssa-coalesce.h: ... here.
22079 * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
22080 headers required by it.
22081 * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
22082 across variables when flag_tree_coalesce_vars. Check register
22083 use and promoted modes to allow coalescing. Moved to
22084 tree-ssa-coalesce.c.
22085 * tree-ssa-live.c (struct tree_int_map_hasher): Move along
22086 with its member functions to tree-ssa-coalesce.c.
22087 (var_map_base_init): Likewise. Renamed to
22088 compute_samebase_partition_bases.
22089 (partition_view_normal): Drop want_bases parameter.
22090 (partition_view_bitmap): Likewise.
22091 * tree-ssa-live.h: Adjust declarations.
22092 * tree-ssa-coalesce.c: Include explow.h.
22093 (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
22094 default defs at the entry point.
22095 (dump_part_var_map): New.
22096 (compute_optimized_partition_bases): New, called by...
22097 (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
22098 of compute_samebase_partition_bases. Adjust.
22099 * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
22100 * cfgexpand.c (leader_merge): New.
22101 (get_rtl_for_parm_ssa_default_def): New.
22102 (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
22103 vars. Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
22104 (expand_one_stack_var_at): Handle anonymous SSA_NAMEs. Drop
22105 redundant MEM attr setting.
22106 (expand_one_stack_var_1): Handle anonymous SSA_NAMEs. Renamed
22107 from...
22108 (expand_one_stack_var): ... this. New wrapper to check and
22109 skip already expanded SSA partitions.
22110 (record_alignment_for_reg_var): New, factored out of...
22111 (expand_one_var): ... this.
22112 (expand_one_ssa_partition): New.
22113 (adjust_one_expanded_partition_var): New.
22114 (expand_one_register_var): Check and skip already expanded SSA
22115 partitions.
22116 (expand_used_vars): Don't create DECLs for anonymous SSA
22117 names. Expand all SSA partitions, then adjust all SSA names.
22118 (pass::execute): Replace the loops that set
22119 SA.partition_to_pseudo from partition leaders and cleared
22120 DECL_RTL for multi-location variables, and that which used to
22121 rename vars and set attrs, with one that clears DECL_RTL and
22122 checks that PARMs and RESULTs default_defs match DECL_RTL.
22123 * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
22124 * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
22125 * explow.c (promote_ssa_mode): New.
22126 * explow.h (promote_ssa_mode): Declare.
22127 * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
22128 * function.c: Include cfgexpand.h.
22129 (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
22130 (use_register_for_parm_decl): Wrapper for the above to
22131 special-case the result_ptr.
22132 (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
22133 (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
22134 multiple locations.
22135 (assign_parm_adjust_stack_rtl): Add all and parm arguments,
22136 for rtl_for_parm. For SSA-assigned parms, zero stack_parm.
22137 (assign_parm_setup_block): Prefer SSA-assigned location.
22138 (assign_parm_setup_reg): Likewise. Use entry_parm for equiv
22139 if stack_parm is NULL.
22140 (assign_parm_setup_stack): Prefer SSA-assigned location.
22141 (assign_parms): Maybe reset DECL_RTL of params. Adjust stack
22142 rtl before testing for pointer bounds. Special-case result_ptr.
22143 (expand_function_start): Maybe reset DECL_RTL of result.
22144 Prefer SSA-assigned location for result and static chain.
22145 Factor out DECL_RESULT and SET_DECL_RTL.
22146 * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
22147 anonymous SSA names. Use promote_ssa_mode.
22148 (get_temp_reg): Likewise.
22149 (remove_ssa_form): Adjust.
22150 * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
22151 and get its reg_usage for reg invalidation.
22152 (compute_bb_dataflow): Pass it insn.
22153 (emit_notes_in_bb): Likewise.
22154 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Don't
22155 fail assert on conversion between unsigned types.
22156
22157 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
22158
22159 PR debug/58315
22160 * tree-inline.c (reset_debug_binding): New.
22161 (reset_debug_bindings): Likewise.
22162 (expand_call_inline): Call it.
22163
22164 2015-06-08 Jan Hubicka <hubicka@ucw.cz>
22165
22166 * tree.c (gimple_canonical_types_compatible_p): Drop comparsion of
22167 TYPE_STRING_FLAG.
22168
22169 2015-06-08 Jan Hubicka <hubicka@ucw.cz>
22170
22171 * lto-streamer-out.c (lto_output_location): Stream
22172 reserved locations correctly.
22173 * lto-streamer-in.c (lto_output_location): Likewise.
22174
22175 2015-06-08 Andrew MacLeod <amacleod@redhat.com>
22176
22177 * coretypes.h: Include hash-table.h and hash-set.h for host files.
22178 * ggc.h: Don't include statistics.h>
22179 * hash-map.h: Remove all includes.
22180 * hash-set.h: Likewise.
22181 * hash-table.h: Add statistics.h, inchash.h and hash-map-traits.h to
22182 the include list. Remove <new>.
22183 * inchash.h: Remove all includes.
22184 * mem-stats.h: Likewise.
22185 * vec.h: No special processing for generators or ggc.
22186 * alias.c : Adjust include files.
22187 * alloc-pool.c : Likewise.
22188 * alloc-pool.h : Likewise.
22189 * asan.c : Likewise.
22190 * attribs.c : Likewise.
22191 * auto-inc-dec.c : Likewise.
22192 * auto-profile.c : Likewise.
22193 * bb-reorder.c : Likewise.
22194 * bitmap.c : Likewise.
22195 * bitmap.h : Likewise.
22196 * bt-load.c : Likewise.
22197 * builtins.c : Likewise.
22198 * caller-save.c : Likewise.
22199 * calls.c : Likewise.
22200 * ccmp.c : Likewise.
22201 * cfg.c : Likewise.
22202 * cfganal.c : Likewise.
22203 * cfgbuild.c : Likewise.
22204 * cfgcleanup.c : Likewise.
22205 * cfgexpand.c : Likewise.
22206 * cfghooks.c : Likewise.
22207 * cfgloop.c : Likewise.
22208 * cfgloop.h : Likewise.
22209 * cfgloopanal.c : Likewise.
22210 * cfgloopmanip.c : Likewise.
22211 * cfgrtl.c : Likewise.
22212 * cgraph.c : Likewise.
22213 * cgraphbuild.c : Likewise.
22214 * cgraphclones.c : Likewise.
22215 * cgraphunit.c : Likewise.
22216 * cilk-common.c : Likewise.
22217 * combine-stack-adj.c : Likewise.
22218 * combine.c : Likewise.
22219 * compare-elim.c : Likewise.
22220 * context.c : Likewise.
22221 * convert.c : Likewise.
22222 * coverage.c : Likewise.
22223 * cppbuiltin.c : Likewise.
22224 * cprop.c : Likewise.
22225 * cse.c : Likewise.
22226 * cselib.c : Likewise.
22227 * data-streamer-in.c : Likewise.
22228 * data-streamer-out.c : Likewise.
22229 * data-streamer.c : Likewise.
22230 * data-streamer.h : Likewise.
22231 * dbxout.c : Likewise.
22232 * dce.c : Likewise.
22233 * ddg.c : Likewise.
22234 * debug.c : Likewise.
22235 * df-core.c : Likewise.
22236 * df-problems.c : Likewise.
22237 * df-scan.c : Likewise.
22238 * df.h : Likewise.
22239 * dfp.c : Likewise.
22240 * dojump.c : Likewise.
22241 * dominance.c : Likewise.
22242 * domwalk.c : Likewise.
22243 * double-int.c : Likewise.
22244 * dse.c : Likewise.
22245 * dumpfile.c : Likewise.
22246 * dwarf2asm.c : Likewise.
22247 * dwarf2cfi.c : Likewise.
22248 * dwarf2out.c : Likewise.
22249 * emit-rtl.c : Likewise.
22250 * et-forest.c : Likewise.
22251 * except.c : Likewise.
22252 * except.h : Likewise.
22253 * explow.c : Likewise.
22254 * expmed.c : Likewise.
22255 * expr.c : Likewise.
22256 * final.c : Likewise.
22257 * fixed-value.c : Likewise.
22258 * fold-const.c : Likewise.
22259 * function.c : Likewise.
22260 * fwprop.c : Likewise.
22261 * gcc-plugin.h : Likewise.
22262 * gcc.c : Likewise.
22263 * gcse-common.c : Likewise.
22264 * gcse.c : Likewise.
22265 * genattrtab.c : Likewise.
22266 * genautomata.c : Likewise.
22267 * genconditions.c : Likewise.
22268 * genemit.c : Likewise.
22269 * generic-match-head.c : Likewise.
22270 * genextract.c : Likewise.
22271 * gengtype-state.c : Likewise.
22272 * gengtype.c : Likewise.
22273 * genhooks.c : Likewise.
22274 * genmatch.c : Likewise.
22275 * genmodes.c : Likewise.
22276 * genrecog.c : Likewise.
22277 * gensupport.c : Likewise.
22278 * ggc-common.c : Likewise.
22279 * ggc-internal.h : Likewise.
22280 * ggc-none.c : Likewise.
22281 * ggc-page.c : Likewise.
22282 * gimple-builder.c : Likewise.
22283 * gimple-expr.c : Likewise.
22284 * gimple-fold.c : Likewise.
22285 * gimple-iterator.c : Likewise.
22286 * gimple-low.c : Likewise.
22287 * gimple-match-head.c : Likewise.
22288 * gimple-pretty-print.c : Likewise.
22289 * gimple-ssa-isolate-paths.c : Likewise.
22290 * gimple-ssa-strength-reduction.c : Likewise.
22291 * gimple-ssa.h : Likewise.
22292 * gimple-streamer-in.c : Likewise.
22293 * gimple-streamer-out.c : Likewise.
22294 * gimple-streamer.h : Likewise.
22295 * gimple-walk.c : Likewise.
22296 * gimple.c : Likewise.
22297 * gimplify-me.c : Likewise.
22298 * gimplify.c : Likewise.
22299 * godump.c : Likewise.
22300 * graph.c : Likewise.
22301 * graphds.c : Likewise.
22302 * graphite-blocking.c : Likewise.
22303 * graphite-dependences.c : Likewise.
22304 * graphite-interchange.c : Likewise.
22305 * graphite-isl-ast-to-gimple.c : Likewise.
22306 * graphite-optimize-isl.c : Likewise.
22307 * graphite-poly.c : Likewise.
22308 * graphite-scop-detection.c : Likewise.
22309 * graphite-sese-to-poly.c : Likewise.
22310 * graphite.c : Likewise.
22311 * haifa-sched.c : Likewise.
22312 * hard-reg-set.h : Likewise.
22313 * hw-doloop.c : Likewise.
22314 * ifcvt.c : Likewise.
22315 * inchash.c : Likewise.
22316 * incpath.c : Likewise.
22317 * init-regs.c : Likewise.
22318 * input.c : Likewise.
22319 * internal-fn.c : Likewise.
22320 * ipa-chkp.c : Likewise.
22321 * ipa-comdats.c : Likewise.
22322 * ipa-cp.c : Likewise.
22323 * ipa-devirt.c : Likewise.
22324 * ipa-icf-gimple.c : Likewise.
22325 * ipa-icf.c : Likewise.
22326 * ipa-inline-analysis.c : Likewise.
22327 * ipa-inline-transform.c : Likewise.
22328 * ipa-inline.c : Likewise.
22329 * ipa-polymorphic-call.c : Likewise.
22330 * ipa-profile.c : Likewise.
22331 * ipa-prop.c : Likewise.
22332 * ipa-pure-const.c : Likewise.
22333 * ipa-ref.c : Likewise.
22334 * ipa-reference.c : Likewise.
22335 * ipa-split.c : Likewise.
22336 * ipa-utils.c : Likewise.
22337 * ipa-visibility.c : Likewise.
22338 * ipa.c : Likewise.
22339 * ira-build.c : Likewise.
22340 * ira-color.c : Likewise.
22341 * ira-conflicts.c : Likewise.
22342 * ira-costs.c : Likewise.
22343 * ira-emit.c : Likewise.
22344 * ira-lives.c : Likewise.
22345 * ira.c : Likewise.
22346 * jump.c : Likewise.
22347 * langhooks.c : Likewise.
22348 * lcm.c : Likewise.
22349 * libfuncs.h : Likewise.
22350 * lists.c : Likewise.
22351 * loop-doloop.c : Likewise.
22352 * loop-init.c : Likewise.
22353 * loop-invariant.c : Likewise.
22354 * loop-iv.c : Likewise.
22355 * loop-unroll.c : Likewise.
22356 * lower-subreg.c : Likewise.
22357 * lra-assigns.c : Likewise.
22358 * lra-coalesce.c : Likewise.
22359 * lra-constraints.c : Likewise.
22360 * lra-eliminations.c : Likewise.
22361 * lra-lives.c : Likewise.
22362 * lra-remat.c : Likewise.
22363 * lra-spills.c : Likewise.
22364 * lra.c : Likewise.
22365 * lto-cgraph.c : Likewise.
22366 * lto-compress.c : Likewise.
22367 * lto-opts.c : Likewise.
22368 * lto-section-in.c : Likewise.
22369 * lto-section-out.c : Likewise.
22370 * lto-streamer-in.c : Likewise.
22371 * lto-streamer-out.c : Likewise.
22372 * lto-streamer.c : Likewise.
22373 * lto-streamer.h : Likewise.
22374 * mcf.c : Likewise.
22375 * mode-switching.c : Likewise.
22376 * modulo-sched.c : Likewise.
22377 * omega.c : Likewise.
22378 * omp-low.c : Likewise.
22379 * optabs.c : Likewise.
22380 * opts-global.c : Likewise.
22381 * opts.h : Likewise.
22382 * passes.c : Likewise.
22383 * plugin.c : Likewise.
22384 * postreload-gcse.c : Likewise.
22385 * postreload.c : Likewise.
22386 * predict.c : Likewise.
22387 * print-rtl.c : Likewise.
22388 * print-tree.c : Likewise.
22389 * profile.c : Likewise.
22390 * read-md.c : Likewise.
22391 * read-md.h : Likewise.
22392 * read-rtl.c : Likewise.
22393 * real.c : Likewise.
22394 * realmpfr.c : Likewise.
22395 * recog.c : Likewise.
22396 * ree.c : Likewise.
22397 * reg-stack.c : Likewise.
22398 * regcprop.c : Likewise.
22399 * reginfo.c : Likewise.
22400 * regrename.c : Likewise.
22401 * regstat.c : Likewise.
22402 * reload.c : Likewise.
22403 * reload1.c : Likewise.
22404 * reorg.c : Likewise.
22405 * resource.c : Likewise.
22406 * rtl-chkp.c : Likewise.
22407 * rtl.c : Likewise.
22408 * rtl.h : Likewise.
22409 * rtlanal.c : Likewise.
22410 * rtlhash.c : Likewise.
22411 * rtlhash.h : Likewise.
22412 * rtlhooks.c : Likewise.
22413 * sanopt.c : Likewise.
22414 * sched-deps.c : Likewise.
22415 * sched-ebb.c : Likewise.
22416 * sched-rgn.c : Likewise.
22417 * sched-vis.c : Likewise.
22418 * sdbout.c : Likewise.
22419 * sel-sched-dump.c : Likewise.
22420 * sel-sched-ir.c : Likewise.
22421 * sel-sched-ir.h : Likewise.
22422 * sel-sched.c : Likewise.
22423 * sese.c : Likewise.
22424 * shrink-wrap.c : Likewise.
22425 * shrink-wrap.h : Likewise.
22426 * simplify-rtx.c : Likewise.
22427 * stack-ptr-mod.c : Likewise.
22428 * statistics.c : Likewise.
22429 * stmt.c : Likewise.
22430 * stor-layout.c : Likewise.
22431 * store-motion.c : Likewise.
22432 * stringpool.c : Likewise.
22433 * symtab.c : Likewise.
22434 * target-globals.c : Likewise.
22435 * targhooks.c : Likewise.
22436 * tlink.c : Likewise.
22437 * toplev.c : Likewise.
22438 * tracer.c : Likewise.
22439 * trans-mem.c : Likewise.
22440 * tree-affine.c : Likewise.
22441 * tree-affine.h : Likewise.
22442 * tree-browser.c : Likewise.
22443 * tree-call-cdce.c : Likewise.
22444 * tree-cfg.c : Likewise.
22445 * tree-cfgcleanup.c : Likewise.
22446 * tree-chkp-opt.c : Likewise.
22447 * tree-chkp.c : Likewise.
22448 * tree-chrec.c : Likewise.
22449 * tree-complex.c : Likewise.
22450 * tree-data-ref.c : Likewise.
22451 * tree-dfa.c : Likewise.
22452 * tree-diagnostic.c : Likewise.
22453 * tree-dump.c : Likewise.
22454 * tree-eh.c : Likewise.
22455 * tree-eh.h : Likewise.
22456 * tree-emutls.c : Likewise.
22457 * tree-hasher.h : Likewise.
22458 * tree-if-conv.c : Likewise.
22459 * tree-inline.c : Likewise.
22460 * tree-inline.h : Likewise.
22461 * tree-into-ssa.c : Likewise.
22462 * tree-iterator.c : Likewise.
22463 * tree-loop-distribution.c : Likewise.
22464 * tree-nested.c : Likewise.
22465 * tree-nrv.c : Likewise.
22466 * tree-object-size.c : Likewise.
22467 * tree-outof-ssa.c : Likewise.
22468 * tree-parloops.c : Likewise.
22469 * tree-phinodes.c : Likewise.
22470 * tree-predcom.c : Likewise.
22471 * tree-pretty-print.c : Likewise.
22472 * tree-profile.c : Likewise.
22473 * tree-scalar-evolution.c : Likewise.
22474 * tree-sra.c : Likewise.
22475 * tree-ssa-address.c : Likewise.
22476 * tree-ssa-alias.c : Likewise.
22477 * tree-ssa-ccp.c : Likewise.
22478 * tree-ssa-coalesce.c : Likewise.
22479 * tree-ssa-copy.c : Likewise.
22480 * tree-ssa-copyrename.c : Likewise.
22481 * tree-ssa-dce.c : Likewise.
22482 * tree-ssa-dom.c : Likewise.
22483 * tree-ssa-dse.c : Likewise.
22484 * tree-ssa-forwprop.c : Likewise.
22485 * tree-ssa-ifcombine.c : Likewise.
22486 * tree-ssa-live.c : Likewise.
22487 * tree-ssa-loop-ch.c : Likewise.
22488 * tree-ssa-loop-im.c : Likewise.
22489 * tree-ssa-loop-ivcanon.c : Likewise.
22490 * tree-ssa-loop-ivopts.c : Likewise.
22491 * tree-ssa-loop-manip.c : Likewise.
22492 * tree-ssa-loop-niter.c : Likewise.
22493 * tree-ssa-loop-prefetch.c : Likewise.
22494 * tree-ssa-loop-unswitch.c : Likewise.
22495 * tree-ssa-loop.c : Likewise.
22496 * tree-ssa-math-opts.c : Likewise.
22497 * tree-ssa-operands.c : Likewise.
22498 * tree-ssa-phiopt.c : Likewise.
22499 * tree-ssa-phiprop.c : Likewise.
22500 * tree-ssa-pre.c : Likewise.
22501 * tree-ssa-propagate.c : Likewise.
22502 * tree-ssa-reassoc.c : Likewise.
22503 * tree-ssa-sccvn.c : Likewise.
22504 * tree-ssa-scopedtables.c : Likewise.
22505 * tree-ssa-sink.c : Likewise.
22506 * tree-ssa-strlen.c : Likewise.
22507 * tree-ssa-structalias.c : Likewise.
22508 * tree-ssa-tail-merge.c : Likewise.
22509 * tree-ssa-ter.c : Likewise.
22510 * tree-ssa-threadedge.c : Likewise.
22511 * tree-ssa-threadupdate.c : Likewise.
22512 * tree-ssa-uncprop.c : Likewise.
22513 * tree-ssa-uninit.c : Likewise.
22514 * tree-ssa.c : Likewise.
22515 * tree-ssanames.c : Likewise.
22516 * tree-stdarg.c : Likewise.
22517 * tree-streamer-in.c : Likewise.
22518 * tree-streamer-out.c : Likewise.
22519 * tree-streamer.c : Likewise.
22520 * tree-streamer.h : Likewise.
22521 * tree-switch-conversion.c : Likewise.
22522 * tree-tailcall.c : Likewise.
22523 * tree-vect-data-refs.c : Likewise.
22524 * tree-vect-generic.c : Likewise.
22525 * tree-vect-loop-manip.c : Likewise.
22526 * tree-vect-loop.c : Likewise.
22527 * tree-vect-patterns.c : Likewise.
22528 * tree-vect-slp.c : Likewise.
22529 * tree-vect-stmts.c : Likewise.
22530 * tree-vectorizer.c : Likewise.
22531 * tree-vectorizer.h : Likewise.
22532 * tree-vrp.c : Likewise.
22533 * tree.c : Likewise.
22534 * tsan.c : Likewise.
22535 * ubsan.c : Likewise.
22536 * valtrack.c : Likewise.
22537 * valtrack.h : Likewise.
22538 * value-prof.c : Likewise.
22539 * var-tracking.c : Likewise.
22540 * varasm.c : Likewise.
22541 * varpool.c : Likewise.
22542 * vec.c: Likewise.
22543 * vmsdbgout.c : Likewise.
22544 * vtable-verify.c : Likewise.
22545 * vtable-verify.h : Likewise.
22546 * web.c : Likewise.
22547 * wide-int.cc : Likewise.
22548 * xcoffout.c : Likewise.
22549 * config/aarch64/aarch64-builtins.c : Likewise.
22550 * config/aarch64/aarch64.c : Likewise.
22551 * config/aarch64/cortex-a57-fma-steering.c : Likewise.
22552 * config/alpha/alpha.c : Likewise.
22553 * config/arc/arc.c : Likewise.
22554 * config/arm/aarch-common.c : Likewise.
22555 * config/arm/arm-builtins.c : Likewise.
22556 * config/arm/arm-c.c : Likewise.
22557 * config/arm/arm.c : Likewise.
22558 * config/avr/avr-c.c : Likewise.
22559 * config/avr/avr-log.c : Likewise.
22560 * config/avr/avr.c : Likewise.
22561 * config/bfin/bfin.c : Likewise.
22562 * config/c6x/c6x.c : Likewise.
22563 * config/cr16/cr16.c : Likewise.
22564 * config/cris/cris.c : Likewise.
22565 * config/darwin-c.c : Likewise.
22566 * config/darwin.c : Likewise.
22567 * config/default-c.c : Likewise.
22568 * config/epiphany/epiphany.c : Likewise.
22569 * config/epiphany/mode-switch-use.c : Likewise.
22570 * config/epiphany/resolve-sw-modes.c : Likewise.
22571 * config/fr30/fr30.c : Likewise.
22572 * config/frv/frv.c : Likewise.
22573 * config/ft32/ft32.c : Likewise.
22574 * config/glibc-c.c : Likewise.
22575 * config/h8300/h8300.c : Likewise.
22576 * config/i386/i386-c.c : Likewise.
22577 * config/i386/i386.c : Likewise.
22578 * config/i386/msformat-c.c : Likewise.
22579 * config/i386/winnt-cxx.c : Likewise.
22580 * config/i386/winnt-stubs.c : Likewise.
22581 * config/i386/winnt.c : Likewise.
22582 * config/ia64/ia64-c.c : Likewise.
22583 * config/ia64/ia64.c : Likewise.
22584 * config/iq2000/iq2000.c : Likewise.
22585 * config/lm32/lm32.c : Likewise.
22586 * config/m32c/m32c-pragma.c : Likewise.
22587 * config/m32c/m32c.c : Likewise.
22588 * config/m32r/m32r.c : Likewise.
22589 * config/m68k/m68k.c : Likewise.
22590 * config/mcore/mcore.c : Likewise.
22591 * config/mep/mep-pragma.c : Likewise.
22592 * config/mep/mep.c : Likewise.
22593 * config/microblaze/microblaze-c.c : Likewise.
22594 * config/microblaze/microblaze.c : Likewise.
22595 * config/mips/mips.c : Likewise.
22596 * config/mmix/mmix.c : Likewise.
22597 * config/mn10300/mn10300.c : Likewise.
22598 * config/moxie/moxie.c : Likewise.
22599 * config/msp430/msp430-c.c : Likewise.
22600 * config/msp430/msp430.c : Likewise.
22601 * config/nds32/nds32-cost.c : Likewise.
22602 * config/nds32/nds32-fp-as-gp.c : Likewise.
22603 * config/nds32/nds32-intrinsic.c : Likewise.
22604 * config/nds32/nds32-isr.c : Likewise.
22605 * config/nds32/nds32-md-auxiliary.c : Likewise.
22606 * config/nds32/nds32-memory-manipulation.c : Likewise.
22607 * config/nds32/nds32-pipelines-auxiliary.c : Likewise.
22608 * config/nds32/nds32-predicates.c : Likewise.
22609 * config/nds32/nds32.c : Likewise.
22610 * config/nios2/nios2.c : Likewise.
22611 * config/nvptx/nvptx.c : Likewise.
22612 * config/pa/pa.c : Likewise.
22613 * config/pdp11/pdp11.c : Likewise.
22614 * config/rl78/rl78-c.c : Likewise.
22615 * config/rl78/rl78.c : Likewise.
22616 * config/rs6000/rs6000-c.c : Likewise.
22617 * config/rs6000/rs6000.c : Likewise.
22618 * config/rx/rx.c : Likewise.
22619 * config/s390/s390-c.c : Likewise.
22620 * config/s390/s390.c : Likewise.
22621 * config/sh/sh-c.c : Likewise.
22622 * config/sh/sh-mem.cc : Likewise.
22623 * config/sh/sh.c : Likewise.
22624 * config/sh/sh_optimize_sett_clrt.cc : Likewise.
22625 * config/sh/sh_treg_combine.cc : Likewise.
22626 * config/sol2-c.c : Likewise.
22627 * config/sol2-cxx.c : Likewise.
22628 * config/sol2-stubs.c : Likewise.
22629 * config/sol2.c : Likewise.
22630 * config/sparc/sparc-c.c : Likewise.
22631 * config/sparc/sparc.c : Likewise.
22632 * config/spu/spu-c.c : Likewise.
22633 * config/spu/spu.c : Likewise.
22634 * config/stormy16/stormy16.c : Likewise.
22635 * config/tilegx/mul-tables.c : Likewise.
22636 * config/tilegx/tilegx-c.c : Likewise.
22637 * config/tilegx/tilegx.c : Likewise.
22638 * config/tilepro/mul-tables.c : Likewise.
22639 * config/tilepro/tilepro-c.c : Likewise.
22640 * config/tilepro/tilepro.c : Likewise.
22641 * config/v850/v850-c.c : Likewise.
22642 * config/v850/v850.c : Likewise.
22643 * config/vax/vax.c : Likewise.
22644 * config/visium/visium.c : Likewise.
22645 * config/vms/vms-c.c : Likewise.
22646 * config/vms/vms.c : Likewise.
22647 * config/vxworks.c : Likewise.
22648 * config/winnt-c.c : Likewise.
22649 * config/xtensa/xtensa.c : Likewise.
22650
22651 2015-06-08 Jan Hubicka <hubicka@ucw.cz>
22652
22653 PR lto/65378
22654 * ipa-utils.h (warn_types_mismatch): Update prototype.
22655 * ipa-devirt.c (odr_types_equivalent_p): Add loc1/loc2
22656 parameters.
22657 (type_mismatch_p): New function.
22658 (warn_types_mismatch): Reorg to work better on non-C++ types.
22659 (odr_types_equivalent_p): Add loc1/loc2 parameters.
22660 (add_type_duplicate): Update.
22661
22662 2015-06-08 Tom de Vries <tom@codesourcery.com>
22663
22664 PR rtl-optimization/66444
22665 * postreload.c (reload_combine): Use get_call_reg_set_usage instead of
22666 call_used_regs.
22667
22668 2015-06-08 Richard Biener <rguenther@suse.de>
22669
22670 PR tree-optimization/66422
22671 * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Split
22672 block after inserted gcc_unreachable.
22673
22674 2015-06-08 Nick Clifton <nickc@redhat.com>
22675
22676 * config/rx/rx.c (rx_function_value): Do not promote vector types.
22677 (rx_promote_function_mode): Likewise.
22678 * config/rx/rx.h (LIBCALL_VALUE): Likewise.
22679
22680 2015-06-08 Jakub Jelinek <jakub@redhat.com>
22681
22682 * genattrtab.c (insn_alternatives): Change type from int *
22683 to uint64_t *.
22684 (check_attr_test): Shift ((uint64_t) 1) instead of 1 up.
22685 (get_attr_value): Change type of num_alt to uint64_t.
22686 (compute_alternative_mask): Change return type from
22687 int to uint64_t, shift ((uint64_t) 1) instead of 1 up.
22688 (make_alternative_compare, mk_attr_alt): Change argument type
22689 from int to uint64_t.
22690 (simplify_test_exp): Change type of i from int to uint64_t.
22691 Shift ((uint64_t) 1) instead of 1 up.
22692 (main): Adjust oballocvec first argument from int to uint64_t.
22693 Shift ((uint64_t) 1) instead of 1 up.
22694
22695 2015-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
22696
22697 PR other/65366
22698 * gdbhooks.py: Import sys.
22699 (intptr): New function. Replace int(...) by intptr(...).
22700
22701 2015-06-08 Richard Biener <rguenther@suse.de>
22702
22703 * tree-vect-stmts.c (vectorizable_load): Compute the pointer
22704 adjustment for gaps at the end of a SLP load group properly.
22705 * tree-vect-slp.c (vect_supported_load_permutation_p): Allow
22706 all permutations we can generate.
22707 (vect_transform_slp_perm_load): Use the correct group-size.
22708
22709 2015-06-08 Marc Glisse <marc.glisse@inria.fr>
22710
22711 * genmatch.c (expr::gen_transform): For conditions, guess the type
22712 from the second operand.
22713
22714 2015-06-08 Tom de Vries <tom@codesourcery.com>
22715
22716 PR tree-optimization/66442
22717 * gimple-iterator.h (gimple_seq_nondebug_singleton_p): Add function.
22718 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Return false
22719 if the loop latch is not a singleton. Use
22720 gimple_seq_nondebug_singleton_p instead of gimple_seq_singleton_p.
22721
22722 2015-06-08 Marek Polacek <polacek@redhat.com>
22723
22724 PR sanitizer/66452
22725 * toplev.c (check_global_declaration): Don't warn about artificial
22726 decls.
22727
22728 2015-06-08 Tom de Vries <tom@codesourcery.com>
22729
22730 PR tree-optimization/66436
22731 * cgraphunit.c (cgraph_node::analyze): Don't dump function to gimple
22732 dump file.
22733 * gimplify.c: Add tree-dump.h include.
22734 (gimplify_function_tree): Dump function to gimple dump file.
22735 * stor-layout.c (finalize_size_functions): Don't dump function to gimple
22736 dump file.
22737
22738 2015-06-08 Tom de Vries <tom@codesourcery.com>
22739
22740 PR tree-optimization/66435
22741 * cgraphunit.c (cgraph_node::add_new_function): Dump message on new
22742 function.
22743
22744 2015-06-06 Jan Hubicka <hubicka@ucw.cz>
22745
22746 * alias.c (get_alias_set): Be ready for TYPE_CANONICAL
22747 of ptr_type_node to not be ptr_to_node.
22748 * tree.c (gimple_types_compatible_p): Do not match TREE_CODE of
22749 TREE_TYPE of pointers.
22750 * gimple-expr.c (useless_type_conversion): Reorder the check for
22751 function pointers and TYPE_CANONICAL.
22752
22753 2015-06-06 John David Anglin <danglin@gcc.gnu.org>
22754
22755 PR bootstrap/66319
22756 * config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Rearrange builtin
22757 defines. Define _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE for c++.
22758 Define _XOPEN_UNIX and _XOPEN_SOURCE_EXTENDED for c++ if unix95 or
22759 later.
22760 * config/pa/pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Likewise.
22761 Define _INCLUDE_STDC_SOURCE_PRE_199901, _INCLUDE_STDC_SOURCE_199901,
22762 _INCLUDE_XOPEN_SOURCE_PRE_500, _INCLUDE_XOPEN_SOURCE_520,
22763 _INCLUDE_XOPEN_SOURCE_PRE_600 and _INCLUDE_XOPEN_SOURCE_600 for c++
22764 and non iso if unix2003.
22765
22766 2015-06-06 Aldy Hernandez <aldyh@redhat.com>
22767
22768 * dwarf2out.c (gen_lexical_block_die): Initialize stmt_die.
22769
22770 2015-06-06 Richard Sandiford <richard.sandiford@arm.com>
22771
22772 * emit-rtl.c, expr.c, gcse.c, optabs.c, optabs.h, print-rtl.c,
22773 rtl.h, bb-reorder.c, builtins.c, calls.c, cfgbuild.c, cfgexpand.c,
22774 cfgrtl.c, cilk-common.c, config/i386/i386.md, cse.c, dwarf2cfi.c,
22775 except.c, final.c, function.c, gcse-common.c, genemit.c,
22776 haifa-sched.c, ifcvt.c, jump.c, loop-invariant.c, loop-iv.c,
22777 lra-constraints.c, lra.c, reload1.c, resource.c, rtlanal.c,
22778 sched-deps.c, sched-ebb.c, sel-sched-ir.c, sel-sched.c,
22779 shrink-wrap.c, stmt.c, store-motion.c: Replace rtx base types with
22780 more derived ones.
22781
22782 2015-06-06 Mikhail Maltsev <maltsevm@gmail.com>
22783
22784 * combine.c (combine_split_insns): Remove cast.
22785 * config/bfin/bfin.c (hwloop_fail): Add cast in try_split call.
22786 * config/sh/sh.c (sh_try_split_insn_simple): Remove cast.
22787 * config/sh/sh_treg_combine.cc (sh_treg_combine::execute): Add cast.
22788 * emit-rtl.c (try_split): Promote type of trial argument to rtx_insn.
22789 * genemit.c (gen_split): Change return type of generated functions to
22790 rtx_insn.
22791 * genrecog.c (get_failure_return): Use NULL instead of NULL_RTX.
22792 (print_subroutine_start): Promote rtx to rtx_insn in gen_split_* and
22793 gen_peephole2_* functions.
22794 (print_subroutine, main): Likewise.
22795 * recog.c (peephole2_optimize): Remove cast.
22796 (peep2_next_insn): Promote return type to rtx_insn.
22797 * recog.h (peep2_next_insn): Fix prototype.
22798 * rtl.h (try_split, split_insns): Likewise.
22799
22800 2015-06-06 DJ Delorie <dj@redhat.com>
22801
22802 * config/msp430/msp430.c (msp430_asm_integer): Support addition
22803 and subtraction too.
22804
22805 2015-06-05 Kaz Kojima <kkojima@gcc.gnu.org>
22806
22807 PR target/66410
22808 * config/sh/constraints.md (Sid, Ssd): New memory constraints.
22809 * config/sh/sh.md (*mov<mode>): Use Sid and Ssd alternatives
22810 instead of Snd. Disparage Sid/z alternative with '^'.
22811
22812 2015-06-05 Aldy Hernandez <aldyh@redhat.com>
22813
22814 * dwarf2out.c: Remove deferred_locations*.
22815 (dwarf2_debug_hooks): Add early_finish hook.
22816 Remove global_decl hook.
22817 Add early_global_decl and late_global_decl hook.
22818 New global early_dwarf.
22819 New structure set_early_dwarf.
22820 (output_die): Indicate whether a DIE was generated early
22821 when generating assembly with -dA.
22822 (struct limbo_die_struct): Document created_for field.
22823 Remove file_table_last_lookup.
22824 (remove_AT): Return TRUE if successful.
22825 (remove_child_TAG): Clear die_parent.
22826 (reparent_child): New function abstracted from...
22827 (splice_child_die): ...here.
22828 (new_die): ICE if a DIE ends up in limbo too late.
22829 (check_die): New.
22830 (defer_location): Remove.
22831 (add_subscript_info): Reuse DW_TAG_subrange_type if available.
22832 (fill_variable_array_bounds): New.
22833 (decl_start_label): Call fill_variable_array_bounds.
22834 (gen_formal_parameter_die): Rewrite to reuse previously generated
22835 DIEs.
22836 (gen_subprogram_die): Same.
22837 (gen_variable_die): Same.
22838 (gen_const_die): Same.
22839 (gen_label_die): Same.
22840 (gen_lexical_block_die): Same.
22841 (decl_will_get_specification_p): New.
22842 (local_function_static): New.
22843 (gen_struct_or_union_type_die): Fill in variable-length fields.
22844 (gen_typedef_die): Fill in variable-length typedefs.
22845 (gen_tagged_type_die): Gracefully return on error_mark_node.
22846 Handle re-entrancy.
22847 (gen_type_die_with_usage): Handle variable-length types.
22848 Remove duplicate code for ARRAY_TYPE case.
22849 (process_scope_var): Only process imported modules during early
22850 dwarf.
22851 (dwarf2out_early_global_decl): New.
22852 (dwarf2out_late_global_decl): Rename from dwarf2out_global_decl.
22853 (dwarf2out_type_decl): Set early_dwarf while calling
22854 dwarf2out_decl.
22855 (dwarf2out_decl): Verify that we did not recreate a previously
22856 generated DIE.
22857 Do not return on DECL_EXTERNALs in VAR_DECLs.
22858 Abstract some code to local_function_static.
22859 (lookup_filename): Remove use of file_table_last_lookup.
22860 Gracefully exit on missing file_name.
22861 (dwarf2out_finish): Verify limbo list.
22862 Remove deferred_locations_list use.
22863 Move deferred_asm_name and limbo flushing to...
22864 (dwarf2out_early_finish): ...here. New.
22865 (dwarf2out_c_finalize): Remove set of deferred_location_list,
22866 deferred_asm_name, and file_table_last_lookup.
22867 * cgraph.h (referred_to_p): Add default argument.
22868 * cgraphunit.c (referred_to_p): Add and handle include_self
22869 argument.
22870 (analyze_functions): Add first_time argument.
22871 Call check_global_declaration for all symbols.
22872 Call late_global_decl for nodes for moribund nodes.
22873 (finalize_compilation_unit): Add new argument to
22874 analyze_functions.
22875 Call early_global_decl for functions.
22876 Call early_finish debug hook.
22877 * dbxout.c (dbxout_early_global_decl): New.
22878 (dbxout_late_global_decl): New. Adapted from dbxout_global_decl.
22879 (dbx_debug_hooks): Add new hooks.
22880 (xcoff_debug_hooks): Same.
22881 * debug.c (do_nothing_debug_hooks): Add early_finish field.
22882 Add early and late debug hooks.
22883 Remove global_decl hook.
22884 * debug.h (struct gcc_debug_hooks): Add early_finish,
22885 early_global_decl, and late_global_decl fields.
22886 Remove global_decl field.
22887 Document gcc_debug_hooks.
22888 * gengtype.c (output_typename): Remove.
22889 * godump.c (go_early_global_decl): New.
22890 (go_late_global_decl): New.
22891 (go_global_decl): Remove.
22892 (dump_go_spec_init): Remove global_decl. Add
22893 {early,late}_global_decl.
22894 * langhooks-def.h (LANG_HOOKS_WRITE_GLOBALS): Remove.
22895 (LANG_HOOKS_POST_COMPILATION_PARSING_CLEANUPS): New.
22896 * langhooks.c (lhd_warn_unused_global_decl): Adjust comment.
22897 (write_global_declarations): Remove.
22898 (global_decl_processing): New.
22899 * langhooks.h (struct lang_hooks_for_decls): Remove
22900 final_write_globals field.
22901 Add post_compilation_parsing_cleanups field.
22902 * passes.c (rest_of_decl_compilation): Call early_global_decl.
22903 * sdbout.c: Add early and late_global_decl hooks. Remove
22904 sdbout_global_decl hook.
22905 Add early_finish field for sdb_debug_hooks.
22906 (sdbout_global_decl): Remove.
22907 (sdbout_early_global_decl): New.
22908 (sdbout_late_global_decl): New.
22909 * timevar.def (TV_PHASE_LATE_PARSING_CLEANUPS): New.
22910 * toplev.c (check_global_declaration): Rename from
22911 check_global_declaration_1.
22912 Adapt to use symtab infrastructure.
22913 (check_global_declarations): Remove.
22914 (emit_debug_global_declarations): Remove.
22915 (compile_file): Remove call to final_write_globals langhook.
22916 Run the actual compilation process.
22917 Perform any post compilation parser cleanups.
22918 Generate late debug info.
22919 * toplev.h (check_global_declaration): New.
22920 (check_global_declaration_1): Remove.
22921 (check_global_declarations): Remove.
22922 (write_global_declarations): Remove.
22923 (emit_debug_global_declarations): Remove.
22924 (global_decl_processing): New.
22925 * tree-core.h (struct tree_block): Add DIE field.
22926 * tree.h (BLOCK_DIE): New.
22927 * vmsdbgout.c (vmsdbgout_global_decl): Remove function and its use
22928 throughout.
22929 (vmsdbgout_early_global_decl): New.
22930 (vmsdbgout_late_global_decl): New.
22931 Add early_finish debug hook field to vmsdbg_debug_hooks.
22932 Remove vmsdbgout_decl to vmsdbgout_function_decl.
22933 Add early and late_global_decl debug hooks.
22934
22935 2015-06-05 Julian Brown <julian@codesourcery.com>
22936 Sandra Loosemore <sandra@codesourcery.com>
22937
22938 * config/print-sysroot-suffix.sh: Handle MULTILIB_REUSE settings.
22939 * config/t-sysroot-suffix (sysroot-suffix.h): Pass MULTILIB_REUSE
22940 to print-sysroot-suffix.sh script.
22941
22942 2015-06-05 Tom de Vries <tom@codesourcery.com>
22943
22944 merge from gomp4 branch:
22945 2015-05-28 Tom de Vries <tom@codesourcery.com>
22946
22947 PR tree-optimization/65443
22948 * tree-parloops.c (replace_imm_uses, replace_uses_in_bb_by)
22949 (replace_uses_in_bbs_by, transform_to_exit_first_loop_alt)
22950 (try_transform_to_exit_first_loop_alt): New function.
22951 (transform_to_exit_first_loop): Use
22952 try_transform_to_exit_first_loop_alt.
22953
22954 2015-06-05 James Greenhalgh <james.greenhalgh@arm.com>
22955
22956 * builtins.c (expand_builtin_atomic_compare_exchange): Call
22957 emit_cmp_and_jump_insns with the mode of target.
22958
22959 2015-06-05 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
22960
22961 * config/i386/sse.md (sse3_mwait): Swap the operand constriants.
22962
22963 2015-06-04 DJ Delorie <dj@redhat.com>
22964
22965 * config/msp430/msp430.md (movsi_s): New. Special case for
22966 storing a 20-bit symbol into a 32-bit register.
22967 * config/msp430/msp430.c (msp430_subreg): Add support for it.
22968 * config/msp430/predicates.md (msp430_symbol_operand): New.
22969
22970 2015-06-04 Sriraman Tallam <tmsriram@google.com>
22971
22972 * c-family/c-common.c (noplt): New attribute.
22973 (handle_noplt_attribute): New handler.
22974 * calls.c (prepare_call_address): Check for noplt
22975 attribute.
22976 * config/i386/i386.c (ix86_expand_call): Check
22977 for noplt attribute.
22978 (ix86_nopic_noplt_attribute_p): New function.
22979 (ix86_output_call_insn): Output indirect call for non-pic
22980 no plt calls.
22981 * doc/extend.texi (noplt): Document new attribute.
22982 * doc/invoke.texi: Document new attribute.
22983
22984 2015-06-04 Andrew MacLeod <amacleod@redhat.com>
22985
22986 * coretypes.h: Include machmode.h, signop.h, wide-int.h, double-int.h,
22987 real.h, and fixed-value.h when included in host source files.
22988 * double-int.h: Remove redundant #includes listed above.
22989 * fixed-value.h: Likewise.
22990 * real.h: Likewise.
22991 * wide-int.h: Likewise.
22992 * inchash.h: Likewise.
22993 * rtl.h: Add some include files When included from a generator file.
22994 * target.h: Remove wide-int.h and insn-modes.h from the include list.
22995 * internal-fn.h: Don't include coretypes.h.
22996 * alias.c: Adjust includes for restructured coretypes.h.
22997 * asan.c: Likewise.
22998 * attribs.c: Likewise.
22999 * auto-inc-dec.c: Likewise.
23000 * auto-profile.c: Likewise.
23001 * bb-reorder.c: Likewise.
23002 * bt-load.c: Likewise.
23003 * builtins.c: Likewise.
23004 * caller-save.c: Likewise.
23005 * calls.c: Likewise.
23006 * ccmp.c: Likewise.
23007 * cfg.c: Likewise.
23008 * cfganal.c: Likewise.
23009 * cfgbuild.c: Likewise.
23010 * cfgcleanup.c: Likewise.
23011 * cfgexpand.c: Likewise.
23012 * cfghooks.c: Likewise.
23013 * cfgloop.c: Likewise.
23014 * cfgloop.h: Likewise.
23015 * cfgloopanal.c: Likewise.
23016 * cfgloopmanip.c: Likewise.
23017 * cfgrtl.c: Likewise.
23018 * cgraph.c: Likewise.
23019 * cgraphbuild.c: Likewise.
23020 * cgraphclones.c: Likewise.
23021 * cgraphunit.c: Likewise.
23022 * cilk-common.c: Likewise.
23023 * combine-stack-adj.c: Likewise.
23024 * combine.c: Likewise.
23025 * compare-elim.c: Likewise.
23026 * convert.c: Likewise.
23027 * coverage.c: Likewise.
23028 * cppbuiltin.c: Likewise.
23029 * cprop.c: Likewise.
23030 * cse.c: Likewise.
23031 * cselib.c: Likewise.
23032 * data-streamer-in.c: Likewise.
23033 * data-streamer-out.c: Likewise.
23034 * data-streamer.c: Likewise.
23035 * dbxout.c: Likewise.
23036 * dce.c: Likewise.
23037 * ddg.c: Likewise.
23038 * debug.c: Likewise.
23039 * df-core.c: Likewise.
23040 * df-problems.c: Likewise.
23041 * df-scan.c: Likewise.
23042 * df.h: Likewise.
23043 * dfp.c: Likewise.
23044 * dojump.c: Likewise.
23045 * dominance.c: Likewise.
23046 * domwalk.c: Likewise.
23047 * double-int.c: Likewise.
23048 * dse.c: Likewise.
23049 * dumpfile.c: Likewise.
23050 * dwarf2asm.c: Likewise.
23051 * dwarf2cfi.c: Likewise.
23052 * dwarf2out.c: Likewise.
23053 * dwarf2out.h: Likewise.
23054 * emit-rtl.c: Likewise.
23055 * et-forest.c: Likewise.
23056 * except.c: Likewise.
23057 * explow.c: Likewise.
23058 * expmed.c: Likewise.
23059 * expr.c: Likewise.
23060 * final.c: Likewise.
23061 * fixed-value.c: Likewise.
23062 * fold-const.c: Likewise.
23063 * function.c: Likewise.
23064 * fwprop.c: Likewise.
23065 * gcc-plugin.h: Likewise.
23066 * gcse.c: Likewise.
23067 * generic-match-head.c: Likewise.
23068 * ggc-page.c: Likewise.
23069 * gimple-builder.c: Likewise.
23070 * gimple-expr.c: Likewise.
23071 * gimple-fold.c: Likewise.
23072 * gimple-iterator.c: Likewise.
23073 * gimple-low.c: Likewise.
23074 * gimple-match-head.c: Likewise.
23075 * gimple-pretty-print.c: Likewise.
23076 * gimple-ssa-isolate-paths.c: Likewise.
23077 * gimple-ssa-strength-reduction.c: Likewise.
23078 * gimple-streamer-in.c: Likewise.
23079 * gimple-streamer-out.c: Likewise.
23080 * gimple-streamer.h: Likewise.
23081 * gimple-walk.c: Likewise.
23082 * gimple.c: Likewise.
23083 * gimplify-me.c: Likewise.
23084 * gimplify.c: Likewise.
23085 * godump.c: Likewise.
23086 * graph.c: Likewise.
23087 * graphite-blocking.c: Likewise.
23088 * graphite-dependences.c: Likewise.
23089 * graphite-interchange.c: Likewise.
23090 * graphite-isl-ast-to-gimple.c: Likewise.
23091 * graphite-optimize-isl.c: Likewise.
23092 * graphite-poly.c: Likewise.
23093 * graphite-scop-detection.c: Likewise.
23094 * graphite-sese-to-poly.c: Likewise.
23095 * graphite.c: Likewise.
23096 * haifa-sched.c: Likewise.
23097 * hooks.h: Likewise.
23098 * hw-doloop.c: Likewise.
23099 * ifcvt.c: Likewise.
23100 * incpath.c: Likewise.
23101 * init-regs.c: Likewise.
23102 * internal-fn.c: Likewise.
23103 * ipa-chkp.c: Likewise.
23104 * ipa-comdats.c: Likewise.
23105 * ipa-cp.c: Likewise.
23106 * ipa-devirt.c: Likewise.
23107 * ipa-icf-gimple.c: Likewise.
23108 * ipa-icf.c: Likewise.
23109 * ipa-inline-analysis.c: Likewise.
23110 * ipa-inline-transform.c: Likewise.
23111 * ipa-inline.c: Likewise.
23112 * ipa-polymorphic-call.c: Likewise.
23113 * ipa-profile.c: Likewise.
23114 * ipa-prop.c: Likewise.
23115 * ipa-pure-const.c: Likewise.
23116 * ipa-ref.c: Likewise.
23117 * ipa-reference.c: Likewise.
23118 * ipa-split.c: Likewise.
23119 * ipa-utils.c: Likewise.
23120 * ipa-visibility.c: Likewise.
23121 * ipa.c: Likewise.
23122 * ira-build.c: Likewise.
23123 * ira-color.c: Likewise.
23124 * ira-conflicts.c: Likewise.
23125 * ira-costs.c: Likewise.
23126 * ira-emit.c: Likewise.
23127 * ira-lives.c: Likewise.
23128 * ira.c: Likewise.
23129 * jump.c: Likewise.
23130 * langhooks.c: Likewise.
23131 * lcm.c: Likewise.
23132 * loop-doloop.c: Likewise.
23133 * loop-init.c: Likewise.
23134 * loop-invariant.c: Likewise.
23135 * loop-iv.c: Likewise.
23136 * loop-unroll.c: Likewise.
23137 * lower-subreg.c: Likewise.
23138 * lra-assigns.c: Likewise.
23139 * lra-coalesce.c: Likewise.
23140 * lra-constraints.c: Likewise.
23141 * lra-eliminations.c: Likewise.
23142 * lra-lives.c: Likewise.
23143 * lra-remat.c: Likewise.
23144 * lra-spills.c: Likewise.
23145 * lra.c: Likewise.
23146 * lto-cgraph.c: Likewise.
23147 * lto-compress.c: Likewise.
23148 * lto-opts.c: Likewise.
23149 * lto-section-in.c: Likewise.
23150 * lto-section-out.c: Likewise.
23151 * lto-streamer-in.c: Likewise.
23152 * lto-streamer-out.c: Likewise.
23153 * lto-streamer.c: Likewise.
23154 * mcf.c: Likewise.
23155 * mode-switching.c: Likewise.
23156 * modulo-sched.c: Likewise.
23157 * omega.c: Likewise.
23158 * omp-low.c: Likewise.
23159 * optabs.c: Likewise.
23160 * opts-global.c: Likewise.
23161 * passes.c: Likewise.
23162 * plugin.c: Likewise.
23163 * postreload-gcse.c: Likewise.
23164 * postreload.c: Likewise.
23165 * predict.c: Likewise.
23166 * print-rtl.c: Likewise.
23167 * print-tree.c: Likewise.
23168 * profile.c: Likewise.
23169 * real.c: Likewise.
23170 * realmpfr.c: Likewise.
23171 * realmpfr.h: Likewise.
23172 * recog.c: Likewise.
23173 * ree.c: Likewise.
23174 * reg-stack.c: Likewise.
23175 * regcprop.c: Likewise.
23176 * reginfo.c: Likewise.
23177 * regrename.c: Likewise.
23178 * regs.h: Likewise.
23179 * regstat.c: Likewise.
23180 * reload.c: Likewise.
23181 * reload1.c: Likewise.
23182 * reorg.c: Likewise.
23183 * resource.c: Likewise.
23184 * rtl-chkp.c: Likewise.
23185 * rtlanal.c: Likewise.
23186 * rtlhooks.c: Likewise.
23187 * sanopt.c: Likewise.
23188 * sched-deps.c: Likewise.
23189 * sched-ebb.c: Likewise.
23190 * sched-rgn.c: Likewise.
23191 * sched-vis.c: Likewise.
23192 * sdbout.c: Likewise.
23193 * sel-sched-dump.c: Likewise.
23194 * sel-sched-ir.c: Likewise.
23195 * sel-sched.c: Likewise.
23196 * sese.c: Likewise.
23197 * shrink-wrap.c: Likewise.
23198 * shrink-wrap.h: Likewise.
23199 * simplify-rtx.c: Likewise.
23200 * stack-ptr-mod.c: Likewise.
23201 * statistics.c: Likewise.
23202 * stmt.c: Likewise.
23203 * stor-layout.c: Likewise.
23204 * store-motion.c: Likewise.
23205 * stringpool.c: Likewise.
23206 * symtab.c: Likewise.
23207 * target-globals.c: Likewise.
23208 * targhooks.c: Likewise.
23209 * toplev.c: Likewise.
23210 * tracer.c: Likewise.
23211 * trans-mem.c: Likewise.
23212 * tree-affine.c: Likewise.
23213 * tree-affine.h: Likewise.
23214 * tree-browser.c: Likewise.
23215 * tree-call-cdce.c: Likewise.
23216 * tree-cfg.c: Likewise.
23217 * tree-cfgcleanup.c: Likewise.
23218 * tree-chkp-opt.c: Likewise.
23219 * tree-chkp.c: Likewise.
23220 * tree-chrec.c: Likewise.
23221 * tree-complex.c: Likewise.
23222 * tree-data-ref.c: Likewise.
23223 * tree-dfa.c: Likewise.
23224 * tree-diagnostic.c: Likewise.
23225 * tree-dump.c: Likewise.
23226 * tree-eh.c: Likewise.
23227 * tree-emutls.c: Likewise.
23228 * tree-if-conv.c: Likewise.
23229 * tree-inline.c: Likewise.
23230 * tree-into-ssa.c: Likewise.
23231 * tree-iterator.c: Likewise.
23232 * tree-loop-distribution.c: Likewise.
23233 * tree-nested.c: Likewise.
23234 * tree-nrv.c: Likewise.
23235 * tree-object-size.c: Likewise.
23236 * tree-outof-ssa.c: Likewise.
23237 * tree-parloops.c: Likewise.
23238 * tree-phinodes.c: Likewise.
23239 * tree-predcom.c: Likewise.
23240 * tree-pretty-print.c: Likewise.
23241 * tree-pretty-print.h: Likewise.
23242 * tree-profile.c: Likewise.
23243 * tree-scalar-evolution.c: Likewise.
23244 * tree-sra.c: Likewise.
23245 * tree-ssa-address.c: Likewise.
23246 * tree-ssa-alias.c: Likewise.
23247 * tree-ssa-ccp.c: Likewise.
23248 * tree-ssa-coalesce.c: Likewise.
23249 * tree-ssa-copy.c: Likewise.
23250 * tree-ssa-copyrename.c: Likewise.
23251 * tree-ssa-dce.c: Likewise.
23252 * tree-ssa-dom.c: Likewise.
23253 * tree-ssa-dse.c: Likewise.
23254 * tree-ssa-forwprop.c: Likewise.
23255 * tree-ssa-ifcombine.c: Likewise.
23256 * tree-ssa-live.c: Likewise.
23257 * tree-ssa-loop-ch.c: Likewise.
23258 * tree-ssa-loop-im.c: Likewise.
23259 * tree-ssa-loop-ivcanon.c: Likewise.
23260 * tree-ssa-loop-ivopts.c: Likewise.
23261 * tree-ssa-loop-manip.c: Likewise.
23262 * tree-ssa-loop-niter.c: Likewise.
23263 * tree-ssa-loop-prefetch.c: Likewise.
23264 * tree-ssa-loop-unswitch.c: Likewise.
23265 * tree-ssa-loop.c: Likewise.
23266 * tree-ssa-loop.h: Likewise.
23267 * tree-ssa-math-opts.c: Likewise.
23268 * tree-ssa-operands.c: Likewise.
23269 * tree-ssa-phiopt.c: Likewise.
23270 * tree-ssa-phiprop.c: Likewise.
23271 * tree-ssa-pre.c: Likewise.
23272 * tree-ssa-propagate.c: Likewise.
23273 * tree-ssa-reassoc.c: Likewise.
23274 * tree-ssa-sccvn.c: Likewise.
23275 * tree-ssa-scopedtables.c: Likewise.
23276 * tree-ssa-sink.c: Likewise.
23277 * tree-ssa-strlen.c: Likewise.
23278 * tree-ssa-structalias.c: Likewise.
23279 * tree-ssa-tail-merge.c: Likewise.
23280 * tree-ssa-ter.c: Likewise.
23281 * tree-ssa-threadedge.c: Likewise.
23282 * tree-ssa-threadupdate.c: Likewise.
23283 * tree-ssa-uncprop.c: Likewise.
23284 * tree-ssa-uninit.c: Likewise.
23285 * tree-ssa.c: Likewise.
23286 * tree-ssanames.c: Likewise.
23287 * tree-stdarg.c: Likewise.
23288 * tree-streamer-in.c: Likewise.
23289 * tree-streamer-out.c: Likewise.
23290 * tree-streamer.c: Likewise.
23291 * tree-switch-conversion.c: Likewise.
23292 * tree-tailcall.c: Likewise.
23293 * tree-vect-data-refs.c: Likewise.
23294 * tree-vect-generic.c: Likewise.
23295 * tree-vect-loop-manip.c: Likewise.
23296 * tree-vect-loop.c: Likewise.
23297 * tree-vect-patterns.c: Likewise.
23298 * tree-vect-slp.c: Likewise.
23299 * tree-vect-stmts.c: Likewise.
23300 * tree-vectorizer.c: Likewise.
23301 * tree-vrp.c: Likewise.
23302 * tree.c: Likewise.
23303 * tsan.c: Likewise.
23304 * ubsan.c: Likewise.
23305 * valtrack.c: Likewise.
23306 * value-prof.c: Likewise.
23307 * var-tracking.c: Likewise.
23308 * varasm.c: Likewise.
23309 * varpool.c: Likewise.
23310 * vmsdbgout.c: Likewise.
23311 * vtable-verify.c: Likewise.
23312 * web.c: Likewise.
23313 * wide-int-print.cc: Likewise.
23314 * wide-int-print.h: Likewise.
23315 * wide-int.cc: Likewise.
23316 * xcoffout.c: Likewise.
23317 * config/aarch64/aarch64-builtins.c: Likewise.
23318 * config/aarch64/aarch64.c: Likewise.
23319 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
23320 * config/alpha/alpha.c: Likewise.
23321 * config/arc/arc.c: Likewise.
23322 * config/arm/aarch-common.c: Likewise.
23323 * config/arm/arm-builtins.c: Likewise.
23324 * config/arm/arm-c.c: Likewise.
23325 * config/arm/arm.c: Likewise.
23326 * config/avr/avr-c.c: Likewise.
23327 * config/avr/avr-log.c: Likewise.
23328 * config/avr/avr.c: Likewise.
23329 * config/bfin/bfin.c: Likewise.
23330 * config/c6x/c6x.c: Likewise.
23331 * config/cr16/cr16.c: Likewise.
23332 * config/cris/cris.c: Likewise.
23333 * config/darwin-c.c: Likewise.
23334 * config/darwin.c: Likewise.
23335 * config/default-c.c: Likewise.
23336 * config/epiphany/epiphany.c: Likewise.
23337 * config/epiphany/mode-switch-use.c: Likewise.
23338 * config/epiphany/resolve-sw-modes.c: Likewise.
23339 * config/fr30/fr30.c: Likewise.
23340 * config/frv/frv.c: Likewise.
23341 * config/ft32/ft32.c: Likewise.
23342 * config/glibc-c.c: Likewise.
23343 * config/h8300/h8300.c: Likewise.
23344 * config/i386/i386-c.c: Likewise.
23345 * config/i386/i386.c: Likewise.
23346 * config/i386/msformat-c.c: Likewise.
23347 * config/i386/winnt-cxx.c: Likewise.
23348 * config/i386/winnt-stubs.c: Likewise.
23349 * config/i386/winnt.c: Likewise.
23350 * config/ia64/ia64-c.c: Likewise.
23351 * config/ia64/ia64.c: Likewise.
23352 * config/iq2000/iq2000.c: Likewise.
23353 * config/lm32/lm32.c: Likewise.
23354 * config/m32c/m32c-pragma.c: Likewise.
23355 * config/m32c/m32c.c: Likewise.
23356 * config/m32r/m32r.c: Likewise.
23357 * config/m68k/m68k.c: Likewise.
23358 * config/mcore/mcore.c: Likewise.
23359 * config/mep/mep-pragma.c: Likewise.
23360 * config/mep/mep.c: Likewise.
23361 * config/microblaze/microblaze-c.c: Likewise.
23362 * config/microblaze/microblaze.c: Likewise.
23363 * config/mips/mips.c: Likewise.
23364 * config/mmix/mmix.c: Likewise.
23365 * config/mn10300/mn10300.c: Likewise.
23366 * config/moxie/moxie.c: Likewise.
23367 * config/msp430/msp430-c.c: Likewise.
23368 * config/msp430/msp430.c: Likewise.
23369 * config/nds32/nds32-cost.c: Likewise.
23370 * config/nds32/nds32-fp-as-gp.c: Likewise.
23371 * config/nds32/nds32-intrinsic.c: Likewise.
23372 * config/nds32/nds32-isr.c: Likewise.
23373 * config/nds32/nds32-md-auxiliary.c: Likewise.
23374 * config/nds32/nds32-memory-manipulation.c: Likewise.
23375 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
23376 * config/nds32/nds32-predicates.c: Likewise.
23377 * config/nds32/nds32.c: Likewise.
23378 * config/nios2/nios2.c: Likewise.
23379 * config/nvptx/nvptx.c: Likewise.
23380 * config/pa/pa.c: Likewise.
23381 * config/pdp11/pdp11.c: Likewise.
23382 * config/rl78/rl78-c.c: Likewise.
23383 * config/rl78/rl78.c: Likewise.
23384 * config/rs6000/rs6000-c.c: Likewise.
23385 * config/rs6000/rs6000.c: Likewise.
23386 * config/rx/rx.c: Likewise.
23387 * config/s390/s390-c.c: Likewise.
23388 * config/s390/s390.c: Likewise.
23389 * config/sh/sh-c.c: Likewise.
23390 * config/sh/sh-mem.cc: Likewise.
23391 * config/sh/sh.c: Likewise.
23392 * config/sh/sh_optimize_sett_clrt.cc: Likewise.
23393 * config/sh/sh_treg_combine.cc: Likewise.
23394 * config/sol2-c.c: Likewise.
23395 * config/sol2-cxx.c: Likewise.
23396 * config/sol2-stubs.c: Likewise.
23397 * config/sol2.c: Likewise.
23398 * config/sparc/sparc-c.c: Likewise.
23399 * config/sparc/sparc.c: Likewise.
23400 * config/spu/spu-c.c: Likewise.
23401 * config/spu/spu.c: Likewise.
23402 * config/stormy16/stormy16.c: Likewise.
23403 * config/tilegx/mul-tables.c: Likewise.
23404 * config/tilegx/tilegx-c.c: Likewise.
23405 * config/tilegx/tilegx.c: Likewise.
23406 * config/tilepro/mul-tables.c: Likewise.
23407 * config/tilepro/tilepro-c.c: Likewise.
23408 * config/tilepro/tilepro.c: Likewise.
23409 * config/v850/v850-c.c: Likewise.
23410 * config/v850/v850.c: Likewise.
23411 * config/vax/vax.c: Likewise.
23412 * config/visium/visium.c: Likewise.
23413 * config/vms/vms-c.c: Likewise.
23414 * config/vms/vms.c: Likewise.
23415 * config/vxworks.c: Likewise.
23416 * config/winnt-c.c: Likewise.
23417 * config/xtensa/xtensa.c: Likewise.
23418 * common/config/bfin/bfin-common.c: Likewise.
23419
23420 2015-06-04 Jan Hubicka <hubicka@ucw.cz>
23421
23422 * tree.h (tree_code_for_canonical_type_merging): New function.
23423 * tree.c (gimple_canonical_types_compatible_p): Use
23424 tree_code_for_canonical_type_merging..
23425
23426 2015-06-04 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
23427
23428 PR c++/66192
23429 PR target/66200
23430 * doc/tm.texi: Regenerate.
23431 * doc/tm.texi.in (TARGET_RELAXED_ORDERING): Delete.
23432 * target.def (TARGET_RELAXED_ORDERING): Likewise.
23433 * config/alpha/alpha.c (TARGET_RELAXED_ORDERING): Likewise.
23434 * config/ia64/ia64.c (TARGET_RELAXED_ORDERING): Likewise.
23435 * config/rs6000/rs6000.c (TARGET_RELAXED_ORDERING): Likewise.
23436 * config/sparc/linux.h (SPARC_RELAXED_ORDERING): Likewise.
23437 * config/sparc/linux64.h (SPARC_RELAXED_ORDERING): Likewise.
23438 * config/sparc/sparc.c (TARGET_RELAXED_ORDERING): Likewise.
23439 * config/sparc/sparc.h (SPARC_RELAXED_ORDERING): Likewise.
23440
23441 2015-06-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
23442
23443 * config/aarch64/aarch64.c (aarch64_override_options): Unconditionally
23444 register fma steering pass.
23445 * config/aarch64/cortex-a57-fma-steering.c (gate): Add gating on
23446 AARCH64_TUNE_FMA_STEERING.
23447
23448 2015-06-03 Jan Hubicka <hubicka@ucw.cz>
23449
23450 * tree.c (verify_type_variant): Verify that type and variant is
23451 compatible.
23452 (gimple_canonical_types_compatible_p): Look for main variants.
23453
23454 2015-06-03 Michael Meissner <meissner@linux.vnet.ibm.com>
23455
23456 * config.gcc (powerpc*-*-*): Add support for a new configure
23457 option --with-advance-toolchain=<xxx> which overrides using the
23458 default header files, libraries and dynamic linker.
23459
23460 * config/rs6000/linux64.h (SUBSUBTARGET_EXTRA_SPECS): Add new
23461 specs to support the configure --with-advance-toolchain=<xxx>
23462 option.
23463 (INCLUDE_EXTRA_SPEC): Likewise.
23464 (LINK_OS_EXTRA_SPEC32): Likewise.
23465 (LINK_OK_EXTRA_SPEC64): Likewise.
23466 (LINK_OS_NEW_DTAGS_SPEC): Likewise.
23467 (DYNAMIC_LINKER_PREFIX): Likewise.
23468 (CPP_OS_DEFAULT_SPEC): Use the new specs for providing advance
23469 toolchain support.
23470 (GLIBC_DYNAMIC_LINKER32): Likewise.
23471 (GLIBC_DYNAMIC_LINKER64): Likewise.
23472 (LINK_OS_LINUX_SPEC32): Likewise.
23473 (LINK_OS_LINUX_SPEC64): Likewise.
23474
23475 * doc/install.texi (--enable-advance-toolchain=<xx>): Document new
23476 configuration option.
23477
23478 2015-06-03 Uros Bizjak <ubizjak@gmail.com>
23479
23480 PR target/66275
23481 * config/i386/i386.c (ix86_function_arg_regno): Use ix86_cfun_abi
23482 to determine current function ABI.
23483 (ix86_function_value_regno_p): Ditto.
23484
23485 2015-06-03 Martin Liska <mliska@suse.cz>
23486
23487 * alloc-pool.h (struct pool_usage): Correct GNU coding style.
23488 * bitmap.h (struct bitmap_usage): Likewise.
23489 * ggc-common.c (struct ggc_usage): Likewise.
23490 * mem-stats.h (struct mem_location): Likewise.
23491 (struct mem_usage): Likewise.
23492 * vec.c (struct vec_usage): Likewise.
23493
23494 2015-06-03 Benigno B. Junior <bbj@gentoo.org>
23495
23496 * config/netbsd-elf.h (NETBSD_LINK_SPEC_ELF): Turn -symbolic into
23497 -Bsymbolic.
23498
23499 2015-06-02 Andres Tiraboschi <andres.tiraboschi@tallertechnologies.com>
23500
23501 * doc/plugins.texi (enum plugin_event): New event.
23502 * plugin.c (register_callback): Handle PLUGIN_START_PARSE_FUNCTION
23503 and PLUGIN_FINISH_FUNCTION.
23504 * plugin.def (PLUGIN_START_PARSE_FUNCTION): Add plugin event
23505 (PLUGIN_FINISH_PARSE_FUNCTION): Likewise.
23506
23507 2015-06-03 Richard Biener <rguenther@suse.de>
23508
23509 * tree-vect-data-refs.c (vect_analyze_group_access): Properly
23510 compute GROUP_GAP for the first element.
23511 * tree-vect-slp.c (vect_build_slp_tree_1): Remove restriction
23512 on in-group gaps.
23513
23514 2015-06-03 Nick Clifton <nickc@redhat.com>
23515
23516 * config/rl78/rl78-real.md: Add peepholes to avoid a register
23517 copy when calling a function.
23518 * config/rl78/rl78.c (need_to_save): Do not push the frame
23519 pointer in an interrupt handler prologue if it is never used.
23520
23521 2015-06-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
23522
23523 * ifcvt (end_ifcvt_sequence): Fix typo in comment above.
23524
23525 2015-06-03 Ilya Enkovich <ilya.enkovich@intel.com>
23526
23527 * ipa-chkp.c (chkp_maybe_create_clone): Create alias
23528 reference when cloning alias node.
23529
23530 2015-06-03 Martin Liska <mliska@suse.cz>
23531
23532 * alloc-pool.h (struct pool_usage): Correct space padding.
23533 * ggc-page.c (ggc_print_statistics): Align columns in a report.
23534 * mem-stats.h (struct mem_usage): Add argument to print_dash_line.
23535 * tree.c (dump_tree_statistics): Align columns in a report.
23536
23537 2015-06-03 Martin Liska <mliska@suse.cz>
23538
23539 * alloc-pool.c (allocate_pool_descriptor): Remove.
23540 (struct pool_output_info): Likewise.
23541 (print_alloc_pool_statistics): Likewise.
23542 (dump_alloc_pool_statistics): Likewise.
23543 * alloc-pool.h (struct pool_usage): New struct.
23544 (pool_allocator::initialize): Change usage of memory statistics
23545 to a new interface.
23546 (pool_allocator::release): Likewise.
23547 (pool_allocator::allocate): Likewise.
23548 (pool_allocator::remove): Likewise.
23549 * mem-stats-traits.h (enum mem_alloc_origin): Add new enum value
23550 for a pool allocator.
23551 * mem-stats.h (struct mem_location): Add new ctor.
23552 (struct mem_usage): Add counter for number of
23553 instances.
23554 (mem_alloc_description::register_descriptor): New overload of
23555 * mem-stats.h (mem_location::to_string): New function.
23556 * bitmap.h (struct bitmap_usage): Use this new function.
23557 * ggc-common.c (struct ggc_usage): Likewise.
23558 the function.
23559
23560 2015-06-03 Richard Sandiford <richard.sandiford@arm.com>
23561
23562 * defaults.h (SWITCHABLE_TARGET, TARGET_SUPPORTS_WIDE_INT): Move out
23563 of GCC_INSN_FLAGS_H block.
23564
23565 2015-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
23566
23567 * explow.c (plus_constant): Update check after force_const_mem call
23568 to see if the value returned is not a NULL_RTX.
23569
23570 2015-06-03 Ilya Enkovich <ilya.enkovich@intel.com>
23571
23572 * ipa.c (symbol_table::remove_unreachable_nodes): Don't
23573 remove instumentation thunks calling reachable functions.
23574 * lto-cgraph.c (output_refs): Always output IPA_REF_CHKP.
23575 * lto/lto-partition.c (privatize_symbol_name_1): New.
23576 (privatize_symbol_name): Privatize both decl and orig_decl
23577 names for instrumented functions.
23578 * cgraph.c (cgraph_node::verify_node): Add transparent
23579 alias chain check for instrumented node.
23580
23581 2015-06-03 Marek Polacek <polacek@redhat.com>
23582
23583 PR c/64223
23584 PR c/29358
23585 * tree.c (attribute_value_equal): Handle attribute format.
23586 (cmp_attrib_identifiers): Factor out of lookup_ident_attribute.
23587
23588 2015-06-03 Richard Biener <rguenther@suse.de>
23589
23590 PR tree-optimization/63916
23591 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
23592 Forward-propagate non-invariant addresses by splicing their
23593 reference ops if the result isn't going to be used by PRE.
23594 (vn_reference_lookup_3): Remove pointless assert.
23595
23596 2015-06-03 Richard Biener <rguenther@suse.de>
23597
23598 PR tree-optimization/66375
23599 * tree-scalar-evolution.c (follow_ssa_edge_binary): First
23600 add to the evolution before following SSA edges.
23601
23602 2015-06-03 Bin Cheng <bin.cheng@arm.com>
23603
23604 * tree-ssa-loop-ivopts.c (dump_iv): New parameter.
23605 (dump_use, dump_cand, find_induction_variables): Pass new argument
23606 to dump_iv.
23607 (record_use): Preserve the ssa name information in IV.
23608
23609 2015-06-03 Richard Sandiford <richard.sandiford@arm.com>
23610
23611 * genpreds.c (mark_mode_tests): Mark all MATCH_CODEs as
23612 NO_MODE_TEST.
23613 (add_mode_tests): Don't add mode tests if the predicate only
23614 accepts scalar constant integers. Otherwise, allow the mode
23615 of "op" to be VOIDmode if the predicate does accept such integers.
23616
23617 2015-06-02 Jim Wilson <jim.wilson@linaro.org>
23618
23619 PR target/66258
23620 * config/aarch64/aarch64.c (aarch64_function_value_regno_p): Change
23621 !TARGET_GENERAL_REGS_ONLY to TARGET_FLOAT.
23622 (aarch64_secondary_reload): Likewise
23623 (aarch64_expand_builtin_va_start): Change TARGET_GENERAL_REGS_ONLY
23624 to !TARGET_FLOAT.
23625 (aarch64_gimplify_va_arg_expr, aarch64_setup_incoming_varargs):
23626 Likewise.
23627
23628 2015-06-03 Kugan Vivekanandarajah <kuganv@linaro.org>
23629 Zhenqiang Chen <zhenqiang.chen@linaro.org>
23630
23631 PR target/65768
23632 * cprop.c (try_replace_reg): Check cost of constants before propagating.
23633
23634 2015-06-02 Michael Meissner <meissner@linux.vnet.ibm.com>
23635
23636 * config/rs6000/rs6000-modes.def (IFmode): Define IFmode to
23637 provide access to the IBM extended double floating point mode if
23638 long double is IEEE 128-bit floating point.
23639 (KFmode): Define KFmode to provide access to IEEE 128-bit floating
23640 point if long double is the IBM extended double type.
23641
23642 * config/rs6000/rs6000.opt (-mfloat128-none): New switches to
23643 enable adding IEEE 128-bit floating point support.
23644 (-mfloat128-software): Likewise.
23645 (-mfloat128-sw): Likewise.
23646
23647 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Do not allow
23648 128-bit floating point types to occupy any register if
23649 -mlong-double-64. Do not allow use of IFmode/KFmode unless
23650 -mfloat128-software is enabled.
23651 (rs6000_debug_reg_global): Add IEEE 128-bit floating point debug
23652 support.
23653 (rs6000_option_override_internal): Add -mfloat128-* support.
23654 (rs6000_init_builtins): Setup __ibm128 and __float128 type modes.
23655
23656 * config/rs6000/rs6000.h (rs6000_builtin_type_index): Add ibm128
23657 and float128 type nodes.
23658 (ieee128_float_type_node): Likewise.
23659 (ibm128_float_type_node): Likewise.
23660
23661 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
23662
23663 PR target/66136
23664 * config/aarch64/geniterators.sh: Rewrite in awk.
23665
23666 2015-06-02 Martin Liska <mliska@suse.cz>
23667
23668 * alloc-pool.h (pool_allocator::pool_allocator): Set implicit
23669 values to avoid -Wmaybe-uninitialized errors.
23670
23671 2015-06-02 Richard Biener <rguenther@suse.de>
23672
23673 PR debug/65549
23674 * dwarf2out.c (lookup_context_die): New function.
23675 (resolve_addr): Avoid forcing a full DIE for the
23676 target of a DW_TAG_GNU_call_site during late compilation.
23677 Instead create a stub DIE without a type if we have a
23678 context DIE present.
23679
23680 2015-06-02 Uros Bizjak <ubizjak@gmail.com>
23681
23682 * df-scan.c (df_scan_start_dump): Add space between regno and regname.
23683
23684 2015-06-02 Bin Cheng <bin.cheng@arm.com>
23685
23686 PR tree-optimization/48052
23687 * cfgloop.h (struct control_iv): New.
23688 (struct loop): New field control_ivs.
23689 * tree-ssa-loop-niter.c : Include "stor-layout.h".
23690 (number_of_iterations_lt): Set no_overflow information.
23691 (number_of_iterations_exit): Init control iv in niter struct.
23692 (record_control_iv): New.
23693 (estimate_numbers_of_iterations_loop): Call record_control_iv.
23694 (loop_exits_before_overflow): New. Interface factored out of
23695 scev_probably_wraps_p.
23696 (scev_probably_wraps_p): Factor loop niter related code into
23697 loop_exits_before_overflow.
23698 (free_numbers_of_iterations_estimates_loop): Free control ivs.
23699 * tree-ssa-loop-niter.h (free_loop_control_ivs): New.
23700
23701 2015-06-02 Eric Botcazou <ebotcazou@adacore.com>
23702
23703 * gimplify.c (gimplify_modify_expr): Do not create a DECL_DEBUG_EXPR if
23704 the target doesn't belong to the current function.
23705
23706 2015-06-02 Marek Polacek <polacek@redhat.com>
23707
23708 PR middle-end/66345
23709 * gimple-fold.c (gimple_fold_builtin_snprintf): Return false if
23710 get_maxval_strlen does not produce an INTEGER_CST.
23711
23712 2015-06-02 Richard Sandiford <richard.sandiford@arm.com>
23713
23714 * config/arc/constraints.md: Use lower-case names in match_code.
23715 * config/mmix/constraints.md: Likewise.
23716
23717 2015-06-02 Richard Biener <rguenther@suse.de>
23718
23719 PR tree-optimization/65961
23720 * tree-vect-slp.c (vect_get_and_check_slp_defs): Remove bogus
23721 check and clarify dump message.
23722 (vect_build_slp_tree): If all children are built up from scalars
23723 build up the parent from scalars instead.
23724 * tree-vect-stmts.c (vect_is_simple_use): Cleanup.
23725
23726 2015-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
23727
23728 PR other/65366
23729 * gdbhooks.py: Use int(...) instead of long(...). Use print(...)
23730 instead of print ... .
23731
23732 2015-06-02 Alan Modra <amodra@gmail.com>
23733
23734 * config/rs6000/vsx.md (vsx_extract_v4sf): Revert accidental
23735 2014-08-11 change.
23736
23737 2015-06-02 Bin Cheng <bin.cheng@arm.com>
23738
23739 PR tree-optimization/52563
23740 PR tree-optimization/62173
23741 * tree-ssa-loop-ivopts.c (struct iv): New field. Reorder fields.
23742 (alloc_iv, set_iv): New parameter.
23743 (determine_biv_step): Delete.
23744 (find_bivs): Inline original determine_biv_step. Pass new
23745 argument to set_iv.
23746 (idx_find_step): Use no_overflow information for conversion.
23747 * tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Let
23748 resolve_mixers handle folded_casts.
23749 (instantiate_scev_name): Change bool parameter to bool pointer.
23750 (instantiate_scev_poly, instantiate_scev_binary): Ditto.
23751 (instantiate_array_ref, instantiate_scev_not): Ditto.
23752 (instantiate_scev_3, instantiate_scev_2): Ditto.
23753 (instantiate_scev_1, instantiate_scev_r): Ditto.
23754 (instantiate_scev_convert, ): Change parameter. Pass argument
23755 to chrec_convert_aggressive.
23756 (instantiate_scev): Change argument.
23757 (resolve_mixers): New parameter and set it.
23758 (scev_const_prop): New argument.
23759 * tree-scalar-evolution.h (resolve_mixers): New parameter.
23760 * tree-chrec.c (convert_affine_scev): Call chrec_convert instead
23761 of chrec_conert_1.
23762 (chrec_convert): New parameter. Move definition below.
23763 (chrec_convert_aggressive): New parameter and set it. Call
23764 convert_affine_scev.
23765 * tree-chrec.h (chrec_convert): New parameter.
23766 (chrec_convert_aggressive): Ditto.
23767
23768 2015-06-01 Eric Botcazou <ebotcazou@adacore.com>
23769
23770 * gimplify.c (gimplify_modify_expr_rhs): Use simple test on the size.
23771 * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Do not remove
23772 the LHS of a no-return call if its type has variable size.
23773 * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
23774 * tree-cfg.c (verify_gimple_call): Accept these no-return calls.
23775
23776 2015-06-01 Andreas Tobler <andreast@gcc.gnu.org>
23777
23778 * read-rtl.c: Adapt to use HAVE_DECL_ATOLL instead of HAVE_ATOLL.
23779 * config.in: Regenerate.
23780
23781 2015-06-01 Yuri Rumyantsev <ysrumyan@gmail.com>
23782
23783 * tree-vect-data-refs.c (vect_analyze_data_ref_access): Allow
23784 consecutive accesses within outer-loop with force_vectorize
23785 for references with zero step in inner-loop.
23786
23787 2015-06-01 Vidya Praveen <vidyapraveen@arm.com>
23788
23789 * Makefile.in: Pick up gcov-dump dependencies from gcc/ directory
23790 rather than from gcc/build directory.
23791
23792 2015-06-01 Matthew Wahab <matthew.wahab@arm.com>
23793
23794 PR target/65697
23795 * config/aarch64/aarch64.c (aarch64_split_compare_and_swap): Check
23796 for __sync memory models, emit initial loads and final barriers as
23797 appropriate.
23798
23799 2015-06-01 Matthew Wahab <matthew.wahab@arm.com>
23800
23801 PR target/65697
23802 * config/aarch64/aarch64.c (aarch64_emit_post_barrier):New.
23803 (aarch64_split_atomic_op): Check for __sync memory models, emit
23804 appropriate initial loads and final barriers.
23805
23806 2015-06-01 Vidya Praveen <vidyapraveen@arm.com>
23807
23808 * Makefile.in: Fix gcov dependencies that should
23809 not point to a build folder.
23810
23811 2015-06-01 Richard Biener <rguenther@suse.de>
23812
23813 Revert
23814 2015-05-29 Richard Biener <rguenther@suse.de>
23815
23816 PR tree-optimization/66314
23817 * tree-ssa-threadupdate.c (create_block_for_threading): Add
23818 parameter that says which loop the new block belongs to.
23819 (ssa_create_duplicates): Blocks duplicated for the threaded
23820 path belong to the loop of the thread destination.
23821
23822 2015-06-01 Martin Liska <mliska@suse.cz>
23823
23824 * sched-deps.c: Include pool-alloc.h before
23825 cselib.h header file is included.
23826
23827 2015-06-01 Richard Biener <rguenther@suse.de>
23828
23829 * tree-ssa-structalias.c (ipa_pta_execute): Handle address-taken
23830 functions.
23831
23832 2015-06-01 Martin Liska <mliska@suse.cz>
23833
23834 * alloc-pool.h: Add ATTRIBUTE_UNUSED for
23835 a function local variable.
23836
23837 2015-06-01 Martin Liska <mliska@suse.cz>
23838
23839 * alloc-pool.c (create_alloc_pool): Remove.
23840 (empty_alloc_pool): Likewise.
23841 (free_alloc_pool): Likewise.
23842 (free_alloc_pool_if_empty): Likewise.
23843 (pool_alloc): Likewise.
23844 (pool_free): Likewise.
23845 * alloc-pool.h: Remove old declarations.
23846
23847 2015-06-01 Martin Liska <mliska@suse.cz>
23848
23849 * ira-build.c (initiate_allocnos): Use new type-based pool allocator.
23850 (ira_create_object): Likewise.
23851 (ira_create_allocno): Likewise.
23852 (ira_create_live_range): Likewise.
23853 (copy_live_range): Likewise.
23854 (ira_finish_live_range): Likewise.
23855 (ira_free_allocno_costs): Likewise.
23856 (finish_allocno): Likewise.
23857 (finish_allocnos): Likewise.
23858 (initiate_prefs): Likewise.
23859 (ira_create_pref): Likewise.
23860 (finish_pref): Likewise.
23861 (finish_prefs): Likewise.
23862 (initiate_copies): Likewise.
23863 (ira_create_copy): Likewise.
23864 (finish_copy): Likewise.
23865 (finish_copies): Likewise.
23866 (finish_prefs): Likewise.
23867
23868 2015-06-01 Martin Liska <mliska@suse.cz>
23869
23870 * ipa-cp.c (ipcp_value::add_source): Use new type-based pool allocator.
23871 (allocate_and_init_ipcp_value): Likewise.
23872 (ipcp_lattice::add_value): Likewise.
23873 (merge_agg_lats_step): Likewise.
23874 (ipcp_driver): Likewise.
23875 * ipa-prop.c (ipa_free_all_structures_after_ipa_cp): Likewise.
23876 (ipa_free_all_structures_after_iinln): Likewise.
23877 * ipa-prop.h: Likewise.
23878
23879 2015-06-01 Martin Liska <mliska@suse.cz>
23880
23881 * ipa-inline-analysis.c (edge_set_predicate): Use new type-based
23882 pool allocator.
23883 (set_hint_predicate): Likewise.
23884 (inline_summary_alloc): Likewise.
23885 (reset_inline_edge_summary): Likewise.
23886 (reset_inline_summary): Likewise.
23887 (set_cond_stmt_execution_predicate): Likewise.
23888 (set_switch_stmt_execution_predicate): Likewise.
23889 (compute_bb_predicates): Likewise.
23890 (estimate_function_body_sizes): Likewise.
23891 (inline_free_summary): Likewise.
23892
23893 2015-06-01 Martin Liska <mliska@suse.cz>
23894
23895 * ipa-prop.c (ipa_set_jf_constant): Use new type-based pool allocator.
23896 (ipa_edge_duplication_hook): Likewise.
23897 (ipa_free_all_structures_after_ipa_cp): Likewise.
23898 (ipa_free_all_structures_after_iinln): Likewise.
23899
23900 2015-06-01 Martin Liska <mliska@suse.cz>
23901
23902 * ipa-profile.c (account_time_size): Use new type-based pool allocator.
23903 (ipa_profile_generate_summary): Likewise.
23904 (ipa_profile_read_summary): Likewise.
23905 (ipa_profile): Likewise.
23906
23907 2015-06-01 Martin Liska <mliska@suse.cz>
23908
23909 * tree-ssa-structalias.c (new_var_info): Use new type-based
23910 pool allocator.
23911 (new_constraint): Likewise.
23912 (init_alias_vars): Likewise.
23913 (delete_points_to_sets): Likewise.
23914
23915 2015-06-01 Martin Liska <mliska@suse.cz>
23916
23917 * tree-ssa-strlen.c (new_strinfo): Use new type-based pool allocator.
23918 (free_strinfo): Likewise.
23919 (pass_strlen::execute): Likewise.
23920
23921 2015-06-01 Martin Liska <mliska@suse.cz>
23922
23923 * tree-ssa-sccvn.c (vn_reference_insert): Use new type-based
23924 pool allocator.
23925 (vn_reference_insert_pieces): Likewise.
23926 (vn_phi_insert): Likewise.
23927 (visit_reference_op_call): Likewise.
23928 (copy_phi): Likewise.
23929 (copy_reference): Likewise.
23930 (process_scc): Likewise.
23931 (allocate_vn_table): Likewise.
23932 (free_vn_table): Likewise.
23933
23934 2015-06-01 Martin Liska <mliska@suse.cz>
23935
23936 * tree-ssa-reassoc.c (add_to_ops_vec): Use new type-based
23937 pool allocator.
23938 (add_repeat_to_ops_vec): Likewise.
23939 (get_ops): Likewise.
23940 (maybe_optimize_range_tests): Likewise.
23941 (init_reassoc): Likewise.
23942 (fini_reassoc): Likewise.
23943
23944 2015-06-01 Martin Liska <mliska@suse.cz>
23945
23946 * tree-ssa-pre.c (get_or_alloc_expr_for_name): Use new type-based
23947 pool allocator.
23948 (bitmap_set_new): Likewise.
23949 (get_or_alloc_expr_for_constant): Likewise.
23950 (get_or_alloc_expr_for): Likewise.
23951 (phi_translate_1): Likewise.
23952 (compute_avail): Likewise.
23953 (init_pre): Likewise.
23954 (fini_pre): Likewise.
23955
23956 2015-06-01 Martin Liska <mliska@suse.cz>
23957
23958 * sched-deps.c (create_dep_node): Use new type-based pool allocator.
23959 (delete_dep_node): Likewise.
23960 (create_deps_list): Likewise.
23961 (free_deps_list): Likewise.
23962 (sched_deps_init): Likewise.
23963 (sched_deps_finish): Likewise.
23964
23965 2015-06-01 Martin Liska <mliska@suse.cz>
23966
23967 * regcprop.c (free_debug_insn_changes): Use new type-based
23968 pool allocator.
23969 (replace_oldest_value_reg): Likewise.
23970 (pass_cprop_hardreg::execute): Likewise.
23971
23972 2015-06-01 Martin Liska <mliska@suse.cz>
23973
23974 * ira-build.c (initiate_cost_vectors): Use new type-based
23975 pool allocator.
23976 (ira_allocate_cost_vector): Likewise.
23977 (ira_free_cost_vector): Likewise.
23978 (finish_cost_vectors): Likewise.
23979
23980 2015-06-01 Martin Liska <mliska@suse.cz>
23981
23982 * sel-sched-ir.c (alloc_sched_pools): Use new type-based
23983 pool allocator.
23984 (free_sched_pools): Likewise.
23985 * sel-sched-ir.h (_list_alloc): Likewise.
23986 (_list_remove): Likewise.
23987
23988 2015-06-01 Martin Liska <mliska@suse.cz>
23989
23990 * stmt.c (add_case_node): Use new type-based pool allocator.
23991 (expand_case): Likewise.
23992 (expand_sjlj_dispatch_table): Likewise.
23993
23994 2015-06-01 Martin Liska <mliska@suse.cz>
23995
23996 * tree-ssa-math-opts.c (occ_new): Use new type-based pool allocator.
23997 (free_bb): Likewise.
23998 (pass_cse_reciprocals::execute): Likewise.
23999
24000 2015-06-01 Martin Liska <mliska@suse.cz>
24001
24002 * tree-sra.c (sra_initialize): Use new type-based pool allocator.
24003 (sra_deinitialize) Likewise.
24004 (create_access_1) Likewise.
24005 (build_accesses_from_assign) Likewise.
24006 (create_artificial_child_access) Likewise.
24007
24008 2015-06-01 Martin Liska <mliska@suse.cz>
24009
24010 * dse.c (get_group_info):Use new type-based pool allocator.
24011 (dse_step0) Likewise.
24012 (free_store_info) Likewise.
24013 (delete_dead_store_insn) Likewise.
24014 (free_read_records) Likewise.
24015 (record_store) Likewise.
24016 (replace_read) Likewise.
24017 (check_mem_read_rtx) Likewise.
24018 (scan_insn) Likewise.
24019 (dse_step1) Likewise.
24020 (dse_step7) Likewise.
24021
24022 2015-06-01 Martin Liska <mliska@suse.cz>
24023
24024 * df-scan.c (struct df_scan_problem_data):Use new type-based
24025 pool allocator.
24026 (df_scan_free_internal) Likewise.
24027 (df_scan_alloc) Likewise.
24028 (df_grow_reg_info) Likewise.
24029 (df_free_ref) Likewise.
24030 (df_insn_create_insn_record) Likewise.
24031 (df_mw_hardreg_chain_delete) Likewise.
24032 (df_insn_info_delete) Likewise.
24033 (df_free_collection_rec) Likewise.
24034 (df_mw_hardreg_chain_delete_eq_uses) Likewise.
24035 (df_sort_and_compress_mws) Likewise.
24036 (df_ref_create_structure) Likewise.
24037 (df_ref_record) Likewise.
24038
24039 2015-06-01 Martin Liska <mliska@suse.cz>
24040
24041 * df-problems.c (df_chain_create):Use new type-based pool allocator.
24042 (df_chain_unlink_1) Likewise.
24043 (df_chain_unlink) Likewise.
24044 (df_chain_remove_problem) Likewise.
24045 (df_chain_alloc) Likewise.
24046 (df_chain_free) Likewise.
24047 * df.h (struct dataflow) Likewise.
24048
24049 2015-06-01 Martin Liska <mliska@suse.cz>
24050
24051 * cselib.c (new_elt_list):Use new type-based pool allocator.
24052 (new_elt_loc_list) Likewise.
24053 (unchain_one_elt_list) Likewise.
24054 (unchain_one_elt_loc_list) Likewise.
24055 (unchain_one_value) Likewise.
24056 (new_cselib_val) Likewise.
24057 (cselib_init) Likewise.
24058 (cselib_finish) Likewise.
24059
24060 2015-06-01 Martin Liska <mliska@suse.cz>
24061
24062 * config/sh/sh.c (add_constant):Use new type-based pool allocator.
24063 (sh_reorg) Likewise.
24064
24065 2015-06-01 Martin Liska <mliska@suse.cz>
24066
24067 * cfg.c (initialize_original_copy_tables):Use new type-based
24068 pool allocator.
24069 (free_original_copy_tables) Likewise.
24070 (copy_original_table_clear) Likewise.
24071 (copy_original_table_set) Likewise.
24072
24073 2015-06-01 Martin Liska <mliska@suse.cz>
24074
24075 * asan.c (asan_mem_ref_get_alloc_pool):Use new type-based
24076 pool allocator.
24077 (asan_mem_ref_new) Likewise.
24078 (free_mem_ref_resources) Likewise.
24079
24080 2015-06-01 Martin Liska <mliska@suse.cz>
24081
24082 * var-tracking.c (variable_htab_free):Use new type-based
24083 pool allocator.
24084 (attrs_list_clear) Likewise.
24085 (attrs_list_insert) Likewise.
24086 (attrs_list_copy) Likewise.
24087 (shared_hash_unshare) Likewise.
24088 (shared_hash_destroy) Likewise.
24089 (unshare_variable) Likewise.
24090 (var_reg_delete_and_set) Likewise.
24091 (var_reg_delete) Likewise.
24092 (var_regno_delete) Likewise.
24093 (drop_overlapping_mem_locs) Likewise.
24094 (variable_union) Likewise.
24095 (insert_into_intersection) Likewise.
24096 (canonicalize_values_star) Likewise.
24097 (variable_merge_over_cur) Likewise.
24098 (dataflow_set_merge) Likewise.
24099 (remove_duplicate_values) Likewise.
24100 (variable_post_merge_new_vals) Likewise.
24101 (dataflow_set_preserve_mem_locs) Likewise.
24102 (dataflow_set_remove_mem_locs) Likewise.
24103 (variable_from_dropped) Likewise.
24104 (variable_was_changed) Likewise.
24105 (set_slot_part) Likewise.
24106 (clobber_slot_part) Likewise.
24107 (delete_slot_part) Likewise.
24108 (loc_exp_insert_dep) Likewise.
24109 (notify_dependents_of_changed_value) Likewise.
24110 (emit_notes_for_differences_1) Likewise.
24111 (vt_emit_notes) Likewise.
24112 (vt_initialize) Likewise.
24113 (vt_finalize) Likewise.
24114
24115 2015-06-01 Martin Liska <mliska@suse.cz>
24116
24117 * ira-color.c (init_update_cost_records):Use new type-based
24118 pool allocator.
24119 (get_update_cost_record) Likewise.
24120 (free_update_cost_record_list) Likewise.
24121 (finish_update_cost_records) Likewise.
24122 (initiate_cost_update) Likewise.
24123
24124 2015-06-01 Martin Liska <mliska@suse.cz>
24125
24126 * lra.c (init_insn_regs): Use new type-based pool allocator.
24127 (new_insn_reg) Likewise.
24128 (free_insn_reg) Likewise.
24129 (free_insn_regs) Likewise.
24130 (finish_insn_regs) Likewise.
24131 (init_insn_recog_data) Likewise.
24132 (init_reg_info) Likewise.
24133 (finish_reg_info) Likewise.
24134 (lra_free_copies) Likewise.
24135 (lra_create_copy) Likewise.
24136 (invalidate_insn_data_regno_info) Likewise.
24137
24138 2015-06-01 Martin Liska <mliska@suse.cz>
24139
24140 * lra-lives.c (free_live_range): Use new type-based pool allocator.
24141 (free_live_range_list) Likewise.
24142 (create_live_range) Likewise.
24143 (copy_live_range) Likewise.
24144 (lra_merge_live_ranges) Likewise.
24145 (remove_some_program_points_and_update_live_ranges) Likewise.
24146 (lra_live_ranges_init) Likewise.
24147 (lra_live_ranges_finish) Likewise.
24148
24149 2015-06-01 Martin Liska <mliska@suse.cz>
24150
24151 * et-forest.c (et_new_occ): Use new type-based pool allocator.
24152 (et_new_tree): Likewise.
24153 (et_free_tree): Likewise.
24154 (et_free_tree_force): Likewise.
24155 (et_free_pools): Likewise.
24156 (et_split): Likewise.
24157
24158 2015-06-01 Martin Liska <mliska@suse.cz>
24159
24160 * alloc-pool.c (struct alloc_pool_descriptor): Move definition
24161 to header file.
24162 * alloc-pool.h (pool_allocator::pool_allocator): New function.
24163 (pool_allocator::release): Likewise.
24164 (inline pool_allocator::release_if_empty): Likewise.
24165 (inline pool_allocator::~pool_allocator): Likewise.
24166 (pool_allocator::allocate): Likewise.
24167 (pool_allocator::remove): Likewise.
24168
24169 2015-06-01 James Greenhalgh <james.greenhalgh@arm.com>
24170
24171 * sched-deps.c (sched_analyze_2): Replace fuseable with fusible
24172 in comment.
24173
24174 2015-06-01 James Greenhalgh <james.greenhalgh@arm.com>
24175
24176 * config/arm/arm-protos.h (tune_params): Rename fuseable_ops
24177 to fusible_ops.
24178 * config/arm/arm.c (arm_print_tune_info): Likewise.
24179 (arm_macro_fusion_p): Likewise.
24180 (arm_macro_fusion_pair_p): Likewise.
24181
24182 2015-06-01 James Greenhalgh <james.greenhalgh@arm.com>
24183
24184 * config/aarch64/aarch64-protos.h (tune_params): Rename
24185 fuseable_ops to fusible_ops.
24186 * config/aarch64/aarch64.c (generic_tunings): Rename
24187 fuseable_ops to fusible_ops.
24188 (cortexa53_tunings): Likewise.
24189 (cortexa57_tunings): Likewise.
24190 (thunderx_tunings): Likewise.
24191 (xgene1_tunings): Likewise.
24192 (aarch64_macro_fusion_p): Likewise.
24193 (aarch64_macro_fusion_pair_p): Likewise.
24194
24195 2015-06-01 Dominik Vogt <vogt@linux.vnet.ibm.com>
24196
24197 * config/s390/driver-native.c: New file.
24198 * config/s390/x-native: New file.
24199 * config.host: Add new files for s390.
24200 * config/s390/s390.h (DRIVER_SELF_SPECS): Add support for -mtune=native
24201 and -march=native
24202 * config.gcc: Likewise.
24203 * config/s390/s390.opt (march): Likewise; add PROCESSOR_NATIVE
24204 * config/s390/s390-opts.h (enum processor_type): Ditto.
24205 * config/s390/s390.c (s390_option_override): Catch unhandled
24206 PROCESSOR_NATIVE
24207
24208 2015-06-01 Ilya Enkovich <ilya.enkovich@intel.com>
24209
24210 PR target/65527
24211 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Add
24212 redirection for instrumented calls.
24213 * lto-wrapper.c (merge_and_complain): Merge -fcheck-pointer-bounds.
24214 (append_compiler_options): Append -fcheck-pointer-bounds.
24215 * tree-chkp.h (chkp_copy_call_skip_bounds): New.
24216 (chkp_redirect_edge): New.
24217 * tree-chkp.c (chkp_copy_call_skip_bounds): New.
24218 (chkp_redirect_edge): New.
24219
24220 2015-06-01 Richard Biener <rguenther@suse.de>
24221
24222 PR tree-optimization/66280
24223 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Fix pattern
24224 def-use walking.
24225
24226 2015-06-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
24227
24228 * config/aarch64/aarch64.md
24229 (*<LOGICAL:optab>_one_cmpl_<SHIFT:optab><mode>3): Change type to
24230 logic_shift_imm.
24231
24232 2015-06-01 Eric Botcazou <ebotcazou@adacore.com>
24233
24234 * config/i386/winnt.c (i386_pe_encode_section_info) <FUNCTION_DECL>:
24235 Remove obsolete kludge.
24236
24237 2015-06-01 Richard Biener <rguenther@suse.de>
24238
24239 * tree-ssa-reassoc.c (get_rank): Simplify.
24240
24241 2015-05-31 H.J. Lu <hongjiu.lu@intel.com>
24242
24243 * configure.ac (NO_PIE_CFLAGS): Check CXXFLAGS instead of CFLAGS.
24244 * configure: Regenerated.
24245
24246 2015-05-31 Mikhail Maltsev <maltsevm@gmail.com>
24247
24248 * config/cris/cris.h (CRIS_ARCH_CPP_DEFAULT): Fix C++11 compatibility
24249 issue (add space between string literal and macro).
24250 * config/i386/mingw32.h (REAL_LIBGCC_SPEC): Likewise.
24251
24252 2015-05-30 Andreas Schwab <schwab@linux-m68k.org>
24253
24254 * config/m68k/m68k.h (ASM_PCREL_SPEC): Pass --pcrel also for
24255 implict or explicit -fPIE or -fpie.
24256
24257 2015-05-30 Mike Frysinger <vapier@gentoo.org>
24258
24259 * config/alpha/elf.h (ASM_SPEC): Add %{mcpu=*:-m%*}.
24260
24261 2015-05-28 DJ Delorie <dj@redhat.com>
24262
24263 * expmed.c (extract_bit_field_1): Avoid clobbering a
24264 yet-to-be-used base/index register.
24265
24266 2015-05-30 Jan Hubicka <hubicka@ucw.cz>
24267
24268 * alias.c (alias_set_entry_d): Add is_pointer and has_pointer.
24269 (alias_stats): Add num_universal.
24270 (alias_set_subset_of): Special case pointers; be ready for NULL
24271 children.
24272 (alias_sets_conflict_p): Special case pointers; be ready for NULL
24273 children.
24274 (init_alias_set_entry): Break out from ...
24275 (record_alias_subset): ... here; propagate new fields;
24276 allocate children only when really needed.
24277 (get_alias_set): Do less generous pointer globbing.
24278 (dump_alias_stats_in_alias_c): Update statistics.
24279
24280 2015-05-30 Alan Modra <amodra@gmail.com>
24281
24282 * config/rs6000/rs6000.c (split_stack_arg_pointer_used_p): Scan
24283 correct block for use of r12.
24284 (rs6000_expand_split_stack_prologue): Error on r29 asm global reg.
24285
24286 2015-05-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
24287
24288 PR target/66215
24289 * config/s390/s390.c (s390_reorg): Fix placement of post-label NOPs
24290 with -mhotpatch=.
24291
24292 2015-05-29 Jakub Jelinek <jakub@redhat.com>
24293
24294 PR tree-optimization/66142
24295 * tree-if-conv.c (if_convertible_phi_p): Don't give up on
24296 virtual phis that feed themselves.
24297
24298 2015-05-29 Richard Biener <rguenther@suse.de>
24299
24300 PR tree-optimization/66314
24301 * tree-ssa-threadupdate.c (create_block_for_threading): Add
24302 parameter that says which loop the new block belongs to.
24303 (ssa_create_duplicates): Blocks duplicated for the threaded
24304 path belong to the loop of the thread destination.
24305
24306 2015-05-29 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
24307
24308 * config/arm/neon-testgen.ml (emit_epilogue): Remove manual call
24309 to cleanup-saved-temps.
24310 * doc/sourcebuild.texi (Clean up generated test files): Expand
24311 introduction.
24312 (dg-keep-saved-temps): Document new proc.
24313 (cleanup-ipa-dump, cleanup-rtl-dump, cleanup-tree-dump,
24314 cleanup-saved-temps): Remove.
24315
24316 2015-05-28 Andreas Tobler <andreast@gcc.gnu.org>
24317
24318 * configure.ac: Move the atoll check from AC_CHECK_FUNCS to
24319 gcc_AC_CHECK_DECLS.
24320 * configure: Regenerate.
24321
24322 2015-05-28 Mike Frysinger <vapier@gentoo.org>
24323
24324 * config/nios2/linux.h (CPP_SPEC): Define.
24325
24326 2015-05-28 Mike Frysinger <vapier@gentoo.org>
24327
24328 * config/microblaze/linux.h (CPP_SPEC): Define.
24329
24330 2015-05-28 Mike Frysinger <vapier@gentoo.org>
24331
24332 * config/pa/pa-linux.h (CPP_SPEC): Change so -D_REENTRANT is used when
24333 -pthread is specified.
24334
24335 2015-05-28 Richard Biener <rguenther@suse.de>
24336
24337 * tree-vect-loop.c (vect_fixup_reduc_chain): New function.
24338 (vect_fixup_scalar_cycles_with_patterns): Likewise.
24339 (vect_analyze_loop_2): Call vect_fixup_scalar_cycles_with_patterns
24340 after pattern recog.
24341 (vect_create_epilog_for_reduction): Properly handle reductions
24342 with patterns.
24343 (vectorizable_reduction): Likewise.
24344 * tree-vect-slp.c (vect_analyze_slp_instance): Properly mark
24345 reduction chains.
24346 (vect_get_constant_vectors): Create the correct number of
24347 initial values for reductions.
24348 (vect_schedule_slp_instance): Handle reduction chains that are
24349 type changing properly.
24350 * tree-vect-stmts.c (vect_analyze_stmt): Adjust.
24351
24352 2015-05-28 Richard Biener <rguenther@suse.de>
24353
24354 PR tree-optimization/66142
24355 * tree-ssa-sccvn.c (vn_reference_lookup_3): Handle non-GIMPLE
24356 values better in memcpy destination handling. Handle non-aliasing
24357 we discover here.
24358
24359 2015-05-28 Lawrence Velázquez <vq@larryv.me>
24360
24361 PR target/63810
24362 * config/darwin-c.c (version_components): New global enum.
24363 (parse_version, version_as_legacy_macro)
24364 (version_as_modern_macro, macosx_version_as_macro): New functions.
24365 (version_as_macro): Remove.
24366 (darwin_cpp_builtins): Use new function.
24367
24368 2015-05-28 H.J. Lu <hongjiu.lu@intel.com>
24369
24370 * builtins.c (expand_builtin_acc_on_device): Mark parameters
24371 with ATTRIBUTE_UNUSED.
24372
24373 2015-05-28 Julian Brown <julian@codesourcery.com>
24374
24375 PR libgomp/65742
24376
24377 * builtins.c (expand_builtin_acc_on_device): Don't use open-coded
24378 sequence for !ACCEL_COMPILER.
24379
24380 2015-05-28 Nick Clifton <nickc@redhat.com>
24381
24382 * config/rx/rx.c (push_regs): New function. Extracts code from...
24383 (rx_expand_prologue): ... here. Use push_regs to push even small
24384 spans of registers.
24385 (pop_regs): New function.
24386 (rx_expand_epilogue): Use pop_regs to pop even small spans of
24387 registers.
24388
24389 2015-05-28 Richard Biener <rguenther@suse.de>
24390
24391 * tree-vectorizer.h (struct _slp_instance): Remove body_cost_vec
24392 member.
24393 (SLP_INSTANCE_BODY_COST_VEC): Remove.
24394 (vect_update_slp_costs_according_to_vf): Likewise.
24395 (vect_slp_analyze_operations): Update prototype.
24396 * tree-vect-loop.c (vect_analyze_loop_2): Remove call to
24397 vect_update_slp_costs_according_to_vf, adjust.
24398 * tree-vect-slp.c (vect_free_slp_instance): Adjust.
24399 (vect_analyze_slp_cost_1): Likewise.
24400 (vect_analyze_slp_cost): Likewise. Properly deal with
24401 widening reduction ops. Commit body costs.
24402 (vect_analyze_slp_instance): Adjust. Do not analyze SLP
24403 cost for loops from here.
24404 (vect_slp_analyze_operations): But do it from here when
24405 the vectorization factor is known and stmts are analyzed.
24406 (vect_bb_vectorization_profitable_p): Simplify.
24407 (vect_slp_analyze_bb_1): Do not compute SLP cost here.
24408 (vect_update_slp_costs_according_to_vf): Remove.
24409
24410 2015-05-27 Magnus Granberg <zorry@gentoo.org>
24411 H.J. Lu <hongjiu.lu@intel.com>
24412
24413 * Makefile.in (COMPILER): Add @NO_PIE_CFLAGS@.
24414 (BUILD_CFLAGS): Likewise.
24415 (BUILD_CXXFLAGS): Likewise.
24416 (LINKER): Add @NO_PIE_FLAG@.
24417 (BUILD_LDFLAGS): Likewise.
24418 (libgcc.mvars): Set NO_PIE_CFLAGS to -fno-PIE for
24419 --enable-default-pie.
24420 * common.opt (fPIE): Initialize to -1.
24421 (fpie): Likewise.
24422 (no-pie): New option.
24423 (pie): Replace "Negative(shared)" with "Negative(no-pie)".
24424 * configure.ac: Add --enable-default-pie.
24425 (NO_PIE_CFLAGS): New. Check if -fno-PIE works. AC_SUBST.
24426 (NO_PIE_FLAG): New. Check if -no-pie works. AC_SUBST.
24427 * defaults.h (DEFAULT_FLAG_PIE): New. Default PIE to -fPIE.
24428 * gcc.c (NO_PIE_SPEC): New.
24429 (PIE_SPEC): Likewise.
24430 (NO_FPIE1_SPEC): Likewise.
24431 (FPIE1_SPEC): Likewise.
24432 (NO_FPIE2_SPEC): Likewise.
24433 (FPIE2_SPEC): Likewise.
24434 (NO_FPIE2_SPEC): Likewise.
24435 (FPIE_SPEC): Likewise.
24436 (NO_FPIE_SPEC): Likewise.
24437 (NO_FPIC1_SPEC): Likewise.
24438 (FPIC1_SPEC): Likewise.
24439 (NO_FPIC2_SPEC): Likewise.
24440 (FPIC2_SPEC): Likewise.
24441 (NO_FPIC2_SPEC): Likewise.
24442 (FPIC_SPEC): Likewise.
24443 (NO_FPIC_SPEC): Likewise.
24444 (NO_FPIE1_AND_FPIC1_SPEC): Likewise.
24445 (FPIE1_OR_FPIC1_SPEC): Likewise.
24446 (NO_FPIE2_AND_FPIC2_SPEC): Likewise.
24447 (FPIE2_OR_FPIC2_SPEC): Likewise.
24448 (NO_FPIE_AND_FPIC_SPEC): Likewise.
24449 (FPIE_OR_FPIC_SPEC): Likewise.
24450 (LD_PIE_SPEC): Likewise.
24451 (LINK_PIE_SPEC): Handle -no-pie. Use PIE_SPEC and LD_PIE_SPEC.
24452 * opts.c (finish_options): Update opts->x_flag_pie if it is -1.
24453 * config/darwin.h (PIE_SPEC): Renamed to ...
24454 (DARWIN_PIE_SPEC): This.
24455 (LINK_SPEC): Replace PIE_SPEC with DARWIN_PIE_SPEC.
24456 * config/darwin9.h (PIE_SPEC): Renamed to ...
24457 (DARWIN_PIE_SPEC): This.
24458 * config/gnu-user.h (GNU_USER_TARGET_STARTFILE_SPEC): Use
24459 PIE_SPEC and NO_PIE_SPEC if HAVE_LD_PIE is defined.
24460 * config/openbsd.h (ASM_SPEC): Use FPIE1_OR_FPIC1_SPEC and
24461 FPIE2_OR_FPIC2_SPEC.
24462 * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
24463 * config/m68k/openbsd.h (ASM_SPEC): Likewise.
24464 * config/sol2.h (ASM_PIC_SPEC): Likewise.
24465 * config/arm/freebsd.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
24466 * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
24467 * config/arm/semi.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
24468 * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
24469 * config/m32r/m32r.h (ASM_SPEC): Likewise.
24470 * config/m68k/uclinux.h (DRIVER_SELF_SPECS): Likewise.
24471 * config/rs6000/linux64.h (ASM_SPEC32): Likewise.
24472 * config/rs6000/sysv4.h (ASM_SPEC): Likewise.
24473 * config/sparc/freebsd.h (ASM_SPEC): Likewise.
24474 * config/sparc/linux.h (ASM_SPEC): Likewise.
24475 * config/sparc/linux64.h (ASM_SPEC): Likewise.
24476 * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
24477 * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
24478 * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
24479 * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
24480 * config/sparc/sparc.h (ASM_SPEC): Likewise.
24481 * config/sparc/sysv4.h (ASM_SPEC): Likewise.
24482 * config/sparc/vxworks.h (ASM_SPEC): Likewise.
24483 * config/c6x/elf-common.h (ASM_SPEC): Use NO_FPIC2_SPEC,
24484 FPIC2_SPEC, FPIC1_SPEC and FPIC2_SPEC.
24485 * config/c6x/uclinux-elf.h (LINK_SPEC): Use FPIE_SPEC.
24486 * config/frv/frv.h (DRIVER_SELF_SPECS): Use FPIC_SPEC,
24487 NO_FPIC_SPEC and NO_FPIE1_AND_FPIC1_SPEC.
24488 (ASM_SPEC): Use FPIE1_OR_FPIC1_SPEC and FPIE2_OR_FPIC2_SPEC.
24489 * config/m68k/m68k.h (ASM_PCREL_SPEC): Use FPIC_SPEC and NO_FPIC_SPEC.
24490 * config/mips/gnu-user.h (NO_SHARED_SPECS): Use NO_FPIE_AND_FPIC_SPEC.
24491 * config/mips/vxworks.h (SUBTARGET_ASM_SPEC): Use FPIC_SPEC.
24492 * config/rs6000/freebsd64.h (ASM_SPEC32): Likewise.
24493 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
24494 * config/vax/linux.h (ASM_SPEC): Likewise.
24495 * doc/install.texi: Document --enable-default-pie.
24496 * doc/invoke.texi: Document -no-pie.
24497 * config.in: Regenerated.
24498 * configure: Likewise.
24499
24500 2015-05-28 Thomas Preud'homme <thomas.preudhomme@arm.com>
24501
24502 PR rtl-optimization/66168
24503 * loop-invariant.c (move_invariant_reg): Pass dest rather than reg to
24504 can_move_invariant_reg.
24505
24506 2015-05-27 John David Anglin <danglin@gcc.gnu.org>
24507
24508 PR target/66148
24509 * config/pa/pa.c (pa_emit_move_sequence): Correct placement of
24510 REG_EQUAL note when doing insert.
24511
24512 * config/pa/pa.c (pa_print_operand): Use HOST_WIDE_INT_PRINT_DEC
24513 instead of "%d" for 'o' operand.
24514
24515 2015-05-27 Nathan Sidwell <nathan@acm.org>
24516
24517 PR c++/66270
24518 * tree.c (build_pointer_type_for_mode): Canonical type does not
24519 inherit can_alias_all.
24520 (build_reference_type_for_mode): Likewise.
24521
24522 2015-05-27 Eric Botcazou <ebotcazou@adacore.com>
24523
24524 * expr.h (array_at_struct_end_p): Move to...
24525 (array_ref_element_size): Likewise.
24526 (component_ref_field_offset): Likewise.
24527 * tree.h (array_ref_element_size): ...here.
24528 (array_at_struct_end_p): Likewise.
24529 (component_ref_field_offset): Likewise.
24530 * expr.c (array_ref_element_size): Move to...
24531 (array_ref_low_bound): Likewise.
24532 (array_at_struct_end_p): Likewise.
24533 (array_ref_up_bound): Likewise.
24534 (component_ref_field_offset): Likewise.
24535 * tree.c (array_ref_element_size): ...here.
24536 (array_ref_low_bound): Likewise.
24537 (array_ref_up_bound): Likewise.
24538 (array_at_struct_end_p): Likewise.
24539 (component_ref_field_offset): Likewise.
24540
24541 2015-05-27 Gregor Richards <gregor.richards@uwaterloo.ca>
24542 Szabolcs Nagy <szabolcs.nagy@arm.com>
24543
24544 * config/aarch64/aarch64-linux.h (MUSL_DYNAMIC_LINKER): Define.
24545
24546 2015-05-27 Jason Merrill <jason@redhat.com>
24547
24548 PR bootstrap/66304
24549 * configure.ac: Use ACX_PROG_CXX_WARNING_OPTS,
24550 ACX_PROG_CXX_WARNING_ALMOST_PEDANTIC, and
24551 ACX_PROG_CXX_WARNINGS_ARE_ERRORS.
24552
24553 2015-05-22 Aditya Kumar <hiraditya@msn.com>
24554
24555 * auto-profile.c (afdo_calculate_branch_prob): Break once has_sample
24556 is true.
24557
24558 * statistics.c (statistics_fini_pass): Print pass name.
24559
24560 2015-05-27 Richard Biener <rguenther@suse.de>
24561
24562 PR tree-optimization/66272
24563 Revert parts of
24564 2014-08-15 Richard Biener <rguenther@suse.de>
24565
24566 PR tree-optimization/62031
24567 * tree-data-ref.c (dr_analyze_indices): Do not set
24568 DR_UNCONSTRAINED_BASE.
24569 (dr_may_alias_p): All indirect accesses have to go the
24570 formerly DR_UNCONSTRAINED_BASE path.
24571 * tree-data-ref.h (struct indices): Remove
24572 unconstrained_base member.
24573 (DR_UNCONSTRAINED_BASE): Remove.
24574
24575 2015-05-27 Aldy Hernandez <aldyh@redhat.com>
24576
24577 * dwarf2out.c: Remove block_map.
24578 (gen_call_site_die): Replace block_map use with BLOCK_DIE.
24579 (gen_lexical_block_die): Same.
24580 (dwarf2out_function_decl): Remove block_map use.
24581 (dwarf2out_c_finalize): Same.
24582 * tree-core.h (struct tree_block): Add die field.
24583 * tree.h (BLOCK_DIE): New.
24584
24585 2015-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
24586
24587 PR target/65358
24588 * expr.c (memory_load_overlap): New function.
24589 (emit_push_insn): When pushing partial args to the stack would
24590 clobber the register part load the overlapping part into a pseudo
24591 and put it into the hard reg after pushing. Change return type
24592 to bool. Add bool argument.
24593 * expr.h (emit_push_insn): Change return type to bool.
24594 Add bool argument.
24595 * calls.c (expand_call): Cancel sibcall optimization when encountering
24596 partial argument on targets with ARGS_GROW_DOWNWARD and
24597 !STACK_GROWS_DOWNWARD.
24598 (emit_library_call_value_1): Update callsite of emit_push_insn.
24599 (store_one_arg): Likewise.
24600
24601 2015-05-27 Gregor Richards <gregor.richards@uwaterloo.ca>
24602
24603 * config/arm/linux-eabi.h (MUSL_DYNAMIC_LINKER): Define.
24604
24605 2015-05-27 Martin Liska <mliska@suse.cz>
24606
24607 * Makefile.in: Add additional dependencies related to memory report
24608 enhancement.
24609 * alloc-pool.c (allocate_pool_descriptor): Use new ctor.
24610 * bitmap.c (struct bitmap_descriptor_d): Remove.
24611 (struct loc): Likewise.
24612 (struct bitmap_desc_hasher): Likewise.
24613 (bitmap_desc_hasher::hash): Likewise.
24614 (bitmap_desc_hasher::equal): Likewise.
24615 (get_bitmap_descriptor): Likewise.
24616 (bitmap_register): User new memory descriptor API.
24617 (register_overhead): Likewise.
24618 (bitmap_find_bit): Register nsearches and search_iter statistics.
24619 (struct bitmap_output_info): Remove.
24620 (print_statistics): Likewise.
24621 (dump_bitmap_statistics): Use new memory descriptor.
24622 * bitmap.h (struct bitmap_usage): New class.
24623 * genmatch.c: Extend header file inclusion.
24624 * genpreds.c: Likewise.
24625 * ggc-common.c (struct ggc_usage): New class.
24626 (struct ggc_loc_desc_hasher): Remove.
24627 (ggc_loc_desc_hasher::hash): Likewise.
24628 (ggc_loc_desc_hasher::equal): Likewise.
24629 (struct ggc_ptr_hash_entry): Likewise.
24630 (struct ptr_hash_hasher): Likewise.
24631 (ptr_hash_hasher::hash): Likewise.
24632 (ptr_hash_hasher::equal): Likewise.
24633 (make_loc_descriptor): Likewise.
24634 (ggc_prune_ptr): Likewise.
24635 (dump_ggc_loc_statistics): Use new memory descriptor.
24636 (ggc_record_overhead): Likewise.
24637 (ggc_free_overhead): Likewise.
24638 (final_cmp_statistic): Remove.
24639 (cmp_statistic): Likewise.
24640 (ggc_add_statistics): Liekwise.
24641 (ggc_prune_overhead_list): Likewise.
24642 * hash-map-traits.h: New file.
24643 * hash-map.h (struct default_hashmap_traits): Move the traits to a
24644 separate header file.
24645 * hash-set.h: Pass memory statistics info to ctor.
24646 * hash-table.c (void dump_hash_table_loc_statistics): New function.
24647 * hash-table.h (hash_table::hash_table): Add new ctor arguments.
24648 (hash_table::~hash_table): Register memory release operation.
24649 (hash_table::alloc_entries): Handle memory allocation operation.
24650 (hash_table::expand): Likewise.
24651 * inchash.c (iterative_hash_hashval_t): Move implementation to header
24652 file.
24653 (iterative_hash_host_wide_int): Likewise.
24654 * inchash.h (class hash): Likewise.
24655 * mem-stats-traits.h: New file.
24656 * mem-stats.h: New file.
24657 (mem_location): Add new class.
24658 (mem_usage): Likewise.
24659 (mem_alloc_description): Likewise.
24660 * sese.c: Add new header file inclusision.
24661 * toplev.c (dump_memory_report): Add report for hash_table, hash_map
24662 and hash_set.
24663 * tree-sra.c: Add new header file inclusision.
24664 * vec.c (struct vec_descriptor): Remove.
24665 (hash_descriptor): Likewise.
24666 (struct vec_usage): Likewise.
24667 (struct ptr_hash_entry): Likewise.
24668 (hash_ptr): Likewise.
24669 (eq_ptr): Likewise.
24670 (vec_prefix::register_overhead): Use new memory descriptor API.
24671 (vec_prefix::release_overhead): Likewise.
24672 (add_statistics): Remove.
24673 (dump_vec_loc_statistics): Use new memory descriptor API.
24674 * vec.h (struct vec_prefix): Likewise.
24675 (va_heap::reserve): Likewise.
24676 (va_heap::release): Likewise.
24677 * emit-rtl.c (gen_raw_REG): Fix passing MEM_STAT.
24678
24679 2015-05-27 Richard Biener <rguenther@suse.de>
24680
24681 * tree-vect-stmts.c (vectorizable_load): Initialize slp_perm
24682 earlier and remove ??? comment.
24683 (vect_analyze_stmt): If we are analyzing a pure SLP stmt
24684 and got called from loop analysis bail out. Always pass the SLP
24685 node to the vectorizable_* functions.
24686 * tree-vect-loop.c (vect_analyze_loop_operations): Remove
24687 the premature SLP check here.
24688 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Dump hybrid
24689 detected SLP stmts.
24690 (vect_detect_hybrid_slp_1): Likewise.
24691
24692 2015-05-26 Jeff Law <law@redhat.com>
24693
24694 * combine.c (find_split_point): Verify that the shift count is a
24695 constant when choosing (plus (ashift ...)) as a split point.
24696
24697 * tree-ssa-threadupdate.c: Replace 8 space sequences with tabs.
24698 No functional changes.
24699
24700 2015-05-26 Jan Hubicka <hubicka@ucw.cz>
24701
24702 * ipa-polymorphic-call.c
24703 (ipa_polymorphic_call_context::get_dynamic_type): Short circuit the
24704 case when call target is already known.
24705
24706 2015-05-26 Oleg Endo <olegendo@gcc.gnu.org>
24707
24708 PR target/65979
24709 * config/sh/sh.md (tstsi_t peephole2): Use gen_rtx_SET and
24710 take into account the case that operands[1] and operands[2]
24711 are the same register.
24712
24713 2015-05-26 Michael Matz <matz@suse.de>
24714
24715 PR middle-end/66251
24716
24717 * tree-vect-stmts.c (vect_model_store_cost): Handled strided group
24718 stores.
24719 (vect_create_vectorized_demotion_stmts): Always set
24720 STMT_VINFO_VEC_STMT, also with SLP.
24721 (vectorizable_store): Handle strided group stores.
24722
24723 2015-05-26 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
24724
24725 PR target/66049
24726 * config/aarch64/aarch64.md
24727 (*adds_shift_imm_<mode>): New pattern.
24728 (*subs_shift_imm_<mode>): Likewise.
24729 (*adds_<optab><ALLX:mode>_shift_<GPI:mode>): Likewise.
24730 (*subs_<optab><ALLX:mode>_shift_<GPI:mode>): Likewise.
24731 (*add_uxt<mode>_shift2): Likewise.
24732 (*add_uxtsi_shift2_uxtw): Likewise.
24733 (*sub_uxt<mode>_shift2): Likewise.
24734 (*sub_uxtsi_shift2_uxtw): Likewise.
24735
24736 2015-05-26 David Edelsohn <dje.gcc@gmail.com>
24737
24738 * config/rs6000/constraints.md (Y, U): Use match_test.
24739
24740 2015-05-26 Christian Bruel <christian.bruel@st.com>
24741
24742 PR target/52144
24743 * config/arm/arm.c (arm_option_check_internal)
24744 (arm_option_params_internal): Check opts->target_flags to set macros.
24745 (TREE_TARGET_ARM, TREE_TARGET_THUMB)
24746 (TREE_TARGET_THUMB1, TREE_TARGET_THUMB2) Replace with...
24747 (TARGET_ARM_P, TARGET_THUMB_P, TARGET_THUMB1_P, TARGET_THUMB2_P)
24748 (builtin_define): Replaced with def_or_undef_macro.
24749 * config/arm/arm.h (TREE_TARGET_ARM, TREE_TARGET_THUMB)
24750 TREE_TARGET_THUMB1, TREE_TARGET_THUMB2) Redefine with...
24751 (TARGET_ARM_P, TARGET_THUMB_P, TARGET_THUMB1_P, TARGET_THUMB2_P)
24752 (TARGET_32BIT_P, TARGET_ARM_QBIT_P, TARGET_ARM_SAT_P, TARGET_IDIV_P)
24753 (TARGET_HAVE_LDREX_P, TARGET_HAVE_LDREXBH_P, TARGET_HAVE_LDREXD_P)
24754 (TARGET_ARM_FEATURE_LDREX_P)
24755 (TARGET_DSP_MULTIPLY_P, TARGET_INT_SIMD_P): New macros.
24756 * config/arm/arm-c.c (def_or_undef_macro): New function.
24757 (arm_cpu_cpp_builtins): Use def_or_undef_macro for macros definition.
24758
24759 2015-05-26 Christian Bruel <christian.bruel@st.com>
24760
24761 * c-common.h (builtin_define_with_int_value)
24762 (builtin_define_type_sizeof): Declare.
24763 * c-cppbuiltin.c (builtin_define_with_int_value)
24764 (builtin_define_type_sizeof): Externalize.
24765 (builtin_define_std): Cleanup declaration.
24766 * config/arm/arm-protos.h (arm_cpu_cpp_builtins): Declare.
24767 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Move macro defines into...
24768 * config/arm/arm-c.c (arm_cpu_cpp_builtins): New function.
24769 (builtin_define, builtin_assert): New macros.
24770
24771 2015-05-26 Richard Biener <rguenther@suse.de>
24772
24773 PR tree-optimization/66142
24774 * tree-ssa-sccvn.c (vn_reference_lookup_3): Manually compare
24775 MEM_REFs for the same base address.
24776
24777 2015-05-26 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
24778
24779 PR ipa/66181
24780 * tree.c (verify_type_variant): Do not check TYPE_NO_FORCE_BLK.
24781
24782 2015-05-26 Jason Merrill <jason@redhat.com>
24783
24784 * configure.ac: Set CXXFLAGS for ISL test.
24785 * configure: Regenerate.
24786
24787 * configure.ac: Use C++ for all tests. Use AC_CHECK_DECLS for
24788 strstr and basename.
24789 * configure: Regenerate.
24790
24791 2015-05-26 Richard Biener <rguenther@suse.de>
24792
24793 * fold-const.c (fold_binary_loc): Move X % -Y -> X % Y and
24794 X % C -> X & (C - 1) for C being a power-of two to ...
24795 * match.pd: ... patterns.
24796
24797 2015-05-26 Marc Glisse <marc.glisse@inria.fr>
24798
24799 * match.pd (swapped_tcc_comparison): New operator list.
24800 (-A CMP -B): New simplification.
24801 * fold-const.c (fold_comparison): Remove corresponding code.
24802
24803 2015-05-26 Richard Sandiford <richard.sandiford@arm.com>
24804
24805 * caller-save.c (init_caller_save): Base temporary register numbers
24806 on LAST_VIRTUAL_REGISTER + 1 rather than FIRST_PSEUDO_REGISTER.
24807 * cfgloopanal.c (init_set_costs): Likewise.
24808 * dojump.c (prefer_and_bit_test): Likewise.
24809 * expr.c (init_expr_target): Likewise.
24810 * ira.c (setup_prohibited_mode_move_regs): Likewise.
24811 * lower-subreg.c (init_lower_subreg): Likewise.
24812 * postreload.c (reload_cse_regs_1): Likewise.
24813
24814 2015-05-26 Richard Sandiford <richard.sandiford@arm.com>
24815
24816 * gensupport.h (compute_test_codes): Declare.
24817 * gensupport.c (compute_predicate_codes): Rename to...
24818 (compute_test_codes): ...this. Generalize error message.
24819 (process_define_predicate): Update accordingly.
24820 * genpreds.c (compute_maybe_allows): Delete.
24821 (add_constraint): Use compute_test_codes to determine whether
24822 something can accept a SUBREG, REG or MEM.
24823
24824 2015-05-26 Torvald Riegel <triegel@redhat.com>
24825
24826 * doc/extend.texi (__atomic Builtins): Use 'memory order' instead of
24827 'memory model' to align with C++11; fix description of memory orders;
24828 fix a few typos.
24829
24830 2015-05-26 Richard Biener <rguenther@suse.de>
24831
24832 * tree-vect-loop.c (vect_update_vf_for_slp): Split out from ...
24833 (vect_analyze_loop_operations): ... here. Remove slp parameter,
24834 detect whether we apply SLP. Remove call to
24835 vect_update_slp_costs_according_to_vf.
24836 (vect_analyze_loop_2): Call vect_update_vf_for_slp and
24837 vect_update_slp_costs_according_to_vf from here. Dispatch
24838 to vect_slp_analyze_operations to analyze SLP stmts.
24839 * tree-vect-slp.c (vect_slp_analyze_node_operations): Drop
24840 unused bb_vec_info parameter, adjust assert.
24841 (vect_slp_analyze_operations): Pass in the slp instance tree
24842 instead of bb_vec_info.
24843 (vect_slp_analyze_bb_1): Adjust call to vect_slp_analyze_operations.
24844 * tree-vectorizer.h (vect_slp_analyze_operations): Declare.
24845
24846 2015-05-25 Alexander Monakov <amonakov@ispras.ru>
24847
24848 * config/i386/i386.h (enum reg_class): Move CLOBBERED_REGS prior to
24849 Q_REGS. Expand comment.
24850 (REG_CLASS_NAMES): Ditto.
24851 (REG_CLASS_CONTENTS): Ditto.
24852
24853 2015-05-25 Uros Bizjak <ubizjak@gmail.com>
24854
24855 PR target/66274
24856 * config/i386/i386.c (print_reg): Only print "r" for TARGET_64BIT
24857 when LEGACY_INT_REGNO_P is processed.
24858
24859 2015-05-25 Alexander Monakov <amonakov@ispras.ru>
24860
24861 * config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt.
24862
24863 2015-05-25 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
24864
24865 * config/avr/avr.c (avr_out_load_psi_reg_no_disp_tiny): Restore base
24866 register if not marked dead/unused, before return.
24867
24868 2015-05-24 Jan Hubicka <hubicka@ucw.cz>
24869
24870 PR lto/66180
24871 * ipa-devirt.c (type_with_linkage): Check that TYPE_STUB_DECL
24872 is set; check for assembler name at LTO time.
24873 (type_in_anonymous_namespace): Remove hacks, check that all
24874 anonymous types are called "<anon>"
24875 (odr_type_p): Simplify; add check for "<anon>"
24876 (odr_subtypes_equivalent): Add odr_type_p check.
24877 * tree.c (need_assembler_name_p): Even anonymous namespace needs
24878 assembler name.
24879
24880 2015-05-24 Jan Hubicka <hubicka@ucw.cz>
24881
24882 * ipa-utils.h (method_class_type): Remove.
24883 * cgraphunit.c (walk_polymorphic_call_targets): Use
24884 TYPE_METHOD_BASETYPE.
24885 * ipa-devirt.c (type_in_anonymous_namespace_p): Check that it is called
24886 on main variants only.
24887 (method_class_type): Remove.
24888 (update_type_inheritance_graph): Use TYPE_METHOD_BASETYPE.
24889 (build_type_inheritance_graph): Likewise.
24890 * ipa-icf.c (sem_function::equals_wpa): Likewise.
24891 * pa-polymorphic-call.c (decl_maybe_in_construction_p,
24892 check_stmt_for_type_change): Use TYPE_METHOD_BASETYPE.
24893
24894 2015-05-24 Jan Hubicka <hubicka@ucw.cz>
24895
24896 * tree.c (prototype_p, virtual_method_call_p, obj_type_ref_class,
24897 is_typedef_decl, typedef_variant_p): Constify.
24898 * tree.h (prototype_p, virtual_method_call_p, obj_type_ref_class,
24899 is_typedef_decl, typedef_variant_p): Constify.
24900
24901 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
24902
24903 * defaults.h (gen_tablejump): New function.
24904 (HAVE_tablejump): Add default value.
24905 * expr.c: Adjust.
24906 * stmt.c: Likewise.
24907
24908 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
24909
24910 * defaults.h (gen_store_multiple): New function.
24911 (HAVE_store_multiple): Add default value.
24912 * expr.c (move_block_from_reg): Adjust.
24913
24914 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
24915
24916 * defaults.h (gen_load_multiple): New function.
24917 (HAVE_load_multiple): Add default value.
24918 * expr.c (move_block_to_reg): Adjust.
24919
24920 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
24921
24922 * defaults.h (gen_mem_signal_fence): New function.
24923 (HAVE_mem_signal_fence): Add default value.
24924 * optabs.c: Adjust.
24925
24926 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
24927
24928 * defaults.h (gen_memory_barrier): New function.
24929 (HAVE_memory_barrier): Add default value.
24930 * optabs.c: Adjust.
24931
24932 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
24933
24934 * defaults.h (gen_mem_thread_fence): New function.
24935 (HAVE_mem_thread_fence): Add default definition.
24936 * optabs.c: Adjust.
24937
24938 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
24939
24940 * combine.c (find_split_point): Check the value of HAVE_lo_sum
24941 instead of if it is defined.
24942 (combine_simplify_rtx): Likewise.
24943 * lra-constraints.c (process_address_1): Likewise.
24944 * config/darwin.c: Adjust.
24945 * genconfig.c (main): Always define HAVE_lo_sum.
24946
24947 2015-05-23 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
24948
24949 * genmatch.c (parser::parse_operation): Reject expanding
24950 operator-list inside 'for'.
24951
24952 2015-05-23 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
24953
24954 * genmatch.c (parser::parse_for): Reject iterator if used as
24955 operator-list.
24956
24957 2015-05-23 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
24958
24959 * genmatch.c (parser::parse_operator_list): Check for CPP_CLOSE_PAREN
24960 after end of id-list.
24961
24962 2015-05-22 Jan Hubicka <hubicka@ucw.cz>
24963
24964 * tree.c (gimple_canonical_types_compatible_p): Sanity check that
24965 we do not try to compute canonical type for type that does not need
24966 alias set.
24967 (verify_type): Drop FIXME for METHOD_TYPE, update FIXME for
24968 FUNCITON_TYPE.
24969 * tree.h (type_with_alias_set_p): New.
24970
24971 2015-05-22 Jan Hubicka <hubicka@ucw.cz>
24972
24973 * tree.c (gimple_canonical_types_compatible_p): Do not compare
24974 function attributes.
24975 (verify_type): Remove METHOD_TYPE FIXME; update FUNCTION_TYPE.
24976
24977 2015-05-22 Jim Wilson <jim.wilson@linaro.org>
24978
24979 * Makefile.in (check_gcc_parallelize): Delete.
24980 (lang_checks_parallelized): Update comment.
24981
24982 2015-05-22 Mikhail Maltsev <maltsevm@gmail.com>
24983
24984 PR rtl-optimization/66237
24985 * bb-reorder.c (fix_crossing_conditional_branches): Fix wrong
24986 location of an "as_a" cast.
24987
24988 2015-05-22 Jeff Law <law@redhat.com>
24989
24990 * config/pa/pa.md (non-canonical shift-add insns): Remove.
24991 (peepholes with non-canonical RTL sources): Remove.
24992 (peepholes for indexed stores of FP regs in integer modes): Match and
24993 generate canonical RTL.
24994
24995 2015-05-22 Marc Glisse <marc.glisse@inria.fr>
24996
24997 PR tree-optimization/63387
24998 * match.pd ((X /[ex] A) * A -> X): Remove unnecessary condition.
24999 ((x ord x) & (y ord y) -> (x ord y),
25000 (x ord x) & (x ord y) -> (x ord y)): New simplifications.
25001 * fold-const.c (tree_unary_nonnegative_warnv_p) <ABS_EXPR>: Handle
25002 vectors like scalars.
25003
25004 2015-05-22 Marc Glisse <marc.glisse@inria.fr>
25005
25006 * convert.c (convert_to_integer, convert_to_vector): Include the
25007 types in the error message.
25008
25009 2015-05-22 Marc Glisse <marc.glisse@inria.fr>
25010
25011 * match.pd ((x | y) & ~x -> y & ~x, (x & y) | ~x -> y | ~x): New
25012 simplifications.
25013
25014 2015-05-22 Jeff Law <law@redhat.com>
25015
25016 * config/pa/pa.md (integer_indexed_store splitters): Use
25017 mem_shadd_operand. Use ASHIFT rather than MULT in the resulting
25018 insns -- adjusting the constant 2nd operand accordingly.
25019
25020 * combine.c (try_combine): Canonicalize (plus (mult X pow2) Y) into
25021 (plus (ashift X log2) Y) if it is a split point.
25022
25023 * config/pa/pa.c (mem_shadd_or_shadd_rtx_p): New function factoredx
25024 out of hppa_legitimize_address to handle both forms of a multiply
25025 by 2, 4 or 8.
25026 (hppa_legitimize_address): Use mem_shadd_or_shadd_rtx_p.
25027 Always generate the ASHIFT variant as the result is not directly
25028 used in a MEM. Update comments and refactor slightly to improve
25029 readability.
25030
25031 2015-05-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
25032
25033 PR target/65491
25034 * config/aarch64/aarch64.c (aarch64_short_vector_p): Move above
25035 aarch64_composite_type_p. Remove check for aarch64_composite_type_p.
25036 (aarch64_composite_type_p): Return false if given type and mode are
25037 for a short vector.
25038
25039 2015-05-22 Richard Biener <rguenther@suse.de>
25040
25041 * tree-vectorizer.h (struct _slp_oprnd_info): Add second_pattern
25042 member.
25043 * tree-vect-loop.c (vect_analyze_loop_operations): Look at
25044 patterns when determining whether SLP is pure.
25045 (vect_is_slp_reduction): Remove check for pattern stmts.
25046 (vect_is_simple_reduction_1): Remove dead code.
25047 * tree-vect-slp.c (vect_create_oprnd_info): Initialize second_pattern.
25048 (vect_get_and_check_slp_defs): Pass in the stmt number.
25049 Allow the first def in a reduction to be not a pattern stmt when
25050 the rest of the stmts def are patterns.
25051 (vect_build_slp_tree_1): Allow tcc_expression codes like
25052 SAD_EXPR and DOT_PROD_EXPR.
25053 (vect_build_slp_tree): Adjust.
25054 (vect_analyze_slp): Refactor and move BB vect error message ...
25055 (vect_slp_analyze_bb_1): ... here.
25056
25057 2015-05-22 Aldy Hernandez <aldyh@redhat.com>
25058
25059 * tree-switch-conversion.c (build_one_array): Set DECL_IGNORED_P
25060 for CSWTCH temporary.
25061
25062 2015-05-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
25063
25064 * config/arm/arm.c (arm_new_rtx_costs): Handle UNSPEC_VOLATILE.
25065 (arm_unspec_cost): Allow UNSPEC_VOLATILE. Do not recurse inside
25066 unknown unspecs.
25067
25068 2015-05-22 Richard Biener <rguenther@suse.de>
25069
25070 PR tree-optimization/66251
25071 * tree-vect-stmts.c (vectorizable_conversion): Properly
25072 set STMT_VINFO_VEC_STMT even for the SLP case.
25073
25074 2015-05-22 Marek Polacek <polacek@redhat.com>
25075
25076 * doc/extend.texi: Use @pxref instead of @xref.
25077
25078 2015-05-22 hiraditya <hiraditya@msn.com>
25079
25080 * gimple.h (gimple_expr_type): Refactor to make it concise. Remove
25081 redundant if.
25082
25083 2015-05-22 Richard Biener <rguenther@suse.de>
25084
25085 PR tree-optimization/65701
25086 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
25087 Move peeling cost models into one place. Peel for alignment
25088 for single loads only if an aligned load is cheaper than
25089 an unaligned load.
25090
25091 2015-05-22 Marek Polacek <polacek@redhat.com>
25092
25093 PR c/47043
25094 * doc/extend.texi (Enumerator Attributes): New section.
25095 Document syntax of enumerator attributes.
25096
25097 2015-05-22 Richard Biener <rguenther@suse.de>
25098
25099 * tree-vect-loop.c (get_reduction_op): New function.
25100 (vect_model_reduction_cost): Use it, add reduc_index parameter.
25101 Make ready for BB reductions.
25102 (vect_create_epilog_for_reduction): Use get_reduction_op.
25103 (vectorizable_reduction): Init reduc_index to a valid value.
25104 Adjust vect_model_reduction_cost call.
25105 * tree-vect-slp.c (vect_get_constant_vectors): Use the proper
25106 operand for reduction defaults. Add SAD_EXPR support.
25107 Assert we have a neutral op for SLP reductions.
25108 * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): When
25109 walking pattern stmt ops only recurse to SSA names.
25110
25111 2015-05-22 Richard Biener <rguenther@suse.de>
25112
25113 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Replace
25114 assert with guard, remove check on detected reduction.
25115 (vect_recog_sad_pattern): Likewise.
25116 (vect_recog_widen_sum_pattern): Likewise.
25117
25118 2015-05-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
25119
25120 * config/aarch64/arm_neon.h (vaeseq_u8): Add __extension__ and
25121 __always_inline__ attribute.
25122 (vaesdq_u8): Likewise.
25123 (vaesmcq_u8): Likewise.
25124 (vaesimcq_u8): Likewise.
25125 (vsha1cq_u32): Likewise.
25126 (vsha1mq_u32): Likewise.
25127 (vsha1pq_u32): Likewise.
25128 (vsha1h_u32): Likewise.
25129 (vsha1su0q_u32): Likewise.
25130 (vsha1su1q_u32): Likewise.
25131 (vsha256hq_u32): Likewise.
25132 (vsha256h2q_u32): Likewise.
25133 (vsha256su0q_u32): Likewise.
25134 (vsha256su1q_u32): Likewise.
25135 (vmull_p64): Likewise.
25136 (vmull_high_p64): Likewise.
25137
25138 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
25139
25140 * final.c (final_scan_insn): Don't check HAVE_peephole with the
25141 preprocessor.
25142 * output.h: Likewise.
25143 * genconfig.c (main): Alwways define HAVE_peephole.
25144 * genpeep.c: Don't emit checks of HAVE_peephole.
25145
25146 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
25147
25148 * combine.c, expmed.c, expr.c, optabs.c optabs.h, toplev.c: DOn't
25149 check HAVE_conditional_move with the preprocessor.
25150
25151 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
25152
25153 * genconfig.c (main): Always define HAVE_conditional_move.
25154 * combine.c, expmed.c, expr.c, ifcvt.c, optabs.c, optabs.h,
25155 toplev.c, tree-ssa-phiopt.c: Don't check if HAVE_conditional_move
25156 is defined.
25157
25158 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
25159
25160 * combine.c, df-problems.c, df-scan.c, emit-rtl.c, reginfo.c,
25161 reload.c, rtlanal.c: Remove comparison of ARG_FRAME_POINTER_REGNUM
25162 and FRAME_POINTER_REGNUM with the preprocessor.
25163
25164 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
25165
25166 * defaults.h: Add default for STACK_PUSH_CODE.
25167 * expr.c: Don't redefine STACK_PUSH_CODE.
25168 * recog.c: Likewise.
25169
25170 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
25171
25172 * builtins.c, dwarf2cfi.c, explow.c, expr.c, recog.c,
25173 sched-deps.c: Use if instead of preprocessor checks with
25174 STACK_GROWS_DOWNWARD.
25175
25176 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
25177
25178 * *.c: Check the value of STACK_GROWS_DOWNWARD rather than if it
25179 is defined.
25180 * config/**/*.h: Define STACK_GROWS_DOWNWARD to an integer.
25181 * defaults.h: Provide default for STACK_GROWS_DOWNWARD.
25182 * doc/tm.texi.in: Update references to STACK_GROWS_DOWNWARD.
25183 * doc/tm.texi: Regenerate.
25184
25185 2015-05-21 H.J. Lu <hongjiu.lu@intel.com>
25186
25187 PR target/66232
25188 * config/i386/constraints.md (Bg): New constraint for GOT memory
25189 operand.
25190 * config/i386/i386.md (*call_got_x32): New pattern.
25191 (*call_value_got_x32): Likewise.
25192 * config/i386/predicates.md (GOT_memory_operand): New predicate.
25193
25194 2015-05-21 Jakub Jelinek <jakub@redhat.com>
25195
25196 PR tree-optimization/66233
25197 * match.pd (ocvt (icvt@1 @0)): Don't handle vector types.
25198 Simplify.
25199
25200 2015-05-21 Jeff Law <law@redhat.com>
25201
25202 * config/pa/pa.md (add-with-constant splitter): Use ASHIFT rather
25203 than MULT for shadd sequences.
25204
25205 2015-05-08 Jan Hubicka <hubicka@ucw.cz>
25206
25207 * alias.c (alias_stats): New static var.
25208 (alias_sets_conflict_p, alias_sets_must_conflict_p): Update stats.
25209 (dump_alias_stats_in_alias_c): New function.
25210 * alias.h (dump_alias_stats_in_alias_c): Declare.
25211 * tree-ssa-alias.c (dump_alias_stats): Call it.
25212
25213 2015-05-08 Michael Matz <matz@suse.de>
25214
25215 * tree-vectorizer.h (struct _stmt_vec_info): Rename stride_load_p
25216 to strided_p.
25217 (STMT_VINFO_STRIDE_LOAD_P): Rename to ...
25218 (STMT_VINFO_STRIDED_P): ... this.
25219 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust.
25220 (vect_verify_datarefs_alignment): Likewise.
25221 (vect_enhance_data_refs_alignment): Likewise.
25222 (vect_analyze_data_ref_access): Likewise.
25223 (vect_analyze_data_refs): Accept strided stores.
25224 * tree-vect-stmts.c (vect_model_store_cost): Count strided stores.
25225 (vect_model_load_cost): Adjust for macro rename.
25226 (vectorizable_mask_load_store): Likewise.
25227 (vectorizable_load): Likewise.
25228 (vectorizable_store): Open code strided stores.
25229
25230 2015-05-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
25231
25232 * doc/sourcebuild.texi (7.2.3.9 Other hardware attributes):
25233 Document sqrt_insn.
25234
25235 2015-05-21 Richard Biener <rguenther@suse.de>
25236
25237 PR c++/66211
25238 * match.pd: Guard pattern optimzing (int)(float)int
25239 conversions to apply only on GIMPLE.
25240
25241 2015-05-21 Jeff Law <law@redhat.com>
25242
25243 * combine.c (find_split_point): Handle ASHIFT like MULT to encourage
25244 multiply-accumulate/shift-add insn generation.
25245
25246 2015-05-21 Oleg Endo <olegendo@gcc.gnu.org>
25247
25248 PR target/54236
25249 * config/sh/sh.md (*round_int_even): Reject pattern if operands[0] and
25250 operands[1] are the same.
25251
25252 2015-05-21 Ilya Enkovich <enkovich.gnu@gmail.com>
25253
25254 PR middle-end/66221
25255 * ipa-chkp.c (chkp_copy_function_type_adding_bounds): Use
25256 build_distinct_type_copy to copy bounds.
25257
25258 2015-05-21 Thomas Schwinge <thomas@codesourcery.com>
25259
25260 * genrecog.c (MAX_DEPTH, MIN_NUM_STATEMENTS, MAX_NUM_STATEMENTS):
25261 Change to unsigned int.
25262
25263 2015-05-20 Jeff Law <law@redhat.com>
25264
25265 * config/pa/pa.c (pa_print_operand): New 'o' output modifier.
25266 (pa_mem_shadd_constant_p): Renamed from pa_shadd_constant_p.
25267 (pa_shadd_constant_p): Allow constants for shadd insns rather
25268 than valid scaling constants for memory addresses.
25269 * config/pa/pa-protos.h (pa_mem_shadd_constant_p): Add prototype.
25270 * config/pa/predicates.md (mem_shadd_operand): New predicate.
25271 * config/pa/pa.md (shift-add insns using MULT): Use mem_shadd_operand.
25272 (shift-add insns using ASHIFT): New patterns.
25273
25274 2015-05-20 Mikhail Maltsev <maltsevm@gmail.com>
25275
25276 * bb-reorder.c (set_edge_can_fallthru_flag): Use rtx_jump_insn where
25277 feasible.
25278 (fix_up_fall_thru_edges): Likewise.
25279 (fix_crossing_conditional_branches): Likewise. Promote jump targets
25280 from to rtx_insn to rtx_code_label where feasible.
25281 * bt-load.c (move_btr_def): Remove as-a cast of the value returned by
25282 gen_move_insn (returned type changed to rtx_insn).
25283 * builtins.c (expand_errno_check): Fix arguments of
25284 do_compare_rtx_and_jump (now expects rtx_code_label).
25285 (expand_builtin_acc_on_device): Likewise.
25286 * cfgcleanup.c (try_simplify_condjump): Add cast when calling
25287 invert_jump (now exprects rtx_jump_insn).
25288 * cfgexpand.c (label_rtx_for_bb): Promote return type to rtx_code_label.
25289 (construct_init_block): Use rtx_code_label.
25290 * cfgrtl.c (block_label): Promote return type to rtx_code_label.
25291 (try_redirect_by_replacing_jump): Use cast to rtx_jump_insn when
25292 calling redirect_jump.
25293 (patch_jump_insn): Likewise.
25294 (redirect_branch_edge): Likewise.
25295 (force_nonfallthru_and_redirect): Likewise.
25296 (fixup_reorder_chain): Explicitly use rtx_jump_insn instead of rtx_insn
25297 when suitable.
25298 (rtl_lv_add_condition_to_bb): Update call of do_compare_rtx_and_jump.
25299 * cfgrtl.h: Promote return type of block_label to rtx_code_label.
25300 * config/bfin/bfin.c (hwloop_optimize): Fix call of emit_label_before.
25301 * config/i386/i386.c (ix86_emit_cmove): Explicitly use rtx_code_label
25302 to store the value retured by gen_label_rtx.
25303 * config/mips/mips.c (mips16_split_long_branches): Promote rtx_insn to
25304 rtx_jump_insn.
25305 * config/sh/sh.c (gen_far_branch): Likewise. Fix call of invert_jump.
25306 (split_branches): Fix calls of redirect_jump.
25307 * dojump.c (jumpifnot): Promote argument type from rtx to
25308 rtx_code_label.
25309 (jumpifnot_1): Likewise.
25310 (jumpif): Likewise.
25311 (jumpif_1): Likewise.
25312 (do_jump_1): Likewise.
25313 (do_jump): Likewise. Use rtx_code_label when feasible.
25314 (do_jump_by_parts_greater_rtx): Likewise.
25315 (do_jump_by_parts_zero_rtx): Likewise.
25316 (do_jump_by_parts_equality_rtx): Likewise.
25317 (do_compare_rtx_and_jump): Likewise.
25318 * dojump.h: Update function prototypes.
25319 * dse.c (emit_inc_dec_insn_before): Remove case (gen_move_insn now
25320 returns rtx_insn).
25321 * emit-rtl.c (emit_jump_insn_before_noloc): Promote return type to
25322 rtx_jump_insn.
25323 (emit_label_before): Likewise.
25324 (emit_jump_insn_after_noloc): Likewise.
25325 (emit_jump_insn_after_setloc): Likewise.
25326 (emit_jump_insn_after): Likewise
25327 (emit_jump_insn_before_setloc): Likewise.
25328 (emit_jump_insn_before): Likewise.
25329 (emit_label_before): Promote return type to rtx_code_label.
25330 (emit_label): Likewise.
25331 * except.c (sjlj_emit_dispatch_table): Use jump_target_rtx.
25332 * explow.c (emit_stack_save): Use gen_move_insn_uncast instead of
25333 gen_move_insn.
25334 (emit_stack_restore): Likewise.
25335 * expmed.c (emit_store_flag_force): Fix calls of do_compare_rtx_and_jump.
25336 (do_cmp_and_jump): Likewise.
25337 * expr.c (expand_expr_real_2): Likewise. Promote some local variables
25338 from rtx to rtx_code_label.
25339 (gen_move_insn_uncast): New function.
25340 * expr.h: Update return type of gen_move_insn (promote to rtx_insn).
25341 * function.c (convert_jumps_to_returns): Fix call of redirect_jump.
25342 * gcse.c (pre_insert_copy_insn): Use rtx_insn instead of rtx.
25343 * ifcvt.c (dead_or_predicable): Use rtx_jump_insn when calling
25344 invert_jump_1 and redirect_jump_1.
25345 * internal-fn.c (expand_arith_overflow_result_store): Fix call of
25346 do_compare_rtx_and_jump.
25347 (expand_addsub_overflow): Likewise.
25348 (expand_neg_overflow): Likewise.
25349 (expand_mul_overflow): Likewise.
25350 * ira.c (split_live_ranges_for_shrink_wrap): Use rtx_insn for
25351 return value of gen_move_insn.
25352 * jump.c (redirect_jump): Promote argument from rtx to rtx_jump_insn.
25353 * loop-doloop.c (add_test): Use rtx_code_label.
25354 (doloop_modify): Likewise.
25355 (doloop_optimize): Likewise.
25356 * loop-unroll.c (compare_and_jump_seq): Promote rtx to rtx_code_label.
25357 * lra-constraints.c (emit_spill_move): Remove cast of value returned
25358 by gen_move_insn.
25359 (inherit_reload_reg): Add cast when calling dump_insn_slim.
25360 (split_reg): Likewise.
25361 * modulo-sched.c (schedule_reg_moves): Remove cast of value returned by
25362 gen_move_insn.
25363 * optabs.c (expand_binop_directly): Remove casts of values returned by
25364 maybe_gen_insn.
25365 (expand_unop_direct): Likewise.
25366 (expand_abs): Likewise.
25367 (maybe_emit_unop_insn): Likewise.
25368 (maybe_gen_insn): Promote return type to rtx_insn.
25369 * optabs.h: Update prototype of maybe_gen_insn.
25370 * postreload-gcse.c (eliminate_partially_redundant_load): Remove
25371 redundant cast.
25372 * recog.c (struct peep2_insn_data): Promote type of insn field to
25373 rtx_insn.
25374 (peep2_reinit_state): Use NULL instead of NULL_RTX.
25375 (peep2_attempt): Remove casts of insn in peep2_insn_data.
25376 (peep2_fill_buffer): Promote argument from rtx to rtx_insn
25377 * recog.h (struct insn_gen_fn): Promote return types of function
25378 pointers and operator ().from rtx to rtx_insn.
25379 * reorg.c (fill_simple_delay_slots): Promote rtx_insn to rtx_jump_insn.
25380 (fill_eager_delay_slots): Likewise.
25381 (relax_delay_slots): Likewise.
25382 (make_return_insns): Likewise.
25383 (dbr_schedule): Likewise.
25384 (optimize_skips): Likewise.
25385 (reorg_redirect_jump): Likewise.
25386 (fill_slots_from_thread): Likewise.
25387 * reorg.h: Update prototypes.
25388 * resource.c (find_dead_or_set_registers): Use dyn_cast to
25389 rtx_jump_insn instead of check. Use it's jump_target method.
25390 * rtl.h (rtx_jump_insn::jump_label): Define new method.
25391 (rtx_jump_insn::jump_target): Define new method.
25392 (rtx_jump_insn::set_jump_target): Define new method.
25393 * rtlanal.c (tablejump_p): Promote type of one local variable.
25394 * sched-deps.c (sched_analyze_2): Promote rtx to rtx_insn_list.
25395 (sched_analyze_insn): Likewise.
25396 * sched-vis.c (print_insn_with_notes): Promote rtx to rtx_insn.
25397 (print_insn): Likewise.
25398 * stmt.c (label_rtx): Promote return type to rtx_insn.
25399 (force_label_rtx): Likewise.
25400 (jump_target_rtx): Define new function.
25401 (expand_label): Use it, get rid of one cast.
25402 (expand_naked_return): Promote rtx to rtx_code_label.
25403 (do_jump_if_equal): Fix do_compare_rtx_and_jump call.
25404 (expand_case): Use rtx_code_label instread of rtx where feasible.
25405 (expand_sjlj_dispatch_table): Likewise.
25406 (emit_case_nodes): Likewise.
25407 * stmt.h: Declare jump_target_rtx. Update prototypes. Fix comments.
25408 * store-motion.c (insert_store): Make use of new return type of
25409 gen_move_insn and remove a cast.
25410 (replace_store_insn): Likewise.
25411
25412 2015-05-20 Max Filippov <jcmvbkbc@gmail.com>
25413
25414 * config/xtensa/xtensa.c (init_alignment_context): Replace MULT
25415 by BITS_PER_UNIT with ASHIFT by exact_log2 (BITS_PER_UNIT).
25416
25417 2015-05-20 Jeff Law <law@redhat.com>
25418
25419 * tree-ssa-threadupdate.c (mark_threaded_blocks): Properly
25420 dispose of the jump thread path when the jump threading
25421 opportunity is cancelled.
25422
25423 2015-05-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
25424
25425 * diagnostic.c (diagnostic_print_caret_line): Fix off-by-one error
25426 when printing the caret character.
25427
25428 2015-05-20 Marek Polacek <polacek@redhat.com>
25429
25430 * cfgexpand.c (expand_debug_expr): Use UNARY_CLASS_P.
25431
25432 2015-05-20 Marek Polacek <polacek@redhat.com>
25433
25434 * expr.c (expand_cond_expr_using_cmove): Use COMPARISON_CLASS_P.
25435 * gimple-expr.c (gimple_cond_get_ops_from_tree): Likewise.
25436 * gimple-fold.c (canonicalize_bool): Likewise.
25437 (same_bool_result_p): Likewise.
25438 * tree-if-conv.c (parse_predicate): Likewise.
25439
25440 2015-05-20 Marek Polacek <polacek@redhat.com>
25441
25442 * gimple-fold.c (fold_const_aggregate_ref_1): Use DECL_P.
25443 * gimplify.c (gimplify_modify_expr_rhs): Likewise.
25444
25445 2015-05-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
25446
25447 * config/aarch64/aarch64.c (aarch64_class_max_nregs):
25448 Use UNITS_PER_VREG and UNITS_PER_WORD instead of their direct
25449 values.
25450
25451 2015-05-20 Robert Suchanek <robert.suchanek@imgtec.com>
25452
25453 * config/mips/mips.h (micromips_globals): Declare.
25454
25455 2015-05-20 David Malcolm <dmalcolm@redhat.com>
25456
25457 * timevar.def (TV_INITIALIZE_RTL): New.
25458 * toplev.c (initialize_rtl): Use an auto_timevar to account this
25459 function's time to TV_INITIALIZE_RTL.
25460
25461 2015-05-20 Ilya Enkovich <enkovich.gnu@gmail.com>
25462
25463 * tree-chkp.c (chkp_maybe_copy_and_register_bounds): Remove useless
25464 gimple_build_nop calls.
25465 (chkp_find_bounds_for_elem): Likewise.
25466 (chkp_get_zero_bounds): Likewise.
25467 (chkp_get_none_bounds): Likewise.
25468 (chkp_get_bounds_by_definition): Likewise.
25469 (chkp_generate_extern_var_bounds): Likewise.
25470 (chkp_get_bounds_for_decl_addr): Likewise.
25471 (chkp_get_bounds_for_string_cst): Likewise.
25472
25473 2015-05-20 Bin Cheng <bin.cheng@arm.com>
25474
25475 PR tree-optimization/65447
25476 * tree-ssa-loop-ivopts.c (struct iv_use): New fields.
25477 (dump_use, dump_uses): Support to dump sub use.
25478 (record_use): New parameters to support sub use. Remove call to
25479 dump_use.
25480 (record_sub_use, record_group_use): New functions.
25481 (compute_max_addr_offset, split_all_small_groups): New functions.
25482 (group_address_uses, rewrite_use_address): New functions.
25483 (strip_offset): New declaration.
25484 (find_interesting_uses_address): Call record_group_use.
25485 (add_candidate): New assertion.
25486 (infinite_cost_p): Move definition forward.
25487 (add_costs): Check INFTY cost and return immediately.
25488 (get_computation_cost_at): Clear setup cost and dependent bitmap
25489 for sub uses.
25490 (determine_use_iv_cost_address): Compute cost for sub uses.
25491 (rewrite_use_address_1): Rename from old rewrite_use_address.
25492 (free_loop_data): Free sub uses.
25493 (tree_ssa_iv_optimize_loop): Call group_address_uses.
25494
25495 2015-05-20 Kugan Vivekanandarajah <kuganv@linaro.org>
25496 Jim Wilson <jim.wilson@linaro.org>
25497
25498 * config/arm/aarch-common-protos.h (struct mem_cost_table): Added
25499 new fields loadv and storev.
25500 * config/aarch64/aarch64-cost-tables.h (thunderx_extra_costs):
25501 Initialize loadv and storev.
25502 * config/arm/aarch-cost-tables.h (generic_extra_costs): Likewise.
25503 (cortexa53_extra_costs): Likewise.
25504 (cortexa57_extra_costs): Likewise.
25505 (xgene1_extra_costs): Likewise.
25506 * config/aarch64/aarch64.c (aarch64_rtx_costs): Update vector
25507 rtx_costs.
25508
25509 2015-05-20 Kugan Vivekanandarajah <kuganv@linaro.org>
25510
25511 * config/arm/arm.c (cortexa9_extra_costs): Initialize loadv and
25512 storev.
25513 (cortexa8_extra_costs): Likewise.
25514 (cortexa5_extra_costs): Likewise.
25515 (cortexa7_extra_costs): Likewise.
25516 (cortexa12_extra_costs): Likewise.
25517 (cortexa15_extra_costs): Likewise.
25518 (v7m_extra_costs): Likewise.
25519
25520 2015-05-20 Jeff Law <law@redhat.com>
25521
25522 * tree-ssa-threadupdate.c (thread_single_edge): Use delete_jump_thread
25523 instead of open-coded version. Also delete the jump thread created
25524 within this function.
25525
25526 2015-05-20 Alan Modra <amodra@gmail.com>
25527
25528 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Return
25529 stack adjusting insn. Formatting.
25530 (rs6000_emit_prologue): Track stack adjusting insn, and use of
25531 r12. If possible, emit first -fsplit-stack arg pointer insn
25532 before stack adjust. Don't use r12 to save cr if split-stack.
25533
25534 2015-05-20 Alan Modra <amodra@gmail.com>
25535
25536 * common/config/rs6000/rs6000-common.c (TARGET_SUPPORTS_SPLIT_STACK):
25537 Define.
25538 (rs6000_supports_split_stack): New function.
25539 * config/rs6000/rs6000.c (machine_function): Add
25540 split_stack_arg_pointer.
25541 (TARGET_EXTRA_LIVE_ON_ENTRY, TARGET_INTERNAL_ARG_POINTER): Define.
25542 (setup_incoming_varargs): Use crtl->args.internal_arg_pointer
25543 rather than virtual_incoming_args_rtx.
25544 (rs6000_va_start): Likewise.
25545 (split_stack_arg_pointer_used_p): New function.
25546 (rs6000_emit_prologue): Set up arg pointer for -fsplit-stack.
25547 (morestack_ref): New var.
25548 (gen_add3_const, rs6000_expand_split_stack_prologue,
25549 rs6000_internal_arg_pointer, rs6000_live_on_entry,
25550 rs6000_split_stack_space_check): New functions.
25551 (rs6000_elf_file_end): Call file_end_indicate_split_stack.
25552 * config/rs6000/rs6000.md (UNSPEC_STACK_CHECK): Define.
25553 (UNSPECV_SPLIT_STACK_RETURN): Define.
25554 (split_stack_prologue, load_split_stack_limit,
25555 load_split_stack_limit_di, load_split_stack_limit_si,
25556 split_stack_return, split_stack_space_check): New expands and insns.
25557 * config/rs6000/rs6000-protos.h
25558 (rs6000_expand_split_stack_prologue): Declare.
25559 (rs6000_split_stack_space_check): Declare.
25560
25561 2015-05-20 Alan Modra <amodra@gmail.com>
25562
25563 * config/rs6000/rs6000.c (struct rs6000_stack): Correct comments.
25564 (direct_return): Test vrsave_size rather than vrsave_mask.
25565 (rs6000_emit_prologue): Likewise. Remove redundant altivec tests.
25566 (rs6000_emit_epilogue): Likewise.
25567
25568 2015-05-20 Alan Modra <amodra@gmail.com>
25569
25570 * config/rs6000/rs6000.c (rs6000_stack_info): Don't zero offsets
25571 when not saving registers.
25572 (debug_stack_info): Adjust to omit printing unused offsets,
25573 as before.
25574 (rs6000_emit_epilogue): Adjust use_backchain_to_restore_sp
25575 expression.
25576
25577 2015-05-19 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
25578
25579 PR c++/65835
25580 * config/i386/winnt.c (struct wrapped_symbol_hasher): Change
25581 value_type to const char *.
25582
25583 2015-05-19 Sandra Loosemore <sandra@codesourcery.com>
25584
25585 * config.gcc [powerpc*-*-linux*]: Allow --enable-targets=all
25586 to build a biarch toolchain again.
25587
25588 2015-05-19 Jan Hubicka <hubicka@ucw.cz>
25589
25590 * ipa-devirt.c (type_in_anonymous_namespace_p): Return true
25591 or implicit declarations.
25592 (odr_type_p): Check that TYPE_NAME is TYPE_DECL before looking
25593 into it.
25594 (get_odr_type): Check type has linkage before adding bases.
25595 (register_odr_type): Check that type has linkage before adding it.
25596 (type_known_to_have_no_deriavations_p): Rename to ..
25597 (type_known_to_have_no_derivations_p): This one.
25598 * ipa-utils.h (type_known_to_have_no_deriavations_p): Rename to ..
25599 (type_known_to_have_no_derivations_p): This one.
25600 * ipa-polymorphic-call.c
25601 (ipa_polymorphic_call_context::restrict_to_inner_type): Check that
25602 type has linkage.
25603
25604 2015-05-19 Eric Botcazou <ebotcazou@adacore.com>
25605
25606 * stor-layout.c (finalize_type_size): Use AGGREGATE_TYPE_P.
25607 (layout_type): Use RECORD_OR_UNION_TYPE_P.
25608
25609 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
25610
25611 * config/s390/s390.c (s390_vector_bool_type_p): New function.
25612 (s390_invalid_binary_op): New function.
25613 (TARGET_INVALID_BINARY_OP): Define macro.
25614
25615 2015-05-19 David Sherwood <david.sherwood@arm.com>
25616
25617 * loop-invariant.c (create_new_invariant): Don't calculate address cost
25618 if mode is not a scalar integer.
25619 (get_inv_cost): Increase computational cost for unused invariants.
25620
25621 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
25622
25623 * config.gcc: Add vecintrin.h to extra_headers. Add s390-c.o to
25624 c_target_objs and cxx_target_objs. Add t-s390 to tmake_file.
25625 * config/s390/s390-builtin-types.def: New file.
25626 * config/s390/s390-builtins.def: New file.
25627 * config/s390/s390-builtins.h: New file.
25628 * config/s390/s390-c.c: New file.
25629 * config/s390/s390-modes.def: Add modes CCVEQANY, CCVH,
25630 CCVHANY, CCVHU, CCVHUANY, CCVFHANY, CCVFHEANY.
25631 * config/s390/s390-protos.h (s390_expand_vec_compare_cc)
25632 (s390_cpu_cpp_builtins, s390_register_target_pragmas): Add
25633 prototypes.
25634 * config/s390/s390.c (s390-builtins.h, s390-builtins.def):
25635 Include.
25636 (flags_builtin, flags_overloaded_builtin_var, s390_builtin_types)
25637 (s390_builtin_fn_types, s390_builtin_decls, code_for_builtin): New
25638 variable definitions.
25639 (s390_const_operand_ok): New function.
25640 (s390_expand_builtin): Rewrite.
25641 (s390_init_builtins): New function.
25642 (s390_handle_vectorbool_attribute): New function.
25643 (s390_attribute_table): Add s390_vector_bool attribute.
25644 (s390_match_ccmode_set): Handle new cc modes CCVH, CCVHU.
25645 (s390_branch_condition_mask): Generate masks for new modes.
25646 (s390_expand_vec_compare_cc): New function.
25647 (s390_mangle_type): Add mangling for vector bool types.
25648 (enum s390_builtin): Remove.
25649 (s390_atomic_assign_expand_fenv): Rename constants for sfpc and
25650 efpc builtins.
25651 * config/s390/s390.h (TARGET_CPU_CPP_BUILTINS): Call
25652 s390_cpu_cpp_builtins.
25653 (REGISTER_TARGET_PRAGMAS): New macro.
25654 * config/s390/s390.md: Define more UNSPEC_VEC_* constants.
25655 (insn_cmp mode attribute): Add new CC modes.
25656 (s390_sfpc, s390_efpc): Rename patterns to sfpc and efpc.
25657 (lcbb): New pattern definition.
25658 * config/s390/s390intrin.h: Include vecintrin.h.
25659 * config/s390/t-s390: New file.
25660 * config/s390/vecintrin.h: New file.
25661 * config/s390/vector.md: Include vx-builtins.md.
25662 * config/s390/vx-builtins.md: New file.S/390 zvector builtin
25663 support.
25664
25665 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
25666
25667 * config/s390/s390-modes.def: Add new modes CCVEQ, CCVFH, and
25668 CCVFHE.
25669 * config/s390/s390.c (s390_match_ccmode_set): Handle new modes.
25670 (s390_select_ccmode): Likewise.
25671 (s390_canonicalize_comparison): Swap operands if necessary.
25672 (s390_expand_vec_compare_scalar): Expand DFmode compare using
25673 single element vector instructions.
25674 (s390_emit_compare): Call s390_expand_vec_compare_scalar.
25675 (s390_branch_condition_mask): Generate CC masks for the new modes.
25676 * config/s390/s390.md (v0, vf, vd): New mode attributes.
25677 (VFCMP, asm_fcmp, insn_cmp): New mode iterator and attributes.
25678 (*vec_cmp<insn_cmp>df_cconly, *fixuns_truncdfdi2_z13)
25679 (*fix_trunc<BFP:mode><GPR:mode>2_bfp, *floatunsdidf2_z13)
25680 (*floatuns<GPR:mode><FP:mode>2, *extendsfdf2_z13)
25681 (*extend<DSF:mode><BFP:mode>2): New insn definition.
25682 (fix_trunc<BFP:mode><GPR:mode>2_bfp, loatuns<GPR:mode><FP:mode>2)
25683 (extend<DSF:mode><BFP:mode>2): Turn into expander.
25684 (floatdi<mode>2, truncdfsf2, add<mode>3, sub<mode>3, mul<mode>3)
25685 (div<mode>3, *neg<mode>2, *abs<mode>2, *negabs<mode>2)
25686 (sqrt<mode>2): Add vector instruction.
25687
25688 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
25689
25690 * config/s390/constraints.md (j00, jm1, jxx, jyy, v): New
25691 constraints.
25692 * config/s390/predicates.md (const0_operand, constm1_operand)
25693 (constable_operand): Accept vector operands.
25694 * config/s390/s390-modes.def: Add supported vector modes.
25695 * config/s390/s390-protos.h (s390_cannot_change_mode_class)
25696 (s390_function_arg_vector, s390_contiguous_bitmask_vector_p)
25697 (s390_bytemask_vector_p, s390_expand_vec_strlen)
25698 (s390_expand_vec_compare, s390_expand_vcond)
25699 (s390_expand_vec_init): Add prototypes.
25700 * config/s390/s390.c (VEC_ARG_NUM_REG): New macro.
25701 (s390_vector_mode_supported_p): New function.
25702 (s390_contiguous_bitmask_p): Mask out the irrelevant bits.
25703 (s390_contiguous_bitmask_vector_p): New function.
25704 (s390_bytemask_vector_p): New function.
25705 (s390_split_ok_p): Vector regs don't work either.
25706 (regclass_map): Add VEC_REGS.
25707 (s390_legitimate_constant_p): Handle vector constants.
25708 (s390_cannot_force_const_mem): Handle CONST_VECTOR.
25709 (legitimate_reload_vector_constant_p): New function.
25710 (s390_preferred_reload_class): Handle CONST_VECTOR.
25711 (s390_reload_symref_address): Likewise.
25712 (s390_secondary_reload): Vector memory instructions only support
25713 short displacements. Rename reload*_nonoffmem* to reload*_la*.
25714 (s390_emit_ccraw_jump): New function.
25715 (s390_expand_vec_strlen): New function.
25716 (s390_expand_vec_compare): New function.
25717 (s390_expand_vcond): New function.
25718 (s390_expand_vec_init): New function.
25719 (s390_dwarf_frame_reg_mode): New function.
25720 (print_operand): Handle addresses with 'O' and 'R' constraints.
25721 (NR_C_MODES, constant_modes): Add vector modes.
25722 (s390_output_pool_entry): Handle vector constants.
25723 (s390_hard_regno_mode_ok): Handle vector registers.
25724 (s390_class_max_nregs): Likewise.
25725 (s390_cannot_change_mode_class): New function.
25726 (s390_invalid_arg_for_unprototyped_fn): New function.
25727 (s390_function_arg_vector): New function.
25728 (s390_function_arg_float): Remove size variable.
25729 (s390_pass_by_reference): Handle vector arguments.
25730 (s390_function_arg_advance): Likewise.
25731 (s390_function_arg): Likewise.
25732 (s390_return_in_memory): Vector values are returned in a VR if
25733 possible.
25734 (s390_function_and_libcall_value): Handle vector arguments.
25735 (s390_gimplify_va_arg): Likewise.
25736 (s390_call_saved_register_used): Consider the arguments named.
25737 (s390_conditional_register_usage): Disable v16-v31 for non-vec
25738 targets.
25739 (s390_preferred_simd_mode): New function.
25740 (s390_support_vector_misalignment): New function.
25741 (s390_vector_alignment): New function.
25742 (TARGET_STRICT_ARGUMENT_NAMING, TARGET_DWARF_FRAME_REG_MODE)
25743 (TARGET_VECTOR_MODE_SUPPORTED_P)
25744 (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN)
25745 (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
25746 (TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT)
25747 (TARGET_VECTOR_ALIGNMENT): Define target macro.
25748 * config/s390/s390.h (FUNCTION_ARG_PADDING): Define macro.
25749 (FIRST_PSEUDO_REGISTER): Increase value.
25750 (VECTOR_NOFP_REGNO_P, VECTOR_REGNO_P, VECTOR_NOFP_REG_P)
25751 (VECTOR_REG_P): Define macros.
25752 (FIXED_REGISTERS, CALL_USED_REGISTERS)
25753 (CALL_REALLY_USED_REGISTERS, REG_ALLOC_ORDER)
25754 (HARD_REGNO_CALL_PART_CLOBBERED, REG_CLASS_NAMES)
25755 (FUNCTION_ARG_REGNO_P, FUNCTION_VALUE_REGNO_P, REGISTER_NAMES):
25756 Add vector registers.
25757 (CANNOT_CHANGE_MODE_CLASS): Call C function.
25758 (enum reg_class): Add VEC_REGS, ADDR_VEC_REGS, GENERAL_VEC_REGS.
25759 (SECONDARY_MEMORY_NEEDED): Allow SF<->SI mode moves without
25760 memory.
25761 (DBX_REGISTER_NUMBER, FIRST_VEC_ARG_REGNO, LAST_VEC_ARG_REGNO)
25762 (SHORT_DISP_IN_RANGE, VECTOR_STORE_FLAG_VALUE): Define macro.
25763 * config/s390/s390.md (UNSPEC_VEC_*): New constants.
25764 (VR*_REGNUM): New constants.
25765 (ALL): New mode iterator.
25766 (INTALL): Remove mode iterator.
25767 Include vector.md.
25768 (movti): Implement TImode moves for VRs.
25769 Disable TImode splitter for VR targets.
25770 Implement splitting TImode GPR<->VR moves.
25771 (reload*_tomem_z10, reload*_toreg_z10): Replace INTALL with ALL.
25772 (reload<mode>_nonoffmem_in, reload<mode>_nonoffmem_out): Rename to
25773 reload<mode>_la_in, reload<mode>_la_out.
25774 (*movdi_64, *movsi_zarch, *movhi, *movqi, *mov<mode>_64dfp)
25775 (*mov<mode>_64, *mov<mode>_31): Add vector instructions.
25776 (TD/TF mode splitter): Enable for GPRs only (formerly !FP).
25777 (mov<mode> SF SD): Prefer lder, lde for loading.
25778 Add lrl and strl instructions.
25779 Add vector instructions.
25780 (strlen<mode>): Rename old strlen<mode> to strlen_srst<mode>.
25781 Call s390_expand_vec_strlen on z13.
25782 (*cc_to_int): Change predicate to nonimmediate_operand.
25783 (addti3): Rename to *addti3. New expander.
25784 (subti3): Rename to *subti3. New expander.
25785 * config/s390/vector.md: New file.
25786
25787 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
25788
25789 * common/config/s390/s390-common.c (processor_flags_table): Add
25790 z13.
25791 * config.gcc: Add z13.
25792 * config/s390/s390-opts.h (enum processor_type): Add
25793 PROCESSOR_2964_Z13.
25794 * config/s390/s390.c (s390_adjust_priority): Check for
25795 PROCESSOR_2964_Z13.
25796 (s390_reorg): Likewise.
25797 (s390_sched_reorder): Likewise.
25798 (s390_sched_variable_issue): Likewise.
25799 (s390_loop_unroll_adjust): Likewise.
25800 (s390_option_override): Likewise. Default to -mvx when available.
25801 * config/s390/s390.h (enum processor_flags): Add PF_Z13 and PF_VX.
25802 (TARGET_CPU_Z13, TARGET_CPU_VX, TARGET_Z13, TARGET_VX)
25803 (TARGET_VX_ABI): Define macros.
25804 macros.
25805 (TARGET_DEFAULT): Add MASK_OPT_VX.
25806 * config/s390/s390.md ("cpu" attribute): Add z13.
25807 ("cpu_facility" attribute): Add vec.
25808 * config/s390/s390.opt (processor_type): Add z13.
25809 (mvx): New options.
25810 * doc/invoke.texi: Add z13 option for -march.
25811
25812 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
25813
25814 * config/s390/predicates.md (shift_count_or_setmem_operand): Add
25815 mode check to make sure that only scalar integer values are
25816 accepted.
25817
25818 2015-05-19 Jan Hubicka <hubicka@ucw.cz>
25819
25820 * tree.c (verify_type_variant): Fix #undef.
25821 (gimple_canonical_types_compatible_p): Move here from lto.c
25822 (verify_type): Verify TYPE_CANONICAL compatibility.
25823 * tree.h (gimple_canonical_types_compatible_p): Declare.
25824
25825 2015-05-19 Jakub Jelinek <jakub@redhat.com>
25826
25827 PR middle-end/66199
25828 * tree.h (OMP_TEAMS_COMBINED): Define.
25829 * gimplify.c (enum gimplify_omp_var_data): Add
25830 GOVD_LINEAR_LASTPRIVATE_NO_OUTER.
25831 (enum omp_region_type): Add ORT_COMBINED_TEAMS.
25832 (omp_notice_variable): Accept both ORT_TEAMS
25833 and ORT_COMBINED_TEAMS. Don't recurse if
25834 GOVD_LINEAR_LASTPRIVATE_NO_OUTER is set and either
25835 GOVD_LINEAR is set, or GOVD_LASTPRIVATE without
25836 GOVD_FIRSTPRIVATE.
25837 (omp_no_lastprivate): New function.
25838 (gimplify_scan_omp_clauses): For OMP_CLAUSE_LASTPRIVATE
25839 and OMP_CLAUSE_LINEAR, if omp_no_lastprivate, don't
25840 notice_outer and set appropriate bits, otherwise make
25841 sure default(none) combined constructs won't complain.
25842 (gimplify_adjust_omp_clauses): Remove OMP_CLAUSE_LINEAR
25843 outer special casing, for OMP_CLAUSE_LASTPRIVATE if
25844 omp_no_lastprivate either remove the clause or turn it
25845 into OMP_CLAUSE_PRIVATE.
25846 (gimplify_omp_for): Fix up handling of implicit
25847 lastprivate or linear iterators.
25848 (gimplify_omp_workshare): For OMP_TEAMS_COMBINED use
25849 ORT_COMBINED_TEAMS.
25850 * omp-low.c (lower_omp_for_lastprivate): For combined
25851 for simd use fd.loop.n2 from the for rather than simd.
25852
25853 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
25854
25855 * config/cris/cris.c (cris_expand_prologue): Use gen_raw_REG
25856 instead of gen_rtx_raw_REG.
25857 (cris_expand_epilogue): Likewise.
25858 * config/microblaze/microblaze.c (microblaze_classify_address):
25859 Likewise.
25860 * config/sparc/sparc.md: Likewise.
25861
25862 2015-05-19 Uros Bizjak <ubizjak@gmail.com>
25863
25864 * config/alpha/alpha.c (alpha_legitimize_reload_address)
25865 (alpha_preferred_reload_class, alpha_legitimate_constant_p): Use
25866 CONST_INT_P, CONST_SCALAR_INT_P and CONST_DOUBLE_P predicates.
25867 (alpha_split_reload_pair) <case CONST_INT, case CONST_WIDE_INT>:
25868 Use CASE_CONST_SCALAR_INT.
25869 (print_operand) <case 'M'>: Use mode_width_operand to check the
25870 value of the constant.
25871 * config/alpha/alpha.md (movti): Use CONST_SCALAR_INT_P predicate.
25872 * config/alpha/predicates.md (input_operand): Use general_operand
25873 instead of match_code as operand check.
25874 (symbolic_operand): Use match_code with subexpression digits.
25875 * config/alpha/constraints.md (Q): Ditto.
25876
25877 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
25878
25879 * optabs.c (expand_vec_perm): Don't re-use SEL as target operand.
25880
25881 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
25882
25883 * config/s390/s390.c (s390_secondary_reload): Fix check for
25884 load/store relative.
25885
25886 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
25887
25888 * recog.h: Increase MAX_RECOG_ALTERNATIVES. Change type of
25889 alternative_mask to uint64_t.
25890
25891 2015-05-19 Jakub Jelinek <jakub@redhat.com>
25892
25893 PR tree-optimization/66187
25894 * match.pd ((bit_and (plus/minus (convert @0) (convert @1)) mask)):
25895 Pass TYPE_SIGN to tree_int_cst_min_precision. If
25896 !TYPE_OVERFLOW_WRAPS, ensure @4 is non-negative.
25897
25898 2015-05-19 David Malcolm <dmalcolm@redhat.com>
25899
25900 * diagnostic.c (diagnostic_report_current_module): Strengthen
25901 local "new_map" from const line_map * to
25902 const line_map_ordinary *.
25903 * genmatch.c (error_cb): Likewise for local "map".
25904 (output_line_directive): Likewise for local "map".
25905 * input.c (expand_location_1): Likewise for local "map".
25906 Pass NULL rather than &map to
25907 linemap_unwind_to_first_non_reserved_loc, since the value is never
25908 read from there, and the value written back not read from here.
25909 (is_location_from_builtin_token): Strengthen local "map" from
25910 const line_map * to const line_map_ordinary *.
25911 (dump_location_info): Strengthen locals "map" from
25912 line_map *, one to const line_map_ordinary *, the other
25913 to const line_map_macro *.
25914 * tree-diagnostic.c (loc_map_pair): Strengthen field "map" from
25915 const line_map * to const line_map_macro *.
25916 (maybe_unwind_expanded_macro_loc): Add a call to
25917 linemap_check_macro when writing to the "map" field of the
25918 loc_map_pair.
25919 Introduce local const line_map_ordinary * "ord_map", using it in
25920 place of "map" in the part of the function where we know we have
25921 an ordinary map. Strengthen local "m" from const line_map * to
25922 const line_map_ordinary *.
25923
25924 2015-05-19 Nick Clifton <nickc@redhat.com>
25925
25926 PR target/66156
25927 * config/msp430/msp430.md (zero_extendhisi2): Add support for
25928 separate source and destination registers.
25929
25930 2015-05-19 Richard Biener <rguenther@suse.de>
25931
25932 PR tree-optimization/66165
25933 * tree-vect-slp.c (vect_supported_load_permutation_p): Add guard
25934 for no load permutation.
25935
25936 PR tree-optimization/66185
25937 * tree-vect-slp.c (vect_build_slp_tree): Properly roll back
25938 when building the SLP node from scalars.
25939
25940 2015-05-19 Eric Botcazou <ebotcazou@adacore.com>
25941 Tristan Gingold <gingold@adacore.com>
25942
25943 * insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.
25944 * builtins.c (expand_builtin_update_setjmp_buf): Make global.
25945 (expand_stack_restore): Call record_new_stack_level.
25946 (expand_stack_save): Do not call do_pending_stack_adjust.
25947 * builtins.h (expand_builtin_update_setjmp_buf): Declare.
25948 * calls.c (expand_call): Call record_new_stack_level for alloca.
25949 * except.c (sjlj_mark_call_sites): Expand builtin_update_setjmp_buf
25950 wherever a NOTE_INSN_UPDATE_SJLJ_CONTEXT note is present.
25951 (update_sjlj_context): New global function.
25952 * except.h (update_sjlj_context): Declare.
25953 * explow.c (record_new_stack_level): New global function.
25954 (allocate_dynamic_stack_space): Call record_new_stack_level.
25955 * explow.h (record_new_stack_level): Declare.
25956 * final.c (final_scan_insn): Deal with NOTE_INSN_UPDATE_SJLJ_CONTEXT.
25957 * cfgrtl.c (duplicate_insn_chain): Likewise.
25958
25959 2015-05-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
25960
25961 * calls.c: Always define STACK_GROWS_DOWNWARD as 0 or 1.
25962 (mem_overlaps_already_clobbered_arg_p): Rewrite ifdef
25963 STACK_GROWS_DOWNWARD as normal if.
25964 (expand_call): Likewise.
25965
25966 2015-05-19 Oleg Endo <olegendo@gcc.gnu.org>
25967
25968 PR target/54236
25969 * config/sh/sh.md (*round_int_even): New insn_and_split and
25970 accompanying new unnamed split.
25971
25972 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
25973
25974 * bitmap.c (bitmap_set_range): Handle count==1 specially.
25975 (bitmap_clear_range): Likewise.
25976 * cfgcleanup.c (mark_effect): Use bitmap_clear_range and
25977 bitmap_set_range unconditionally.
25978 * df-problems.c (df_simulate_one_insn_forwards): Likewise.
25979 * df-scan.c (df_mark_reg): Likewise.
25980 * haifa-sched.c (setup_ref_regs): Likewise.
25981 * sched-rgn.c (update_live_1): Likewise.
25982
25983 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
25984
25985 * regs.h (END_HARD_REGNO): Delete.
25986 (END_REGNO): Move to...
25987 * rtl.h: ...here.
25988 * bt-load.c (note_btr_set): Use END_REGNO instead of END_HARD_REGNO.
25989 * caller-save.c (mark_set_regs): Likewise.
25990 * combine.c (move_deaths, distribute_notes): Likewise.
25991 * cse.c (invalidate, invalidate_for_call): Likewise.
25992 * df-scan.c (df_ref_record): Likewise.
25993 * postreload-gcse.c (reg_changed_after_insn_p): Likewise.
25994 (record_last_reg_set_info): Likewise.
25995 * reg-stack.c (convert_regs_exit): Likewise.
25996 * reload.c (reg_overlap_mentioned_for_reload_p): Likewise.
25997 * resource.c (update_live_status): Likewise.
25998 * rtlanal.c (find_reg_fusage, find_regno_fusage): Likewise.
25999
26000 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
26001
26002 * rtl.h (reg_info): Add an nregs field.
26003 (REG_NREGS): Use it.
26004 (SET_REGNO_RAW): Delete.
26005 (set_regno_raw): New function.
26006 * regs.h (END_HARD_REGNO): Make equivalent to END_REGNO.
26007 (END_REGNO): Redefine in terms of REG_NREGS.
26008 * read-rtl.c (read_rtx_code): Call set_regno_raw instead of
26009 SET_REGNO_RAW.
26010 * emit-rtl.c (set_mode_and_regno): Likewise.
26011 * df-scan.c (df_ref_change_reg_with_loc): Use set_mode_and_regno
26012 instead of SET_REGNO_RAW.
26013
26014 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
26015
26016 * rtl.h (PUT_MODE_RAW): New macro.
26017 (PUT_REG_NOTE_KIND): Use it.
26018 (set_mode_and_regno): Declare.
26019 (gen_raw_REG): Change regno to "unsigned int".
26020 (gen_rtx_REG): Change "unsigned" to "unsigned int".
26021 (PUT_MODE): Forward to PUT_MODE_RAW for generators, otherwise
26022 use set_mode_and_regno to change the mode of registers.
26023 * gengenrtl.c (gendef): Use PUT_MODE_RAW.
26024 * emit-rtl.c (set_mode_and_regno): New function.
26025 (gen_raw_REG): Change regno to unsigned int. Use set_mode_and_regno.
26026 * caller-save.c (reg_save_code): Use set_mode_and_regno.
26027 * expr.c (init_expr_target): Likewise.
26028 * ira.c (setup_prohibited_mode_move_regs): Likewise.
26029 * postreload.c (reload_cse_simplify_operands): Likewise.
26030
26031 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
26032
26033 * caller-save.c (init_caller_save): Use word_mode and
26034 FIRST_PSEUDO_REGISTER when creating temporary rtxes.
26035 * expr.c (init_expr_target): Likewise.
26036 * ira.c (setup_prohibited_mode_move_regs): Likewise.
26037 * postreload.c (reload_cse_regs_1): Likewise.
26038
26039 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
26040
26041 * rtl.def (REG): Change format to "r".
26042 * rtl.h (rtunion): Remove rt_reg.
26043 (reg_info): New structure.
26044 (rtx_def): Add reg field to main union.
26045 (X0REGATTR): Delete.
26046 (REG_CHECK): New macro.
26047 (SET_REGNO_RAW, rhs_regno, REG_ATTRS): Use it.
26048 * rtl.c (rtx_format): Document "r".
26049 (rtx_code_size): Handle REG specially.
26050 * gengenrtl.c (special_format): Return true for formats
26051 that include 'r'.
26052 * gengtype.c (adjust_field_rtx_def): Handle 'r' fields.
26053 Deal with REG_ATTRS after the field loop.
26054 * emit-rtl.c (gen_raw_REG): Call rtx_alloc_stat directly.
26055 * expmed.c (init_expmed): Call gen_raw_REG instead of
26056 gen_rtx_raw_REG.
26057 * expr.c (init_expr_target): Likewise.
26058 * regcprop.c (maybe_mode_change): Likewise.
26059 * varasm.c (make_decl_rtl): Likewise.
26060 * final.c (leaf_renumber_regs_insn): Return early after
26061 handling REGs.
26062 * genemit.c (gen_exp): Handle 'r' fields.
26063 * genpeep.c (match_rtx): Likewise.
26064 * gensupport.c (subst_pattern_match): Likewise.
26065 (get_alternatives_number, collect_insn_data, alter_predicate_for_insn)
26066 (alter_constraints, subst_dup): Likewise.
26067 * read-rtl.c (read_rtx_code): Likewise.
26068 * print-rtl.c (print_rtx): Likewise.
26069 * genrecog.c (find_operand, find_matching_operand): Likewise.
26070 (validate_pattern, match_pattern_2): Likewise.
26071 (parameter::UINT, rtx_test::REGNO_FIELD): New enum values.
26072 (rtx_test::regno_field): New function.
26073 (operator ==, safe_to_hoist_p, transition_parameter_type)
26074 (parameter_type_string, print_parameter_value)
26075 (print_nonbool_test, print_test): Handle new enum values.
26076 * cselib.c (rtx_equal_for_cselib_1): Handle REG specially.
26077 * lra-constraints.c (operands_match_p): Likewise.
26078
26079 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
26080
26081 * df.h (df_ref_change_reg_with_loc): Remove old_regno parameter.
26082 Change type of new_regno to unsigned int.
26083 * df-scan.c (df_ref_change_reg_with_loc_1): Change type of
26084 new_regno to unsigned int.
26085 (df_ref_change_reg_with_loc): Remove old_regno parameter.
26086 Change type of new_regno to unsigned int. Use SET_REGNO_RAW.
26087 * rtl.h (SET_REGNO): Update call to df_ref_change_reg_with_loc.
26088 (SET_REGNO_RAW): Add space after ",".
26089
26090 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
26091
26092 * rtl.h (REG_NREGS): New macro
26093 * alias.c (record_set): Use it.
26094 * cfgcleanup.c (mark_effect): Likewise.
26095 * combine.c (likely_spilled_retval_1): Likewise.
26096 (likely_spilled_retval_p, can_change_dest_mode): Likewise.
26097 (move_deaths, distribute_notes): Likewise.
26098 * cselib.c (cselib_record_set): Likewise.
26099 * df-problems.c (df_simulate_one_insn_forwards): Likewise.
26100 * df-scan.c (df_mark_reg): Likewise.
26101 * dse.c (look_for_hardregs): Likewise.
26102 * dwarf2out.c (reg_loc_descriptor): Likewise.
26103 (multiple_reg_loc_descriptor): Likewise.
26104 * expr.c (write_complex_part, read_complex_part): Likewise.
26105 (emit_move_complex): Likewise.
26106 * haifa-sched.c (setup_ref_regs): Likewise.
26107 * ira-lives.c (mark_hard_reg_live): Likewise.
26108 * lra.c (lra_set_insn_recog_data): Likewise.
26109 * mode-switching.c (create_pre_exit): Likewise.
26110 * postreload.c (reload_combine_recognize_const_pattern): Likewise.
26111 (reload_combine_recognize_pattern): Likewise.
26112 (reload_combine_note_use, move2add_record_mode): Likewise.
26113 (reload_cse_move2add): Likewise.
26114 * reg-stack.c (subst_stack_regs_pat): Likewise.
26115 * regcprop.c (kill_value, copy_value): Likewise.
26116 (copyprop_hardreg_forward_1): Likewise.
26117 * regrename.c (verify_reg_in_set, scan_rtx_reg): Likewise.
26118 (build_def_use): Likewise.
26119 * sched-deps.c (mark_insn_reg_birth, mark_reg_death): Likewise.
26120 (deps_analyze_insn): Likewise.
26121 * sched-rgn.c (check_live_1, update_live_1): Likewise.
26122 * sel-sched.c (count_occurrences_equiv): Likewise.
26123 * valtrack.c (dead_debug_insert_temp): Likewise.
26124
26125 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
26126
26127 * cfgcleanup.c (mentions_nonequal_regs): Use END_REGNO.
26128 * dse.c (note_add_store): Likewise.
26129 * ira-lives.c (mark_hard_reg_dead): Likewise.
26130 * loop-invariant.c (mark_reg_store): Likewise.
26131 (mark_reg_death): Likewise.
26132 * postreload.c (reload_combine): Likewise.
26133 (reload_combine_note_store): Likewise.
26134 (reload_combine_note_use): Likewise.
26135 * recog.c (peep2_reg_dead_p): Likewise.
26136
26137 2015-05-19 Alan Modra <amodra@gmail.com>
26138
26139 * config/rs6000/predicates.md (gpc_reg_operand): Don't allow all
26140 hard registers numbered greater or equal to ARG_POINTER_REGNUM.
26141 (reg_or_neg_short_operand, fix_trunc_dest_operand): Delete
26142 unused predicates.
26143 * config/rs6000/altivec.md (save_vregs_*, restore_vregs_*):
26144 Use altivec_register_operand. Make insn predicate TARGET_ALTIVEC.
26145 * config/rs6000/rs6000.md (extzvdi_internal2): Use cc_reg_operand.
26146 * config/rs6000/vsx.md (vsx_float<VSi><mode>2): Expand comment.
26147
26148 2015-05-19 Sameera Deshpande <Sameera.Deshpande@imgtec.com>
26149
26150 * config/mips/mips.md (JOIN_MODE): New mode iterator.
26151 (join2_load_Store<JOIN_MODE:mode>): New pattern.
26152 (join2_loadhi): Likewise.
26153 (define_peehole2): Add peephole2 patterns to join 2 HI/SI/SF/DF-mode
26154 load-load and store-stores.
26155 * config/mips/mips.opt (mload-store-pairs): New option.
26156 (TARGET_LOAD_STORE_PAIRS): New macro.
26157 * config/mips/mips.h (ENABLE_LD_ST_PAIRS): Likewise.
26158 * config/mips/mips-protos.h (mips_load_store_bonding_p): New prototype.
26159 * config/mips/mips.c (mips_load_store_bonding_p): New function.
26160
26161 2015-05-19 Mikhail Maltsev <maltsevm@gmail.com>
26162
26163 * bb-reorder.c (fix_up_fall_thru_edges): Use std::swap instead of
26164 explicit swaps.
26165 * dojump.c (do_compare_rtx_and_jump): Likewise.
26166 * expmed.c (emit_store_flag_1): Likewise.
26167 * fibonacci_heap.h (fibonacci_heap::union_with): Likewise.
26168 * final.c (sprint_ul): Use std::reverse for reversing a string.
26169 * fold-const.c (extract_muldiv_1): Use std::swap.
26170 * genmodes.c (emit_mode_int_n): Likewise.
26171 * ifcvt.c (dead_or_predicable): Likewise.
26172 * ira-build.c (ira_merge_live_ranges): Likewise.
26173 (swap_allocno_copy_ends_if_necessary): Likewise.
26174 * ira.c (ira_setup_alts): Likewise.
26175 * loop-iv.c (iv_analyze_expr): Likewise.
26176 (implies_p): Likewise.
26177 (canon_condition): Likewise.
26178 * lra-constraints.c (swap_operands): Likewise.
26179 * lra-lives.c (lra_merge_live_ranges): Likewise.
26180 * omega.c (swap): Remove.
26181 (bswap): Remove.
26182 (omega_unprotect_1): Use std::swap.
26183 (omega_solve_geq): Likewise.
26184 * optabs.c (expand_binop_directly): Likewise.
26185 (expand_binop): Likewise.
26186 (emit_conditional_move): Likewise.
26187 (emit_conditional_add): Likewise.
26188 * postreload.c (reload_cse_simplify_operands): Likewise.
26189 * reg-stack.c (emit_swap_insn): Likewise.
26190 (swap_to_top): Likewise.
26191 (compare_for_stack_reg): Likewise.
26192 (subst_asm_stack_regs): Likewise.
26193 * reload.c (find_reloads): Likewise.
26194 * reload1.c (gen_reload_chain_without_interm_reg_p): Likewise.
26195 * sel-sched.c (invoke_reorder_hooks): Likewise.
26196 (create_block_for_bookkeeping): Likewise.
26197 * tree-data-ref.c (lambda_matrix_row_exchange): Remove.
26198 (lambda_matrix_right_hermite): Use std::swap.
26199 * tree-ssa-coalesce.c (sort_coalesce_list): Likewise.
26200 * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
26201 * tree-ssa-loop-ivopts.c (iv_ca_delta_reverse): Likewise.
26202 * tree-ssa-math-opts.c (is_widening_mult_p): Likewise.
26203 * tree-ssa-phiopt.c (hoist_adjacent_loads): Likewise.
26204 * tree-ssa-reassoc.c (linearize_expr_tree): Likewise.
26205 * tree-ssa-threadedge.c (simplify_control_stmt_condition): Likewise.
26206 * tree-vrp.c (compare_ranges): Likewise.
26207 * var-tracking.c (add_with_sets): Likewise.
26208 (vt_find_locations): Likewise.
26209
26210 2015-05-18 Andreas Tobler <andreast@gcc.gnu.org>
26211
26212 * config/freebsd-spec.h (FBSD_STARTFILE_SPEC): Add the bits to build
26213 pie executables.
26214 (FBSD_ENDFILE_SPEC): Likewise.
26215 * config/i386/freebsd.h (STARTFILE_SPEC): Remove and use the one from
26216 config/freebsd-spec.h.
26217 (ENDFILE_SPEC): Likewise.
26218
26219 2015-05-18 Uros Bizjak <ubizjak@gmail.com>
26220 Richard Henderson <rth@redhat.com>
26221
26222 PR target/57032
26223 * config/alpha/constraints.md (Q): Rewrite as define_memory_constraint.
26224 Check for a memory location that is not a reference (using an AND)
26225 to an unaligned location here.
26226 * config/alpha/predicates.md (normal_memory_operand): Remove.
26227
26228 2015-05-18 Alex Velenko <Alex.Velenko@arm.com>
26229
26230 * config/arm/arm.md (andsi_not_shiftsi_si_scc): New pattern.
26231 (andsi_not_shiftsi_si_scc_no_reuse): New pattern.
26232
26233 2015-05-18 Robert Suchanek <robert.suchanek@imgtec.com>
26234
26235 * config/mips/mips.c (micromips_globals): New variable.
26236 (mips_set_compression_mode): Save and reinitialize target-dependent
26237 state for microMIPS.
26238
26239 2015-05-18 Martin Liska <mliska@suse.cz>
26240
26241 * dbgcnt.def: Add new counter.
26242 * ipa-icf.c (sem_item_optimizer::merge_classes): Use the counter.
26243
26244 2015-05-18 Martin Liska <mliska@suse.cz>
26245
26246 * dbgcnt.def: Sort counters.
26247 * opts.c (common_handle_option): Do not compile if
26248 -fdbg-cnt-list is enabled.
26249
26250 2015-05-18 Tom de Vries <tom@codesourcery.com>
26251
26252 * gimplify.c (gimplify_modify_expr): Remove do_deref handling.
26253 (gimplify_va_arg_expr): Remove do_deref handling. Remove adding of
26254 address operator to va_list operand.
26255 * tree-stdarg.c (expand_ifn_va_arg_1): Do deref of va_list operand
26256 unconditionally.
26257 * config/i386/i386.c (ix86_gimplify_va_arg): Remove deref on va_list
26258 operand.
26259 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Same.
26260 * config/s390/s390.c (s390_gimplify_va_arg): Same.
26261 * config/spu/spu.c (spu_gimplify_va_arg_expr): Same.
26262
26263 2015-05-18 Tom de Vries <tom@codesourcery.com>
26264
26265 * tree-ssa-tail-merge.c: Fix whitespace.
26266
26267 2015-05-17 Jim Wilson <jim.wilson@linaro.org>
26268
26269 * doc/invoke.texi (ARM Options, mtune): Add generic-armv7-a,
26270 cortex-a17, and cortex-a17.cortex-a7.
26271
26272 2015-05-17 Oleg Endo <olegendo@gcc.gnu.org>
26273
26274 PR target/54236
26275 * config/sh/sh.md (*addc_2r_t): Use ashift instead of mult.
26276
26277 2015-05-17 Uros Bizjak <ubizjak@gmail.com>
26278
26279 PR target/66174
26280 * config/i386/i386.c (expand_vec_perm_blend): Enable HImode and
26281 QImode inner modes for TARGET_AVX512BW. Force mask operand
26282 to a register for AVX512F modes.
26283
26284 2015-05-16 Jan Hubicka <hubicka@ucw.cz>
26285
26286 * toplev.c (emit_debug_global_declarations): Do not output debug info
26287 when doing slim LTO objects.
26288
26289 2015-05-16 Jan Hubicka <hubicka@ucw.cz>
26290
26291 * ipa-utils.h (warn_types_mismatch, odr_or_derived_type_p,
26292 odr_types_equivalent_p): Declare.
26293 (odr_type_p): Use gcc_checking_assert.
26294 (type_in_anonymous_namespace_p) Declare.
26295 (type_with_linkage_p): Declare.
26296 * common.opt (Wlto-type-mismatch): New warning.
26297 * ipa-devirt.c (compound_type_base): New function.
26298 (odr_or_derived_type_p): New function.
26299 (odr_types_equivalent_p): New function.
26300 (add_type_duplicate): Simplify.
26301 (type_with_linkage_p): Add hack to prevent false positives on C types
26302 (type_in_anonymous_namespace_p): Likewise.
26303 * tree.c (need_assembler_name_p): Use type_with_linkage.
26304 * tree.h (type_in_anonymous_namespace_p): Remove.
26305 * doc/invoke.texi (-Wlto-type-mismatch): Document
26306
26307 2015-05-16 Jan Hubicka <hubicka@ucw.cz>
26308
26309 * tree.c (verify_type_variant): Verify tree_base and type_common flags.
26310 (verify_type): Verify STRING_FLAG.
26311
26312 2015-05-16 Manuel López-Ibáñez <manu@gcc.gnu.org>
26313
26314 PR fortran/44054
26315 * tree-pretty-print.c (percent_K_format): Replace locus pointer
26316 with accessor function.
26317 * tree-diagnostic.c (diagnostic_report_current_function): Use
26318 diagnostic_location function.
26319 (maybe_unwind_expanded_macro_loc): Likewise.
26320 (virt_loc_aware_diagnostic_finalizer): Likewise.
26321 (default_tree_printer): Replace locus pointer with accessor function.
26322 * diagnostic.c (diagnostic_initialize): Initialize caret_chars array.
26323 (diagnostic_set_info_translated): Initialize second location.
26324 (diagnostic_build_prefix): Use CARET_LINE_MARGIN.
26325 (diagnostic_show_locus): Handle two locations. Call
26326 diagnostic_print_caret_line.
26327 (diagnostic_print_caret_line): New.
26328 (default_diagnostic_starter): Use diagnostic_location function.
26329 (diagnostic_report_diagnostic): Use diagnostic_location function.
26330 (verbatim): Do not set text.locus.
26331 * diagnostic.h (struct diagnostic_info): Remove location field.
26332 (struct diagnostic_context): Make caret_chars an array of two.
26333 (diagnostic_location): New inline.
26334 (diagnostic_expand_location): Handle two locations.
26335 (diagnostic_same_line): New inline.
26336 (diagnostic_print_caret_line): Declare.
26337 (CARET_LINE_MARGIN): New constant.
26338 * pretty-print.c (pp_printf): Do not set text.locus.
26339 (pp_verbatim): Do not set text.locus.
26340 * pretty-print.h (MAX_LOCATIONS_PER_MESSAGE): New constant.
26341 (struct text_info): Replace locus pointer with locations
26342 array. Add accessor functions.
26343
26344 2015-05-16 Kugan Vivekanandarajah <kuganv@linaro.org>
26345 Zhenqiang Chen <zhenqiang.chen@linaro.org>
26346
26347 PR target/65768
26348 * config/arm/arm.h (DONT_EARLY_SPLIT_CONSTANT): New macro.
26349 * config/arm/arm.md (subsi3, andsi3, iorsi3, xorsi3, movsi): Keep some
26350 large constants in register instead of splitting them.
26351
26352 2015-05-16 Uros Bizjak <ubizjak@gmail.com>
26353
26354 PR target/66140
26355 * config/alpha/alpha.c (get_aligned_mem): Also look for reload
26356 replacements in memory addresses.
26357 (get_unaligned_address): Ditto.
26358
26359 2015-05-16 James Bowman <james.bowman@ftdichip.com>
26360
26361 * config/ft32/*: New files for FT32 port.
26362 * doc/install.texi: Add FT32 information.
26363 * doc/invoke.texi: Add FT32 information.
26364 * doc/md.texi: Add FT32 information.
26365 * doc/contrib.texi: Self added.
26366
26367 2015-05-15 Marc Glisse <marc.glisse@inria.fr>
26368
26369 PR tree-optimization/64454
26370 * match.pd ((X % Y) % Y, (X % Y) < Y): New patterns.
26371 (-1 - A -> ~A): Remove unnecessary condition.
26372
26373 2015-05-15 Gregor Richards <gregor.richards@uwaterloo.ca>
26374
26375 * config/i386/linux.h (MUSL_DYNAMIC_LINKER): Define.
26376 * config/i386/linux64.h (MUSL_DYNAMIC_LINKER32): Define.
26377 (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERX32): Define.
26378
26379 2015-05-15 Ilya Enkovich <ilya.enkovich@intel.com>
26380
26381 * ipa-chkp.h (chkp_wrap_function): New.
26382 * ipa-chkp.c (chkp_wrap_function): Remove 'static'.
26383 (chkp_wrap_function_name): New.
26384 (chkp_build_instrumented_fndecl): Use chkp_wrap_function_name
26385 to get wrapper name.
26386 * lto-cgraph.c: Include ipa-chkp.h.
26387 (input_cgraph_1): Avoid alias chain for wrappers.
26388
26389 2015-05-15 Ilya Enkovich <enkovich.gnu@gmail.com>
26390
26391 PR middle-end/66134
26392 * tree-chkp.c (chkp_get_orginal_bounds_for_abnormal_copy): New.
26393 (chkp_maybe_copy_and_register_bounds): Don't copy abnormal copy.
26394
26395 2015-05-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
26396
26397 * config/aarch64/aarch64.h (AARCH64_TUNE_SLOWMUL): Delete.
26398 (AARCH64_FL_SLOWMUL): Delete.
26399 (AARCH64_FL_CRC): Redefine to 1<<3.
26400 (AARCH64_FL_USE_FMA_STEERING_PASS): Redefine to 1<<4.
26401
26402 2015-05-15 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
26403
26404 * config/arm/arm.h (LOGICAL_OP_NON_SHORT_CIRCUIT): Add appropriate
26405 casting.
26406
26407 2015-05-15 Uros Bizjak <ubizjak@gmail.com>
26408
26409 * config/alpha/alpha.md (extendqidi2): Use general_operand
26410 instead of some_operand for operand[1] predicate.
26411 (extendhidi2): Ditto.
26412 (cbranchdi4): Use general_operand instead of some_operand
26413 for operand[1] and operands[2] predicates.
26414 (cstoredi4): Ditto.
26415 * config/alpha/predicates.md (some_operand): Remove unused predicate.
26416 (some_ni_operand): Ditto.
26417
26418 2015-05-15 Uros Bizjak <ubizjak@gmail.com>
26419
26420 * config/alpha/alpha.c (alpha_extract_integer): Do not handle
26421 CONST_WIDE_INT and CONST_DOUBLE. Assert CONST_INT_P (x).
26422 (alpha_legitimate_constant_p) <case CONST_WIDE_INT>: Check high and
26423 low part of the constant using alpha_emit_set_const_1.
26424 (alpha_expand_mov): Do not handle CONST_WIDE_INT and CONST_DOUBLE.
26425
26426 2015-05-14 Rohit Arul Raj <rohitrulraj@freescale.com>
26427
26428 * varasm.c (output_constant_pool_1): Pass down alignment from
26429 constant pool entry's descriptor to output_constant_pool_2.
26430 (output_object_block): Add comment prior to call to
26431 output_constant_pool_1.
26432
26433 2015-05-14 Vladimir Makarov <vmakarov@redhat.com>
26434
26435 PR rtl-optimization/65862
26436 * target.def (ira_change_pseudo_allocno_class): New hook.
26437 * targhooks.c (default_ira_change_pseudo_allocno_class): Default
26438 value of the hook.
26439 * targhooks.h (default_ira_change_pseudo_allocno_class): New extern.
26440 * doc/tm.texi.in (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Add the
26441 hook.
26442 * ira-costs.c (find_costs_and_classes): Call the hook and change
26443 classes when it is necessary.
26444 * doc/tm.texi: Update.
26445
26446 2015-05-14 Alexander Monakov <amonakov@ispras.ru>
26447
26448 * config/i386/i386.md (sibcall_memory): Check that register with
26449 callee address is not also used as one of the arguments, instead
26450 of checking that it is not live after the sibcall.
26451 (sibcall_pop_memory): Ditto.
26452 (sibcall_value_memory): Ditto.
26453 (sibcall_value_pop_memory): Ditto.
26454
26455 2015-05-14 Marc Glisse <marc.glisse@inria.fr>
26456
26457 * generic-match-head.c (types_match): Handle non-types.
26458 * gimple-match-head.c (types_match): Likewise.
26459 * match.pd: Remove unnecessary TREE_TYPE for types_match.
26460
26461 2015-05-14 Wilco Dijkstra <wdijkstr@arm.com>
26462
26463 * config/aarch64/aarch64.md (absdi2): Optimize abs expansion.
26464 (csneg3<mode>_insn): Enable expansion of pattern.
26465
26466 2015-05-14 Nick Clifton <nickc@redhat.com>
26467
26468 * config/rl78/rl78.c (rl78_select_section): Select the correct
26469 default section based upon the category of the decl.
26470
26471 2015-05-13 Segher Boessenkool <segher@kernel.crashing.org>
26472
26473 PR rtl-optimization/30967
26474 * config/rs6000/rs6000.c (rs6000_rtx_costs): Don't consider
26475 destination mode for the cost of scc patterns.
26476
26477 2015-05-13 Uros Bizjak <ubizjak@gmail.com>
26478
26479 * config/i386/i386.md (*mul<mode>3_1): Merge with *mulhi3_1
26480 using SWIM248 mode iterator.
26481 (*mulv<mode>4): Use x86_64_sext_operand for operand[2] constraint.
26482 (*mulvhi4): mark operand[1] as commutative. Use nonimmediate_operand
26483 for operand[2] constraint.
26484 (*mulv<mode>4_1): Merge with *mulvhi4_1 using SWI248 mode iterator.
26485
26486 2015-05-13 Jakub Jelinek <jakub@redhat.com>
26487
26488 PR middle-end/66133
26489 * omp-low.c (expand_omp_taskreg): For GIMPLE_OMP_TASK expansion,
26490 make sure it is never noreturn, even when the task body does not
26491 return.
26492 (lower_omp_taskreg): For GIMPLE_OMP_TASK, emit GIMPLE_OMP_CONTINUE
26493 right before GIMPLE_OMP_RETURN.
26494 (make_gimple_omp_edges): Accept GIMPLE_OMP_CONTINUE as ->cont
26495 for GIMPLE_OMP_TASK. For GIMPLE_OMP_RETURN corresponding to
26496 GIMPLE_OMP_TASK add an EDGE_ABNORMAL edge from entry to exit.
26497
26498 2015-05-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
26499
26500 * params.def (PARAM_MAX_POW_SQRT_DEPTH): New param.
26501 * tree-ssa-math-opts.c: Include params.h
26502 (pow_synth_sqrt_info): New struct.
26503 (representable_as_half_series_p): New function.
26504 (get_fn_chain): Likewise.
26505 (print_nested_fn): Likewise.
26506 (dump_fractional_sqrt_sequence): Likewise.
26507 (dump_integer_part): Likewise.
26508 (expand_pow_as_sqrts): Likewise.
26509 (gimple_expand_builtin_pow): Use above to attempt to expand
26510 pow as series of square roots. Removed now unused variables.
26511
26512 2015-05-13 Uros Bizjak <ubizjak@gmail.com>
26513
26514 * config/alpha/alpha.c (alpha_emit_set_long_const): Remove c1 argument.
26515 (alpha_extract_integer): Redeclare as static HOST_WIDE_INT.
26516 Remove *p0 and *p1 arguments. Rewrite function.
26517 (alpha_legitimate_constant_p): Update call to alpha_extract_integer.
26518 (alpha_split_const_mov): Update calls to alpha_extract_integer and
26519 alpha_emit_set_long_const.
26520 (alpha_expand_epilogue): Update calls to alpha_emit_set_long_const.
26521 (alpha_output_mi_thunk_osf): Ditto.
26522 * config/alpha/alpha.md (movti): Do not check operands[1]
26523 for CONST_DOUBLE.
26524
26525 2015-05-13 Richard Biener <rguenther@suse.de>
26526
26527 PR tree-optimization/66129
26528 * tree-vect-slp.c (vect_build_slp_tree): Make sure all ops are
26529 commutative.
26530 (vect_schedule_slp_instance): Fix typo.
26531
26532 2015-05-13 David Malcolm <dmalcolm@redhat.com>
26533
26534 * common.opt (fdump-internal-locations): New option.
26535 * input.c: Include diagnostic-core.h.
26536 (get_end_location): New function.
26537 (write_digit): New function.
26538 (write_digit_row): New function.
26539 (dump_location_range): New function.
26540 (dump_labelled_location_range): New function.
26541 (dump_location_info): New function.
26542 * input.h (dump_location_info): New prototype.
26543 * toplev.c (compile_file): Handle flag_dump_locations.
26544
26545 2015-05-13 Eric Botcazou <ebotcazou@adacore.com>
26546
26547 * gimple-expr.h (is_gimple_constant): Reorder.
26548 * tree-ssa-propagate.c (before_dom_children): Use inline accessor.
26549
26550 2015-05-13 Segher Boessenkool <segher@kernel.crashing.org>
26551
26552 * combine.c (simplify_set): When generating a CC set, if the
26553 source already is in the correct mode, do not wrap it in a
26554 compare. Simplify the rest of that code.
26555
26556 2015-05-13 Richard Biener <rguenther@suse.de>
26557
26558 PR tree-optimization/66123
26559 * tree-ssa-dom.c (propagate_rhs_into_lhs): Check if we found
26560 a taken edge.
26561
26562 2015-05-13 Richard Biener <rguenther@suse.de>
26563
26564 PR middle-end/66110
26565 * alias.c (alias_sets_conflict_p): Do not treat has_zero_child
26566 specially.
26567 * Makefile.in (dfp.o-warn): Add -Wno-strict-aliasing.
26568
26569 2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
26570
26571 * doc/install.texi: Bump latest automake 1.11 version to 1.11.6.
26572 * aclocal.m4: Regenerated with automake-1.11.6.
26573
26574 2015-05-13 Tom de Vries <tom@codesourcery.com>
26575
26576 PR tree-optimization/66010
26577 * gimplify.h (gimplify_va_arg_internal): Remove declaration.
26578 * gimplify.c (gimplify_va_arg_internal): Remove and inline into ...
26579 * tree-stdarg.c (expand_ifn_va_arg_1): ... here. Choose between lval
26580 and rval based on do_deref.
26581
26582 2015-05-13 Ilya Enkovich <ilya.enkovich@intel.com>
26583
26584 PR target/65103
26585 * config/i386/i386.c (ix86_rtx_costs): We want to propagate
26586 link time constants into adress expressions and therefore set
26587 their cost to 0.
26588
26589 2015-05-13 Jakub Jelinek <jakub@redhat.com>
26590
26591 PR target/66112
26592 * config/i386/i386.md (mulv<mode>4, umulv<mode>4, *umulv<mode>4):
26593 Use SWI248 iterator instead of SWI.
26594 (*mulv<mode>4_1): Use SWI48 instead of SWI. Simplify output template.
26595 Use eq_attr "alternative" "0" instead of match_test in
26596 length_immediate attribute computation.
26597 (*mulvhi4, *mulvhi4_1): New define_insns.
26598
26599 PR target/66112
26600 * internal-fn.c (get_min_precision): Use UNSIGNED instead of
26601 SIGNED to get precision of non-negative value.
26602
26603 2015-05-13 Ilya Enkovich <ilya.enkovich@intel.com>
26604
26605 PR target/66048
26606 * function.c (diddle_return_value_1): Process bounds first.
26607 * config/i38/i386.c (ix86_function_value_regno_p): Add bnd1
26608 register.
26609
26610 2015-05-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
26611
26612 PR rtl-optimization/64616
26613 * loop-invariant.c (can_move_invariant_reg): New.
26614 (move_invariant_reg): Call above new function to decide whether
26615 instruction can just be moved, skipping creation of temporary
26616 register.
26617
26618 2015-05-12 Jan Hubicka <hubicka@ucw.cz>
26619
26620 PR target/pr66047.c
26621 * i386.c (ix86_function_sseregparm): Only return -1 if local function
26622 with implied regparm is called from -mno-sse function.
26623 (init_cumulative_args): Output error if ix86_function_sseregparm
26624 return -1 and SSE register would be needed.
26625 (function_arg_advance_32): Likewise.
26626 (function_arg_32): Likewise.
26627 * i386.h (ix86_args): Add decl field.
26628
26629 2015-05-12 Jan Hubicka <hubicka@ucw.cz>
26630
26631 PR ipa/65873
26632 * ipa-inline.c (can_inline_edge_p): Allow early inlining of always
26633 inlines across optimization boundary.
26634
26635 2015-05-12 Jason Merrill <jason@redhat.com>
26636
26637 * config/mmix/mmix.c, config/msp430/msp430.c: Add space between
26638 string literal and macro name.
26639
26640 2015-05-12 Steve Ellcey <sellcey@imgtec.com>
26641
26642 * config/mips/mips.c (mips_print_operand): Remove 'y' operand code.
26643 * config/mips/mips.md (<GPR:d>lsa): Rewrite with shift operator.
26644 * config/mips/predicates.md (const_immlsa_operand): Remove log call.
26645
26646 2015-05-12 David Malcolm <dmalcolm@redhat.com>
26647
26648 * doc/invoke.texi (Warning Options): Add -Wmisleading-indentation.
26649 (-Wmisleading-indentation): New option.
26650 * Makefile.in (C_COMMON_OBJS): Add c-family/c-indentation.o.
26651
26652 2015-05-12 Uros Bizjak <ubizjak@gmail.com>
26653
26654 * config/alpha/alpha.h (TARGET_SUPPORTS_WIDE_INT): New define.
26655 * config/alpha/alpha.c (alpha_rtx_costs): Handle CONST_WIDE_INT.
26656 (alpha_extract_integer): Ditto.
26657 (alpha_legitimate_constant_p): Ditto.
26658 (alpha_split_tmode_pair): Ditto.
26659 (alpha_preferred_reload_class): Add CONST_WIDE_INT.
26660 (alpha_expand_mov): Ditto.
26661 (print_operand): Remove handling of 'H' modifier.
26662 <case 'm'>: Remove CONST_DOUBLE handling.
26663 (summarize_insn): Handle CONST_WIDE_INT.
26664 * config/alpha/alpha.md (*andsi_internal): Remove H constraint.
26665 (anddi3): Ditto.
26666 (movti): Handle CONST_WIDE_INT.
26667 * config/alpha/constraints.md ('H'): Remove constraint definition.
26668 ('G'): Do not match MODE_FLOAT class.
26669 * config/alpha/predicates.md (const0_operand): Also match
26670 const_wide_int.
26671 (non_add_const_operand): Ditto.
26672 (non_zero_const_operand): Ditto.
26673 (some_operand): Ditto.
26674 (input_operand): Ditto. Handle CONST_WIDE_INT.
26675 (and_operand): Do not match const_double.
26676 * config/alpha/sync.md (fetchop_constr): Remove H constraint.
26677
26678 2015-05-12 Andrew MacLeod <amacleod@redhat.com>
26679
26680 PR target/65697
26681 * coretypes.h (MEMMODEL_SYNC, MEMMODEL_BASE_MASK): New macros.
26682 (enum memmodel): Add SYNC_{ACQUIRE,RELEASE,SEQ_CST}.
26683 * tree.h (memmodel_from_int, memmodel_base, is_mm_relaxed,
26684 is_mm_consume,is_mm_acquire, is_mm_release, is_mm_acq_rel,
26685 is_mm_seq_cst, is_mm_sync): New accessor functions.
26686 * builtins.c (expand_builtin_sync_operation,
26687 expand_builtin_compare_and_swap): Use MEMMODEL_SYNC_SEQ_CST.
26688 (expand_builtin_sync_lock_release): Use MEMMODEL_SYNC_RELEASE.
26689 (get_memmodel, expand_builtin_atomic_compare_exchange,
26690 expand_builtin_atomic_load, expand_builtin_atomic_store,
26691 expand_builtin_atomic_clear): Use new accessor routines.
26692 (expand_builtin_sync_synchronize): Use MEMMODEL_SYNC_SEQ_CST.
26693 * optabs.c (expand_compare_and_swap_loop): Use MEMMODEL_SYNC_SEQ_CST.
26694 (maybe_emit_sync_lock_test_and_set): Use new accessors and
26695 MEMMODEL_SYNC_ACQUIRE.
26696 (expand_sync_lock_test_and_set): Use MEMMODEL_SYNC_ACQUIRE.
26697 (expand_mem_thread_fence, expand_mem_signal_fence, expand_atomic_load,
26698 expand_atomic_store): Use new accessors.
26699 * emit-rtl.c (need_atomic_barrier_p): Add additional enum cases.
26700 * tsan.c (instrument_builtin_call): Update check for memory model beyond
26701 final enum to use MEMMODEL_LAST.
26702 * c-family/c-common.c: Use new accessor for memmodel_base.
26703 * config/aarch64/aarch64.c (aarch64_expand_compare_and_swap): Use new
26704 accessors.
26705 * config/aarch64/atomics.md (atomic_load<mode>,atomic_store<mode>,
26706 arch64_load_exclusive<mode>, aarch64_store_exclusive<mode>,
26707 mem_thread_fence, *dmb): Likewise.
26708 * config/alpha/alpha.c (alpha_split_compare_and_swap,
26709 alpha_split_compare_and_swap_12): Likewise.
26710 * config/arm/arm.c (arm_expand_compare_and_swap,
26711 arm_split_compare_and_swap, arm_split_atomic_op): Likewise.
26712 * config/arm/sync.md (atomic_load<mode>, atomic_store<mode>,
26713 atomic_loaddi): Likewise.
26714 * config/i386/i386.c (ix86_destroy_cost_data, ix86_memmodel_check):
26715 Likewise.
26716 * config/i386/sync.md (mem_thread_fence, atomic_store<mode>): Likewise.
26717 * config/ia64/ia64.c (ia64_expand_atomic_op): Add new memmodel cases and
26718 use new accessors.
26719 * config/ia64/sync.md (mem_thread_fence, atomic_load<mode>,
26720 atomic_store<mode>, atomic_compare_and_swap<mode>,
26721 atomic_exchange<mode>): Use new accessors.
26722 * config/mips/mips.c (mips_process_sync_loop): Likewise.
26723 * config/pa/pa.md (atomic_loaddi, atomic_storedi): Likewise.
26724 * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier,
26725 rs6000_post_atomic_barrier): Add new cases.
26726 (rs6000_expand_atomic_compare_and_swap): Use new accessors.
26727 * config/rs6000/sync.md (mem_thread_fence): Add new cases.
26728 (atomic_load<mode>): Add new cases and use new accessors.
26729 (store_quadpti): Add new cases.
26730 * config/s390/s390.md (mem_thread_fence, atomic_store<mode>): Use new
26731 accessors.
26732 * config/sparc/sparc.c (sparc_emit_membar_for_model): Use new accessors.
26733 * doc/extend.texi: Update docs to indicate 16 bits are used for memory
26734 model, not 8.
26735
26736 2015-05-12 Jan Hubicka <hubicka@ucw.cz>
26737
26738 * ipa-devirt.c (type_with_linkage_p): New function.
26739 (type_in_anonymous_namespace_p): Move here from tree.c; assert that
26740 type has linkage.
26741 (odr_type_p): Move here from ipa-utils.h; use type_with_linkage_p.
26742 (can_be_name_hashed_p): Simplify.
26743 (hash_odr_name): Check that type has linkage before checking if it is
26744 anonymous.
26745 (types_same_for_odr): Likewise.
26746 (odr_name_hasher::equal): Likewise.
26747 (odr_subtypes_equivalent_p): Likewise.
26748 (warn_types_mismatch): Likewise.
26749 (get_odr_type): Likewise.
26750 (odr_types_equivalent_p): Fix checking of TYPE_MAIN_VARIANT.
26751 * ipa-utils.h (odr_type_p): Move offline.
26752 * tree.c (need_assembler_name_p): Fix handling of types
26753 without linkages.
26754 (type_in_anonymous_namespace_p): Move to ipa-devirt.c
26755
26756 2015-05-12 David Malcolm <dmalcolm@redhat.com>
26757
26758 * timevar.c (timevar_enable): Delete in favor of...
26759 (g_timer): New global.
26760 (struct timevar_def): Move to timevar.h inside class timer.
26761 (struct timevar_stack_def): Likewise.
26762 (timevars): Delete global in favor of field "m_timevars" within
26763 class timer in timevar.h
26764 (stack): Likewise, in favor of field "m_stack".
26765 (unused_stack_instances): Likewise, in favor of field
26766 "m_unused_stack_instances".
26767 (start_time): Likewise, in favor of field "m_start_time".
26768 (get_time): Eliminate check for timevar_enable.
26769 (timer::timer): New function, built from part of timevar_init.
26770 (timevar_init): Rewrite idempotency test from using
26771 "timevar_enable" bool to using dynamic allocation of "g_timer".
26772 Move rest of implementation into timer's constructor.
26773 (timevar_push_1): Rename to...
26774 (timer::push): ...this, adding "m_" prefixes to variables that
26775 are now fields of timer.
26776 (timevar_pop_1): Likewise, rename to...
26777 (timer::pop): ...this, and add "m_" prefixes.
26778 (timevar_start): Replace test for "timevar_enable" with one for
26779 "g_timer", and move bulk of implementation to...
26780 (timer::start): ...here, adding "m_" prefixes.
26781 (timevar_stop): Likewise, from here...
26782 (timer::stop): ...to here.
26783 (timevar_cond_start): Likewise, from here...
26784 (timer::cond_start): ...to here.
26785 (timevar_cond_stop): Likewise, from here...
26786 (timer::cond_stop): ...to here.
26787 (validate_phases): Rename to...
26788 (timer::validate_phases): ...this, and add "m_" prefixes. Make
26789 locals "total" and "tv" const.
26790 (timevar_print): Rename to...
26791 (timer::print): ...this, and add "m_" prefixes. Make locals
26792 "total" and "tv" const. Eliminate test for timevar_enable.
26793 * timevar.h (timevar_enable): Eliminate.
26794 (g_timer): New declaration.
26795 (timevar_push_1): Eliminate.
26796 (timevar_pop_1): Eliminate.
26797 (timevar_print): Eliminate.
26798 (class timer): New class.
26799 (timevar_push): Rewrite to use g_timer.
26800 (timevar_pop): Likewise.
26801 * toplev.c (toplev::~toplev): Likewise.
26802
26803 2015-05-12 Richard Earnshaw <rearnsha@arm.com>
26804
26805 * arm-protos.h (arm_sched_autopref): Delete.
26806 (tune_params): Re-organize, use enums for flag values.
26807 (FUSE_OPS): New macro.
26808 * arm.c (ARM_PREFETCH_NOT_BENEFICIAL): Update.
26809 (ARM_PREFETCH_BENEFICIAL): Likewise.
26810 (ARM_FUSE_NOTHING, ARM_FUSE_MOVW_MOVT): Delete.
26811 (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune)
26812 (arm_xscale_tune, arm_9e_tune, arm_marvell_pj4_tune)
26813 (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a8_tune)
26814 (arm_cortex_a7_tune, arm_cortex_a15_tune, arm_cortex_a53_tune)
26815 (arm_cortex_a57_tune, arm_xgene1_tune, arm_cortex_a5_tune)
26816 (arm_cortex_a9_tune, arm_cortex_a12_tune, arm_v7m_tune)
26817 (arm_cortex_m7_tune, arm_v6m_tune, arm_fa726te_tune): Use new
26818 format.
26819 (arm_option_override, thumb2_reorg, arm_print_tune_info)
26820 (aarch_macro_fusion_pair_p): Update uses of current_tune.
26821 * arm.h (LOGICAL_OP_NON_SHORT_CIRCUIT): Likewise.
26822
26823 2015-05-12 Sandra Loosemore <sandra@codesourcery.com>
26824
26825 * config/nios2/nios2.md (trap, ctrapsi4): Use "trap" instead of
26826 "break".
26827
26828 2015-05-12 Chung-Lin Tang <cltang@codesourcery.com>
26829 Sandra Loosemore <sandra@codesourcery.com>
26830
26831 * config/nios2/nios2.h (enum reg_class): Add IJMP_REGS enum
26832 value.
26833 (REG_CLASS_NAMES): Add "IJMP_REGS".
26834 (REG_CLASS_CONTENTS): Add new entry for IJMP_REGS.
26835 * config/nios2/nios2.md (indirect_jump,*tablejump): Adjust to
26836 use new "c" register constraint.
26837 * config/nios2/constraint.md (c): New register constraint
26838 corresponding to IJMP_REGS.
26839
26840 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
26841
26842 * config/rs6000/rs6000.md (*rotlsi3_internal4, *rotlsi3_internal5,
26843 *rotlsi3_internal6, rlwinm, 5 unnamed define_insns, and 6
26844 define_splits): Delete, revamp, transmogrify into ...
26845 (*rotlsi3_mask, *rotlsi3_mask_dot, *rotlsi3_mask_dot2,
26846 *ashlsi3_imm_mask, *ashlsi3_imm_mask_dot, *ashlsi3_imm_mask_dot2,
26847 *lshrsi3_imm_mask, *lshrsi3_imm_mask_dot, *lshrsi3_imm_mask_dot2):
26848 New.
26849
26850 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
26851
26852 * config/rs6000/rs6000.md (rs6000_adjust_atomic_subword): Use
26853 gen_ashlsi3 and gen_andsi3 instead of gen_rlwinm.
26854
26855 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
26856
26857 * config/rs6000/rs6000.md (extzv): FAIL for SImode.
26858 (extzvsi_internal, *extzvsi_internal1, *extzvsi_internal2,
26859 *rotlsi3_internal7le, *rotlsi3_internal7be, *rotlsi3_internal8le,
26860 *rotlsi3_internal8be, *rotlsi3_internal9le, *rotlsi3_internal9be,
26861 *rotlsi3_internal10le, *rotlsi3_internal10be, *rotlsi3_internal11le,
26862 *rotlsi3_internal11be, *rotlsi3_internal12le, *rotlsi3_internal12be,
26863 *lshiftrt_internal1le, *lshiftrt_internal1be, *lshiftrt_internal2le,
26864 *lshiftrt_internal2be, *lshiftrt_internal3le, *lshiftrt_internal3be,
26865 *lshiftrt_internal4le, *lshiftrt_internal4be, *lshiftrt_internal5le,
26866 *lshiftrt_internal5be, *lshiftrt_internal5le, *lshiftrt_internal5be,
26867 *rotldi3_internal7le, *rotldi3_internal7be, *rotldi3_internal8le,
26868 *rotldi3_internal8be, *rotldi3_internal9le, *rotldi3_internal9be,
26869 *rotldi3_internal10le, *rotldi3_internal10be, *rotldi3_internal11le,
26870 *rotldi3_internal11be, *rotldi3_internal12le, *rotldi3_internal12be,
26871 *rotldi3_internal13le, *rotldi3_internal13be, *rotldi3_internal14le,
26872 *rotldi3_internal14be, *rotldi3_internal15le, *rotldi3_internal15be,
26873 and 30 corresponding splitters): Delete.
26874
26875 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
26876
26877 * config/rs6000/rs6000.md (define_split for bswaphi): Don't use
26878 zero_extract.
26879
26880 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
26881
26882 * combine.c (recog_for_combine_1): New function, factored out
26883 from recog_for_combine.
26884 (change_zero_ext): New function.
26885 (recog_for_combine): If recog fails, try again with the pattern
26886 modified by change_zero_ext; if that still fails, restore the
26887 pattern.
26888
26889 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
26890
26891 * combine.c (get_undo_marker): New function.
26892 (undo_to_marker): New function, largely factored out from ...
26893 (undo_all): ... this. Adjust.
26894
26895 2015-05-12 Richard Biener <rguenther@suse.de>
26896
26897 PR tree-optimization/66101
26898 * tree-ssa-dce.c (remove_dead_stmt): Properly mark loops for
26899 fixup if we turn a loop exit edge to a fallthru edge.
26900
26901 2015-05-12 Richard Biener <rguenther@suse.de>
26902
26903 PR tree-optimization/37021
26904 * tree-vectorizer.h (struct _slp_tree): Add two_operators flag.
26905 (SLP_TREE_TWO_OPERATORS): New define.
26906 * tree-vect-slp.c (vect_create_new_slp_node): Initialize
26907 SLP_TREE_TWO_OPERATORS.
26908 (vect_build_slp_tree_1): Allow two mixing plus/minus in an
26909 SLP node.
26910 (vect_build_slp_tree): Adjust.
26911 (vect_analyze_slp_cost_1): Likewise.
26912 (vect_schedule_slp_instance): Vectorize mixing plus/minus by
26913 emitting two vector stmts and mixing the results.
26914
26915 2015-05-12 Dominik Vogt <vogt@linux.vnet.ibm.com>
26916
26917 * call.c (print_z_candidates): Remove dead code.
26918
26919 2015-05-12 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
26920
26921 * config/s390/2827.md: Split zEC12_simple into zEC12_simple_int
26922 and zEC12_simple_fp.
26923 * config/s390/s390.c (s390_issue_rate): Set issue rate for zEC12
26924 to 1.
26925
26926 2015-05-12 Tom de Vries <tom@codesourcery.com>
26927
26928 PR tree-optimization/66010
26929 * gimplify.c (gimplify_modify_expr): Handle new do_deref argument of
26930 ifn_va_arg.
26931 * gimplify.h (gimplify_va_arg_internal): Remove loc parameter.
26932 (gimplify_va_arg_internal): Remove loc parameter. Assert no array-typed
26933 va_lists are passed, and remove corresponding handling.
26934 (gimplify_va_arg_expr): Only take address of ap if necessary. Add
26935 do_deref argument to ifn_va_arg.
26936 * tree-stdarg.c (expand_ifn_va_arg_1): Handle new do_deref argument of
26937 ifn_va_arg.
26938
26939 2015-05-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
26940
26941 PR target/65955
26942 * config/arm/arm.md (movcond_addsi): Check that operands[2] is a
26943 REG before taking its REGNO.
26944
26945 2015-05-12 Thomas Preud'homme <thomas.preudhomme@arm.com>
26946
26947 * combine.c i(set_nonzero_bits_and_sign_copies): Split code updating
26948 rsp->sign_bit_copies and rsp->nonzero_bits into ...
26949 (update_rsp_from_reg_equal): This. Also use REG_EQUAL note on src if
26950 present to get more accurate information about the number of sign bit
26951 copies and non zero bits.
26952
26953 2015-05-12 Richard Biener <rguenther@suse.de>
26954
26955 * tree-vect-slp.c (vect_build_slp_tree_1): For BB vectorization
26956 do not allow unrolling.
26957
26958 2015-05-11 Richard Henderson <rth@redhat.com>
26959
26960 * config/i386/i386-modes.def (CCP): New.
26961 * config/i386/i386.c (put_condition_code): Handle it.
26962 (ix86_match_ccmode, ix86_cc_modes_compatible): Likewise.
26963
26964 2015-05-11 Richard Henderson <rth@redhat.com>
26965
26966 * target.def (md_asm_clobbers): Replace with...
26967 (md_asm_adjust): this.
26968 * tm.texi.in (TARGET_MD_ASM_CLOBBERS): Remove.
26969 (TARGET_MD_ASM_ADJUST): New.
26970 * tm.texi: Rebuild.
26971 * hooks.c (hook_tree_tree_tree_tree_3rd_identity): Remove.
26972 * hooks.h (hook_tree_tree_tree_tree_3rd_identity): Remove.
26973 * system.h (TARGET_MD_ASM_CLOBBERS): Poison.
26974
26975 * cfgexpand.c (check_operand_nalternatives): Accept vector of
26976 constraints instead of lists of outputs and inputs.
26977 (expand_asm_stmt): Save and restore input_location around the
26978 body of the function. Move asm data into vectors instead of
26979 building tree lists. Generate cleanup sequences as needed,
26980 rather than waiting til the end. Use new md_asm_adjust hook.
26981
26982 * config/vxworks.c: Include vec.h before target.h.
26983 * gimple.c: Likewise.
26984 * incpath.c: Likewise.
26985 * mode-switching.c: Likewise.
26986
26987 * config/cris/cris.c (cris_md_asm_clobbers): Convert to...
26988 (cris_md_asm_adjust): this.
26989 (TARGET_MD_ASM_CLOBBERS): Remove.
26990 (TARGET_MD_ASM_ADJUST): New.
26991 * config/i386/i386.c (ix86_md_asm_clobbers): Convert to...
26992 (ix86_md_asm_adjust): this.
26993 (TARGET_MD_ASM_CLOBBERS): Remove.
26994 (TARGET_MD_ASM_ADJUST): New.
26995 * config/mn10300/mn10300.c (mn10300_md_asm_clobbers): Convert to...
26996 (mn10300_md_asm_adjust): this.
26997 (TARGET_MD_ASM_CLOBBERS): Remove.
26998 (TARGET_MD_ASM_ADJUST): New.
26999 * config/rs6000/rs6000.c (rs6000_md_asm_clobbers): Convert to...
27000 (rs6000_md_asm_adjust): this.
27001 (TARGET_MD_ASM_CLOBBERS): Remove.
27002 (TARGET_MD_ASM_ADJUST): New.
27003 * config/visium/visium.c (visium_md_asm_clobbers): Convert to...
27004 (visium_md_asm_adjust): this.
27005 (TARGET_MD_ASM_CLOBBERS): Remove.
27006 (TARGET_MD_ASM_ADJUST): New.
27007
27008 2015-05-11 Richard Henderson <rth@redhat.com>
27009
27010 * gimplify.c (gimplify_asm_expr): Set gimple_asm_volatile_p
27011 if noutputs is zero.
27012 * cfgexpand.c (expand_asm_stmt): Use gimple_asm_volatile_p unchanged.
27013
27014 * cfgexpand.c (expand_asm_operands): Merge into...
27015 (expand_asm_stmt): ... here.
27016
27017 * cfgexpand.c (expand_asm_operands): Don't call
27018 resolve_asm_operand_names.
27019 * stmt.c (resolve_asm_operand_names): Clarify block comment.
27020
27021 2015-05-11 Jan Hubicka <hubicka@ucw.cz>
27022
27023 * dwarf2out.c (gen_member_die): Sanity check that we access
27024 TYPE_MAIN_VARIANT for TYPE_METHODS.
27025 * function.c (use_register_for_decl): Look for TYPE_MAIN_VARIANT when
27026 checking TYPE_METHODS.
27027 * tree.c (free_lang_data_in_type): See TYPE_METHODS to error_mark_node
27028 if non-null.
27029 (build_distinct_type_copy): Clear TYPE_METHODS.
27030 (verify_type_variant): Verify that TYPE_METHODS is NULL for variants.
27031 (verify_type): Allow TYPE_METHODS to be error_mark_node.
27032 * tree.def: Update docs of TYPE_STUB_DECL and TYPE_METHODS.
27033
27034 2015-05-11 Eric Botcazou <ebotcazou@adacore.com>
27035
27036 * emit-rtl.c (emit_pattern_after_setloc): Add missing guard.
27037 (emit_pattern_before_setloc): Likewise.
27038
27039 2015-05-11 Richard Sandiford <richard.sandiford@arm.com>
27040
27041 * genrecog.c (match_pattern_1): Expect the pattern to be a SEQUENCE
27042 for define_peephole2s.
27043 (get_peephole2_pattern): New function.
27044 (main): Use it. Call validate_pattern.
27045
27046 2015-05-11 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
27047
27048 * config/avr/avr.c (avr_hard_regno_call_part_clobbered): Use
27049 LAST_CALLEE_SAVED_REG instead of hard-coded register number.
27050 (Last callee saved reg is different for AVR_TINY architecture)
27051
27052 2015-05-11 Uros Bizjak <ubizjak@gmail.com>
27053
27054 * config/i386/i386.c (ix86_loop_unroll_adjust): Use PATTERN (insn)
27055 when looking for memory references.
27056
27057 2015-05-11 Alexander Monakov <amonakov@ispras.ru>
27058
27059 PR target/65753
27060 * config/i386/i386.c (ix86_function_ok_for_sibcall): Allow PIC sibcalls
27061 via function pointers.
27062
27063 2015-05-11 Alexander Monakov <amonakov@ispras.ru>
27064
27065 * calls.c (prepare_call_address): Transform PLT call to GOT lookup and
27066 indirect call by forcing address into a pseudo with -fno-plt.
27067 * common.opt (flag_plt): New option.
27068 * doc/invoke.texi (Code Generation Options): Add -fno-plt.
27069 ([-fno-plt]): Document.
27070
27071 2015-05-11 Markus Trippelsdorf <markus@trippelsdorf.de>
27072
27073 PR bootstrap/66105
27074 * config/rs6000/option-defaults.h: Add space between string literal
27075 and macro name.
27076
27077 2015-05-11 Thomas Preud'homme <thomas.preudhomme@arm.com>
27078
27079 * gcc.target/arm/pr64616.c: Test dump rather than assembly to work
27080 accross ARM targets.
27081
27082 2015-05-11 Christian Bruel <christian.bruel@st.com>
27083
27084 * config/arm/arm-protos.h (thumb_code, thumb1_code): Remove.
27085 * config/arm/vxworks.h (thumb_code): Replace with TARGET_THUMB.
27086
27087 2015-05-11 Richard Sandiford <richard.sandiford@arm.com>
27088
27089 PR rtl-optimization/66076
27090 * rtlanal.c (generic_subrtx_iterator <T>::add_single_to_queue):
27091 Don't grow the heap array if it is already big enough from a
27092 previous iteration.
27093
27094 2015-05-11 Christian Bruel <christian.bruel@st.com>
27095
27096 * config/arm/arm-protos.h (arm_declare_function_name): Declare.
27097 (is_called_in_ARM_mode): Remove.
27098 * config/arm/arm.c (is_called_in_ARM_mode): Declare static bool.
27099 (arm_declare_function_name): Moved from from ARM_DECLARE_FUNCTION_NAME.
27100 * config/arm/arm.h (ARM_DECLARE_FUNCTION_NAME): Call
27101 arm_declare_function_name.
27102
27103 2015-05-11 Christian Bruel <christian.bruel@st.com>
27104
27105 * config/arm/arm.c (arm_option_override): Reoganized and split into :
27106 (arm_option_params_internal); New function.
27107 (arm_option_check_internal): New function.
27108 (arm_option_override_internal): New function.
27109 (thumb_code, thumb1_code): Remove.
27110 * config/arm/arm.h (TREE_TARGET_THUMB, TREE_TARGET_THUMB1): New macros.
27111 (TREE_TARGET_THUM2, TREE_TARGET_ARM): Likewise.
27112 (thumb_code, thumb1_code): Remove.
27113 * config/arm/arm.md (is_thumb, is_thumb1): Check TARGET flag.
27114
27115 2015-05-11 Uros Bizjak <ubizjak@gmail.com>
27116
27117 * config/alpha/alpha.c (alpha_emit_set_const_1)
27118 (alpha_emit_set_long_const, alpha_extract_integer)
27119 (alpha_legitimate_constant_p, alpha_split_const_mov)
27120 (alpha_expand_block_clear, alpha_expand_zap_mask, print_operand):
27121 [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
27122 (alpha_emit_set_const_1): Change "(HOST_WIDE_INT) 1" to
27123 HOST_WIDE_INT_1U.
27124 * config/alpha/predicates.md (mode_mask_operand): Do not match
27125 const_double RTX.
27126 [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
27127 * config/alpha/alpha.md (abstf, *abstf_internal, UNSPEC_ZAP splitter):
27128 Change "(HOST_WIDE_INT) 1" to HOST_WIDE_INT_1U.
27129 [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
27130 (*negtf_internal): Use gen_int_mode instead of immed_double_const.
27131
27132 2015-05-11 Jakub Jelinek <jakub@redhat.com>
27133
27134 PR target/65780
27135 * config/s390/linux.h (TARGET_BINDS_LOCAL_P): Define to
27136 default_binds_local_p_2.
27137 * config/arm/linux-elf.h (TARGET_BINDS_LOCAL_P): Likewise.
27138 * config/aarch64/aarch64-linux.h (TARGET_BINDS_LOCAL_P): Likewise.
27139
27140 2015-05-09 Jan Hubicka <hubicka@ucw.cz>
27141
27142 * tree.c (verify_type_variant): Check TYPE_VALUES_RAW and TYPE_PRECISION
27143
27144 2015-05-09 Jan Hubicka <hubicka@ucw.cz>
27145
27146 Patch by Richard Biener
27147 * coverage.c (coverage_obj_init): Delay building of type variant
27148 until the type is finished.
27149
27150 2015-05-09 Jan Hubicka <hubicka@ucw.cz>
27151
27152 * ipa-devirt.c (warn_types_mismatch): Do not ICE when warning about
27153 mismatch between C and C++ type; compoare correctly ARG_TYPES
27154 for non-prototypes and output correctly parameter index for METHOD_TYPE.
27155 (odr_types_equivalent_p): Fix wording of warning about attributes;
27156 it is OK to match prototype and non-prototype.
27157
27158 2015-05-09 Jan Hubicka <hubicka@ucw.cz>
27159
27160 * tree.c (free_lang_data_in_type): Free TREE_PURPOSE of
27161 TYPE_ARG_TYPES list.
27162 (verify_type): Permit non-NULL TREE_PURPOSE in non-LTO builds.
27163 * tree.def (FUNCTION_TYPE): Document TREE_PURPOSE in TYPE_ARG_TYPES
27164
27165 2015-05-09 Jan Hubicka <hubicka@ucw.cz>
27166
27167 * tree.c (verify_type): Verify TYPE_BINFO and TYPE_VALUES_RAW.
27168 * tree.h (is_lang_specific): Constify.
27169
27170 2015-05-09 Marc Glisse <marc.glisse@inria.fr>
27171
27172 PR tree-optimization/64454
27173 * tree-vrp.c (extract_range_from_binary_expr_1) <TRUNC_MOD_EXPR>:
27174 Rewrite.
27175
27176 2015-05-08 Jason Merrill <jason@redhat.com>
27177
27178 * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,
27179 config/aarch64/aarch64.md config/alpha/vms.h, config/darwin.c,
27180 config/darwin.h, config/darwin9.h, config/elfos.h,
27181 config/i386/bsd.h, config/ia64/ia64.c, config/lm32/lm32.h,
27182 config/microblaze/microblaze.h, config/mips/mips.h,
27183 config/mmix/mmix.c, config/msp430/msp430.c, config/nios2/nios2.h,
27184 config/nvptx/nvptx.c, config/nvptx/nvptx.h, config/pa/pa.c,
27185 config/pa/pa.h, config/rs6000/rs6000.c, config/rs6000/sysv4.h,
27186 config/rs6000/xcoff.h, config/rx/rx.h, config/s390/s390.h,
27187 config/sparc/sol2.h, config/sparc/sparc.h, config/visium/visium.h,
27188 cppbuiltin.c, defaults.h, doc/invoke.texi, dwarf2cfi.c,
27189 dwarf2out.c, final.c, gcc.c, gcov-dump.c, gcov.c, ipa-cp.c,
27190 ipa-inline.c, ipa-polymorphic-call.c, ipa-profile.c, ipa-prop.c,
27191 ira-color.c, ira.c, loop-doloop.c, loop-iv.c, mcf.c,
27192 modulo-sched.c, predict.c, profile.c, stor-layout.c, toplev.c,
27193 tree-ssa-reassoc.c, value-prof.c, wide-int-print.cc: Add space
27194 between string literal and macro name.
27195
27196 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27197
27198 * jump.c: Change argument types to rtx_insn *.
27199 * rtl.h: Adjust.
27200
27201 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27202
27203 * lra-constraints.c: Change argument type to rtx_insn *.
27204
27205 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27206
27207 * df-problems.c: Change argument type to rtx_insn *.
27208
27209 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27210
27211 * combine.c: Change argument type to rtx_insn *.
27212
27213 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27214
27215 * rtl.h: Adjust.
27216 * rtlanal.c: Change argument type to rtx_insn *.
27217
27218 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27219
27220 * sched-deps.c: Change argument types to rtx_insn *.
27221 * sched-int.h: Adjust.
27222
27223 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27224
27225 * dwarf2cfi.c: Change argument type to rtx_insn *.
27226
27227 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27228
27229 * ira.c (decrease_live_ranges_number): Changetype of local
27230 variable to rtx_insn *.
27231 * recog.c: Change argument types to rtx_insn *.
27232 * recog.h: Adjust.
27233
27234 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27235
27236 * reorg.c: Change argument types to rtx_insn *.
27237
27238 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27239
27240 * ira-color.c: Change argument types to rtx_insn *.
27241 * lra-eliminations.c: Likewise.
27242 * ira.h: Adjust.
27243
27244 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27245
27246 * gcse.c: Change argument types to rtx_insn *.
27247
27248 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27249
27250 * cse.c (cse_change_cc0_mode): Change argument type to rtx_insn *.
27251
27252 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27253
27254 * emit-rtl.c (emit_debug_insn_before): Change argument type to
27255 rtx_insn *.
27256 * rtl.h: Adjust.
27257
27258 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27259
27260 * emit-rtl.c (emit_note_before): Change argument type to rtx_insn *.
27261 * rtl.h: Adjust.
27262
27263 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27264
27265 * emit-rtl.c (emit_note_after): Change argument type to rtx_insn *.
27266 * rtl.h: Adjust.
27267
27268 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27269
27270 * emit-rtl.c (prev_cc0_setter): Change argument type to rtx_insn *.
27271 * rtl.h: Adjust.
27272
27273 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27274
27275 * rtlanal.c (noop_move_p): Change argument type to rtx_insn *.
27276 * rtl.h: Adjust.
27277
27278 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27279
27280 * rtlanal.c (add_shallow_copy_of_reg_note): Change argument type
27281 to rtx_insn *.
27282 * rtl.h: Adjust.
27283
27284 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27285
27286 * rtlanal.c (remove_reg_equal_equiv_notes): Change argument type
27287 to rtx_insn *.
27288 * rtl.h: Likewise.
27289
27290 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27291
27292 * except.c (can_nonlocal_goto): Change type of argument to
27293 rtx_insn *.
27294 * rtl.h: Adjust.
27295
27296 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27297
27298 * rtlanal.c (computed_jump_p): Cange argument type to rtx_insn *.
27299 * rtl.h: Adjust.
27300
27301 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27302
27303 * rtlanal.c (in_insn_list_p): Renamed from in_expr_list_p.
27304 * cfgrtl.c (can_delete_label_p): Adjust.
27305 * rtl.h: likewise.
27306
27307 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27308
27309 * reorg.c (stop_search_p): Change argument to rtx_insn *.
27310
27311 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27312
27313 * except.c (make_reg_eh_region_note): Change argument to
27314 rtx_insn *.
27315 (make_reg_eh_region_note_nothrow_nononlocal): Likewise.
27316 * except.h: Adjust.
27317
27318 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27319
27320 * mode-switching.c (commit_mode_sets): Change type of local
27321 variable from rtx to rtx_insn *.
27322
27323 2015-05-08 Jim Wilson <jim.wilson@linaro.org>
27324
27325 * doc/install.texi (--enable-languages): Add missing jit and lto info.
27326 Add ^ to grep command.
27327 * doc/match-and-simplify.texi (GIMPLE API): Add missing fourth tree
27328 arg to last gimple_simplify declaration. Add missing gimple_build
27329 declaration for built-in function case with four tree args.
27330
27331 2015-05-08 Gregor Richards <gregor.richards@uwaterloo.ca>
27332 Szabolcs Nagy <szabolcs.nagy@arm.com>
27333
27334 * config/mips/linux.h (MUSL_DYNAMIC_LINKER32): Define.
27335 (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERN32): Define.
27336 (GNU_USER_DYNAMIC_LINKERN32): Update.
27337
27338 2015-05-08 Richard Biener <rguenther@suse.de>
27339
27340 PR tree-optimization/66036
27341 * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
27342 Handle strided group loads.
27343 (vect_verify_datarefs_alignment): Likewise.
27344 (vect_enhance_data_refs_alignment): Likewise.
27345 (vect_analyze_group_access): Likewise.
27346 (vect_analyze_data_ref_access): Likewise.
27347 (vect_analyze_data_ref_accesses): Likewise.
27348 * tree-vect-stmts.c (vect_model_load_cost): Likewise.
27349 (vectorizable_load): Likewise.
27350
27351 2015-05-08 Segher Boessenkool <segher@kernel.crashing.org>
27352
27353 * config/rs6000/rs6000.md: Require operand inequality in one
27354 of the peepholes.
27355
27356 2015-05-08 Richard Sandiford <richard.sandiford@arm.com>
27357 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
27358
27359 * config/i386/i386.md (<mode>_ldx, *<mode>_ldx): Remove mode
27360 from (set ...).
27361 * config/rx/rx.md (movdi, movdf): Likewise.
27362 Likewise for define_peephole2s.
27363
27364 2015-05-08 Alan Lawrence <alan.lawrence@arm.com>
27365
27366 * config/aarch64/arm_neon.h (vceq_s64, vceq_u64, vceqz_s64, vceqz_u64,
27367 vcge_s64, vcge_u64, vcgez_s64, vcgt_s64, vcgt_u64, vcgtz_s64, vcle_s64,
27368 vcle_u64, vclez_s64, vclt_s64, vclt_u64, vcltz_s64, vtst_s64,
27369 vtst_u64): Rewrite using gcc vector extensions.
27370
27371 2015-05-08 Alan Lawrence <alan.lawrence@arm.com>
27372
27373 * config/aarch64/aarch64-simd.md (aarch64_vcond_internal<mode><mode>,
27374 vcond<mode><mode>, vcondu<mode><mode>): Add DImode variant.
27375
27376 2015-05-08 Alan Lawrence <alan.lawrence@arm.com>
27377
27378 * optabs.c (vector_compare_rtx): Handle RTL operands having VOIDmode.
27379
27380 2015-05-08 Szabolcs Nagy <szabolcs.nagy@arm.com>
27381
27382 * config/glibc-stdint.h (OPTION_MUSL): Define.
27383 (INT_FAST16_TYPE, INT_FAST32_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE):
27384 Change the definition based on OPTION_MUSL for 64 bit targets.
27385 * config/linux.h (OPTION_MUSL): Redefine.
27386 * config/alpha/linux.h (OPTION_MUSL): Redefine.
27387 * config/rs6000/linux.h (OPTION_MUSL): Redefine.
27388 * config/rs6000/linux64.h (OPTION_MUSL): Redefine.
27389
27390 2015-05-08 Gregor Richards <gregor.richards@uwaterloo.ca>
27391 Szabolcs Nagy <szabolcs.nagy@arm.com>
27392
27393 * config.gcc (LIBC_MUSL): New tm_defines macro.
27394 * config/linux.h (OPTION_MUSL): Define.
27395 (MUSL_DYNAMIC_LINKER, MUSL_DYNAMIC_LINKER32,)
27396 (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERX32,)
27397 (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
27398 (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
27399 (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
27400 * config/linux.opt (mmusl): New option.
27401 * doc/invoke.texi (GNU/Linux Options): Document -mmusl.
27402 * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
27403 (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
27404 * configure: Regenerate.
27405
27406 2015-05-08 H.J. Lu <hongjiu.lu@intel.com>
27407 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
27408
27409 PR target/48904
27410 * config.gcc (x86_64-*-knetbsd*-gnu): Add i386/knetbsd-gnu64.h.
27411 * config/i386/knetbsd-gnu64.h: New file.
27412
27413 2015-05-08 Marek Polacek <polacek@redhat.com>
27414
27415 PR c/64918
27416 * doc/invoke.texi: Document -Woverride-init-side-effects.
27417
27418 2015-05-07 Marek Polacek <polacek@redhat.com>
27419
27420 PR c/65179
27421 * doc/invoke.texi: Document -Wshift-negative-value.
27422
27423 2015-05-06 Aditya Kumar <hiraditya@msn.com>
27424
27425 * gcov-tool.c (do_merge): Refactore to remove int ret.
27426 * ipa-icf.c (sem_item::hash_referenced_symbol_properties): Change
27427 !type == FUNC to type != FUNC.
27428 * reload.h (struct target_reload): Changee to type of
27429 x_spill_indirect_levels from bool to unsigned char.
27430
27431 2015-05-07 Richard Sandiford <richard.sandiford@arm.com>
27432
27433 * rtl.h (always_void_p): New function.
27434 * gengenrtl.c (always_void_p): Likewise.
27435 (genmacro): Don't add a mode parameter to gen_rtx_foo if rtxes
27436 with code foo are always VOIDmode.
27437 * genemit.c (gen_exp): Update gen_rtx_foo calls accordingly.
27438 * builtins.c, caller-save.c, calls.c, cfgexpand.c, combine.c,
27439 compare-elim.c, config/aarch64/aarch64.c,
27440 config/aarch64/aarch64.md, config/alpha/alpha.c,
27441 config/alpha/alpha.md, config/arc/arc.c, config/arc/arc.md,
27442 config/arm/arm-fixed.md, config/arm/arm.c, config/arm/arm.md,
27443 config/arm/ldrdstrd.md, config/arm/thumb2.md, config/arm/vfp.md,
27444 config/avr/avr.c, config/bfin/bfin.c, config/c6x/c6x.c,
27445 config/c6x/c6x.md, config/cr16/cr16.c, config/cris/cris.c,
27446 config/cris/cris.md, config/darwin.c, config/epiphany/epiphany.c,
27447 config/epiphany/epiphany.md, config/fr30/fr30.c, config/frv/frv.c,
27448 config/frv/frv.md, config/h8300/h8300.c, config/i386/i386.c,
27449 config/i386/i386.md, config/i386/sse.md, config/ia64/ia64.c,
27450 config/ia64/vect.md, config/iq2000/iq2000.c,
27451 config/iq2000/iq2000.md, config/lm32/lm32.c, config/lm32/lm32.md,
27452 config/m32c/m32c.c, config/m32r/m32r.c, config/m68k/m68k.c,
27453 config/m68k/m68k.md, config/mcore/mcore.c, config/mcore/mcore.md,
27454 config/mep/mep.c, config/microblaze/microblaze.c,
27455 config/mips/mips.c, config/mips/mips.md, config/mmix/mmix.c,
27456 config/mn10300/mn10300.c, config/msp430/msp430.c,
27457 config/nds32/nds32-memory-manipulation.c, config/nds32/nds32.c,
27458 config/nds32/nds32.md, config/nios2/nios2.c, config/nvptx/nvptx.c,
27459 config/pa/pa.c, config/pa/pa.md, config/rl78/rl78.c,
27460 config/rs6000/altivec.md, config/rs6000/rs6000.c,
27461 config/rs6000/rs6000.md, config/rs6000/vector.md,
27462 config/rs6000/vsx.md, config/rx/rx.c, config/rx/rx.md,
27463 config/s390/s390.c, config/s390/s390.md, config/sh/sh.c,
27464 config/sh/sh.md, config/sh/sh_treg_combine.cc,
27465 config/sparc/sparc.c, config/sparc/sparc.md, config/spu/spu.c,
27466 config/spu/spu.md, config/stormy16/stormy16.c,
27467 config/tilegx/tilegx.c, config/tilegx/tilegx.md,
27468 config/tilepro/tilepro.c, config/tilepro/tilepro.md,
27469 config/v850/v850.c, config/v850/v850.md, config/vax/vax.c,
27470 config/visium/visium.c, config/xtensa/xtensa.c, cprop.c, dse.c,
27471 expr.c, gcse.c, ifcvt.c, ira.c, jump.c, lower-subreg.c,
27472 lra-constraints.c, lra-eliminations.c, lra.c, postreload.c, ree.c,
27473 reg-stack.c, reload.c, reload1.c, reorg.c, sel-sched.c,
27474 var-tracking.c: Update calls accordingly.
27475
27476 2015-05-07 Segher Boessenkool <segher@kernel.crashing.org>
27477
27478 PR middle-end/192
27479 PR middle-end/54303
27480 * varasm.c (function_mergeable_rodata_prefix): New function.
27481 (mergeable_string_section): Use it.
27482 (mergeable_constant_section): Use it.
27483
27484 2015-05-07 Jeff Law <law@redhat.com>
27485
27486 PR target/39726
27487 * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
27488 simplifier to narrow arithmetic.
27489 * generic-match-head.c: (types_match, single_use): New functions.
27490 * gimple-match-head.c: (types_match, single_use): New functions.
27491
27492 2015-05-07 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
27493
27494 * combine.c (make_compound_operation): Remove checks for PLUS/MINUS
27495 rtx type.
27496
27497 2015-05-07 Richard Biener <rguenther@suse.de>
27498
27499 PR tree-optimization/66002
27500 * passes.def: Schedule another pass_merge_phi after ifcombine, right
27501 before phiopt.
27502
27503 2015-05-07 Marek Polacek <polacek@redhat.com>
27504 Martin Uecker <uecker@eecs.berkeley.edu>
27505
27506 * doc/invoke.texi: Document -fsanitize=bounds-strict.
27507 * flag-types.h (enum sanitize_code): Add SANITIZE_BOUNDS_STRICT, or it
27508 into SANITIZE_NONDEFAULT.
27509 * opts.c (common_handle_option): Handle -fsanitize=bounds-strict.
27510
27511 2015-05-07 Uros Bizjak <ubizjak@gmail.com>
27512
27513 PR target/66015
27514 * config/alpha/alpha.c (alpha_override_options_after_change): New.
27515 (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New.
27516 (alpha_override_options): Move align_loops, align_jumps and
27517 align_functions handling into alpha_override_options_after_change.
27518
27519 2015-05-06 Sandra Loosemore <sandra@codesourcery.com>
27520 Chris Jones <chrisj@nvidia.com>
27521 Joshua Conner <jconner@nvidia.com>
27522
27523 * config/arm/unknown-elf.h (STARTFILE_SPEC): Add conditional
27524 linking of crtfastmath.o.
27525 * config/arm/linux-eabi.h (STARTFILE_SPEC): Likewise.
27526
27527 2015-05-06 Segher Boessenkool <segher@kernel.crashing.org>
27528
27529 * config/rs6000/rs6000.md (cstore<mode>4_signed_imm): New expander.
27530 (cstore<mode>4_unsigned_imm): New expander.
27531 (cstore<mode>4): Remove empty constraint strings. Use the new
27532 expanders.
27533
27534 2015-05-06 Yvan Roux <yvan.roux@linaro.org>
27535
27536 PR target/64208
27537 * config/arm/iwmmxt.md ("*iwmmxt_arm_movdi"): Cleanup redundant
27538 alternatives.
27539
27540 2015-05-06 Szabolcs Nagy <szabolcs.nagy@arm.com>
27541
27542 * config/aarch64/geniterators.sh: Use standard BRE in sed.
27543
27544 2015-05-06 Alan Modra <amodra@gmail.com>
27545
27546 PR target/66033
27547 * config/rs6000/rs6000.md (nop): Use an unspec pattern.
27548 (UNSPEC_NOP): Define.
27549 (reload_vsx_from_gpr<mode>): Add missing DONE.
27550 (reload_gpr_from_vsx<mode>): Likewise.
27551 * config/rs6000/vsx.md (vsx_mul_v2di): Likewise.
27552 (vsx_div_v2di, vsx_udiv_v2di): Likewise.
27553
27554 2015-05-06 Christian Bruel <christian.bruel@st.com>
27555
27556 PR target/66015
27557 * config/aarch64/aarch64.c (aarch64_override_options): Move align_loops,
27558 align_jumps, align_functions into aarch64_override_options_after_change.
27559
27560 2015-05-06 Richard Biener <rguenther@suse.de>
27561
27562 * tree-vect-slp.c (vect_supported_load_permutation_p): Use
27563 vect_transform_slp_perm_load to check if we support a permutation
27564 for basic-block vectorization.
27565
27566 2015-05-06 Nick Clifton <nickc@redhat.com>
27567
27568 * config/rl78/rl78.c (need_to_save): Save register 22 if it is
27569 used, even if it is not being used as a frame pointer.
27570
27571 2015-05-05 Jason Merrill <jason@redhat.com>
27572
27573 * dwarf2out.c (gen_member_die): Don't emit anything for an
27574 anonymous class constructor.
27575
27576 2015-05-05 David Malcolm <dmalcolm@redhat.com>
27577
27578 * auto-profile.c (afdo_find_equiv_class): Fix indentation so
27579 that it reflects the block structure.
27580 (afdo_propagate_edge): Likewise.
27581 (afdo_calculate_branch_prob): Likewise.
27582 (afdo_annotate_cfg): Likewise.
27583 * cfgcleanup.c (equal_different_set_p): Likewise.
27584 (try_crossjump_to_edge): Likewise.
27585 * cgraph.c (cgraph_node::verify_node): Likewise.
27586 * cgraphunit.c (expand_all_functions): Likewise.
27587 * config/i386/i386.c (ix86_expand_copysign): Likewise.
27588 (exact_dependency_1): Likewise.
27589 * dwarf2asm.c (dw2_output_indirect_constants): Likewise.
27590 * dwarf2out.c (tree_add_const_value_attribute_for_decl): Likewise.
27591 * gensupport.c (process_define_subst): Likewise.
27592 * lto-wrapper.c (merge_and_complain): Likewise.
27593 * tree-if-conv.c (if_convertible_bb_p): Likewise.
27594 * tree-ssa-loop-prefetch.c (find_or_create_group): Likewise.
27595 * tree-ssa-tail-merge.c (gsi_advance_fw_nondebug_nonlocal): Likewise.
27596 * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
27597 * tree-vect-loop.c (vectorizable_reduction): Likewise.
27598 * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
27599 * tree-vect-stmts.c (vectorizable_shift): Likewise.
27600 * tree-vrp.c (vrp_finalize): Likewise.
27601 * tree.c (variably_modified_type_p): Likewise.
27602
27603 2015-05-05 Jack Howarth <howarth.at.gcc@gmail.com>
27604
27605 * config.gcc: Use darwin9.h, darwin10.h and darwin12.h
27606 on darwin12 and later.
27607 * config/darwin12.h (LINK_GCC_C_SEQUENCE_SPEC): Add
27608 file to pass -rdynamic on darwin12 and later.
27609 * config/darwin.opt (rdynamic): Add.
27610
27611 2015-05-05 Uros Bizjak <ubizjak@gmail.com>
27612
27613 * doc/extend.texi (C Extensions): Update menu for moved Variable
27614 Attributes and Type Attributes sections.
27615
27616 2015-05-05 Uros Bizjak <ubizjak@gmail.com>
27617
27618 PR target/65990
27619 * config/i386/i386.c (ix86_parse_stringop_strategy_string): Error out
27620 if rep_8byte stringop strategy was specified for 32-bit target.
27621
27622 2015-05-05 Ilya Tocar <ilya.tocar@intel.com>
27623
27624 PR target/65915
27625 * config/i386/i386.md (vector convert to float spltiter): Check for
27626 xmm16+, when splitting scalar float conversion.
27627 * config/i386/sse.md (sse2_cvtsi2sd): Support EVEX version.
27628
27629 2015-05-05 Nick Clifton <nickc@redhat.com>
27630
27631 * config/msp430/msp430-opts.h (enum msp430_regions): New.
27632 * config/msp430/msp430.c (msp430_override_options): Complain if
27633 -mcode-region or -mdata-region is used on a non MSP430X.
27634 (msp430_section_attr): New function. Checks lower, upper and
27635 either attributes.
27636 (msp430_attribute_table): Add lower, upper and either.
27637 (gen_prefix): New function. Generates a prefix for a section
27638 name.
27639 (msp430_select_section): New function - handles the choice of
27640 section for an object. Takes into account memory region
27641 attributes and options.
27642 (msp430_function_section): Use gen_prefix.
27643 (TARGET_SECTION_TYPE_FLAGS): Define.
27644 (msp430_section_type_flags): New function.
27645 (TARGET_ASM_UNIQUE_SECTION): Define.
27646 (msp430_unique_section): New function.
27647 (msp430_output_aligned_decl_common): New function.
27648 (msp430_do_not_relax_short_jumps): New function.
27649 * config/msp430/msp430.h (USE_SELECT_SECTION_FOR_FUNCTIONS):
27650 Define.
27651 (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
27652 * config/msp430/msp430-protos.h
27653 (msp430_do_not_relax_short_jumps): New prototype.
27654 (msp430_output_aligned_decl_common): New prototype.
27655 * config/msp430/msp430.md (length): New attribute.
27656 (cbranchhi4_real): If msp430_do_not_relax_short_jumps is true
27657 then use a long code sequence for short jumps.
27658 * config/msp430/msp430.opt (mcode-region): New.
27659 (mdata-region): New.
27660 * doc/invoke.texi: Document new options.
27661 * doc/extend.texi: Document new attributes.
27662
27663 2015-05-05 Matthew Wahab <matthew.wahab@arm.com>
27664
27665 * config/aarch64-protos.h (struct cpu_branch_cost): New.
27666 (tune_params): Add field branch_costs.
27667 (aarch64_branch_cost): Declare.
27668 * config/aarch64.c (generic_branch_cost): New.
27669 (generic_tunings): Set field cpu_branch_cost to generic_branch_cost.
27670 (cortexa53_tunings): Likewise.
27671 (cortexa57_tunings): Likewise.
27672 (thunderx_tunings): Likewise.
27673 (xgene1_tunings): Likewise.
27674 (aarch64_branch_cost): Define.
27675 * config/aarch64/aarch64.h (BRANCH_COST): Redefine.
27676
27677 2015-05-05 Uros Bizjak <ubizjak@gmail.com>
27678
27679 * config/i386/i386.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1
27680 and HOST_WIDE_INT_1U instead of (unsigned HOST_WIDE_INT) 1.
27681 * config/i386/i386.md: Ditto.
27682 * config/i386/winnt.c: Ditto.
27683
27684 2015-05-05 Matthew Wahab <matthew.wahab@arm.com>
27685
27686 * doc/extend.texi (__atomic Builtins): Move implementation details
27687 to the end of the description, rewrite opening paragraphs, state
27688 difference with __sync builtins, state C11/C++11 assumptions,
27689 weaken itemized descriptions, add explanation of memory model
27690 behaviour, expand description of compare-exchange, simplify text.
27691
27692 2015-05-05 Renlin Li <renlin.li@arm.com>
27693
27694 * config/aarch64/aarch64.md (add<mode>3): Use mov when allowed.
27695
27696 2015-05-05 Yvan Roux <yvan.roux@linaro.org>
27697
27698 * config/aarch64/aarch64-elf-raw.h (CA53_ERR_843419_SPEC): Define.
27699 (LINK_SPEC): Include CA53_ERR_843419_SPEC.
27700 * config/aarch64/aarch64-linux.h (CA53_ERR_843419_SPEC): Define.
27701 (LINK_SPEC): Include CA53_ERR_843419_SPEC.
27702 * config/aarch64/aarch64.opt (mfix-cortex-a53-843419): New option.
27703 * configure: Regenerate.
27704 * configure.ac: Add --enable-fix-cortex-a53-843419 option.
27705 * doc/install.texi (aarch64*-*-*): Document new
27706 --enable-fix-cortex-a53-843419 option.
27707 * doc/invoke.texi (AArch64 Options): Document -mfix-cortex-a53-843419
27708 and -mno-fix-cortex-a53-843419 options.
27709
27710 2015-05-05 Uros Bizjak <ubizjak@gmail.com>
27711
27712 PR target/65871
27713 * config/i386/i386.md (*bmi_andn_<mode>_ccno): New pattern.
27714
27715 2015-05-04 Jan Hubicka <hubicka@ucw.cz>
27716
27717 * tree.c (verify_type): Check various uses of TYPE_MAXVAL;
27718 fix overactive TYPE_MIN_VALUE check and add FIXME for type
27719 compatibility problems.
27720
27721 2015-05-04 Ajit Agarwal <ajitkum@xilinx.com>
27722
27723 * config/microblaze/microblaze.md (cbranchsi4): Added immediate
27724 constraints.
27725 (cbranchsi4_reg): New.
27726 * config/microblaze/microblaze.c
27727 (microblaze_expand_conditional_branch_reg): New.
27728 * config/microblaze/microblaze-protos.h
27729 (microblaze_expand_conditional_branch_reg): New prototype.
27730
27731 2015-05-04 Ajit Agarwal <ajitkum@xilinx.com>
27732
27733 * config/microblaze/microblaze.md (peephole2): New.
27734
27735 2015-05-04 Jeff Law <law@redhat.com>
27736
27737 Revert:
27738 2015-05-04 Jeff Law <law@redhat.com>
27739
27740 * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
27741 simplifier to narrow arithmetic.
27742 * generic-match-head.c: (types_match, single_use): New functions.
27743 * gimple-match-head.c: (types_match, single_use): New functions.
27744
27745 2015-05-04 Kaz Kojima <kkojima@gcc.gnu.org>
27746
27747 PR target/65987
27748 * config/sh/sh.c (output_far_jump): Take into account crossing jumps.
27749 (split_branches): Likewise.
27750
27751 2015-05-04 Sandra Loosemore <sandra@codesourcery.com>
27752
27753 * common.opt (fdelete-null-pointer-checks): Init to -1.
27754 * config/nios2/elf.h (SUBTARGET_OVERRIDE_OPTIONS): Define to
27755 override flag_delete_null_pointer_checks default.
27756 * doc/invoke.texi (-fdelete-null-pointer-checks): Clarify
27757 behavior re address zero. Better document target-specific behavior.
27758 (-fisolate-errneous-paths-dereference): Mention relationship to
27759 -fdelete-null-pointer-checks.
27760
27761 2015-05-04 Jakub Jelinek <jakub@redhat.com>
27762
27763 PR tree-optimization/65984
27764 * ubsan.c: Include tree-cfg.h.
27765 (instrument_bool_enum_load): Use stmt_ends_bb_p instead of
27766 stmt_could_throw_p test, rename can_throw variable to ends_bb.
27767
27768 2015-05-04 Uros Bizjak <ubizjak@gmail.com>
27769
27770 * config/i386/i386.c: Change GET_CODE (...) == CONST_DOUBLE check
27771 to CONST_DOUBLE_P predicate.
27772 (standard_sse_constant_p): Return 0 for !TARGET_SSE.
27773 (ix86_legitimate_constant_p) <case CONST_WIDE_INT>: For 32bit targets,
27774 allow only operands that satisfy standard_sse_constant_p predicate.
27775 * config/i386/i386.md: Change GET_CODE (...) == CONST_DOUBLE check
27776 to CONST_DOUBLE_P predicate.
27777
27778 2015-05-04 Jeff Law <law@redhat.com>
27779
27780 * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
27781 simplifier to narrow arithmetic.
27782 * generic-match-head.c: (types_match, single_use): New functions.
27783 * gimple-match-head.c: (types_match, single_use): New functions.
27784
27785 2015-05-04 Andreas Tobler <andreast@gcc.gnu.org>
27786
27787 * config/arm/arm.c: Restore bootstrap.
27788
27789 2015-05-04 Uros Bizjak <ubizjak@gmail.com>
27790
27791 * config/i386/i386.h (TARGET_SUPPORTS_WIDE_INT): New define.
27792 * config/i386/i386.c (ix86_legitimate_constant_p): Handle TImode
27793 as CONST_WIDE_INT, not CONST_DOUBLE.
27794 (ix86_cannot_force_const_mem): Handle CONST_WIDE_INT.
27795 (output_pic_addr_const): Do not handle VOIDmode CONST_DOUBLEs.
27796 (ix86_find_base_term): Do not check for CONST_DOUBLE.
27797 (ix86_print_operand): Do not handle non-FPmode CONST_DOUBLEs.
27798 (ix86_build_signbit_mask): Rewrite using wide ints.
27799 (ix86_split_to_parts) [HOST_BITS_PER_WIDE_INT < 64]: Remove.
27800 (ix86_rtx_costs): Handle CONST_WIDE_INT.
27801 (find_constant): Ditto.
27802 * config/i386/i386.md (bts, btr, btc peepholes): Rewrite
27803 using gen_int_mode.
27804 * config/i386/predicates.md (x86_64_immediate_operand)
27805 <case CONST_INT>: Remove HOST_BITS_PER_WIDE_INT == 32 code.
27806 (x86_64_zext_immediate_operand): Remove CONST_DOUBLE handling.
27807 <case CONST_INT>: Remove HOST_BITS_PER_WIDE_INT == 32 code.
27808 (const0_operand): Also match const_wide_int.
27809 (constm1_operand): Ditto.
27810 (const1_operand): Ditto.
27811
27812 2015-05-04 Richard Biener <rguenther@suse.de>
27813
27814 PR tree-optimization/65965
27815 * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Split
27816 store groups at gaps.
27817
27818 2015-05-04 Richard Biener <rguenther@suse.de>
27819
27820 PR tree-optimization/65935
27821 * tree-vect-slp.c (vect_build_slp_tree): If we swapped operands
27822 then make sure to apply that swapping to the IL.
27823
27824 2015-05-04 Jakub Jelinek <jakub@redhat.com>
27825
27826 * Makefile.in (PATCHLEVEL_c): New variable.
27827 (DATESTAMP_s, REVISION_s): If PATCHLEVEL_c is not 0,
27828 expand the same way as if DEVPHASE_c was non-empty.
27829
27830 2015-05-04 Kai Tietz <ktietz@redhat.com>
27831
27832 PR target/65559
27833 * lto-wrapper.c (run_gcc): Open filename
27834 in binary-mode.
27835
27836 2015-05-03 Sandra Loosemore <sandra@codesourcery.com>
27837
27838 * doc/extend.texi (Variable Attributes, Type Attributes): Move
27839 sections up in file, to immediately after the Function Attributes
27840 section.
27841
27842 2015-05-02 Jan Hubicka <hubicka@ucw.cz>
27843
27844 * tree.c (verify_type): Check various uses of TYPE_MINVAL.
27845
27846 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27847
27848 * tree-outof-ssa.c (emit_partition_copy): Return rtx_insn *.
27849 (insert_partition_copy_on_edge): Adjust.
27850 (insert_rtx_to_part_on_edge): Likewise.
27851 (insert_part_to_rtx_on_edge): Likewise.
27852
27853 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27854
27855 * function.c (set_return_jump_label): Change type of argument to
27856 rtx_insn *.
27857 * function.h (set_return_jump_label): Adjust.
27858
27859 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27860
27861 * reload.h (struct reg_equivs_t): Change type of init to
27862 rtx_insn *.
27863 * ira.c (fix_reg_equiv_init): Adjust.
27864 * reload1.c (eliminate_regs_1): Likewise.
27865 (init_eliminable_invariants): Likewise.
27866
27867 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27868
27869 * cselib.c (fp_setter_insn): Take a rtx_insn *.
27870 * cselib.h (fp_setter_insn): Adjust.
27871
27872 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27873
27874 * recog.c (struct validate_replace_src_data): Change type of
27875 insn field to rtx_insn *.
27876 (validate_replace_src_group): Change type of argument to rtx_insn *.
27877 * recog.h (validate_replace_src_group): Adjust.
27878
27879 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27880
27881 * haifa-sched.c: Change the type of some variables to rtx_insn *.
27882 * sched-deps.c: Likewise.
27883 * sched-int.h: Likewise.
27884 * sched-rgn.c: Likewise.
27885 * sel-sched.c: Likewise.
27886
27887 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27888
27889 to rtx_insn *.
27890 * config/i386/i386.c: Change the type of some arguments to
27891 rtx_insn *.
27892 * config/arm/arm.c: Likewise.
27893
27894 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27895
27896 * lra-constraints.c: Change type of some arguments to rtx_insn *.
27897
27898 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27899
27900 * regcprop.c (kill_autoinc_value): Change type of argument to
27901 rtx_insn *.
27902
27903 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27904
27905 * genrecog.c (print_subroutine): Adjust.
27906 * recog.c (get_bool_attr_mask_uncached): Likewise.
27907 * recog.h (struct recog_data_d): Change the type of insn to
27908 rtx_insn *.
27909
27910 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27911
27912 * dwarf2cfi.c (add_cfi_insn): Change type to rtx_insn *.
27913
27914 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27915
27916 * df-problems.c (df_set_note): Change type of argument to
27917 rtx_insn *.
27918
27919 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27920
27921 * builtins.c (expand_builtin_trap): Change type of local
27922 variable to rtx_insn *.
27923 (add_sched_insns_for_speculation): Likewise.
27924 (ix86_emit_save_regs): Likewise.
27925 (get_scratch_register_on_entry): Likewise.
27926 (ix86_emit_restore_reg_using_pop): Likewise.
27927 (ix86_emit_leave): Likewise.
27928 (ix86_emit_restore_regs_using_mov): Likewise.
27929 (ix86_expand_epilogue): Likewise.
27930 Likewise.
27931 (rl78_alloc_physical_registers_umul): Likewise.
27932 * cselib.c (discard_useless_locs): Likewise.
27933 (cselib_invalidate_regno): Likewise.
27934 (cselib_invalidate_mem): Likewise.
27935 * function.c (expand_function_start): Likewise.
27936 (emit_use_return_register_into_block): Likewise.
27937 * gcse.c: Likewise.
27938 * haifa-sched.c (ok_for_early_queue_removal): Likewise.
27939 * ifcvt.c (noce_get_alt_condition): Likewise.
27940 * loop-doloop.c (doloop_condition_get): Likewise.
27941 * lra-constraints.c (inherit_in_ebb): Likewise.
27942 * modulo-sched.c (sms_schedule_by_order): Likewise.
27943 * recog.c (next_insn_tests_no_inequality): Likewise.
27944 * reorg.c (emit_delay_sequence): Likewise.
27945 (update_reg_dead_notes): Likewise.
27946 (fix_reg_dead_note): Likewise.
27947 (fill_slots_from_thread): Likewise.
27948 (delete_computation): Likewise.
27949
27950 2015-05-01 Sandra Loosemore <sandra@codesourcery.com>
27951
27952 * doc/extend.texi (Variable Attributes): Add menu and proper
27953 @nodes to subsections. Move Microsoft Windows attributes to
27954 their own subsection.
27955 (Type Attributes): Reorganize introduction to remove duplicate
27956 list of attributes. Add menu and proper @nodes to subsections.
27957 Alphabetize the main table of common attributes.
27958
27959 2015-05-01 Rasmus Villemoes <rv@rasmusvillemoes.dk>
27960
27961 * match.pd: New simplification patterns.
27962 (x + (x & 1)) -> ((x + 1) & ~1)
27963 (x & ~(x & y)) -> ((x & ~y))
27964 (x | ~(x | y)) -> ((x | ~y))
27965
27966 2015-05-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
27967
27968 * target.def (attribute_table): Mention that struct attribute_spec
27969 is defined in tree-core.h rather than tree.h
27970 * doc/tm.texi: Regenerate.
27971
27972 2015-05-01 Richard Sandiford <richard.sandiford@arm.com>
27973
27974 * genrecog.c (test): Rename to rtx_test. Update rest of file
27975 accordingly.
27976
27977 2015-05-01 Andreas Schwab <schwab@linux-m68k.org>
27978
27979 PR translation/65959
27980 * params.h (DEFPARAM): Rename msgid to nocmsgid.
27981
27982 2015-05-01 Wilco Dijkstra <wdijkstr@arm.com>
27983
27984 * config/aarch64/aarch64-protos.h (tune_params):
27985 Add min_div_recip_mul_sf and min_div_recip_mul_df fields.
27986 * config/aarch64/aarch64.c (aarch64_min_divisions_for_recip_mul):
27987 Return value depending on target.
27988 (generic_tunings): Initialize new target settings.
27989 (cortexa53_tunings): Likewise.
27990 (cortexa57_tunings): Likewise.
27991 (thunderx_tunings): Likewise.
27992 (xgene1_tunings): Likewise.
27993
27994 2015-05-01 Wilco Dijkstra <wdijkstr@arm.com>
27995
27996 * config/arm/aarch-cost-tables.h (cortexa53_extra_costs):
27997 Make Cortex-A53 shift costs more accurate.
27998
27999 2015-05-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28000
28001 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle FLOAT and
28002 UNSIGNED_FLOAT.
28003
28004 2015-05-01 Wilco Dijkstra <wdijkstr@arm.com>
28005
28006 * config/aarch64/aarch64.c (aarch64_rtx_costs):
28007 Calculate cost of op0 and op1 in PLUS and MINUS cases.
28008
28009 2015-05-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28010
28011 * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
28012 Add cost of op0 in the compare-with-fpzero case.
28013
28014 2015-04-30 David Malcolm <dmalcolm@redhat.com>
28015
28016 * builtins.c (fold_builtin_1): Remove spurious second
28017 semicolon.
28018 * cgraph.h (symtab_node::get_availability): Likewise.
28019 * opts.c (common_handle_option): Remove spurious second semicolon.
28020 * tree-ssa-loop-ivopts.c (extract_cond_operands): Likewise.
28021 * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
28022
28023 2015-04-30 Caroline Tice <cmtice@google.com>
28024
28025 PR gcov-profile/65929
28026 * config/elfos.h (ASM_DECLARE_COLD_FUNCTION_NAME): New macro definition.
28027 (ASM_DECLARE_COLD_FUNCTION_SIZE): New macro definition.
28028 * doc/tm.texi.in (ASM_DECLARE_COLD_FUNCTION_NAME): Document new macro.
28029 (ASM_DECLARE_COLD_FUNCTION_SIZE): Document new macro.
28030 * doc/tm.texi: Regenerate.
28031 * final.c (final_scan_insn): Use ASM_DECLARE_COLD_FUNCTION_NAME
28032 instead of ASM_DECLARE_FUNCTION_NAME for cold partition name.
28033 * varasm.c (assemble_end_function): Use ASM_DECLARE_COLD_FUNCTION_SIZE
28034 instead of ASM_DECLARE_FUNCTION_SIZE for cold partition size.
28035
28036 2015-04-30 Marek Polacek <polacek@redhat.com>
28037
28038 * varasm.c (handle_cache_entry): Fix logic.
28039
28040 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28041
28042 * config/aarch64/aarch64.md (*extr<mode>5_insn_alt): New pattern.
28043 (*extrsi5_insn_uxtw_alt): Likewise.
28044 * config/aarch64/aarch64.c (aarch64_extr_rtx_p): New function.
28045 (aarch64_rtx_costs, IOR case): Use above to properly cost extr
28046 operations.
28047
28048 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28049
28050 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle pattern for
28051 fabd in ABS case.
28052
28053 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28054
28055 * config/aarch64/aarch64.md
28056 (*eor_one_cmpl_<SHIFT:optab><mode>3_alt): New pattern.
28057 (*eor_one_cmpl_<SHIFT:optab>sidi3_alt_ze): Likewise.
28058 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle MVN-shift
28059 appropriately. Handle alternative EON form.
28060
28061 2015-04-30 Renlin Li <renlin.li@arm.com>
28062
28063 * config/aarch64/aarch64-simd.md (vec_shr): Defined as an unspec.
28064 * config/aarch64/iterators.md (unspec): Add UNSPEC_VEC_SHR.
28065
28066 2015-04-30 Jan Hubicka <hubicka@ucw.cz>
28067
28068 PR ipa/65873
28069 * ipa-inline.c (can_inline_edge_p): It is safe to inline across
28070 -fstrict-aliasing boundaries.
28071
28072 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28073
28074 * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Handle MNEG
28075 and [SU]MNEGL patterns.
28076
28077 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28078
28079 * config/aarch64/aarch64.c (aarch64_shift_p): New function.
28080 (aarch64_rtx_mult_cost): Update comment to reflect that it also handles
28081 combined arithmetic-shift ops. Properly handle all shift and extend
28082 operations that can occur in combination with PLUS/MINUS.
28083 Rename maybe_fma to compound_p.
28084 (aarch64_rtx_costs): Use aarch64_shift_p when costing compound
28085 arithmetic and shift operations.
28086
28087 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28088
28089 * config/aarch64/aarch64.c (aarch64_rtx_costs): Use extend_arith
28090 rather than arith_shift cost when costing ADD/MINUS of an
28091 extended value.
28092
28093 2015-04-30 Jan Hubicka <hubicka@ucw.cz>
28094
28095 PR lto/65948
28096 * ipa-devirt.c (odr_types_equivalent_p): NULLPTR_TYPE is equivalent
28097 to itself.
28098
28099 2015-04-30 Richard Sandiford <richard.sandiford@arm.com>
28100
28101 * genrecog.c (simplify_tests): Check that CONST_INT and XWINT tests
28102 are for the same position.
28103
28104 2015-04-29 Aditya Kumar <hiraditya@hotmail.com>
28105
28106 * tree-vectorizer.c (set_uid_loop_bbs): New. Factored out of
28107 vectorize_loops.
28108 (vectorize_loops): Use it.
28109
28110 2015-04-29 Jan Hubicka <hubicka@ucw.cz>
28111
28112 * ipa-devirt.c (odr_subtypes_equivalent_p): Compare TYPE_NAME only
28113 for aggregate types.
28114 (register_odr_type): Be ready for MAIN_VARIANT of ODR type
28115 type to be non_ODR.
28116 * tree.c (need_assembler_name_p): Compute mangled name for
28117 non-fundamental types and integer types.
28118
28119 2015-04-29 Mikhail Maltsev <maltsevm@gmail.com>
28120
28121 * dojump.c (do_compare_rtx_and_jump): Use std::swap instead of
28122 manual swaps.
28123 * expr.c (expand_expr_real_2): Likewise.
28124
28125 2015-04-29 Jan Hubicka <hubicka@ucw.cz>
28126
28127 * tree.c (build_common_builtin_nodes): Do not build
28128 __builtin_alloca_with_align as equivalent of library alloca.
28129
28130 2015-04-29 Jan Hubicka <hubicka@ucw.cz>
28131
28132 * dwarf2out.c (gen_type_die_with_usage): Call verify_type.
28133 * ipa-chkp.c (chkp_copy_function_type_adding_bounds): Do not produce
28134 bugus variants.
28135 * tree.c: Include print-tree.h and ipa-utils.h
28136 (free_lang_data_in_type): Clear TYPE_VFIELD leaked by C FE.
28137 (free_lang_data_in_cgraph): Call verify_type.
28138 (verify_type_variant): New function.
28139 (verify_type): New function.
28140 * tree.h (verify_type): Declare.
28141
28142 2015-04-29 Steve Ellcey <sellcey@imgtec.com>
28143
28144 * config/mips/mips-cpus.def: (mips4): Change default processor
28145 from PROCESSOR_R8000 to PROCESSOR_R10000.
28146
28147 2015-04-29 Petar Jovanovic <petar.jovanovic@rt-rk.com>
28148
28149 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Fix the macro to use
28150 la/jalr instead of jal.
28151
28152 2015-04-29 Uros Bizjak <ubizjak@gmail.com>
28153
28154 PR target/65871
28155 * config/i386/i386.md (*bmi_bextr_<mode>_ccz): New pattern.
28156 (*bmi2_bzhi_<mode>3_1_ccz): Ditto.
28157 (setcc+movzbl peephole2): Check also clobbered reg.
28158 (setcc+andl peephole2): Ditto.
28159
28160 2015-04-29 Thomas Schwinge <thomas@codesourcery.com>
28161
28162 PR libgomp/65099
28163 * config/nvptx/mkoffload.c (target_ilp32): New variable.
28164 (main): Set it depending on "-foffload-abi=[...]".
28165 (compile_native, main): Use it to pass "-m32" or "-m64" to the
28166 compiler.
28167
28168 2015-04-29 Alan Lawrence <alan.lawrence@arm.com>
28169
28170 PR target/65770
28171 * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>,
28172 vec_store_lanesci_lane<mode>, vec_store_lanesxi_lane<mode>):
28173 Flip lane index back at assembly time for bigendian.
28174
28175 2015-04-29 Thomas Schwinge <thomas@codesourcery.com>
28176
28177 * tree.h (OMP_STANDALONE_CLAUSES): New macro.
28178 * gimplify.c (gimplify_omp_workshare): Use it.
28179
28180 2015-04-29 Richard Sandiford <richard.sandiford@arm.com>
28181
28182 * Makefile.in (build/genrecog.o): Depend on inchash.h.
28183 (build/genrecog$(build_exeext): Depend on build/hash-table.o and
28184 build/inchash.o
28185 * genrecog.c: Rewrite most of the code except for the third page.
28186
28187 2015-04-29 Richard Sandiford <richard.sandiford@arm.com>
28188
28189 * inchash.h, inchash.c: Include bconfig.h for build objects.
28190 * Makefile.in (build/inchash.o): New rule.
28191
28192 2015-04-29 Yvan Roux <yvan.roux@linaro.org>
28193
28194 PR target/65924
28195 * config/arm/thumb2.md (*thumb2_addsi3_compare0_scratch): Fix operand
28196 number in type attribute expression.
28197
28198 2015-04-29 Richard Sandiford <richard.sandiford@arm.com>
28199
28200 * loop-iv.c (canon_condition): Generalize to all types of integer
28201 constant.
28202
28203 2015-04-29 Bernhard Reuther-Fischer <aldot@gcc.gnu.org>
28204
28205 * gimple-walk.c: Prune duplicate or unneeded includes.
28206 (walk_gimple_asm): Only call parse_input_constraint or
28207 parse_output_constraint if their findings are used.
28208 Honour parse_input_constraint and parse_output_constraint
28209 result.
28210
28211 2015-04-29 Alan Lawrence <alan.lawrence@arm.com>
28212
28213 * config/arm/neon.md (vec_shl<mode>, vec_shr<mode>): Remove.
28214
28215 2015-04-29 Tom de Vries <tom@codesourcery.com>
28216
28217 PR tree-optimization/65893
28218 * passes.def (pass_all_optimizations): Move pass_stdarg to after
28219 pass_dce.
28220
28221 2015-04-29 Richard Biener <rguenther@suse.de>
28222
28223 * tree-vect-data-refs.c (vect_analyze_group_access): Properly
28224 compute GROUP_SIZE for basic-block SLP.
28225 * tree-vect-slp.c (vect_get_place_in_interleaving_chain): Properly
28226 take into account gaps.
28227 (vect_get_mask_element): Properly reject references to previous
28228 vectors.
28229 (vect_transform_slp_perm_load): Likewise.
28230
28231 2015-04-29 Christian Bruel <christian.bruel@st.com>
28232
28233 PR target/64835
28234 * config/i386/i386.c (ix86_default_align): New function.
28235 (ix86_override_options_after_change): Call ix86_default_align.
28236 (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New hook.
28237 (ix86_override_options_after_change): New function.
28238
28239 2015-04-28 Jeff Law <law@redhat.com>
28240
28241 * tree-ssa-dom.c (record_equality); Fix comment typos.
28242
28243 2015-04-28 Tom de Vries <tom@codesourcery.com>
28244
28245 PR tree-optimization/65887
28246 * gimplify.c (gimplify_modify_expr): Remove ifn_va_arg ap fixup.
28247
28248 2015-04-28 Sandra Loosemore <sandra@codesourcery.com>
28249
28250 * doc/extend.texi (Declaring Attributes of Functions): Split into
28251 subsections by target. Alphabetize the table of common attributes.
28252 Rewrite some of the introductory text to reflect the new structure.
28253 Update some cross-references to point to the new subsections.
28254 (Attribute Syntax): Put paragraph about "__" naming here. Remove
28255 duplicate copies in the discussion of function, label, and type
28256 attributes.
28257
28258 2015-04-28 Dominique d'Humieres <dominiq@lps.ens.fr>
28259
28260 PR bootstrap/65910
28261 * varasm.c (assemble_end_function): Guard ASM_DECLARE_FUNCTION_SIZE.
28262
28263 2015-04-28 Jason Merrill <jason@redhat.com>
28264
28265 PR c++/65734
28266 * stor-layout.c (layout_type): Layout the TYPE_MAIN_VARIANT.
28267 (finalize_type_size): Respect TYPE_USER_ALIGN.
28268 (layout_type) [ARRAY_TYPE]: Likewise.
28269
28270 2015-04-28 Yvan Roux <yvan.roux@linaro.org>
28271
28272 * config/arm/arm.md (*arm_movt): Fix type attribute.
28273 (*cmpsi_shiftsi): Likewise.
28274 (*cmpsi_shiftsi_swp): Likewise.
28275 (*movsicc_insn): Likewise.
28276 (*cond_move): Likewise.
28277 (*if_plus_move): Likewise.
28278 (*if_move_plus): Likewise.
28279 (*if_arith_move): Likewise.
28280 (*if_move_arith): Likewise.
28281 (*if_shift_move): Likewise.
28282 (*if_move_shift): Likewise.
28283 (*arm_movtas_ze): Likewise.
28284 * config/arm/thumb2.md (*thumb2_movsicc_insn): Fix alternative
28285 redundancy and type attribute.
28286 (*thumb2_movsi_insn): Fix type attribute.
28287 (*thumb2_addsi_short): Likewise.
28288 (thumb2_addsi3_compare0): Likewise.
28289 (*thumb2_addsi3_compare0_scratch): Merge alternatives and fix
28290 attributes accordingly.
28291
28292 2015-04-28 Markus Trippelsdorf <markus@trippelsdorf.de>
28293
28294 PR other/65911
28295 * function.c (pad_to_arg_alignment): Add parentheses.
28296
28297 2015-04-28 Uros Bizjak <ubizjak@gmail.com>
28298
28299 * config/frv/frv.h (CRT_GET_RFIB_DATA): Move definition to
28300 libgcc/config/frv/elf-lib.h.
28301
28302 2015-04-28 Tom de Vries <tom@codesourcery.com>
28303
28304 * tree-call-cdce.c: Fix example in header comment.
28305
28306 2015-04-28 Richard Biener <rguenther@suse.de>
28307
28308 PR tree-optimization/62283
28309 * tree-vect-slp.c (vect_build_slp_tree): When the SLP build
28310 fails fatally and we are vectorizing a basic-block simply
28311 cause the child to be constructed piecewise.
28312 (vect_analyze_slp_cost_1): Adjust.
28313 (vect_detect_hybrid_slp_stmts): Likewise.
28314 (vect_bb_slp_scalar_cost): Likewise.
28315 (vect_get_constant_vectors): For piecewise constructed
28316 constants place them after the last def.
28317 (vect_get_slp_defs): Adjust.
28318 * tree-vect-stmts.c (vect_is_simple_use): Detect in-BB
28319 externals for basic-block vectorization.
28320
28321 2015-04-28 Thomas Preud'homme <thomas.preudhomme@arm.com>
28322
28323 PR target/63503
28324 * config.gcc: Add cortex-a57-fma-steering.o to extra_objs for
28325 aarch64-*-*.
28326 * config/aarch64/t-aarch64: Add a rule for cortex-a57-fma-steering.o.
28327 * config/aarch64/aarch64.h (AARCH64_FL_USE_FMA_STEERING_PASS): Define.
28328 (AARCH64_TUNE_FMA_STEERING): Likewise.
28329 * config/aarch64/aarch64-cores.def: Set
28330 AARCH64_FL_USE_FMA_STEERING_PASS for cores with dynamic steering of
28331 FMUL/FMADD instructions.
28332 * config/aarch64/aarch64.c (aarch64_register_fma_steering): Declare.
28333 (aarch64_override_options): Include cortex-a57-fma-steering.h. Call
28334 aarch64_register_fma_steering () if AARCH64_TUNE_FMA_STEERING is true.
28335 * config/aarch64/cortex-a57-fma-steering.h: New file.
28336 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
28337
28338 2015-04-28 Richard Sandiford <richard.sandiford@arm.com>
28339
28340 * gensupport.c (std_preds): Add missing codes to address_operand entry.
28341
28342 2015-04-28 Richard Biener <rguenther@suse.de>
28343
28344 PR tree-optimization/65851
28345 * tree-ssa-ccp.c (set_lattice_value): Perform a meet when
28346 changing CONSTANT to CONSTANT non-copy. Get new_val by reference.
28347 (ccp_lattice_meet): Remove stray argument. Use operand_equal_p
28348 rather than simple_cst_equal as the latter doesn't handle COMPLEX_CST.
28349 (ccp_visit_phi_node): Adjust.
28350 (evaluate_stmt): For simplifications to SSA names return its
28351 lattice value if that isn't VARYING. Return immediately when
28352 simplified to a constant.
28353 (visit_assignment): Adjust.
28354 (ccp_visit_stmt): Likewise.
28355
28356 2015-04-28 Tom de Vries <tom@codesourcery.com>
28357
28358 PR tree-optimization/65818
28359 * tree-stdarg.c (expand_ifn_va_arg_1): Ensure that side-effects are
28360 evaluated.
28361
28362 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
28363
28364 * calls.c (save_fixed_argument_area): Don't check
28365 ARGS_GROW_DOWNWARD with the preprocessor.
28366 (restore_fixed_argument_area): Likewise.
28367 (mem_overlaps_already_clobbered_arg_p): Likewise.
28368 (check_sibcall_argument_overlap): Likewise.
28369 (expand_call): Likewise.
28370 (emit_library_call_value_1): Likewise.
28371 (store_one_arg): Likewise.
28372 * function.c (assign_parms): Likewise.
28373 (locate_and_pad_parm): Likewise.
28374 (pad_to_arg_alignment): Likewise.
28375 * targhooks.c (std_gimplify_va_arg_expr): Likewise.
28376
28377 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
28378
28379 * config/pa/pa.h (ARGS_GROW_DOWNWARD): Define to 1.
28380 * defaults.h (ARGS_GROW_DOWNWARD): Define it to 0 by default.
28381 * calls.c (save_fixed_argument_area): Don't chekc if
28382 ARGS_GROW_DOWNWARD is defined.
28383 (restore_fixed_argument_area): Likewise.
28384 (mem_overlaps_already_clobbered_arg_p): Likewise.
28385 (check_sibcall_argument_overlap): Likewise.
28386 (expand_call): Likewise.
28387 (emit_library_call_value_1): Likewise.
28388 (store_one_arg): Likewise.
28389 * function.c (assign_parms): Likewise.
28390 (locate_and_pad_parm): Likewise.
28391 (pad_to_arg_alignment): Likewise.
28392 * targhooks.c (std_gimplify_va_arg_expr): Likewise.
28393
28394 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
28395
28396 * defaults.h (gen_epilogue): New function.
28397 * alias.c (init_alias_analysis): don't check if HAVE_epilogue is
28398 defined.
28399 * cfgrtl.c (cfg_layout_finalize): Likewise.
28400 * df-scan.c: Likewise.
28401 * function.c (thread_prologue_and_epilogue_insns): Likewise.
28402 (reposition_prologue_and_epilogue_notes): Likewise.
28403 * reorg.c (find_end_label): Likewise.
28404 * toplev.c: Likewise.
28405
28406 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
28407
28408 * bb-reorder.c (HAVE_return): Don't check if its undefined.
28409 * defaults.h (gen_simple_return): New function.
28410 (gen_simple_return): Likewise.
28411 (HAVE_return): Add default definition to false.
28412 (HAVE_simple_return): Likewise.
28413 * cfgrtl.c (force_nonfallthru_and_redirect): Remove checks if
28414 HAVE_return and HAVE_simple_return are defined.
28415 * function.c (gen_return_pattern): Likewise.
28416 (convert_jumps_to_returns): Likewise.
28417 (thread_prologue_and_epilogue_insns): Likewise.
28418 * reorg.c (find_end_label): Likewise.
28419 (dbr_schedule): Likewise.
28420 * shrink-wrap.c: Likewise.
28421 * shrink-wrap.h: Likewise.
28422
28423 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
28424
28425 * defaults.h (EPILOGUE_USES): Add default definition of false.
28426 * df-scan.c (EPILOGUE_USES): Remove check if its undefined.
28427 * resource.c (init_resource_info): Likewise.
28428
28429 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
28430
28431 * defaults.h (PCC_BITFIELD_TYPE_MATTERS): Add default definition
28432 to false.
28433 * dwarf2out.c (field_byte_offset): REmove check if
28434 PCC_BITFIELD_TYPE_MATTERS is defined.
28435 * stor-layout.c (layout_decl): Likewise.
28436 (update_alignment_for_field): Likewise.
28437 (place_field): Likewise.
28438
28439 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
28440
28441 * defaults.h (HARD_REGNO_RENAME_OK): Add default definition to
28442 true.
28443 * regrename.c (check_new_reg_p): Remove check if
28444 HARD_REGNO_RENAME_OK is defined.
28445 * sel-sched.c (sel_hard_regno_rename_ok): Likewise.
28446
28447 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
28448
28449 * calls.c (prepare_call_address): Remove ifdef NO_FUNCTION_CSE.
28450 * cse.c (fold_rtx): Likewise.
28451 * config/alpha/alpha.h (NO_FUNCTION_CSE): Define to 1.
28452 * config/arc/arc.h (NO_FUNCTION_CSE): Likewise.
28453 * config/avr/avr.h (NO_FUNCTION_CSE): Likewise.
28454 * config/cr16/cr16.h (NO_FUNCTION_CSE): Likewise.
28455 * config/epiphany/epiphany.h (NO_FUNCTION_CSE): Likewise.
28456 * config/frv/frv.h (NO_FUNCTION_CSE): Likewise.
28457 * config/h8300/h8300.h (NO_FUNCTION_CSE): Likewise.
28458 * config/i386/i386.h (NO_FUNCTION_CSE): Likewise.
28459 * config/ia64/ia64.h (NO_FUNCTION_CSE): Likewise.
28460 * config/lm32/lm32.h (enum reg_class) (NO_FUNCTION_CSE):
28461 * Likewise.
28462 * config/m32r/m32r.h (NO_FUNCTION_CSE): Likewise.
28463 * config/mep/mep.h (NO_FUNCTION_CSE): Likewise.
28464 * config/mn10300/mn10300.h (NO_FUNCTION_CSE): Likewise.
28465 * config/nds32/nds32.h (NO_FUNCTION_CSE): Likewise.
28466 * config/nios2/nios2.h (NO_FUNCTION_CSE): Likewise.
28467 * config/pa/pa.h (NO_FUNCTION_CSE): Likewise.
28468 * config/rs6000/rs6000.h (NO_FUNCTION_CSE): Likewise.
28469 * config/s390/s390.h (NO_FUNCTION_CSE): Likewise.
28470 * config/sparc/sparc.h (NO_FUNCTION_CSE): Likewise.
28471 * config/spu/spu.h (NO_FUNCTION_CSE): Likewise.
28472 * config/stormy16/stormy16.h (NO_FUNCTION_CSE): Likewise.
28473 * config/v850/v850.h (NO_FUNCTION_CSE): Likewise.
28474 * defaults.h (NO_FUNCTION_CSE): Provide default definition to 0.
28475 * doc/tm.texi: Regenerate.
28476 * doc/tm.texi.in: Document NO_FUNCTION_CSE is always defined to
28477 either true or false.
28478
28479 2015-04-27 Jeff Law <law@redhat.com>
28480
28481 PR tree-optimization/65217
28482 * tree-ssa-dom.c (record_equality): Given two SSA_NAMEs, if just one
28483 of them has a single use, make sure it is the LHS of the implied
28484 copy.
28485
28486 2015-04-28 Alan Modra <amodra@gmail.com>
28487
28488 PR target/65810
28489 * config/rs6000/rs6000.c (POWERPC64_TOC_POINTER_ALIGNMENT): Define.
28490 (offsettable_ok_by_alignment): Use minimum of decl and toc
28491 pointer alignment. Replace dead code with assertion.
28492 (use_toc_relative_ref): Add mode arg. Return false in -mcmodel=medium
28493 case if size exceeds toc pointer alignment.
28494 (rs6000_legitimize_reload_address): Update use_toc_relative_ref call.
28495 (rs6000_emit_move): Likewise.
28496 * configure.ac: Add linker toc pointer alignment check.
28497 * configure: Regenerate.
28498 * config.in: Regenerate.
28499
28500 2015-04-27 Yoshinori Sato <ysato@users.sourceforge.jp>
28501
28502 * config.gcc: Add h8300-*-linux.
28503 * config/h8300/linux.h: New.
28504 * config/h8300/t-linux: New.
28505 * config/h8300/h8300.c (h8300_option_override): Normal mode
28506 is not supported for h8300-*-linux.
28507 (h8300_file_start): Target priority change.
28508 (get_shift_alg): Likewise.
28509 (h8300_shift_need_scratch_p): Likewise.
28510 * config/h8300/h8300.h (TARGET_CPU_CPP_BUILTINS): Likewise.
28511 * config/h8300/h8300.md (define_peephole2): Remove duplicate condition.
28512
28513 2015-04-27 Caroline Tice <cmtice@google.com>
28514
28515 * final.c (final_scan_insn): Output cold_function_name as function
28516 type.
28517 * varasm.c (cold_function_name): Make global.
28518 (assemble_start_function): Re-set cold_function_name.
28519 (assemble_end_function): Output cold partition size.
28520 * varasm.h (cold_function_name): Declare global.
28521
28522 2015-04-27 Ilya Tocar <ilya.tocar@intel.com>
28523
28524 * config/i386/i386.h (EXT_REX_SSE_REG_P): New.
28525 * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>_mixed): Use "v"
28526 constraint.
28527 (*movxi_internal_avx512f): Ditto.
28528 (define_split): Check for xmm16+, when splitting scalar float_extend.
28529 (*extendsfdf2_mixed): Use "v" constraint.
28530 (define_split): Check for xmm16+, when splitting scalar float_truncate.
28531 (*truncdfsf_fast_sse): Use "v" constraint.
28532 (fix_trunc<MODEF:mode><SWI48:mode>_sse): Ditto.
28533 (*float<SWI48:mode><MODEF:mode>2_sse): Ditto.
28534 (define_peephole2): Check for xmm16+, when converting scalar
28535 float_truncate.
28536 (define_peephole2): Check for xmm16+, when converting scalar
28537 float_extend.
28538 (*fop_<mode>_comm_mixed): Use "v" constraint.
28539 (*fop_<mode>_comm_sse): Ditto.
28540 (*fop_<mode>_1_mixed): Ditto.
28541 (*sqrt<mode>2_sse): Ditto.
28542 (*ieee_s<ieee_maxmin><mode>3): Ditto.
28543
28544 2015-04-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28545
28546 * combine.c (simplify_if_then_else): Use std::swap instead
28547 of manually swapping.
28548 (known_cond): Likewise.
28549 (simplify_comparison): Likewise.
28550
28551 2015-04-27 Peter Bergner <bergner@vnet.ibm.com>
28552
28553 PR target/64579
28554 * config/rs6000/htm.md: Remove all define_expands.
28555 (UNSPECV_HTM_TABORTDC, UNSPECV_HTM_TABORTDCI, UNSPECV_HTM_TABORTWC,
28556 UNSPECV_HTM_TABORTWCI): Remove.
28557 (UNSPECV_HTM_TABORTXC, UNSPECV_HTM_TABORTXCI, UNSPECV_HTM_TTEST): New.
28558 (tabort_internal, tbegin_internal, tcheck_internal, tend_internal,
28559 trechkpt_internal, treclaim_internal, tsr_internal): Rename from this...
28560 (tabort, tbegin, tcheck, tend, trechkpt, treclaim, tsr): ...to this.
28561 (tabortdc_internal, tabortdci_internal, tabortwc_internal,
28562 tabortwci_internal): Remove define_insns.
28563 (tabort<wd>c, tabort<wd>ci): New define_insns.
28564 (tabort): Use gpc_reg_operand.
28565 (tcheck): Remove operand.
28566 (htm_mfspr_<mode>, htm_mtspr_<mode>): Use GPR mode macro.
28567 * config/rs6000/htmxlintrin.h (__TM_end): Use _HTM_TRANSACTIONAL as
28568 expected value.
28569 * config/rs6000/rs6000-builtin.def (BU_HTM_SPR0): Remove.
28570 (BU_HTM_SPR1): Rename to BU_HTM_V1. Remove use of RS6000_BTC_SPR.
28571 (tabort, tabortdc, tabortdci, tabortwc, tabortwci, tbegin,
28572 tcheck, tend, tendall, trechkpt, treclaim, tresume, tsuspend,
28573 tsr, ttest): Pass in the RS6000_BTC_CR attribute.
28574 (get_tfhar, set_tfhar, get_tfiar, set_tfiar, get_texasr, set_texasr,
28575 get_texasru, set_texasru): Pass in the RS6000_BTC_SPR attribute.
28576 (tcheck): Remove builtin argument.
28577 * config/rs6000/rs6000.c (rs6000_htm_spr_icode): Use TARGET_POWERPC64
28578 not TARGET_64BIT.
28579 (htm_expand_builtin): Fix usage of expandedp. Disallow usage of the
28580 tabortdc and tabortdci builtins when not in 64-bit mode.
28581 Modify code to handle the loss of the HTM define_expands.
28582 Emit code to copy the CR register to TARGET.
28583 (htm_init_builtins): Modify code to handle the loss of the HTM
28584 define_expands.
28585 * config/rs6000/rs6000.h (RS6000_BTC_32BIT): Delete.
28586 (RS6000_BTC_64BIT): Likewise.
28587 (RS6000_BTC_CR): New macro.
28588 * doc/extend.texi: Update documentation for htm builtins.
28589
28590 2015-04-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28591
28592 * simplify-rtx.c (simplify_gen_binary): Use std::swap instead
28593 of manually swapping.
28594 (simplify_associative_operation): Likewise.
28595 (simplify_binary_operation): Likewise.
28596 (simplify_plus_minus): Likewise.
28597 (simplify_relational_operation): Likewise.
28598 (simplify_ternary_operation): Likewise.
28599
28600 2015-04-27 Richard Sandiford <richard.sandiford@arm.com>
28601
28602 * config/stormy16/predicates.md (xs_hi_general_operand): Delete.
28603 (xs_hi_nonmemory_operand): Remove error.
28604 * config/stormy16/stormy16.md (movhi, movhi_internal): Use
28605 general_operand rather than xs_hi_general_operand.
28606
28607 2015-04-27 Richard Biener <rguenther@suse.de>
28608
28609 * tree-ssa-dom.c (record_equivalences_from_phis): Valueize PHI arg.
28610 (record_equivalences_from_stmt): Valueize rhs.
28611 (record_equality): Canonicalize x and y order via
28612 tree_swap_operands_p. Do not swap operands for same loop depth.
28613
28614 2015-04-27 Georg-Johann Lay <avr@gjlay.de>
28615
28616 PR target/65296
28617 PR target/65895
28618 * config/avr/gen-avr-mmcu-specs.c (print_mcu): Close file.
28619 Add hint how to use own spec file.
28620
28621 2015-04-27 Jakub Jelinek <jakub@redhat.com>
28622
28623 PR tree-optimization/65875
28624 * tree-vrp.c (update_value_range): If in is_new case setting
28625 old_vr to VR_VARYING, also set new_vr to it. Remove
28626 old_vr->type == VR_VARYING test.
28627 (vrp_visit_phi_node): Return SSA_PROP_VARYING instead of
28628 SSA_PROP_INTERESTING if update_value_range returned true,
28629 but new range is VR_VARYING.
28630
28631 2015-04-27 Thomas Preud'homme <thomas.preudhomme@arm.com>
28632
28633 * combine.c (sign_extend_short_imm): New.
28634 (set_nonzero_bits_and_sign_copies): Use above new function for sign
28635 extension of src short immediate.
28636 (reg_nonzero_bits_for_combine): Likewise for tem.
28637
28638 2015-04-27 Eric Botcazou <ebotcazou@adacore.com>
28639
28640 * stor-layout.c (self_referential_component_ref_p): New predicate.
28641 (copy_self_referential_tree_r): Use it.
28642 (self_referential_size): Punt for simple operations directly involving
28643 self-referential component references.
28644 * tree-cfg.c (dump_function_to_file): Add missing final curly bracket.
28645
28646 2015-04-27 Eric Botcazou <ebotcazou@adacore.com>
28647
28648 * ipa-icf.c (icf_handled_component_p): Remove redundant tests.
28649
28650 2015-04-27 Richard Sandiford <richard.sandiford@arm.com>
28651
28652 * vec.h (vec): Make splice arguments const. Update definitions
28653 accordingly.
28654
28655 2015-04-27 Yvan Roux <yvan.roux@linaro.org>
28656
28657 * config/arm/arm.md (*arm_subsi3_insn): Fixed redundant
28658 alternatives.
28659
28660 2015-04-26 Tom de Vries <tom@codesourcery.com>
28661
28662 PR tree-optimization/65826
28663 * internal-fn.def: Mark VA_ARG with ECF_LEAF.
28664
28665 2015-04-24 Steve Ellcey <sellcey@imgtec.com>
28666
28667 * config/mips/mips.md: (*madd4<mode>) Remove accum_in attribute.
28668 (*madd3<mode>): Ditto.
28669 (*msub4<mode>): Ditto.
28670 (*msub3<mode>): Ditto.
28671 (*nmadd4<mode>): Ditto.
28672 (*nmadd3<mode>): Ditto.
28673 (*nmadd4<mode>_fastmath): Ditto.
28674 (*nmadd3<mode>_fastmath): Ditto.
28675 (*nmsub4<mode>): Ditto.
28676 (*nmsub3<mode>): Ditto.
28677 (*nmsub4<mode>_fastmath): Ditto.
28678 (*nmsub3<mode>_fastmath): Ditto.
28679
28680 2015-04-24 Jason Merrill <jason@redhat.com>
28681
28682 PR c++/50800
28683 * tree.c (build_reference_type_for_mode): Don't pass can_alias_all
28684 down when building TYPE_CANONICAL.
28685 (build_pointer_type_for_mode): Likewise.
28686
28687 2015-04-24 Chen Gang <gang.chen.5i5j@gmail.com>
28688
28689 * genrecog.c (validate_pattern): Check matching constraint refers
28690 to a lower numbered operand.
28691
28692 2015-04-24 Michael Meissner <meissner@linux.vnet.ibm.com>
28693
28694 PR target/65849
28695 * config/rs6000/rs6000.opt (-mvsx-align-128): Make options that
28696 save to independent variables use the Save attribute. This will
28697 allow these options to be modified with the #pragma/attribute
28698 target support.
28699 (-mallow-movmisalign): Likewise.
28700 (-mallow-df-permute): Likewise.
28701 (-msched-groups): Likewise.
28702 (-malways-hint): Likewise.
28703 (-malign-branch-targets): Likewise.
28704 (-mvectorize-builtins): Likewise.
28705 (-msave-toc-indirect): Likewise.
28706
28707 * config/rs6000/rs6000.c (rs6000_opt_masks): Add more options that
28708 can be set via the #pragma/attribute target support.
28709 (rs6000_opt_vars): Likewise.
28710 (rs6000_inner_target_options): If VSX was set, also set
28711 -mno-avoid-indexed-addresses.
28712
28713 2015-04-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28714
28715 * config/arm/iterators.md (shiftable_ops): Rename to...
28716 (SHIFTABLE_OPS): ... This. Update use in comments.
28717 (ior_xor): Rename to...
28718 (IOR_XOR): ... This.
28719 (vqh_ops): Rename to...
28720 (VQH_OPS): ... This.
28721 (vqhs_ops): Rename to...
28722 (VQHS_OPS): ... This.
28723 (rshifts): Rename to...
28724 (RSHIFTS): ... This.
28725 (returns): Rename to...
28726 (RETURNS): ... This.
28727 * config/arm/arm.md: Update uses of the above.
28728 * config/arm/neon.md: Likewise.
28729
28730 2014-04-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28731
28732 * config.host (case ${host}): Add aarch64*-*-linux case.
28733 * config/aarch64/aarch64-cores.def: Add IMPLEMENTER_ID and PART_NUMBER
28734 fields to all the cores.
28735 * config/aarch64/aarch64-elf.h (DRIVER_SELF_SPECS):
28736 Add MCPU_MTUNE_NATIVE_SPECS.
28737 * config/aarch64/aarch64-option-extensions.def: Add FEATURE_STRING
28738 field to all extensions.
28739 * config/aarch64/aarch64-opts.h: Adjust definition of AARCH64_CORE.
28740 * config/aarch64/aarch64.c: Adjust definition of AARCH64_CORE.
28741 Adjust definition of AARCH64_OPT_EXTENSION.
28742 * config/aarch64/aarch64.h: Adjust definition of AARCH64_CORE.
28743 (MCPU_MTUNE_NATIVE_SPECS): Define.
28744 * config/aarch64/driver-aarch64.c: New file.
28745 * config/aarch64/x-arch64: New file.
28746 * doc/invoke.texi (AArch64 Options): Document native value for -mcpu,
28747 -mtune and -march.
28748
28749 2015-04-24 Uros Bizjak <ubizjak@gmail.com>
28750 Wei Mi <wmi@google.com>
28751
28752 * config/i386/i386-protos.h (ix86_operands_ok_for_move_multiple): New.
28753 * config/i386/i386.c (extract_base_offset_in_addr): New function.
28754 (ix86_operands_ok_for_move_multiple): Ditto.
28755 * config/i386/sse.md (movsd/movhpd to movupd peephole2): New pattern.
28756 (movlpd/movhpd to movupd peephole2): Ditto.
28757
28758 2015-04-24 Marek Polacek <polacek@redhat.com>
28759
28760 PR c/61534
28761 * input.h (from_macro_expansion_at): Define.
28762
28763 PR c/63357
28764 * doc/invoke.texi: Update description of -Wlogical-op.
28765
28766 2015-04-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
28767
28768 * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): fix
28769 ternary operator in fprintf and harmonize spacing.
28770
28771 2015-04-24 Uros Bizjak <ubizjak@gmail.com>
28772
28773 * config/i386/sse.md (*vec_widen_smult_even_v8si<mask_name>):
28774 Mark operand1 commutative.
28775
28776 2015-04-24 Uros Bizjak <ubizjak@gmail.com>
28777
28778 * config/i386/sse.md (*vec_concatv2sf_sse4_1): Do not allow both
28779 input operands in memory.
28780 (*vec_concatv2si_sse4_1): Ditto.
28781 (*vec_concatv2df): Ditto, except for SSE3 and equal input operands.
28782 (vec_extract_lo_<mode><mask_name>): Change operand 1 predicate to
28783 register_operand.
28784 (vec_extract_hi_v32hi): Ditto.
28785 (vec_extract_hi_v64hi): Ditto.
28786 (<mask_codefor>avx512f_unpckhpd512<mask_name>): Ditto.
28787
28788 2015-04-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
28789 Steven Bosscher <steven@gcc.gnu.org>
28790
28791 PR rtl-optimization/34503
28792 * cprop.c (cprop_reg_p): New.
28793 (hash_scan_set): Use above function to check if register can be
28794 propagated.
28795 (find_avail_set): Return up to two sets, one whose source is a
28796 register and one whose source is a constant. Sets are returned in an
28797 array passed as parameter rather than as a return value.
28798 (cprop_insn): Use a do while loop rather than a goto. Try each of the
28799 sets returned by find_avail_set, starting with the one whose source is
28800 a constant. Use cprop_reg_p to check if register can be propagated.
28801 (do_local_cprop): Use cprop_reg_p to check if register can be
28802 propagated.
28803 (implicit_set_cond_p): Likewise.
28804
28805 2015-04-23 Jan Hubicka <hubicka@ucw.cz>
28806
28807 * ipa-icf.c (sem_function::equals_wpa): Compare thunk info.
28808 (sem_function::equals): IGNORED_NODES parameter is now unused;
28809 update call of equals_private.
28810 (sem_function::equals_private): Do not call equals_wpa; skip
28811 gimple body matching if there is no body.
28812 (sem_function::init): Add logic to hash tthunk info.
28813 (sem_function::parse): Also parse thunks.
28814 * ipa-icf.h (equals_private): Update declaration.
28815
28816 2015-04-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
28817
28818 * config/rs6000/altivec.md (*altivec_lvx_<mode>_internal): Remove
28819 asterisk from name so this can be generated directly.
28820 (*altivec_stvx_<mode>_internal): Likewise.
28821 * config/rs6000/rs6000.c (rs6000_emit_le_vsx_store): Add assert
28822 that this is never called during or after reload/lra.
28823 (rs6000_frame_related): Remove split_reg
28824 argument and logic that references it.
28825 (emit_frame_save): Remove last parameter from call to
28826 rs6000_frame_related.
28827 (rs6000_emit_prologue): Remove last parameter from eight calls to
28828 rs6000_frame_related. Force generation of stvx instruction for
28829 Altivec register saves. Remove split_reg handling, which is no
28830 longer needed.
28831 (rs6000_emit_epilogue): Force generation of lvx instruction for
28832 Altivec register restores.
28833
28834 2015-04-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
28835
28836 * config/rs6000/rs6000.opt (mcrypto): Change option description to
28837 match category changes in ISA 2.07B.
28838
28839 2015-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28840
28841 * config/arm/iterators.md (GTGE, GTUGEU, COMPARISONS): New code
28842 iterators.
28843 (cmp_op, cmp_type): New code attributes.
28844 (NEON_VCMP, NEON_VACMP): New int iterators.
28845 (cmp_op_unsp): New int attribute.
28846 * config/arm/neon.md (neon_vc<cmp_op><mode>): New define_expand.
28847 (neon_vceq<mode>): Delete.
28848 (neon_vc<cmp_op><mode>_insn): New pattern.
28849 (neon_vc<cmp_op_unsp><mode>_insn_unspec): Likewise.
28850 (neon_vcgeu<mode>): Delete.
28851 (neon_vcle<mode>): Likewise.
28852 (neon_vclt<mode>: Likewise.
28853 (neon_vcage<mode>): Likewise.
28854 (neon_vcagt<mode>): Likewise.
28855 (neon_vca<cmp_op><mode>): New define_expand.
28856 (neon_vca<cmp_op><mode>_insn): New pattern.
28857 (neon_vca<cmp_op_unsp><mode>_insn_unspec): Likewise.
28858
28859 2015-04-23 Jan Hubicka <hubicka@ucw.cz>
28860
28861 * tree.h (attribute_value_equal): Declare.
28862 * tree.c (attribute_value_equal): Export.
28863
28864 2015-04-23 Jan Hubicka <hubicka@ucw.cz>
28865
28866 * ipa-icf.c (sem_item::compare_attributes): New function.
28867 (sem_item::compare_referenced_symbol_properties): Compare variable
28868 attributes.
28869 (sem_item::hash_referenced_symbol_properties): Record DECL_ALIGN.
28870 (sem_function::param_used_p): New function.
28871 (sem_function::equals_wpa): Fix attribute comparsion; match
28872 parameter type codes; do not compare paremter flags when
28873 they are not used; compare edge flags; compare indirect calls.
28874 (sem_item::update_hash_by_addr_refs): Hash reference type.
28875 (sem_function::equals_private): Do not match DECL_ATTRIBUTES.
28876 (sem_variable::equals_wpa): Do not match DECL_ALIGN; match
28877 reference use type.
28878 (sem_item_optimizer::update_hash_by_addr_refs): Use param_used_p.
28879 * ipa-icf.h (compare_attributes, param_used_p): Declare.
28880
28881 2015-04-23 Jan Hubicka <hubicka@ucw.cz>
28882
28883 * ipa-icf.c (symbol_compare_collection::symbol_compare_collection):
28884 cleanup.
28885 (sem_function::get_hash): Do not hash DECL_DISREGARD_INLINE_LIMITS,
28886 DECL_DECLARED_INLINE_P and DECL_IS_OPERATOR_NEW.
28887 (sem_item::compare_referenced_symbol_properties): New.
28888 (sem_item::hash_referenced_symbol_properties): New.
28889 (sem_item::compare_cgraph_references): Rename to ...
28890 (sem_item::compare_symbol_references): ... this one; use
28891 compare_referenced_symbol_properties.
28892 (sem_function::equals_wpa): Do not compare
28893 DECL_DISREGARD_INLINE_LIMITS, DECL_DECLARED_INLINE_P,
28894 DECL_IS_OPERATOR_NEW; compare pointer sizes.
28895 (sem_item::update_hash_by_addr_refs): Call
28896 hash_referenced_symbol_properties.
28897 (sem_item::update_hash_by_local_refs): Cleanup.
28898 (sem_function::merge): Do not mix up symbol properties.
28899 (sem_variable::equals_wpa): Use compare_symbol_references.
28900 * ipa-icf.h (sem_item::compare_referenced_symbol_properties): New.
28901 (sem_item::hash_referenced_symbol_properties): New.
28902 (sem_item::compare_symbol_references): New.
28903 (sem_item::compare_cgraph_references): Remove.
28904
28905 2015-04-23 Kwok Cheung Yeung <kcy@codesourcery.com>
28906
28907 PR target/26702
28908 * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL):
28909 Emit size of local.
28910
28911 2015-04-23 Nick Clifton <nickc@redhat.com>
28912
28913 * config/rl78/rl78.c (rl78_preferred_reload_class): Add
28914 ATTRIBUTE_UNUSED to x parameter.
28915 * config/rl78/rl78-opts.h (enum rl78_mul_types): Remove unused MUL_RL78.
28916
28917 2015-04-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
28918
28919 * config/rs6000/crypto.md (crypto_vpmsum<CR_char>): Change
28920 TARGET_CRYPTO to TARGET_P8_VECTOR>
28921 (crypto_vpermxor_<mode>): Likewise.
28922 * config/rs6000/rs6000-builtin.def (BU_CRYPTO_2A): New #define.
28923 (BU_CRYPTO_3A): Likewise.
28924 (BU_CRYPTO_OVERLOAD_2A): Rename from BU_CRYPTO_OVERLOAD_2.
28925 (BU_CRYPTO_OVERLOAD_3A): New #define.
28926 (VPMSUMB): Change from BU_CRYPTO_2 to BU_CRYPTO_2A.
28927 (VPMSUMH): Likewise.
28928 (VPMSUMW): Likewise.
28929 (VPMSUMD): Likewise.
28930 (VPERMXOR_V2DI): Change from BU_CRYPTO_3 to BU_CRYPTO_3A.
28931 (VPERMXOR_V4SI): Likewise.
28932 (VPERMXOR_V8HI): Likewise.
28933 (VPERMXOR_V16QI): Likewise.
28934 (VPMSUM): Change from BU_CRYPTO_OVERLOAD_2 to
28935 BU_CRYPTO_OVERLOAD_2A.
28936 (VPERMXOR): Change from BU_CRYPTO_OVERLOAD3 to
28937 BU_CRYPTO_OVERLOAD_3A.
28938 * config/rs6000/rs6000.opt (mcrypto): Change description of
28939 option.
28940
28941 2015-04-23 Richard Biener <rguenther@suse.de>
28942
28943 * passes.def: Remove copy propagation passes run directly after CCP.
28944 * tree-ssa-ccp.c (get_value_for_expr): Fall back to a COPY for
28945 SSA names.
28946 (ccp_visit_phi_node): Rework to handle first executable edge
28947 specially.
28948
28949 2015-04-23 Matthew Wahab <matthew.wahab@arm.com>
28950
28951 * config/arm/arm.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
28952 (ARM_LEGITIMIZE_RELOAD_ADDRESS): Remove.
28953 (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Remove.
28954 * config/arm/arm.c (arm_legimitimize_reload_address): Remove.
28955 (thumb_legimitimize_reload_address): Remove.
28956 * config/arm/arm-protos.h (arm_legimitimize_reload_address):
28957 Remove.
28958 (thumb_legimitimize_reload_address): Remove.
28959
28960 2015-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28961
28962 * conditions.h (CC_STATUS_INIT): Gate on #ifndef CC_STATUS_INIT.
28963
28964 2015-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28965
28966 * config/arm/arm.md (load_multiple): Reject operand 2 greater than
28967 MAX_LDM_STM_OPS.
28968 (store_multiple): Likewise.
28969
28970 2015-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28971
28972 * config/arm/arm-protos.h (struct tune_params): Add issue_rate field.
28973 * config/arm/arm.c (arm_slowmul_tune, arm_fastmul_tune,
28974 arm_strongarm_tune, arm_xscale_tune, arm_9e_tune, arm_v6t2_tune,
28975 arm_cortex_tune, arm_cortex_a8_tune, arm_cortex_a7_tune,
28976 arm_cortex_a15_tune, arm_cortex_a53_tune, arm_cortex_a57_tune,
28977 arm_cortex_a9_tune, arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune,
28978 arm_fa726te_tune arm_cortex_a5_tune, arm_xgene1_tune):
28979 Specify issue_rate value.
28980 (arm_issue_rate): Look up issue rate from tuning structs. Remove
28981 large switch statement.
28982 (arm_marvell_pj4_tune): New struct.
28983 * config/arm/arm-cores.def (marvell-pj4): Use arm_marvell_pj4_tune
28984 struct.
28985
28986 2015-04-23 Richard Biener <rguenther@suse.de>
28987
28988 * tree-vect-slp.c (vect_find_first_load_in_slp_instance): Remove.
28989 (vect_find_last_store_in_slp_instance): Rename to ...
28990 (vect_find_last_scalar_stmt_in_slp): ... this and generalize.
28991 (vect_analyze_slp_cost_1): Use vector_load for constant defs
28992 and vec_construct for external defs when estimating prologue cost.
28993 (vect_analyze_slp_instance): Do not init SLP_INSTANCE_FIRST_LOAD_STMT.
28994 Compute costs here only when vectorizing loops.
28995 (vect_slp_analyze_bb_1): Compute SLP cost here, after vector types
28996 have been determined.
28997 (vect_schedule_slp_instance): Simplify vectorized code placement
28998 and prepare for in-BB external defs.
28999 * tree-vectorizer.h (struct _slp_instance): Remove first_load member.
29000 (SLP_INSTANCE_FIRST_LOAD_STMT): Remove.
29001 * tree-vect-stmts.c (vect_model_store_cost): Remove PURE_SLP_STMT
29002 guard.
29003 (vect_model_load_cost): Likewise.
29004 (vectorizable_store): Instead add it here.
29005 (vectorizable_load): Likewise.
29006 (vect_is_simple_use): Dump def type textually.
29007
29008 2015-04-23 Richard Biener <rguenther@suse.de>
29009
29010 * cfgexpand.c (expand_gimple_stmt_1): Use ops.code.
29011 * cfgloop.c (verify_loop_structure): Verify the root loop node.
29012 * except.c (duplicate_eh_regions): Call get_eh_region_from_lp_number_fn
29013 instead of get_eh_region_from_lp_number.
29014 * loop-init.c (fix_loop_structure): If we removed a loop, reset
29015 the SCEV cache.
29016
29017 2015-04-23 Anton Blanchard <anton@samba.org>
29018
29019 * config/rs6000/rs6000.c (rs6000_output_function_prologue): No
29020 need for -mprofile-kernel to save LR to stack.
29021
29022 2015-04-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
29023
29024 * config/rs6000/rs6000.c (rtx_is_swappable_p): Commentary
29025 adjustments.
29026 (insn_is_swappable_p): Return 1 for a convert from double to
29027 single precision when all of its uses are splats of BE element
29028 zero.
29029
29030 2015-04-23 Kugan Vivekanandarajah <kuganv@linaro.org>
29031
29032 * ira-costs.c (record_operand_costs): Fix typo (remove redundant code).
29033
29034 2015-04-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
29035
29036 PR target/65456
29037 * config/rs6000/rs6000.c (rs6000_option_override_internal): For
29038 VSX + POWER8, enable TARGET_ALLOW_MOVMISALIGN and
29039 TARGET_EFFICIENT_UNALIGNED_VSX if not selected by command line
29040 option.
29041 (rs6000_builtin_mask_for_load): Return 0 for targets with
29042 efficient unaligned VSX accesses so that the vectorizer will use
29043 direct unaligned loads.
29044 (rs6000_builtin_support_vector_misalignment): Always return true
29045 for targets with efficient unaligned VSX accesses.
29046 (rs6000_builtin_vectorization_cost): Cost of unaligned loads and
29047 stores on targets with efficient unaligned VSX accesses is almost
29048 always the same as the cost of an aligned load or store, so model
29049 it that way.
29050 * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Return 0 for
29051 unaligned vectors if we have efficient unaligned VSX accesses.
29052 * config/rs6000/rs6000.opt (mefficient-unaligned-vector): New
29053 undocumented option.
29054
29055 2015-04-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
29056
29057 Revert:
29058 2015-04-22 Gregor Richards <gregor.richards@uwaterloo.ca>
29059
29060 * config.gcc (LIBC_MUSL): New tm_defines macro.
29061 * config/linux.h (OPTION_MUSL): Define.
29062 (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
29063 (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
29064 (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
29065
29066 * config/linux.opt (mmusl): New option.
29067 * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
29068 (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
29069
29070 * configure: Regenerate.
29071
29072 2015-04-22 Gregor Richards <gregor.richards@uwaterloo.ca>
29073
29074 * config.gcc (LIBC_MUSL): New tm_defines macro.
29075 * config/linux.h (OPTION_MUSL): Define.
29076 (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
29077 (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
29078 (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
29079
29080 * config/linux.opt (mmusl): New option.
29081 * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
29082 (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
29083
29084 * configure: Regenerate.
29085
29086 2015-04-22 Yury Gribov <y.gribov@samsung.com>
29087
29088 * doc/invoke.texi (-fsanitize-sections): Update description.
29089 * asan.c (set_sanitized_sections): Parse incoming arg.
29090 (section_sanitized_p): Support wildcards.
29091
29092 2015-04-22 Tom de Vries <tom@codesourcery.com>
29093
29094 PR tree-optimization/65823
29095 * gimplify.c (gimplify_modify_expr): Use operand_equal_p to test for
29096 equality between ap_copy and ap.
29097
29098 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
29099
29100 PR target/47098
29101 * config/openbsd-oldgas.h (OBSD_LIB_SPEC): Add.
29102
29103 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
29104
29105 PR target/47122
29106 * config.gcc (vax-*-openbsd*): Fix name of pthread spec header.
29107
29108 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
29109
29110 PR target/55144
29111 * config.gcc (bfin*-linux-uclibc*): Prepend tmake_file and
29112 remove already contained t-files.
29113
29114 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
29115
29116 * tree-tailcall.c (suitable_for_tail_opt_p, find_tail_calls):
29117 Remove unneeded forward declarations.
29118 (suitable_for_tail_call_opt_p): Commentary typo fix.
29119
29120 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
29121
29122 * varasm.c (emit_bss): Remove redundant guard.
29123
29124 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
29125
29126 * config/c6x/c6x.h (TARGET_CPU_CPP_BUILTINS): Add unk_isa.
29127
29128 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
29129
29130 * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Add BFIN_CPU_UNKNOWN.
29131
29132 2015-04-22 Hale Wang <hale.wang@arm.com>
29133 Terry Guo <terry.guo@arm.com>
29134
29135 PR rtl-optimization/64818
29136 * combine.c (can_combine_p): Don't combine user-specified
29137 register if it is in an asm input.
29138
29139 2015-04-21 Jan Hubicka <hubicka@ucw.cz>
29140
29141 PR ipa/65076
29142 * passes.def (early_optimizations): Add pass_dse.
29143
29144 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
29145
29146 * defaults.h (INSN_REFERENCES_ARE_DELAYED): New definition.
29147 * reorg.c (redundant_insn): Remove ifdef
29148 INSN_REFERENCES_ARE_DELAYED.
29149 * resource.c (mark_referenced_resources): Likewise.
29150
29151 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
29152
29153 * defaults.h (INSN_SETS_ARE_DELAYED): New definition.
29154 * reorg.c (redundant_insn): Remove ifdef INSN_SETS_ARE_DELAYED.
29155 * resource.c (mark_set_resources): Likewise.
29156
29157 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
29158
29159 * caller-save.c (insert_one_insn): Remove ifdef HAVE_cc0.
29160 * cfgcleanup.c (flow_find_cross_jump): Likewise.
29161 (flow_find_head_matching_sequence): Likewise.
29162 (try_head_merge_bb): Likewise.
29163 * combine.c (can_combine_p): Likewise.
29164 (try_combine): Likewise.
29165 (distribute_notes): Likewise.
29166 * df-problems.c (can_move_insns_across): Likewise.
29167 * final.c (final): Likewise.
29168 * gcse.c (insert_insn_end_basic_block): Likewise.
29169 * ira.c (find_moveable_pseudos): Likewise.
29170 * reorg.c (try_merge_delay_insns): Likewise.
29171 (fill_simple_delay_slots): Likewise.
29172 (fill_slots_from_thread): Likewise.
29173 * sched-deps.c (sched_analyze_2): Likewise.
29174
29175 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
29176
29177 * df-scan.c (df_get_entry_block_def_set): Remove #ifdef
29178 PIC_OFFSET_TABLE_REGNUM.
29179
29180 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
29181
29182 * alias.c (init_alias_target): Remove ifdef
29183 * HARD_FRAME_POINTER_IS_FRAME_POINTER.
29184 * df-scan.c (df_insn_refs_collect): Likewise.
29185 (df_get_regular_block_artificial_uses): Likewise.
29186 (df_get_eh_block_artificial_uses): Likewise.
29187 (df_get_entry_block_def_set): Likewise.
29188 (df_get_exit_block_use_set): Likewise.
29189 * emit-rtl.c (gen_rtx_REG): Likewise.
29190 * ira.c (ira_setup_eliminable_regset): Likewise.
29191 * reginfo.c (init_reg_sets_1): Likewise.
29192 * regrename.c (rename_chains): Likewise.
29193 * reload1.c (reload): Likewise.
29194 (eliminate_regs_in_insn): Likewise.
29195 * resource.c (mark_referenced_resources): Likewise.
29196 (init_resource_info): Likewise.
29197
29198 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
29199
29200 * defaults.h (MASK_RETURN_ADDR): New definition.
29201 * except.c (expand_builtin_extract_return_addr): Remove ifdef
29202 MASK_RETURN_ADDR.
29203
29204 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
29205
29206 * defaults.h (RETURN_ADDR_OFFSET): New definition.
29207 * except.c (expand_builtin_extract_return_addr): Remove ifdef
29208 RETURN_ADDR_OFFSET.
29209 (expand_builtin_frob_return_addr): Likewise.
29210
29211 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
29212
29213 * cfgrtl.c (rtl_merge_blocks): Change #if HAVE_cc0 to if (HAVE_cc0)
29214 (try_redirect_by_replacing_jump): Likewise.
29215 (rtl_tidy_fallthru_edge): Likewise.
29216 * combine.c (insn_a_feeds_b): Likewise.
29217 (find_split_point): Likewise.
29218 (simplify_set): Likewise.
29219 * cprop.c (cprop_jump): Likewise.
29220 * cse.c (cse_extended_basic_block): Likewise.
29221 * df-problems.c (can_move_insns_across): Likewise.
29222 * function.c (emit_use_return_register_into_block): Likewise.
29223 * haifa-sched.c (sched_init): Likewise.
29224 * ira.c (find_moveable_pseudos): Likewise.
29225 * loop-invariant.c (find_invariant_insn): Likewise.
29226 * lra-constraints.c (curr_insn_transform): Likewise.
29227 * postreload.c (reload_combine_recognize_const_pattern):
29228 * Likewise.
29229 * reload.c (find_reloads): Likewise.
29230 * reorg.c (delete_scheduled_jump): Likewise.
29231 (steal_delay_list_from_target): Likewise.
29232 (steal_delay_list_from_fallthrough): Likewise.
29233 (redundant_insn): Likewise.
29234 (fill_simple_delay_slots): Likewise.
29235 (fill_slots_from_thread): Likewise.
29236 (delete_computation): Likewise.
29237 * sched-rgn.c (add_branch_dependences): Likewise.
29238
29239 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
29240
29241 * genconfig.c (main): Always define HAVE_cc0.
29242 * caller-save.c (insert_one_insn): Change ifdef HAVE_cc0 to #if
29243 HAVE_cc0.
29244 * cfgcleanup.c (flow_find_cross_jump): Likewise.
29245 (flow_find_head_matching_sequence): Likewise.
29246 (try_head_merge_bb): Likewise.
29247 * cfgrtl.c (rtl_merge_blocks): Likewise.
29248 (try_redirect_by_replacing_jump): Likewise.
29249 (rtl_tidy_fallthru_edge): Likewise.
29250 * combine.c (do_SUBST_MODE): Likewise.
29251 (insn_a_feeds_b): Likewise.
29252 (combine_instructions): Likewise.
29253 (can_combine_p): Likewise.
29254 (try_combine): Likewise.
29255 (find_split_point): Likewise.
29256 (subst): Likewise.
29257 (simplify_set): Likewise.
29258 (distribute_notes): Likewise.
29259 * cprop.c (cprop_jump): Likewise.
29260 * cse.c (cse_extended_basic_block): Likewise.
29261 * df-problems.c (can_move_insns_across): Likewise.
29262 * final.c (final): Likewise.
29263 (final_scan_insn): Likewise.
29264 * function.c (emit_use_return_register_into_block): Likewise.
29265 * gcse.c (insert_insn_end_basic_block): Likewise.
29266 * haifa-sched.c (sched_init): Likewise.
29267 * ira.c (find_moveable_pseudos): Likewise.
29268 * loop-invariant.c (find_invariant_insn): Likewise.
29269 * lra-constraints.c (curr_insn_transform): Likewise.
29270 * optabs.c (prepare_cmp_insn): Likewise.
29271 * postreload.c (reload_combine_recognize_const_pattern):
29272 * Likewise.
29273 * reload.c (find_reloads): Likewise.
29274 (find_reloads_address_1): Likewise.
29275 * reorg.c (delete_scheduled_jump): Likewise.
29276 (steal_delay_list_from_target): Likewise.
29277 (steal_delay_list_from_fallthrough): Likewise.
29278 (try_merge_delay_insns): Likewise.
29279 (redundant_insn): Likewise.
29280 (fill_simple_delay_slots): Likewise.
29281 (fill_slots_from_thread): Likewise.
29282 (delete_computation): Likewise.
29283 (relax_delay_slots): Likewise.
29284 * sched-deps.c (sched_analyze_2): Likewise.
29285 * sched-rgn.c (add_branch_dependences): Likewise.
29286
29287 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
29288
29289 * combine.c (find_single_use): Remove HAVE_cc0 ifdef for code
29290 that is trivially ded on non cc0 targets.
29291 (simplify_set): Likewise.
29292 (mark_used_regs_combine): Likewise.
29293 * cse.c (new_basic_block): Likewise.
29294 (fold_rtx): Likewise.
29295 (cse_insn): Likewise.
29296 (cse_extended_basic_block): Likewise.
29297 (set_live_p): Likewise.
29298 * rtlanal.c (canonicalize_condition): Likewise.
29299 * simplify-rtx.c (simplify_binary_operation_1): Likewise.
29300
29301 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
29302
29303 * conditions.h: Define macros even if HAVE_cc0 is undefined.
29304 * emit-rtl.c: Define functions even if HAVE_cc0 is undefined.
29305 * final.c: Likewise.
29306 * jump.c: Likewise.
29307 * recog.c: Likewise.
29308 * recog.h: Declare functions even when HAVE_cc0 is undefined.
29309 * sched-deps.c (sched_analyze_2): Always compile case for cc0.
29310
29311 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
29312
29313 * defaults.h: New definition of EH_RETURN_DATA_REGNO.
29314 * except.c: Remove definition of EH_RETURN_DATA_REGNO.
29315 * builtins.c (expand_builtin): Remove check if
29316 EH_RETURN_DATA_REGNO is defined.
29317 * df-scan.c (df_bb_refs_collect): Likewise.
29318 (df_get_exit_block_use_set): Likewise.
29319 * haifa-sched.c (initiate_bb_reg_pressure_info): Likewise.
29320 * ira-lives.c (process_bb_node_lives): Likewise.
29321 * lra-lives.c (process_bb_lives): Likewise.
29322
29323 2015-04-21 Uros Bizjak <ubizjak@gmail.com>
29324
29325 * config/i386/i386.md (ARGP_REG, FRAME_REG, BND2_REG, BND3_REG,
29326 FIRST_PSEUDO_REG): New.
29327 * config/i386/i386.h (STACK_POINTER_REGNUM): Define to SP_REG.
29328 (ARG_POINTER_REGNUM): Define to ARGP_REG.
29329 (FRAME_POINTER_REGNUM): Define to FRAME_REG.
29330 (HARD_FRAME_POINTER_REGNUM): Define to BP_REG.
29331 (FIRST_PSEUDO_REGISTER): Define to FIRST_PSEUDO_REG.
29332 (FIRST_INT_REG): New.
29333 (LAST_INT_REG): New.
29334 (FIRST_*_REG): Define using *_REG.
29335 (LAST_*_REG): Ditto.
29336 (QI_REGNO_P): Define using FIRST_QU_REG and LAST_QI_REG.
29337 (LEGACY_INT_REGNO_P): Define using FIRST_INT_REG and LAST_INT_REG.
29338 (FIRST_FLOAT_REG): Define to FIRST_STACK_REG.
29339
29340 2015-04-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
29341
29342 * expmed.c: (synth_mult): Only assume overlapping
29343 shift with previous steps in alg_sub_t_m2 case.
29344
29345 2015-04-21 Richard Biener <rguenther@suse.de>
29346
29347 PR tree-optimization/65650
29348 * tree-ssa-ccp.c (valid_lattice_transition): Allow lattice
29349 transitions involving copies.
29350 (set_lattice_value): Adjust for copy lattice state.
29351 (ccp_lattice_meet): Do not merge UNDEFINED and a copy to the copy
29352 if that doesn't dominate the merge point.
29353 (bit_value_unop): Adjust what we treat as varying mask.
29354 (bit_value_binop): Likewise.
29355 (bit_value_assume_aligned): Likewise.
29356 (evaluate_stmt): When we simplified to a SSA name record a copy
29357 instead of dropping to varying.
29358 (visit_assignment): Simplify.
29359
29360 * gimple-match.h (gimple_simplify): Add another callback.
29361 * gimple-fold.c (fold_stmt_1): Adjust caller.
29362 (gimple_fold_stmt_to_constant_1): Likewise - pass valueize
29363 for the 2nd callback.
29364 * gimple-match-head.c (gimple_simplify): Add a callback that is
29365 used to valueize the stmt operands and use it that way.
29366
29367 2015-04-21 Richard Biener <rguenther@suse.de>
29368
29369 PR tree-optimization/65788
29370 * tree-ssa-ccp.c (evaluate_stmt): Evaluate to UNDEFINED early.
29371
29372 2015-04-21 Richard Biener <rguenther@suse.de>
29373
29374 * config/i386/i386.c (ix86_builtin_vectorization_cost): Scale
29375 vec_construct cost by vec_stmt_cost.
29376
29377 2015-04-21 Richard Biener <rguenther@suse.de>
29378
29379 * cfghooks.h (create_basic_block): Replace with two overloads
29380 for RTL and GIMPLE.
29381 (split_block): Likewise.
29382 * cfghooks.c (split_block): Rename to ...
29383 (split_block_1): ... this.
29384 (split_block): Add two type-safe overloads for RTL and GIMPLE.
29385 (split_block_after_labels): Call split_block_1.
29386 (create_basic_block): Rename to ...
29387 (create_basic_block_1): ... this.
29388 (create_basic_block): Add two type-safe overloads for RTL and GIMPLE.
29389 (create_empty_bb): Call create_basic_block_1.
29390 * cfgrtl.c (fixup_fallthru_exit_predecessor): Use
29391 split_block_after_labels.
29392 * omp-low.c (expand_parallel_call): Likewise.
29393 (expand_omp_target): Likewise.
29394 (simd_clone_adjust): Likewise.
29395 * tree-chkp.c (chkp_get_entry_block): Likewise.
29396 * cgraphunit.c (init_lowered_empty_function): Use the GIMPLE
29397 create_basic_block overload.
29398 (cgraph_node::expand_thunk): Likewise.
29399 * tree-cfg.c (make_blocks): Likewise.
29400 (handle_abnormal_edges): Likewise.
29401 * tree-inline.c (copy_bb): Likewise.
29402
29403 2015-04-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
29404
29405 * config/aarch64/aarch64.md (*<NLOGICAL:optab>_one_cmplsidi3_ze):
29406 New pattern.
29407 (*xor_one_cmplsidi3_ze): Likewise.
29408
29409 2015-04-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
29410
29411 * df-core.c (df_finish_pass): Iterate over df->problems_by_index[] and
29412 use df_remove_problem rather than manually removing problems, leaving
29413 holes in df->problems_in_order[].
29414
29415 2015-04-21 Tom de Vries <tom@codesourcery.com>
29416
29417 PR tree-optimization/65802
29418 * internal-fn.def (VA_ARG): Add ECF_NOTROW to flags.
29419
29420 2015-04-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
29421
29422 * common/config/aarch64/aarch64-common.c (AARCH64_CPU_NAME_LENGTH):
29423 Increase to 128.
29424 (aarch64_rewrite_selected_cpu): Do not chop off extensions starting
29425 at '.'. Assert that there's enough space for everything.
29426
29427 2015-04-21 Uros Bizjak <ubizjak@gmail.com>
29428
29429 PR tree-optimization/64950
29430 Revert:
29431 2010-08-02 Uros Bizjak <ubizjak@gmail.com>
29432
29433 PR target/41089
29434 * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
29435 as volatile.
29436
29437 2015-04-20 Shiva Chen <shiva0217@gmail.com>
29438
29439 PR rtl-optimization/64916
29440 * cfgcleanup.c (values_equal_p): New function.
29441 (can_replace_by): Use it.
29442
29443 2015-04-20 Paolo Carlini <paolo.carlini@oracle.com>
29444
29445 PR c++/65801
29446 * doc/invoke.texi ([-Wnarrowing]): Update.
29447
29448 2015-04-20 Jeff Law <law@redhat.com>
29449
29450 PR tree-optimization/65658
29451 * tree-ssa-threadupdate.c (redirection_block_p): Remove
29452 redundant test for GIMPLE_ASSIGN in last change.
29453
29454 2015-04-20 Uros Bizjak <ubizjak@gmail.com>
29455
29456 * config/i386/i386.c (set_pic_reg_ever_live): Remove.
29457 (legitimize_pic_address): Do not call set_pic_reg_ever_live.
29458 (legitimize_tls_address): Ditto.
29459 (ix86_expand_move): Ditto.
29460 (ix86_expand_binary_operator): Remove reload_in_progress checks.
29461 (ix86_expand_unary_operator): Ditto.
29462 * config/i386/predicates.md (index_register_operand): Ditto.
29463
29464 2015-04-20 Selim Belbachir <selim.belbachir@fr.thalesgroup.com>
29465
29466 * reorg.c (try_merge_delay_insns): Improve correctness checking
29467 for targets with multiple delay slots.
29468
29469 2015-04-20 Jeff Law <law@redhat.com>
29470
29471 PR tree-optimization/65658
29472 * tree-ssa-threadupdate.c (redirection_block_p): Ignore clobber
29473 statements too.
29474
29475 2015-04-20 Alan Lawrence <alan.lawrence@arm.com>
29476
29477 * config/aarch64/aarch64.c (aarch64_simd_emit_pair_result_insn): Delete.
29478 * config/aarch64/aarch64-protos.h (aarch64_simd_emit_pair_result_insn):
29479 Delete.
29480
29481 2015-04-20 Jakub Jelinek <jakub@redhat.com>
29482
29483 PR debug/65807
29484 * dwarf2out.c (add_AT_wide): Clear attr.dw_attr_val.val_entry.
29485
29486 2015-04-20 Richard Biener <rguenther@suse.de>
29487
29488 * gimple-fold.h (gimple_build): Remove optional valueize arguments.
29489 * gimple-fold.c (gimple_build_valueize): New function.
29490 (gimple_build): Always use gimple_build_valueize as valueize hook.
29491
29492 2015-04-20 Alan Lawrence <alan.lawrence@arm.com>
29493
29494 PR target/64134
29495 * config/aarch64/aarch64.c (aarch64_expand_vector_init): Load constant
29496 and overwrite variable parts if <= 1/2 the elements are variable.
29497
29498 2015-04-19 Vladimir Makarov <vmakarov@redhat.com>
29499
29500 PR rtl-optimization/65805
29501 * lra-eliminations.c (lra_eliminate_regs_1): Add new assert.
29502 Don't use difference of offset and previous offset if
29503 update_sp_offset is non-zero.
29504 (eliminate_regs_in_insn): Ditto.
29505 * lra-spills.c (remove_pseudos): Exchange 4th and 6th args in
29506 lra_eliminate_regs_1 call.
29507 * lra-constraints.c (get_equiv_with_elimination): Ditto.
29508
29509 2015-04-18 Trevor Saunders <tsaunders@mozilla.com>
29510
29511 * hash-table.h: Remove version of hash_table that stored value_type *.
29512 * asan.c, attribs.c, bitmap.c, cfg.c, cgraph.h, config/arm/arm.c,
29513 config/i386/winnt.c, config/ia64/ia64.c, config/mips/mips.c,
29514 config/sol2.c, coverage.c, cselib.c, dse.c, dwarf2cfi.c,
29515 dwarf2out.c, except.c, gcse.c, genmatch.c, ggc-common.c,
29516 gimple-ssa-strength-reduction.c, gimplify.c, haifa-sched.c,
29517 hard-reg-set.h, hash-map.h, hash-set.h, ipa-devirt.c, ipa-icf.h,
29518 ipa-profile.c, ira-color.c, ira-costs.c, loop-invariant.c,
29519 loop-iv.c, loop-unroll.c, lto-streamer.h, plugin.c, postreload-gcse.c,
29520 reginfo.c, statistics.c, store-motion.c, trans-mem.c, tree-cfg.c,
29521 tree-eh.c, tree-hasher.h, tree-into-ssa.c, tree-parloops.c,
29522 tree-sra.c, tree-ssa-coalesce.c, tree-ssa-dom.c, tree-ssa-live.c,
29523 tree-ssa-loop-im.c, tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c,
29524 tree-ssa-pre.c, tree-ssa-reassoc.c, tree-ssa-sccvn.c,
29525 tree-ssa-structalias.c, tree-ssa-tail-merge.c,
29526 tree-ssa-threadupdate.c, tree-vectorizer.c, tree-vectorizer.h,
29527 valtrack.h, var-tracking.c, vtable-verify.c, vtable-verify.h: Adjust.
29528
29529 2015-04-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
29530 Jakub Jelinek <jakub@redhat.com>
29531
29532 PR target/65787
29533 * config/rs6000/rs6000.c (rtx_is_swappable_p): Ensure that a
29534 subsequent SH_NONE operand does not overwrite an existing *special
29535 value.
29536 (adjust_extract): Handle case where a vec_extract operation is
29537 wrapped in a PARALLEL.
29538
29539 2015-04-17 H.J. Lu <hongjiu.lu@intel.com>
29540
29541 PR target/65780
29542 * config/i386/i386.c (ix86_binds_local_p): Define only if
29543 TARGET_MACHO and TARGET_DLLIMPORT_DECL_ATTRIBUTES are false.
29544
29545 2015-04-17 Jeff Law <law@redhat.com>
29546
29547 PR tree-optimization/47679
29548 * Makefile.in (OBJS); Add tree-ssa-scopedtables.o.
29549 * tree-ssa-scopedtables.c: New file.
29550 * tree-ssa-scopedtables.h: New file.
29551 * tree-ssa-dom.c: Include tree-ssa-scopedtables.h.
29552 (const_and_copies): Change name/type.
29553 (record_const_or_copy): Move into tree-ssa-scopedtables.c
29554 (record_const_or_copy_1): Similarly.
29555 (restore_vars_to_original_value): Similarly.
29556 (pass_dominator::execute): Create and destroy const_and_copies table.
29557 (thread_across_edge): Update passing of const_and_copies.
29558 (record_temporary_equivalence): Use method calls rather than
29559 manipulating const_and_copies directly.
29560 (record_equality, cprop_into_successor_phis): Similarly.
29561 (dom_opt_dom_walker::before_dom_children): Similarly.
29562 (dom_opt_dom_walker::after_dom_children): Similarly.
29563 (eliminate_redundant_computations): Similarly.
29564 * tree-ssa-threadedge.c (remove_temporary_equivalences): Delete.
29565 (record_temporary_equivalence): Likewise.
29566 (invalidate_equivalences): Likewise.
29567 (record_temporary_equivalences_from_phis): Update due to type
29568 change of const_and_copies. Use method calls rather than
29569 manipulating the stack directly.
29570 (record_temporary_equivalences_from_stmts_at_dest): Likewise.
29571 (thread_through_normal_block, thread_across_edge): Likewise.
29572 (thread_across_edge): Likewise.
29573 * tree-ssa-threadedge.h (thread_across_edge): Update prototype.
29574 * tree-vrp.c: Include tree-ssa-scopedtables.h. Change type
29575 of equiv_stack.
29576 (identify_jump_threads): Update due to type change of equiv_stack.
29577 (finalize_jump_threads): Delete the equiv_stack when complete.
29578
29579 2015-04-17 Uros Bizjak <ubizjak@gmail.com>
29580
29581 * config/i386/i386.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
29582 * config/i386/i386.c (ix86_legitimize_reload_address): Ditto.
29583 * config/i386/i386-protos.h (ix86_legitimize_reload_address): Ditto.
29584
29585 2015-04-17 Andreas Tobler <andreast@gcc.gnu.org>
29586
29587 PR target/65535
29588 * config.gcc: Exit with a comment when we do not have a major version
29589 number for the FreeBSD target.
29590
29591 2015-04-17 Jakub Jelinek <jakub@redhat.com>
29592
29593 PR target/65689
29594 * genpreds.c (struct constraint_data): Add maybe_allows_reg and
29595 maybe_allows_mem bitfields.
29596 (maybe_allows_none_start, maybe_allows_none_end,
29597 maybe_allows_reg_start, maybe_allows_reg_end, maybe_allows_mem_start,
29598 maybe_allows_mem_end): New variables.
29599 (compute_maybe_allows): New function.
29600 (add_constraint): Use it to initialize maybe_allows_reg and
29601 maybe_allows_mem fields.
29602 (choose_enum_order): Sort the non-is_register/is_const_int/is_memory/
29603 is_address constraints such that those that allow neither mem nor
29604 reg come first, then those that only allow reg but not mem, then
29605 those that only allow mem but not reg, then the rest.
29606 (write_allows_reg_mem_function): New function.
29607 (write_tm_preds_h): Call it.
29608 * stmt.c (parse_output_constraint, parse_input_constraint): Use
29609 the generated insn_extra_constraint_allows_reg_mem function
29610 instead of always setting *allows_reg = true; *allows_mem = true;
29611 for unknown extra constraints.
29612
29613 2015-04-17 H.J. Lu <hongjiu.lu@intel.com>
29614
29615 PR target/65780
29616 * output.h (default_binds_local_p_3): New.
29617 * varasm.c (default_binds_local_p_3): Make it public. Take an
29618 argument to indicate if common symbol may be local. If common
29619 symbol may be local, treat non-external variable as defined
29620 locally.
29621 (default_binds_local_p_2): Pass !flag_pic to default_binds_local_p_3.
29622 (default_binds_local_p_1): Pass false to default_binds_local_p_3.
29623 * config/i386/i386.c (ix86_binds_local_p): New.
29624 (TARGET_BINDS_LOCAL_P): Replace default_binds_local_p_2 with
29625 ix86_binds_local_p.
29626
29627 2015-04-17 Jakub Jelinek <jakub@redhat.com>
29628
29629 PR debug/65771
29630 * dwarf2out.c (mem_loc_descriptor): For CONST, fallback to
29631 trying mem_loc_descriptor on XEXP (rtl, 0).
29632
29633 2015-04-17 Martin Liska <mliska@suse.cz>
29634
29635 * ipa-icf.c (sem_item_optimizer::subdivide_classes_by_sensitive_refs):
29636 Release symbol_compare_collection.
29637 * ipa-reference.c: Add TODO that a vector should be released.
29638
29639 2015-04-17 Sivanupandi Pitchumani <Pitchumani.Sivanupandi@atmel.com>
29640
29641 PR target/65296
29642 * config/avr/gen-avr-mmcu-specs.c (*avrlibc_startfile): Adjust
29643 to new AVR-LibC file layout (bug #44574).
29644 (*avrlibc_devicelib): Same.
29645 * config/avr/avr-mcus.def: Adjust comments.
29646 * config/avr/avr.opt (nodevicelib): Adjust help.
29647
29648 2015-04-17 Alan Lawrence <alan.lawrence@arm.com>
29649
29650 * config/aarch64/arm_neon.h (vdup_n_f32): Remove forward declaration.
29651
29652 2015-04-17 Patrick Palka <ppalka@gcc.gnu.org>
29653
29654 PR c++/64527
29655 * gimplify.c (gimplify_init_constructor): Always emit a
29656 side-effecting constructor.
29657
29658 2015-04-17 Tom de Vries <tom@codesourcery.com>
29659
29660 PR tree-optimization/64950
29661 * gimplify.c (gimplify_function_tree): Tentatively set PROP_gimple_lva
29662 in cfun->curr_properties.
29663 (gimplify_va_arg_expr): Clear PROP_gimple_lva in cfun->curr_properties
29664 if we generate an IFN_VA_ARG.
29665 * tree-inline.c (expand_call_inline): Reset PROP_gimple_lva in dest
29666 function if PROP_gimple_lva is not set in src function.
29667
29668 2015-04-17 Tom de Vries <tom@codesourcery.com>
29669 Michael Matz <matz@suse.de>
29670
29671 PR tree-optimization/64950
29672 * gimple-iterator.c (update_modified_stmts): Remove static.
29673 * gimple-iterator.h (update_modified_stmts): Declare.
29674 * gimplify.c (gimplify_modify_expr): Handle IFN_VA_ARG.
29675 (gimplify_va_arg_internal): New function.
29676 (gimplify_va_arg_expr): Use IFN_VA_ARG.
29677 * gimplify.h (gimplify_va_arg_internal): Declare.
29678 * internal-fn.c (expand_VA_ARG): New unreachable function.
29679 * internal-fn.def (VA_ARG): New DEF_INTERNAL_FN.
29680 * tree-stdarg.c (gimple_call_ifn_va_arg_p, expand_ifn_va_arg_1)
29681 (expand_ifn_va_arg): New function.
29682 (pass_data_stdarg): Add PROP_gimple_lva to properties_provided field.
29683 (pass_stdarg::execute): Call expand_ifn_va_arg.
29684 (pass_data_lower_vaarg): New pass_data.
29685 (pass_lower_vaarg): New gimple_opt_pass.
29686 (pass_lower_vaarg::gate, pass_lower_vaarg::execute)
29687 (make_pass_lower_vaarg): New function.
29688 * cfgexpand.c (pass_data_expand): Add PROP_gimple_lva to
29689 properties_required field.
29690 * passes.def (all_passes): Add pass_lower_vaarg.
29691 * tree-pass.h (PROP_gimple_lva): Add define.
29692 (make_pass_lower_vaarg): Declare.
29693
29694 2015-04-17 Tom de Vries <tom@codesourcery.com>
29695
29696 * fold-const.c (operand_equal_p): Handle INTERNAL_FNs.
29697 * calls.c (call_expr_flags): Same.
29698
29699 2015-04-17 Tom de Vries <tom@codesourcery.com>
29700
29701 * tree-stdarg.c (optimize_va_list_gpr_fpr_size): Factor out of ...
29702 (pass_stdarg::execute): ... here.
29703
29704 2015-04-17 Tom de Vries <tom@codesourcery.com>
29705 Michael Matz <matz@suse.de>
29706
29707 * tree-cfg.c (make_blocks_1): Factor out of ...
29708 (make_blocks): ... here.
29709 (make_edges_bb): Factor out of ...
29710 (make_edges): ... here.
29711 (gimple_find_sub_bbs): New function.
29712 * tree-cfg.h (gimple_find_sub_bbs): Declare.
29713
29714 2015-04-17 Tom de Vries <tom@codesourcery.com>
29715
29716 * tree.c (free_lang_data): Disable lang_hooks.gimplify_expr.
29717
29718 2015-04-17 Yury Gribov <y.gribov@samsung.com>
29719
29720 * asan.c (set_sanitized_sections): New function.
29721 (section_sanitized_p): Ditto.
29722 (asan_protect_global): Optionally sanitize user-defined
29723 sections.
29724 * asan.h (set_sanitized_sections): Declare new function.
29725 * common.opt (fsanitize-sections): New option.
29726 * doc/invoke.texi (-fsanitize-sections): Document new option.
29727 * opts-global.c (handle_common_deferred_options): Handle new
29728 option.
29729
29730 2015-04-17 Jakub Jelinek <jakub@redhat.com>
29731
29732 PR debug/65771
29733 * dwarf2out.c (loc_list_from_tree): Return NULL
29734 for DEBUG_EXPR_DECL.
29735
29736 2015-04-17 Christian Bruel <christian.bruel@st.com>
29737
29738 * ipa-inline.c (can_inline_edge_p): Allow inlining of functions with
29739 same attributes.
29740
29741 2015-04-16 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
29742
29743 * ira-color.c (setup_left_conflict_sizes_p): Do not process
29744 node itself when computing left conflict subnode size.
29745
29746 2015-04-16 Uros Bizjak <ubizjak@gmail.com>
29747
29748 * config/i386/predicates.md (register_mixssei387nonimm_operand): New.
29749 * config/i386/i386.md (*fop_<mode>_1_mixed): Merge with
29750 *fop_<mode>_1_sse using enabled attribute. Use
29751 register_mixssei387nonimm_operand operand 1 predicate. Change
29752 alternative 3 constraints from "x" to "v".
29753
29754 2015-04-16 Richard Biener <rguenther@suse.de>
29755
29756 PR tree-optimization/65774
29757 * tree-ssa-ccp.c (evaluate_stmt): Constrain types we invoke
29758 bit-value tracking on.
29759
29760 2015-04-16 Richard Biener <rguenther@suse.de>
29761
29762 PR tree-optimization/64277
29763 * tree-vrp.c (check_array_ref): Fix anti-range handling,
29764 simplify upper bound handling.
29765 (search_for_addr_array): Simplify.
29766 (check_array_bounds): Handle ADDR_EXPRs here.
29767 (check_all_array_refs): Simplify.
29768
29769 2015-04-16 Uros Bizjak <ubizjak@gmail.com>
29770
29771 * config/i386/i386.c (print_reg): Rewrite function.
29772
29773 2015-04-16 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
29774
29775 * config/s390/s390.h (IRA_HARD_REGNO_ADD_COST_MULTIPLIER):
29776 Invert the condition.
29777
29778 2015-04-16 Renlin Li <renlin.li@arm.com>
29779
29780 * simplify-rtx.c (simplify_unary_operation_1): Fix a typo. Enable two
29781 simplifications for UNSIGNED_FLOAT.
29782
29783 2015-04-16 Nick Clifton <nickc@redhat.com>
29784
29785 * config/rl78/rl78-opts.h (enum rl78_mul_types): Add MUL_G14 and
29786 MUL_UNINIT.
29787 (enum rl78_cpu_type): New.
29788 * config/rl78/rl78-virt.md (attr valloc): Add divhi and divsi.
29789 (umulhi3_shift_virt): Remove m constraint from operand 1.
29790 (umulqihi3_virt): Likewise.
29791 * config/rl78/rl78.c (rl78_option_override): Add code to process
29792 -mcpu and -mmul options.
29793 (rl78_alloc_physical_registers): Add code to handle divhi and
29794 divsi valloc attributes.
29795 (set_origin): Likewise.
29796 * config/rl78/rl78.h (RL78_MUL_G14): Define.
29797 (TARGET_G10, TARGET_G13, TARGET_G14): Define.
29798 (TARGET_CPU_CPP_BUILTINS): Define __RL78_MUL_xxx__ and
29799 __RL78_Gxx__.
29800 (ASM_SPEC): Pass -mcpu on to assembler.
29801 * config/rl78/rl78.md (mulqi3): Add a clobber of AX.
29802 (mulqi3_rl78): Likewise.
29803 (mulhi3_g13): Likewise.
29804 (mulhi3): Generate the G13 or G14 versions of the insn directly.
29805 (mulsi3): Likewise.
29806 (mulhi3_g14): Add clobbers of AX and BC.
29807 (mulsi3_g14): Likewise.
29808 (mulsi3_g13): Likewise.
29809 (udivmodhi4, udivmodhi4_g14, udivmodsi4): New patterns.
29810 (udivmodsi4_g14, udivmodsi4_g13): New patterns.
29811 * config/rl78/rl78.opt (mmul): Initialise value to
29812 RL78_MUL_UNINIT.
29813 (mcpu): New option.
29814 (m13, m14, mrl78): New option aliases.
29815 * config/rl78/t-rl78 (MULTILIB_OPTIONS): Add mg13 and mg14.
29816 (MULTILIB_DIRNAMES): Add g13 and g14.
29817 * doc/invoke.texi: Document -mcpu and -mmul options.
29818
29819 2015-04-16 Richard Biener <rguenther@suse.de>
29820
29821 * tree-ssa-ccp.c (likely_value): See if we have operands that
29822 are marked as never simulate again and return CONSTANT in this
29823 case.
29824 * tree-ssa-propagate.c (simulate_stmt): Mark stmts that do
29825 not have any operands that will be simulated again as
29826 not being simulated again.
29827
29828 2015-04-15 Uros Bizjak <ubizjak@gmail.com>
29829
29830 * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>_mixed):
29831 Merge with *cmpi<FPCMP:unord><MODEF:mode>_sse using enabled attribute.
29832 (*extendsfdf2_mixed): Merge with *extendsfdf2_sse using enabled
29833 attribute.
29834 (*truncdfsf_fast_mixed): Merge with *truncdfsf_fast_sse using
29835 enabled attribute.
29836 (*float<SWI48:mode><MODEF:mode>2_mixed): Rename from
29837 *float<SWI48:mode><MODEF:mode>2_sse.
29838 (*absneg<mode>2_mixed): Merge with *absneg<mode>2_sse using
29839 enabled attribute.
29840 (*fop_<mode>_comm_mixed): Merge with *fop_<mode>_comm_sse using
29841 enabled attribute.
29842
29843 2015-04-15 Tom de Vries <tom@codesourcery.com>
29844
29845 PR other/65487
29846 * function.c (push_dummy_function): New function.
29847 (init_dummy_function_start): Use push_dummy_function.
29848 (pop_dummy_function): New function. Factored out of ...
29849 (expand_dummy_function_end): ... here.
29850 * function.h (push_dummy_function, pop_dummy_function): Declare.
29851 * passes.c (pass_manager::dump_passes): Use push_dummy_function and
29852 pop_dummy_function.
29853 * tree-chkp.c (chkp_gate): Handle cgraph_node::get (cfun->decl) == NULL.
29854
29855 2015-04-15 Jeff Law <law@redhat.com>
29856
29857 PR tree-optimization/47679
29858 * tree-ssa-dom.c (build_and_record_new_cond): Moved to avoid
29859 need for forward declaration in upcoming changes.
29860 (record_conditions, record_edge_info): Likewise.
29861
29862 PR rtl-optimization/42522
29863 * cse.c (fold_rtx): Try to simplify a ZERO_EXTRACT or
29864 SIGN_EXTRACT as a whole object rather than simplifying
29865 its operand.
29866
29867 2015-04-15 Jakub Jelinek <jakub@redhat.com>
29868
29869 PR ipa/65765
29870 * ipa-icf-gimple.c (func_checker::compare_bb): For GIMPLE_NOP
29871 and GIMPLE_PREDICT use break instead of return true. For
29872 GIMPLE_EH_DISPATCH, compare dispatch region.
29873
29874 2015-04-14 Matthew Wahab <matthew.wahab@arm.com>
29875
29876 * doc/extend.texi (__sync Builtins): Simplify some text. Update
29877 details about the implementation. Make clear preference for
29878 __atomic builtins. Reduce possibility of future change.
29879
29880 2015-04-15 Nick Clifton <nickc@redhat.com>
29881
29882 * config/rx/rx.opt (mallow-string-insns): New option.
29883 * config/rx/rx.c (RX_BUILTIN_RMPA): Disable the use of this
29884 builtin if string instructions are denied.
29885 * config/rx/rx.h (TARGET_CPU_CPP_BUILTINS): Define
29886 __RX_ALLOW_STRING_INSNS__ or __RX_DISALLOW_STRING_INSNS__, as
29887 appropriate.
29888 (ASM_SPEC): Pass -mno-allow-string-insns on to the assembler.
29889 * config/rx/rx.md (movstr): Enable pattern only if string
29890 instructions are allowed.
29891 (rx_movstr, rx_strend, movmemsi, rx_movmem): Likewise.
29892 (cmpstrnsi, cmpstrsi, rx_cmpstrn, rmpa): Likewise.
29893 * config/rx/t-rx (MULTILIB_OPTIONS): Add mno-allow-string-insns.
29894 (MULTILIB_DIRNAMES): Add no-strings.
29895 * doc/invoke.texi: Document -mno-allow-string-insns.
29896
29897 2015-04-15 Alan Modra <amodra@gmail.com>
29898
29899 PR target/65408
29900 PR target/58744
29901 PR middle-end/36043
29902 * calls.c (load_register_parameters): Don't load past end of
29903 mem unless suitably aligned.
29904
29905 2015-04-15 Nick Clifton <nickc@redhat.com>
29906
29907 * config/rl78/rl78.c (rl78_expand_prologue): Mark large stack
29908 decrement instruction as being frame related.
29909 (rl78_print_operand_1): Handle 'p' modifier to add +0 to HL
29910 based addresses.
29911 If zero extending a function address enclose the operation in
29912 %code(...).
29913 (rl78_preferred_reload_class): New function.
29914 (TARGET_PREFERRED_RELOAD_CLASS): Define.
29915 * config/rl78/rl78.md: Remove useless constraints in expanders.
29916 (mulqi3_rl78): Remove + qualifier on input-only operand 1.
29917 (mulhi3_rl78): Likewise.
29918 (mulhi3_g13): Likewise.
29919 (mulsi3_rl78): Likewise.
29920 (es_addr): Move to before the multiply patterns.
29921
29922 2015-04-15 Alan Modra <amodra@gmail.com>
29923
29924 * function.h (struct emit_status): Delete x_first_insn, x_last_insn
29925 and sequence_stack. Add seq.
29926 (seq_stack): Delete.
29927 * function.c (prepare_function_start): Don't access x_last_insn.
29928 * emit-rtl.h (get_current_sequence, get_topmost_sequence): New.
29929 (get_insns, set_first_insn, get_last_insn, set_last_insn): Use them.
29930 * emit_rtl.c (start_sequence, push_topmost_sequence,
29931 pop_topmost_sequence, end_sequence, in_sequence_p, init_emit): Use
29932 sequence accessors.
29933 (get_last_insn_anywhere, add_insn_after_nobb, add_insn_before_nobb,
29934 remove_insn): Likewise. Simplify.
29935 * config/m32c/m32c.c (m32c_leaf_function_p): Use push_topmost_sequence
29936 and pop_topmost_sequence.
29937 (m32c_function_needs_enter): Use get_topmost_sequence. Ignore
29938 debug insns.
29939 * config/rs6000/rs6000.c (rs6000_call_aix): Use get_current_sequence.
29940
29941 2015-04-14 Yvan Roux <yvan.roux@linaro.org>
29942
29943 PR target/65729
29944 * lra-constraints.c (prohibited_class_reg_set_mode_p): Restore and fix
29945 the assertiion.
29946
29947 2015-04-14 Uros Bizjak <ubizjak@gmail.com>
29948
29949 * config/i386/i386.h (LEGACY_INT_REG_P): New define.
29950 (LEGACY_INT_REGNO_P): Ditto.
29951 (GENERAL_REGNO_P): Use LEGACY_INT_REGNO_P.
29952 (ANY_MASK_REG_P): Remove.
29953 (BND_REG_P): Rename from ANY_BND_REG_P.
29954 * config/i386/i386.c (print_reg): Use LEGACY_INT_REG_P to print
29955 legacy integer registers. Do not handle MMX_REG_P in a special way.
29956 Merge 64byte and 32byte SSE handling.
29957
29958 2015-04-14 Nick Clifton <nickc@redhat.com>
29959
29960 * expr.c (expand_assignment): Force an address offset computation
29961 into a register before changing its mode.
29962 (expand_expr_real_1): Likewise.
29963
29964 2015-04-14 Alan Lawrence <alan.lawrence@arm.com>
29965
29966 * config/aarch64/arm_neon.h (vst1_lane_f32, vst1_lane_f64,
29967 vst1_lane_p8, vst1_lane_p16, vst1_lane_s8, vst1_lane_s16,
29968 vst1_lane_s32, vst1_lane_s64, vst1_lane_u8, vst1_lane_u16,
29969 vst1_lane_u32, vst1_lane_u64, vst1q_lane_f32, vst1q_lane_f64,
29970 vst1q_lane_p8, vst1q_lane_p16, vst1q_lane_s8, vst1q_lane_s16,
29971 vst1q_lane_s32, vst1q_lane_s64, vst1q_lane_u8, vst1q_lane_u16,
29972 vst1q_lane_u32, vst1q_lane_u64): Reimplement with pointer dereference
29973 and __aarch64_vget_lane_any.
29974
29975 2015-04-14 Jakub Jelinek <jakub@redhat.com>
29976
29977 PR rtl-optimization/65761
29978 * cfgrtl.c (rtl_split_edge): For EDGE_CROSSING split, use
29979 get_last_bb_insn (after) instead of NEXT_INSN (BB_END (after)).
29980
29981 2015-04-14 Richard Biener <rguenther@suse.de>
29982
29983 * graphite-scop-detection.c: Do not include cp/cp-tree.h.
29984 (graphite_can_represent_scev): Use POINTER_TYPE_P.
29985
29986 2015-04-14 Richard Biener <rguenther@suse.de>
29987
29988 PR tree-optimization/65758
29989 * tree-ssa-ccp.c (get_value_from_alignment): Adjust mask test
29990 against -1.
29991 (ccp_lattice_meet): Likewise.
29992 (bit_value_unop): Likewise.
29993 (bit_value_binop): Likewise.
29994 (bit_value_assume_aligned): Likewise.
29995
29996 2015-04-14 Christian Bruel <christian.bruel@st.com>
29997
29998 * execute_dwarf2_frame (dw_frame_pointer_regnum): Reinitialize for each
29999 function.
30000
30001 2015-04-14 Marc Glisse <marc.glisse@inria.fr>
30002
30003 PR tree-optimization/63387
30004 * match.pd ((x unord x) | (y unord y) -> (x unord y),
30005 (x unord x) | (x unord y) -> (x unord y)): New simplifications.
30006
30007 2015-04-14 Uros Bizjak <ubizjak@gmail.com>
30008
30009 * config/i386/predicates.md (any_QIreg_operand): Rename from
30010 q_regs_operand. Do not process subregs.
30011 (QIreg_operand): Use QI_REGNO_P predicate.
30012 (ext_QIreg_operand): Ditto.
30013 (ext_register_operand): Ditto.
30014 * config/i386/i386.md (TEST splitters): Use QIreg_operand predicate.
30015 (AND splitters): Ditto.
30016 (AND with -65536 splitter): Add SWI48 mode for operand 0.
30017 (AND with -256 splitter): Use any_QIreg_operand predicate and
30018 SWI248 mode for operand 0.
30019 (AND with -65281 splitter): Use QIreg_operand predicate and SWI248
30020 mode for operand 0.
30021 (SETCC + MOVZBL peepholes): Update for renamed any_QIreg_operand.
30022
30023 2015-04-13 Gerald Pfeifer <gerald@pfeifer.com>
30024
30025 * doc/plugins.texi: Rewrite first introductory paragraph.
30026
30027 2015-04-12 Jan Hubicka <hubicka@ucw.cz>
30028
30029 * tree-vrp.c (nonnull_arg_p): THIS pointers and references are non-zero.
30030 (gimple_stmt_nonzero_warnv_p): Reference return values are non-zero.
30031
30032 2015-04-12 Jan Hubicka <hubicka@ucw.cz>
30033
30034 * ipa-profie.c (ipa_profile): Check number of parameters
30035 and possible polymorphic call targets before
30036 devirtualizing.
30037
30038 2015-04-13 Uros Bizjak <ubizjak@gmail.com>
30039
30040 * config/i386/i386.md (*bmi2_umul<mode><dwi>3_1): Merge from
30041 *bmi2_umulsidi3_1 and *bmi2_umulditi3_1 using DWIH mode iterator.
30042
30043 2015-04-13 Richard Biener <rguenther@suse.de>
30044
30045 PR tree-optimization/65204
30046 * tree-ssa-ccp.c (evaluate_stmt): Always evaluate address
30047 takens for bit-CCP.
30048
30049 2015-04-13 Richard Biener <rguenther@suse.de>
30050
30051 PR target/65660
30052 * config/i386/i386.c (bdver1_cost): Double cond_taken_branch_cost
30053 and cond_not_taken_branch_cost to 4 and 2.
30054 (bdver2_cost): Likewise.
30055 (bdver3_cost): Likewise.
30056 (bdver4_cost): Likewise.
30057
30058 2015-04-12 Jan Hubicka <hubicka@ucw.cz>
30059
30060 * hash-table.h (hash_table constructor): Add mem stats.
30061 (alloc_entries): Likewise.
30062
30063 2015-04-12 Jan Hubicka <hubicka@ucw.cz>
30064
30065 * ipa-cp.c (ipcp_driver): Relase prev_edge.
30066 * passes.c (execute_one_pass): Only add transform if pass has one.
30067
30068 2015-04-12 Joseph Myers <joseph@codesourcery.com>
30069
30070 * config/i386/i386.c (ix86_option_override_internal): Don't set
30071 -fprefetch-loop-arrays if optimizing for size.
30072
30073 2015-04-12 Jan Hubicka <hubicka@ucw.cz>
30074 Gerald Pfeifer <gerald@pfeifer.com>
30075
30076 * doc/contrib.texi (Contributors): Add Martin Jambor and
30077 Michael Matz.
30078
30079 2015-04-12 Jakub Jelinek <jakub@redhat.com>
30080
30081 * BASE-VER: Set to 6.0.0.
30082
30083 PR tree-optimization/65747
30084 * ipa-icf-gimple.c (func_checker::compare_operand): Use compare_operand
30085 rather than compare_ssa_name for OBJ_TYPE_REF_OBJECT.
30086
30087 2015-04-12 Gerald Pfeifer <gerald@pfeifer.com>
30088
30089 * doc/invoke.texi (-Wmemset-transposed-args): Break a long
30090 sentence. Improve grammar.
30091
30092 2015-04-12 Gerald Pfeifer <gerald@pfeifer.com>
30093
30094 * doc/contrib.texi (Contributors): Add Maxim Kuvyrkov.
30095
30096 2015-04-11 Jan Hubicka <hubicka@ucw.cz>
30097
30098 PR ipa/65743
30099 * ipa-inline-transform.c (speculation_removed): Remove static var.
30100 (check_speculations): New function.
30101 (clone_inlined_nodes): Do not check spculations.
30102 (inline_call): Call check_speculations.
30103 * ipa-prop.c (ipa_make_edge_direct_to_target): Do not
30104 consider non-invariants.
30105
30106 2015-04-11 Jan Hubicka <hubicka@ucw.cz>
30107 Martin Liska <mliska@suse.cz>
30108
30109 PR ipa/65722
30110 * ipa-icf.c (sem_item::compare_cgraph_references): function and
30111 variable can not match.
30112 (sem_item::update_hash_by_addr_refs): Fix handling of virtual tables.
30113 (sem_variable::equals_wpa): Fix checking of DECL_FINAL_P patch.
30114
30115 2015-04-11 Jakub Jelinek <jakub@redhat.com>
30116
30117 PR tree-optimization/65735
30118 * tree-ssa-threadedge.c (fsm_find_control_statement_thread_paths):
30119 Remove visited_phis argument, add visited_bbs, avoid recursing into the
30120 same bb rather than just into the same phi node.
30121 (thread_through_normal_block): Adjust caller.
30122
30123 2015-04-11 Gerald Pfeifer <gerald@pfeifer.com>
30124
30125 * doc/contrib.texi (Contributors): Add Ira Rosen.
30126
30127 2015-04-11 Benno Schulenberg <bensberg@justemail.net>
30128
30129 * gcov.c (find_source): Fix miswording in error message.
30130 * config/i386/i386.c (ix86_handle_cconv_attribute): Likewise.
30131 (ix86_expand_sse_comi_round): Fix typo in error message.
30132
30133 2015-04-11 Gerald Pfeifer <gerald@pfeifer.com>
30134
30135 * doc/contrib.texi (Contributors): Add Laurynas Biveinis.
30136
30137 2015-04-10 Gerald Pfeifer <gerald@pfeifer.com>
30138
30139 * doc/contrib.texi (Contributors): Update Joe Buck's entry.
30140
30141 2015-04-10 Vladimir Makarov <vmakarov@redhat.com>
30142
30143 PR target/65710
30144 * lra-assigns.c (spill_for): Update smallest_bad_spills_num.
30145 Print bad_spills_num and insn_pseudos_num.
30146
30147 2015-04-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
30148
30149 PR target/65694
30150 * config/arm/arm.c (arm_canonicalize_comparison): Use ARM_SIGN_EXTEND
30151 when creating +1 values for SImode.
30152
30153 2015-04-10 Vladimir Makarov <vmakarov@redhat.com>
30154
30155 PR target/65729
30156 * lra-constraints.c (prohibited_class_reg_set_mode_p): Comment the
30157 assert.
30158
30159 2015-04-10 Jakub Jelinek <jakub@redhat.com>
30160 Iain Sandoe <iain@codesourcery.com>
30161
30162 PR target/65351
30163 * configure: Regenerate.
30164
30165 2015-04-09 Kirill Yukhin <kirill.yukhin@intel.com>
30166
30167 PR target/65671
30168 * config/i386/sse.md: Generate vextract32x4 if AVX-512DQ is disabled.
30169
30170 2015-04-09 Gerald Pfeifer <gerald@pfeifer.com>
30171
30172 * doc/contrib.texi (Contributors): Add John Marino.
30173
30174 2015-04-09 Jakub Jelinek <jakub@redhat.com>
30175
30176 PR tree-optimization/65709
30177 * ubsan.c (instrument_mem_ref): Use TREE_TYPE (base) instead of
30178 TREE_TYPE (TREE_TYPE (t)).
30179
30180 2015-04-09 Vladimir Makarov <vmakarov@redhat.com>
30181
30182 PR target/65710
30183 * lra-int.h (lra_bad_spill_regno_start): New.
30184 * lra.c (lra_bad_spill_regno_start): New.
30185 (lra): Set up lra_bad_spill_regno_start. Set up
30186 lra_constraint_new_regno_start unconditionally.
30187 * lra-assigns.c (spill_for): Use lra_bad_spill_regno_start for
30188 spill preferences.
30189
30190 2015-04-09 Marek Polacek <polacek@redhat.com>
30191 Jakub Jelinek <jakub@redhat.com>
30192
30193 PR middle-end/65554
30194 * gimple-fold.c (gimple_fold_builtin_memory_op): Update comment.
30195 (fold_ctor_reference): Use STRIP_USELESS_TYPE_CONVERSION instead
30196 of STRIP_NOPS.
30197
30198 2015-04-09 Segher Boessenkool <segher@kernel.crashing.org>
30199
30200 PR rtl-optimization/65693
30201 * combine.c (is_parallel_of_n_reg_sets): Move outside of
30202 #ifndef HAVE_cc0.
30203
30204 2015-04-09 Georg-Johann Lay <avr@gjlay.de>
30205
30206 PR target/65296
30207 * config/avr/driver-avr.c (avr_devicespecs_file): Don't specify a
30208 device specs file if "device-specs%s" didn't resolve to a path.
30209
30210 2015-04-09 Kirill Yukhin <kirill.yukhin@intel.com>
30211
30212 PR target/65676
30213 * config/i386/i386.c (fixup_modeless_constant): New.
30214 (ix86_expand_args_builtin): Fixup modeless constant operand.
30215 (ix86_expand_round_builtin): Ditto.
30216 (ix86_expand_special_args_builtin): Ditto.
30217 (ix86_expand_builtin): Ditto.
30218
30219 2015-04-09 Jakub Jelinek <jakub@redhat.com>
30220
30221 PR target/65693
30222 * config/i386/i386.md (*udivmod<mode>4_pow2): Allow
30223 any pow2 integer in between 2 and 0x80000000U inclusive.
30224
30225 2015-04-08 Segher Boessenkool <segher@kernel.crashing.org>
30226
30227 PR rtl-optimization/65693
30228 * combine.c (is_parallel_of_n_reg_sets): Change first argument
30229 from an rtx_insn * to an rtx.
30230 (try_combine): Adjust both callers. Use it once more.
30231
30232 2015-04-08 Ilya Enkovich <ilya.enkovich@intel.com>
30233
30234 * tree-chkp.c (chkp_find_const_bounds_var): Remove.
30235 (chkp_make_static_const_bounds): Search existing
30236 symbol by assembler name. Use make_decl_one_only.
30237 (chkp_get_zero_bounds_var): Remove node search which
30238 is now performed in chkp_make_static_const_bounds.
30239 (chkp_get_none_bounds_var): Likewise.
30240
30241 2015-04-08 Michael Witten <mfwitten@gmail.com>
30242
30243 * doc/extend.texi (Attribute Syntax): Add a trailing semicolon
30244 to an example.
30245
30246 2015-04-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
30247
30248 * tree.h (CONVERT_EXPR_P): Commentary typo fix.
30249
30250 2015-04-08 Gerald Pfeifer <gerald@pfeifer.com>
30251
30252 * doc/extend.texi (__sync Builtins): Fix grammar.
30253
30254 2015-04-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
30255
30256 * doc/cfg.texi (GIMPLE statement iterators): Fix typo.
30257
30258 2015-04-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
30259
30260 * varasm.c (emit_local): Move definition of align.
30261
30262 2015-04-08 Julian Brown <julian@codesourcery.com>
30263
30264 * config/nvptx/mkoffload.c (process): Support variable mapping.
30265
30266 2015-03-27 Trevor Saunders <tbsaunde@tbsaunde.org>
30267
30268 * config/alpha/alpha.c (alpha_use_linkage): Change type of slot to
30269 alpha_links **.
30270 (alpha_write_one_linkage): Correct typo.
30271
30272 2015-04-08 Ilya Enkovich <ilya.enkovich@intel.com>
30273
30274 * ipa-comdats.c (propagate_comdat_group): Walk through thunks.
30275
30276 2015-04-08 Gerald Pfeifer <gerald@pfeifer.com>
30277
30278 * doc/install.texi (bootstrap-lto-noplugin): Rewrite.
30279
30280 2015-04-08 Ilya Enkovich <ilya.enkovich@intel.com>
30281
30282 * tree-chkp.h (chkp_insert_retbnd_call): New.
30283 * tree-chkp.c (chkp_insert_retbnd_call): New.
30284 * ipa-split.c (insert_bndret_call_after): Remove.
30285 (split_function): Use chkp_insert_retbnd_call.
30286 * cgraphunit.c (cgraph_node::expand_thunk): Build returned
30287 bounds for instrumented functions.
30288
30289 2015-04-07 Jan Hubicka <hubicka@ucw.cz>
30290
30291 PR ipa/65540
30292 * calls.c (initialize_argument_information): When producing tail
30293 call also turn SSA_NAMES passed by references to original PARM_DECLs
30294
30295 2015-04-07 Vladimir Makarov <vmakarov@redhat.com>
30296
30297 PR target/65648
30298 * lra-remat.c (do_remat): Process input and non-input insn
30299 registers separately.
30300
30301 2015-04-07 Jakub Jelinek <jakub@redhat.com>
30302
30303 PR debug/65678
30304 * valtrack.c (debug_lowpart_subreg): New function.
30305 (dead_debug_insert_temp): Use it.
30306
30307 PR middle-end/65680
30308 * expr.c (get_inner_reference): Handle bit_offset that doesn't fit
30309 into signed HOST_WIDE_INT the same as negative bit_offset.
30310
30311 2015-04-07 Ilya Enkovich <ilya.enkovich@intel.com>
30312
30313 * ipa-comdats.c (ipa_comdats): Visit all thunks
30314 to set proper comdat group.
30315
30316 2015-04-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
30317
30318 PR target/65489
30319 * config/arm/arm.c (arm_legitimate_constant_p_1): Remove restriction
30320 on constants for NEON VSTRUCT modes.
30321
30322 2015-04-07 Jakub Jelinek <jakub@redhat.com>
30323 Iain Sandoe <iain@codesourcery.com>
30324
30325 PR target/65351
30326 * configure: Regenerate.
30327
30328 2015-04-06 Michael Meissner <meissner@linux.vnet.ibm.com>
30329
30330 PR target/65614
30331 * config/rs6000/rs6000.c (struct processor_costs): Add cost field
30332 for SF->DF conversions to make FLOAT_EXTEND more expensive, so
30333 that LFD is used to load double constants instead of LFS. Add
30334 defaults for all costs structures. Add comments for missing
30335 initialization fields.
30336 (size32_cost): Likewise.
30337 (size64_cost): Likewise.
30338 (rs64a_cost): Likewise.
30339 (mpccore_cost): Likewise.
30340 (ppc403_cost): Likewise.
30341 (ppc405_cost): Likewise.
30342 (ppc440_cost): Likewise.
30343 (ppc476_cost): Likewise.
30344 (ppc601_cost): Likewise.
30345 (ppc603_cost): Likewise.
30346 (ppc604_cost): Likewise.
30347 (ppc604e_cost): Likewise.
30348 (ppc620_cost): Likewise.
30349 (ppc630_cost): Likewise.
30350 (ppccell_cost): Likewise.
30351 (ppc750_cost): Likewise.
30352 (ppc7450_cost): Likewise.
30353 (ppc8540_cost): Likewise.
30354 (ppce300c2c3_cost): Likewise.
30355 (ppce500mc_cost): Likewise.
30356 (ppce500mc64_cost): Likewise.
30357 (ppce5500_cost): Likewise.
30358 (ppce6500_cost): Likewise.
30359 (titan_cost): Likewise.
30360 (power4_cost): Likewise.
30361 (power6_cost): Likewise.
30362 (power7_cost): Likewise.
30363 (power8_cost): Likewise.
30364 (ppca2_cost): Likewise.
30365 (rs6000_rtx_costs): Make FLOAT_EXTEND use SFDF_convert field.
30366
30367 * config/rs6000/rs6000.md (extendsfdf2_fpr): Generate XSCPSGNDP
30368 instead of XXLOR to copy SFmode to clear out dirty bits created
30369 when SFmode denormals are generated.
30370 (mov<mode>_hardfloat, FMOVE32 case): Likewise.
30371 (truncdfsf2_fpr): Add support for ISA 2.07 XSRSP instruction.
30372
30373 2015-04-06 Evandro Menezes <e.menezes@samsung.com>
30374
30375 * doc/invoke.texi (AARCH64/mtune): Add exynos-m1 as an option.
30376 * config/aarch64/aarch64-cores.def (exynos-m1): New core.
30377 * config/aarch64/aarch64-tune.md: Regenerate.
30378
30379 2015-04-06 Evandro Menezes <e.menezes@samsung.com>
30380
30381 * doc/invoke.texi (ARM/mtune): Add "exynos-m1" as an option.
30382 * config/arm/arm.c (arm_issue_rate): Specify "3" for "exynosm1".
30383 * config/arm/arm-cores.def (exynos-m1): New core.
30384 * config/arm/arm-tune.md: Regenerate.
30385 * config/arm/arm-tables.opt: Add entry for "exynos-m1".
30386 * config/arm/bpabi.h: Likewise.
30387
30388 2015-04-06 Ilya Enkovich <ilya.enkovich@intel.com>
30389
30390 * ipa-cp (set_single_call_flag): Remove too
30391 restrictive assert.
30392
30393 2015-04-06 Ilya Verbin <ilya.verbin@intel.com>
30394
30395 * config/i386/intelmic-mkoffload.c (generate_host_descr_file): Call
30396 GOMP_offload_unregister from the destructor.
30397
30398 2015-04-06 Ilya Enkovich <ilya.enkovich@intel.com>
30399
30400 * ipa-chkp.c (chkp_maybe_create_clone): Reset cdtor
30401 flags for instrumentation thunk.
30402 (chkp_produce_thunks): Likewise.
30403
30404 2015-04-05 Martin Liska <mliska@suse.cz>
30405
30406 PR ipa/65665
30407 * ipa-icf.c (sem_function::equals_wpa): Verify that IPA CP
30408 has computed data structure.
30409 (sem_item_optimizer::update_hash_by_addr_refs): Likewise.
30410
30411 2015-04-04 Jan Hubicka <hubicka@ucw.cz>
30412
30413 * invoke.texi (inline-unit-growth): Increase growth to 20%
30414 * params.def (PARAM_INLINE_UNIT_GROWTH): Likewise.
30415
30416 2015-04-04 Vladimir Makarov <vmakarov@redhat.com>
30417
30418 PR target/65647
30419 * lra-int.h (LRA_MAX_REMATERIALIZATION_PASSES): New. Add its
30420 value checking.
30421 (lra_rematerialization_iter): New.
30422 * lra.c (lra): Initialize lra_rematerialization_iter.
30423 Stop updating lra_constraint_new_regno_start after switching of
30424 inheritance and rematerialization.
30425 * lra-remat.c (lra_rematerialization_iter): New.
30426 (lra_remat): Add printing pass iteration. Do rematerialization
30427 only first LRA_MAX_REMATERIALIZATION_PASSES iterations.
30428
30429 2015-04-04 Richard Biener <rguenther@suse.de>
30430
30431 PR tree-optimization/64909
30432 PR tree-optimization/65660
30433 * tree-vectorizer.h (vect_get_known_peeling_cost): Adjust
30434 to take a cost vector for scalar iteration cost.
30435 (vect_get_single_scalar_iteration_cost): Likewise.
30436 * tree-vect-loop.c (vect_get_single_scalar_iteration_cost):
30437 Compute the scalar iteration cost into a cost vector.
30438 (vect_get_known_peeling_cost): Use the scalar cost vector to
30439 account for the cost of the peeled iterations.
30440 (vect_estimate_min_profitable_iters): Likewise.
30441 * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost):
30442 Likewise.
30443
30444 2015-04-04 Alan Modra <amodra@gmail.com>
30445
30446 PR target/65576
30447 PR target/65240
30448 * config/rs6000/predicates.md (zero_reg_mem_operand): Exclude
30449 0.0 constant unless TARGET_VSX.
30450 * config/rs6000/rs6000.md (extenddftf2_internal): Remove last
30451 alternative.
30452
30453 2015-04-03 Jan Hubicka <hubicka@ucw.cz>
30454
30455 PR ipa/65654
30456 * ipa-inline-transform.c (inline_call): Skip sanity check to work
30457 around the ICE
30458
30459 2015-04-03 Jan Hubicka <hubicka@ucw.cz>
30460
30461 PR ipa/65655
30462 * ipa-inline-analysis.c (edge_set_predicate): Do not redirect
30463 speculative indirect edges to avoid ordering issue.
30464
30465 2015-04-03 Jan Hubicka <hubicka@ucw.cz>
30466
30467 PR ipa/65076
30468 * ipa-inline.c (edge_badness): Add combined size to the denominator.
30469
30470 2015-04-03 Jakub Jelinek <jakub@redhat.com>
30471
30472 * omp-low.c (scan_omp_parallel, scan_omp_task, scan_omp_target): Set
30473 TYPE_ARTIFICIAL on the .omp_data* types.
30474
30475 2015-04-02 Ilya Enkovich <ilya.enkovich@intel.com>
30476
30477 * cgraphunit.c (cgraph_node::expand_thunk): Don't expand
30478 instrumentation thunks.
30479
30480 2015-04-02 Ilya Enkovich <ilya.enkovich@intel.com>
30481
30482 * config/i386/i386.c (ix86_expand_call): Avoid nested
30483 PARALLEL in returned call value.
30484
30485 2015-04-02 Ilya Enkovich <ilya.enkovich@intel.com>
30486
30487 * lto-cgraph.c (input_cgraph_1): Always link instrumented
30488 assembler name with original one.
30489
30490 2015-04-02 Uros Bizjak <ubizjak@gmail.com>
30491
30492 * config/i386/i386.c (ix86_register_priority): Use AX_REG.
30493
30494 2015-04-02 Uros Bizjak <ubizjak@gmail.com>
30495
30496 Revert parts of r216820.
30497 * config/i386/i386.md (movqi_internal): Correct type calculation
30498 for alternatives 3 and 5.
30499
30500 2015-04-02 Jakub Jelinek <jakub@redhat.com>
30501
30502 PR preprocessor/61977
30503 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Don't
30504 predefine __vector/__bool/__pixel macros nor context sensitive
30505 macros for CLK_ASM.
30506 * config/spu/spu-c.c (spu_cpu_cpp_builtins): Similarly.
30507
30508 2015-04-02 John David Anglin <danglin@gcc.gnu.org>
30509
30510 * config/pa/pa.c (pa_output_move_double): Directly handle register
30511 indexed memory operand. Simplify handling of scaled register indexed
30512 memory operands.
30513
30514 2015-04-02 Ilya Enkovich <ilya.enkovich@intel.com>
30515
30516 PR driver/65444
30517 * config/i386/linux-common.h (MPX_SPEC): New.
30518 (CHKP_SPEC): Add MPX_SPEC.
30519 * doc/invoke.texi (-fcheck-pointer-boudns): Document
30520 possible issues with '-z bndplt' support in linker.
30521
30522 2015-04-02 Uros Bizjak <ubizjak@gmail.com>
30523
30524 * config/i386/sync.md (UNSPEC_FILD_ATOMIC, UNSPEC_FIST_ATOMIC): New.
30525 (loaddi_via_fpu): Use UNSPEC_FILD_ATOMIC.
30526 (storedi_via_fpu): Use UNSPEC_FIST_ATOMIC.
30527 * reg-stack.c (get_true_reg): Change UNSPEC_LDA to UNSPEC_FILD_ATOMIC.
30528 (subst_stack_regs_pat): Change UNSPEC_STA to UNSPEC_FIST_ATOMIC.
30529
30530 2015-04-01 Uros Bizjak <ubizjak@gmail.com>
30531
30532 * config/i386/sync.md (UNSPEC_MOVA): Remove.
30533 (atomic_load<mode>): Change operand 0 predicate to
30534 nonimmediate_operand and fix up the destination when needed.
30535 Use UNSPEC_LDA.
30536 (atomic_loaddi_fpu): Use UNSPEC_LDA.
30537 (atomic_store<mode>): Change operand 1 predicate to
30538 nonimmendate_operand and move the source to register when needed.
30539 Use UNSPEC_STA.
30540 (atomic_store<mode>_1): Use UNSPEC_STA.
30541 (atomic_storedi_fpu): Change operand 1 to nonimmediate_operand.
30542 Fix moves from memory operand. Use UNSPEC_STA.
30543
30544 2015-04-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
30545
30546 * expmed.c (strict_volatile_bitfield_p): Check that the access will
30547 not cross a MODESIZE boundary.
30548 (store_bit_field, extract_bit_field): Added assertions in the
30549 strict volatile bitfields code path.
30550
30551 2015-04-01 Max Ostapenko <m.ostapenko@partner.samsung.com>
30552
30553 PR target/65624
30554 * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_builtin):
30555 Increase args array size by one to avoid buffer overflow.
30556
30557 2015-03-31 Jan Hubicka <hubicka@ucw.cz>
30558
30559 * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
30560 split_part.
30561 * ipa-inline.c (edge_badness): Add wrapper penalty.
30562 (sum_callers): Move up.
30563 (inline_small_functions): Set single_caller.
30564 * ipa-inline.h (inline_summary): Add single_caller.
30565 * ipa-split.c (split_function): Set split_part.
30566 (cgraph_node::create_clone): Do not shadow decl; copy split_part.
30567 * cgraph.h (cgraph_node): Add split_part.
30568
30569 2015-03-31 Uros Bizjak <ubizjak@gmail.com>
30570
30571 PR target/58945
30572 * config/i386/sync.md (atomic_compare_and_swap<dwi>_doubleword):
30573 Do not split operands 0 and operands 2 to halfmode.
30574 (atomic_compare_and_swap<mode>): Update for
30575 atomic_compare_and_swap<dwi>_doubleword changes.
30576
30577 2015-03-31 Jan Hubicka <hubicka@ucw.cz>
30578
30579 * tree.c (need_assembler_name_p): Artificial types have no ODR names.
30580 * ipa-devirt.c (warn_odr): Do not try to apply ODR cache when
30581 no caching is done.
30582
30583 2015-03-31 Martin Liska <mliska@suse.cz>
30584
30585 PR ipa/65557
30586 * ipa-icf.c (sem_function::equals_wpa): Check if IPA CP
30587 has already filled up function summary.
30588 (sem_item_optimizer::update_hash_by_addr_refs): Likewise.
30589
30590 2015-03-31 Richard Biener <rguenther@suse.de>
30591
30592 * tree-sra.c (create_access_replacement): Drop under-/over-alignment
30593 of types.
30594
30595 2015-03-31 Dominik Vogt <vogt@linux.vnet.ibm.com>
30596
30597 * config/s390/s390.c (s390_function_num_hotpatch_hw): Allow hotpatching
30598 nested functions.
30599 (s390_reorg): Adapt to new signature of s390_function_num_hotpatch_hw.
30600 (s390_asm_output_function_label): Adapt to new signature of
30601 s390_function_num_hotpatch_hw
30602 Optimise the code generating assembler output.
30603 Add comments to assembler file.
30604
30605 2015-03-31 Richard Biener <rguenther@suse.de>
30606
30607 PR middle-end/65626
30608 * tree-cfgcleanup.c (fixup_noreturn_call): Only split the block
30609 of the noreturn call so it is last and cleanup_control_flow_bb
30610 can do the CFG part.
30611
30612 2015-03-31 Ilya Enkovich <ilya.enkovich@intel.com>
30613
30614 PR target/65531
30615 * ipa-chkp.c (chkp_maybe_create_clone): Don't set
30616 same_comdat_group for external symbols.
30617 * symtab.c (symtab_node::verify_symtab_nodes): Avoid
30618 infinite same_comdat_group traversal loop.
30619
30620 2015-03-31 Jakub Jelinek <jakub@redhat.com>
30621
30622 PR plugins/61176
30623 * Makefile.in (install-plugin): Add all gcc/*.{h,def} files
30624 automatically to $headers.
30625
30626 2015-03-30 Jakub Jelinek <jakub@redhat.com>
30627
30628 PR ipa/65610
30629 * ipa-utils.h (inlined_polymorphic_ctor_dtor_block_p): Declare.
30630 * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p): New
30631 function.
30632 (decl_maybe_in_construction_p, noncall_stmt_may_be_vtbl_ptr_store):
30633 Use it.
30634 * ipa-prop.c (param_type_may_change_p): Likewise.
30635 * tree-ssa-live.c: Include ipa-utils.h and its dependencies.
30636 (remove_unused_scope_block_p): Add in_ctor_dtor_block
30637 argument. Before inlining, preserve
30638 inlined_polymorphic_ctor_dtor_block_p blocks and the outermost block
30639 with FUNCTION_DECL BLOCK_ABSTRACT_ORIGIN inside of them. Adjust
30640 recursive calls.
30641 (remove_unused_locals): Adjust remove_unused_scope_block_p caller.
30642
30643 2015-03-27 Jan Hubicka <hubicka@ucw.cz>
30644
30645 PR ipa/65076
30646 * ipa-inline.c (edge_badness): Base denominator on callee's
30647 grwoth squared.
30648
30649 2015-03-27 Martin Jambor <mjambor@suse.cz>
30650
30651 PR ipa/65478
30652 * params.def (PARAM_IPA_CP_RECURSION_PENALTY) : New.
30653 (PARAM_IPA_CP_SINGLE_CALL_PENALTY): Likewise.
30654 * ipa-prop.h (ipa_node_params): New flags node_within_scc and
30655 node_calling_single_call.
30656 * ipa-cp.c (count_callers): New function.
30657 (set_single_call_flag): Likewise.
30658 (initialize_node_lattices): Count callers and set single_flag_call if
30659 necessary.
30660 (incorporate_penalties): New function.
30661 (good_cloning_opportunity_p): Use it, dump new flags.
30662 (propagate_constants_topo): Set node_within_scc flag if appropriate.
30663 * doc/invoke.texi (ipa-cp-recursion-penalty,
30664 ipa-cp-single-call-pentalty): Document.
30665
30666 2015-03-27 Jan Hubicka <hubicka@ucw.cz>
30667
30668 PR ipa/65588
30669 * symtab.c (symtab_node::get_partitioning_class): Register vars
30670 are duplicated.
30671 * varpool.c (symbol_table::output_variables) Do not assemble unefined
30672 decls for non-symbols.
30673
30674 2015-03-27 H.J. Lu <hongjiu.lu@intel.com>
30675
30676 PR target/65248
30677 * output.h (default_binds_local_p_2): New.
30678 * varasm.c (default_binds_local_p_2): Renamed to ...
30679 (default_binds_local_p_3): This. Don't return true on protected
30680 data symbol if protected data may be external.
30681 (default_binds_local_p): Use default_binds_local_p_3.
30682 (default_binds_local_p_1): Likewise.
30683 (default_binds_local_p_2): New.
30684 * config/i386/i386.c (TARGET_BINDS_LOCAL_P): Set to
30685 default_binds_local_p_2 if TARGET_MACHO is undefined.
30686
30687 2015-03-27 Jakub Jelinek <jakub@redhat.com>
30688
30689 PR target/65593
30690 * config/i386/i386.c (legitimize_pic_address): If base
30691 is SYMBOL_REF or LABEL_REF using %rip addressing, force
30692 it to reg to avoid PLUS of SYMBOL_REF/LABEL_REF and register.
30693
30694 2015-03-27 Jan Hubicka <hubicka@ucw.cz>
30695
30696 PR target/65531
30697 * symtab.c (symtab_node::verify_symtab_nodes): Fix verification of
30698 comdat groups.
30699
30700 2015-03-27 Jan Hubicka <hubicka@ucw.cz>
30701
30702 PR ipa/65600
30703 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Fix the case
30704 of optimized out indirect call.
30705 (redirect_to_unreachable): Always build symbol table node for
30706 BUILT_IN_UNREACHABLE
30707
30708 2015-03-27 Vladimir Makarov <vmakarov@redhat.com>
30709
30710 PR target/65407
30711 * ira-costs.c (record_reg_classes): Process all constraint string
30712 containing 0-9.
30713
30714 2015-03-27 Bernd Schmidt <bernds@codesourcery.com>
30715
30716 * config/c6x/c6x.md (movmisalign<mode>): Use MEM_P, not
30717 memory_operand.
30718
30719 PR target/65052
30720 * config/c6x/constraints.md (S3): New constraint.
30721 * config/c6x/c6x.md (real_jump): Use it.
30722
30723 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
30724
30725 PR middle-end/65595
30726 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Only
30727 do redirection if the call is not optimized out.
30728
30729 2015-03-27 Ilya Enkovich <ilya.enkovich@intel.com>
30730
30731 PR target/65495
30732 * c-family/c.opt (fcheck-pointer-bounds): List supported languages.
30733 (fchkp-check-incomplete-type): Add LTO.
30734 (fchkp-zero-input-bounds-for-main): Likewise.
30735 (fchkp-first-field-has-own-bounds): Likewise.
30736 (fchkp-narrow-bounds): Likewise.
30737 (fchkp-narrow-to-innermost-array): Likewise.
30738 (fchkp-use-static-bounds): Likewise.
30739 (fchkp-use-static-const-bounds): Likewise.
30740 (fchkp-treat-zero-dynamic-size-as-infinite): Likewise.
30741
30742 2015-03-27 Marek Polacek <polacek@redhat.com>
30743
30744 * gimple-iterator.h (gsi_prev_nondebug): Fix typo.
30745
30746 2015-03-27 Marek Polacek <polacek@redhat.com>
30747
30748 PR sanitizer/65583
30749 * ubsan.c (ubsan_create_edge): New function.
30750 (instrument_bool_enum_load): Call it.
30751 (instrument_nonnull_arg): Likewise.
30752 (instrument_nonnull_return): Likewise.
30753 (instrument_object_size): Likewise.
30754
30755 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
30756
30757 * lto-streamer.h (class lto_location_cache): Turn loc_cache into
30758 auto_vec.
30759
30760 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
30761
30762 PR lto/65536
30763 * lto-streamer.h (class lto_location_cache): New.
30764 (struct data_in): Add location_cache.
30765 (lto_input_location): Update prototype.
30766 (stream_input_location_now): New.
30767 * streamer-hooks.h (struct streamer_hooks): Make input_location to take
30768 pointer to location.
30769 (stream_input_location): Update.
30770 * ipa-devirt.c: Include streamer-hooks.h and lto-streamer.h
30771 (warn_odr): Apply location cache before warning.
30772 (lto_input_location): Update prototype.
30773 * gimple-streamer-in.c (input_phi, input_gimple_stmt):
30774 Use stream_input_location_now.
30775 * lto-streamer-in.c (lto_location_cache::current_cache): New static
30776 variable.
30777 (lto_location_cache::cmp_loc): New function.
30778 (lto_location_cache::apply_location_cache): New function.
30779 (lto_location_cache::accept_location_cache): New function.
30780 (lto_location_cache::revert_location_cache): New function.
30781 (lto_location_cache::input_location): New function.
30782 (lto_input_location): Do location caching.
30783 (stream_input_location_now): New function.
30784 (input_eh_region, input_struct_function_base): Use
30785 stream_input_location_now.
30786 (lto_data_in_create): use new.
30787 (lto_data_in_delete): Use delete.
30788 * tree-streamer-in.c (unpack_ts_block_value_fields,
30789 unpack_ts_omp_clause_value_fields, streamer_read_tree_bitfields,
30790 lto_input_ts_exp_tree_pointers): Update for cached location api.
30791
30792 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
30793
30794 PR ipa/65076
30795 * passes.def: Add pass_nothrow.
30796 * ipa-pure-const.c: (pass_data_nothrow): New.
30797 (pass_nothrow): New.
30798 (pass_nothrow::execute): New.
30799 (make_pass_nothrow): New.
30800 * tree-pass.h (make_pass_nothrow): Declare.
30801
30802 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
30803
30804 * ipa-inline-analysis.c (redirect_to_unreachable): Be prepared for
30805 edge to change by speculation resolution or redirection.
30806 (edge_set_predicate): Likewise.
30807 (inline_summary_t::duplicate): Likewise.
30808 (remap_edge_summaries): Likewise.
30809
30810 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
30811
30812 * ipa-inline.c (check_maybe_up, check_maybe_down, check_match):
30813 New macros.
30814 (can_inline_edge_p): Relax option matching for always inline functions.
30815
30816 2015-03-26 Uros Bizjak <ubizjak@gmail.com>
30817
30818 PR target/65561
30819 * config/i386/sse.md (avx512dq_vextract<shuffletype>64x2_1_maskm):
30820 Check operand 4 and operand 0 for equality.
30821 (avx512f_vextract<shuffletype>32x4_1_maskm):
30822 Check operand 6 and operand 0 for equality.
30823 (vec_extract_lo_<mode>_maskm): Check operand 2 and operand 0
30824 for equality.
30825 (vec_extract_hi_<mode>_maskm): Ditto.
30826
30827 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
30828
30829 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not bring
30830 dead calls back to live.
30831 (cgraph_edge::verify_count_and_frequency): Move cgraph/cfg frequency
30832 cross check to ...
30833 (cgraph_node::verify_node): ... here; verify only callee edges,
30834 not caller.
30835 * cif-code.def (CILK_SPAWN): New code.
30836
30837 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
30838
30839 * ipa-inline-analysis.c (redirect_to_unreachable): New function.
30840 (edge_set_predicate): Use it to mark unreachable edges.
30841 (inline_summary_t::duplicate): Remove unnecesary code.
30842 (remap_edge_summaries): Likewise.
30843 (dump_inline_summary): Report contains_cilk_spawn.
30844 (compute_inline_parameters): Compute contains_cilk_spawn.
30845 (inline_read_section, inline_write_summary): Stream
30846 contains_cilk_spawn.
30847 * ipa-inline.c (can_inline_edge_p): Do not touch
30848 DECL_STRUCT_FUNCTION that may not be available;
30849 use CIF_CILK_SPAWN for cilk; fix optimization attribute checks;
30850 remove check for callee_fun->can_throw_non_call_exceptions and
30851 replace it by optimization attribute check; check for flag_exceptions.
30852 * ipa-inline-transform.c (inline_call): Maintain
30853 DECL_FUNCTION_PERSONALITY
30854 * ipa-inline.h (inline_summary): Add contains_cilk_spawn.
30855
30856 2015-03-26 Jakub Jelinek <jakub@redhat.com>
30857
30858 PR tree-optimization/65551
30859 * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Use
30860 TYPE_PRECISION only for INTEGRAL_TYPE_P types.
30861
30862 2015-03-26 Richard Biener <rguenther@suse.de>
30863
30864 PR middle-end/65555
30865 * tree-cfg.c (verify_gimple_call): Do not require a call to
30866 have no LHS if it wasn't recognized as control altering yet.
30867
30868 2015-03-26 Jakub Jelinek <jakub@redhat.com>
30869
30870 PR tree-optimization/64715
30871 * passes.def: Add another instance of pass_object_sizes before ccp1.
30872 * tree-object-size.c (pass_object_sizes::execute): In
30873 first_pass_instance, only handle __bos (, 1) and __bos (, 3)
30874 calls, and keep the call in the IL, as {MIN,MAX}_EXPR of the
30875 __bos result and the computed constant. Remove redundant
30876 checks, obsoleted by gimple_call_builtin_p test.
30877
30878 * var-tracking.c (variable_tracking_main_1): Don't track
30879 variables for targetm.no_register_allocation targets.
30880
30881 2015-03-26 Oleg Endo <olegendo@gcc.gnu.org>
30882
30883 * config/sh/t-linux (DEFAULT_ENDIAN, MULTILIB_EXCEPTIONS): Remove.
30884 * config/sh/t-sh (MULTILIB_EXCEPTIONS): Handle default endian.
30885
30886 2015-03-25 Michael Meissner <meissner@linux.vnet.ibm.com>
30887
30888 PR target/65569
30889 * config/rs6000/rs6000.md (extenddftf2_fprs): On VSX systems use
30890 XXLXOR to create 0.0. On pre-VSX systems make sure the constant
30891 0.0 is correctly setup.
30892 (extenddftf2_internal): Likewise.
30893
30894 2015-03-25 Sebastian Pop <s.pop@samsung.com>
30895
30896 PR tree-optimization/65177
30897 * tree-ssa-threadupdate.c (verify_seme): Renamed verify_jump_thread.
30898 (bb_in_bbs): New.
30899 (duplicate_seme_region): Renamed duplicate_thread_path. Redirect all
30900 edges not adjacent on the path to the original code.
30901
30902 2015-03-25 Uros Bizjak <ubizjak@gmail.com>
30903
30904 PR bootstrap/65537
30905 * doc/install.texi (Building a native compiler): Document new
30906 bootstrap-lto-noplugin configuration. Mention that bootstrap-lto
30907 configuration assumes that the host supports the linker plugin.
30908
30909 2015-03-25 Ilya Enkovich <ilya.enkovich@intel.com>
30910
30911 PR target/65508
30912 * tree-chkp.c (chkp_add_bounds_to_call_stmt): Set static
30913 chain for generated call.
30914
30915 2015-03-25 Richard Biener <rguenther@suse.de>
30916
30917 * passes.c (pass_manager::execute_early_local_passes): Guard
30918 execution of pass_chkp_instrumentation_passes with
30919 flag_check_pointer_bounds.
30920 (pass_chkp_instrumentation_passes::gate): Likewise.
30921
30922 2015-03-25 Martin Liska <mliska@suse.cz>
30923
30924 PR tree-optimization/65538
30925 * symbol-summary.h (function_summary::~function_summary):
30926 Relese memory for allocated summaries.
30927 (function_summary::release): New function.
30928
30929 2015-03-25 Jakub Jelinek <jakub@redhat.com>
30930
30931 PR lto/65515
30932 * lto-streamer-out.c (DFS::worklist): New struct.
30933 (DFS::worklist_vec): New data member.
30934 (DFS::next_dfs_num): Remove.
30935 (DFS::DFS): Rewritten using worklist instead of recursion,
30936 using most of code from DFS::DFS_write_tree.
30937 (DFS::DFS_write_tree_body): Remove SINGLE_P argument, don't
30938 pass it to DFS_write_tree calls.
30939 (DFS::DFS_write_tree): Remove SINGLE_P argument, after
30940 quick initial checks push it into worklist_vec and return.
30941
30942 2015-03-25 Richard Biener <rguenther@suse.de>
30943
30944 PR middle-end/65519
30945 * genmatch.c (expr::gen_transform): Re-write to avoid
30946 using gimple_build.
30947
30948 2015-03-25 Bin Cheng <bin.cheng@arm.com>
30949
30950 * doc/sourcebuild.texi (arm_tune_string_ops_prefer_neon): New.
30951
30952 2015-03-25 Bin Cheng <bin.cheng@arm.com>
30953
30954 * config/arm/arm.opt (print_tune_info): New option.
30955 * config/arm/arm.c (arm_print_tune_info): New function.
30956 (arm_file_start): Call arm_print_tune_info.
30957 * config/arm/arm-protos.h (struct tune_params): Add comment.
30958 * doc/invoke.texi (@item -mprint-tune-info): New item.
30959 (-mtune): mention it in ARM Option Summary.
30960
30961 2015-03-25 DJ Delorie <dj@redhat.com>
30962
30963 * config/rl78/rl78.c (rl78_print_operand_1): Move 'p' test to
30964 correct clause.
30965
30966 2015-03-24 Jan Hubicka <hubicka@ucw.cz>
30967 Martin Liska <mliska@suse.cz>
30968
30969 * ipa-icf-gimple.h (return_with_result): Add missing colon to dump.
30970 * ipa-icf.c (sem_function::get_hash): Hash new declaration properties.
30971 (sem_item::add_type): New function.
30972 (sem_function::hash_stmt): Add TREE_TYPE of gimple_op.
30973 (sem_function::compare_polymorphic_p): Do not consider indirect calls.
30974 (sem_item_optimizer::update_hash_by_addr_refs): Add ODR type to hash.
30975 (sem_function::equals_wpa): Fix typo.
30976 * ipa-icf.h (sem_item::add_type): New function.
30977 (symbol_compare_hashmap_traits): Replace hashing of pointer with symbol
30978 order.
30979
30980 2015-03-24 Jakub Jelinek <jakub@redhat.com>
30981
30982 PR tree-optimization/65533
30983 * tree-vect-slp.c (vect_build_slp_tree): Before re-trying
30984 with swapped operands, call vect_free_slp_tree on
30985 SLP_TREE_CHILDREN of child and truncate the SLP_TREE_CHILDREN
30986 vector.
30987
30988 2015-03-24 Richard Biener <rguenther@suse.de>
30989
30990 PR middle-end/65517
30991 * tree-cfg.c (remove_edge_and_dominated_blocks): Mark loops
30992 for fixup if necessary.
30993
30994 2015-03-23 Sandra Loosemore <sandra@codesourcery.com>
30995
30996 * doc/extend.texi (Function Attributes): Add @cindex entries
30997 for all attributes and regularize their format. Delete text
30998 about long-obsolete 68HC11 and 68HC12 targets. Move misplaced
30999 information about "eightbit_data", "tiny_data", and "model"
31000 variable attributes to the Variable Attributes section. Fix
31001 some obvious typos and copy-editing issues.
31002 (Variable Attributes, Type Attributes): Likewise add/fix
31003 @cindex entries for all attributes.
31004
31005 2015-03-23 Jakub Jelinek <jakub@redhat.com>
31006
31007 PR target/65523
31008 * tree-chkp.c (chkp_build_returned_bound): Ignore
31009 ERF_RETURNS_ARG calls if they have fewer than needed arguments.
31010
31011 2015-03-23 Oleg Endo <olegendo@gcc.gnu.org>
31012
31013 PR target/65505
31014 * config/sh/predicates.md (simple_mem_operand,
31015 displacement_mem_operand): Add test for reg.
31016 (short_displacement_mem_operand): Test for displacement_mem_operand
31017 before invoking sh_disp_addr_displacement.
31018 * config/sh/constraints.md (Sdd, Sra): Simplify.
31019 * config/sh/sync.md (atomic_mem_operand_0, atomic_mem_operand_1):
31020 Remove redundant displacement_mem_operand tests.
31021
31022 2015-03-23 Georg-Johann Lay <avr@gjlay.de>
31023
31024 PR target/65296
31025 * config/avr/driver-avr.c (avr_devicespecs_file): Allow to specify
31026 the same -mmcu=MCU more than once.
31027
31028 2015-03-23 Jakub Jelinek <jakub@redhat.com>
31029
31030 PR bootstrap/65522
31031 * ipa-devirt.c: Remove duplicate demangle.h include.
31032
31033 PR target/65504
31034 * config/i386/i386.c (ix86_copy_addr_to_reg): Set REG_POINTER
31035 on the pseudo.
31036 (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Set
31037 REG_POINTER on *destptr after adjusting it for prologue size.
31038
31039 PR ipa/65521
31040 * ipa-icf.c (sem_item::update_hash_by_addr_refs): Hash
31041 ultimate_alias_target ()->order ints instead of
31042 ultimate_alias_target () pointers.
31043
31044 2015-03-23 Richard Biener <rguenther@suse.de>
31045
31046 PR tree-optimization/65518
31047 * tree-vect-stmts.c (vectorizable_load): Reject single-element
31048 interleaving cases we generate absymal code for.
31049
31050 2015-03-23 Richard Biener <rguenther@suse.de>
31051
31052 PR tree-optimization/65494
31053 * tree-vect-slp.c (vect_build_slp_tree): Do not (re-)allocate
31054 matches here.
31055 (vect_analyze_slp_instance): But do that here, always and once.
31056
31057 2015-03-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
31058
31059 * expmed.c (synth_mult): Fix comment about multiplying by T-1 and
31060 adding T or multiplying by T+1 and subracting T.
31061
31062 2015-03-22 Jeff Law <law@redhat.com>
31063
31064 PR rtl-optimization/64317
31065 * Makefile.in (OBJS): Add gcse-common.c
31066 * gcse.c: Include gcse-common.h
31067 (struct modify_pair_s): Move structure definition to gcse-common.h
31068 (compute_transp): Move function to gcse-common.c.
31069 (canon_list_insert): Similarly.
31070 (record_last_mem_set_info): Break out some code and put it into
31071 gcse-common.c. Call into the new common code.
31072 (compute_local_properties): Pass additional arguments to compute_transp.
31073 * postreload-gcse.c: Include gcse-common.h and df.h
31074 (modify_mem_list_set, blocks_with_calls): New variables.
31075 (modify_mem_list, canon_modify_mem_list, transp): Likewise.
31076 (get_bb_avail_insn): Pass in the expression index too.
31077 (alloc_mem): Allocate memory for the new bitmaps and lists.
31078 (free_mem): Free memory for the new bitmaps and lists.
31079 (insert_expr_in_table): Record a bitmap index for each entry we
31080 add to the table.
31081 (record_last_mem_set_info): Call into common code in gcse-common.c.
31082 (get_bb_avail_insn): If no available insn was found in the requested
31083 BB. If BB has a single predecessor, see if the expression is
31084 transparent in BB and available in that single predecessor.
31085 (compute_expr_transp): New wrapper for compute_transp.
31086 (eliminate_partially_redundant_load): Pass expression's bitmap_index
31087 to get_bb_avail_insn. Compute next_pred_bb_end a bit later.
31088 (gcse_after_reload_main): If there are elements in the hash table,
31089 then compute transparency for all the elements in the hash table.
31090 * gcse-common.h: New file.
31091 * gcse-common.c: New file.
31092
31093 2015-03-22 Sandra Loosemore <sandra@codesourcery.com>
31094
31095 * doc/cpp.texi (Search Path): Hyphenate "command-line" when used
31096 as an adjective.
31097 (System Headers): Likewise.
31098 (Ifdef): Likewise.
31099 (Traditional macros): Likewise.
31100 (Invocation): Likewise.
31101 (Option Index): Likewise.
31102 * doc/cppopts.texi (-M): Likewise.
31103 (-finput-charset): Likewise.
31104 (--help): Likewise.
31105 * doc.invoke.texi (AVR Options): Likewise.
31106 (V850 Options): Likewise.
31107
31108 2015-03-22 Jan Hubicka <hubicka@ucw.cz>
31109
31110 PR ipa/65475
31111 * ipa-devirt.c: Include demangle.h
31112 (odr_type_d): Add field rtti_broken.
31113 (odr_subtypes_equivalent_p): Do not require name to match.
31114 (compare_virtual_tables): Fix typo; if type already has ODR violation,
31115 bypass the tests; be ready for function referneces in vtables that are
31116 not DECL_VIRTUAL; make warnings to be OPT_Wodr.
31117 (warn_odr): Give up for nameless types.
31118 (warn_types_mismatch): Report mismatch in mangled names;
31119 report mismatch in anonymous namespaces; look into component types to
31120 give useful error; report when mismatch is dragged in from other ODR
31121 type.
31122 (odr_types_equivalent_p): Match types for being polymorphic; avoid
31123 duplicated diagnostics.
31124 (add_type_duplicate): Reorder checks so more informative ones come
31125 first; fix typo; do not output "the extra base is defined here" when
31126 we did not warn.
31127 (BINFO_N_BASE_BINFOS): Relax sanity check.
31128
31129 2015-03-22 Martin Liska <mliska@suse.cz>
31130 Jakub Jelinek <jakub@redhat.com>
31131
31132 * config/i386/i386.c (def_builtin): Set deferred_isa_values for
31133 masks that can potentially include a builtin.
31134 (ix86_add_new_builtins): Introduce fast filter for isa values
31135 that cannot trigger builtin inclusion.
31136
31137 2015-03-22 Martin Liska <mliska@suse.cz>
31138
31139 * ipa-icf.c (sem_item::update_hash_by_addr_refs): New function.
31140 (sem_item::update_hash_by_local_refs): Likewise.
31141 (sem_variable::get_hash): Empty line is fixed.
31142 (sem_item_optimizer::execute): Include adding of hash references.
31143 (sem_item_optimizer::update_hash_by_addr_refs): New function.
31144 (sem_item_optimizer::build_hash_based_classes): Use local hash.
31145 * ipa-icf.h (sem_item::update_hash_by_addr_refs): New function.
31146 (sem_item::update_hash_by_local_refs): Likewise.
31147
31148 2015-03-20 Jan Hubicka <hubicka@ucw.cz>
31149
31150 PR ipa/65502
31151 * ipa-comdats.c (enqueue_references): Walk through thunks.
31152 (ipa_comdats): Likewise.
31153 (set_comdat_group_1): New function.
31154
31155 2015-03-20 Jan Hubicka <hubicka@ucw.cz>
31156
31157 PR ipa/65475
31158 * ipa-devirt.c (add_type_duplicate): Prevail polymorphic type over
31159 non-polymorphic
31160
31161 2015-03-22 Dave Korn <dave.korn.cygwin@gmail.com>
31162 Gerald Pfeifer <gerald@pfeifer.com>
31163
31164 * doc/contrib.texi (Contributors): Update entry for Danny Smith.
31165
31166 2015-03-21 Chung-Lin Tang <cltang@codesourcery.com>
31167 Sandra Loosemore <sandra@codesourcery.com>
31168
31169 * config/nios2/nios2-protos.h (nios2_adjust_call_address): Adjust
31170 function parameter declaration.
31171 * config/nios2/nios2.md (call,call_value,sibcall,sibcall_value):
31172 Update arguments to nios2_adjust_call_address().
31173 (sibcall_internal): Rename from *sibcall.
31174 (sibcall_value_internal): Rename from *sibcall_value.
31175 * config/nios2/nios2.c (nios2_emit_add_constant): New function.
31176 (nios2_large_got_address): Add target temp reg parameter.
31177 (nios2_got_address): Adjust call to nios2_large_got_address, add
31178 force_reg around it.
31179 (nios2_load_pic_address): Add target temp reg parameter, replace call
31180 to nios2_got_address with corresponding code.
31181 (nios2_legitimize_constant_address): Update call to
31182 nios2_load_pic_address.
31183 (nios2_adjust_call_address): Add temp reg parameter, update PIC case
31184 to use temp reg for PIC loading purposes.
31185 (nios2_asm_output_mi_thunk): Implement TARGET_ASM_OUTPUT_MI_THUNK.
31186 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
31187 (TARGET_ASM_OUTPUT_MI_THUNK): Likewise.
31188
31189 2015-03-21 Sandra Loosemore <sandra@codesourcery.com>
31190
31191 * doc/invoke.texi (-fno-diagnostics-show-caret): Fix
31192 usage of "the @option{...}".
31193 (-Wopenmp-simd): Likewise.
31194 (-fsanitize-recover): Likewise.
31195 (-fsanitize-undefined-trap-on-error): Likewise.
31196 (-flto): Likewise.
31197 (tracer-dynamic-coverage-feedback): Likewise.
31198 (reorder-block-duplicate-feedback): Likewise.
31199 (loop-unroll-jam-size): Likewise.
31200 (-B): Likewise.
31201 (-I-): Likewise.
31202 (-mabs=legacy): Likewise.
31203 (-mupper-regs-df): Likewise.
31204 (-mupper-regs-sf): Likewise.
31205 (-mpointers-to-nested-functions): Likewise.
31206
31207 2015-03-21 Sandra Loosemore <sandra@codesourcery.com>
31208
31209 * doc/extend.texi (Cilk Plus Builtins): Add markup.
31210
31211 2015-03-21 Sandra Loosemore <sandra@codesourcery.com>
31212
31213 * doc/invoke.texi (-fcheck-pointer-bounds): Copy-edit, add
31214 additional index entries and cross-references.
31215 (-fchkp-check-incomplete-type): Likewise.
31216 (-fchkp-first-field-has-own-bounds): Likewise.
31217 (-fchkp-narrow-to-innermost-array): Likewise.
31218 (-fchkp-use-fast-string-functions): Likewise.
31219 (-fchkp-use-nochk-string-functions): Likewise.
31220 (-fchkp-use-static-const-bounds): Likewise.
31221 (-fchkp-treat-zero-dynamic-size-as-infinite): Likewise.
31222 (-fchkp-instrument-marked-only): Likewise.
31223 (-fchkp-use-wrappers): Likewise.
31224 (-static-libmpx): Likewise.
31225 (-static-libmpxwrappers): Likewise.
31226 * doc/extend.texi (bnd_legacy): Likewise.
31227 (bnd_instrument): Likewise.
31228 (bnd_variable_size): Likewise.
31229 (Pointer Bounds Checker builtins): Likewise.
31230
31231 2015-03-21 Tom de Vries <tom@codesourcery.com>
31232
31233 PR tree-optimization/65458
31234 * cgraph.c (cgraph_node::dump): Handle parallelized_function field.
31235 * cgraph.h (cgraph_node): Add parallelized_function field.
31236 * lto-cgraph.c (lto_output_node): Write parallelized_function field.
31237 (input_overwrite_node): Read parallelized_function field.
31238 * omp-low.c (expand_omp_taskreg, finalize_task_copyfn): Set
31239 parallelized_function on cgraph_node for child_fn.
31240 * tree-parloops.c: Add include of plugin-api.h, ipa-ref.h and cgraph.h.
31241 Remove include of gt-tree-parloops.h.
31242 (parallelized_functions): Remove static variable.
31243 (parallelized_function_p): Rewrite using parallelized_function field of
31244 cgraph_node.
31245 (create_loop_fn): Remove adding to parallelized_functions.
31246 * Makefile.in (GTFILES): Remove tree-parloops.c
31247
31248 2015-03-20 Vladimir Makarov <vmakarov@redhat.com>
31249
31250 PR rtl-optimization/64366
31251 * lra.c (lra_update_insn_regno_info): Consider regs in
31252 CALL_INSN_FUNCTION_USAGE memory.
31253
31254 2015-03-20 Richard Biener <rguenther@suse.de>
31255
31256 PR middle-end/64715
31257 * tree-chrec.c (chrec_fold_poly_cst): Use useless_type_conversion_p
31258 for type comparison and gcc_checking_assert.
31259 (chrec_fold_plus_poly_poly): Likewise.
31260 (chrec_fold_multiply_poly_poly): Likewise.
31261 (chrec_convert_1): Likewise.
31262 * gimplify.c (gimplify_expr): Remove premature folding of
31263 &X + CST to &MEM[&X, CST].
31264
31265 2015-03-20 Jan Hubicka <hubicka@ucw.cz>
31266
31267 * ipa-inline.c (can_inline_edge_p): Short circuit if inline_failed
31268 already is final.
31269 (ipa_inline): Recompute inline_failed codes.
31270 * cif-code.def (FUNCTION_NOT_OPTIMIZED, REDEFINED_EXTERN_INLINE,
31271 USES_COMDAT_LOCAL, ATTRIBUTE_MISMATCH, UNREACHABLE): Declare as
31272 CIF_FINAL_ERROR.
31273
31274 2015-03-20 Uros Bizjak <ubizjak@gmail.com>
31275
31276 PR rtl-optimization/60851
31277 * recog.c (constrain_operands): Accept a pseudo register before reload
31278 for LRA enabled targets.
31279
31280 2015-03-19 Michael Meissner <meissner@linux.vnet.ibm.com>
31281
31282 PR target/65240
31283 * config/rs6000/predicates.md (easy_fp_constant): Remove special
31284 -ffast-math handling that kept non-0 constants live in the RTL
31285 until reload. Remove logic testing the number of instructions it
31286 took to create a constant in a GPR that was never used, due to a
31287 test for soft-float earlier.
31288 (memory_fp_constant): Delete, no longer used.
31289
31290 * config/rs6000/rs6000.md (mov<MODE>_hardfloat): Remove
31291 alternatives for loading non-0 constants into GPRs for hard
31292 floating point that is no longer needed due to changes in
31293 easy_fp_constant. Add support for loading 0.0 into GPRs.
31294 (mov<mode>_hardfloat32): Likewise.
31295 (mov<mode>_hardfloat64): Likewise.
31296 (mov<mode>_64bit_dm): Likewise.
31297 (movtd_64bit_nodm): Likewise.
31298 (pre-reload move FP constant define_split): Delete define_split,
31299 since it is no longer used.
31300 (extenddftf2_internal): Remove GHF constraints that are not valid
31301 for extenddftf2.
31302
31303 2015-03-19 Vladimir Makarov <vmakarov@redhat.com>
31304
31305 PR rtl-optimization/63491
31306 * lra-constraints.c (check_and_process_move): Use src instead of
31307 sreg. Remove some dead code.
31308
31309 2015-03-19 Jan Hubicka <hubicka@ucw.cz>
31310
31311 PR ipa/65380
31312 * ipa-icf.c (sem_function::merge): Do not merge DECL_EXTERNAL symbols.
31313 (sem_variable::merge): Likewise.
31314
31315 2015-03-19 Martin Liska <mliska@suse.cz>
31316
31317 PR ipa/65465
31318 * cgraphunit.c (cgraph_node::create_wrapper): Correctly reset
31319 all fields of cgraph_thunk_info.
31320
31321 2015-03-19 Ilya Enkovich <ilya.enkovich@intel.com>
31322
31323 * ipa-chkp.c (chkp_maybe_create_clone): Don't try to
31324 clone instrumented thunks.
31325
31326 2015-03-19 Richard Biener <rguenther@suse.de>
31327
31328 Revert
31329 2015-03-10 Richard Biener <rguenther@suse.de>
31330
31331 PR middle-end/63155
31332 * tree-ssa-coalesce.h (verify_ssa_coalescing): Declare.
31333 * tree-ssa-coalesce.c: Include timevar.h.
31334 (attempt_coalesce): Handle graph being NULL.
31335 (coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING.
31336 Split out abnormal coalescing to ...
31337 (perform_abnormal_coalescing): ... this function.
31338 (coalesce_ssa_name): Perform abnormal coalescing without computing
31339 live/conflict.
31340 (verify_ssa_coalescing_worker): New function.
31341 (verify_ssa_coalescing): Likewise.
31342
31343 2015-03-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
31344 Jakub Jelinek <jakub@redhat.com>
31345
31346 PR sanitizer/65400
31347 * tsan.c (instrument_gimple): Clear tail call flag on
31348 calls.
31349
31350 2015-03-19 Jakub Jelinek <jakub@redhat.com>
31351
31352 PR sanitizer/65400
31353 * ipa-split.c (find_return_bb): Allow TSAN_FUNC_EXIT internal
31354 call in the return bb.
31355 (find_split_points): Add RETURN_BB argument, don't call
31356 find_return_bb.
31357 (split_function): Likewise. Add ADD_TSAN_FUNC_EXIT argument,
31358 if true append TSAN_FUNC_EXIT internal call after the call to
31359 the split off function.
31360 (execute_split_functions): Call find_return_bb here.
31361 Don't optimize if TSAN_FUNC_EXIT is found in unexpected places.
31362 Adjust find_split_points and split_function calls.
31363
31364 2015-03-18 DJ Delorie <dj@redhat.com>
31365
31366 * config/rl78/rl78-virt.md (andqi3_virt): Allow far operands.
31367 (iorqi3_virt): Likewise.
31368
31369 2015-03-18 Tom de Vries <tom@codesourcery.com>
31370
31371 * tree-parloops.c (parallelize_loops): Make static.
31372 * tree-parloops.h (parallelize_loops): Remove extern declaration.
31373
31374 2015-03-18 Andrew Stubbs <ams@codesourcery.com>
31375
31376 PR middle-end/64491
31377 Revert:
31378 2014-11-20 Andrew Stubbs <ams@codesourcery.com>
31379
31380 * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Warn if a loop
31381 condition would be removed due to undefined behaviour.
31382
31383 2015-03-18 Martin Liska <mliska@suse.cz>
31384
31385 PR ipa/65432
31386 * cgraph.c (cgraph_node::get_create): Remove unnecessary
31387 xstrdup_for_dump wrapper.
31388 * ipa-icf.c (sem_item::dump): Use symtab_node::name instead of
31389 sem_item::name.
31390 (sem_function::equals): Wrap symtab_node::name and symtab_node::asm_name
31391 with xstrdup_for_dump.
31392 (sem_variable::equals): Likewise.
31393 (sem_item_optimizer::read_section): Use symtab_node::name instead of
31394 sem_item::name.
31395 (sem_item_optimizer::parse_funcs_and_vars): Likewise.
31396 (sem_item_optimizer::merge_classes): Wrap symtab_node::name and
31397 symtab_node::asm_name with xstrdup_for_dump.
31398 (congruence_class::dump): Use symtab_node::name instead of
31399 sem_item::name.
31400 * ipa-icf.h (symtab_node::name): Remove.
31401 (symtab_node::asm_name): Likewise.
31402
31403 2015-03-18 Jakub Jelinek <jakub@redhat.com>
31404
31405 PR tree-optimization/65450
31406 * tree-vect-data-refs.c (vect_duplicate_ssa_name_ptr_info): New
31407 function.
31408 (vect_create_addr_base_for_vector_ref, vect_create_data_ref_ptr): Use
31409 it instead of duplicate_ssa_name_ptr_info.
31410
31411 PR target/65222
31412 * doc/invoke.texi: Add knl as x86 -march=/-mtune= CPU type.
31413
31414 2015-03-18 Richard Biener <rguenther@suse.de>
31415
31416 * tree-data-ref.h (struct access_matrix): Remove.
31417 (AM_LOOP_NEST, AM_NB_INDUCTION_VARS, AM_PARAMETERS, AM_MATRIX,
31418 AM_NB_PARAMETERS, AM_CONST_COLUMN_INDEX, AM_NB_COLUMNS,
31419 AM_GET_SUBSCRIPT_ACCESS_VECTOR, AM_GET_ACCESS_MATRIX_ELEMENT): Likewise.
31420 (am_vector_index_for_loop): Likewise.
31421 (struct data_reference): Remove access_matrix member.
31422 (DR_ACCESS_MATRIX): Remove.
31423 (lambda_vector_new): Add comment.
31424 (lambda_matrix_new): Use XOBNEWVEC.
31425
31426 2015-03-18 Richard Biener <rguenther@suse.de>
31427
31428 * tree-ssa-loop-ch.c (pass_data_ch): Remove TODO_cleanup_cfg.
31429 (pass_ch::execute): Cleanup the CFG only if we did sth.
31430 * tree-vect-generic.c (pass_data_lower_vector): Remove TODO_cleanup_cfg.
31431
31432 2015-03-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
31433
31434 * expmed.c (synth_mult): Use std::swap instead of manually
31435 swapping algorithms.
31436
31437 2015-03-18 Jakub Jelinek <jakub@redhat.com>
31438
31439 PR target/65078
31440 * config/i386/sse.md (movsi/movdi -> vec_extract_*_0 splitter): New.
31441
31442 2015-03-16 Georg-Johann Lay <avr@gjlay.de>
31443
31444 PR target/65296
31445 * config/avr/avr.opt (-nodevicelib): New option.
31446 * doc/invoke.texi (AVR Options): Document it.
31447 * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC) [avr1]: Don't link
31448 libgcc.a, libc.a, libm.a.
31449 * config/avr/specs.h: Same.
31450 * config/avr/gen-avr-mmcu-specs.c (print_mcu): Don't print specs
31451 which don't (directly) depend on the device. Print more help.
31452 (*avrlibc_devicelib) [-nodevicelib]: Don't link libdev.a.
31453 (*cpp): Don't define __AVR_DEV_LIB_NAME__.
31454 * config/avr/driver-avr.c: Remove -nodevicelib from option list in
31455 case of an error.
31456 (avr_devicespecs_file): Use suffix "%s" instead of absolute path
31457 for specs file name.
31458 * config/avr/avr-arch.h (avr_mcu_t) [.library_name]: Remove.
31459 * config/avr/avr-mcus.def: Adjust initializers and comments.
31460
31461 2015-03-16 Jan Hubicka <hubicka@ucw.cz>
31462
31463 * tree-sra.c (ipa_sra_preliminary_function_checks): Use
31464 DECL_ONE_ONLY to check if decl is one only.
31465 * ipa-split.c (consider_split): Limit splitt of one only functions.
31466
31467 2015-03-16 Jakub Jelinek <jakub@redhat.com>
31468
31469 PR tree-optimization/65427
31470 * tree-vect-generic.c (do_cond, expand_vector_scalar_condition): New
31471 functions.
31472 (expand_vector_operations_1): Handle BLKmode vector COND_EXPR.
31473
31474 2015-03-16 Marek Polacek <polacek@redhat.com>
31475
31476 * cgraph.h (add_new_static_var): Remove declaration.
31477 * varpool.c (add_new_static_var): Remove function.
31478
31479 2015-03-16 Jakub Jelinek <jakub@redhat.com>
31480
31481 * omp-low.c (expand_omp_target): Use auto_vec<tree, 11>
31482 instead of vec<tree> * with vec_alloc and release for args.
31483 Adjust all users.
31484
31485 PR middle-end/65431
31486 * omp-low.c (delete_omp_context): Only splay_tree_delete
31487 reduction_map in GIMPLE_OMP_TARGET is_gimple_omp_offloaded
31488 is_gimple_omp_oacc contexts. Don't look at ctx->outer.
31489
31490 2015-03-16 Max Ostapenko <m.ostapenko@partner.samsung.com>
31491
31492 PR sanitizer/64820
31493 * cfgexpand.c (align_base): New function.
31494 (alloc_stack_frame_space): Call it.
31495 (expand_stack_vars): Align prev_frame to be sure
31496 data->asan_vec elements aligned properly.
31497
31498 2015-03-16 Eric Botcazou <ebotcazou@adacore.com>
31499
31500 PR middle-end/65409
31501 * expr.c (store_field): Do not do a direct block copy if the source is
31502 a PARALLEL with BLKmode.
31503
31504 2015-03-16 Tom de Vries <tom@codesourcery.com>
31505
31506 PR middle-end/65414
31507 Revert:
31508 2015-03-12 Tom de Vries <tom@codesourcery.com>
31509
31510 PR rtl-optimization/64895
31511 * lra-lives.c (check_pseudos_live_through_calls): Use
31512 actual_call_used_reg_set instead of call_used_reg_set, if available.
31513
31514 2015-03-16 Alan Modra <amodra@gmail.com>
31515
31516 PR target/63150
31517 * config/rs6000/rs6000.md (bswapdi2): Remove one scratch reg.
31518 Modify Z->r bswapdi splitter to use dest in place of scratch.
31519 In r->Z and Z->r bswapdi splitter rename word_high, word_low
31520 to word1, word2 and rearrange logic to suit.
31521 (bswapdi2_64bit): Remove early clobber on Z->r alternative.
31522 (bswapdi2_ldbrx): Likewise. Remove '??' on r->r.
31523 (bswapdi2_32bit): Remove early clobber on Z->r alternative.
31524 Add one '?' on r->r. Modify Z->r splitter to avoid need for
31525 early clobber.
31526
31527 2015-03-14 Jakub Jelinek <jakub@redhat.com>
31528
31529 PR tree-optimization/65369
31530 * tree-vect-stmts.c (vectorizable_load) <case dr_explicit_realign>:
31531 Set bump to vs * TYPE_SIZE_UNIT (elem_type) - 1 instead of
31532 (vs - 1) * TYPE_SIZE_UNIT (elem_type).
31533
31534 PR tree-optimization/65418
31535 * tree-ssa-reassoc.c (extract_bit_test_mask): If there
31536 are casts in the first PLUS_EXPR operand, ensure tbias and
31537 *totallowp are in the inner type.
31538
31539 PR rtl-optimization/65401
31540 * combine.c (rtx_equal_for_field_assignment_p): Add widen_x
31541 argument. If true, adjust_address_nv of x with big-endian
31542 correction for the mode widening to GET_MODE (y).
31543 (make_field_assignment): Don't do MEM mode widening here.
31544 Use MEM_P instead of GET_CODE == MEM.
31545
31546 2015-03-13 Ilya Verbin <ilya.verbin@intel.com>
31547
31548 * varpool.c (varpool_node::get_create): Don't set 'offloadable' flag for
31549 the external decls.
31550
31551 2015-03-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
31552
31553 PR target/64600
31554 * config/arm/arm.c (arm_gen_constant, AND case): Use
31555 ARM_SIGN_EXTEND when constructing AND mask.
31556
31557 2015-03-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
31558
31559 * graph.c (print_graph_cfg): Make function names visible and append
31560 parenthesis to it. Also make groups of basic blocks belonging to the
31561 same function visible.
31562
31563 2015-03-12 Richard Biener <rguenther@suse.de>
31564
31565 PR middle-end/44563
31566 * tree-inline.c (gimple_expand_calls_inline): Walk BB backwards
31567 to avoid quadratic behavior with inline expansion splitting blocks.
31568 * tree-cfgcleanup.c (cleanup_tree_cfg_bb): Do not merge block
31569 with the successor if the predecessor will be merged with it.
31570 * tree-cfg.c (gimple_can_merge_blocks_p): We can't merge the
31571 entry block with its successor.
31572
31573 2015-03-13 Richard Biener <rguenther@suse.de>
31574
31575 PR middle-end/44563
31576 * tree-cfgcleanup.c (split_bb_on_noreturn_calls): Remove.
31577 (cleanup_tree_cfg_1): Do not call it.
31578 (execute_cleanup_cfg_post_optimizing): Fixup the CFG here.
31579 (fixup_noreturn_call): Mark the stmt as control altering.
31580 * tree-cfg.c (execute_fixup_cfg): Do not dump the function
31581 here.
31582 (pass_data_fixup_cfg): Produce a dump file.
31583 * tree-ssa-dom.c: Include tree-cfgcleanup.h.
31584 (need_noreturn_fixup): New global.
31585 (pass_dominator::execute): Fixup queued noreturn calls.
31586 (optimize_stmt): Queue calls that became noreturn for fixup.
31587 * tree-ssa-forwprop.c (pass_forwprop::execute): Likewise.
31588 * tree-ssa-pre.c: Include tree-cfgcleanup.h.
31589 (el_to_fixup): New global.
31590 (eliminate_dom_walker::before_dom_childre): Queue calls that
31591 became noreturn for fixup.
31592 (eliminate): Fixup queued noreturn calls.
31593 * tree-ssa-propagate.c: Include tree-cfgcleanup.h.
31594 (substitute_and_fold_dom_walker): New member stmts_to_fixup.
31595 (substitute_and_fold_dom_walker::before_dom_children): Queue
31596 alls that became noreturn for fixup.
31597 (substitute_and_fold): Fixup queued noreturn calls.
31598
31599 2015-03-12 Jan Hubicka <hubicka@ucw.cz>
31600
31601 * ipa-icf.c (sem_function::equals_wpa): Match CXX_CONSTRUCTOR_P
31602 and CXX_DESTURCTOR_P. For consutrctors match ODR type of class they
31603 are building; for methods check ODR type of class they belong to if
31604 they may lead to a polymorphic call.
31605 (sem_function::compare_polymorphic_p): Be bit smarter about testing
31606 when function may lead to a polymorphic call.
31607 (sem_function::compare_type_list): Remove.
31608 (sem_variable::equals): Update use of compatible_types_p.
31609 (sem_variable::parse_tree_refs): Remove.
31610 (sem_item_optimizer::filter_removed_items): Do not filter out CXX
31611 cdtor.
31612 * ipa-icf-gimple.c (func_checker::compare_decl): Do polymorphic
31613 matching here.
31614 (func_checker::compatible_polymorphic_types_p): Break out from ...
31615 (unc_checker::compatible_types_p): ... here.
31616 * ipa-icf-gimple.h (func_checker::compatible_polymorphic_types_p):
31617 Declare.
31618 (unc_checker::compatible_types_p): Update.
31619 * ipa-icf.h (compare_type_list, parse_tree_refs, compare_sections):
31620 Remove.
31621
31622 2015-03-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
31623
31624 PR rtl-optimization/65235
31625 * simplify-rtx.c (simplify_binary_operation_1, VEC_SELECT case):
31626 When first element of vec_concat is const_int, calculate its size
31627 using second element.
31628
31629 2015-03-12 Richard Biener <rguenther@suse.de>
31630
31631 PR middle-end/65270
31632 * fold-const.c (operand_equal_p): Fix ordering of resetting
31633 OEP_ADDRESS_OF and checking for it in the [TARGET_]MEM_REF case.
31634
31635 2015-03-12 Dominik Vogt <vogt@linux.vnet.ibm.com>
31636
31637 * config/s390/s390.c (s390_reorg): Move code to output nops after label
31638 to s390_reorg ().
31639 (s390_asm_output_function_label): Likewise.
31640 * config/s390/s390.c (s390_asm_output_function_label):
31641 Fix function label alignment with -mhtopatch.
31642 * config/s390/s390.md ("unspecv"): New values UNSPECV_NOP_2_BYTE,
31643 UNSPECV_NOP_4_BYTE and UNSPECV_NOP_6_BYTE
31644 ("nop_2_byte"): New define_insn.
31645 ("nop_4_byte"): Likewise.
31646 ("nop_6_byte"): Likewise.
31647 * doc/extend.texi (hotpatch): hotpatch attribute doc fixes.
31648 * doc/invoke.texi (-mhotpatch): -mhotpatch doc fixes.
31649
31650 2015-03-12 Ilya Enkovich <ilya.enkovich@intel.com>
31651
31652 PR target/65103
31653 * config/i386/i386.c (ix86_address_cost): Fix cost of a PIC
31654 register.
31655
31656 2015-03-12 Ilya Enkovich <ilya.enkovich@intel.com>
31657
31658 PR target/65044
31659 * toplev.c (process_options): Restrict Pointer Bounds Checker
31660 usage with Address Sanitizer.
31661
31662 2015-03-12 Richard Biener <rguenther@suse.de>
31663
31664 * tree-cfg.c (gimple_split_block): Remove loop finding stmt
31665 to split on.
31666 * omp-low.c (expand_omp_taskreg): Split block before removing
31667 the stmt.
31668 (expand_omp_target): Likewise.
31669 * ubsan.c (ubsan_expand_null_ifn): Adjust stmt if we replaced it.
31670 * tree-parloops.c (create_call_for_reduction_1): Pass a proper
31671 stmt to split_block.
31672
31673 2015-03-12 Tom de Vries <tom@codesourcery.com>
31674
31675 PR rtl-optimization/64895
31676 * lra-lives.c (check_pseudos_live_through_calls): Use
31677 actual_call_used_reg_set instead of call_used_reg_set, if available.
31678
31679 2015-03-10 Jan Hubicka <hubicka@ucw.cz>
31680
31681 * cgraph.c (cgraph_node::release_body): Free function_in_decl_state.
31682 (cgraph_node::remove): Likewise.
31683 (cgraph_node::get_untransformed_body): Likewise.
31684 * varpool.c (varpool_node::remove): Likewise.
31685 (varpool_node::get_constructor): Add sanity check.
31686
31687 2015-03-11 Sandra Loosemore <sandra@codesourcery.com>
31688
31689 * doc/invoke.texi (-fgnu89-inline): Remove discussion about
31690 old GCC versions.
31691 (-fabi-compat-version): Likewise.
31692 (-ffriend-injection): Likewise.
31693 (-Wdeclaration-after-statement): Likewise.
31694 (-fomit-frame-pointer): Likewise.
31695 (-ftree-coalesce-inlined-vars): Likewise.
31696 (-fvisibility=): Likewise.
31697 * doc/extend.texi (Typeof): Likewise.
31698 (Zero Length): Likewise.
31699 (Escaped Newlines): Likewise.
31700 (Compound Literals): Likewise.
31701 (Function Attributes): Likewise.
31702 (Label Attributes): Likewise.
31703 (Type Attributes): Likewise.
31704 (Function Names): Likewise.
31705 (Other Builtins): Likewise.
31706 (Function Specific Option Pragmas): Likewise.
31707 (C++ Interface): Likewise.
31708
31709 2015-03-11 Thomas Schwinge <thomas@codesourcery.com>
31710
31711 * config/nvptx/nvptx.h (LIBSTDCXX): Define to "gcc".
31712
31713 2015-03-11 Marek Polacek <polacek@redhat.com>
31714
31715 PR tree-optimization/65388
31716 * tree-ssa-tail-merge.c (same_succ_def::equal): Fix typo in comparison.
31717
31718 2015-03-10 Georg-Johann Lay <avr@gjlay.de>
31719
31720 PR target/65296
31721 * configure.ac [avr]: Check as for options -mrmw, --mlink-relax.
31722 * configure: Regenerate.
31723 * config.in: Regenerate.
31724 * doc/invoke.texi (AVR Options) [-mrmw]: Document it.
31725 [-mn-flash]: Document it.
31726 [__AVR_ARCH__]: Document avrtiny.
31727
31728 * config/avr/gen-avr-mmcu-specs.c (config.h): Include it.
31729 (*asm_relax): Only define spec if HAVE_AS_AVR_MLINK_RELAX_OPTION.
31730 (*asm_rmw): Only define spec if HAVE_AS_AVR_MRMW_OPTION.
31731
31732 2015-03-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
31733
31734 * doc/invoke.texi: Add missing cpu values (z196, zEC12).
31735
31736 2015-03-11 Michael Meissner <meissner@linux.vnet.ibm.com>
31737
31738 PR target/65242
31739 * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Do not
31740 allow reloads of PLUS in floating point/VSX registers.
31741
31742 2015-03-11 Junmo Park <junmoz.park@samsung.com>
31743
31744 * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Add
31745 crypto_sha256_fast.
31746 (cortex_a57_crypto_complex): Add crypto_sha256_slow.
31747
31748 2015-03-11 Richard Biener <rguenther@suse.de>
31749
31750 PR tree-optimization/65310
31751 * tree-sra.c (build_ref_for_offset): Also preserve larger
31752 alignment.
31753
31754 2015-03-11 Marat Zakirov <m.zakirov@samsung.com>
31755
31756 * asan.c (instrument_derefs): Disable instrumentation on asan-globals=0.
31757
31758 2015-03-10 Jakub Jelinek <jakub@redhat.com>
31759
31760 PR target/65368
31761 * config/i386/i386.md (bmi2_bzhi_<mode>3): Removed define_insn,
31762 new define_expand.
31763 (*bmi2_bzhi_<mode>3, *bmi2_bzhi_<mode>3_1): New define_insns.
31764
31765 2015-03-10 Jan Hubicka <hubicka@ucw.cz>
31766
31767 * ipa-icf.c (sem_function::equals_wpa): Move here some checks from ...
31768 (sem_function::equals_wpa): ... here.
31769
31770 2015-03-10 Marek Polacek <polacek@redhat.com>
31771 Jakub Jelinek <jakub@redhat.com>
31772
31773 PR sanitizer/65367
31774 * ubsan.c (ubsan_expand_objsize_ifn): Update GSI instead of GSI_ORIG
31775 when only removing the statement. Handle expanding UBSAN_OBJECT_SIZE
31776 separately.
31777
31778 2015-03-10 Jakub Jelinek <jakub@redhat.com>
31779
31780 PR target/65286
31781 * config/rs6000/t-linux: For powerpc64* target set
31782 MULTILIB_OSDIRNAMES instead of MULTIARCH_DIRNAME.
31783
31784 2015-03-10 Richard Biener <rguenther@suse.de>
31785
31786 PR middle-end/44563
31787 * tree-inline.c (copy_cfg_body): Skip block mapped to entry/exit
31788 for redirect_all_calls.
31789
31790 2015-03-10 Marek Polacek <polacek@redhat.com>
31791
31792 * gdbinit.in (pcfun): Define and document.
31793
31794 2015-03-10 Ilya Verbin <ilya.verbin@intel.com>
31795
31796 * config/i386/intelmic-mkoffload.c: Include intelmic-offload.h instead
31797 of libgomp-plugin.h.
31798 (find_target_compiler): Support a case when the path to gcc is
31799 specified in the PATH env var, so COLLECT_GCC doesn't contain a path.
31800 (generate_host_descr_file): Use GOMP_DEVICE_INTEL_MIC from
31801 intelmic-offload.h instead of OFFLOAD_TARGET_TYPE_INTEL_MIC from
31802 libgomp-plugin.h.
31803 (main): Use GCC_INSTALL_NAME as target_driver_name.
31804 * config/i386/t-intelmic (CFLAGS-mkoffload.o): Add GCC_INSTALL_NAME
31805 define.
31806 (mkoffload.o): Remove obsolete include path and defines.
31807 (mkoffload$(exeext)): Use $(LINKER) instead of $(COMPILER).
31808
31809 2015-03-10 Richard Biener <rguenther@suse.de>
31810
31811 PR middle-end/63155
31812 * tree-ssa-coalesce.h (verify_ssa_coalescing): Declare.
31813 * tree-ssa-coalesce.c: Include timevar.h.
31814 (attempt_coalesce): Handle graph being NULL.
31815 (coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING.
31816 Split out abnormal coalescing to ...
31817 (perform_abnormal_coalescing): ... this function.
31818 (coalesce_ssa_name): Perform abnormal coalescing without computing
31819 live/conflict.
31820 (verify_ssa_coalescing_worker): New function.
31821 (verify_ssa_coalescing): Likewise.
31822
31823 2015-03-10 Georg-Johann Lay <avr@gjlay.de>
31824
31825 PR target/65296
31826 * config.gcc (extra_options) [avr]: Remove.
31827 (extra_gcc_objs) [avr]: Use driver-avr.o, avr-devices.o.
31828 (tm_file) [avr]: Add avr/specs.h after avr/avr.h.
31829 (tm_defines) [avr-*-rtems*]: Add WITH_RTEMS.
31830
31831 * config/avr/avr.opt (config/avr/avr-arch.h): Remove include.
31832 (-mmcu=): Add Var and MissingArgError properties.
31833 (-march=): Remove.
31834 * config/avr/genmultilib.awk: Use -mmcu= instead of -march=.
31835 * config/avr/t-multilib: Regenerate.
31836 * config/avr/specs.h: New file.
31837 * config/avr/driver-avr.c: New file.
31838 * config/avr/genopt.sh: Remove file.
31839 * config/avr/avr-tables.opt: Remove file.
31840 * config/avr/predicates.md (avr_current_arch): Rename to avr_arch.
31841 * config/avr/avr-c.c: Same.
31842 * avr-arch.h: Same.
31843 (avr_current_device): Remove proto.
31844 * config/avr/avr.h (avr_current_arch): Rename to avr_arch.
31845 (AVR_HAVE_8BIT_SP): Don't depend on avr_current_device.
31846 (EXTRA_SPEC_FUNCTIONS): Define.
31847 (avr_devicespecs_file): New specs function proto.
31848 (DRIVER_SELF_SPECS): Use device-specs-file spec function.
31849 * config/avr/avr.c (avr_current_arch): Rename to avr_arch.
31850 (avr_current_device): Remove definition and usage.
31851 (avr_set_core_architecture): New static function.
31852 (avr_option_override): Use it.
31853 * config/avr/avr-devices.c (diagnostic.h, avr-arch.h): Include them.
31854 (mcu_name): New static array.
31855 (comparator, avr_archs_str, avr_mcus_str): New static functions.
31856 (avr_inform_devices, avr_inform_core_architectures): New functions.
31857 * config/avr/gen-avr-mmcu-specs.c (avr-arch.h, specs.h): Include.
31858 (avrlibc.h) [WITH_AVRLIBC]: Include.
31859 (../rtems.h, rtems.h) [WITH_RTEMS]: Include.
31860 (print_mcu): Rewrite from scratch.
31861 * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC, STARTFILE_SPEC):
31862 Forward to avr-specific specs defined in device-specs file.
31863 * config/avr/t-avr (driver-avr.o): New rule.
31864 (avr-devices.o): Depend on avr-arch.h.
31865 (avr-mcus): No more depend on avr-tables.opt.
31866 (avr-tables.opt): Remove rule.
31867 (install-device-specs): Use INSTALL_DATA, not INSTALL_PROGRAM.
31868
31869 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
31870
31871 * c-family/c.opt (fchkp-use-wrappers): New.
31872 * ipa-chkp.c (CHKP_WRAPPER_SYMBOL_PREFIX): New.
31873 (chkp_wrap_function): New.
31874 (chkp_build_instrumented_fndecl): Support wrapped
31875 functions.
31876 * doc/invoke.texi (-fcheck-pointer-bounds): New.
31877 (-fchkp-check-incomplete-type): New.
31878 (-fchkp-first-field-has-own-bounds): New.
31879 (-fchkp-narrow-bounds): New.
31880 (-fchkp-narrow-to-innermost-array): New.
31881 (-fchkp-optimize): New.
31882 (-fchkp-use-fast-string-functions): New.
31883 (-fchkp-use-nochk-string-functions): New.
31884 (-fchkp-use-static-bounds): New.
31885 (-fchkp-use-static-const-bounds): New.
31886 (-fchkp-treat-zero-dynamic-size-as-infinite): New.
31887 (-fchkp-check-read): New.
31888 (-fchkp-check-write): New.
31889 (-fchkp-store-bounds): New.
31890 (-fchkp-instrument-calls): New.
31891 (-fchkp-instrument-marked-only): New.
31892 (-fchkp-use-wrappers): New.
31893 (-static-libmpx): New.
31894 (-static-libmpxwrappers): New.
31895
31896 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
31897
31898 * config/i386/linux-common.h (LIBMPX_WRAPPERSSPEC): New.
31899 (CHKP_SPEC): Add wrappers library.
31900 * c-family/c.opt (static-libmpxwrappers): New.
31901
31902 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
31903
31904 * config/i386/linux-common.h (LIBMPX_LIBS): New.
31905 (LIBMPX_SPEC): New.
31906 (CHKP_SPEC): New.
31907 * gcc.c (CHKP_SPEC): New.
31908 (LINK_COMMAND_SPEC): Add CHKP_SPEC.
31909 * c-family/c.opt (static-libmpx): New.
31910
31911 2015-03-10 Richard Biener <rguenther@suse.de>
31912
31913 PR middle-end/44563
31914 * cgraph.h (struct cgraph_edge_hasher): Add hash overload
31915 for compare_type.
31916 * cgraph.c (cgraph_edge_hasher::hash): Inline htab_hash_pointer.
31917 (cgraph_update_edge_in_call_site_hash): Use cgraph_edge_hasher::hash.
31918 (cgraph_add_edge_to_call_site_hash): Likewise.
31919 (cgraph_node::get_edge): Likewise.
31920 (cgraph_edge::set_call_stmt): Likewise.
31921 (cgraph_edge::remove_caller): Likewise.
31922
31923 2015-03-10 Chung-Ju Wu <jasonwucj@gmail.com>
31924
31925 * config/nds32/nds32.h (callee_saved_regs_size): Rename to ...
31926 (callee_saved_gpr_regs_size): ... this.
31927 (callee_saved_regs_first_regno): Rename to ...
31928 (callee_saved_first_gpr_regno): ... this.
31929 (callee_saved_regs_last_regno) Rename to ...
31930 (callee_saved_last_gpr_regno): ... this.
31931 * config/nds32/nds32.c (nds32_compute_stack_frame): Adjust renamed
31932 variables.
31933 (nds32_initial_elimination_offset): Likewise.
31934 (nds32_expand_prologue): Likewise.
31935 (nds32_expand_epilogue): Likewise.
31936 (nds32_expand_prologue_v3push): Likewise.
31937 (nds32_expand_epilogue_v3pop): Likewise.
31938 * config/nds32/nds32-md-auxiliary.c (nds32_output_stack_push):
31939 Adjust renamed variables.
31940 (nds32_output_stack_pop): Likewise.
31941
31942 2015-03-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
31943
31944 * dominance.c (nearest_common_dominator_for_set): Fix A_Dominated_by_B
31945 code in comment.
31946
31947 2015-03-10 Jakub Jelinek <jakub@redhat.com>
31948
31949 PR rtl-optimization/65321
31950 * cfgexpand.c (expand_debug_expr): Ensure shift amount isn't wider
31951 than shift mode.
31952 * var-tracking.c (use_narrower_mode): Likewise.
31953
31954 2015-03-10 Jan Hubicka <hubicka@ucw.cz>
31955
31956 PR tree-optimization/65355
31957 * varasm.c (notice_global_symbol): Do not produce RTL.
31958 * symtab.c (symtab_node::can_increase_alignment_p): Check for section
31959 anchor.
31960 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Do not
31961 check for section anchors.
31962
31963 2015-03-10 Alan Modra <amodra@gmail.com>
31964
31965 PR target/65286
31966 * config.gcc (powerpc*-*-linux*): Arrange for powerpc64le-linux
31967 to be single-arch by default. Set cpu_is_64bit for powerpc64
31968 given --with-cpu=native.
31969 * config/rs6000/t-fprules: Do not set default MULTILIB vars.
31970 * config/rs6000/t-linux (MULTIARCH_DIRNAME): Support powerpc64
31971 and powerpc64le.
31972 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Test
31973 rs6000_isa_flags rather than TARGET_64BIT.
31974
31975 2015-03-09 Yoshinori Sato <ysato@users.sourceforge.jp>
31976 Kaz Kojima <kkojima@gcc.gnu.org>
31977
31978 * config/sh/t-linux (MULTILIB_EXCEPTIONS): Define for m2a cases.
31979
31980 2015-03-09 Jakub Jelinek <jakub@redhat.com>
31981
31982 PR lto/65361
31983 * ipa-devirt.c (add_type_duplicate): Don't use DECL_CONTEXT
31984 on a TREE_BINFO, instead use BINFO_TYPE.
31985
31986 2015-03-09 Richard Biener <rguenther@suse.de>
31987
31988 PR middle-end/65270
31989 * tree-core.h (enum operand_equal_flag): Add OEP_ADDRESS_OF.
31990 * fold-const.c (operand_equal_p): When recursing for ADDR_EXPRs
31991 operand set OEP_ADDRESS_OF. Clear it when recursing to non-bases
31992 of that. When comparing dereferences compare alignment.
31993 When comparing MEM_REFs or TARGET_MEM_REFs compare dependence info.
31994
31995 2015-03-08 Jan Hubicka <hubicka@ucw.cz>
31996
31997 * ipa-inline-analysis.c (check_callers): Check
31998 node->can_remove_if_no_direct_calls_and_refs_p.
31999 (growth_likely_positive): Reorganize to call
32000 can_remove_if_no_direct_calls_p later.
32001 * cgraph.h (will_be_removed_from_program_if_no_direct_calls_p,
32002 will_be_removed_from_program_if_no_direct_calls_p): Add
32003 will_inline parameter.
32004 * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p,
32005 cgraph_node::will_be_removed_from_program_if_no_direct_calls_p):
32006 Handle inliner case correctly.
32007
32008 2015-03-09 Thomas Preud'homme <thomas.preudhomme@arm.com>
32009
32010 PR tree-optimization/63743
32011 * cfgexpand.c (reorder_operands): Also reorder if only second operand
32012 had its definition forwarded by TER.
32013
32014 2015-03-08 Jan Hubicka <hubicka@ucw.cz>
32015
32016 PR lto/65316
32017 * ipa-utils.h (types_odr_comparable): Add strict argument.
32018 * ipa-devirt.c: Fix whitespace;
32019 (odr_hasher): Remove.
32020 (odr_name_hasher, odr_vtable_hasher): New hashers.
32021 (can_be_name_hashed_p): New predicate.
32022 (hash_type_name): remove.
32023 (hash_odr_name): New.
32024 (odr_name_hasher::hash): new.
32025 (can_be_vtable_hashed_p): New.
32026 (hash_odr_vtable): New.
32027 (odr_vtable_hasher::hash): New.
32028 (types_same_for_odr): Add strict parameter.
32029 (types_odr_comparable): Likewise.
32030 (odr_name_hasher::equal): New.
32031 (odr_vtable_hasher::equal): New.
32032 (odr_name_hasher::remove): New.
32033 (odr_hash_type): Change to hash_table<odr_name_hasher>.
32034 (odr_vtable_hash_type): New.
32035 (odr_vtable_hash): New.
32036 (odr_subtypes_equivalent_p): Do strict comparsion.
32037 (add_type_duplicate): Merge type names; cleanup; avoid type
32038 duplicates.
32039 (register_odr_type): Initialize vtable hash.
32040 (build_type_inheritance_graph): Likewise
32041 (get_odr_type): Reorg to use two hashes.
32042 (dump_possible_polymorphic_call_targets): Move sanity check after debug
32043 output.
32044 (ipa_devirt): Dump type_inheritance_graph.
32045 (types_same_for_odr): Add strict mode.
32046
32047 2015-03-05 Jan Hubicka <hubicka@ucw.cz>
32048
32049 PR ipa/65334
32050 * cgraph.h (symtab_node): Add definition_alignment,
32051 can_increase_alignment_p and increase_alignment.
32052 * symtab.c (symtab_node::can_increase_alignment_p,
32053 increase_alignment_1, symtab_node::increase_alignment,
32054 symtab_node::definition_alignment): New.
32055 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Use
32056 can_increase_alignment_p.
32057 * tree-vectorizer.c (increase_alignment): Use increase_alignment.
32058 * tree-vect-stmts.c (ensure_base_align): Likewise.
32059 * varasm.c (function_section_1): Use definition_alignment.
32060 (assemble_start_function): Likewise.
32061 (emit_local): likewise.
32062 (build_constant_desc): Likewsie.
32063 (output_constant_def_contents): Likewise.
32064 (place_block_symbol): Likewise.
32065 (output_object_block): Likewise.
32066
32067 2015-03-05 Jan Hubicka <hubicka@ucw.cz>
32068
32069 PR ipa/65316
32070 * tree.c (free_lang_data_in_type): Be sure to keep BINFO_VTABLE
32071 when outputting debug.
32072
32073 2015-03-07 Marek Polacek <polacek@redhat.com>
32074 Martin Uecker <uecker@eecs.berkeley.edu>
32075
32076 PR sanitizer/65280
32077 * doc/invoke.texi: Update description of -fsanitize=bounds.
32078
32079 2015-03-06 Wilco Dijkstra <wilco.dijkstra@arm.com>
32080
32081 * tree-ssa-phiopt.c (neg_replacement): Remove.
32082 (tree_ssa_phiopt_worker): Remove negate optimization.
32083
32084 2015-03-05 Jan Hubicka <hubicka@ucw.cz>
32085
32086 PR ipa/65302
32087 * value-prof.c (gimple_ic): Pure dead eh edges when needed.
32088
32089 2015-03-06 Richard Biener <rguenther@suse.de>
32090
32091 PR middle-end/64928
32092 * tree-ssa-live.h (struct tree_live_info_d): Add livein_obstack
32093 and liveout_obstack members.
32094 (calculate_live_on_exit): Remove.
32095 (calculate_live_ranges): Change declaration.
32096 * tree-ssa-live.c (liveness_bitmap_obstack): Remove global var.
32097 (new_tree_live_info): Adjust.
32098 (calculate_live_ranges): Delete livein when not wanted.
32099 (calculate_live_ranges): Do not initialize liveness_bitmap_obstack.
32100 Deal with partly deleted live info.
32101 (loe_visit_block): Remove temporary bitmap by using
32102 bitmap_ior_and_compl_into.
32103 (live_worklist): Adjust accordingly.
32104 (calculate_live_on_exit): Make static.
32105 * tree-ssa-coalesce.c (coalesce_ssa_name): Tell calculate_live_ranges
32106 we do not need livein.
32107
32108 2015-03-06 Jonathan Wakely <jwakely@redhat.com>
32109
32110 * real.c (real_from_string): Fix typo in assertion.
32111
32112 2015-03-06 Alex Velenko <alex.velenko@arm.com>
32113
32114 * ChangeLog (2015-03-05): Reflect Richard Henderson as actual author of
32115 the patch.
32116
32117 2015-03-05 Jan Hubicka <hubicka@ucw.cz>
32118
32119 * ipa-icf.c (sem_variable::equals_wpa): Check FINAL flags.
32120
32121 2015-03-05 Vladimir Makarov <vmakarov@redhat.com>
32122
32123 PR target/64342
32124 * lra-assigns.c (find_hard_regno_for): Rename to
32125 find_hard_regno_for_1. Add a new parameter.
32126 (find_hard_regno_for): New function using find_hard_regno_for_1.
32127
32128 2015-03-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
32129
32130 PR rtl-optimization/65067
32131 * expmed.c (store_bit_field, extract_bit_field): Reworked the
32132 strict volatile bitfield handling.
32133
32134 2015-03-05 Martin Liska <mliska@suse.cz>
32135
32136 PR ipa/65318
32137 * ipa-icf.c (sem_variable::equals): Compare variables types.
32138
32139 2015-03-05 Richard Henderson <rth@redhat.com>
32140
32141 PR target/65121
32142 * config/arm/arm.c (arm_function_in_section_p): Fix predicate to
32143 correctly check weak symbol binding.
32144
32145 2015-03-05 Steve Ellcey <sellcey@imgtec.com>
32146
32147 PR middle-end/65315
32148 * cfgexpand.c (expand_stack_vars): Update large_align to maximum
32149 needed alignment.
32150
32151 2015-03-05 Martin Liska <mliska@suse.cz>
32152
32153 * ipa-inline.c (inline_small_functions): Set default value to
32154 prevent warning during bootstrap.
32155 * tree.h: Add pragma guard that ignores false positives during
32156 bootstrap.
32157
32158 2015-03-05 Richard Biener <rguenther@suse.de>
32159
32160 PR tree-optimization/65310
32161 * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
32162 Properly preserve alignment of the base of the access.
32163
32164 2015-03-05 Richard Biener <rguenther@suse.de>
32165
32166 PR ipa/65270
32167 * ipa-icf-gimple.c (func_checker::compare_memory_operand):
32168 Compare dependence info.
32169
32170 2015-03-05 Richard Biener <rguenther@suse.de>
32171
32172 PR middle-end/65233
32173 * ipa-polymorphic-call.c: Include tree-ssa-operands.h and
32174 tree-into-ssa.h.
32175 (walk_ssa_copies): Revert last chage. Instead do not walk
32176 SSA names registered for SSA update.
32177
32178 2015-03-03 Jan Hubicka <hubicka@ucw.cz>
32179
32180 PR ipa/65270
32181 * ipa-icf.c (sem_item::compare_cgraph_references): Compare
32182 vtable references for their containing type.
32183 (sem_function::equals_wpa): Compare TYPE_RESTRICT
32184 and type attributes.
32185
32186 2015-03-04 Eric Botcazou <ebotcazou@adacore.com>
32187
32188 * fold-const.c (round_up_loc): Cast divisor to signed on all paths
32189 before negating it.
32190 * stor-layout.c (finalize_record_size): Revert latest change.
32191
32192 2015-03-04 Andreas Tobler <andreast@gcc.gnu.org>
32193
32194 * config/rs6000/t-freebsd64: Remove 32-bit soft-float multilibs.
32195
32196 2015-03-03 Jan Hubicka <hubicka@ucw.cz>
32197
32198 * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewrite
32199 for correct comdat handling.
32200 (cgraph_node::will_be_removed_from_program_if_no_direct_calls_p):
32201 Likewise.
32202 * cgraph.h (call_for_symbol_and_aliases): Fix formating.
32203 (used_from_object_file_p_worker): Remove.
32204 (cgraph_node::only_called_directly_or_alised): Add
32205 used_from_object_file_p.
32206 * ipa-inline-analysis.c (growth_likely_positive): Optimie.
32207 * ipa-inline-transform.c (can_remove_node_now_p_1): Use
32208 can_remove_if_no_direct_calls_and_refs_p.
32209
32210 2015-03-04 Nick Clifton <nickc@redhat.com>
32211
32212 * config/rl78/rl78.h (enum reg_class): Remove real registers from
32213 General register class.
32214 * config/rl78/rl78-real.md: Replace general register constraints
32215 with real+virtual register constraints.
32216
32217 2015-03-04 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
32218
32219 * config/s390/s390.c (s390_expand_builtin): Exlude non-htm builtins
32220 from checking for -mhtm option.
32221
32222 2015-03-03 Jan Hubicka <hubicka@ucw.cz>
32223
32224 * tree-sra.c (convert_callers): Use call_for_symbol_and_aliases.
32225 (struct ipa_sra_check_caller_data): Add has_thunk field.
32226 (ipa_sra_check_caller): Check for thunk.
32227 (ipa_sra_preliminary_function_checks): Give up on function with
32228 thunks.
32229 (ipa_early_sra): Use call_for_symbol_and_aliases.
32230
32231 2015-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
32232
32233 PR target/65249
32234 * config/sh/sh.md (symGOT_load): Use R0 reg for operands[2] when
32235 called for __stack_chk_guard symbol.
32236
32237 2015-03-03 DJ Delorie <dj@redhat.com>
32238
32239 * config/rl78/rl78-real.md (*addqi_real): Allow SADDR types for
32240 inc/dec.
32241 (*addhi3_real): Likewise.
32242 * config/rl78/rl78-virt.md (*inc<mode>3_virt): Additional
32243 pattern to match incrementing memory.
32244 * config/rl78/predicates.md (rl78_1_2_operand): New.
32245 * config/rl78/rl78.c (rl78_force_nonfar_3): Allow far mem-mem if
32246 it's the same and only mem.
32247 (rl78_alloc_physical_registers_op2): If there's effectively only
32248 one MEM, transcode it into HL.
32249 (rl78_far_p): Reject addresses that aren't legitimate.
32250
32251 2015-03-03 Eric Botcazou <ebotcazou@adacore.com>
32252
32253 * fold-const.c (round_up_loc): Cast divisor to HOST_WIDE_INT before
32254 negating it.
32255
32256 * tree-sra.c (pa_sra_preliminary_function_checks): Fix typo in message.
32257
32258 2015-03-03 Max Filippov <jcmvbkbc@gmail.com>
32259
32260 Implement call0 ABI for xtensa
32261 * config/xtensa/constraints.md ("a" constraint): Include stack
32262 pointer in case of call0 ABI.
32263 ("q" constraint): Make empty in case of call0 ABI.
32264 ("D" constraint): Include stack pointer in case of call0 ABI.
32265 * config/xtensa/xtensa-protos.h (xtensa_set_return_address,
32266 xtensa_expand_epilogue, xtensa_regno_to_class): Add new function
32267 prototypes.
32268 * config/xtensa/xtensa.c (xtensa_callee_save_size): New
32269 variable.
32270 (xtensa_regno_to_class): Make it a local variable in the
32271 function xtensa_regno_to_class.
32272 (xtensa_function_epilogue, TARGET_ASM_FUNCTION_EPILOGUE): Remove
32273 macro, function prototype and implementation.
32274 (reg_nonleaf_alloc_order): Make it a local variable in the
32275 function order_regs_for_local_alloc.
32276 (xtensa_conditional_register_usage): New function.
32277 (TARGET_CONDITIONAL_REGISTER_USAGE): Define macro.
32278 (xtensa_valid_move): Allow direct moves to stack pointer
32279 register in call0 ABI.
32280 (xtensa_setup_frame_addresses): Only spill register windows in
32281 windowed ABI.
32282 (xtensa_emit_call): Emit call(x)8 or call(x)0 in windowed and
32283 call0 ABI respectively.
32284 (xtensa_function_arg_1): Only mark a7 register for copying in
32285 windowed ABI.
32286 (xtensa_call_save_reg): New function.
32287 (compute_frame_size): Add space for callee saved register
32288 storage to the frame size in call0 ABI.
32289 (xtensa_expand_prologue): Generate code to set up stack frame
32290 and save callee-saved registers in call0 ABI.
32291 (xtensa_expand_epilogue): New function.
32292 (xtensa_set_return_address): New function.
32293 (xtensa_return_addr): Calculate return address in call0 ABI.
32294 (xtensa_builtin_saveregs): Only mark a7 register for copying and
32295 emit copying code in windowed ABI.
32296 (order_regs_for_local_alloc): Add preferred register allocation
32297 order for non-leaf function in call0 ABI.
32298 (xtensa_static_chain): Add atatic chain passing for call0 ABI.
32299 (xtensa_asm_trampoline_template): Add trampoline generation for
32300 call0 ABI.
32301 (xtensa_trampoline_init): Add trampoline initialization for
32302 call0 ABI.
32303 (xtensa_conditional_register_usage, xtensa_regno_to_class): New
32304 functions.
32305 * config/xtensa/xtensa.h (TARGET_WINDOWED_ABI): New macro.
32306 (TARGET_CPU_CPP_BUILTINS): Add built-in define for call0 ABI.
32307 (CALL_USED_REGISTERS): Modify to encode both windowed and call0
32308 ABI call-used registers.
32309 (HARD_FRAME_POINTER_REGNUM): Add frame pointer for call0 ABI.
32310 (INCOMING_REGNO, OUTGOING_REGNO): Use argument unchanged in
32311 call0 ABI.
32312 (REG_CLASS_CONTENTS): Include all registers into the preferred
32313 reload registers set, adjust the set in the
32314 xtensa_conditional_register_usage.
32315 (xtensa_regno_to_class): Drop variable declaration.
32316 (REGNO_REG_CLASS): Redefine to use xtensa_regno_to_class
32317 function.
32318 (WINDOW_SIZE): Define as 8 or 0 for windowed and call0 ABI
32319 respectively.
32320 (FUNCTION_PROFILER): Add _mcount call for call0 ABI.
32321 (TRAMPOLINE_SIZE): Define trampoline size for call0 ABI.
32322 (RETURN_ADDR_IN_PREVIOUS_FRAME): Define to 0 in call0 ABI.
32323 (ASM_OUTPUT_POOL_PROLOGUE): Always generate literal pool
32324 location in call0 ABI.
32325 (EH_RETURN_STACKADJ_RTX): New definition, use a10 for passing
32326 stack adjustment size when handling exception.
32327 (CRT_CALL_STATIC_FUNCTION): Add definition for call0 ABI.
32328 * config/xtensa/xtensa.md (A9_REG, UNSPECV_BLOCKAGE): New
32329 definitions.
32330 ("return" pattern): Generate ret.n/ret in call0 ABI.
32331 ("epilogue" pattern): Expand epilogue.
32332 ("nonlocal_goto" pattern): Use default in call0 ABI.
32333 ("eh_return" pattern): Move implementation to eh_set_a0_windowed,
32334 emit eh_set_a0_* depending on ABI.
32335 ("eh_set_a0_windowed" pattern): Former eh_return pattern.
32336 ("eh_set_a0_call0", "blockage"): New patterns.
32337
32338 2015-03-03 Martin Liska <mliska@suse.cz>
32339
32340 PR ipa/65287
32341 * ipa-icf.c (sem_variable::parse): Skip all alias variables.
32342
32343 2015-03-03 Michael Meissner <meissner@linux.vnet.ibm.com>
32344
32345 PR 65138/target
32346 * config/rs6000/rs6000-tables.opt: Regenerate table.
32347
32348 2015-03-03 Renlin Li <renlin.li@arm.com>
32349
32350 * doc/md.texi (@item ^): Change ? into ^.
32351
32352 2015-03-03 H.J. Lu <hongjiu.lu@intel.com>
32353
32354 * doc/tm.texi: Regenerated.
32355
32356 2015-03-03 Max Filippov <jcmvbkbc@gmail.com>
32357
32358 * builtins.c (expand_builtin_return_addr): Add
32359 RETURN_ADDR_IN_PREVIOUS_FRAME to 'if' condition, remove
32360 surrounding #ifdef.
32361 * config/sparc/sparc.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Change
32362 definition to 1.
32363 * config/xtensa/xtensa.h (RETURN_ADDR_IN_PREVIOUS_FRAME):
32364 Likewise.
32365 * defaults.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Define to 0 if
32366 undefined.
32367 * doc/tm.texi.in (RETURN_ADDR_IN_PREVIOUS_FRAME): Update
32368 paragraph.
32369
32370 2015-03-03 Martin Jambor <mjambor@suse.cz>
32371 Eric Botcazou <ebotcazou@adacore.com>
32372
32373 * tree-sra.c (ipa_sra_check_caller_data): New type.
32374 (has_caller_p): Removed.
32375 (ipa_sra_check_caller): New function.
32376 (ipa_sra_preliminary_function_checks): Use it.
32377
32378 2015-03-03 Martin Liska <mliska@suse.cz>
32379
32380 * ipa-icf.c (sem_item_optimizer::merge_classes): Use bit or
32381 instead of if branch.
32382
32383 2015-03-03 Martin Liska <mliska@suse.cz>
32384
32385 PR ipa/65282
32386 * ipa-icf.c (sem_variable::equals): Fix wrong condition.
32387
32388 2015-03-23 Jeff Law <law@redhat.com>
32389
32390 PR tree-optimization/65241
32391 * tree-ssa-dom.c (lookup_avail_expr): Only modify the avail_expr
32392 hash table if INSERT is true.
32393
32394 2015-03-03 Georg-Johann Lay <avr@gjlay.de>
32395
32396 PR target/65296
32397 * config.gcc (extra_gcc_objs) [avr-*-rtems*]: Remove.
32398
32399 2015-03-03 Georg-Johann Lay <avr@gjlay.de>
32400
32401 PR target/64331
32402 * config/avr/avr.c (context.h, tree-pass.h): Include them.
32403 (avr_pass_data_recompute_notes): New static variable.
32404 (avr_pass_recompute_notes): New class.
32405 (avr_register_passes): New static function.
32406 (avr_option_override): Call it.
32407
32408 2015-03-03 Georg-Johann Lay <avr@gjlay.de>
32409
32410 Fix various problems with specs file generation.
32411
32412 PR target/65296
32413 * config.gcc (extra_gcc_objs) [avr]: Remove.
32414 * config/avr/driver-avr.c: Remove file.
32415 * config/avr/t-avr (driver-avr.o): Remove rule.
32416 (gen-avr-mmcu-specs): Use CXX_FOR_BUILD, CXXFLAGS_FOR_BUILD and
32417 INCLUDES to build. Depend on TM_H.
32418 * config/avr/gen-avr-mmcu-specs.c: Tidy up code. Fix various
32419 build warnings. Fix non-matching types and non-existing %-codes.
32420 (tm.h): Include.
32421 (*lib) [!WITH_AVRLIBC]: Don't link libdev.a.
32422 (*libgcc) [WITH_AVRLIBC]: Add "-lm".
32423 * config/avr/avrlibc.h (LIBGCC_SPEC): Remove definition.
32424 * config/avr/avr.h (DRIVER_SELF_SPECS): Fix handling of -march=.
32425 (CPP_SPEC, CC1PLUS_SPEC, ASM_SPEC, LINK_SPEC, LIB_SPEC)
32426 (LIBGCC_SPEC): Remove definitions.
32427
32428 2015-03-03 Eric Botcazou <ebotcazou@adacore.com>
32429
32430 * config/ia64/ia64.c (expand_vec_perm_interleave_2): Use gen_raw_REG
32431 to create a register in testing mode.
32432
32433 2015-03-03 Martin Liska <mliska@suse.cz>
32434 Jan Hubicka <hubicka@ucw.cz>
32435
32436 PR ipa/65263
32437 * cgraph.c (cgraph_node::has_thunk_p): New function.
32438 * cgraph.h (cgraph_node::has_thunk_p: Likewise.
32439 * ipa-icf.c (redirect_all_callers): Do not redirect thunks.
32440 (sem_function::merge): Assert is changed.
32441
32442 2015-03-03 Martin Liska <mliska@suse.cz>
32443 Martin Jambor <mjambor@suse.cz>
32444
32445 PR ipa/65087
32446 * ipa-icf.c (sem_item_optimizer::execute): Change function
32447 return value to boolean.
32448 (sem_item_optimizer::merge_classes): Likewise.
32449 (ipa_icf_driver): Return TODO_remove_functions in case there's
32450 a merge operation processed.
32451 * ipa-icf.h: Change function return value to boolean.
32452
32453 2015-03-02 Michael Meissner <meissner@linux.vnet.ibm.com>
32454
32455 PR 65138/target
32456 * config/rs6000/rs6000-cpus.def (powerpc64le): Add new generic
32457 processor type for 64-bit little endian PowerPC.
32458
32459 * config/rs6000/rs6000.c (rs6000_option_override_internal): If
32460 -mdebug=reg, print TARGET_DEFAULT. Fix logic to use
32461 TARGET_DEFAULT if there is no default cpu. Fix -mdebug=reg
32462 printing built-in mask so it does not pass NULL pointers.
32463
32464 * doc/invoke.texi (IBM RS/6000 and PowerPC options): Document
32465 -mcpu=powerpc64le.
32466
32467 2015-03-02 Steve Ellcey <sellcey@imgtec.com>
32468
32469 PR target/58158
32470 * config/mips/mips.md (mov<mode>cc): Change ISA_HAS_SEL check to
32471 !ISA_HAS_FP_CONDMOVE.
32472
32473 2015-03-02 Aldy Hernandez <aldyh@redhat.com>
32474
32475 * config/i386/i386.md (*udivmod<mode>4_pow2): Remove
32476 reload_completed.
32477
32478 2015-03-02 Ulrich Drepper <drepper@gmail.com>
32479
32480 * doc/invoke.texi (Options for Code Generation Conventions):
32481 Fix URL of DSO paper.
32482
32483 2015-03-02 Jan Hubicka <hubicka@ucw.cz>
32484
32485 PR ipa/65130
32486 * ipa-inline.c (check_callers): Looks for recursion.
32487 (inline_to_all_callers): Give up on uninlinable or recursive edges.
32488 * ipa-inline-analysis.c (inline_summary_t::duplicate): Do not update
32489 summary of inline clones.
32490 (do_estimate_growth_1): Fix recursion check.
32491
32492 2015-03-02 Jan Hubicka <hubicka@ucw.cz>
32493
32494 PR ipa/64988
32495 * ipa-inline-transform.c (clone_inlined_nodes): Do not dissolve
32496 comdat groups.
32497
32498 2015-03-02 Jan Hubicka <hubicka@ucw.cz>
32499 Aldy Hernandez <aldyh@redhat.com>
32500
32501 PR lto/65276
32502 * ipa-devirt.c (add_type_duplicate): Remove odr_violated assert
32503 when checking TYPE_BINFO.
32504
32505 2015-03-02 Richard Biener <rguenther@suse.de>
32506
32507 PR ipa/65270
32508 * ipa-icf-gimple.c: Include builtins.h.
32509 (func_checker::compare_memory_operand): Compare base alignment.
32510
32511 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
32512
32513 PR target/65184
32514 * config/i386/i386.c (ix86_pass_by_reference): Bounds are never
32515 passed by reference.
32516
32517 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
32518
32519 PR target/65183
32520 * tree-chkp.c (chkp_check_lower): Don't check against
32521 zero bounds for already instrumented functions.
32522 (chkp_check_upper): Likewise.
32523 (chkp_fini): Clean pass local data to avoid wrong reusage.
32524
32525 2015-02-28 Martin Liska <mliska@suse.cz>
32526 Jan Hubicka <hubicka@ucw.cz>
32527
32528 * ipa-icf.c (sem_variable::equals): Improve debug output;
32529 get variable constructor.
32530 (sem_variable::parse): Do not filter out too early; give up on
32531 volatile and register vars.
32532 (sem_item_optimizer::filter_removed_items): Filter out nonreadonly
32533 variables.
32534 * ipa-icf.h (sem_variable::init): Do not set ctor.
32535 (sem_variable::ctor): Remove.
32536
32537 2015-03-01 Aldy Hernandez <aldyh@redhat.com>
32538
32539 PR middle-end/65233
32540 * ipa-polymorphic-call.c (walk_ssa_copies): Handle empty PHIs.
32541
32542 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
32543
32544 * ipa-icf.c: Include stor-layout.h
32545 (sem_function::compare_cgraph_references): Rename to ...
32546 (sem_item::compare_cgraph_references): ... this one.
32547 (sem_variable::equals_wpa): New function
32548 (sem_variable::equals): Do not check stuff already verified by
32549 equals_wpa.
32550 (sem_variable::equals): Reorg based on varasm.c:compare_constant.
32551 * ipa-icf.h (sem_item): Add compare_cgraph_references.
32552 (sem_function): Remove compare_cgraph_references.
32553 (sem_variable): Turns equals_wpa into non-inline.
32554
32555 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
32556
32557 * ipa-icf.c (sem_function::init): Fix formating; skip GIMPLE_PREDICT.
32558 (sem_item::add_expr): New function.
32559 (sem_function::hash_stmt): Handle operands of most statements.
32560 (sem_variable::get_hash): Hash the actual constructor.
32561 * ipa-icf.h (sem_item): Add add_expr.
32562 (sem_function): Update prototype of hash_stmt
32563
32564 2015-02-28 Martin Liska <mliska@suse.cz>
32565 Jan Hubicka <hubicka@ucw.cz>
32566
32567 PR ipa/65245
32568 * ipa-icf-gimple.c (func_checker::compare_function_decl):
32569 Remove.
32570 (func_checker::compare_variable_decl): Skip symtab vars.
32571 (func_checker::compare_cst_or_decl): Update.
32572 * ipa-icf.c (sem_function::parse): Do not consider aliases.
32573 (sem_function::compare_cgraph_references): Add ADDRESS parameter;
32574 use correct symtab predicates.
32575 (sem_function::equals_wpa): Update uses of compare_cgraph_references.
32576 (sem_variable::parse): Update comment.
32577 (sem_item_optimizer::build_graph): Consider ultimate aliases
32578 for references.
32579
32580 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
32581
32582 * ipa-icf-gimple.c (func_checker::compare_operand): Fix handling
32583 of OBJ_TYPE_REF.
32584
32585 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
32586
32587 * ipa-icf.c (sem_function::merge): Fix handling of COMDAT.
32588 (sem_variable::merge) Likewise.
32589
32590 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
32591
32592 * ipa-inline.c (can_inline_edge_p): Match opt_for_fn on inline
32593 target; also match flag_ipa_devirt.
32594
32595 2015-03-01 Martin Liska <mliska@suse.cz>
32596 Jan Hubicka <hubicka@ucw.cz>
32597
32598 * ipa-icf-gimple.c (func_checker::compare_variable_decl):
32599 Validate variable alignment.
32600 * ipa-icf.c (sem_function::equals_private): Be more precise
32601 about non-common function attributes.
32602 (sem_variable::equals): Likewise.
32603
32604 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
32605
32606 PR ipa/65237
32607 * ipa-icf.c (sem_function::merge): Do not attempt to produce alias
32608 across COMDAT group boundary.
32609
32610 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
32611
32612 PR ipa/65232
32613 * ipa-icf.c (clear_decl_rtl): New function.
32614 (sem_function::merge): Clear RTL before forming alias.
32615 (sem_variable::merge): Clear RTL before forming alias.
32616
32617 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
32618
32619 PR ipa/65236
32620 * cgraphunit.c (cgraph_node::expand_thunk): Enable return slot opt.
32621
32622 2015-02-28 Xingxing Pan <xxingpan@marvell.com>
32623
32624 * config/aarch64/aarch64.md: (mov<mode>_aarch64): Change type
32625 to neon_to_gp<q>.
32626
32627 2015-02-27 Vladimir Makarov <vmakarov@redhat.com>
32628
32629 * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): Fix
32630 a typo in the description.
32631
32632 2015-02-27 Vladimir Makarov <vmakarov@redhat.com>
32633
32634 PR target/64317
32635 * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): New.
32636 * params.h (LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): New.
32637 * lra-constraints.c: Include "params.h".
32638 (EBB_PROBABILITY_CUTOFF): Use
32639 LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF.
32640 (lra_inheritance): Use '<' instead of '<=' for
32641 EBB_PROBABILITY_CUTOFF.
32642 * doc/invoke.texi (lra-inheritance-ebb-probability-cutoff):
32643 Document change.
32644
32645 2015-02-27 Martin Liska <mliska@suse.cz>
32646
32647 * ipa-icf.h (struct symbol_compare_hashmap_traits): Add missing
32648 vector length condition.
32649
32650 2015-02-27 Sandra Loosemore <sandra@codesourcery.com>
32651
32652 * doc/extend.texi (x86 transactional memory intrinsics):
32653 Reorganize discussion of _xbegin. Clarify that the return
32654 value is a bit mask. Expand example and move to end of section.
32655
32656 2015-02-26 Jakub Jelinek <jakub@redhat.com>
32657 Aldy Hernandez <aldyh@redhat.com>
32658
32659 PR rtl-optimization/65220
32660 * config/i386/i386.md (*udivmod<mode>4_pow2): New.
32661
32662 2015-02-27 Vladimir Makarov <vmakarov@redhat.com>
32663
32664 PR target/65032
32665 * lra-remat.c (update_scratch_ops): New.
32666 (do_remat): Call it.
32667 * lra.c (lra_register_new_scratch_op): New. Take code from ...
32668 (remove_scratches): ... here.
32669 * lra-int.h (lra_register_new_scratch_op): New prototype.
32670
32671 2015-02-27 Marek Polacek <polacek@redhat.com>
32672
32673 PR c/65040
32674 * doc/invoke.texi: Update to reflect that -Wformat=2 doesn't enable
32675 -Wformat-signedness anymore.
32676
32677 2015-02-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32678
32679 * config/s390/s390.c: (s390_atomic_assign_expand_fenv): New
32680 function.
32681 (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define macro.
32682
32683 2015-02-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32684
32685 * config/s390/s390.c (enum s390_builtin):
32686 Add S390_BUILTIN_S390_SFPC and S390_BUILTIN_S390_EFPC.
32687 (code_for_builtin): Add CODE_FOR_s390_sfpc and CODE_FOR_s390_efpc.
32688 (s390_init_builtins): Generate new builtin functions.
32689 * config/s390/s390.md (UNSPECV_SFPC, UNSPECV_EFPC): New constants.
32690 (s390_sfpc, s390_efpc): New pattern definitions.
32691
32692 2015-02-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32693
32694 * config/s390/s390.c: (enum s390_builtin, s390_expand_builtin):
32695 Rename S390_BUILTIN_max to S390_BUILTIN_MAX.
32696 (s390_builtin_decls): New array.
32697 (s390_init_builtins): Put builtin decls into s390_builtin_decls.
32698 (s390_builtin_decl): New function.
32699 (TARGET_BUILTIN_DECL): Define macro.
32700
32701 2015-02-27 Richard Biener <rguenther@suse.de>
32702
32703 PR middle-end/63175
32704 * builtins.c (get_object_alignment_2): Make sure to re-apply
32705 the ANDed mask after recursing to its operand gets us a new
32706 misalignment bit position.
32707
32708 2015-02-26 Jan Hubicka <hubicka@ucw.cz>
32709 Martin Liska <mliska@suse.cz>
32710
32711 PR bootstrap/65150
32712 * ipa-icf.c (symbol_compare_collection::symbol_compare_colleciton):
32713 Use address_matters_p.
32714 (redirect_all_callers, set_addressable): New functions.
32715 (sem_function::merge): Reorganize and fix merging issues.
32716 (sem_variable::merge): Likewise.
32717 (sem_variable::compare_sections): Remove.
32718 * common.opt (fmerge-all-constants, fmerge-constants): Remove
32719 Optimization flag.
32720 * symtab.c (symtab_node::resolve_alias): When alias has aliases,
32721 redirect them.
32722 (symtab_node::make_decl_local): Set ADDRESSABLE bit when
32723 decl is used.
32724 (address_matters_1): New function.
32725 (symtab_node::address_matters_p): New function.
32726 * cgraph.c (cgraph_edge::verify_corresponds_to_fndecl): Fix
32727 check for merged flag.
32728 * cgraph.h (address_matters_p): Declare.
32729 (symtab_node::address_taken_from_non_vtable_p): Remove.
32730 (symtab_node::address_can_be_compared_p): New method.
32731 (ipa_ref::address_matters_p): Move here from ipa-ref.c; simplify.
32732 * ipa-visibility.c (symtab_node::address_taken_from_non_vtable_p):
32733 Remove.
32734 (comdat_can_be_unshared_p_1) Use address_matters_p.
32735 (update_vtable_references): Fix formating.
32736 * ipa-ref.c (ipa_ref::address_matters_p): Move inline.
32737 * cgraphunit.c (cgraph_node::create_wrapper): Drop UNINLINABLE flag.
32738 * cgraphclones.c: Preserve merged and icf_merged flags.
32739
32740 2015-02-26 Sandra Loosemore <sandra@codesourcery.com>
32741
32742 * doc/extend.texi (Function Attributes): Fix spelling and typos.
32743 (Label Attributes): Likewise.
32744 (Cilk Plus Builtins): Likewise.
32745 (ARC SIMD Built-in Functions): Likewise.
32746 (ARM C Language Extensions (ACLE)): Likewise.
32747 (PowerPC Built-in Functions): Likewise.
32748 (PowerPC Hardware Transactional Memory Built-in Functions):
32749 Likewise.
32750
32751 2015-02-26 Jakub Jelinek <jakub@redhat.com>
32752
32753 PR tree-optimization/65216
32754 * tree-ssa-reassoc.c (rewrite_expr_tree): Force creation of
32755 new stmt and new SSA_NAME for lhs whenever the arguments have
32756 changed and weren't just swapped. Fix comment typo.
32757
32758 PR tree-optimization/65215
32759 * tree-ssa-math-opts.c (find_bswap_or_nop_load): Return false
32760 for PDP endian targets.
32761 (perform_symbolic_merge, find_bswap_or_nop_1, find_bswap_or_nop):
32762 Fix up formatting issues.
32763 (bswap_replace): Likewise. For BYTES_BIG_ENDIAN, if the final access
32764 size is smaller than the original, adjust MEM_REF offset by the
32765 difference of sizes. Use is_gimple_mem_ref_addr instead of
32766 is_gimple_min_invariant test to avoid adding address temporaries.
32767
32768 2015-02-26 Martin Liska <mliska@suse.cz>
32769 Jan Hubicka <hubicka@ucw.cz>
32770
32771 PR ipa/64693
32772 * ipa-icf.c (symbol_compare_collection::symbol_compare_collection): New.
32773 (sem_item_optimizer::subdivide_classes_by_sensitive_refs): New function.
32774 (sem_item_optimizer::process_cong_reduction): Include division by
32775 sensitive references.
32776 * ipa-icf.h (struct symbol_compare_hashmap_traits): New class.
32777 * ipa-ref.c (ipa_ref::address_matters_p): New function.
32778 * ipa-ref.h (ipa_ref::address_matters_p): Likewise.
32779
32780 2015-02-26 Georg-Johann Lay <avr@gjlay.de>
32781
32782 PR target/65192
32783 * config/avr/avr-protos.h (tiny_valid_direct_memory_access_range):
32784 Remove.
32785 * config/avr/avr.c: Same.
32786 (avr_legitimate_address_p) <AVR_TINY, CONSTANT_ADDRESS_P>:
32787 Refuse any constant address not in 0..0xbf.
32788 * config/avr/avr.md (*mov<mode>, *movsf): Remove
32789 tiny_valid_direct_memory_access_range from insn conditions.
32790 (mov<mode>): Don't special-case expansion of avrtiny addresses.
32791
32792 2015-02-26 Oleg Endo <olegendo@gcc.gnu.org>
32793
32794 PR target/61142
32795 * config/sh/sh.c (sh_check_add_incdec_notes): New function.
32796 * config/sh/sh-protos.h (sh_check_add_incdec_notes): Declare it.
32797 * config/sh/predicates.md (const_logical_operand): New predicate.
32798 * config/sh/sh.md: Add new peephole2 patterns.
32799
32800 2015-02-26 Marek Polacek <polacek@redhat.com>
32801
32802 PR ipa/65008
32803 * ipa-inline.c (early_inliner): Recompute inline parameters.
32804
32805 2015-02-26 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
32806
32807 PR target/65171
32808 * config/rs6000/rs6000.c (rs6000_analyze_swaps): Ensure
32809 instructions with TImode operands are included in the analysis.
32810
32811 2015-02-26 Sebastian Pop <s.pop@samsung.com>
32812
32813 * tree-ssa-threadupdate.c (dump_jump_thread_path): Print all edges
32814 of an EDGE_FSM_THREAD.
32815
32816 2015-02-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
32817
32818 * config/rs6000/htm.md (tcheck): Fix assembly encoding.
32819
32820 2015-02-25 Aldy Hernandez <aldyh@redhat.com>
32821
32822 PR debug/46102
32823 * dwarf2out.c (dwarf2out_init): Disable -feliminate-dwarf2-dups.
32824
32825 2015-02-26 Sebastian Pop <s.pop@samsung.com>
32826
32827 PR tree-optimization/65048
32828 * tree-ssa-threadupdate.c (valid_jump_thread_path): New.
32829 (thread_through_all_blocks): Call valid_jump_thread_path.
32830 Remove invalid FSM jump-thread paths.
32831
32832 2015-02-26 Jakub Jelinek <jakub@redhat.com>
32833
32834 * passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.
32835 (ipa_write_optimization_summaries): Likewise.
32836 * tree-streamer.h: Include data-streamer.h.
32837 (streamer_mode_table): Declare extern variable.
32838 (bp_pack_machine_mode, bp_unpack_machine_mode): New inline functions.
32839 * lto-streamer-out.c (lto_output_init_mode_table,
32840 lto_write_mode_table): New functions.
32841 (produce_asm_for_decls): Call lto_write_mode_table when streaming
32842 offloading LTO.
32843 * lto-section-in.c (lto_section_name): Add "mode_table" entry.
32844 (lto_create_simple_input_block): Add mode_table argument to the
32845 lto_input_block constructors.
32846 * ipa-prop.c (ipa_prop_read_section, read_replacements_section):
32847 Likewise.
32848 * data-streamer-in.c (string_for_index): Likewise.
32849 * ipa-inline-analysis.c (inline_read_section): Likewise.
32850 * ipa-icf.c (sem_item_optimizer::read_section): Likewise.
32851 * lto-cgraph.c (input_cgraph_opt_section): Likewise.
32852 * lto-streamer-in.c (lto_read_body_or_constructor,
32853 lto_input_toplevel_asms): Likewise.
32854 (lto_input_mode_table): New function.
32855 * tree-streamer-out.c (pack_ts_fixed_cst_value_fields,
32856 pack_ts_decl_common_value_fields, pack_ts_type_common_value_fields):
32857 Use bp_pack_machine_mode.
32858 * real.h (struct real_format): Add name field.
32859 * lto-streamer.h (enum lto_section_type): Add LTO_section_mode_table.
32860 (class lto_input_block): Add mode_table member.
32861 (lto_input_block::lto_input_block): Add mode_table_ argument,
32862 initialize mode_table.
32863 (struct lto_file_decl_data): Add mode_table field.
32864 (lto_input_mode_table, lto_output_init_mode_table): New prototypes.
32865 * tree-streamer-in.c (unpack_ts_fixed_cst_value_fields,
32866 unpack_ts_decl_common_value_fields,
32867 unpack_ts_type_common_value_fields): Call bp_unpack_machine_mode.
32868 * tree-streamer.c (streamer_mode_table): New variable.
32869 * real.c (ieee_single_format, mips_single_format,
32870 motorola_single_format, spu_single_format, ieee_double_format,
32871 mips_double_format, motorola_double_format,
32872 ieee_extended_motorola_format, ieee_extended_intel_96_format,
32873 ieee_extended_intel_128_format, ieee_extended_intel_96_round_53_format,
32874 ibm_extended_format, mips_extended_format, ieee_quad_format,
32875 mips_quad_format, vax_f_format, vax_d_format, vax_g_format,
32876 decimal_single_format, decimal_double_format, decimal_quad_format,
32877 ieee_half_format, arm_half_format, real_internal_format): Add name
32878 field.
32879 * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Likewise.
32880
32881 2015-02-26 Yuri Rumyantsev <ysrumyan@gmail.com>
32882
32883 PR target/65161
32884 * config/i386/i386.c (ix86_sched_reorder): Skip instruction
32885 reordering for selective scheduling.
32886
32887 2015-02-26 Terry Guo <terry.guo@arm.com>
32888
32889 * config/arm/arm-cores.def (cortex-m7): Add flag FL_NO_VOLATILE_CE.
32890 * config/arm/arm-protos.h (FL_NO_VOLATILE_CE): New flag.
32891 (arm_arch_no_volatile_ce): Declare new global variable.
32892 * config/arm/arm.c (arm_arch_no_volatile_ce): New global variable.
32893 (arm_option_override): Assign value to arm_arch_no_volatile_ce.
32894 * config/arm/arm.h (arm_arch_no_volatile_ce): Declare it.
32895 (TARGET_NO_VOLATILE_CE): New macro.
32896 * config/arm/arm.md (arm_comparison_operator): Disabled if not allow
32897 volatile memory access in IT block
32898
32899 2015-02-25 Kai Tietz <ktietz@redhat.com>
32900
32901 PR tree-optimization/61917
32902 * tree-vect-loop.c (vectorizable_reduction): Handle obvious case
32903 that reduc_def_stmt is null.
32904
32905 2015-02-25 Martin Liska <mliska@suse.cz>
32906
32907 * ipa-icf-gimple.c (func_checker::compare_variable_decl): Compare
32908 hard register variables.
32909
32910 2015-02-25 Kai Tietz <ktietz@redhat.com>
32911
32912 PR target/64212
32913 * symtab.c (symtab::make_decl_local): Set DECL_IMPORT_P explicit to 0.
32914 (symtab::noninterposable_alias): Likewise.
32915
32916 2015-02-25 Ilya Enkovich <ilya.enkovich@intel.com>
32917
32918 PR target/65167
32919 * config/i386/i386.c (ix86_function_arg_regno_p): Support
32920 bounds registers.
32921 (avoid_func_arg_motion): Add dependencies for BNDSTX insns.
32922
32923 2015-02-25 Alan Lawrence <alan.lawrence@arm.com>
32924
32925 PR target/64997
32926 * config/aarch64/aarch64.md (*xor_one_cmpl<mode>3): Use FP_REGNUM_P
32927 as split condition; force split via '#' in output pattern.
32928
32929 2015-02-25 Richard Biener <rguenther@suse.de>
32930 Kai Tietz <ktietz@redhat.com>
32931
32932 PR tree-optimization/61917
32933 * tree-vect-loop.c (vectorizable_reduction): Allow
32934 vect_internal_def without reduction to exit graceful.
32935
32936 2015-02-25 Georg-Johann Lay <avr@gjlay.de>
32937
32938 PR target/65196
32939 * config/avr/avr.c (avr_adjust_insn_length): Call recog_memoized
32940 only with NONDEBUG_INSN_P.
32941
32942 2015-02-25 Georg-Johann Lay <avr@gjlay.de>
32943
32944 Use variadic macros with avr-log.c.
32945
32946 * config/avr/avr-protos.h (avr_vdump): New prototype.
32947 (avr_log_set_caller_e, avr_log_set_caller_f): Remove protos.
32948 (avr_edump, avr_fdump, avr_dump): (Re)define to use avr_vdump.
32949 * config/avr/avr-log.c: Adjust comments.
32950 (avr_vdump): New function.
32951 (avr_vadump): Pass caller as 2nd argument instead of format string.
32952 (avr_log_caller, avr_log_fdump_e, avr_log_fdump_f)
32953 (avr_log_set_caller_e, avr_log_set_caller_f): Remove.
32954
32955 2015-02-25 Jakub Jelinek <jakub@redhat.com>
32956
32957 PR lto/64374
32958 * target.def (target_option_stream_in): New target hook.
32959 * tree-streamer-in.c (streamer_read_tree_bitfields): Invoke
32960 targetm.target_option.post_stream_in if non-NULL.
32961 * doc/tm.texi.in: Add @hook TARGET_OPTION_POST_STREAM_IN.
32962 * doc/tm.texi: Updated.
32963 * config/i386/i386.c (ix86_function_specific_post_stream_in): New
32964 function.
32965 (TARGET_OPTION_POST_STREAM_IN): Redefine.
32966
32967 2015-02-24 Jeff Law <law@redhat.com>
32968
32969 PR target/65117
32970 * config/xtensa/xtensa.md (zero_cost_loop_start): Reverse numbering
32971 of operand 0 and operand 2.
32972 (zero_cost_loop_end, loop_end): Similarly.
32973
32974 2015-02-24 Aldy Hernandez <aldyh@redhat.com>
32975
32976 * gimple.h (gimple_build_assign): Rename CXX_MEM_STAT_DECL to
32977 CXX_MEM_STAT_INFO.
32978
32979 2015-02-24 DJ Delorie <dj@redhat.com>
32980
32981 * config/rl78/rl78-protos.h (rl78_split_movsi): Accept a mode as well.
32982 * config/rl78/rl78-expand.md (movsf): New, same as movsi.
32983 * config/rl78/rl78.c (rl78_split_movsi): Accept a mode, use it
32984 instead of hardcoding SImode.
32985
32986 2015-02-24 Bernd Schmidt <bernds@codesourcery.com>
32987
32988 * omp-low.c (create_omp_child_function): Tag entrypoint
32989 functions with a special attribute.
32990
32991 2015-02-24 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
32992
32993 PR target/65058
32994 * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Drop unused variable.
32995
32996 2015-02-24 Vladimir Makarov <vmakarov@redhat.com>
32997
32998 PR rtl-optimization/65123
32999 * lra-remat.c (operand_to_remat): Check hard regs in insn
33000 definition too.
33001
33002 2015-02-24 Nick Clifton <nickc@redhat.com>
33003
33004 * config/v850/v850.h (ASM_SPEC): Pass -msoft-float/-mhard-float on
33005 to the assembler.
33006
33007 2015-02-24 Thomas Schwinge <thomas@codesourcery.com>
33008
33009 PR libgomp/64625
33010 * omp-builtins.def (BUILT_IN_GOACC_DATA_START): Specify as
33011 BT_FN_VOID_INT_SIZE_PTR_PTR_PTR, not
33012 BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR.
33013 (BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_UPDATE): Specify as
33014 BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_INT_INT_VAR, not
33015 BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR.
33016 (BUILT_IN_GOACC_PARALLEL): Specify as
33017 BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR, not
33018 BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR.
33019 * builtin-types.def
33020 (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR)
33021 (BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
33022 Remove function types.
33023 (BT_FN_VOID_INT_SIZE_PTR_PTR_PTR)
33024 (BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_INT_INT_VAR)
33025 (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
33026 New function types.
33027
33028 2015-02-24 Georg-Johann Lay <avr@gjlay.de>
33029
33030 * config/avr/stdfix.h [__WITH_AVRLIBC__]: Include <stdfix-avrlibc.h>.
33031
33032 2015-02-24 Jakub Jelinek <jakub@redhat.com>
33033
33034 PR tree-optimization/65170
33035 * wide-int.cc (wi::mul_internal): For the umul_ppmm optimization,
33036 if val[1] < 0, clear also val[2] and return 3.
33037
33038 2015-02-24 Alan Modra <amodra@gmail.com>
33039
33040 PR target/65172
33041 * config/rs6000/rs6000.c (get_memref_parts): Only return true
33042 when *base is a reg. Handle nested plus addresses. Simplify
33043 pre_modify test.
33044
33045 2015-02-22 Max Filippov <jcmvbkbc@gmail.com>
33046
33047 * config/xtensa/xtensa.h (CONSTANT_ALIGNMENT, DATA_ALIGNMENT):
33048 use natural alignment when optimizing for size.
33049
33050 2015-02-23 Kaz Kojima <kkojima@gcc.gnu.org>
33051
33052 PR target/65153
33053 * config/sh/sh.md (movsicc_true+3): Remove peephole.
33054 * config/sh/sh-protos.h (replace_n_hard_rtx): Don't declare.
33055 * config/sh/sh.c (replace_n_hard_rtx): Remove.
33056
33057 2015-02-23 Richard Sandiford <richard.sandiford@arm.com>
33058
33059 PR fortran/63427
33060 * wide-int.cc (wi::from_mpz): Cope with unwrapped values that are
33061 too big for a wide_int. Implement missing wrapping operation.
33062
33063 2015-02-23 Oleg Endo <olegendo@gcc.gnu.org>
33064
33065 PR target/65163
33066 * config/sh/sh.md (swapbsi2, related peephole2): Use const_int -65536
33067 instead of const_int 4294901760.
33068
33069 2015-02-23 Georg-Johann Lay <avr@gjlay.de>
33070
33071 * config/avr/t-avr: Fix typo in comment.
33072
33073 2015-02-21 Richard Sandiford <richard.sandiford@arm.com>
33074
33075 * doc/rtl.texi (fma): Clarify documentation.
33076
33077 2015-02-20 Aldy Hernandez <aldyh@redhat.com>
33078
33079 PR debug/58123
33080 * gimplify.c (gimplify_expr): Prefer location of TRY_FINALLY_EXPR
33081 over input_location.
33082
33083 2015-02-20 Bernd Schmidt <bernds@codesourcery.com>
33084
33085 * tree-streamer-in.c (unpack_ts_decl_common_value_fields,
33086 unpack_ts_type_common_value_fields): If ACCEL_COMPILER,
33087 restrict alignments to absolute_biggest_alignment.
33088 * config/i386/i386.c (TARGET_ABSOLUTE_BIGGEST_ALIGNMENT):
33089 Define.
33090 * doc/tm.texi.in (TARGET_ABSOLUTE_BIGGEST_ALIGNMENT): Add.
33091 * doc/tm.texi: Regenerate.
33092 * target.def (absolute_biggest_alignment): New DEFHOOKPOD.
33093
33094 2015-02-20 Vladimir Makarov <vmakarov@redhat.com>
33095
33096 PR target/64172
33097 * ira-color.c (color_pass): Prevent splitting multi-register pseudos.
33098
33099 2015-02-20 Richard Biener <rguenther@suse.de>
33100
33101 PR tree-optimization/65136
33102 * tree-ssa-propagate.c: Include cfgloop.h.
33103 (replace_phi_args_in): Avoid replacing loop latch edge PHI
33104 arguments with constants.
33105
33106 2015-02-20 Jakub Jelinek <jakub@redhat.com>
33107 Martin Liska <mliska@suse.cz>
33108
33109 PR target/63892
33110 * ipa-icf.c (sem_function::merge): If DECL_COMDAT_GROUP (alias->decl),
33111 don't try to create_thunk if stdarg_p. If
33112 !sem_item::target_supports_symbol_aliases_p (), similarly, and try to
33113 redirect_callers if possible.
33114 (sem_item_optimizer::execute): Call unregister_hooks here...
33115 (ipa_icf_driver): ... instead of here.
33116
33117 2015-02-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
33118
33119 * config/aarch64/aarch64.md (*aarch64_lshr_sisd_or_int_<mode>3):
33120 Mark operand 0 as earlyclobber in 2nd alternative.
33121 (1st define_split below *aarch64_lshr_sisd_or_int_<mode>3):
33122 Write negated shift amount into QI lowpart operand 0 and use it
33123 in the shift step.
33124 (2nd define_split below *aarch64_lshr_sisd_or_int_<mode>3): Likewise.
33125
33126 2015-02-20 Bernd Schmidt <bernds@codesourcery.com>
33127
33128 * cgraph.h (clone_function_name_1): Declare.
33129 * cgraphclones.c (clone_function_name_1): New function.
33130 (clone_function_name): Use it.
33131 * lto-partition.c: Include "stringpool.h".
33132 (must_not_rename, maybe_rewrite_identifier)
33133 (validize_symbol_for_target): New static functions.
33134 (privatize_symbol_name): Use must_not_rename.
33135 (promote_symbol): Call validize_symbol_for_target.
33136 (lto_promote_cross_file_statics): Likewise.
33137 (lto_promote_statics_nonwpa): Likewise.
33138
33139 2015-02-20 Georg-Johann Lay <avr@gjlay.de>
33140
33141 PR target/64452
33142 * config/avr/avr.md (pushhi_insn): New insn.
33143 (push<mode>1): Push virtual regs in one chunk using pushhi1_insn.
33144
33145 2015-02-20 Bernd Schmidt <bernds@codesourcery.com>
33146 Jakub Jelinek <jakub@redhat.com>
33147
33148 * tree-streamer.c (preload_common_nodes): Don't preload
33149 TI_VA_LIST* for offloading.
33150 * tree-stdarg.c (pass_stdarg::gate): Disable for ACCEL_COMPILER
33151 in_lto_p.
33152
33153 2015-02-19 John David Anglin <danlgin@gcc.gnu.org>
33154
33155 * config/pa/pa.c (pa_emit_move_sequence): Always force
33156 (const (plus (symbol) (const_int))) to const mem. Put REG_EQUAL
33157 note on insn.
33158
33159 * config/pa/pa.c (pa_reloc_rw_mask): New function.
33160 (TARGET_ASM_RELOC_RW_MASK): Define.
33161 (pa_cannot_force_const_mem): Revert previous change.
33162
33163 2015-02-19 Martin Jambor <mjmabor@suse.cz>
33164 Jan Hubicka <hubicka@ucw.cz>
33165
33166 PR ipa/65028
33167 * ipa-cp.c (propagate_alignment_accross_jump_function): Fix propagation
33168 across jump functions.
33169
33170 2015-02-19 Uros Bizjak <ubizjak@gmail.com>
33171
33172 * config/alpha/alpha.c (alpha_in_small_data_p): Reject common symbols.
33173
33174 2015-02-19 Sandra Loosemore <sandra@codesourcery.com>
33175
33176 * doc/extend.texi (x86 transactional memory intrinsics): Copy-edit.
33177
33178 2015-02-19 Richard Henderson <rth@redhat.com>
33179
33180 PR middle-end/65074
33181 * varasm.c (default_binds_local_p_2): Don't test node->definition;
33182 test DECL_EXTERNAL independent of symtab_node.
33183
33184 2015-02-19 Jakub Jelinek <jakub@redhat.com>
33185
33186 PR lto/65012
33187 * varpool.c (varpool_node::get_constructor): Return early
33188 if this->lto_file_data is NULL.
33189
33190 2015-02-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
33191
33192 * haifa-sched.c (enum rfs_decision, rfs_str): Remove RFS_DEBUG.
33193 (rank_for_schedule_debug): Update.
33194 (ready_sort): Make static. Move sorting logic to ...
33195 (ready_sort_debug, ready_sort_real): New static functions.
33196 (schedule_block): Sort both debug insns and real insns in preparation
33197 for ready list trimming. Improve debug output.
33198 * sched-int.h (ready_sort): Remove global declaration.
33199
33200 2015-02-18 Trevor Saunders <tsaunders@mozilla.com>
33201
33202 * ipa-icf.c (sem_function::equals_private): Adjust.
33203 (sem_function::bb_dict_test): Take a vec<int> * instead of
33204 auto_vec<int>.
33205 * ipa-icf.h (bb_dict_test): Likewise.
33206
33207 2015-02-18 Jakub Jelinek <jakub@redhat.com>
33208
33209 PR gcov-profile/64634
33210 * tree-eh.c (frob_into_branch_around): Fix up typos
33211 in function comment.
33212 (lower_catch): Put eh_seq resulting from EH lowering of
33213 the cleanup sequence after the cleanup rather than before it.
33214
33215 2015-02-18 Tom de Vries <tom@codesourcery.com>
33216
33217 * common.opt (fstdarg-opt): New option.
33218 * tree-stdarg.c (pass_stdarg::gate): Use flag_stdarg_opt.
33219 * doc/invoke.texi (@item Optimization Options): Add -fstdarg-opt.
33220 (@item -fstdarg-opt): New item.
33221
33222 2015-02-18 H.J. Lu <hongjiu.lu@intel.com>
33223
33224 PR target/65064
33225 * config/ia64/predicates.md (sdata_symbolic_operand): Return false
33226 for common symbols.
33227
33228 2015-02-18 Jakub Jelinek <jakub@redhat.com>
33229
33230 * config/i386/t-intelmic (mkoffload.o): Remove dependency on
33231 insn-modes.h.
33232 (ALL_HOST_OBJS): Add mkoffload.o.
33233 * config/nvptx/t-nvptx (ALL_HOST_OBJS): Likewise.
33234
33235 2015-02-18 Jan Hubicka <hubicka@ucw.cz>
33236
33237 * ipa-devirt.c (odr_subtypes_equivalent_p): Fix formating.
33238 (compare_virtual_tables): Be smarter about skipping typeinfos;
33239 do sane output on virtual table table mismatch.
33240 (warn_odr): Be ready for forward declarations of enums;
33241 output sane info on base mismatch and virtual table mismatch.
33242 (add_type_duplicate): Fix code choosing prevailing type; do not ICE
33243 when only one type is polymorphic.
33244 (get_odr_type): Fix hashtable corruption.
33245 (dump_odr_type): Dump mangled names.
33246
33247 2015-02-18 Richard Biener <rguenther@suse.de>
33248
33249 PR tree-optimization/65063
33250 * tree-predcom.c (determine_unroll_factor): Return 1 if we
33251 have replaced looparound PHIs.
33252
33253 2015-02-18 Martin Liska <mliska@suse.cz>
33254
33255 * lto-streamer.c (lto_streamer_init): Encapsulate
33256 streamer_check_handled_ts_structures with checking macro.
33257
33258 2015-02-18 Jakub Jelinek <jakub@redhat.com>
33259
33260 PR ipa/65087
33261 * cgraphclones.c (cgraph_node::create_virtual_clone): Only copy
33262 section if !implicit_section.
33263 (cgraph_node::create_version_clone_with_body): Likewise.
33264 * trans-mem.c (ipa_tm_create_version): Likewise.
33265
33266 2015-02-18 Richard Biener <rguenther@suse.de>
33267
33268 PR tree-optimization/62217
33269 * tree-ssa-dom.c (cprop_operand): Avoid propagating copies
33270 into BIVs.
33271
33272 2015-02-18 Marek Polacek <polacek@redhat.com>
33273
33274 PR sanitizer/65081
33275 * ubsan.c (OBJSZ_MAX_OFFSET): Define.
33276 (ubsan_expand_objsize_ifn): Don't emit run-time check if the offset
33277 is in range [-16K, -1]. Don't issue run-time error if
33278 (ptr > ptr + offset).
33279
33280 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
33281
33282 * doc/install.texi (nvptx-*-none): New section.
33283 * doc/invoke.texi (Nvidia PTX Options): Likewise.
33284 * config/nvptx/nvptx.opt: Update.
33285
33286 * config/nvptx/mkoffload.c (parse_env_var, free_array_of_ptrs)
33287 (access_check): New functions, copied from
33288 config/i386/intelmic-mkoffload.c.
33289 (main): For non-installed testing, look in all COMPILER_PATHs for
33290 GCC_INSTALL_NAME.
33291
33292 * config/nvptx/nvptx.h (GOMP_SELF_SPECS): Define macro.
33293
33294 2015-02-18 Andrew Pinski <apinski@cavium.com>
33295 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
33296
33297 * config/aarch64/aarch64.c (*aarch64_load_symref_appropriately):
33298 Check whether the destination of SYMBOL_SMALL_TPREL is Pmode.
33299
33300 2015-02-17 Jan Hubicka <hubicka@ucw.cz>
33301
33302 * ipa-visibility.c (function_and_variable_visibility): Only
33303 check locality if node is not already local.
33304 * ipa-inline.c (want_inline_function_to_all_callers_p): Use
33305 call_for_symbol_and_aliases instead of
33306 call_for_symbol_thunks_and_aliases.
33307 (ipa_inline): Likewise.
33308 * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
33309 first walk aliases.
33310 * ipa.c (symbol_table::remove_unreachable_nodes): Use
33311 call_for_symbol_and_aliases.
33312 * ipa-profile.c (ipa_propagate_frequency_data): Add function_symbol.
33313 (ipa_propagate_frequency_1): Use it; use opt_for_fn
33314 (ipa_propagate_frequency): Update.
33315 (ipa_profile): Add opt_for_fn gueards.
33316
33317 2015-02-17 Oleg Endo <olegendo@gcc.gnu.org>
33318
33319 * config/sh/sh.opt (mcbranch-force-delay-slot): New option.
33320 * doc/invoke.texi (SH options): Document it.
33321 * config/sh/sh.c (sh_insn_length_adjustment): Check
33322 TARGET_CBRANCH_FORCE_DELAY_SLOT instead of sh_cpu_attr == CPU_SH2E.
33323
33324 2015-02-17 H.J. Lu <hongjiu.lu@intel.com>
33325
33326 * common.opt (fipa-cp-alignment): New.
33327 * ipa-cp.c (ipcp_store_alignment_results): Check
33328 flag_ipa_cp_alignment.
33329 * opts.c (default_options_table): Enable -fipa-cp-alignment for
33330 -O2.
33331 (enable_fdo_optimizations): Set x_flag_ipa_cp_alignment.
33332 * doc/invoke.texi: Document -fipa-cp-alignment.
33333
33334 2015-02-17 Oleg Endo <olegendo@gcc.gnu.org>
33335
33336 PR target/64793
33337 * config/sh/sh.md (cbranch define_delay): Set annulled true branch insn
33338 to nil. Adjust comments.
33339
33340 2015-02-17 Jan Hubicka <hubicka@ucw.cz>
33341
33342 * ipa-visibility.c (function_and_variable_visibility): Only
33343 check locality if node is not already local.
33344 * ipa-inline.c (want_inline_function_to_all_callers_p): Use
33345 call_for_symbol_and_aliases instead of
33346 call_for_symbol_thunks_and_aliases.
33347 (ipa_inline): Likewise.
33348 * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
33349 first walk aliases.
33350 * ipa.c (symbol_table::remove_unreachable_nodes): Use
33351 call_for_symbol_and_aliases.
33352 * ipa-profile.c (ipa_propagate_frequency_data): Add function_symbol.
33353 (ipa_propagate_frequency_1): Use it; use opt_for_fn
33354 (ipa_propagate_frequency): Update.
33355 (ipa_profile): Add opt_for_fn guards.
33356
33357 2015-02-17 Thomas Schwinge <thomas@codesourcery.com>
33358
33359 * config/nvptx/mkoffload.c (parse_file): Fix logic error in
33360 skipping of "strange" tokens.
33361
33362 2015-02-17 Jeff Law <law@redhat.com>
33363
33364 * tree-vrp.c (identify_jump_threads): Use last_stmt. Remove
33365 obsolete comment.
33366
33367 2015-02-17 James Greenhalgh <james.greenhalgh@arm.com>
33368
33369 * haifa-sched.c (recompute_todo_spec): Treat SCHED_GROUP_P
33370 as forcing a HARD_DEP between instructions, thereby
33371 disallowing rewriting to break dependencies.
33372
33373 2015-02-16 Jan Hubicka <hubicka@ucw.cz>
33374
33375 * symtab.c (symtab_node::verify_base): Verify body_removed->!definiton
33376 * lto-cgraph.c (lto_output_varpool_node): Do not keep definition of
33377 variables in boundary that have no inlitalizer encoded and are
33378 not aliases.
33379 * varasm.c (default_binds_local_p_2): External definitions do not
33380 count as definitions here.
33381
33382 2015-02-16 Jeff Law <law@redhat.com>
33383
33384 PR tree-optimization/64823
33385 * tree-vrp.c (identify_jump_threads): Handle blocks with no real
33386 statements.
33387 * tree-ssa-threadedge.c (potentially_threadable_block): Allow
33388 threading through blocks with PHIs, but no statements.
33389 (thread_through_normal_block): Distinguish between blocks where
33390 we did not process all the statements and blocks with no statements.
33391
33392 2015-02-16 Jakub Jelinek <jakub@redhat.com>
33393 James Greenhalgh <james.greenhalgh@arm.com>
33394
33395 PR ipa/64963
33396 * cgraphclones.c (cgraph_node::create_virtual_clone): Copy
33397 section if not linkonce. Fix up formatting.
33398 (cgraph_node::create_version_clone_with_body): Copy section.
33399 * trans-mem.c (ipa_tm_create_version): Likewise.
33400
33401 2015-02-16 Richard Biener <rguenther@suse.de>
33402
33403 PR tree-optimization/65077
33404 * tree-ssa-structalias.c (get_constraint_for_1): Handle
33405 IMAGPART_EXPR, REALPART_EXPR and BIT_FIELD_REF.
33406 (find_func_aliases): Allow float values to carry pointers again.
33407
33408 2015-02-16 James Greenhalgh <james.greenhalgh@arm.com>
33409
33410 * doc/install.texi (Specific): Reorder targets list to put
33411 aarch64 in alphabetical order. Add a link to aarch64*-*-*
33412 from the top menu.
33413
33414 2015-02-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
33415 David Edelsohn <dje.gcc@gmail.com>
33416
33417 PR target/65058
33418 * config/rs6000/rs6000.c (rs6000_output_symbol_ref): Append storage
33419 mapping class to external variable or function reference.
33420 * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Do not append storage
33421 mapping class.
33422
33423 2015-02-16 David Eelsohn <dje.gcc@gmail.com>
33424
33425 PR target/53348
33426 * config/rs6000/rs6000.c (rs6000_declare_alias): Only use
33427 ASM_WEAKEN_DECL if defined.
33428
33429 2015-02-16 Richard Biener <rguenther@suse.de>
33430
33431 PR lto/65015
33432 * varasm.c (default_file_start): For LTO produced units
33433 emit <artificial> as file directive.
33434
33435 2015-02-16 Richard Biener <rguenther@suse.de>
33436
33437 PR tree-optimization/63593
33438 * tree-predcom.c (execute_pred_commoning_chain): Delay removing
33439 stmts and releasing SSA names until...
33440 (execute_pred_commoning): ... after processing all chains.
33441
33442 2015-02-16 Jan Hubicka <hubicka@ucw.cz>
33443
33444 PR ipa/65059
33445 * ipa-comdats.c (ipa_comdats): Do not categorize thunks to
33446 external functions.
33447
33448 2015-02-15 Sandra Loosemore <sandra@codesourcery.com>
33449
33450 * doc/bugreport.texi: Adjust section titles throughout the file
33451 to use "Title Case".
33452 * doc/extend.texi: Likewise.
33453 * doc/gcov.texi: Likewise.
33454 * doc/implement-c.texi: Likewise.
33455 * doc/implement-cxx.texi: Likewise.
33456 * doc/invoke.texi: Likewise.
33457 * doc/objc.texi: Likewise.
33458 * doc/standards.texi: Likewise.
33459 * doc/trouble.texi: Likewise.
33460
33461 2015-02-15 Jan Hubicka <hubicka@ucw.cz>
33462
33463 * cgraph.h (symtab_node::has_aliases_p): Simplify.
33464 (symtab_node::call_for_symbol_and_aliases): Use has_aliases_p
33465 * tree.c (lookup_binfo_at_offset): Make static.
33466 (get_binfo_at_offset): Do not shadow offset; add explanatory
33467 comment.
33468
33469 2015-02-15 John David Anglin <danglin@gcc.gnu.org>
33470
33471 * config/pa/pa.c (pa_secondary_reload): Request a secondary reload
33472 for all floading point loads and stores except those using a register
33473 index address.
33474 * config/pa/pa.md: Add new patterns to load a lo_sum DLT operand
33475 to a register.
33476
33477 2015-02-14 Jan Hubicka <hubicka@ucw.cz>
33478
33479 * ipa-inline-analysis.c (growth_data): Add uninlinable field.
33480 (do_estimate_growth_1): Record if any uninlinable edge was seen.
33481 (estimate_growth): Handle uninlinable edges correctly.
33482 (check_callers): New.
33483 (growth_likely_positive): Handle aliases correctly.
33484
33485 2015-02-14 Jan Hubicka <hubicka@ucw.cz>
33486
33487 * ipa-chkp.c: Use iterate_direct_aliases.
33488 * symtab.c (resolution_used_from_other_file_p): Move inline.
33489 (symtab_node::create_reference): Fix formating.
33490 (symtab_node::has_aliases_p): Move inline; use iterate_direct_aliases.
33491 (symtab_node::iterate_reference): Move inline.
33492 (symtab_node::iterate_referring): Move inline.
33493 (symtab_node::iterate_direct_aliases): Move inline.
33494 (symtab_node::used_from_object_file_p_worker): Inline into ...
33495 (symtab_node::used_from_object_file_p): ... this one; move inline.
33496 (symtab_node::call_for_symbol_and_aliases): Move inline;
33497 use iterate_direct_aliases.
33498 (symtab_node::call_for_symbol_and_aliases_1): New method.
33499 (cgraph_node::call_for_symbol_and_aliases): Move inline;
33500 use iterate_direct_aliases.
33501 (cgraph_node::call_for_symbol_and_aliases_1): New method.
33502 (varpool_node::call_for_node_and_aliases): Rename to ...
33503 (varpool_node::call_for_symbol_and_aliases): ... this one; Move inline;
33504 use iterate_direct_aliases.
33505 (varpool_node::call_for_symbol_and_aliases_1): New method.
33506 * ipa.c (ipa_single_use): Use iterate_direct_aliases.
33507 (ipa_discover_readonly_nonaddressable_var): Update.
33508 * ipa-devirt.c: Fix formating.
33509 * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_and_refs_p):
33510 Move inline.
33511 (cgraph_node::call_for_symbol_and_aliases): Move inline.
33512 (cgraph_node::call_for_symbol_and_aliases_1): New function..
33513 * cgraph.h (used_from_object_file_p_worker): Remove.
33514 (resolution_used_from_other_file_p): Move inline.
33515 (symtab_node::has_aliases_p): Move inline; use iterate_direct_aliases.
33516 (symtab_node::iterate_reference): Move inline.
33517 (symtab_node::iterate_referring): Move inline.
33518 (symtab_node::iterate_direct_aliases): Move inline.
33519 (symtab_node::used_from_object_file_p_worker): Inline into ...
33520 (symtab_node::used_from_object_file_p): Move inline.
33521 * tree-emutls.c (ipa_lower_emutls): Update.
33522 * varpool.c (varpool_node::call_for_symbol_and_aliases_1): New method.
33523 (varpool_node::call_for_node_and_aliases): Remove.
33524
33525 2015-02-14 Jakub Jelinek <jakub@redhat.com>
33526
33527 PR tree-optimization/62209
33528 * tree-ssa-reassoc.c (update_range_test): If stmt is a PHI and
33529 op == range->exp, insert seq and gimplified code after labels
33530 instead of after the phi.
33531
33532 2015-02-13 Jeff Law <law@redhat.com>
33533
33534 PR bootstrap/65060
33535 Revert my change for tree-optimization/64823.
33536
33537 2015-02-13 Jakub Jelinek <jakub@redhat.com>
33538
33539 PR tree-optimization/65053
33540 * tree-ssa-phiopt.c (value_replacement): When moving assign before
33541 cond, either reset VR on lhs or set it to phi result VR.
33542
33543 2015-02-13 Jeff Law <law@redhat.com>
33544
33545 PR tree-optimization/64823
33546 * tree-vrp.c (identify_jump_threads): Handle blocks with no statements.
33547 * tree-ssa-threadedge.c (potentially_threadable_block): Allow
33548 threading through blocks with PHIs, but no statements.
33549 (thread_through_normal_block): Distinguish between blocks where
33550 we did not process all the statements and blocks with no statements.
33551
33552 PR rtl-optimization/47477
33553 * match.pd (convert (plus/minus (convert @0) (convert @1): New
33554 simplifier to narrow arithmetic.
33555
33556 2015-02-13 Jan Hubicka <hubicka@ucw.cz>
33557
33558 PR ipa/65028
33559 * ipa-prop.c (update_indirect_edges_after_inlining): Do not drop
33560 polymorphic call info when type is not known to be preserved.
33561
33562 2015-02-13 Maritn Jambor <mjambor@suse.cz>
33563
33564 PR ipa/65028
33565 * ipa-inline-transform.c (mark_all_inlined_calls_cdtor): New function.
33566 (inline_call): Use it.
33567
33568 2015-02-13 Thomas Schwinge <thomas@codesourcery.com>
33569
33570 * config/nvptx/offload.h (ACCEL_COMPILER_acc_device): Define to
33571 GOMP_DEVICE_NVIDIA_PTX.
33572
33573 2015-02-13 Jakub Jelinek <jakub@redhat.com>
33574
33575 PR ipa/65034
33576 * stmt.c (emit_case_nodes): Use void_type_node instead of
33577 NULL_TREE as LABEL_DECL type.
33578
33579 2015-02-13 John David Anglin <danglin@gcc.gnu.org>
33580
33581 * config/pa/constraints.md: Change "Q" and "T" constraints to memory
33582 constraints.
33583 * config/pa/pa.c (pa_cannot_force_const_mem): Don't allow constant
33584 symbolic references to data to be forced to constant memory on the
33585 SOM target.
33586
33587 2015-02-13 Ilya Enkovich <ilya.enkovich@intel.com>
33588
33589 PR tree-optimization/65002
33590 * tree-cfg.c (pass_data_fixup_cfg): Don't update
33591 SSA on start.
33592 * tree-sra.c (some_callers_have_no_vuse_p): New.
33593 (ipa_early_sra): Reject functions whose callers
33594 assume function is read only.
33595
33596 2015-02-13 Richard Biener <rguenther@suse.de>
33597
33598 PR lto/65015
33599 * dwarf2out.c (dwarf2out_finish): Use <artificial> as DW_AT_name
33600 for LTO produced CUs.
33601
33602 2015-02-13 Bin Cheng <bin.cheng@arm.com>
33603
33604 PR tree-optimization/64705
33605 * tree-ssa-loop-niter.h (expand_simple_operations): New parameter.
33606 * tree-ssa-loop-niter.c (expand_simple_operations): New parameter.
33607 * tree-ssa-loop-ivopts.c (extract_single_var_from_expr): New.
33608 (find_bivs, find_givs_in_stmt_scev): Pass new argument to
33609 expand_simple_operations.
33610
33611 2015-02-13 H.J. Lu <hongjiu.lu@intel.com>
33612 Richard Henderson <rth@redhat.com>
33613
33614 PR rtl/32219
33615 * cgraphunit.c (cgraph_node::finalize_function): Set definition
33616 before notice_global_symbol.
33617 (varpool_node::finalize_decl): Likewise.
33618 * varasm.c (default_binds_local_p_2): Rename from
33619 default_binds_local_p_1, add weak_dominate argument. Use direct
33620 returns instead of assigning to local variable. Unify varpool and
33621 cgraph paths via symtab_node. Reject undef weak variables before
33622 testing visibility. Reorder tests for simplicity.
33623 (default_binds_local_p): Use default_binds_local_p_2.
33624 (default_binds_local_p_1): Likewise.
33625 (decl_binds_to_current_def_p): Unify varpool and cgraph paths
33626 via symtab_node.
33627 (default_elf_asm_output_external): Emit visibility when specified.
33628
33629 2015-02-13 Alan Modra <amodra@gmail.com>
33630
33631 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Fix typo in
33632 code setting up r11 for out-of-line fp restore.
33633
33634 2015-02-13 Eric Botcazou <ebotcazou@adacore.com>
33635
33636 * config/visium/visium.opt (msv-mode): Add RejectNegative and Report.
33637 (muser-mode): Likewise.
33638
33639 2015-02-13 Alan Modra <amodra@gmail.com>
33640
33641 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Use addsi3_carry
33642 or adddi3_carry when restoring frame_reg_rtx from r0 after restvr.
33643
33644 2015-02-12 David Howells <dhowells@redhat.com>
33645
33646 * tree-sra.c (dump_dereferences_table): Avoid -Wformat-security
33647 warning.
33648 * tree-ssa-uninit.c (dump_predicates): Likewise.
33649 * opts.c (print_filtered_help): Likewise.
33650
33651 2015-02-12 Jakub Jelinek <jakub@redhat.com>
33652
33653 * dwarf2out.c (output_die): Use "%s", name instead of name to
33654 avoid -Wformat-security warning.
33655
33656 * dwarf2asm.c (dw2_asm_output_vms_delta): Only define
33657 if ASM_OUTPUT_DWARF_VMS_DELTA is defined.
33658 * dwarf2out.c (output_die): Use dw2_asm_output_vms_delta
33659 only if ASM_OUTPUT_DWARF_VMS_DELTA is defined.
33660
33661 2015-02-12 Jason Merrill <jason@redhat.com>
33662
33663 * common.opt (-flifetime-dse): New.
33664
33665 2015-02-12 Jakub Jelinek <jakub@redhat.com>
33666
33667 PR sanitizer/65019
33668 * ubsan.c (ubsan_expand_objsize_ifn): Always return true.
33669
33670 PR tree-optimization/65014
33671 * fold-const.c (fold_binary_loc): When creating {L,R}ROTATE_EXPR,
33672 use original second operand of arg0 or arg1 instead of
33673 that adjusted by STRIP_NOPS.
33674
33675 2015-02-11 Jeff Law <law@redhat.com>
33676
33677 PR target/63347
33678 * haifa-sched.c (prune_ready_list): If we have a SCHED_GROUP_P insn
33679 that needs to be queued, just queue it for a single cycle.
33680
33681 2015-02-11 Jan Hubicka <hubicka@ucw.cz>
33682
33683 * ipa.c (symbol_table::remove_unreachable_nodes): Avoid releasing
33684 bodies of thunks; comment on why.
33685 * symtab.c (symtab_node::get_partitioning_class): Aliases of extern
33686 symbols are extern.
33687
33688 2015-02-11 Richard Henderson <rth@redhat.com>
33689
33690 PR sanitize/65000
33691 * tree-eh.c (mark_reachable_handlers): Mark source and destination
33692 regions of __builtin_eh_copy_values.
33693
33694 2015-02-11 Jakub Jelinek <jakub@redhat.com>
33695
33696 PR middle-end/65003
33697 * varasm.c (place_block_symbol): Assert that DECL_RTL of the
33698 ultimate alias is MEM with SYMBOL_REF satisfying
33699 SYMBOL_REF_HAS_BLOCK_INFO_P as its operand. Don't pass the MEM
33700 to place_block_symbol, but instead pass the SYMBOL_REF operand of it.
33701
33702 2015-02-11 Thomas Schwinge <thomas@codesourcery.com>
33703
33704 * config/nvptx/mkoffload.c: Include "diagnostic.h" instead of
33705 "diagnostic-core.h".
33706 (main): Initialize progname, and call diagnostic_initialize.
33707
33708 * config/nvptx/mkoffload.c (process): Refer to __OFFLOAD_TABLE__
33709 instead of __OPENMP_TARGET__.
33710
33711 * config/nvptx/mkoffload.c: Include "gomp-constants.h".
33712 (process): Use its GOMP_DEVICE_NVIDIA_PTX instead of (wrongly)
33713 hard-coding PTX_ID.
33714
33715 2015-02-11 H.J. Lu <hongjiu.lu@intel.com>
33716
33717 * doc/sourcebuild.texi (pie_enabled): Document.
33718
33719 2015-02-11 Martin Liska <mliska@suse.cz>
33720
33721 PR ipa/64813
33722 * cgraphunit.c (cgraph_node::expand_thunk): Do not create
33723 a return value for call to a function that is noreturn.
33724
33725 2015-02-11 Richard Biener <rguenther@suse.de>
33726
33727 PR lto/65015
33728 * dwarf2out.c (gen_producer_string): Drop -fltrans-output-list
33729 and -fresolution.
33730
33731 2015-02-11 Andrew Pinski <apinski@cavium.com>
33732
33733 PR target/64893
33734 * config/aarch64/aarch64-builtins.c (aarch64_init_simd_builtins):
33735 Change the first argument type to size_type_node and add another
33736 size_type_node.
33737 (aarch64_simd_expand_builtin): Handle the new argument to
33738 AARCH64_SIMD_BUILTIN_LANE_CHECK and don't ICE but rather
33739 print an out when the first two arguments are not
33740 nonzero integer constants.
33741 * config/aarch64/arm_neon.h (__AARCH64_LANE_CHECK):
33742 Pass the sizeof directly to __builtin_aarch64_im_lane_boundsi.
33743
33744 2015-02-11 Jakub Jelinek <jakub@redhat.com>
33745
33746 PR target/61925
33747 * config/i386/i386.c (ix86_reset_to_default_globals): Removed.
33748 (ix86_reset_previous_fndecl): Restore it here, unconditionally.
33749 (ix86_set_current_function): Rewritten.
33750 (ix86_add_new_builtins): Temporarily clear current_target_pragma
33751 when creating builtin fndecls.
33752
33753 2015-02-10 Jan Hubicka <hubicka@ucw.cz>
33754
33755 PR ipa/65005
33756 * ipa-visibility.c (cgraph_node::non_local_p): Turn into static
33757 function.
33758 * symtab.c (symtab_node::verify_base): Remove check that non-definitions
33759 have no comdat group.
33760 * lto-cgraph.c (lto_output_node): Always output thunk and alias info.
33761 (lto_output_varpool_node): Always output alias info.
33762 (output_refs): Output refs of boundary aliases, too.
33763 (compute_ltrans_boundary): Add alias and thunk target into boundaries.
33764 (output_symtab): Output call eges in thunks in boundary.
33765 (get_alias_symbol): Remove.
33766 (input_node, input_varpool_node): Do not special case weakrefs.
33767 * ipa.c (symbol_table::remove_unreachable_nodes): Do not remove
33768 alias and thunks targets in the boundary; do not take removed symbols
33769 from their comdat groups.
33770 * cgraph.c (cgraph_node::local_info): Look through aliases and thunks.
33771 (cgraph_node::global_info): Remove.
33772 (cgraph_node::rtl_info): Look through aliases and thunks.
33773 * cgrpah.h (global_info): Remove.
33774 (non_local_p): Remove.
33775
33776 2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
33777 Sandra Loosemore <sandra@codesourcery.com>
33778
33779 * doc/invoke.texi (x86 Options [-masm=dialect]): Add cross-references
33780 to inline asm. List dialects in proper order.
33781
33782 2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
33783 Sandra Loosemore <sandra@codesourcery.com>
33784
33785 * doc/extend.texi (Loop-Specific Pragmas): Fix grammar error.
33786
33787 2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
33788
33789 * doc/extend.texi (Symbol-Renaming Pragmas): Restore (slightly
33790 modified) reference to Solaris.
33791
33792 2015-02-10 Sandra Loosemore <sandra@codesourcery.com>
33793
33794 * doc/extend.texi (Extended Asm): Fix typos.
33795
33796 2015-02-10 Jakub Jelinek <jakub@redhat.com>
33797
33798 PR sanitizer/65004
33799 * ubsan.c (ubsan_expand_vptr_ifn): Always return true.
33800
33801 2015-02-10 Oleg Endo <olegendo@gcc.gnu.org>
33802
33803 PR target/64661
33804 * config/sh/sh-protos.h (TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
33805 TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
33806 TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): Add parentheses.
33807 * config/sh/constraints.md (Ara, Add): New constraints.
33808 * config/sh/sync.md (atomic_mem_operand_0, atomic_mem_operand_1): New
33809 predicates.
33810 (atomic_compare_and_swap<mode>, atomic_exchange<mode>): Use
33811 atomic_mem_operand_0. Don't use force_reg on the memory address.
33812 (atomic_compare_and_swapsi_hard): Use atomic_mem_operand_0 predicate and
33813 Sra constraint. Convert to insn_and_split. Add workaround for
33814 PR 64974.
33815 (atomic_compare_and_swap<mode>_hard): Copy to
33816 atomic_compare_and_swap<mode>_hard_1. Convert to insn_and_split.
33817 Use atomic_mem_operand_0 predicate.
33818 (atomic_compare_and_swap<mode>_soft_gusa,
33819 atomic_exchange<mode>_soft_gusa): Use atomic_mem_operand_0 predicate and
33820 AraAdd constraints.
33821 (atomic_compare_and_swap<mode>_soft_tcb,
33822 atomic_compare_and_swap<mode>_soft_imask,
33823 atomic_exchange<mode>_soft_tcb, atomic_exchange<mode>_soft_imask): Use
33824 atomic_mem_operand_0 predicate and SraSdd constraints.
33825 (atomic_exchangesi_hard) Use atomic_mem_operand_0 predicate and Sra
33826 constraint.
33827 (atomic_exchange<mode>_hard): Copy to atomic_exchange<mode>_hard_1.
33828 Convert to insn_and_split. Use atomic_mem_operand_0 predicate.
33829 (atomic_fetch_<fetchop_name><mode>, atomic_fetch_nand<mode>,
33830 atomic_<fetchop_name>_fetch<mode>): Use atomic_mem_operand_1. Don't use
33831 force_reg on the memory address.
33832 (atomic_fetch_<fetchop_name>si_hard, atomic_fetch_notsi_hard,
33833 atomic_fetch_nandsi_hard, atomic_<fetchop_name>_fetchsi_hard,
33834 atomic_not_fetchsi_hard, atomic_nand_fetchsi_hard): Use
33835 atomic_mem_operand_1 predicate and Sra constraint.
33836 (atomic_fetch_<fetchop_name><mode>_hard): Copy to
33837 atomic_fetch_<fetchop_name><mode>_hard_1. Convert to insn_and_split.
33838 Use atomic_mem_operand_1 predicate.
33839 (atomic_<fetchop_name><mode>_hard): Copy to
33840 atomic_<fetchop_name><mode>_hard_1. Convert to insn_and_split.
33841 Use atomic_mem_operand_1 predicate.
33842 (atomic_fetch_nand<mode>_hard): Copy to atomic_fetch_nand<mode>_hard_1.
33843 Convert to insn_and_split. Use atomic_mem_operand_1 predicate.
33844 (atomic_nand<mode>_hard): Copy to atomic_nand<mode>_hard_1. Convert to
33845 insn_and_split. Use atomic_mem_operand_1 predicate.
33846 (atomic_<fetchop_name>_fetch<mode>_hard): Copy to
33847 atomic_<fetchop_name>_fetch<mode>_hard_1. Convert to insn_and_split.
33848 Use atomic_mem_operand_1 predicate.
33849 (atomic_nand_fetch<mode>_hard): Copy to atomic_nand_fetch<mode>_hard_1.
33850 Convert to insn_and_split. Use atomic_mem_operand_1 predicate.
33851 (atomic_fetch_not<mode>_hard, atomic_not_fetch<mode>_hard): Replace mems
33852 in generated insn with original mem operand before emitting the insn.
33853 (atomic_fetch_<fetchop_name><mode>_soft_gusa,
33854 atomic_fetch_not<mode>_soft_gusa, atomic_fetch_nand<mode>_soft_gusa,
33855 atomic_<fetchop_name>_fetch<mode>_soft_gusa,
33856 atomic_not_fetch<mode>_soft_gusa, atomic_nand_fetch<mode>_soft_gusa):
33857 Use atomic_mem_operand_1 predicate and AraAdd constraints.
33858 (atomic_fetch_<fetchop_name><mode>_soft_tcb,
33859 atomic_<fetchop_name><mode>_soft_tcb, atomic_fetch_not<mode>_soft_tcb,
33860 atomic_not<mode>_soft_tcb, atomic_fetch_<fetchop_name><mode>_soft_imask,
33861 atomic_fetch_not<mode>_soft_imask, atomic_fetch_nand<mode>_soft_tcb,
33862 atomic_nand<mode>_soft_tcb, atomic_fetch_nand<mode>_soft_imask,
33863 atomic_<fetchop_name>_fetch<mode>_soft_tcb,
33864 atomic_not_fetch<mode>_soft_tcb,
33865 atomic_<fetchop_name>_fetch<mode>_soft_imask,
33866 atomic_not_fetch<mode>_soft_imask, atomic_nand_fetch<mode>,
33867 atomic_nand_fetch<mode>_soft_tcb, atomic_nand_fetch<mode>_soft_imask):
33868 Use atomic_mem_operand_1 predicate and SraSdd constraints.
33869
33870 2015-02-10 Uros Bizjak <ubizjak@gmail.com>
33871
33872 * config/alpha/alpha.md (reload_out<mode>_aligned): Make operands 2
33873 and 3 earlyclobber operands.
33874
33875 2015-02-10 Jan Hubicka <hubicka@ucw.cz>
33876
33877 * common.opt (fstack-reuse): Mark as optimization.
33878
33879 2015-02-10 Jan Hubicka <hubicka@ucw.cz>
33880
33881 PR ipa/64982
33882 * cgraphunit.c (cgraph_node::expand_thunk): Look for stdarg thunks.
33883
33884 2015-02-10 Trevor Saunders <tsaunders@mozilla.com>
33885
33886 PR tree-optimization/64326
33887 * cfghooks.c (make_forwarder_block): Cap frequency of created block.
33888
33889 2015-02-10 Rainer Emrich <rainer@emrich-ebersheim.de>
33890
33891 PR gcov-profile/61889
33892 * gcov-tool.c: Remove wrong #if !defined(_WIN32)
33893
33894 2015-02-10 Richard Biener <rguenther@suse.de>
33895
33896 PR tree-optimization/64995
33897 * tree-ssa-sccvn.c (set_ssa_val_to): Assert that the
33898 value we use is final.
33899 (visit_reference_op_store): Always valueize op.
33900 (visit_use): Properly valueize vuses.
33901
33902 2015-02-10 Richard Biener <rguenther@suse.de>
33903
33904 PR tree-optimization/64909
33905 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Properly
33906 pass a scalar-stmt count estimate to the cost model.
33907 * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost): Likewise.
33908
33909 2015-02-10 Alexander Monakov <amonakov@ispras.ru>
33910
33911 * doc/invoke.texi (-fvar-tracking-assignments): Clarify that VTA is
33912 enabled by default together with var-tracking.
33913
33914 2015-02-10 Nick Clifton <nickc@redhat.com>
33915
33916 * config/rl78/rl78.c: Remove DIV attribute code accidentally
33917 included in previous rl78 commit.
33918
33919 2015-02-10 Richard Biener <rguenther@suse.de>
33920
33921 * tree-streamer.h (streamer_read_tree_bitfields): Adjust.
33922 * tree-streamer-in.c (streamer_read_tree_bitfields): Do not
33923 return the bitpack.
33924
33925 2015-02-09 Trevor Saunders <tsaunders@mozilla.com>
33926
33927 PR gcov-profile/61889
33928 * config.in: regenerate.
33929 * configure.in: Likewise.
33930 * configure.ac: Check for ftw.h.
33931 * gcov-tool.c: Check for ftw.h before using nftw.
33932
33933 2015-02-09 Trevor Saunders <tsaunders@mozilla.com>
33934
33935 PR lto/64076
33936 * ipa-visibility.c (update_visibility_by_resolution_info): Only
33937 assert when not in lto mode.
33938
33939 2015-02-09 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
33940
33941 * ira-color.c (setup_left_conflict_sizes_p): Simplify
33942 initialization/assignment of conflict_size.
33943
33944 2015-02-09 Jan Hubicka <hubicka@ucw.cz>
33945
33946 PR ipa/64978
33947 * ipa-cp.c (gather_caller_stats): Skip thunks.
33948 (propagate_constants_topo): Skip aliases.
33949
33950 2015-02-09 Kaz Kojima <kkojima@gcc.gnu.org>
33951
33952 PR target/64761
33953 * config/sh/sh.c (sh_option_override): Don't change
33954 -freorder-blocks-and-partition to -freorder-blocks even when
33955 unwinding is enabled.
33956 (sh_can_follow_jump): Return false if the followee jump is
33957 a crossing jump when -freorder-blocks-and-partition is specified.
33958 * config/sh/sh.md (*jump_compact_crossing): New insn.
33959
33960 2015-02-09 Joern Rennecke <joern.rennecke@embecosm.com>
33961 Kaz Kojima <kkojima@gcc.gnu.org>
33962
33963 PR target/64761
33964 * config/sh/sh-protos.h (sh_can_redirect_branch): Don't declare.
33965 * config/sh/sh.c (TARGET_CAN_FOLLOW_JUMP): Redefine.
33966 (sh_can_redirect_branch): Rename to ...
33967 (sh_can_follow_jump): ... this. Constify argument types.
33968 * config/sh/sh.h (MD_CAN_REDIRECT_BRANCH): Don't define.
33969 * doc/tm.texi.in (MD_CAN_REDIRECT_BRANCH): Remove documentation.
33970 * reorg.c (steal_delay_list_from_target): Use targetm.can_follow_jump.
33971 * doc/tm.texi: Regenerate.
33972
33973 2015-02-09 Jakub Jelinek <jakub@redhat.com>
33974
33975 PR sanitizer/64981
33976 * builtins.c (expand_builtin): Call targetm.expand_builtin
33977 for BUILT_IN_MD builtins regardless of asan_intercepted_p.
33978
33979 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
33980
33981 PR ipa/61548
33982 * tree-emutls.c (ipa_lower_emutls): Avoid duplicates in TLS_VARS.
33983
33984 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
33985
33986 PR ipa/63566
33987 * ipa-icf.c (set_local): New function.
33988 (sem_function::merge): Use it.
33989
33990 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
33991
33992 * ipa-devirt.c (odr_types_equivalent_p): Fix formating.
33993 (add_type_duplicate): Fix comparison of BINFOs.
33994
33995 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
33996
33997 * ipa-polymorphic-call.c (ipa_polymorphic_call_context): Avoid ICE
33998 on getting VOID pointer.
33999
34000 2015-02-09 Jakub Jelinek <jakub@redhat.com>
34001
34002 PR target/64979
34003 * tree-stdarg.c (pass_stdarg::execute): Scan phi node args for
34004 va_list escapes.
34005
34006 2015-02-09 Richard Biener <rguenther@suse.de>
34007
34008 * genmatch.c (replace_id): Copy expr_type.
34009
34010 2015-02-09 Richard Biener <rguenther@suse.de>
34011
34012 * tree-streamer.h (streamer_pack_tree_bitfields): Remove.
34013 (streamer_write_tree_bitfields): Declare.
34014 * tree-streamer-in.c (unpack_ts_base_value_fields): Inline,
34015 properly unpack padding.
34016 (unpack_value_fields): Inline ...
34017 (streamer_read_tree_bitfields): ... here.
34018 * tree-streamer-out.c (pack_ts_base_value_fields): Inline
34019 and properly add padding bits.
34020 (streamer_pack_tree_bitfields): Fold into ...
34021 (streamer_write_tree_bitfields): ... this new function,
34022 exposing the bitpack object.
34023 * lto-streamer-out.c (lto_write_tree_1): Call
34024 streamer_write_tree_bitfields.
34025
34026 2015-02-09 Richard Biener <rguenther@suse.de>
34027
34028 PR tree-optimization/54000
34029 * tree-ssa-looo-ivopts.c: Include tree-vectorizer.h.
34030 (struct ivopts_data): Add loop_loc member.
34031 (tree_ssa_iv_optimize_loop): Dump loop location.
34032 (create_new_ivs): Likewise, also dump number of IVs generated.
34033
34034 2015-02-09 Martin Liska <mliska@suse.cz>
34035
34036 * ipa-icf.c (sem_item_optimizer::register_hooks): Register hooks
34037 just if not yet registered.
34038 (ipa_icf_generate_summary): Register callgraph hooks.
34039
34040 2015-02-08 Andrew Pinski <apinski@cavium.com>
34041
34042 * config/aarch64/aarch64.c (gty_dummy): Delete.
34043
34044 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
34045
34046 PR ipa/63566
34047 * ipa-visibility.c (cgraph_node::non_local_p): Accept aliases.
34048 (cgraph_node::local_p): Remove thunk related FIXME.
34049
34050 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
34051
34052 PR ipa/63566
34053 * i386.c (ix86_function_regparm): Look through aliases to see if callee
34054 is local and optimized.
34055 (ix86_function_sseregparm): Likewise; also use target's SSE math
34056 settings; error out instead of silently generating wrong code
34057 on mismatches.
34058 (init_cumulative_args): Look through aliases.
34059
34060 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
34061
34062 PR ipa/63566
34063 * ipa-split.c (execute_split_functions): Split if function has aliases.
34064
34065 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
34066
34067 PR ipa/63566
34068 * cgraphunit.c (cgraph_node::analyze): Be sure target of thunk is
34069 aliases before trying to expand it.
34070 (cgraph_node::expand_thunk): Fix formating.
34071
34072 2015-02-07 Sandra Loosemore <sandra@codesourcery.com>
34073
34074 * doc/extend.texi (Function Attributes [naked]): Copy-edit.
34075 (Using Assembly Language with C): Expand introduction.
34076 (Basic Asm): Copy-edit. Add more information about uses of
34077 basic asm.
34078 (Extended Asm): Copy-edit. Document new escape syntax and
34079 %l[label] syntax.
34080 (Global Reg Vars): Copy-edit.
34081 (Local Reg Vars): Likewise.
34082
34083 2015-02-06 David Edelsohn <dje.gcc@gmail.com>
34084
34085 PR debug/2714
34086 PR bootstrap/64256
34087 * xcoffout.h (DBX_CONTIN_LENGTH): Define as 16384.
34088 (DBX_CONTIN_CHAR): Define.
34089
34090 2015-02-06 Sebastian Pop <s.pop@samsung.com>
34091 Brian Rzycki <b.rzycki@samsung.com>
34092
34093 PR tree-optimization/64878
34094 * tree-ssa-threadedge.c: Include tree-ssa-loop.h.
34095 (fsm_find_control_statement_thread_paths): Add parameter seen_loop_phi.
34096 Stop recursion at loop phi nodes after having visited a loop phi node.
34097
34098 2015-02-06 Jakub Jelinek <jakub@redhat.com>
34099
34100 * toplev.c (process_options): Change flag_ipa_ra before creating
34101 optimization_{default,current}_node.
34102
34103 PR ipa/64896
34104 * cgraphunit.c (cgraph_node::expand_thunk): If
34105 restype is not is_gimple_reg_type nor the thunk_fndecl
34106 returns aggregate_value_p, set restmp to a temporary variable
34107 instead of resdecl.
34108
34109 2015-02-06 Vladimir Makarov <vmakarov@redhat.com>
34110
34111 * lra.c (lra_emit_add): Fix a typo in using disp instead of base.
34112
34113 2015-02-06 Michael Meissner <meissner@linux.vnet.ibm.com>
34114
34115 PR target/64205
34116 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Do not
34117 add a general secondary reload handler for SDmode, unless we have
34118 both read/write support for SDmode.
34119
34120 2015-02-06 Jakub Jelinek <jakub@redhat.com>
34121
34122 PR middle-end/64937
34123 * dwarf2out.c (set_block_abstract_flags, set_decl_abstract_flags):
34124 Replace setting argument with abstract_vec, always set BLOCK_ABSTRACT
34125 or DECL_ABSTRACT_P flags to 1 rather than to setting, and if it wasn't
34126 1 before, push it to abstract_vec.
34127 (dwarf2out_abstract_function): Adjust caller. Don't call
34128 set_decl_abstract_flags second time, instead clear BLOCK_ABSTRACT or
34129 DECL_ABSTRACT_P flags for all abstract_vec elts.
34130
34131 2015-02-06 Renlin Li <renlin.li@arm.com>
34132
34133 * tree-ssa-forwprop.c (execute): Keep location info while rewrite
34134 complex gimple.
34135 * tree-ssa.c (execute_update_addresses_taken): Likewise.
34136
34137 2015-02-06 Jeff Law <law@redhat.com>
34138
34139 PR target/64889
34140 * config/h8300/h8300.c (push): New argument "in_prologue".
34141 Pass "in_prologue" along to "F".
34142 (h8300_push_pop): Corresponding changes.
34143 (h8300_expand_prologue): Likewise.
34144 (h8300_swap_into_er6): Likewise. Do not set RTX_FRAME_RELATED_P.
34145
34146 2015-02-06 Jakub Jelinek <jakub@redhat.com>
34147
34148 PR rtl-optimization/64957
34149 PR debug/64817
34150 * simplify-rtx.c (simplify_binary_operation_1): Use ~cval for
34151 IOR rather than for AND.
34152
34153 2015-02-06 Eric Botcazou <ebotcazou@adacore.com>
34154
34155 PR target/62631
34156 * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Use the mininum of costs
34157 of shift-add and (add + shift) operations. Rename local variable.
34158
34159 2015-02-05 Jeff Law <law@redhat.com>
34160
34161 PR target/17306
34162 * config/h8300/constraints.md (U): Correctly dectect
34163 "eightbit_data" memory addresses.
34164 * config/h8300/h8300.c (eightbit_constant_address_p): Also
34165 handle (const (plus (symbol_ref (x)))) where x is declared
34166 as an 8-bit data memory address.
34167 * config/h8300/h8300.md (call, call_value): Correctly detect
34168 "funcvec" functions.
34169
34170 PR target/43264
34171 * config/h8300/h8300.c (get_shift_alg): Fix ASHIFTRT by
34172 24 to 28 bits for the H8/300.
34173
34174 2015-02-06 Alan Modra <amodra@gmail.com>
34175
34176 PR target/64876
34177 * config/rs6000/rs6000.c (chain_already_loaded): New function.
34178 (rs6000_call_aix): Use it.
34179
34180 2015-02-05 Jan Hubicka <hubicka@ucw.cz>
34181
34182 * ipa-cp.c (ipa_value_from_jfunc, ipa_context_from_jfunc): Add bounds
34183 check.
34184
34185 2015-02-05 Joern Rennecke <joern.rennecke@embecosm.com>
34186
34187 * config/h8300/constraints.md ("U" constraint): Use strict
34188 variant of REG_OK_FOR_BASE_P after reload has started.
34189
34190 2015-02-04 Mantas Mikaitis <mantas.mikaitis@arm.com>
34191
34192 * config/arm/arm.h (TARGET_NEON_FP): Removed conditional definition,
34193 define to zero if !TARGET_NEON.
34194 (TARGET_ARM_FP): Added !TARGET_SOFT_FLOAT into conditional definition.
34195
34196 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
34197 Trevor Saunders <tsaunders@mozilla.com>
34198
34199 PR ipa/61548
34200 * tree-emultls.c (new_emutls_decl): Resolve alias after creating it.
34201
34202 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
34203
34204 PR ipa/61548
34205 * ipa.c (symbol_table::remove_unreachable_nodes): Fix ordering issue
34206 when removing varpool nodes.
34207
34208 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
34209
34210 PR ipa/61548
34211 * varpool.c (varpool_node::remove): Fix order of variables.
34212
34213 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
34214
34215 PR ipa/64686
34216 * ipa-inline.c (inline_small_functions): Fix ordering issue between
34217 speculation resolution and key updates.
34218
34219 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
34220
34221 * ipa-prop.c (update_indirect_edges_after_inlining): By more careful
34222 about not letting any speculative edges unupdated.
34223
34224 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
34225
34226 PR gcov/64123
34227 * gcov-io.c (gcov_var): Export.
34228
34229 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
34230
34231 PR middle-end/64922
34232 * ipa-prop.c (update_indirect_edges_after_inlining): Correctly update
34233 edges that become speculative.
34234
34235 2015-02-04 Jakub Jelinek <jakub@redhat.com>
34236
34237 * dwarf2out.c (is_fortran): Also return true for DW_LANG_Fortran03
34238 or DW_LANG_Fortran08.
34239 (lower_bound_default): Return 1 for DW_LANG_Fortran03 or
34240 DW_LANG_Fortran08.
34241 (gen_compile_unit_die): Handle "GNU Fortran2003" and
34242 "GNU Fortran2008" language strings.
34243 * dbxout.c (get_lang_number): Use lang_GNU_Fortran.
34244 * langhooks.h (lang_GNU_Fortran): New prototype.
34245 * langhooks.c (lang_GNU_Fortran): New function.
34246 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Use
34247 lang_GNU_Fortran.
34248
34249 2015-02-04 Eric Botcazou <ebotcazou@adacore.com>
34250
34251 * config/sparc/sparc.c (RTX_OK_FOR_OFFSET_P): Fix off-by-one error.
34252 (RTX_OK_FOR_OLO10_P): Likewise.
34253
34254 2015-02-04 Eric Botcazou <ebotcazou@adacore.com>
34255
34256 * tree-ssa-loop-ivopts.c (get_address_cost): Use right mode for offset.
34257
34258 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
34259
34260 PR middle-end/64922
34261 * gimple.c: Include gimple-ssa.h.
34262 (maybe_remove_unused_call_args): New function.
34263 * gimple.h (maybe_remove_unused_call_args): Declare.
34264 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
34265 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Likewise.
34266 * gimple-fold.c (gimple_fold_call): Likewise.
34267
34268 2015-02-04 H.J. Lu <hongjiu.lu@intel.com>
34269
34270 PR rtl-optimization/64905
34271 * lra-eliminations.c (setup_can_eliminate): Clear hard frame
34272 pointer alignment if it isn't needed.
34273
34274 2015-02-04 Matthew Wahab <matthew.wahab@arm.com>
34275
34276 * config/aarch64/aarch64-cores.def: Add cortex-a72 and
34277 cortex-a72.cortex-a53.
34278 * config/aarch64/aarch64-tune.md: Regenerate.
34279 * doc/invoke.texi (AArch64 Options/-mtune): Add "cortex-a72".
34280
34281 2015-02-04 Nick Clifton <nickc@redhat.com>
34282
34283 * config/rl78/rl78.c (rl78_note_reg_set): Note the use of REGs
34284 inside a MEM.
34285
34286 2015-02-04 Jakub Jelinek <jakub@redhat.com>
34287
34288 * builtins.def (DEF_BUILTIN_CHKP): Define if not defined.
34289 (DEF_LIB_BUILTIN_CHKP, DEF_EXT_LIB_BUILTIN_CHKP): Redefine.
34290 (DEF_CHKP_BUILTIN): Define using DEF_BUILTIN_CHKP instead
34291 of DEF_BUILTIN.
34292 (BUILT_IN_MEMCPY, BUILT_IN_MEMMOVE, BUILT_IN_MEMSET, BUILT_IN_STRCAT,
34293 BUILT_IN_STRCHR, BUILT_IN_STRCPY, BUILT_IN_STRLEN): Use
34294 DEF_LIB_BUILTIN_CHKP macro instead of DEF_LIB_BUILTIN.
34295 (BUILT_IN_MEMCPY_CHK, BUILT_IN_MEMMOVE_CHK, BUILT_IN_MEMPCPY_CHK,
34296 BUILT_IN_MEMPCPY, BUILT_IN_MEMSET_CHK, BUILT_IN_STPCPY_CHK,
34297 BUILT_IN_STPCPY, BUILT_IN_STRCAT_CHK, BUILT_IN_STRCPY_CHK): Use
34298 DEF_EXT_LIB_BUILTIN_CHKP macro instead of DEF_EXT_LIB_BUILTIN.
34299 * tree-core.h (enum built_in_function): In between
34300 BEGIN_CHKP_BUILTINS and END_CHKP_BUILTINS only define enum values
34301 for builtins that use DEF_BUILTIN_CHKP macro.
34302
34303 2015-02-04 Alexandre Oliva <aoliva@redhat.com>
34304
34305 PR debug/64817
34306 * cfgexpand.c (expand_debug_expr): Compute unsignedp from
34307 operands for tcc_comparison exprs. Fix typos.
34308
34309 PR debug/64817
34310 * simplify-rtx.c (simplify_binary_operation_1): Simplify one
34311 of two XORs that have an intervening AND or IOR.
34312
34313 PR debug/64817
34314 * simplify-rtx.c (simplify_binary_operation_1): Rewrite
34315 simplification of XOR of AND to not allocate new rtx before
34316 committing to a simplification.
34317
34318 2015-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
34319
34320 * config/aarch64/aarch64-ldpstp.md: Use std::swap instead of
34321 manual swaps in all peepholes.
34322
34323 2015-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
34324
34325 * config/aarch64/aarch64.c (aarch64_evpc_ext): Use std::swap instead
34326 of manual swapping implementation.
34327 (aarch64_expand_vec_perm_const_1): Likewise.
34328
34329 2015-02-04 James Greenhalgh <james.greenhalgh@arm.com>
34330
34331 * config/aarch64/aarch64.c (NAMED_PARAM): Delete it.
34332 (generic_addrcost_table): Remove NAMED_PARAM.
34333 (cortexa57_addrcost_table): Likewise.
34334 (xgene1_addrcost_table): Likewise.
34335 (generic_regmove_table): Likewise.
34336 (cortexa53_regmove_table): Likewise.
34337 (xgene1_regmove_table): Likewise.
34338 (generic_vector_table): Likewise.
34339 (cortexa57_vector_table): Likewise.
34340 (xgene1_vector_table): Likewise.
34341 (generic_tunings): Likewise.
34342 (cortexa53_tunings): Likewise.
34343 (cortexa57_tunings): Likewise.
34344 (xgene1_tunings): Likewise.
34345
34346 2015-02-04 Matthew Wahab <matthew.wahab@arm.com>
34347
34348 * config/arm/arm-cores.def: Add cortex-a72 and
34349 cortex-a72.cortex-a53.
34350 * config/arm/bpabi.h (BE8_LINK_SPEC): Likewise.
34351 * config/arm/t-aprofile (MULTILIB_MATCHES): Likewise.
34352 * config/arm/arm-tune.md: Regenerate.
34353 * config/arm/arm-tables.opt: Add entries for "cortex-a72" and
34354 "cortex-a72.cortex-a53".
34355 * doc/invoke.texi (ARM Options/-mtune): Likewise.
34356
34357 2015-02-04 Nick Clifton <nickc@redhat.com>
34358
34359 PR target/64408
34360 * config/fr30/predicates.md (di_operand): Add SUBREG to the list
34361 of accepted codes.
34362 (nonimmediate_di_operand): Likewise.
34363
34364 * config/msp430/msp430.c (msp430_use_f5_series_hwmult): Add more
34365 prefixes of known F5 using MSP430 MCUs.
34366
34367 2015-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
34368
34369 * config/aarch64/aarch64-simd-builtins.def (sqrt): Use BUILTIN_VDQF_DF.
34370 * config/aarch64/arm_neon.h (vsqrt_f64): Use __builtin_aarch64_sqrtdf
34371 instead of __builtin_sqrt.
34372
34373 2015-02-04 Ilya Enkovich <ilya.enkovich@intel.com>
34374
34375 * varasm.c (do_assemble_alias): Follow transparent alias
34376 chain for target.
34377 (default_assemble_visibility): Follow transparent alias
34378 chain for decl name.
34379
34380 2015-02-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
34381
34382 PR middle-end/62103
34383 * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Use TYPE_PRECISION
34384 to compute size of referenced value in the constant case.
34385
34386 2015-02-03 Jakub Jelinek <jakub@redhat.com>
34387
34388 PR rtl-optimization/64756
34389 * cse.c (invalidate_dest): New function.
34390 (cse_insn): Use it. If dest != SET_DEST (sets[i].rtl) and
34391 HASH (SET_DEST (sets[i].rtl), mode) computation sets do_not_record,
34392 invalidate and do not record it.
34393
34394 2015-02-03 Oleg Endo <olegendo@gcc.gnu.org>
34395
34396 PR target/64660
34397 * config/sh/sync.md (atomic_<fetchop_name><mode>_hard,
34398 atomic_not<mode>_hard, atomic_<fetchop_name><mode>_soft_tcb,
34399 atomic_not<mode>_soft_tcb, atomic_nand<mode>_hard,
34400 atomic_nand<mode>_soft_tcb): New insns.
34401 (atomic_fetch_<fetchop_name>si_hard): Convert to insn_and_split.
34402 Split into atomic_<fetchop_name>_fetchsi_hard if operands[0] is unused.
34403 (define_insn "atomic_fetch_notsi_hard): Convert to insn_and_split.
34404 Split into atomic_not_fetchsi_hard if operands[0] is unused.
34405 (atomic_fetch_<fetchop_name><mode>_hard): Convert to insn_and_split.
34406 Split into atomic_<fetchop_name><mode>_hard if operands[0] is unused.
34407 (atomic_fetch_not<mode>_hard): Convert to insn_and_split. Split into
34408 atomic_not<mode>_hard if operands[0] is unused.
34409 (atomic_fetch_<fetchop_name><mode>_soft_gusa): Convert to
34410 insn_and_split. Split into atomic_<fetchop_name>_fetch<mode>_soft_gusa
34411 if operands[0] is unused.
34412 (atomic_fetch_not<mode>_soft_gusa): Convert to insn_and_split. Split
34413 into atomic_not_fetch<mode>_soft_gusa if operands[0] is unused.
34414 (atomic_fetch_<fetchop_name><mode>_soft_tcb): Convert to insn_and_split.
34415 Split into atomic_<fetchop_name><mode>_soft_tcb if operands[0] is
34416 unused.
34417 (atomic_fetch_not<mode>_soft_tcb): Convert to insn_and_split. Split
34418 into atomic_not<mode>_soft_tcb if operands[0] is unused.
34419 (atomic_fetch_<fetchop_name><mode>_soft_imask): Convert to
34420 insn_and_split. Split into atomic_<fetchop_name>_fetch<mode>_soft_imask
34421 if operands[0] is unused.
34422 (atomic_fetch_not<mode>_soft_imask): Convert to insn_and_split. Split
34423 into atomic_not_fetch<mode>_soft_imask is operands[0] is unused.
34424 (atomic_fetch_nandsi_hard): Convert to insn_and_split. Split into
34425 atomic_nand_fetchsi_hard if operands[0] is unused.
34426 (atomic_fetch_nand<mode>_hard): Convert to insn_and_split. Split into
34427 atomic_nand<mode>_hard if operands[0] is unused.
34428 (atomic_fetch_nand<mode>_soft_gusa): Convert to insn_and_split. Split
34429 into atomic_nand_fetch<mode>_soft_gusa if operands[0] is unused.
34430 (atomic_fetch_nand<mode>_soft_tcb): Convert to insn_and_split. Split
34431 into atomic_nand<mode>_soft_tcb if operands[0] is unused.
34432 (atomic_fetch_nand<mode>_soft_imask): Convert to insn_and_split. Split
34433 into atomic_nand_fetch<mode>_soft_imask if operands[0] is unused.
34434 (atomic_<fetchop_name>_fetch<mode>_hard): Convert to insn_and_split.
34435 Split into atomic_<fetchop_name><mode>_hard if operands[0] is unused.
34436 (atomic_not_fetch<mode>_hard): Convert to insn_and_split. Split into
34437 atomic_not<mode>_hard if operands[0] is unused.
34438 (atomic_<fetchop_name>_fetch<mode>_soft_tcb): Convert to insn_and_split.
34439 Split into atomic_<fetchop_name><mode>_soft_tcb if operands[0] is
34440 unused.
34441 (atomic_not_fetch<mode>_soft_tcb): Convert to insn_and_split. Split
34442 into atomic_not<mode>_soft_tcb if operands[0] is unused.
34443 (atomic_nand_fetch<mode>_hard): Convert to insn_and_split. Split into
34444 atomic_nand<mode>_hard if operands[0] is unused.
34445 (atomic_nand_fetch<mode>_soft_tcb): Convert to insn_and_split. Split
34446 into atomic_nand<mode>_soft_tcb if operands[0] is unused.
34447
34448 2015-02-03 David Malcolm <dmalcolm@redhat.com>
34449
34450 PR jit/64810
34451 * Makefile.in (GCC_OBJS): Add gcc-main.o.
34452 * gcc-main.c: New file, containing "main" taken from gcc.c.
34453 * gcc.c (do_self_spec): Free decoded_options.
34454 (class driver): Move declaration to gcc.h.
34455 (main): Move declaration and implementation to new file
34456 gcc-main.c.
34457 (driver_get_configure_time_options): New function.
34458 * gcc.h (class driver): Move this declaration here, from
34459 gcc.c.
34460 (driver_get_configure_time_options): New declaration.
34461
34462 2015-02-03 Jan Hubicka <hubicka@ucw.cz>
34463
34464 * ipa-inline-analysis.c (simple_edge_hints): Fix check for
34465 cross-module inlining.
34466 * cgraph.h (cgraph_node): Add flag merged.
34467 * ipa-icf.c (sem_function::merge): Maintain it.
34468
34469 2015-02-03 Richard Sandiford <richard.sandiford@arm.com>
34470
34471 * config/arm/arm.c (thumb2_reorg): Test UNARY_P and BINARY_P
34472 instead of OBJECT_P.
34473
34474 2015-02-03 Eric Botcazou <ebotcazou@adacore.com>
34475
34476 PR target/62631
34477 * config/sparc/sparc.h (TARGET_HARD_MUL): Remove TARGET_V8PLUS.
34478 (TARGET_HARD_MUL32): Rewrite based on TARGET_HARD_MUL.
34479 * config/sparc/sparc.c (sparc_rtx_costs) <MULT>: Return costs based on
34480 int_mulX for integers in 64-bit mode if TARGET_HARD_MUL is not set.
34481
34482 2015-02-03 Jakub Jelinek <jakub@redhat.com>
34483
34484 PR other/63504
34485 * combine.c (reg_n_sets_max): New variable.
34486 (can_change_dest_mode, reg_nonzero_bits_for_combine,
34487 reg_num_sign_bit_copies_for_combine, get_last_value_validate,
34488 get_last_value): Use REG_N_SETS only on pseudos < reg_n_sets_max.
34489 (try_combine): Use INC_REG_N_SETS only on pseudos < reg_n_sets_max.
34490 (rest_of_handle_combine): Initialize reg_n_sets_max.
34491
34492 2015-02-02 Jan Hubicka <hubicka@ucw.cz>
34493
34494 * ipa-inline.c (early_inliner): Skip inlining only in always_inlined;
34495 if some always_inline was inlined, apply changes before inlining
34496 heuristically.
34497
34498 2015-02-02 David Malcolm <dmalcolm@redhat.com>
34499
34500 PR jit/64810
34501 * config/arm/arm.c (arm_option_override): Set
34502 arm_selected_arch/cpu/tune to NULL on entry.
34503
34504 2015-02-02 Tejas Belagod <tejas.belagod@arm.com>
34505 Andrew Pinski <pinskia@gcc.gnu.org>
34506 Jakub Jelinek <jakub@gcc.gnu.org>
34507
34508 PR target/64231
34509 * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix large
34510 integer typing for small model. Use IN_RANGE.
34511
34512 2015-02-02 Richard Biener <rguenther@suse.de>
34513
34514 * tree-ssa-ccp.c (valueize_op_1): Always allow valueizing default-defs.
34515 * tree-vrp.c (vrp_valueize_1): Likewise.
34516
34517 2015-02-02 Alan Modra <amodra@gmail.com>
34518
34519 * config/rs6000/rs6000.c (rs6000_call_aix): Use unspec rather
34520 than mem for toc_restore.
34521 * config/rs6000/rs6000.md (UNSPEC_TOCSLOT): Define.
34522 (call_indirect_aix, call_value_indirect_aix): Adjust to suit.
34523 (call_indirect_elfv2, call_value_indirect_elfv2): Likewise.
34524
34525 2015-02-01 David Edelsohn <dje.gcc@gmail.com>
34526
34527 PR target/64047
34528 * config/rs6000/rs6000.c (rs6000_set_current_function): Handle
34529 explicit default options.
34530
34531 2015-02-01 Jan Hubicka <hubicka@ucw.cz>
34532
34533 PR ipa/64872
34534 * ipa-utils.c (ipa_merge_profiles): Add release argument.
34535 * ipa-icf.c (sem_function::merge): Do not release body when merging.
34536 * ipa-utils.h (ipa_merge_profiles): Update prototype.
34537
34538 2015-02-01 Jakub Jelinek <jakub@redhat.com>
34539
34540 PR debug/64817
34541 * cfgexpand.c (deep_ter_debug_map): New variable.
34542 (avoid_deep_ter_for_debug): New function.
34543 (expand_debug_expr): If TERed SSA_NAME is in
34544 deep_ter_debug_map, use the corresponding DEBUG_EXPR_DECL
34545 instead of trying to expand SSA_NAME's def stmt.
34546 (expand_debug_locations): When expanding debug bind
34547 of a DEBUG_EXPR_DECL to corresponding SSA_NAME,
34548 temporarily remove the DEBUG_EXPR_DECL from deep_ter_debug_map's
34549 value.
34550 (pass_expand::execute): Call avoid_deep_ter_for_debug on
34551 all debug bind stmts. Delete deep_ter_debug_map after
34552 expand_debug_location if non-NULL and clear it.
34553
34554 2015-02-01 Oleg Endo <olegendo@gcc.gnu.org>
34555
34556 PR target/64851
34557 * config/sh/sync.md (atomic_fetch_notsi_hard,
34558 atomic_fetch_not<mode>_hard, atomic_fetch_not<mode>_soft_gusa,
34559 atomic_fetch_not<mode>_soft_tcb, atomic_fetch_not<mode>_soft_imask,
34560 atomic_not_fetchsi_hard, atomic_not_fetch<mode>_hard,
34561 atomic_not_fetch<mode>_soft_gusa, atomic_not_fetch<mode>_soft_tcb,
34562 atomic_not_fetch<mode>_soft_imask): New insns.
34563
34564 2015-02-01 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
34565
34566 * haifa-sched.c (INSN_RFS_DEBUG_ORIG_ORDER): New access macro.
34567 (rank_for_schedule_debug): Split from ...
34568 (rank_for_schedule): ... this.
34569 (ready_sort): Sort DEBUG_INSNs separately from normal INSNs.
34570 * sched-int.h (struct _haifa_insn_data): New field rfs_debug_orig_order.
34571
34572 2015-01-31 Sandra Loosemore <sandra@codesourcery.com>
34573
34574 * doc/md.texi (Machine Constraints): Alphabetize table by target.
34575 * doc/extend.texi (x86 Variable Attributes): Move section to
34576 correct alphabetization after renaming.
34577 (x86 Type Attributes): Likewise.
34578 (Target Builtins): Re-alphabetize menu.
34579 (x86 Built-in Functions): Move section to correct alphabetization
34580 after renaming.
34581 (x86 transactional memory intrinsics): Likewise.
34582 * doc/invoke.texi (Option Summary): Re-alphabetize x86 Options
34583 and x86 Windows Options in table and menu.
34584 (x86 Options): Move section to correct alphabetization after
34585 renaming.
34586 (x86 Windows Options): Likewise.
34587
34588 2015-01-31 Sandra Loosemore <sandra@codesourcery.com>
34589
34590 * doc/extend.texi: Use "x86", "x86-32", and "x86-64" as the
34591 preferred names of the architecture and its 32- and 64-bit
34592 variants.
34593 * doc/invoke.texi: Likewise.
34594 * doc/md.texi: Likewise.
34595
34596 2015-01-31 Uros Bizjak <ubizjak@gmail.com>
34597
34598 PR target/64882
34599 * config/i386/predicates.md (address_no_seg_operand): Reject
34600 non-CONST_INT_P operands in invalid mode.
34601
34602 2015-01-31 Uros Bizjak <ubizjak@gmail.com>
34603
34604 * config/i386/i386.md (*prefetch_prefetchw1): Remove mode of
34605 address_operand 0. Rename from *prefetch_prefetchwt1_<mode>.
34606 * config/i386/predicates.md (address_no_seg_operand): Call
34607 address_operand with VOIDmode.
34608 (vsib_address_operand): Ditto.
34609 (address_mpx_no_base_operand): Ditto.
34610 (address_mpx_no_index_operand): Ditto.
34611
34612 2015-01-30 Vladimir Makarov <vmakarov@redhat.com>
34613
34614 PR target/64688
34615 * lra-constraints.c (original_subreg_reg_mode): New.
34616 (simplify_operand_subreg): Try to simplify subreg of const. Use
34617 original_subreg_reg_mode for it.
34618 (swap_operands): Update original_subreg_reg_mode.
34619 (curr_insn_transform): Set up original_subreg_reg_mode.
34620
34621 2015-01-30 Vladimir Makarov <vmakarov@redhat.com>
34622
34623 PR target/64617
34624 * lra-constraints.c (prohibited_class_reg_set_mode_p): New
34625 function.
34626 (process_alt_operands): Use it.
34627 (curr_insn_transform): Check the optional reload pseudo class is
34628 ok for the mode.
34629
34630 2015-01-30 Joseph Myers <joseph@codesourcery.com>
34631
34632 * diagnostic.c (fatal_error (const char *, ...)): Remove function.
34633 * diagnostic-core.h (fatal_error (const char *, ...)): Remove
34634 prototype.
34635 * toplev.h (init_asm_output): Update comment on use of
34636 UNKNOWN_LOCATION with fatal_error.
34637 * cgraph.c, collect-utils.c, collect2.c, config/arc/arc.c,
34638 config/arc/arc.md, config/avr/avr.c, config/c6x/c6x.h,
34639 config/darwin.c, config/host-darwin.c, config/i386/host-cygwin.c,
34640 config/i386/intelmic-mkoffload.c, config/nios2/nios2.c,
34641 config/nvptx/mkoffload.c, config/nvptx/nvptx.h,
34642 config/rs6000/host-darwin.c, config/rs6000/rs6000.c,
34643 config/s390/s390.c, gcc.c, gcov-io.h, gcov-tool.c, ggc-common.c,
34644 ggc-page.c, graph.c, ipa-inline-analysis.c, ipa-reference.c,
34645 lto-cgraph.c, lto-section-in.c, lto-streamer-in.c, lto-streamer.c,
34646 lto-wrapper.c, objc/objc-act.c, opts.c, passes.c, plugin.c,
34647 tlink.c, toplev.c, tree-streamer-in.c, varpool.c: All callers of
34648 fatal_error changed to pass input_location as first argument.
34649
34650 2015-01-30 Martin Liska <mliska@suse.cz>
34651
34652 * tree.h: Change GCC_VERSION >= 4004 to GCC_VERSION >= 4006
34653 in #pragma GCC diagnostic guards.
34654
34655 2015-01-30 Richard Biener <rguenther@suse.de>
34656
34657 PR tree-optimization/64829
34658 * tree-vect-patterns.c (vect_handle_widen_op_by_const): Do
34659 not add a widening conversion pattern but hand off extra
34660 widenings to callers.
34661 (vect_recog_widen_mult_pattern): Handle extra widening produced
34662 by vect_handle_widen_op_by_const.
34663 (vect_recog_widen_shift_pattern): Likewise.
34664 (vect_pattern_recog_1): Remove excess vertical space in dumping.
34665 * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
34666 (vect_init_vector_1): Likewise.
34667 (vect_get_vec_def_for_operand): Likewise.
34668 (vect_finish_stmt_generation): Likewise.
34669 (vectorizable_load): Likewise.
34670 (vect_analyze_stmt): Likewise.
34671 (vect_is_simple_use): Likewise.
34672
34673 2015-01-29 Jeff Law <law@redhat.com>
34674
34675 * combine.c (try_combine): Fix typo in comment.
34676
34677 2015-01-29 Segher Boessenkool <segher@kernel.crashing.org>
34678
34679 PR target/64580
34680 * config.rs6000/rs6000.c (compute_vrsave_mask): Reverse loop order.
34681 (rs6000_stack_info): Add assert.
34682 (rs6000_output_savres_externs): New function, split off from...
34683 (rs6000_output_function_prologue): ... here. Do not call it for
34684 thunks.
34685
34686 2015-01-29 Jeff Law <law@redhat.com>
34687
34688 PR target/15184
34689 * combine.c (try_combine): If I0 is a memory load and I3 a store
34690 to a related address, increase the "goodness" of doing a 4-insn
34691 combination with I0-I3.
34692 (make_field_assignment): Handle SUBREGs in the ior+and case.
34693
34694 2015-01-29 Yuri Rumyantsev <ysrumyan@gmail.com>
34695
34696 PR tree-optimization/64746
34697 * tree-if-conv.c (mask_exists): New function.
34698 (predicate_mem_writes): Save created mask with given size for further
34699 use.
34700 (stmt_is_root_of_bool_pattern): Remove argument VAR and store to it.
34701 (ifcvt_repair_bool_pattern): Collect all statements that are root
34702 of bool pattern and use iterative algorithm to remove multiple uses
34703 of predicates, display number of required iterations.
34704
34705 2015-01-29 Richard Biener <rguenther@suse.de>
34706
34707 PR tree-optimization/64853
34708 * tree-vrp.c (vrp_valueize_1): Do not return anything if the
34709 stmt will get simulated again.
34710 * tree-ssa-ccp.c (valueize_op_1): Likewise.
34711
34712 2015-01-29 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
34713
34714 * config/arm/arm.c (arm_emit_multi_reg_pop): Simplify definition of
34715 return_in_pc. Remove redundant assignments.
34716 (thumb2_emit_ldrd_pop): Simplify definition of return_in_pc.
34717 (arm_expand_epilogue): Don't compare boolean with true in if condition.
34718
34719 2015-01-29 Uros Bizjak <ubizjak@gmail.com>
34720
34721 * config/i386/i386.c (ix86_mode_after): Make static.
34722
34723 2015-01-29 Richard Biener <rguenther@suse.de>
34724
34725 PR tree-optimization/64844
34726 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Always
34727 dump cost model analysis.
34728 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
34729 Do not register adjusted load/store costs here.
34730
34731 2015-01-29 Ilya Enkovich <ilya.enkovich@intel.com>
34732 Uros Bizjak <ubizjak@gmail.com>
34733
34734 * config/i386/i386-protos.h (ix86_use_pseudo_pic_reg): New.
34735 * config/i386/i386.h (PIC_OFFSET_TABLE_REGNUM): Simplify by
34736 using x86_use_pseudo_pic_reg.
34737 * config/i386/i386.c (ix86_conditional_register_usage): Remove
34738 support for fixed PIC register.
34739 (ix86_use_pseudo_pic_reg): Not static any more.
34740
34741 2015-01-29 Ilya Enkovich <ilya.enkovich@intel.com>
34742
34743 PR middle-end/64805
34744 * ipa-inline.c (early_inliner): Rebuild IPA_REF_CHKP reference
34745 to avoid error in cgraph node verification.
34746
34747 2015-01-29 Marek Polacek <polacek@redhat.com>
34748
34749 * doc/standards.texi: Reflect that the default for C is gnu11.
34750
34751 2015-01-29 Kaz Kojima <kkojima@gcc.gnu.org>
34752
34753 PR target/64761
34754 * reorg.c (switch_text_sections_between_p): New function.
34755 (relax_delay_slots): Call it when testing if the jump insn
34756 is removable. Use targetm.can_follow_jump when testing if
34757 the conditional branch can follow an unconditional jump.
34758
34759 2015-01-27 Caroline Tice <cmtice@google.com>
34760
34761 Committing VTV Cywin/Ming patch for Patrick Wollgast
34762 * config/i386/cygwin.h (STARTFILE_SPEC): Add vtv_start.o,
34763 if -fvtable-verify=preinit/std is used.
34764 * config/i386/mingw-w64.h (STARTFILE_SPEC): Likewise.
34765 * config/i386/mingw32.h (STARTFILE_SPEC): Likewise.
34766 * config/i386/cygwin.h (ENDFILE_SPEC): Add vtv_end.o,
34767 if -fvtable-verify=preinit/std is used.
34768 * config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
34769 * config/i386/cygwin.h (LIB_SPEC): Pass -lvtv and -lpsapi,
34770 if -fvtable-verify=preinit/std is used.
34771 * config/i386/mingw-w64.h (LIB_SPEC): Likewise.
34772 * config/i386/mingw32.h (LIB_SPEC): Likewise.
34773 * varasm.c (assemble_variable): Add code to properly set the comdat
34774 section and name for the .vtable_map_vars section in case the
34775 target is PE or COFF.
34776
34777 2015-01-29 Jan Hubicka <hubicka@ucw.cz>
34778
34779 PR ipa/64801
34780 * cgraphunit.c (init_lowered_empty_function): Add CoUNT parameter;
34781 make sane BB profile.
34782 (cgraph_node::expand_thunk): Make sane BB profile.
34783 (cgraph_node::create_wrapper): Do not set call_stmt_cannot_inline_p.
34784 * cgraph.h (init_lowered_empty_function): Update prototype.
34785 * config/i386/i386.c (make_resolver_func): Update call.
34786 * predict.c (gate): Disable branch prediction pass if
34787 profile is already there.
34788
34789 2015-01-29 Jan Hubicka <hubicka@ucw.cz>
34790
34791 * optc-save-gen.awk: flag_fp_contract_mode is no longer speical.
34792 * opth-gen.awk: Likewise.
34793 * common.opt: Mark flag_fp_contract_mode as Optimization.
34794
34795 2015-01-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
34796
34797 * config/i386/cygwin.h (LIBGCJ_SONAME): Set libgcj version to -16.
34798 * config/i386/mingw32.h (LIBGCJ_SONAME): Set libgcj version to -16.
34799
34800 2015-01-28 Oleg Endo <olegendo@gcc.gnu.org>
34801
34802 PR target/64659
34803 * config/sh/predicates.md (atomic_arith_operand,
34804 atomic_logical_operand): Remove.
34805 * config/sh/sync.md (fetchop_predicate, fetchop_constraint): Remove.
34806 (atomic_arith_operand_0): New predicate.
34807 (atomic_compare_and_swap<mode>): Use arith_reg_dest for output values.
34808 Use atomic_arith_operand_0 for input values.
34809 (atomic_compare_and_swapsi_hard, atomic_compare_and_swap<mode>_hard,
34810 atomic_compare_and_swap<mode>_soft_gusa,
34811 atomic_compare_and_swap<mode>_soft_tcb,
34812 atomic_compare_and_swap<mode>_soft_imask): Use arith_reg_dest and
34813 arith_reg_operand instead of register_operand.
34814 (atomic_exchange<mode>): Use arith_reg_dest for output value. Use
34815 atomic_arith_operand_0 for newval input.
34816 (atomic_exchangesi_hard, atomic_exchange<mode>_hard,
34817 atomic_exchange<mode>_soft_gusa, atomic_exchange<mode>_soft_tcb,
34818 atomic_exchange<mode>_soft_imask): Use arith_reg_dest and
34819 arith_reg_operand instead of register_operand.
34820 (atomic_arith_operand_1, atomic_logical_operand_1): New predicates.
34821 fetchop_predicate_1, fetchop_constraint_1_llcs,
34822 fetchop_constraint_1_gusa, fetchop_constraint_1_tcb,
34823 fetchop_constraint_1_imask): New code iterator attributes.
34824 (atomic_fetch_<fetchop_name><mode>): Use arith_reg_dest instead of
34825 register_operand. Use fetchop_predicate_1.
34826 (atomic_fetch_<fetchop_name>si_hard,
34827 atomic_fetch_<fetchop_name><mode>_hard): Use arith_reg_dest instead of
34828 register_operand. Use fetchop_predicate_1, fetchop_constraint_1_llcs.
34829 (atomic_fetch_<fetchop_name><mode>_soft_gusa): Use arith_reg_dest
34830 and arith_reg_operand instead of register_operand. Use
34831 fetchop_predicate_1, fetchop_constraint_1_gusa.
34832 (atomic_fetch_<fetchop_name><mode>_soft_tcb): Use arith_reg_dest
34833 and arith_reg_operand instead of register_operand. Use
34834 fetchop_predicate_1, fetchop_constraint_1_tcb. Adjust asm sequence
34835 to allow R0 usage.
34836 (atomic_fetch_<fetchop_name><mode>_soft_imask): Use arith_reg_dest
34837 and arith_reg_operand instead of register_operand. Use
34838 fetchop_predicate_1, fetchop_constraint_1_imask. Adjust asm sequence
34839 to allow R0 usage.
34840 (atomic_fetch_nand<mode>): Use arith_reg_dest instead of
34841 register_operand. Use atomic_logical_operand_1.
34842 (atomic_fetch_nandsi_hard, atomic_fetch_nand<mode>_hard,
34843 atomic_fetch_nand<mode>_soft_gusa): Use arith_reg_dest and
34844 arith_reg_operand instead of register_operand.
34845 (atomic_fetch_nand<mode>_soft_tcb, atomic_fetch_nand<mode>_soft_imask):
34846 Use arith_reg_dest and arith_reg_operand instead of register_operand.
34847 Use logical_operand and rK08. Adjust asm sequence to allow R0 usage.
34848 (atomic_<fetchop_name>_fetch<mode>): Use arith_reg_dest instead of
34849 register_operand. Use fetchop_predicate_1.
34850 (atomic_<fetchop_name>_fetchsi_hard,
34851 atomic_<fetchop_name>_fetch<mode>_hard): Use arith_reg_dest and
34852 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
34853 fetchop_constraint_1_llcs.
34854 (atomic_<fetchop_name>_fetch<mode>_soft_gusa): Use arith_reg_dest and
34855 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
34856 fetchop_constraint_1_gusa.
34857 (atomic_<fetchop_name>_fetch<mode>_soft_tcb): Use arith_reg_dest and
34858 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
34859 fetchop_constraint_1_tcb. Adjust asm sequence to allow R0 usage.
34860 (atomic_<fetchop_name>_fetch<mode>_soft_imask): Use arith_reg_dest and
34861 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
34862 fetchop_constraint_1_imask. Adjust asm sequence to allow R0 usage.
34863 (atomic_nand_fetch<mode>): Use arith_reg_dest instead of
34864 register_operand. Use atomic_logical_operand_1.
34865 (atomic_nand_fetchsi_hard, atomic_nand_fetch<mode>_hard,
34866 atomic_nand_fetch<mode>_soft_gusa): Use arith_reg_dest and
34867 arith_reg_operand instead of register_operand.
34868 (atomic_nand_fetch<mode>_soft_tcb): Use arith_reg_dest and
34869 arith_reg_operand instead of register_operand. Use logical_operand
34870 and K08. Adjust asm sequence to allow R0 usage.
34871 (atomic_nand_fetch<mode>_soft_imask): Use arith_reg_dest and
34872 arith_reg_operand instead of register_operand. Use logical_operand
34873 and K08.
34874
34875 2015-01-28 Jakub Jelinek <jakub@redhat.com>
34876
34877 PR other/63504
34878 * dwarf2out.c (add_AT_wide, mem_loc_descriptor, loc_descriptor):
34879 Use ggc_alloc<wide_int> instead of ggc_cleared_alloc<wide_int>.
34880 (attr_checksum, attr_checksum_ordered, hash_loc_operands): Checksum
34881 only get_full_len HOST_WIDE_INTs from get_val () array rather than
34882 all bits in *val_wide.
34883
34884 2015-01-28 Jan Hubicka <hubicka@ucw.cz>
34885
34886 * varpool.c (tls_model_names): Fix names.
34887 (varpool_node::dump): Dump tls- prefix for tls models.
34888
34889 2015-01-28 Thomas Schwinge <thomas@codesourcery.com>
34890 Bernd Schmidt <bernds@codesourcery.com>
34891 Nathan Sidwell <nathan@codesourcery.com>
34892
34893 * config/nvptx/mkoffload.c: New file.
34894 * config/nvptx/t-nvptx: Add build rules for it.
34895 * config.gcc <nvptx-*> [$enable_as_accelerator = yes]
34896 (extra_programs): Add mkoffload.
34897 * config/nvptx/nvptx.c (nvptx_record_offload_symbol): New
34898 function.
34899 (TARGET_RECORD_OFFLOAD_SYMBOL): Define macro to use it.
34900
34901 2015-01-28 Yuri Rumyantsev <ysrumyan@gmail.com>
34902
34903 PR middle-end/64809
34904 * cfgexpand.c (reorder_operands): Skip debug gimples.
34905
34906 2015-01-28 Ilya Enkovich <ilya.enkovich@intel.com>
34907
34908 PR tree-optimization/64277
34909 * tree-ssa-loop-niter.c (record_nonwrapping_iv): Use base
34910 range info when possible to refine estimation.
34911
34912 2015-01-28 Thomas Preud'homme <thomas.preudhomme@arm.com>
34913
34914 PR tree-optimization/64718
34915 * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Make bswap_type
34916 be a 16bit unsigned integer when n->range is 16.
34917 (bswap_replace): Convert src to that type if necessary for all bswap
34918 sizes. Fix rotation right notation in nearby comment. Use bswap_type
34919 set in pass_optimize_bswap::execute ().
34920
34921 2015-01-28 James Greenhalgh <james.greenhalgh@arm.com>
34922
34923 * config/aarch64/aarch64-simd.md (aarch64_abs<mode>): New.
34924 * config/aarch64/aarch64-simd-builtins.def (abs): Split by
34925 integer and floating point variants.
34926 * config/aarch64/iterators.md (unspec): Add UNSPEC_ABS.
34927
34928 2015-01-28 Robert Suchanek <robert.suchanek@imgtec.com>
34929
34930 * config/mips/mips.c (mips_hard_regno_mode_ok_p): Prohibit accumulators
34931 for all vector modes.
34932
34933 2015-01-28 Jakub Jelinek <jakub@redhat.com>
34934
34935 PR bootstrap/64612
34936 * doc/sourcebuild.texi (comdat_group): Document.
34937
34938 2015-01-28 Terry Guo <terry.guo@arm.com>
34939
34940 * config/arm/thumb1.md (*thumb1_movpc_insn): New insn pattern.
34941
34942 2015-01-27 David Malcolm <dmalcolm@redhat.com>
34943
34944 * toplev.c (print_version): Add param "show_global_state", and
34945 only print GGC and plugin information if it is true.
34946 (init_asm_output): Pass in "true" for the new param when calling
34947 print_version.
34948 (process_options): Likewise.
34949 (toplev::main): Likewise.
34950 * toplev.h (print_version): Add new param to decl.
34951
34952 2015-01-27 Jan Hubicka <hubicka@ucw.cz>
34953
34954 PR ipa/60871
34955 PR ipa/64139
34956 * tree.c (lookup_binfo_at_offset): New function.
34957 (get_binfo_at_offset): Use it.
34958
34959 2015-01-27 Jan Hubicka <hubicka@ucw.cz>
34960
34961 PR ipa/64282
34962 * gimple-fold.c (gimple_get_virt_method_for_vtable): Remove assert
34963 on vtable being vtable.
34964
34965 2015-01-27 Dominik Vogt <vogt@linux.vnet.ibm.com>
34966
34967 * doc/extend.texi: s/390: Update documentation of hotpatch attribute.
34968 * doc/invoke.texi (-mhotpatch): s/390: Update documentation of
34969 -mhotpatch= option.
34970 * config/s390/s390.opt (mhotpatch): s/390: Remove -mhotpatch and
34971 -mno-hotpatch options. Change syntax of -mhotpatch= option.
34972 * config/s390/s390.c (s390_hotpatch_trampoline_halfwords_default):
34973 Renamed.
34974 (s390_hotpatch_trampoline_halfwords_max): Renamed.
34975 (s390_hotpatch_hw_max): New name.
34976 (s390_hotpatch_trampoline_halfwords): Renamed.
34977 (s390_hotpatch_hw_before_label): New name.
34978 (get_hotpatch_attribute): Removed.
34979 (s390_hotpatch_hw_after_label): New name.
34980 (s390_handle_hotpatch_attribute): Add second parameter to hotpatch
34981 attribute.
34982 (s390_attribute_table): Ditto.
34983 (s390_function_num_hotpatch_trampoline_halfwords): Renamed.
34984 (s390_function_num_hotpatch_hw): New name.
34985 Remove special handling of inline functions and hotpatching.
34986 Return number of nops before and after the function label.
34987 (s390_can_inline_p): Removed.
34988 (s390_asm_output_function_label): Emit a configurable number of nops
34989 after the function label.
34990 (s390_option_override): Update -mhotpatch= syntax and remove -mhotpatch.
34991 (TARGET_CAN_INLINE_P) Removed.
34992 (TARGET_FUNCTION_ATTRIBUTE_INLINABLE_P): New.
34993
34994 2015-01-27 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
34995 Jiong Wang <jiong.wang@arm.com>
34996
34997 * config/aarch64/aarch64.md (tb<optab><mode>1): Clobber CC reg instead
34998 of scratch reg.
34999 (cb<optab><mode>1): Likewise.
35000 * config/aarch64/iterators.md (bcond): New define_code_attr.
35001
35002 2015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35003
35004 * config/s390/s390.c (s390_memory_move_cost): Increase costs for
35005 memory accesses.
35006
35007 2015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35008
35009 * config/s390/s390.c (s390_register_move_cost): Increase costs for
35010 FPR->GPR moves.
35011
35012 2015-01-27 Richard Biener <rguenther@suse.de>
35013
35014 * tree-vrp.c (update_value_range): Intersect the range with
35015 old recorded SSA name range information.
35016
35017 2015-01-27 Nick Clifton <nickc@redhat.com>
35018
35019 * config/rl78/rl78.c (rl78_expand_prologue): In G10 mode push the
35020 BC, DE and HL registers directly, not via AX.
35021 When decrementing the stack pointer by a large amount, transfer SP
35022 into AX and perform the subtraction there.
35023 (rl78_expand_epilogue): Perform the inverse of the above
35024 enhancements.
35025
35026 2015-01-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
35027
35028 * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Remove.
35029
35030 2015-01-27 Jakub Jelinek <jakub@redhat.com>
35031 Yury Gribov <y.gribov@samsung.com>
35032
35033 PR ubsan/64741
35034 * ubsan.c (ubsan_source_location): Refactor code.
35035 (ubsan_type_descriptor): Update type size. Refactor code.
35036
35037 2015-01-27 Richard Biener <rguenther@suse.de>
35038
35039 PR tree-optimization/56273
35040 PR tree-optimization/59124
35041 PR tree-optimization/64277
35042 * tree-vrp.c (vrp_finalize): Emit array-bound warnings only
35043 from the first VRP pass.
35044
35045 2015-01-27 Jakub Jelinek <jakub@redhat.com>
35046
35047 PR ipa/64776
35048 * cgraphunit.c (cgraph_node::expand_thunk): If not this_adjusting,
35049 handle the first argument in the same loop as all the other arguments.
35050
35051 PR rtl-optimization/61058
35052 * jump.c (cleanup_barriers): Update basic block boundaries
35053 if BLOCK_FOR_INSN is non-NULL on PREV.
35054
35055 2015-01-27 Ilya Enkovich <ilya.enkovich@intel.com>
35056
35057 * tree-chkp.c (chkp_call_returns_bounds_p): Fix handling of
35058 bounds narrowing, already instrumented calls and calls to
35059 not instrumentable functions.
35060
35061 2015-01-27 Jakub Jelinek <jakub@redhat.com>
35062
35063 PR tree-optimization/64807
35064 * wide-int.cc (wi::divmod_internal): Clear
35065 b_dividend[dividend_blocks_needed].
35066
35067 2015-01-26 DJ Delorie <dj@redhat.com>
35068
35069 * config/rl78/rl78.c (move_elim_pass): Don't optimize away
35070 volatile memory references.
35071
35072 2015-01-26 Oleg Endo <olegendo@gcc.gnu.org>
35073
35074 PR target/49263
35075 * config/sh/sh.c (sh_split_treg_set_expr): Invoke emit_insn before
35076 remove_insn.
35077 * config/sh/sh.md (tstsi_t): Don't try to optimize constant with right
35078 shifts if it already fits into K08.
35079
35080 2015-01-26 Jakub Jelinek <jakub@redhat.com>
35081
35082 PR ipa/64730
35083 * ipa-inline.c (inline_small_functions): Print "unknown" even
35084 if edge->call_stmt is non-NULL, but has builtins or unknown
35085 location.
35086
35087 PR middle-end/64421
35088 * omp-low.c (simd_clone_mangle): If DECL_ASSEMBLER_NAME starts
35089 with asterisk, skip the first character.
35090
35091 2015-01-26 H.J. Lu <hongjiu.lu@intel.com>
35092
35093 PR target/64806
35094 * config/i386/i386 (feature_priority): Revert the last P_POPCNT
35095 order change.
35096
35097 2015-01-26 Uros Bizjak <ubizjak@gmail.com>
35098
35099 PR target/64795
35100 * config/i386/i386.md (*movdi_internal): Also check operand 0
35101 to determine TYPE_LEA operand.
35102 (*movsi_internal): Ditto.
35103
35104 2015-01-26 Jakub Jelinek <jakub@redhat.com>
35105
35106 * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Add
35107 OPTION_MASK_QUAD_MEMORY_ATOMIC.
35108
35109 2015-01-26 Renlin Li <renlin.li@arm.com>
35110
35111 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Correct
35112 the comment.
35113 * config/aarch64/aarch64.md (tlsle_small_<mode>): Add left shift 12-bit
35114 for higher part.
35115
35116 2015-01-26 Richard Biener <rguenther@suse.de>
35117
35118 PR middle-end/64764
35119 * tree-ssa-uninit.c (is_pred_expr_subset_of): Handle
35120 combining two BIT_AND_EXPR predicates.
35121
35122 2015-01-26 H.J. Lu <hongjiu.lu@intel.com>
35123
35124 PR bootstrap/64754
35125 * tree-ssa-structalias.c (new_var_info): Initialize ruid.
35126
35127 2015-01-26 Terry Guo <terry.guo@arm.com>
35128
35129 * config/arm/arm.c (arm_file_start): Update the assignment of
35130 Tag_ABI_HardFP_use.
35131
35132 2015-01-25 James Greenhalgh <james.greenhalgh@arm.com>
35133
35134 * config/arm/arm-cores.def (cortex-a57): Use the new Cortex-A57
35135 pipeline model.
35136 config/arm/arm.md: Include the new Cortex-A57 model.
35137 (generic_sched): Don't use generic_sched when tuning for
35138 Cortex-A57.
35139
35140 2015-01-25 Allan Sandfeld Jensen <sandfeld@kde.org>
35141 Uros Bizjak <ubizjak@gmail.com>
35142
35143 * config/i386/i386.c (get_builtin_code_for_version): Add
35144 support for BMI and BMI2 multiversion functions.
35145
35146 2015-01-25 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
35147
35148 * emit-rtl.h (store_bit_field): Move prototype to expmed.h.
35149 (extract_bit_field): Likewise.
35150 (extract_low_bits): Likewise.
35151 (expand_mult): Likewise.
35152 (expand_mult_highpart_adjust): Likewise.
35153
35154 2015-01-24 H.J. Lu <hongjiu.lu@intel.com>
35155
35156 * config/i386/driver-i386.c (host_detect_local_cpu): Check new
35157 Silvermont, Haswell, Broadwell and Knights Landing model numbers.
35158 * config/i386/i386.c (processor_model): Add
35159 M_INTEL_COREI7_BROADWELL.
35160 (arch_names_table): Add "broadwell".
35161
35162 2015-01-24 Oleg Endo <olegendo@gcc.gnu.org>
35163
35164 PR target/49263
35165 PR target/53987
35166 PR target/64345
35167 PR target/59533
35168 PR target/52933
35169 PR target/54236
35170 PR target/51244
35171 * config/sh/sh-protos.h
35172 (sh_extending_set_of_reg::can_use_as_unextended_reg,
35173 sh_extending_set_of_reg::use_as_unextended_reg,
35174 sh_is_nott_insn, sh_movt_set_dest, sh_movrt_set_dest, sh_is_movt_insn,
35175 sh_is_movrt_insn, sh_insn_operands_modified_between_p,
35176 sh_reg_dead_or_unused_after_insn, sh_in_recog_treg_set_expr,
35177 sh_recog_treg_set_expr, sh_split_treg_set_expr): New functions.
35178 (sh_treg_insns): New class.
35179 * config/sh/sh.c (TARGET_LEGITIMATE_COMBINED_INSN): Define target hook.
35180 (scope_counter): New class.
35181 (sh_legitimate_combined_insn, sh_is_nott_insn, sh_movt_set_dest,
35182 sh_movrt_set_dest, sh_reg_dead_or_unused_after_insn,
35183 sh_extending_set_of_reg::can_use_as_unextended_reg,
35184 sh_extending_set_of_reg::use_as_unextended_reg, sh_recog_treg_set_expr,
35185 sh_in_recog_treg_set_expr, sh_try_split_insn_simple,
35186 sh_split_treg_set_expr): New functions.
35187 (addsubcosts): Handle treg_set_expr.
35188 (sh_rtx_costs): Handle IF_THEN_ELSE and ZERO_EXTRACT.
35189 (sh_rtx_costs): Use arith_reg_operand in SIGN_EXTEND and ZERO_EXTEND.
35190 (sh_rtx_costs): Handle additional bit test patterns in EQ and AND cases.
35191 (sh_insn_operands_modified_between_p): Make non-static.
35192 * config/sh/predicates.md (zero_extend_movu_operand): Allow
35193 simple_mem_operand in addition to displacement_mem_operand.
35194 (zero_extend_operand): Don't allow zero_extend_movu_operand.
35195 (treg_set_expr, treg_set_expr_not_const01,
35196 arith_reg_or_treg_set_expr): New predicates.
35197 * config/sh/sh.md (tstsi_t): Use arith_reg_operand and
35198 arith_or_int_operand instead of logical_operand. Convert to
35199 insn_and_split. Try to optimize constant operand in splitter.
35200 (tsthi_t, tstqi_t): Fold into *tst<mode>_t. Convert to insn_and_split.
35201 (*tstqi_t_zero): Delete.
35202 (*tst<mode>_t_subregs): Add !sh_in_recog_treg_set_expr split condition.
35203 (tstsi_t_and_not): Delete.
35204 (tst<mode>_t_zero_extract_eq): Rename to *tst<mode>_t_zero_extract.
35205 Convert to insn_and_split.
35206 (unnamed split, tstsi_t_zero_extract_xor,
35207 tstsi_t_zero_extract_subreg_xor_little,
35208 tstsi_t_zero_extract_subreg_xor_big): Delete.
35209 (*tstsi_t_shift_mask): New insn_and_split.
35210 (cmpeqsi_t, cmpgesi_t): Add new split for const_int 0 operands and try
35211 to recombine with surrounding insns when splitting.
35212 (*negtstsi): Add !sh_in_recog_treg_set_expr condition.
35213 (cmp_div0s_0, cmp_div0s_1, *cmp_div0s_0, *cmp_div0s_1): Rewrite as ...
35214 (cmp_div0s, *cmp_div0s_1, *cmp_div0s_2, *cmp_div0s_3, *cmp_div0s_4,
35215 *cmp_div0s_5, *cmp_div0s_6): ... these new insn_and_split patterns.
35216 (*cbranch_div0s: Delete.
35217 (*addc): Convert to insn_and_split. Use treg_set_expr as 3rd operand.
35218 Try to recombine with surrounding insns when splitting. Add operand
35219 order variants.
35220 (*addc_t_r, *addc_r_t): Use treg_set_expr_not_const01.
35221 (*addc_r_r_1, *addc_r_lsb, *addc_r_r_lsb, *addc_r_lsb_r, *addc_r_msb,
35222 *addc_r_r_msb, *addc_2r_msb): Delete.
35223 (*addc_2r_lsb): Rename to *addc_2r_t. Use treg_set_expr. Add operand
35224 order variant.
35225 (*addc_negreg_t): New insn_and_split.
35226 (*subc): Convert to insn_and_split. Use treg_set_expr as 3rd operand.
35227 Try to recombine with surrounding insns when splitting.
35228 Add operand order variants.
35229 (*subc_negt_reg, *subc_negreg_t, *reg_lsb_t, *reg_msb_t): New
35230 insn_and_split patterns.
35231 (*rotcr): Use arith_reg_or_treg_set_expr. Try to recombine with
35232 surrounding insns when splitting.
35233 (unnamed rotcr split): Use arith_reg_or_treg_set_expr.
35234 (*rotcl): Likewise. Add zero_extract variant.
35235 (*ashrsi2_31): New insn_and_split.
35236 (*negc): Convert to insn_and_split. Use treg_set_expr.
35237 (*zero_extend<mode>si2_disp_mem): Update comment.
35238 (movrt_negc, *movrt_negc, nott): Add !sh_in_recog_treg_set_expr split
35239 condition.
35240 (*mov_t_msb_neg, mov_neg_si_t): Use treg_set_expr. Try to recombine
35241 with surrounding insns when splitting.
35242 (any_treg_expr_to_reg): New insn_and_split.
35243 (*neg_zero_extract_0, *neg_zero_extract_1, *neg_zero_extract_2,
35244 *neg_zero_extract_3, *neg_zero_extract_4, *neg_zero_extract_5,
35245 *neg_zero_extract_6, *zero_extract_0, *zero_extract_1,
35246 *zero_extract_2): New single bit zero extract patterns.
35247 (bld_reg, *bld_regqi): Fold into bld<mode>_reg.
35248 (*get_thread_pointersi, store_gbr, *mov<mode>_gbr_load,
35249 *mov<mode>_gbr_load, *mov<mode>_gbr_load, *mov<mode>_gbr_load,
35250 *movdi_gbr_load): Use arith_reg_dest instead of register_operand for
35251 set destination.
35252 (set_thread_pointersi, load_gbr): Use arith_reg_operand instead of
35253 register_operand for set source.
35254
35255 2015-01-23 Jan Hubicka <hubicka@ucw.cz>
35256
35257 * i386.opt (prefetch_sse): New targetsave.
35258 * i386.c (ix86_function_specific_save): Save prefetch_sse.
35259 (ix86_function_specific_restore): Restore prefetch_sse and initialize
35260 ix86_cost/ix86_tune_cost.
35261
35262 2015-01-23 David Malcolm <dmalcolm@redhat.com>
35263
35264 * config/rs6000/rs6000.c (rs6000_output_function_epilogue):
35265 Support the JIT by using 0 as the language type.
35266
35267 2015-01-23 Vladimir Makarov <vmakarov@redhat.com>
35268
35269 PR target/64317
35270 * lra-lives.c (make_hard_regno_born): Add parameter. Don't make
35271 REAL_PIC_OFFSET_TABLE_REGNUM conflicting with pic offset pseudo.
35272 (mark_regno_live, process_bb_lives): Pass new parameter value to
35273 make_hard_regno_born.
35274
35275 2015-01-23 Jakub Jelinek <jakub@redhat.com>
35276
35277 PR rtl-optimization/63637
35278 PR rtl-optimization/60663
35279 * cse.c (merge_equiv_classes): Set new_elt->cost to MAX_COST
35280 if elt->cost is MAX_COST for ASM_OPERANDS.
35281 (find_sets_in_insn): Fix up comment typo.
35282 (cse_insn): Don't set src_volatile for all non-volatile
35283 ASM_OPERANDS in PARALLELs, but just those with multiple outputs
35284 or with "memory" clobber. Set elt->cost to MAX_COST
35285 for ASM_OPERANDS in PARALLEL. Set src_elt->cost to MAX_COST
35286 if new_src is ASM_OPERANDS and elt->cost is MAX_COST.
35287
35288 2015-01-23 Uros Bizjak <ubizjak@gmail.com>
35289
35290 * config/i386/sse.md (sse2_loadld): Set attribute isa to sse2 for
35291 alternative 1.
35292
35293 2015-01-23 Uros Bizjak <ubizjak@gmail.com>
35294
35295 * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Move definition to
35296 libgcc/config/i386/elf-lib.h.
35297
35298 2015-01-23 Jakub Jelinek <jakub@redhat.com>
35299
35300 PR driver/64737
35301 * gcc.c (print_configuration): Don't print a blank line at the end
35302 here...
35303 (run_attempt): ... but here unstead.
35304
35305 PR middle-end/64734
35306 * omp-low.c (scan_sharing_clauses): Don't ignore
35307 OMP_CLAUSE_MAP_ZERO_BIAS_ARRAY_SECTION GOMP_MAP_POINTER clauses
35308 on target data/update constructs.
35309
35310 2015-01-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
35311
35312 PR target/50928
35313 * config/m32c/m32c.c (encode_pattern_1): Removed gcc_unreachable here.
35314 (DEBUG_RELOAD): Removed define.
35315 (m32c_limit_reload_class): Enable traces with if DEBUG0.
35316 (m32c_function_arg): Added a type cast.
35317 (m32c_legitimize_reload_address): Push A_REGS reload with PSImode.
35318 * config/m32c/addsub.md (addsi3_1): Specify the mode of all arguments.
35319 * config/m32c/bitops.md (andqi3_16): Likewise.
35320 * config/m32c/mov.md (m32c_immd_dbl_mov): Likewise.
35321 (push_a01_l): Likewise.
35322
35323 2015-01-23 David Malcolm <dmalcolm@redhat.com>
35324
35325 PR jit/64721
35326 * main.c (main): Construct toplev instances with init_signals=true.
35327 * toplev.c (general_init): Add param "init_signals", and use it to
35328 conditionalize the calls to signal and host_hooks.extra_signals.
35329 (toplev::toplev): Add param "init_signals".
35330 (toplev::main): When invoking general_init, pass m_init_signals
35331 to control whether signal-handlers are installed.
35332 * toplev.h (toplev::toplev): Add param "init_signals".
35333 (toplev::m_init_signals): New field.
35334
35335 2015-01-23 David Malcolm <dmalcolm@redhat.com>
35336
35337 PR jit/64722
35338 * emit-rtl.c (init_emit_regs): Set pic_offset_table_rtx to
35339 NULL_RTX before testing PIC_OFFSET_TABLE_REGNUM, since the
35340 latter may be affected by the former (e.g. on i686).
35341
35342 2015-01-23 Martin Liska <mliska@suse.cz>
35343
35344 * tree.h (tree_vec_elt_check): Workaround -Wstrict-overflow
35345 false positive during profiledbootstrap.
35346
35347 2015-01-23 Tom de Vries <tom@codesourcery.com>
35348
35349 PR libgomp/64672
35350 * lto-opts.c (lto_write_options): Output non-explicit conservative
35351 -fno-openacc.
35352 * lto-wrapper.c (merge_and_complain): Handle merging -fopenacc.
35353 (append_compiler_options): Pass -fopenacc through.
35354
35355 2015-01-23 Tom de Vries <tom@codesourcery.com>
35356
35357 PR libgomp/64707
35358 * lto-opts.c (lto_write_options): Output non-explicit conservative
35359 -fno-openmp.
35360 * lto-wrapper.c (merge_and_complain): Handle merging -fopenmp.
35361 (append_compiler_options): Pass -fopenmp through.
35362
35363 2015-01-23 Jakub Jelinek <jakub@redhat.com>
35364
35365 PR debug/64511
35366 * dwarf2out.c (struct dw_loc_descr_node): Add chain_next
35367 GTY markup.
35368
35369 * diagnostic-core.h (internal_error_no_backtrace): New prototype.
35370 * diagnostic.def (DK_ICE_NOBT): New kind.
35371 * diagnostic.c (diagnostic_action_after_output): Handle DK_ICE_NOBT
35372 like DK_ICE, but never print backtrace.
35373 (diagnostic_report_diagnostic): Handle DK_ICE_NOBT like DK_ICE.
35374 (internal_error_no_backtrace): New function.
35375 * gcc.c (execute): Use internal_error_no_backtrace instead of
35376 internal_error.
35377
35378 2015-01-22 Jeff Law <law@redhat.com>
35379
35380 PR target/52076
35381 * config/m68k/m68k.md (xorsi3_internal): Twiddle constraints to
35382 improve code density for small immediate to memory case.
35383 (insv): Better handle bitfield assignments when the field is
35384 being set to all ones.
35385 * config/m68k/predicates.md (reg_or_pow2_m1_operand): New
35386 operand predicate.
35387
35388 2015-01-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
35389 Jakub Jelinek <jakub@redhat.com>
35390
35391 PR middle-end/64729
35392 * gcc.c (LINK_SSP_SPEC): Handle -fstack-protector-explicit
35393 for !TARGET_LIBC_PROVIDES_SSP version and
35394 -fstack-protector-{all,strong,explicit} otherwise.
35395 * config/freebsd.h (LINK_SSP_SPEC): Handle
35396 -fstack-protector-{strong,explicit}.
35397
35398 2015-01-22 Jan Hubicka <hubicka@ucw.cz>
35399 H.J. Lu <hongjiu.lu@intel.com>
35400
35401 PR ipa/64694
35402 * ipa-inline.c (inline_small_functions): Fix thinko in maintenance of
35403 heap.
35404
35405 2015-01-22 Wei Mi <wmi@google.com>
35406
35407 PR rtl-optimization/64557
35408 * dse.c (record_store): Call get_addr for mem_addr.
35409 (check_mem_read_rtx): Likewise.
35410
35411 2015-01-22 Eric Botcazou <ebotcazou@adacore.com>
35412
35413 * fold-const.c (const_binop): Add early return for non-tcc_binary.
35414
35415 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
35416
35417 * toplev.c (init_local_tick): Process the failure when read
35418 fails for random_seed.
35419
35420 * ubsan.c (ubsan_type_descriptor): Use 'pretty_print' for
35421 'pretty_name' to avoid memory overflow.
35422
35423 2015-01-22 Richard Biener <rguenther@suse.de>
35424
35425 PR middle-end/64728
35426 * tree-ssa-coalesce.c (coalesce_partitions): Do not perform
35427 abnormal coalescing on undefined SSA names.
35428
35429 2015-22-01 Uros Bizjak <ubizjak@gmail.com>
35430
35431 PR target/64688
35432 PR target/64477
35433 * config/i386/sse.md (vec_set<mode>_0): Use (Yi/r/C) constraints
35434 for alternative 3.
35435 (*vec_dup<mode>): Use (Yi/$r) constraints for alternative 1.
35436
35437 2015-01-22 Trevor Saunders <tsaunders@mozilla.com>
35438
35439 PR middle-end/63325
35440 * fold-const.c (fold_checksum_tree): Don't include value of
35441 expr->decl_with_vis.symtab_node in the checksum.
35442
35443 2015-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35444
35445 * config/s390/s390.md (atomic code attribute): Fix typo "ior" -> "or".
35446
35447 2015-01-22 Max Ostapenko <m.ostapenko@partner.samsung.com>
35448
35449 PR driver/64690
35450 * gcc.c (insert_comments): New function.
35451 (try_generate_repro): Call it.
35452 (append_text): Removed.
35453
35454 2015-01-22 Richard Biener <rguenther@suse.de>
35455
35456 * ipa-inline.c (can_inline_edge_p): Disable inlining of edges
35457 with IL incompatible options. Properly honor user optimize
35458 attributes.
35459
35460 2015-01-21 Segher Boessenkool <segher@kernel.crashing.org>
35461
35462 PR rtl-optimization/64682
35463 * combine.c (distribute_notes): When moving a death note for
35464 a register that is set in the new I2, make sure to put it
35465 before that new I2.
35466
35467 2015-01-21 David Edelsohn <dje.gcc@gmail.com>
35468
35469 * config/rs6000/rs6000.c (rs6000_file_start): Use rs6000_isa_flags
35470 not TARGET_DEFAULT.
35471
35472 2015-01-21 Jakub Jelinek <jakub@redhat.com>
35473
35474 PR debug/64511
35475 * simplify-rtx.c (simplify_relational_operation_1): Don't try to
35476 optimize (eq/ne (and (side_effects) (const_int 0)) (const_int 0))
35477 into (eq/ne (and (not (side_effects)) (const_int 0)) (const_int 0)).
35478
35479 PR sanitizer/64706
35480 * doc/invoke.texi (-fsanitize=vptr): Document.
35481
35482 PR rtl-optimization/62078
35483 * dse.c: Include cfgcleanup.h.
35484 (rest_of_handle_dse): For -fnon-call-exceptions, if DSE removed
35485 anything call purge_all_dead_edges and cleanup_cfg at the end
35486 of the pass.
35487
35488 2015-01-21 Jan Hubicka <hubicka@ucw.cz>
35489
35490 * ipa-utils.c (ipa_merge_profiles): Avoid ICE on mismatch in indirect
35491 edges.
35492
35493 2015-01-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
35494
35495 * gimplify.c (gimplify_function_tree): Check the no_sanitize_thread
35496 decl attribute.
35497
35498 2015-01-21 David Sherwood <david.sherwood@arm.com>
35499 Tejas Belagod <Tejas.Belagod@arm.com>
35500
35501 * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Removed.
35502 * config/aarch64/aarch64.c (aarch64_cannot_change_mode_class): Removed.
35503 * config/aarch64/aarch64-protos.h (aarch64_cannot_change_mode_class):
35504 Removed.
35505
35506 2015-01-21 David Sherwood <david.sherwood@arm.com>
35507 Tejas Belagod <Tejas.Belagod@arm.com>
35508
35509 * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_rglist)
35510 (aarch64_reverse_mask): New decls.
35511 * config/aarch64/iterators.md (UNSPEC_REV_REGLIST): New enum.
35512 (insn_count): New mode_attr.
35513 * config/aarch64/aarch64-simd.md (vec_store_lanesoi, vec_store_lanesci)
35514 (vec_store_lanesxi, vec_load_lanesoi, vec_load_lanesci)
35515 (vec_load_lanesxi): Made ABI compliant for Big Endian targets.
35516 (aarch64_rev_reglist, aarch64_simd_ld2, aarch64_simd_ld3)
35517 (aarch64_simd_ld4, aarch64_simd_st2, aarch64_simd_st3)
35518 (aarch64_simd_st4): New patterns.
35519 * config/aarch64/aarch64.c (aarch64_simd_attr_length_rglist)
35520 (aarch64_reverse_mask): New functions.
35521
35522 2015-01-21 Alan Hayward <alan.hayward@arm.com>
35523
35524 * config/aarch64/aarch64-protos.h (aarch64_simd_disambiguate_copy):
35525 Declare.
35526 * config/aarch64/aarch64.c (aarch64_classify_address): Allow extra
35527 addressing modes for BE.
35528 (aarch64_print_operand): Add 'R' specifier.
35529 (aarch64_simd_disambiguate_copy): Delete.
35530 (aarch64_simd_emit_reg_reg_move): New function.
35531 * config/aarch64/aarch64-simd.md: Use aarch64_simd_emit_reg_reg_move
35532 in define_splits for structural moves.
35533 (mov<mode>): Use less restrictive predicates.
35534 (*aarch64_mov<mode>): Simplify and only allow for LE.
35535 (*aarch64_be_movoi, *aarch64_be_movci, *aarch64_be_movxi): New.
35536
35537 2015-01-21 Alan Hayward <alan.hayward@arm.com>
35538
35539 * rtlanal.c (subreg_get_info): Exit early for simple and common cases.
35540
35541 2015-01-21 Richard Henderson <rth@redhat.com>
35542
35543 PR target/64669
35544 * ccmp.c (used_in_cond_stmt_p): Remove.
35545 (expand_ccmp_expr): Don't use it.
35546
35547 2015-01-21 Nick Clifton <nickc@redhat.com>
35548
35549 * config/rl78/rl78.c (rl78_calculate_death_notes): Look inside
35550 PARALLELs.
35551
35552 2015-01-21 Richard Biener <rguenther@suse.de>
35553
35554 PR middle-end/64313
35555 * tree-core.h (builtin_info, builtin_info_type): Turn from
35556 an object with two arrays into an array of an object with
35557 decl and two flags, implicit_p and declared_p.
35558 * tree.h (builtin_decl_explicit, builtin_decl_implicit,
35559 set_builtin_decl, set_builtin_decl_implicit_p,
35560 builtin_decl_explicit_p, builtin_decl_implicit_p): Adjust.
35561 (set_builtin_decl_declared_p, builtin_decl_declared_p): New functions.
35562 * builtins.c (builtin_info): Adjust.
35563 * gimplify.c (gimplify_addr_expr): References to builtins
35564 that have been declared by the user makes them eligible for
35565 use by the compiler. Call set_builtin_decl_implicit_p on them.
35566
35567 2015-01-20 Jeff Law <law@redhat.com>
35568
35569 PR target/59946
35570 * config/m68k/m68k.md (Comparison expanders and patterns): Do not
35571 allow pc-relative addresses in operand predicates or constraints.
35572
35573 2015-01-21 Bin Cheng <bin.cheng@arm.com>
35574
35575 * config/arm/arm.c (arm_cortex_a53_tune, arm_cortex_a57_tune): Prefer
35576 neon on aarch32 processors for stringops.
35577
35578 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
35579
35580 PR ipa/63576
35581 * ipa-utils.c (ipa_merge_profiles): Merge speculative edges.
35582
35583 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
35584
35585 PR lto/45375
35586 * ipa-inline.c: Include lto-streamer.h
35587 (report_inline_failed_reason): Output source file differences and
35588 flags on optimization/target node mismatch.
35589 (can_inline_edge_p): Consider caller to be the outer inline function;
35590 be less restrictive about matching opimize and optimize_size attributes.
35591 (inline_account_function_p): Break out from ...
35592 (inline_small_functions): ... here.
35593 * ipa-inline-transform.c (clone_inlined_nodes): Use
35594 inline_account_function_p.
35595 (inline_call): Use optimize attribution; use inline_account_function_p.
35596 (inline_transform): Use opt_for_fn.
35597 * ipa-inline.h (inline_account_function_p): Declare.
35598
35599 2015-01-20 Jakub Jelinek <jakub@redhat.com>
35600
35601 PR debug/64663
35602 * dwarf2out.c (decl_piece_node): Don't put bitsize into
35603 mode if bitsize <= 0.
35604 (decl_piece_bitsize, adjust_piece_list, add_var_loc_to_decl,
35605 dw_sra_loc_expr): Use HOST_WIDE_INT instead of int for bit
35606 sizes and positions.
35607
35608 2015-01-20 Chung-Lin Tang <cltang@codesourcery.com>
35609
35610 * config/nios2/nios2.c (nios2_asm_file_end): Implement
35611 TARGET_ASM_FILE_END hook for adding .note.GNU-stack section when
35612 needed.
35613 (TARGET_ASM_FILE_END): Define.
35614
35615 2015-01-20 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
35616
35617 * config/arm/arm-protos.h (enum arm_sched_autopref): New constants.
35618 (struct tune_params): Use the enum.
35619 * arm.c (arm_*_tune): Update.
35620 (arm_option_override): Update.
35621
35622 2015-01-20 Richard Biener <rguenther@suse.de>
35623
35624 PR ipa/64684
35625 * ipa-reference.c (add_static_var): Inline ...
35626 (analyze_function): ... here after splitting out from ...
35627 (is_proper_for_analysis): ... this.
35628
35629 2015-01-20 Matthew Wahab <matthew.wahab@arm.com>
35630
35631 PR target/64149
35632 * config/arm/arm.opt: Remove lra option and arm_lra_flag variablesle.
35633 * config/arm/arm.h (MODE_BASE_REG_CLASS): Remove use of arm_lra_flagag,
35634 replace the conditional with it's true branch.
35635 * config/arm/arm.config (TARGET_LRA_P): Set to hook_bool_void_true.
35636 (arm_lra_p): Remove.
35637
35638 2015-01-20 Eric Botcazou <ebotcazou@adacore.com>
35639
35640 * config/visium/visium.h (LIB_SPEC): Adjust in default case.
35641
35642 2015-01-20 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
35643
35644 * config/tilegx/mul-tables.c: Move symtab.h include after
35645 coretypes.h include.
35646 * config/tilepro/mul-tables.c: Add includes hashtab.h, hash-set.h,
35647 vec.h, machmode.h, tm.h, hard-reg-set.h, input.h, function.h, rtl.h,
35648 flags.h, statistics.h, double-int.h, real.h, fixed-value.h, alias.h,
35649 wide-int.h, inchash.h, tree.h, insn-config.h, expmed.h, dojump.h,
35650 explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
35651
35652 2015-01-20 Igor Zamyatin <igor.zamyatin@intel.com>
35653
35654 PR bootstrap/64676
35655 Revert:
35656 2015-01-19 Igor Zamyatin <igor.zamyatin@intel.com>
35657
35658 PR rtl-optimization/64081
35659 * loop-iv.c (def_pred_latch_p): New function.
35660 (latch_dominating_def): Allow specific cases with non-single
35661 definitions.
35662 (iv_get_reaching_def): Likewise.
35663 (check_complex_exit_p): New function.
35664 (check_simple_exit): Use check_complex_exit_p to allow certain cases
35665 with exits not executing on any iteration.
35666
35667 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
35668
35669 PR lto/45375
35670 * i386.c (ix86_option_override_internal): Use ix86_tune_cost
35671 to set branch cost.
35672
35673 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
35674
35675 PR lto/45375
35676 * i386.c (gate): Check flag_expensive_optimizations and
35677 optimize_size.
35678 (ix86_option_override_internal): Drop optimize_size condition
35679 on MASK_ACCUMULATE_OUTGOING_ARGS, MASK_VZEROUPPER,
35680 MASK_AVX256_SPLIT_UNALIGNED_LOAD, MASK_AVX256_SPLIT_UNALIGNED_STORE,
35681 MASK_PREFER_AVX128.
35682 (ix86_avx256_split_vector_move_misalign,
35683 ix86_avx256_split_vector_move_misalign): Check optimize_insn_for_speed.
35684 * sse.md (all uses of TARGET_PREFER_AVX128): Add
35685 optimize_insn_for_speed_p check.
35686
35687 2015-01-19 Matthew Fortune <matthew.fortune@imgtec.com>
35688
35689 * config/mips/mips.h (FP_ASM_SPEC): New define.
35690 (ASM_SPEC): Remove floating-point options and use FP_ASM_SPEC
35691 instead.
35692
35693 2015-01-19 Oleg Endo <olegendo@gcc.gnu.org>
35694
35695 PR target/53988
35696 * config/sh/sh-protos.h (sh_find_set_of_reg): Make sure not to return
35697 nullptr for insn when reaching the first insn.
35698 * config/sh/sh.c (sh_unspec_insn_p): Rewrite using subrtx_iterator.
35699 (sh_insn_operands_modified_between_p): Add nullptr check.
35700 (sh_find_extending_set_of_reg): Fix log message. Don't accept
35701 sign extending mem load if the insn contains any UNSPEC or
35702 UNSPEC_VOLATILE.
35703
35704 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
35705
35706 * params.def (inline-unit-growth): Drop to 15%.
35707 * invoke.texi (inline-unit-growth): Document change.
35708
35709 2015-01-19 Martin Liska <mliska@suse.cz>
35710
35711 PR ipa/64668
35712 * ipa-icf-gimple.c (func_checker::compare_operand): Call proper
35713 function for second argument of OBJ_TYPE_REF.
35714
35715 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
35716
35717 PR ipa/64218
35718 * ipa-inline.c (want_inline_function_to_all_callers_p): Fix check
35719 whether function is an alias.
35720
35721 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
35722
35723 * ipa-devirt.c (ipa_devirt): Drop polymorphic call info in hopeless
35724 cases.
35725
35726 2015-01-19 Vladimir Makarov <vmakarov@redhat.com>
35727
35728 PR rtl-optimization/64671
35729 * lra-remat.c (operand_to_remat): Don't consider jump and call
35730 insns.
35731
35732 2015-01-19 David Edelsohn <dje.gcc@gmail.com>
35733
35734 PR target/59828
35735 * config/rs6000/default64.h: Include rs6000-cpus.def.
35736 (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use ISA 2.7 (POWER8).
35737 (TARGET_DEFAULT) [BIG_ENDIAN]: Use POWER4.
35738 * config/rs6000/driver-rs6000.c (detect_processor_aix): Add POWER7
35739 and POWER8.
35740 * config/rs6000/linux64.h (PROCESSOR_DEFAULT64): Always default to
35741 POWER8.
35742 * config/rs6000/rs6000.c (rs6000_file_start): Emit .machine
35743 pseudo-op to specify assembler dialect.
35744
35745 2015-01-19 Martin Liska <mliska@suse.cz>
35746
35747 PR ipa/64664
35748 * ipa-icf.c (sem_item_optimizer::filter_removed_items):
35749 Handle safe potentially removed nodes during filtering.
35750
35751 2015-01-19 Martin Liska <mliska@suse.cz>
35752
35753 * doc/extend.texi (no_icf): Add new attribute description.
35754 * ipa-icf.c (sem_item_optimizer::merge_classes): Handle cases
35755 where the pass attempts to merge a function with no_icf attribute.
35756
35757 2015-01-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
35758
35759 PR target/64532
35760 * doc/md.texi (ARM Options): Document register constraints.
35761
35762 2015-01-19 Jiong Wang <jiong.wang@arm.com>
35763 Andrew Pinski <apinski@cavium.com>
35764
35765 PR target/64304
35766 * config/aarch64/aarch64.md (define_insn "*ashl<mode>3_insn"): Deleted.
35767 (ashl<mode>3): Don't expand if operands[2] is not constant.
35768
35769 2015-01-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
35770
35771 PR target/64448
35772 * config/aarch64/aarch64-simd.md (aarch64_simd_bsl<mode>_internal):
35773 Match xor-and-xor RTL pattern.
35774
35775 2015-01-19 Igor Zamyatin <igor.zamyatin@intel.com>
35776
35777 PR rtl-optimization/64081
35778 * loop-iv.c (def_pred_latch_p): New function.
35779 (latch_dominating_def): Allow specific cases with non-single
35780 definitions.
35781 (iv_get_reaching_def): Likewise.
35782 (check_complex_exit_p): New function.
35783 (check_simple_exit): Use check_complex_exit_p to allow certain cases
35784 with exits not executing on any iteration.
35785
35786 2015-01-19 Jakub Jelinek <jakub@redhat.com>
35787
35788 * common.opt (fgraphite): Fix a typo.
35789
35790 2015-01-19 Felix Yang <felix.yang@huawei.com>
35791
35792 * config/aarch64/aarch64-simd.md (aarch64_<maxmin_uns>p<mode>): New
35793 pattern.
35794 * config/aarch64/aarch64-simd-builtins.def (smaxp, sminp, umaxp,
35795 uminp, smax_nanp, smin_nanp): New builtins.
35796 * config/aarch64/arm_neon.h (vpmax_s8, vpmax_s16, vpmax_s32,
35797 vpmax_u8, vpmax_u16, vpmax_u32, vpmaxq_s8, vpmaxq_s16, vpmaxq_s32,
35798 vpmaxq_u8, vpmaxq_u16, vpmaxq_u32, vpmax_f32, vpmaxq_f32, vpmaxq_f64,
35799 vpmaxqd_f64, vpmaxs_f32, vpmaxnm_f32, vpmaxnmq_f32, vpmaxnmq_f64,
35800 vpmaxnmqd_f64, vpmaxnms_f32, vpmin_s8, vpmin_s16, vpmin_s32, vpmin_u8,
35801 vpmin_u16, vpmin_u32, vpminq_s8, vpminq_s16, vpminq_s32, vpminq_u8,
35802 vpminq_u16, vpminq_u32, vpmin_f32, vpminq_f32, vpminq_f64, vpminqd_f64,
35803 vpmins_f32, vpminnm_f32, vpminnmq_f32, vpminnmq_f64, vpminnmqd_f64,
35804 vpminnms_f32): Rewrite using builtin functions.
35805
35806 2015-01-19 Thomas Schwinge <thomas@codesourcery.com>
35807
35808 PR libgomp/64625
35809 * omp-low.c (offload_symbol_decl): Remove variable.
35810 (get_offload_symbol_decl): Remove function.
35811 (expand_omp_target): For BUILT_IN_GOMP_TARGET,
35812 BUILT_IN_GOMP_TARGET_DATA, BUILT_IN_GOMP_TARGET_UPDATE pass NULL
35813 instead of &__OFFLOAD_TABLE__, for BUILT_IN_GOACC_DATA_START,
35814 BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL,
35815 BUILT_IN_GOACC_UPDATE don't pass it at all.
35816
35817 2015-01-19 Ilya Enkovich <ilya.enkovich@intel.com>
35818
35819 * tree-sra.c (some_callers_have_mismatched_arguments_p): Allow thunk
35820 callers.
35821
35822 2015-01-19 Ilya Enkovich <ilya.enkovich@intel.com>
35823
35824 * ipa-chkp.c (chkp_produce_thunks): Add early param
35825 to split thunks production into two passes. Keep
35826 'always_inline' function bodies after the first pass.
35827 (pass_data_ipa_chkp_early_produce_thunks): New.
35828 (pass_ipa_chkp_early_produce_thunks): New.
35829 (pass_ipa_chkp_produce_thunks::execute): Adjust to new
35830 chkp_produce_thunks signature.
35831 (make_pass_ipa_chkp_early_produce_thunks): New.
35832 * passes.def (pass_ipa_chkp_early_produce_thunks): New.
35833 (pass_ipa_chkp_produce_thunks): Move after local optimizations.
35834 * tree-pass.h (make_pass_ipa_chkp_early_produce_thunks): New.
35835
35836 2015-01-18 Jan Hubicka <hubicka@ucw.cz>
35837
35838 * cgraph.c (cgraph_node::dump): Dump profile flags.
35839
35840 2015-01-18 Oleg Endo <olegendo@gcc.gnu.org>
35841
35842 PR target/64652
35843 * config/sh/sh.md (udivsi3_i4, divsi3_i4): Make use of sfunc address
35844 reg appear first in the parallel.
35845
35846 2015-01-18 Jan Hubicka <hubicka@ucw.cz>
35847
35848 * ipa-reference.c (set_reference_optimization_summary,
35849 ipa_reference_get_not_written_global): Do nothing if ipa-reference is
35850 disabled.
35851 (ignore_module_statics): New static var.
35852 (propagate_bits): If ipa-reference is disabled, do not look into local
35853 properties.
35854 (analyze_function): Disable analysis when ipa_reference is disabled.
35855 (generate_summary): Do not dump when reference is disabled;
35856 collect vars accessed from functions with ipa-reference disabled.
35857 (get_read_write_all_from_node): When ipa-reference is disabled, use the
35858 node flags.
35859 (gate): Enable for LTO.
35860 (ignore_edge_p): New function.
35861 (propagate): Skip functions w/o ipa-reference analysis.
35862 * optc-save-gen.awk: Handle optimize_debug correctly.
35863 * opth-gen.awk: Likewise.
35864 * common.opt (fauto-inc-dec, fdelete-dead-exceptions, ffunction-cse,
35865 fgraphite, fstrict-volatile-bitfields, fira-algorithm, fira-region,
35866 fira-share-save-slots, fira-share-spill-slots,
35867 fmodulo-sched-allow-regmoves, fpartial-inlining,
35868 sched-stalled-insns, fsched-stalled-insns-dep, fstrict-overflow,
35869 ftracer, ftree-parallelize-loops, fassociative-math,
35870 freciprocal-math, fvect-cost-model, fsimd-cost-model): Mark as
35871 Optimization
35872 (fauto-profile, fcommon, fdata-sections, fipa-icf-variables,
35873 ftoplevel-reorder, funit-at-a-time, fwhole-program): Do not mark as
35874 Optimization.
35875 * ipa-icf.c (gate, sem_item_optimizer::filter_removed_items):
35876 Fix for IPA.
35877
35878 2015-01-18 Jan Hubicka <hubicka@ucw.cz>
35879
35880 PR ipa/64378
35881 * ipa-prop.c (try_make_edge_direct_virtual_call): Clear speculative
35882 flag correctly.
35883 * ipa-cp.c (ipa_get_indirect_edge_target_1): Handle speculation.
35884
35885 2015-01-18 Sandra Loosemore <sandra@codesourcery.com>
35886
35887 * doc/invoke.texi ([-funroll-loops], [-funroll-all-loops]):
35888 Remove duplicate option listings.
35889
35890 2015-01-18 Felix Yang <felix.yang@huawei.com>
35891
35892 * auto-profile.c (afdo_find_equiv_class): Remove unnecessary test.
35893 (autofdo_source_profile::get_callsite_total_count,
35894 function_instance::get_function_instance_by_decl,
35895 string_table::get_index, string_table::get_index_by_decl,
35896 afdo_vpt_for_early_inline, afdo_callsite_hot_enough_for_early_inline):
35897 Fix comment typos. Reformatting and minor code rearrangement.
35898
35899 2015-01-17 Segher Boessenkool <segher@kernel.crashing.org>
35900
35901 * config/rs6000/rs6000.md (probe_stack): Delete.
35902 (probe_stack_address): New.
35903
35904 2015-01-17 Segher Boessenkool <segher@kernel.crashing.org>
35905
35906 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Use TARGET_32BIT
35907 to test for 32-bit ABIs, not !TARGET_POWERPC64.
35908
35909 2015-01-17 Segher Boessenkool <segher@kernel.crashing.org>
35910
35911 * config/rs6000/rs6000.c (rs6000_parallel_return): New function.
35912 (rs6000_function_value): Use it. Handle SCmode and TCmode as well,
35913 for TARGET_32BIT && TARGET_POWERPC64. Fix another BITS_PER_WORD
35914 snafu.
35915 (rs6000_libcall_value): Use the new function.
35916
35917 2015-01-17 Sandra Loosemore <sandra@codesourcery.com>
35918
35919 * doc/invoke.texi ([-ftracer]): Remove duplicate option listing.
35920
35921 2015-01-17 Eric Botcazou <ebotcazou@adacore.com>
35922
35923 * reorg.c (fill_simple_delay_slots): If TARGET_FLAGS_REGNUM is valid,
35924 implement a more precise life analysis for it during backward scan.
35925
35926 2015-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
35927
35928 * dwarf2out.c (gen_producer_string): Ignore also OPT_fpreprocessed.
35929
35930 2015-01-17 Bernd Schmidt <bernds@codesourcery.com>
35931
35932 PR rtl-optimization/52773
35933 * calls.c (emit_library_call_value): When pushing arguments use
35934 stack_pointer_rtx rather than virtual_outgoing_args_rtx in
35935 CALL_INSN_FUNCTION_USAGE. Only emit one of use of the magic
35936 stack pointer reference into CALL_INSN_FUNCTION_USAGE.
35937
35938 2015-01-17 Jeff Law <law@redhat.com>
35939
35940 PR rtl-optimization/32790
35941 * reginfo.c (reg_scan_mark_refs): Look for ZERO_EXTRACT,
35942 not ZERO_EXTEND in SET_DESTs.
35943
35944 2015-01-17 Alan Modra <amodra@gmail.com>
35945
35946 * cprop.c (do_local_cprop): Revert last change.
35947
35948 2015-01-16 DJ Delorie <dj@redhat.com>
35949 Nick Clifton <nickc@redhat.com>
35950
35951 * config/rl78/rl78-real.md (addqi3_real): Allow volatiles.
35952 (addhi3_real): Likewise. Fix [HL+0] syntax.
35953 (subqi3_real): Likewise.
35954 (subhi3_real): Likewise.
35955 (cbranchqi4_real): Likewise. Allow saddr,#imm.
35956 (cbranchhi4_real): Likewise.
35957 (cbranchhi4_real_inverted): Likewise.
35958 (cbranchsi4_real_lt): Likewise.
35959 (cbranchsi4_real_ge): Likewise.
35960 (cbranchsi4_real_ge): Likewise.
35961 * config/rl78/rl78-virt.md (add<mode>3_virt): Likewise.
35962 (sub<mode>3_virt): Likewise.
35963 (cbranchqi4_virt): Likewise.
35964 (cbranchhi4_virt): Likewise.
35965 * config/rl78/rl78.c (rl78_print_operand_1): 'p' modifier means
35966 always use '[reg+imm]' even when imm is zero.
35967 * config/rl78/predicates.md (rl78_volatile_memory_operand): New.
35968 (rl78_general_operand): New.
35969 (rl78_nonimmediate_operand): New.
35970 (rl78_nonfar_operand): Use them.
35971 (rl78_nonfar_nonimm_operand): Likewise.
35972 (rl78_stack_based_mem): Fix.
35973 * config/rl78/constraints.md (Ibqi): New.
35974 (IBqi): New.
35975 (Wsa): New.
35976 (Wsf): New.
35977 (Cs1): Fix.
35978 * config/rl78/rl78-expand.md (andqi3): Accept volatiles.
35979 (iorqi3): Likewise.
35980 (xorqi3): Likewise.
35981 * config/rl78/rl78-protos.h (rl78_sfr_p): New.
35982
35983 * config/rl78/constrains (Qs8): New constraint.
35984 * config/rl78/rl78.c (rl78_flags_already_set): New function.
35985 * config/rl78/rl78-protos.h (rl78_flags_already_set): New prototype.
35986 * config/rl78/rl78-real.md (update_Z): New attribute.
35987 Update patterns to set it.
35988 (cbranchqi4_real): Call rl78_flags_already_set() to determine if a
35989 shorter compare and branch sequence can be used.
35990 (cbranchhi4_real): Likewise.
35991 (cbranchhi4_real_inverted): Likewise.
35992
35993 * config/rl78/predicates.md (uword_operand): Allow symbol_refs.
35994 * config/rl78/rl78-c.c (rl78_register_pragmas): Register __near
35995 address space.
35996 * config/rl78/rl78.c (rl78_get_name_encoding): New.
35997 (rl78_option_override): Allow -mes0 only if C.
35998 (characterize_address): Support subregs of symbol_refs.
35999 (rl78_addr_space_address_mode): Move. Add __near.
36000 (rl78_far_p): Likewise.
36001 (rl78_addr_space_pointer_mode): Likewise.
36002 (rl78_as_legitimate_address): Likewise.
36003 (rl78_addr_space_subset_p): Likewise.
36004 (rl78_addr_space_convert): Likewise.
36005 (rl78_print_operand_1): Support 16-bit addressing of 32-bit
36006 symbols with -mes0.
36007 (transcode_memory_rtx): Don't copy ES if -mes0. Allow symbol[BC]
36008 addressing.
36009 (rl78_alloc_physical_registers_op1): Change logic to prefer
36010 symbol[BC] addressing.
36011 (frodata_section): New.
36012 (rl78_asm_init_sections): Initialize it.
36013 (rl78_select_section): Put __far readonly symbols in .frodata.
36014 (rl78_make_type_far): New.
36015 (rl78_insert_attributes): Force all readonly symbols to be
36016 __far when -mes0.
36017 (rl78_asm_out_integer): New.
36018 * config/rl78/rl78.h (ADDR_SPACE_NEAR): New.
36019 * config/rl78/rl78.opt (-mes0): New.
36020
36021 * config/rl78/rl78.h (ASM_OUTPUT_LABELREF): New.
36022 (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
36023 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
36024 * config/rl78/rl78-protos.h (rl78_output_labelref): New.
36025 (rl78_saddr_p): New.
36026 (rl78_output_aligned_common): New.
36027 * config/rl78/rl78.c (rl78_output_symbol_ref): Strip encodings.
36028 (rl78_handle_saddr_attribute): New.
36029 (rl78_handle_naked_attribute): New.
36030 (rl78_attribute_table): Add saddr.
36031 (rl78_print_operand_1): Don't print '!' on saddr operands.
36032 (rl78_print_operand_1): Strip encodings.
36033 (rl78_sfr_p): New.
36034 (rl78_strip_name_encoding): New.
36035 (rl78_attrlist_to_encoding): New.
36036 (rl78_encode_section_info): New.
36037 (rl78_asm_init_sections): New.
36038 (rl78_select_section): New.
36039 (rl78_output_labelref): New.
36040 (rl78_output_aligned_common): New.
36041 (rl78_asm_out_integer): New.
36042 (rl78_asm_ctor_dtor): New.
36043 (rl78_asm_constructor): New.
36044 (rl78_asm_destructor): New.
36045
36046 * config/rl78/rl78-real.md (movqi_es): Rename to movqi_to_es.
36047 * config/rl78/rl78.c (rl78_expand_epilogue): Update.
36048 (transcode_memory_rtx): Update.
36049 (rl78_expand_epilogue): Use A_REG instead of 0.
36050
36051 2015-01-17 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
36052
36053 * config/arm/arm-protos.h (struct tune_params): New field
36054 sched_autopref_queue_depth.
36055 * config/arm/arm.c (sched-int.h): Include header.
36056 (arm_first_cycle_multipass_dfa_lookahead_guard,)
36057 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): Define hook.
36058 (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,)
36059 (arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,)
36060 (arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,)
36061 (arm_cortex_a53_tune, arm_cortex_a57_tune, arm_xgene1_tune,)
36062 (arm_cortex_a5_tune, arm_cortex_a9_tune, arm_cortex_a12_tune,)
36063 (arm_v7m_tune, arm_cortex_m7_tune, arm_v6m_tune, arm_fa726te_tune):
36064 Specify sched_autopref_queue_depth value. Enabled for A15 and A57.
36065 * config/arm/t-arm (arm.o): Update.
36066 * haifa-sched.c (update_insn_after_change): Update.
36067 (rank_for_schedule): Use auto-prefetcher model, if requested.
36068 (autopref_multipass_init): New static function.
36069 (autopref_rank_for_schedule): New rank_for_schedule heuristic.
36070 (autopref_multipass_dfa_lookahead_guard_started_dump_p): New static
36071 variable for debug dumps.
36072 (autopref_multipass_dfa_lookahead_guard_1): New static helper function.
36073 (autopref_multipass_dfa_lookahead_guard): New global function that
36074 implements TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD hook.
36075 (init_h_i_d): Update.
36076 * params.def (PARAM_SCHED_AUTOPREF_QUEUE_DEPTH): New tuning knob.
36077 * sched-int.h (enum autopref_multipass_data_status): New const enum.
36078 (autopref_multipass_data_): Structure for auto-prefetcher data.
36079 (autopref_multipass_data_def, autopref_multipass_data_t): New typedefs.
36080 (struct _haifa_insn_data:autopref_multipass_data): New field.
36081 (INSN_AUTOPREF_MULTIPASS_DATA): New access macro.
36082 (autopref_multipass_dfa_lookahead_guard): Declare.
36083
36084 2015-01-17 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
36085
36086 * rtlanal.c (get_base_term): Handle SCRATCH.
36087
36088 2015-01-17 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
36089
36090 * config/aarch64/aarch64.c
36091 (aarch64_sched_first_cycle_multipass_dfa_lookahead): Implement hook.
36092 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
36093 * config/arm/arm.c
36094 (arm_first_cycle_multipass_dfa_lookahead): Implement hook.
36095 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
36096
36097 2015-01-17 Alan Modra <amodra@gmail.com>
36098
36099 * cprop.c (do_local_cprop): Disallow replacement of fixed
36100 hard registers.
36101
36102 2015-01-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
36103
36104 PR target/62066
36105 * config/arm/arm-builtins.c (arm_expand_neon_args): Call va_end before
36106 early return 0.
36107
36108 2015-01-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
36109
36110 * sanitizer.def (BUILT_IN_TSAN_VPTR_UPDATE): Fixed parameters.
36111 * tsan.c (instrument_expr): Fixed parameters of __tsan_vptr_update.
36112
36113 2015-01-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
36114
36115 * config/arm/arm.md: Move comment about splitting Thumb1 patterns to...
36116 * config/arm/thumb1.md: ... Here.
36117
36118 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
36119
36120 * config/rs6000/rs6000.c (rs6000_scalar_mode_supported_p): Disallow
36121 TImode for TARGET_32BIT.
36122
36123 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
36124
36125 * config/rs6000/rs6000.c (TARGET_LIBGCC_CMP_RETURN_MODE,
36126 TARGET_LIBGCC_SHIFT_COUNT_MODE, TARGET_UNWIND_WORD_MODE): Implement
36127 as ...
36128 (rs6000_abi_word_mode): New function.
36129
36130 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
36131
36132 * config/rs6000/rs6000.c (rs6000_va_start): Use MIN_UNITS_PER_WORD
36133 instead of UNITS_PER_WORD to describe the size of stack slots.
36134
36135 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
36136
36137 * config/rs6000/rs6000.c (TARGET_PROMOTE_FUNCTION_MODE): Implement
36138 as rs6000_promote_function_mode. Move comment to there.
36139 (rs6000_promote_function_mode): New function.
36140
36141 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
36142
36143 * config/rs6000/rs6000.h (PROMOTE_MODE): Correct test for when -m32
36144 -mpowerpc64 is active.
36145
36146 2015-01-16 Ilya Enkovich <ilya.enkovich@intel.com>
36147
36148 PR middle-end/64353
36149 * tree-cfg.c (pass_data_fixup_cfg): Update SSA for
36150 virtuals on start.
36151
36152 2015-01-16 James Greenhalgh <james.greenhalgh@arm.com>
36153
36154 * config/arm/cortex-a57.md: Remove duplicate of file accidentally
36155 introduced in revision 219724.
36156
36157 2015-01-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
36158 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
36159
36160 PR target/64263
36161 * config/aarch64/aarch64.md (*movsi_aarch64): Don't split if the
36162 destination is not a GP reg.
36163 (*movdi_aarch64): Likewise.
36164
36165 2015-01-16 David Edelsohn <dje.gcc@gmail.com>
36166
36167 PR target/64623
36168 * config/rs6000/default64.h: Revert ISA change.
36169
36170 2015-01-16 Richard Biener <rguenther@suse.de>
36171
36172 PR middle-end/64614
36173 * tree-ssa-uninit.c: Include tree-cfg.h.
36174 (MAX_SWITCH_CASES): New define.
36175 (convert_control_dep_chain_into_preds): Handle switch statements.
36176 (is_pred_expr_subset_of): Handle x == CST vs. (x & CST) != 0.
36177 (normalize_one_pred_1): Do not split bit-manipulations.
36178 Record (x & CST).
36179
36180 2015-01-16 Richard Biener <rguenther@suse.de>
36181
36182 PR tree-optimization/64568
36183 * tree-ssa-forwprop.c (pass_forwprop::execute): Guard
36184 complex load rewriting for TARGET_MEM_REFs.
36185
36186 2015-01-16 Uros Bizjak <ubizjak@gmail.com>
36187
36188 * builtins.c (expand_builtin_acc_on_device): Check target for NULL.
36189
36190 2015-01-16 Matthew Wahab <matthew.wahab@arm.com>
36191
36192 PR target/64149
36193 * config/aarch64/aarch64.opt: Remove lra option and aarch64_lra_flag
36194 variable.
36195 * config/aarch64/aarch64.c (TARGET_LRA_P): Set to hook_bool_void_true.
36196 (aarch64_lra_p): Remove.
36197
36198 2015-01-16 Ilya Enkovich <ilya.enkovich@intel.com>
36199
36200 PR target/64363
36201 * ipa-chkp.h (chkp_instrumentable_p): New.
36202 * ipa-chkp.c: Include tree-inline.h.
36203 (chkp_instrumentable_p): New.
36204 (chkp_maybe_create_clone): Use chkp_instrumentable_p.
36205 Fix processing of not instrumentable functions.
36206 (chkp_versioning): Use chkp_instrumentable_p. Warn about
36207 not instrumentable functions.
36208 * tree-chkp.c (chkp_add_bounds_to_call_stmt): Use
36209 chkp_instrumentable_p.
36210 * tree-inline.h (copy_forbidden): New.
36211 * tree-inline.c (copy_forbidden): Not static anymore.
36212
36213 2015-01-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
36214
36215 * optc-save-gen.awk (cl_target_option_print_diff): Mark indent,
36216 ptr1, ptr2 unused.
36217
36218 2015-01-16 Robert Suchanek <robert.suchanek@imgtec.com>
36219
36220 * lra-constraints.c (curr_insn_transform): Change a reload pseudo of
36221 type OP_OUT to OP_INOUT.
36222
36223 2015-01-16 Robert Suchanek <robert.suchanek@imgtec.com>
36224
36225 * simplify-rtx.c (simplify_replace_fn_rtx): Simplify (lo_sum
36226 (high x) y) to y if x and y have the same base.
36227
36228 2015-01-16 James Greenhalgh <james.greenhalgh@arm.com>
36229
36230 * config/arm/cortex-a57.md: New.
36231 * config/aarch64/aarch64.md: Include it.
36232 * config/aarch64/aarch64-cores.def (cortex-a57): Tune for it.
36233 * config/aarch64/aarch64-tune.md: Regenerate.
36234
36235 2015-01-16 Zhenqiang Chen <zhenqiang.chen@arm.com>
36236
36237 PR target/64015
36238 * ccmp.c (expand_ccmp_next): New function.
36239 (expand_ccmp_expr_1, expand_ccmp_expr): Handle operand insn sequence
36240 and compare insn sequence.
36241 * config/aarch64/aarch64.c (aarch64_code_to_ccmode,
36242 aarch64_gen_ccmp_first, aarch64_gen_ccmp_next): New functions.
36243 (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): New MICRO.
36244 * config/aarch64/aarch64.md (*ccmp_and): Changed to ccmp_and<mode>.
36245 (*ccmp_ior): Changed to ccmp_ior<mode>.
36246 (cmp<mode>): New pattern.
36247 * doc/tm.texi (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): Update
36248 parameters.
36249 * target.def (gen_ccmp_first, gen_ccmp_next): Update parameters.
36250
36251 2015-01-16 Ilya Tocar <ilya.tocar@intel.com>
36252
36253 * config/i386/avx2intrin.h (_mm256_bslli_epi128,
36254 _mm256_bsrli_epi128): New.
36255 * config/i386/emmintrin.h (_mm_bsrli_si128, _mm_bslli_si128): Ditto.
36256
36257 2015-01-15 Jiong Wang <jiong.wang@arm.com>
36258
36259 * expmed.c (store_bit_field_using_insv): Improve warning message.
36260 Use %wu instead of HOST_WIDE_INT_PRINT_UNSIGNED.
36261
36262 2015-01-15 Jiong Wang <jiong.wang@arm.com>
36263
36264 PR rtl-optimization/64011
36265 * expmed.c (store_bit_field_using_insv): Warn and truncate bitsize when
36266 there is partial overflow.
36267
36268 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
36269
36270 * config/nds32/nds32-protos.h (nds32_expand_epilogue): Change
36271 prototype.
36272 (nds32_expand_epilogue_v3pop): Likewise.
36273 * config/nds32/nds32.md (sibcall): Define this for sibling call
36274 optimization.
36275 (sibcall_register): Likewise.
36276 (sibcall_immediate): Likewise.
36277 (sibcall_value): Likewise.
36278 (sibcall_value_register): Likewise.
36279 (sibcall_value_immediate): Likewise.
36280 (sibcall_epilogue): Likewise.
36281 (epilogue): Pass false to indicate this is not a sibcall epilogue.
36282 * config/nds32/nds32.c (nds32_expand_epilogue): Consider sibcall case.
36283 (nds32_expand_epilogue_v3pop): Likewise.
36284
36285 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
36286
36287 * config/nds32/nds32-protos.h (nds32_can_use_return_insn): New.
36288 * config/nds32/nds32.md (unspec_volatile_func_return): Remove.
36289 (return_internal): New.
36290 (return): Define this named pattern.
36291 (simple_return): Define this named pattern.
36292 * config/nds32/nds32.c (nds32_expand_epilogue): Emit return_internal
36293 pattern instead of unspec_volatile_func_return.
36294 (nds32_expand_epilogue_v3pop): Likewise.
36295 (nds32_can_use_return_insn): New function.
36296
36297 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
36298
36299 * config/nds32/constants.md (UNSPEC_VOLATILE_POP25_RETURN): New.
36300 * config/nds32/nds32.md (pop25return): New.
36301 * config/nds32/nds32.c (nds32_expand_epilogue_v3pop): Emit
36302 pop25return pattern.
36303
36304 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
36305
36306 * doc/invoke.texi (NDS32 Options): Remove -mforce-fp-as-gp,
36307 -mforbid-fp-as-gp, and -mex9 options.
36308
36309 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
36310
36311 * doc/invoke.texi (NDS32 Options): Add -mcmodel= option and
36312 remove -mgp-direct option.
36313
36314 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
36315
36316 * doc/invoke.texi (--param early-inlining-insns): Update default value.
36317 * params.def (PARAM_EARLY_INLINING_INSNS): Set to 14.
36318
36319 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
36320
36321 * ipa-inline.c (inline_small_functions): Work around hints
36322 cache issue.
36323
36324 2015-01-15 Sandra Loosemore <sandra@codesourcery.com>
36325
36326 PR target/59710
36327 * doc/invoke.texi (Option Summary): Document new Nios II
36328 -mgpopt= syntax.
36329 (Nios II Options): Likewise.
36330 * config/nios2/nios2.opt: Add -mgpopt= option support.
36331 Modify existing -mgpopt and -mno-gpopt options to be aliases.
36332 * config/nios2/nios2-opts.h (enum nios2_gpopt_type): New.
36333 * config/nios2/nios2.c (nios2_option_override): Adjust
36334 -mgpopt defaulting.
36335 (nios2_in_small_data_p): Return true for explicit small data
36336 sections even with -G0.
36337 (nios2_symbol_ref_in_small_data_p): Adjust to handle new -mgpopt=
36338 option choices.
36339
36340 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
36341
36342 PR ipa/64612
36343 * ipa-inline-transform.c (can_remove_node_now_p): Fix handling
36344 of comdat locals.
36345 (inline_call): Fix removal of aliases.
36346
36347 2015-01-15 Jakub Jelinek <jakub@redhat.com>
36348
36349 * flag-types.h (enum sanitize_code): Add SANITIZE_VPTR,
36350 include SANITIZE_VPTR in SANITIZE_UNDEFINED.
36351 * opts.c (common_handle_option): Add -fsanitize=vptr.
36352 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS,
36353 BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS_ABORT): New.
36354 * ubsan.h (enum ubsan_null_ckind): Add UBSAN_DOWNCAST_POINTER,
36355 UBSAN_DOWNCAST_REFERENCE, UBSAN_UPCAST and UBSAN_CAST_TO_VBASE.
36356 (ubsan_expand_vptr_ifn): New prototype.
36357 * internal-fn.c (expand_ANNOTATE, expand_GOMP_SIMD_LANE,
36358 expand_GOMP_SIMD_VF, expand_GOMP_SIMD_LAST_LANE, expand_UBSAN_NULL,
36359 expand_UBSAN_BOUNDS, expand_UBSAN_OBJECT_SIZE, expand_ASAN_CHECK,
36360 expand_LOOP_VECTORIZED): Make argument nameless, remove
36361 ATTRIBUTE_UNUSED.
36362 (expand_UBSAN_VPTR): New function.
36363 * internal-fn.def (UBSAN_NULL, ASAN_CHECK): Use R instead of W
36364 in fn spec.
36365 (UBSAN_VPTR): New internal function.
36366 * sanopt.c (tree_map_traits): Renamed to ...
36367 (sanopt_tree_map_traits): ... this.
36368 (sanopt_tree_triplet, sanopt_tree_triplet_map_traits): New classes.
36369 (sanopt_ctx): Adjust asan_check_map type for tree_map_traits
36370 to sanopt_tree_map_traits renaming. Add vptr_check_map field.
36371 (maybe_optimize_ubsan_vptr_ifn): New function.
36372 (sanopt_optimize_walker): Handle IFN_UBSAN_VPTR.
36373 (pass_sanopt::execute): Likewise. Call sanopt_optimize even for
36374 -fsanitize=vptr.
36375 * tree-ssa-alias.c (call_may_clobber_ref_p_1): Handle certain
36376 internal calls like pure functions for aliasing, even when they
36377 have other side-effects that prevent making them ECF_PURE.
36378 * ubsan.c (ubsan_vptr_type_cache_decl): New variable.
36379 (ubsan_expand_vptr_ifn): New function.
36380
36381 2015-01-15 Vladimir Makarov <vmakarov@redhat.com>
36382
36383 PR rtl-optimization/64110
36384 * stmt.c (parse_output_constraint): Process '^' and '$'.
36385 (parse_input_constraint): Ditto.
36386 * lra-constraints.c (process_alt_operands): Process the new
36387 constraints.
36388 * ira-costs.c (record_reg_classes): Process the new constraint
36389 '^'.
36390 * genoutput.c (indep_constraints): Add '^' and '$'.
36391 * config/i386/sse.md (*vec_dup<mode>): Use '$' instead of '!'.
36392 * doc/md.texi: Add description of the new constraints.
36393
36394 2015-01-15 Thomas Schwinge <thomas@codesourcery.com>
36395 Bernd Schmidt <bernds@codesourcery.com>
36396 Cesar Philippidis <cesar@codesourcery.com>
36397 James Norris <jnorris@codesourcery.com>
36398 Tom de Vries <tom@codesourcery.com>
36399 Ilmir Usmanov <i.usmanov@samsung.com>
36400 Dmitry Bocharnikov <dmitry.b@samsung.com>
36401 Evgeny Gavrin <e.gavrin@samsung.com>
36402 Jakub Jelinek <jakub@redhat.com>
36403
36404 * builtin-types.def (BT_FN_VOID_INT_INT_VAR)
36405 (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR)
36406 (BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
36407 New function types.
36408 * builtins.c: Include "gomp-constants.h".
36409 (expand_builtin_acc_on_device): New function.
36410 (expand_builtin, is_inexpensive_builtin): Handle
36411 BUILT_IN_ACC_ON_DEVICE.
36412 * builtins.def (DEF_GOACC_BUILTIN, DEF_GOACC_BUILTIN_COMPILER):
36413 New macros.
36414 * cgraph.c (cgraph_node::create): Consider flag_openacc next to
36415 flag_openmp.
36416 * config.gcc <nvptx-*> (tm_file): Add nvptx/offload.h.
36417 <*-intelmic-* | *-intelmicemul-*> (tm_file): Add
36418 i386/intelmic-offload.h.
36419 * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): For -fopenacc, link
36420 to libgomp and its dependencies.
36421 * config/arc/arc.h (LINK_COMMAND_SPEC): Likewise.
36422 * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
36423 * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
36424 * config/ia64/hpux.h (LIB_SPEC): Likewise.
36425 * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
36426 * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
36427 * doc/generic.texi: Update for OpenACC changes.
36428 * doc/gimple.texi: Likewise.
36429 * doc/invoke.texi: Likewise.
36430 * doc/sourcebuild.texi: Likewise.
36431 * gimple-pretty-print.c (dump_gimple_omp_for): Handle
36432 GF_OMP_FOR_KIND_OACC_LOOP.
36433 (dump_gimple_omp_target): Handle GF_OMP_TARGET_KIND_OACC_KERNELS,
36434 GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_DATA,
36435 GF_OMP_TARGET_KIND_OACC_UPDATE,
36436 GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
36437 Dump more data.
36438 * gimple.c: Update comments for OpenACC changes.
36439 * gimple.def: Likewise.
36440 * gimple.h: Likewise.
36441 (enum gf_mask): Add GF_OMP_FOR_KIND_OACC_LOOP,
36442 GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
36443 GF_OMP_TARGET_KIND_OACC_DATA, GF_OMP_TARGET_KIND_OACC_UPDATE,
36444 GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
36445 (gimple_omp_for_cond, gimple_omp_for_set_cond): Sort in the
36446 appropriate place.
36447 (is_gimple_omp_oacc, is_gimple_omp_offloaded): New functions.
36448 * gimplify.c: Include "gomp-constants.h".
36449 Update comments for OpenACC changes.
36450 (is_gimple_stmt): Handle OACC_PARALLEL, OACC_KERNELS, OACC_DATA,
36451 OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE, OACC_ENTER_DATA,
36452 OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
36453 (gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses): Handle
36454 OMP_CLAUSE__CACHE_, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
36455 OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
36456 OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_GANG, OMP_CLAUSE_WORKER,
36457 OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
36458 OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
36459 OMP_CLAUSE_SEQ.
36460 (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Use
36461 GOMP_MAP_* instead of OMP_CLAUSE_MAP_*. Use
36462 OMP_CLAUSE_SET_MAP_KIND.
36463 (gimplify_oacc_cache): New function.
36464 (gimplify_omp_for): Handle OACC_LOOP.
36465 (gimplify_omp_workshare): Handle OACC_KERNELS, OACC_PARALLEL,
36466 OACC_DATA.
36467 (gimplify_omp_target_update): Handle OACC_ENTER_DATA,
36468 OACC_EXIT_DATA, OACC_UPDATE.
36469 (gimplify_expr): Handle OACC_LOOP, OACC_CACHE, OACC_HOST_DATA,
36470 OACC_DECLARE, OACC_KERNELS, OACC_PARALLEL, OACC_DATA,
36471 OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE.
36472 (gimplify_body): Consider flag_openacc next to flag_openmp.
36473 * lto-streamer-out.c: Include "gomp-constants.h".
36474 * omp-builtins.def (BUILT_IN_ACC_GET_DEVICE_TYPE)
36475 (BUILT_IN_GOACC_DATA_START, BUILT_IN_GOACC_DATA_END)
36476 (BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL)
36477 (BUILT_IN_GOACC_UPDATE, BUILT_IN_GOACC_WAIT)
36478 (BUILT_IN_GOACC_GET_THREAD_NUM, BUILT_IN_GOACC_GET_NUM_THREADS)
36479 (BUILT_IN_ACC_ON_DEVICE): New builtins.
36480 * omp-low.c: Include "gomp-constants.h".
36481 Update comments for OpenACC changes.
36482 (struct omp_context): Add reduction_map, gwv_below, gwv_this
36483 members.
36484 (extract_omp_for_data, use_pointer_for_field, install_var_field)
36485 (new_omp_context, delete_omp_context, scan_sharing_clauses)
36486 (create_omp_child_function, scan_omp_for, scan_omp_target)
36487 (check_omp_nesting_restrictions, lower_reduction_clauses)
36488 (build_omp_regions_1, diagnose_sb_0, make_gimple_omp_edges):
36489 Update for OpenACC changes.
36490 (scan_sharing_clauses): Handle OMP_CLAUSE_NUM_GANGS:
36491 OMP_CLAUSE_NUM_WORKERS: OMP_CLAUSE_VECTOR_LENGTH,
36492 OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT, OMP_CLAUSE_GANG,
36493 OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
36494 OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_INDEPENDENT,
36495 OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ. Use GOMP_MAP_* instead of
36496 OMP_CLAUSE_MAP_*.
36497 (expand_omp_for_static_nochunk, expand_omp_for_static_chunk):
36498 Handle GF_OMP_FOR_KIND_OACC_LOOP.
36499 (expand_omp_target, lower_omp_target): Handle
36500 GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
36501 GF_OMP_TARGET_KIND_OACC_UPDATE,
36502 GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA,
36503 GF_OMP_TARGET_KIND_OACC_DATA.
36504 (pass_expand_omp::execute, execute_lower_omp)
36505 (pass_diagnose_omp_blocks::gate): Consider flag_openacc next to
36506 flag_openmp.
36507 (offload_symbol_decl): New variable.
36508 (oacc_get_reduction_array_id, oacc_max_threads)
36509 (get_offload_symbol_decl, get_base_type, lookup_oacc_reduction)
36510 (maybe_lookup_oacc_reduction, enclosing_target_ctx)
36511 (oacc_loop_or_target_p, oacc_lower_reduction_var_helper)
36512 (oacc_gimple_assign, oacc_initialize_reduction_data)
36513 (oacc_finalize_reduction_data, oacc_process_reduction_data): New
36514 functions.
36515 (is_targetreg_ctx): Remove function.
36516 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CACHE_,
36517 OMP_CLAUSE_DEVICE_RESIDENT, OMP_CLAUSE_USE_DEVICE,
36518 OMP_CLAUSE_GANG, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
36519 OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ, OMP_CLAUSE_INDEPENDENT,
36520 OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_NUM_GANGS,
36521 OMP_CLAUSE_NUM_WORKERS, OMP_CLAUSE_VECTOR_LENGTH.
36522 * tree.c (omp_clause_code_name, walk_tree_1): Update accordingly.
36523 * tree.h (OMP_CLAUSE_GANG_EXPR, OMP_CLAUSE_GANG_STATIC_EXPR)
36524 (OMP_CLAUSE_ASYNC_EXPR, OMP_CLAUSE_WAIT_EXPR)
36525 (OMP_CLAUSE_VECTOR_EXPR, OMP_CLAUSE_WORKER_EXPR)
36526 (OMP_CLAUSE_NUM_GANGS_EXPR, OMP_CLAUSE_NUM_WORKERS_EXPR)
36527 (OMP_CLAUSE_VECTOR_LENGTH_EXPR): New macros.
36528 * tree-core.h: Update comments for OpenACC changes.
36529 (enum omp_clause_map_kind): Remove.
36530 (struct tree_omp_clause): Change type of map_kind member from enum
36531 omp_clause_map_kind to unsigned char.
36532 * tree-inline.c: Update comments for OpenACC changes.
36533 * tree-nested.c: Likewise. Include "gomp-constants.h".
36534 (convert_nonlocal_reference_stmt, convert_local_reference_stmt)
36535 (convert_tramp_reference_stmt, convert_gimple_call): Update for
36536 OpenACC changes. Use GOMP_MAP_* instead of OMP_CLAUSE_MAP_*. Use
36537 OMP_CLAUSE_SET_MAP_KIND.
36538 * tree-pretty-print.c: Include "gomp-constants.h".
36539 (dump_omp_clause): Handle OMP_CLAUSE_DEVICE_RESIDENT,
36540 OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_GANG,
36541 OMP_CLAUSE_ASYNC, OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ,
36542 OMP_CLAUSE_WAIT, OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR,
36543 OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
36544 OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_INDEPENDENT. Use GOMP_MAP_*
36545 instead of OMP_CLAUSE_MAP_*.
36546 (dump_generic_node): Handle OACC_PARALLEL, OACC_KERNELS,
36547 OACC_DATA, OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE,
36548 OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
36549 * tree-streamer-in.c: Include "gomp-constants.h".
36550 (unpack_ts_omp_clause_value_fields) Use GOMP_MAP_* instead of
36551 OMP_CLAUSE_MAP_*. Use OMP_CLAUSE_SET_MAP_KIND.
36552 * tree-streamer-out.c: Include "gomp-constants.h".
36553 (pack_ts_omp_clause_value_fields): Use GOMP_MAP_* instead of
36554 OMP_CLAUSE_MAP_*.
36555 * tree.def (OACC_PARALLEL, OACC_KERNELS, OACC_DATA)
36556 (OACC_HOST_DATA, OACC_LOOP, OACC_CACHE, OACC_DECLARE)
36557 (OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE): New tree codes.
36558 * tree.c (omp_clause_num_ops): Update accordingly.
36559 * tree.h (OMP_BODY, OMP_CLAUSES, OMP_LOOP_CHECK, OMP_CLAUSE_SIZE):
36560 Likewise.
36561 (OACC_PARALLEL_BODY, OACC_PARALLEL_CLAUSES, OACC_KERNELS_BODY)
36562 (OACC_KERNELS_CLAUSES, OACC_DATA_BODY, OACC_DATA_CLAUSES)
36563 (OACC_HOST_DATA_BODY, OACC_HOST_DATA_CLAUSES, OACC_CACHE_CLAUSES)
36564 (OACC_DECLARE_CLAUSES, OACC_ENTER_DATA_CLAUSES)
36565 (OACC_EXIT_DATA_CLAUSES, OACC_UPDATE_CLAUSES)
36566 (OACC_KERNELS_COMBINED, OACC_PARALLEL_COMBINED): New macros.
36567 * tree.h (OMP_CLAUSE_MAP_KIND): Cast it to enum gomp_map_kind.
36568 (OMP_CLAUSE_SET_MAP_KIND): New macro.
36569 * varpool.c (varpool_node::get_create): Consider flag_openacc next
36570 to flag_openmp.
36571 * config/i386/intelmic-offload.h: New file.
36572 * config/nvptx/offload.h: Likewise.
36573
36574 2015-01-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
36575
36576 * explow.h: Remove duplicate contents.
36577 * dojump.h: Likewise.
36578
36579 2015-01-15 Richard Earnshaw <rearnsha@arm.com>
36580
36581 * arm.c (arm_xgene_tune): Add default initializer for instruction
36582 fusion.
36583
36584 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
36585
36586 PR ipa/64068
36587 PR ipa/64559
36588 * ipa.c (symbol_table::remove_unreachable_nodes):
36589 Do not put abstract origins into boundary.
36590
36591 2015-01-15 Evgeny Stupachenko <evstupac@gmail.com>
36592
36593 * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Remove EBX register usage.
36594 * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Ditto.
36595
36596 2015-01-15 Steve Ellcey <sellcey@mips.com>
36597
36598 * Makefile.in (PLUGIN_HEADERS): Add dominance.h, cfg.h, cfgrtl.h,
36599 cfganal.h, cfgbuild.h, cfgcleanup.h, lcm.h, cfgloopmanip.h,
36600 builtins.def, and chkp-builtins.def.
36601
36602 2015-01-15 David Edelsohn <dje.gcc@gmail.com>
36603
36604 * config/rs6000/default64.h (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use
36605 ISA 2.7 (POWER8).
36606
36607 2015-01-15 Richard Biener <rguenther@suse.de>
36608
36609 PR tree-optimization/61743
36610 * tree-ssa-pre.c (insert_into_preds_of_block): Preserve range
36611 information on PHIs for some simple cases.
36612
36613 2015-01-15 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
36614
36615 * config/arm/arm.md (generic_sched): Specify xgene1 in 'no' list.
36616 Include xgene1.md.
36617 * config/arm/arm.c (arm_issue_rate): Specify 4 for xgene1.
36618 * config/arm/arm-cores.def (xgene1): New entry.
36619 * config/arm/arm-tables.opt: Regenerate.
36620 * config/arm/arm-tune.md: Regenerate.
36621 * config/arm/bpabi.h (BE8_LINK_SPEC): Specify mcpu=xgene1.
36622
36623 2015-01-15 Yuri Rumyantsev <ysrumyan@gmail.com>
36624
36625 * tree-if-conv.c: Include hash-map.h.
36626 (aggressive_if_conv): New variable.
36627 (fold_build_cond_expr): Add simplification of non-zero condition.
36628 (add_to_dst_predicate_list): Invoke add_to_predicate_list if edge
36629 destination block is not always executed.
36630 (if_convertible_phi_p): Fix commentary, allow phi nodes have more
36631 than two predecessors if AGGRESSIVE_IF_CONV is true.
36632 (if_convertible_stmt_p): Fix commentary.
36633 (all_preds_critical_p): New function.
36634 (has_pred_critical_p): New function.
36635 (if_convertible_bb_p): Fix commentary, if AGGRESSIVE_IF_CONV is true
36636 BB can have more than two predecessors and all incoming edges can be
36637 critical.
36638 (predicate_bbs): Skip predication for loop exit block, use build2_loc
36639 to compute predicate for true edge.
36640 (find_phi_replacement_condition): Delete this function.
36641 (is_cond_scalar_reduction): Add arguments ARG_0, ARG_1 and EXTENDED.
36642 Allow interchange PHI arguments if EXTENDED is false.
36643 Change check that block containing reduction statement candidate
36644 is predecessor of phi-block since phi may have more than two arguments.
36645 (phi_args_hash_traits): New helper structure.
36646 (struct phi_args_hash_traits): New type.
36647 (phi_args_hash_traits::hash): New function.
36648 (phi_args_hash_traits::equal_keys): New function.
36649 (gen_phi_arg_condition): New function.
36650 (predicate_scalar_phi): Add handling of phi nodes with more than two
36651 arguments, delete COND and TRUE_BB arguments, insert body of
36652 find_phi_replacement_condition to predicate ordinary phi nodes.
36653 (predicate_all_scalar_phis): Skip blocks with the only predecessor,
36654 delete call of find_phi_replacement_condition and invoke
36655 predicate_scalar_phi with two arguments.
36656 (insert_gimplified_predicates): Add assert that non-predicated block
36657 don't have statements to insert.
36658 (ifcvt_split_critical_edges): New function.
36659 (ifcvt_split_def_stmt): Likewise.
36660 (ifcvt_walk_pattern_tree): Likewise.
36661 (stmt_is_root_of_bool_pattern): Likewise.
36662 (ifcvt_repair_bool_pattern): Likewise.
36663 (ifcvt_local_dce): Likewise.
36664 (tree_if_conversion): Add initialization of AGGRESSIVE_IF_CONV which
36665 is copy of inner or outer loop force_vectorize field, invoke
36666 ifcvt_split_critical_edges, ifcvt_local_dce and
36667 ifcvt_repair_bool_pattern for aggressive if-conversion.
36668
36669 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
36670
36671 * config/aarch64/aarch64.md: Include xgene1.md.
36672 * config/aarch64/xgene1.md: New file.
36673
36674 2015-01-15 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
36675
36676 * config/aarch64/aarch64-cores.def (xgene1): Update/add the
36677 xgene1 (APM XGene-1) core definition.
36678 * config/aarch64/aarch64.c: Add cost tables for APM XGene-1
36679 * config/arm/aarch-cost-tables.h: Add cost tables for APM XGene-1
36680 * doc/invoke.texi: Document -mcpu=xgene1.
36681
36682 2015-01-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
36683
36684 * dojump.h: New header file.
36685 * explow.h: Likewise.
36686 * expr.h: Remove includes.
36687 Move expmed.c prototypes to expmed.h.
36688 Move dojump.c prototypes to dojump.h.
36689 Move alias.c prototypes to alias.h.
36690 Move explow.c prototypes to explow.h.
36691 Move calls.c prototypes to calls.h.
36692 Move emit-rtl.c prototypes to emit-rtl.h.
36693 Move varasm.c prototypes to varasm.h.
36694 Move stmt.c prototypes to stmt.h.
36695 (saved_pending_stack_adjust): Move to dojump.h.
36696 (adjust_address): Move to explow.h.
36697 (adjust_address_nv): Move to emit-rtl.h.
36698 (adjust_bitfield_address): Likewise.
36699 (adjust_bitfield_address_size): Likewise.
36700 (adjust_bitfield_address_nv): Likewise.
36701 (adjust_automodify_address_nv): Likewise.
36702 * explow.c (expr_size): Move to expr.c.
36703 (int_expr_size): Likewise.
36704 (tree_expr_size): Likewise.
36705 Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36706 fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
36707 * genemit.c (main): Generate includes statistics.h, real.h,
36708 fixed-value.h, insn-config.h, expmed.h, dojump.h, explow.h, emit-rtl.h,
36709 stmt.h.
36710 * genopinit.c (main): Generate includes hashtab.h, hard-reg-set.h,
36711 function.h, statistics.h, real.h, fixed-value.h, expmed.h, dojump.h,
36712 explow.h, emit-rtl.h, stmt.h.
36713 * genoutput.c (main): Generate includes hashtab.h, statistics.h, real.h,
36714 fixed-value.h, expmed.h, dojump.h, explow.h, emit-rtl.h, stmt.h.
36715 * genemit.c (open_base_files): Generate includes flags.h, statistics.h,
36716 real.h, fixed-value.h, tree.h, expmed.h, dojump.h, explow.h, calls.h,
36717 emit-rtl.h, varasm.h, stmt.h.
36718 * config/tilepro/gen-mul-tables.cc: Generate includes hashtab.h,
36719 hash-set.h, vec.h, machmode.h, tm.h, hard-reg-set.h, input.h,
36720 function.h, rtl.h, flags.h, statistics.h, double-int.h, real.h,
36721 fixed-value.h, alias.h, wide-int.h, inchash.h, tree.h, insn-config.h,
36722 expmed.h, dojump.h, explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
36723 * config/tilegx/mul-tables.c: Include alias.h calls.h dojump.h
36724 double-int.h emit-rtl.h explow.h expmed.h fixed-value.h flags.h
36725 function.h hard-reg-set.h hash-set.h hashtab.h inchash.h input.h
36726 insn-config.h machmode.h real.h rtl.h statistics.h stmt.h symtab.h
36727 tm.h tree.h varasm.h vec.h wide-int.h.
36728 * rtlhooks.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
36729 explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
36730 hash-set.h hashtab.h inchash.h input.h insn-config.h machmode.h
36731 real.h statistics.h stmt.h tree.h varasm.h vec.h wide-int.h.
36732 * cfgloopanal.c: Include alias.h calls.h dojump.h double-int.h
36733 emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h
36734 insn-config.h real.h statistics.h stmt.h tree.h varasm.h wide-int.h.
36735 * loop-iv.c: Likewise.
36736 * lra-assigns.c: Include alias.h calls.h dojump.h double-int.h
36737 emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h real.h
36738 statistics.h stmt.h tree.h varasm.h wide-int.h.
36739 * lra-constraints.c: Likewise.
36740 * lra-eliminations.c: Likewise.
36741 * lra-lives.c: Likewise.
36742 * lra-remat.c: Likewise.
36743 * bt-load.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
36744 explow.h expmed.h fixed-value.h inchash.h insn-config.h real.h
36745 statistics.h stmt.h tree.h varasm.h wide-int.h.
36746 * hw-doloop.c: Likewise.
36747 * ira-color.c: Likewise.
36748 * ira-emit.c: Likewise.
36749 * loop-doloop.c: Likewise.
36750 * loop-invariant.c: Likewise.
36751 * reload.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
36752 explow.h expmed.h fixed-value.h inchash.h real.h rtl.h
36753 statistics.h stmt.h tree.h varasm.h wide-int.h.
36754 * caller-save.c: Include alias.h calls.h dojump.h double-int.h
36755 emit-rtl.h explow.h expmed.h fixed-value.h inchash.h real.h
36756 statistics.h stmt.h tree.h varasm.h wide-int.h.
36757 * combine-stack-adj.c: Likewise.
36758 * cse.c: Likewise.
36759 * ddg.c: Likewise.
36760 * ifcvt.c: Likewise.
36761 * ira-costs.c: Likewise.
36762 * jump.c: Likewise.
36763 * lra-coalesce.c: Likewise.
36764 * lra-spills.c: Likewise.
36765 * profile.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
36766 explow.h expmed.h fixed-value.h insn-config.h real.h statistics.h
36767 stmt.h varasm.h wide-int.h.
36768 * lra.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
36769 explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
36770 varasm.h.
36771 * config/sh/sh_treg_combine.cc: Include alias.h calls.h dojump.h
36772 double-int.h explow.h expmed.h fixed-value.h flags.h real.h
36773 statistics.h stmt.h varasm.h wide-int.h.
36774 * reorg.c: Include alias.h calls.h dojump.h double-int.h explow.h
36775 expmed.h fixed-value.h inchash.h real.h statistics.h stmt.h tree.h
36776 varasm.h wide-int.h.
36777 * reload1.c: Include alias.h calls.h dojump.h double-int.h explow.h
36778 expmed.h fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
36779 * config/tilegx/tilegx.c: Include alias.h dojump.h double-int.h
36780 emit-rtl.h explow.h expmed.h fixed-value.h flags.h real.h
36781 statistics.h stmt.h.
36782 * config/tilepro/tilepro.c: Likewise.
36783 * config/mmix/mmix.c: Include alias.h dojump.h double-int.h emit-rtl.h
36784 explow.h expmed.h fixed-value.h real.h statistics.h stmt.h.
36785 * config/pdp11/pdp11.c: Likewise.
36786 * config/xtensa/xtensa.c: Likewise.
36787 * config/lm32/lm32.c: Include alias.h dojump.h double-int.h emit-rtl.h
36788 explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
36789 varasm.h.
36790 * tree-chkp.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36791 fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
36792 insn-config.h real.h rtl.h statistics.h stmt.h tm.h.
36793 * cilk-common.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36794 fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
36795 insn-config.h real.h rtl.h statistics.h stmt.h tm.h varasm.h.
36796 * rtl-chkp.c: Likewise.
36797 * tree-chkp-opt.c: Likewise.
36798 * config/arm/arm-builtins.c: Include calls.h dojump.h emit-rtl.h
36799 explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
36800 hashtab.h insn-config.h real.h statistics.h stmt.h varasm.h.
36801 * ipa-icf.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36802 fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
36803 statistics.h stmt.h.
36804 * tree-vect-data-refs.c: Likewise.
36805 * graphite-sese-to-poly.c: Include calls.h dojump.h emit-rtl.h explow.h
36806 expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
36807 rtl.h statistics.h stmt.h varasm.h.
36808 * internal-fn.c: Likewise.
36809 * ipa-icf-gimple.c: Likewise.
36810 * lto-section-out.c: Likewise.
36811 * tree-data-ref.c: Likewise.
36812 * tree-nested.c: Likewise.
36813 * tree-outof-ssa.c: Likewise.
36814 * tree-predcom.c: Likewise.
36815 * tree-pretty-print.c: Likewise.
36816 * tree-scalar-evolution.c: Likewise.
36817 * tree-ssa-strlen.c: Likewise.
36818 * tree-vect-loop.c: Likewise.
36819 * tree-vect-patterns.c: Likewise.
36820 * tree-vect-slp.c: Likewise.
36821 * tree-vect-stmts.c: Likewise.
36822 * tsan.c: Likewise.
36823 * targhooks.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36824 fixed-value.h flags.h hashtab.h insn-config.h real.h statistics.h
36825 stmt.h.
36826 * config/sh/sh-mem.cc: Include calls.h dojump.h emit-rtl.h explow.h
36827 expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
36828 statistics.h stmt.h varasm.h.
36829 * loop-unroll.c: Likewise.
36830 * ubsan.c: Likewise.
36831 * tree-ssa-loop-prefetch.c: Include calls.h dojump.h emit-rtl.h explow.h
36832 expmed.h fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h
36833 stmt.h varasm.h.
36834 * dse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36835 fixed-value.h function.h hashtab.h statistics.h stmt.h varasm.h.
36836 * tree-switch-conversion.c: Include calls.h dojump.h emit-rtl.h explow.h
36837 expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
36838 statistics.h stmt.h.
36839 * generic-match-head.c: Include calls.h dojump.h emit-rtl.h explow.h
36840 expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
36841 statistics.h stmt.h varasm.h.
36842 * gimple-match-head.c: Likewise.
36843 * lto-cgraph.c: Likewise.
36844 * lto-section-in.c: Likewise.
36845 * lto-streamer-in.c: Likewise.
36846 * lto-streamer-out.c: Likewise.
36847 * tree-affine.c: Likewise.
36848 * tree-cfg.c: Likewise.
36849 * tree-cfgcleanup.c: Likewise.
36850 * tree-if-conv.c: Likewise.
36851 * tree-into-ssa.c: Likewise.
36852 * tree-ssa-alias.c: Likewise.
36853 * tree-ssa-copyrename.c: Likewise.
36854 * tree-ssa-dse.c: Likewise.
36855 * tree-ssa-forwprop.c: Likewise.
36856 * tree-ssa-live.c: Likewise.
36857 * tree-ssa-math-opts.c: Likewise.
36858 * tree-ssa-pre.c: Likewise.
36859 * tree-ssa-sccvn.c: Likewise.
36860 * tree-tailcall.c: Likewise.
36861 * tree-vect-generic.c: Likewise.
36862 * tree-sra.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36863 fixed-value.h hashtab.h insn-config.h real.h rtl.h stmt.h varasm.h.
36864 * stor-layout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36865 fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h.
36866 * varasm.c: Likewise.
36867 * coverage.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36868 fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h
36869 varasm.h.
36870 * init-regs.c: Likewise.
36871 * ira.c: Likewise.
36872 * omp-low.c: Likewise.
36873 * stack-ptr-mod.c: Likewise.
36874 * tree-ssa-reassoc.c: Likewise.
36875 * tree-complex.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36876 fixed-value.h hashtab.h insn-config.h rtl.h statistics.h stmt.h
36877 varasm.h.
36878 * dwarf2cfi.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36879 fixed-value.h hashtab.h insn-config.h statistics.h stmt.h varasm.h.
36880 * shrink-wrap.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36881 fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h.
36882 * recog.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36883 fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h varasm.h.
36884 * tree-ssa-phiopt.c: Likewise.
36885 * config/darwin.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36886 fixed-value.h hashtab.h real.h statistics.h stmt.h.
36887 * config/fr30/fr30.c: Likewise.
36888 * config/frv/frv.c: Likewise.
36889 * expr.c: Likewise.
36890 * final.c: Likewise.
36891 * optabs.c: Likewise.
36892 * passes.c: Likewise.
36893 * simplify-rtx.c: Likewise.
36894 * stmt.c: Likewise.
36895 * toplev.c: Likewise.
36896 * var-tracking.c: Likewise.
36897 * gcse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36898 fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
36899 * lower-subreg.c: Likewise.
36900 * postreload-gcse.c: Likewise.
36901 * ree.c: Likewise.
36902 * reginfo.c: Likewise.
36903 * store-motion.c: Likewise.
36904 * combine.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36905 fixed-value.h hashtab.h real.h stmt.h varasm.h.
36906 * emit-rtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36907 fixed-value.h hashtab.h statistics.h stmt.h.
36908 * dojump.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36909 fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
36910 * except.c: Likewise.
36911 * explow.c: Likewise.
36912 * tree-dfa.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36913 fixed-value.h insn-config.h real.h rtl.h statistics.h stmt.h
36914 varasm.h.
36915 * gimple-fold.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36916 fixed-value.h insn-config.h real.h rtl.h statistics.h varasm.h.
36917 * tree-ssa-structalias.c: Likewise.
36918 * cfgexpand.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36919 fixed-value.h insn-config.h real.h statistics.h.
36920 * calls.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36921 fixed-value.h insn-config.h real.h statistics.h stmt.h.
36922 * bb-reorder.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36923 fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
36924 * cfgbuild.c: Likewise.
36925 * function.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36926 fixed-value.h real.h rtl.h statistics.h stmt.h.
36927 * cfgrtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36928 fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
36929 * dbxout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36930 fixed-value.h real.h statistics.h stmt.h.
36931 * auto-inc-dec.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
36932 fixed-value.h real.h statistics.h stmt.h varasm.h.
36933 * cprop.c: Likewise.
36934 * modulo-sched.c: Likewise.
36935 * postreload.c: Likewise.
36936 * ccmp.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
36937 flags.h function.h hard-reg-set.h hashtab.h insn-config.h real.h
36938 statistics.h stmt.h varasm.h.
36939 * gimple-ssa-strength-reduction.c: Include calls.h dojump.h emit-rtl.h
36940 explow.h fixed-value.h flags.h hashtab.h insn-config.h real.h
36941 rtl.h statistics.h stmt.h varasm.h.
36942 * tree-ssa-loop-ivopts.c: Include calls.h dojump.h emit-rtl.h explow.h
36943 fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h stmt.h
36944 varasm.h.
36945 * expmed.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
36946 function.h hard-reg-set.h hashtab.h real.h statistics.h stmt.h
36947 varasm.h.
36948 * target-globals.c: Include calls.h dojump.h emit-rtl.h explow.h
36949 fixed-value.h function.h hashtab.h real.h statistics.h stmt.h
36950 varasm.h.
36951 * tree-ssa-address.c: Include calls.h dojump.h emit-rtl.h explow.h
36952 fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
36953 * cfgcleanup.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
36954 function.h real.h statistics.h stmt.h varasm.h.
36955 * alias.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
36956 insn-config.h real.h statistics.h stmt.h.
36957 * dwarf2out.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
36958 statistics.h stmt.h.
36959 * config/nvptx/nvptx.c: Include dojump.h emit-rtl.h explow.h expmed.h
36960 fixed-value.h flags.h hard-reg-set.h insn-config.h real.h
36961 statistics.h stmt.h varasm.h.
36962 * gimplify.c: Include dojump.h emit-rtl.h explow.h expmed.h
36963 fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h statistics.h.
36964 * asan.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
36965 flags.h hashtab.h insn-config.h real.h rtl.h statistics.h stmt.h.
36966 * ipa-devirt.c: Include dojump.h emit-rtl.h explow.h expmed.h
36967 fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
36968 statistics.h stmt.h varasm.h.
36969 * ipa-polymorphic-call.c: Likewise.
36970 * config/aarch64/aarch64.c: Include dojump.h emit-rtl.h explow.h
36971 expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
36972 statistics.h stmt.h.
36973 * config/c6x/c6x.c: Likewise.
36974 * config/aarch64/aarch64-builtins.c: Include dojump.h emit-rtl.h
36975 explow.h expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
36976 statistics.h stmt.h varasm.h.
36977 * ipa-prop.c: Include dojump.h emit-rtl.h explow.h expmed.h
36978 fixed-value.h hashtab.h insn-config.h real.h rtl.h statistics.h
36979 stmt.h varasm.h.
36980 * ipa-split.c: Likewise.
36981 * tree-eh.c: Likewise.
36982 * tree-ssa-dce.c: Likewise.
36983 * tree-ssa-loop-niter.c: Likewise.
36984 * tree-vrp.c: Likewise.
36985 * config/nds32/nds32-cost.c: Include dojump.h emit-rtl.h explow.h
36986 expmed.h fixed-value.h hashtab.h insn-config.h real.h statistics.h
36987 stmt.h.
36988 * config/nds32/nds32-fp-as-gp.c: Likewise.
36989 * config/nds32/nds32-intrinsic.c: Likewise.
36990 * config/nds32/nds32-isr.c: Likewise.
36991 * config/nds32/nds32-md-auxiliary.c: Likewise.
36992 * config/nds32/nds32-memory-manipulation.c: Likewise.
36993 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
36994 * config/nds32/nds32-predicates.c: Likewise.
36995 * config/nds32/nds32.c: Likewise.
36996 * config/cris/cris.c: Include dojump.h emit-rtl.h explow.h expmed.h
36997 fixed-value.h hashtab.h real.h statistics.h.
36998 * config/alpha/alpha.c: Include dojump.h emit-rtl.h explow.h expmed.h
36999 fixed-value.h hashtab.h real.h statistics.h stmt.h.
37000 * config/arm/arm.c: Likewise.
37001 * config/avr/avr.c: Likewise.
37002 * config/bfin/bfin.c: Likewise.
37003 * config/h8300/h8300.c: Likewise.
37004 * config/i386/i386.c: Likewise.
37005 * config/ia64/ia64.c: Likewise.
37006 * config/iq2000/iq2000.c: Likewise.
37007 * config/m32c/m32c.c: Likewise.
37008 * config/m32r/m32r.c: Likewise.
37009 * config/m68k/m68k.c: Likewise.
37010 * config/mcore/mcore.c: Likewise.
37011 * config/mep/mep.c: Likewise.
37012 * config/mips/mips.c: Likewise.
37013 * config/mn10300/mn10300.c: Likewise.
37014 * config/moxie/moxie.c: Likewise.
37015 * config/pa/pa.c: Likewise.
37016 * config/rl78/rl78.c: Likewise.
37017 * config/rx/rx.c: Likewise.
37018 * config/s390/s390.c: Likewise.
37019 * config/sh/sh.c: Likewise.
37020 * config/sparc/sparc.c: Likewise.
37021 * config/spu/spu.c: Likewise.
37022 * config/stormy16/stormy16.c: Likewise.
37023 * config/v850/v850.c: Likewise.
37024 * config/vax/vax.c: Likewise.
37025 * config/cr16/cr16.c: Include dojump.h emit-rtl.h explow.h expmed.h
37026 fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
37027 * config/msp430/msp430.c: Likewise.
37028 * predict.c: Likewise.
37029 * value-prof.c: Likewise.
37030 * config/epiphany/epiphany.c: Include dojump.h emit-rtl.h explow.h
37031 expmed.h fixed-value.h hashtab.h statistics.h stmt.h.
37032 * config/microblaze/microblaze.c: Likewise.
37033 * config/nios2/nios2.c: Likewise.
37034 * config/rs6000/rs6000.c: Likewise.
37035 * tree.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
37036 insn-config.h real.h rtl.h statistics.h stmt.h.
37037 * cgraph.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
37038 insn-config.h real.h statistics.h stmt.h.
37039 * fold-const.c: Include dojump.h emit-rtl.h explow.h expmed.h
37040 fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
37041 * tree-inline.c: Include dojump.h emit-rtl.h explow.h expmed.h
37042 fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
37043 * builtins.c: Include dojump.h emit-rtl.h explow.h expmed.h
37044 fixed-value.h real.h statistics.h stmt.h.
37045 * config/arc/arc.c: Include dojump.h emit-rtl.h explow.h expmed.h
37046 fixed-value.h statistics.h stmt.h.
37047 * config/visium/visium.c: Include dojump.h emit-rtl.h explow.h expmed.h
37048 stmt.h.
37049
37050 2015-01-15 Jakub Jelinek <jakub@redhat.com>
37051
37052 * gengtype.c (create_user_defined_type): Workaround
37053 -Wmaybe-uninitialized false positives.
37054 * cse.c (fold_rtx): Likewise.
37055 * loop-invariant.c (gain_for_invariant): Likewise.
37056
37057 2015-01-15 Eric Botcazou <ebotcazou@adacore.com>
37058
37059 * expr.c (expand_expr_real_1) <normal_inner_ref>: Use the expression to
37060 set the memory attributes in all cases but clear MEM_EXPR if need be.
37061
37062 2015-01-15 Yuri Rumyantsev <ysrumyan@gmail.com>
37063
37064 PR tree-optimization/64434
37065 * cfgexpand.c (reorder_operands): New function.
37066 (expand_gimple_basic_block): Insert call of reorder_operands if
37067 optimized is true.
37068
37069 2015-01-15 Matthew Fortune <matthew.fortune@imgtec.com>
37070
37071 * config/mips/micromips.md (*swp): Remove explicit parallel.
37072 (jraddiusp, *movep<MOVEP1:mode><MOVEP2:mode>): Likewise.
37073 * config/mips/mips-dsp.md (add<DSPV:mode>3): Likewise.
37074 (mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>, sub<DSPV:mode>3): Likewise.
37075 (mips_sub<DSP:dspfmt1>_s_<DSP:dspfmt2>, mips_addsc): Likewise.
37076 (mips_addwc, mips_absq_s_<DSPQ:dspfmt2>): Likewise.
37077 (mips_precrq_rs_ph_w, mips_precrqu_s_qb_ph): Likewise.
37078 (mips_shll_<DSPV:dspfmt2>, mips_shll_s_<DSPQ:dspfmt2>): Likewise.
37079 (mips_muleu_s_ph_qbl, mips_muleu_s_ph_qbr): Likewise.
37080 (mips_mulq_rs_ph, mips_muleq_s_w_phl, mips_muleq_s_w_phr): Likewise.
37081 (mips_dpaq_s_w_ph, mips_dpsq_s_w_ph, mips_mulsaq_s_w_ph): Likewise.
37082 (mips_dpaq_sa_l_w, mips_dpsq_sa_l_w, mips_maq_s_w_phl): Likewise.
37083 (mips_maq_s_w_phr, mips_maq_sa_w_phl, mips_maq_sa_w_phr): Likewise.
37084 (mips_extr_w, mips_extr_r_w, mips_extr_rs_w): Likewise.
37085 (mips_extr_s_h, mips_extp, mips_extpdp, mips_mthlip): Likewise.
37086 (mips_wrdsp): Likewise.
37087 * config/mips/mips-dspr2.md (mips_absq_s_qb): Remove explicit
37088 parallel.
37089 (mips_addu_ph, mips_addu_s_ph, mips_cmpgdu_eq_qb): Likewise.
37090 (mips_cmpgdu_lt_qb, mips_cmpgdu_le_qb, mulv2hi3): Likewise.
37091 (mips_mul_s_ph, mips_mulq_rs_w, mips_mulq_s_ph): Likewise.
37092 (mips_mulq_s_w, mips_subu_ph, mips_subu_s_ph): Likewise.
37093 (mips_dpaqx_s_w_ph, mips_dpaqx_sa_w_ph): Likewise.
37094 (mips_dpsqx_s_w_ph, mips_dpsqx_sa_w_ph): Likewise.
37095 * config/mips/mips-fixed.md (usadd<mode>3): Remove explicit parallel.
37096 (ssadd<mode>3, ussub<mode>3, sssub<mode>3, ssmul<mode>3): Likewise.
37097 (ssmaddsqdq4, ssmsubsqdq4): Likewise.
37098
37099 2015-01-14 Matthew Fortune <matthew.fortune@imgtec.com>
37100
37101 * config/mips/mips.c (mips_rtx_costs): Set costs for LSA/DLSA.
37102 (mips_print_operand): Support 'y' to print exact log2 in decimal
37103 of a const_int.
37104 * config/mips/mips.h (ISA_HAS_LSA): New define.
37105 (ISA_HAS_DLSA): Likewise.
37106 * config/mips/mips.md (<GPR:d>lsa): New define_insn.
37107 * config/mips/predicates.md (const_immlsa_operand): New predicate.
37108
37109 2015-01-15 Martin Liska <mliska@suse.cz>
37110
37111 PR target/64377
37112 * optc-save-gen.awk: Add support for array types.
37113
37114 2015-01-15 Richard Biener <rguenther@suse.de>
37115
37116 PR middle-end/64365
37117 * tree-data-ref.c (dr_analyze_indices): Make sure that accesses
37118 for MEM_REF access functions with the same base can never partially
37119 overlap.
37120
37121 2015-01-14 Marcos Diaz <marcos.diaz@tallertechnologies.com>
37122
37123 * common.opt: New option -fstack-protector-explicit.
37124 * cfgexpand.c (SPCT_FLAG_EXPLICIT): New enum.
37125 (stack_protect_decl_phase): Handle stack_protect attribute for
37126 explicit stack protection requests.
37127 (expand_used_vars): Similarly.
37128 * doc/cpp.texi (__SSP_EXPLICIT__): Document predefined macro.
37129 * doc/extend.texi: Add documentation for "stack_protect" attribute.
37130 * doc/invoke.texi: Add documentation for -fstack-protector-explicit.
37131
37132 2015-01-14 Oleg Endo <olegendo@gcc.gnu.org>
37133
37134 PR target/53988
37135 * config/sh/sh-protos.h (sh_find_set_of_reg): Add option to ignore
37136 reg-reg copies.
37137 (sh_extending_set_of_reg): New struct.
37138 (sh_find_extending_set_of_reg, sh_split_tst_subregs,
37139 sh_remove_reg_dead_or_unused_notes): New Declarations.
37140 * config/sh/sh.c (sh_remove_reg_dead_or_unused_notes,
37141 sh_find_extending_set_of_reg, sh_split_tst_subregs,
37142 sh_extending_set_of_reg::use_as_extended_reg): New functions.
37143 * config/sh/sh.md (*tst<mode>_t_zero): Rename to *tst<mode>_t_subregs,
37144 convert to insn_and_split and use new function sh_split_tst_subregs.
37145
37146 2015-01-14 Sandra Loosemore <sandra@codesourcery.com>
37147
37148 * doc/invoke.texi (Option Summary): Reclassify -fuse-ld as a linker
37149 option.
37150 (Optimization Options): Move -fuse-ld documentation to...
37151 (Link Options): ...here.
37152
37153 2015-01-14 Matthew Fortune <matthew.fortune@imgtec.com>
37154
37155 * config/mips/constraints.md (ZC): Add support for R6 LL/SC
37156 offsets.
37157 (ZD): Update to use ISA_HAS_9BIT_DISPLACEMENT.
37158 * config/mips/mips.h (ISA_HAS_PREFETCH_9BIT): Rename to...
37159 (ISA_HAS_9BIT_DISPLACEMENT): ... this. New macro.
37160 * config/mips/sync.md (sync_compare_and_swap<mode>): Use ZC
37161 instead of ZR for the memory operand of LL/SC.
37162 (compare_and_swap_12, sync_add<mode>): Likewise.
37163 (sync_<optab>_12, sync_old_<optab>_12): Likewise.
37164 (sync_new_<optab>_12, sync_nand_12): Likewise.
37165 (sync_old_nand_12, sync_new_nand_12): Likewise.
37166 (sync_sub<mode>, sync_old_add<mode>): Likewise.
37167 (sync_old_sub<mode>, sync_new_add<mode>): Likewise.
37168 (sync_new_sub<mode>, sync_<optab><mode>): Likewise.
37169 (sync_old_<optab><mode>, sync_new_<optab><mode>"): Likewise.
37170 (sync_nand<mode>, sync_old_nand<mode>): Likewise.
37171 (sync_new_nand<mode>, sync_lock_test_and_set<mode>): Likewise.
37172 (test_and_set_12, atomic_compare_and_swap<mode>): Likewise.
37173 (atomic_exchange<mode>_llsc, atomic_fetch_add<mode>_llsc): Likewise.
37174 * doc/md.texi (ZC): Update description.
37175
37176 2015-01-14 Andrew MacLeod <amacleod@redhat.com>
37177
37178 * builtins.c (expand_builtin_atomic_exchange): Remove error when
37179 memory model is CONSUME.
37180 (expand_builtin_atomic_compare_exchange, expand_builtin_atomic_load,
37181 expand_builtin_atomic_store): Change invalid memory model errors to
37182 warnings.
37183 (expand_builtin_atomic_clear): Change invalid model errors to warnings
37184 and issue warning for CONSUME.
37185
37186 2015-01-14 Aldy Hernandez <aldyh@redhat.com>
37187
37188 * lto-cgraph: Update function comments for
37189 lto_symtab_encoder_encode_*.
37190
37191 2015-01-14 Ilya Verbin <ilya.verbin@intel.com>
37192
37193 * Makefile.in (site.exp): Do not set ENABLE_LTO.
37194
37195 2015-01-14 Ilya Verbin <ilya.verbin@intel.com>
37196
37197 * cgraphunit.c (ipa_passes): Remove argument from ipa_write_summaries.
37198 * lto-cgraph.c (select_what_to_stream): Remove argument, use
37199 lto_stream_offload_p instead.
37200 * lto-streamer.h (select_what_to_stream): Remove argument.
37201 * passes.c (ipa_write_summaries): Likewise.
37202 * tree-pass.h (ipa_write_summaries): Likewise.
37203
37204 2015-01-14 Richard Biener <rguenther@suse.de>
37205
37206 PR tree-optimization/59354
37207 * tree-vect-slp.c (vect_build_slp_tree_1): Treat loads from
37208 groups larger than the slp group size as having gaps.
37209
37210 2015-01-14 Andrew MacLeod <amacleod@redhat.com>
37211
37212 PR middle-end/59448
37213 * builtins.c (get_memmodel): Promote consume to acquire always.
37214
37215 2015-01-14 Ilya Tocar <ilya.tocar@intel.com>
37216
37217 PR target/64386
37218 * config/i386/i386.c (ix86_expand_sse_cmp): Handle V64QImode,
37219 V32HImode.
37220
37221 2015-01-14 Ilya Tocar <ilya.tocar@intel.com>
37222
37223 PR target/64393
37224 * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VBMI_SET):
37225 Enable AVX512BW.
37226 (OPTION_MASK_ISA_AVX512BW_UNSET): Disable AVX512VBMI.
37227 * config/i386/i386.c (ix86_hard_regno_mode_ok): Don't check
37228 AVX512VBMI, as it implies AVX512BW.
37229
37230 2015-01-14 Ilya Tocar <ilya.tocar@intel.com>
37231
37232 PR target/64387
37233 * config/i386/sse.md (vec_unpacks_hi_v8sf): Fix predicate.
37234 (vec_unpacks_hi_v16sf): Ditto.
37235
37236 2015-01-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
37237
37238 * config/aarch64/arm_neon.h: Error out if AdvancedSIMD
37239 is not available.
37240
37241 2015-01-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
37242
37243 * doc/invoke.texi (mapcs): Mention deprecation.
37244 (mapcs-frame): Likewise.
37245
37246 2015-01-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
37247
37248 PR target/64453
37249 * config/arm/arm.c (callee_saved_reg_p): Define.
37250 (arm_compute_save_reg0_reg12_mask): Use callee_saved_reg_p to check if
37251 register is callee saved instead of !call_used_regs[reg].
37252 (thumb1_compute_save_reg_mask): Likewise.
37253
37254 2015-01-14 Hale Wang <hale.wang@arm.com>
37255
37256 * config/arm/arm.c: Tune the max_cond_insns/branch_cost for
37257 Cortex-M7.
37258
37259 2015-01-14 Richard Biener <rguenther@suse.de>
37260
37261 PR lto/64415
37262 * tree-inline.c (insert_debug_decl_map): Check destination
37263 function MAY_HAVE_DEBUG_STMTS.
37264 (insert_init_debug_bind): Likewise.
37265 (insert_init_stmt): Remove redundant check.
37266 (remap_gimple_stmt): Drop debug stmts if the destination
37267 function has var-tracking assignments disabled.
37268
37269 2015-01-14 Martin Liska <mliska@suse.cz>
37270
37271 * ipa-icf-gimple.c (func_checker::compare_operand): Add support for
37272 IMAGPART_EXPR and REALPART_EXPR and fix BIT_FIELD_REF comparison.
37273
37274 2015-01-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
37275
37276 PR target/64460
37277 * config/arm/arm.md (*<arith_shift_insn>_multsi): Set 'shift' to 2.
37278 (*<arith_shift_insn>_shiftsi): Set 'shift' attr to 3.
37279
37280 2015-01-14 Matthew Fortune <matthew.fortune@imgtec.com>
37281
37282 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Only infer an ISA
37283 level from an ARCH; do not inject the default.
37284 (MIPS_DEFAULT_ISA_LEVEL_SPEC): New macro split out from
37285 MIPS_ISA_LEVEL_SPEC.
37286 (MIPS_ISA_NAN2008_SPEC): Update comment.
37287 (BASE_DRIVER_SELF_SPECS): Likewise.
37288 * config/mips/elfoabi.h (DRIVER_SELF_SPECS): Add
37289 MIPS_DEFAULT_ISA_LEVEL_SPEC.
37290 * config/mips/mti-elf.h (DRIVER_SELF_SPECS): Likewise.
37291 * config/mips/mti-linux.h (DRIVER_SELF_SPECS): Likewise.
37292 * config/mips/sde.h (DRIVER_SELF_SPECS): Likewise.
37293
37294 2015-01-14 Richard Biener <rguenther@suse.de>
37295
37296 PR tree-optimization/64493
37297 PR tree-optimization/64495
37298 * tree-vect-loop.c (vect_finalize_reduction): For double-reductions
37299 assign the proper vectorized PHI to the inner loop exit PHIs.
37300
37301 2015-01-14 Joey Ye <joey.ye@arm.com>
37302
37303 * config/arm/arm.c (arm_compute_save_reg_mask):
37304 Do not save lr in case of tail call.
37305 * config/arm/thumb2.md (*thumb2_pop_single): New pattern.
37306
37307 2015-01-14 Martin Uecker <uecker@eecs.berkeley.edu>
37308
37309 * tree-vrp.c (check_array_ref): Emit more warnings
37310 for warn_array_bounds >= 2.
37311 * common.opt: New option -Warray-bounds=.
37312 * doc/invoke.texi: Document -Warray-bounds=.
37313
37314 2015-01-14 Chung-Ju Wu <jasonwucj@gmail.com>
37315
37316 * config/nds32/nds32.opt (mforce-fp-as-gp): Remove.
37317 (mforbid-fp-as-gp): Remove.
37318 (mex9): Remove.
37319 * config/nds32/nds32-fp-as-gp.c (nds32_have_prologue_p): Remove.
37320 (nds32_symbol_load_store_p): Remove.
37321 (nds32_fp_as_gp_check_available): Clean up implementation.
37322 * config/nds32/nds32.h (LINK_SPEC): Remove -mforce-as-gp and -mex9
37323 cases.
37324 * config/nds32/nds32.c (nds32_asm_file_start): No need to consider
37325 fp-as-gp and ex9 cases.
37326
37327 2015-01-13 Jan Hubicka <hubicka@ucw.cz>
37328
37329 * tree-profile.c (init_ic_make_global_vars): Drop workaround
37330 for bintuils bug 14342.
37331 (init_ic_make_global_vars): Likewise.
37332 (gimple_init_edge_profiler): Likewise.
37333 (gimple_gen_ic_func_profiler): Likewise.
37334
37335 2015-01-13 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
37336
37337 * ipa-inline.c (inline_small_functions): Swap the operands in
37338 enum.
37339
37340 2015-01-13 Jan Hubicka <hubicka@ucw.cz>
37341
37342 PR ipa/64481
37343 * ipa-inline-analysis.c (node_growth_cache): Remove.
37344 (initialize_growth_caches): Do not initialize it.
37345 (free_growth_caches): Do not free it.
37346 (do_estimate_growth): Rename to ...
37347 (estimate_growth): ... this one; drop growth cache code.
37348 (growth_likely_positive): Always go the heuristics way.
37349 * ipa-inline.c (can_inline_edge_p): Walk through aliases.
37350 (reset_edge_caches): Do not reset node growth.
37351 (heap_edge_removal_hook): Do not maintain cache.
37352 (inline_small_functions): Likewise; strenghten sanity check.
37353 (ipa_inline): Do not maintain caches.
37354 * ipa-inline.h (node_growth_cache): Remove.
37355 (do_estimate_growth): Remove to ...
37356 (estimate_growth): this one; remove inline version.
37357 (reset_node_growth_cache): Remove.
37358
37359 2015-01-13 Jan Hubicka <hubicka@ucw.cz>
37360
37361 PR ipa/64565
37362 * ipa-inline.c (inline_small_functions): Update callee keys after
37363 resolving speculation
37364 (inline_small_functions): Always check monotonicity of the queue.
37365
37366 2015-01-13 Marek Polacek <polacek@redhat.com>
37367
37368 PR middle-end/64391
37369 * trans-mem.c (get_attrs_for): Return NULL_TREE if X is NULL_TREE.
37370
37371 2015-01-13 Jakub Jelinek <jakub@redhat.com>
37372
37373 PR rtl-optimization/64286
37374 * ree.c (combine_reaching_defs): Move part of comment earlier,
37375 remove !SCALAR_INT_MODE_P check.
37376 (add_removable_extension): Don't add vector mode
37377 extensions if all uses of the source register aren't the same
37378 vector extensions.
37379
37380 2015-01-13 Renlin Li <renlin.li@arm.com>
37381
37382 * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): Return 2.
37383 (CTZ_DEFINED_VALUE_AT_ZERO): Ditto.
37384
37385 2015-01-13 Martin Liska <mliska@suse.cz>
37386
37387 * ipa-icf.c (sem_function::equals_private): Call new functions
37388 cl_target_option_print_diff and cl_optimization_print_diff.
37389 * optc-save-gen.awk (cl_target_option_print_diff): New function.
37390 (cl_optimization_print_diff): Likewise.
37391 * opth-gen.awk: Likewise.
37392
37393 2015-01-13 Richard Sandiford <richard.sandiford@arm.com>
37394
37395 * config/aarch64/aarch64.md (subsi3, *subsi3_uxtw, subdi3)
37396 (*sub_<optab><ALLX:mode>_<GPI:mode>, *sub_<optab><SHORT:mode>_si_uxtw)
37397 (*sub_<optab><ALLX:mode>_shft_<GPI:mode>)
37398 (*sub_<optab><SHORT:mode>_shft_si_uxtw, *sub_<optab><mode>_multp2)
37399 (*sub_<optab>si_multp2_uxtw, *sub_uxt<mode>_multp2)
37400 (*sub_uxtsi_multp2_uxtw): Add stack pointer sources.
37401
37402 2015-01-13 Andrew Pinski <apinski@cavium.com>
37403
37404 * config/aarch64/aarch64.c (fusion_load_store): Check dest mode
37405 instead of src mode.
37406
37407 2015-01-13 Richard Biener <rguenther@suse.de>
37408
37409 PR lto/64373
37410 * lto-streamer-out.c (tree_is_indexable): Guard for NULL
37411 DECL_CONTEXT.
37412
37413 2015-01-13 Andrew Pinski <apinski@cavium.com>
37414
37415 * config/aarch64/aarch64.c (aarch64_operands_ok_for_ldpstp): Reject
37416 volatile mems.
37417 (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
37418
37419 2015-01-13 Jakub Jelinek <jakub@redhat.com>
37420
37421 PR middle-end/63974
37422 * cfgexpand.c (expand_computed_goto): Don't call
37423 convert_memory_address here.
37424
37425 2015-01-13 Richard Biener <rguenther@suse.de>
37426
37427 PR tree-optimization/64406
37428 * tree-loop-distibution.c (pass_loop_distribution::execute):
37429 Reset the SCEV hashtable if we distributed anything.
37430
37431 2015-01-13 Richard Biener <rguenther@suse.de>
37432
37433 PR tree-optimization/64404
37434 * tree-vect-stmts.c (vectorizable_load): Reject conflicting
37435 SLP types for CSEd loads.
37436
37437 2015-01-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
37438
37439 PR tree-optimization/64436
37440 * tree-ssa-math-opts.c (find_bswap_or_nop_1): Move code performing the
37441 merge of two symbolic numbers for a bitwise OR to ...
37442 (perform_symbolic_merge): This. Also fix computation of the range and
37443 end of the symbolic number corresponding to the result of a bitwise OR.
37444
37445 2015-01-13 Richard Biener <rguenther@suse.de>
37446
37447 PR tree-optimization/64568
37448 * tree-ssa-forwprop.c (pass_forwprop::execute): Properly
37449 release defs of removed stmts, avoid splitting TARGET_MEM_REFs.
37450
37451 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
37452
37453 * config/nds32/nds32.c (nds32_legitimate_address_p): Consider
37454 TARGET_CMODEL_LARGE and TARGET_CMODEL_MEDIUM cases.
37455
37456 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
37457
37458 * config/nds32/nds32.h (NDS32_SYMBOL_FLAG_RODATA): Define our own
37459 target-specific symbol_ref flag.
37460 (NDS32_SYMBOL_REF_RODATA_P): Define it to check if the symbol_ref
37461 resides in rodata section.
37462 * config/nds32/nds32.c (TARGET_ENCODE_SECTION_INFO): Define.
37463 (nds32_encode_section_info): New function.
37464
37465 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
37466
37467 * config/nds32/nds32.md (call): Use pseudo instruction bal which
37468 clobbers TA_REGNUM if large code model is specified.
37469 (call_register): Likewise.
37470 (call_immediate): Likewise.
37471 (call_value): Likewise.
37472 (call_value_register): Likewise.
37473 (call_value_immediate): Likewise.
37474
37475 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
37476
37477 * config/nds32/nds32.h (TARGET_CMODEL_SMALL): New macro.
37478 (TARGET_CMODEL_MEDIUM): New macro.
37479 (TARGET_CMODEL_LARGE): New macro.
37480 * config/nds32/nds32.c (nds32_asm_file_start): Display corresponding
37481 code model setting in assembly code.
37482
37483 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
37484
37485 * common/config/nds32/nds32-common.c (TARGET_DEFAULT_TARGET_FLAGS):
37486 Remove MASK_GP_DIRECT flag.
37487 * config/nds32/nds32.h (MULTILIB_DEFAULTS): Have -mcmodel=medium as
37488 one of the multilib default options.
37489 * config/nds32/nds32.opt (mgp-direct): Remove.
37490 * config/nds32/t-mlibs (MULTILIB_OPTIONS): Use -mcmodel instead of
37491 -mgp-direct. We also remove unnecessary -mlittle-endian/-mbig-endian.
37492
37493 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
37494
37495 * config/nds32/nds32.opt (mcmodel): Add new option.
37496 * config/nds32/nds32-opts.h (nds32_cmodel_type): Add new enum type
37497 to describe code model.
37498
37499 2015-01-13 Oleg Endo <olegendo@gcc.gnu.org>
37500
37501 PR target/64479
37502 * rtlanal.c (set_reg_p): Handle SEQUENCE constructs.
37503
37504 2015-01-12 Kaz Kojima <kkojima@gcc.gnu.org>
37505
37506 * config/sh/sh.c (sh_atomic_assign_expand_fenv): New function.
37507 (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define.
37508 (sh_builtin_get_fpscr, sh_builtin_set_fpscr): New variables.
37509 (sh_init_builtins): Record decls for __builtin_sh_get_fpscr and
37510 __builtin_sh_set_fpscr.
37511
37512 2015-01-12 Sandra Loosemore <sandra@codesourcery.com>
37513
37514 * doc/invoke.texi ([-Wsuggest-attribute=]): Don't use parentheses
37515 after a funtion name just to indicate it is a function.
37516 ([-fsanitize-undefined-trap-on-error]): Likewise.
37517 ([-fdbg-cnt=]): Likewise.
37518 ([-mmemcpy]): Likewise.
37519 ([-mflush-func]): Likewise.
37520 ([-msynci]): Likewise.
37521
37522 2015-01-12 Sandra Loosemore <sandra@codesourcery.com>
37523
37524 * doc/invoke.texi ([-Wbad-function-cast]): Rewrite to avoid confusing
37525 example.
37526
37527 2015-01-12 Jakub Jelinek <jakub@redhat.com>
37528
37529 PR tree-optimization/64563
37530 * tree-vrp.c (vrp_evaluate_conditional): Check for VR_RANGE
37531 instead of != VR_VARYING.
37532
37533 PR target/64513
37534 * config/i386/i386.c (ix86_expand_prologue): Add
37535 REG_FRAME_RELATED_EXPR to %rax and %r10 pushes.
37536
37537 PR tree-optimization/64454
37538 * tree-vrp.c (simplify_div_or_mod_using_ranges): Optimize
37539 op0 % op1 into op0 if op0 is in range [-op1 + 1, op1 - 1]
37540 for signed or [0, op1 - 1] for unsigned modulo.
37541 (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
37542 even if op1 does not satisfy integer_pow2p.
37543
37544 PR other/64370
37545 * sreal.c (sreal::to_double): Use ldexp instead of scalbnl.
37546
37547 2015-01-12 Jeff Law <law@redhat.com>
37548
37549 PR target/64461
37550 * config/m68k/m68k.md (truncsiqi2): Disable for TARGET_COLDFIRE.
37551 (trunchiqi2, truncsihi2): Similarly.
37552
37553 * config/h8300/h8300.c (Fpa): Use RTX_FRAME_RELATED_P directly
37554 rather than calling F.
37555
37556 2015-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
37557
37558 * tsan.c (instrument_expr): Use force_gimple_operand.
37559 Use may_be_nonaddressable_p instead of is_gimple_addressable.
37560
37561 2015-01-12 Richard Biener <rguenther@suse.de>
37562
37563 PR tree-optimization/64530
37564 * tree-loop-distribution.c (pg_add_dependence_edges): Shuffle
37565 back dr1.
37566
37567 2015-01-12 Richard Biener <rguenther@suse.de>
37568
37569 PR middle-end/64357
37570 * tree-cfg.c (gimple_can_merge_blocks_p): Protect simple
37571 latches properly.
37572
37573 2015-01-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
37574
37575 * config/arm/arm.c (arm_cortex_a12_tune): Update entries to match
37576 Cortex-A17 tuning parameters.
37577 * config/arm/arm-cores.def (cortex-a12): Schedule for cortex-a17.
37578
37579 2015-01-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
37580
37581 * config/arm/arm-protos.h (tune_params): Add fuseable_ops field.
37582 * config/arm/arm.c (arm_macro_fusion_p): New function.
37583 (arm_macro_fusion_pair_p): Likewise.
37584 (TARGET_SCHED_MACRO_FUSION_P): Define.
37585 (TARGET_SCHED_MACRO_FUSION_PAIR_P): Likewise.
37586 (ARM_FUSE_NOTHING): Likewise.
37587 (ARM_FUSE_MOVW_MOVT): Likewise.
37588 (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,
37589 arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,
37590 arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,
37591 arm_cortex_a53_tune, arm_cortex_a57_tune, arm_cortex_a9_tune,
37592 arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune
37593 arm_cortex_a5_tune): Specify fuseable_ops value.
37594
37595 2015-01-12 H.J. Lu <hongjiu.lu@intel.com>
37596
37597 PR bootstrap/64561
37598 * configure.ac (HAVE_LD_PIE_COPYRELOC): Update Linux/x86-64 linker
37599 test for PIE with copy reloc.
37600 * configure: Regenerated.
37601
37602 2015-01-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
37603
37604 * config/arm/arm.c (arm_load_tp): Use R0_REGNUM instead of constant 0
37605 in gen_rtx_REG.
37606 (arm_tls_descseq_addr): Likewise.
37607 (arm_gen_movmemqi): Likewise.
37608 (arm_expand_epilogue_apcs_frame): Likewise.
37609 (arm_expand_epilogue): Likewise.
37610 (arm_expand_prologue): Likewise. Use R1_REGNUM instead of constant 1
37611 in gen_rtx_REG.
37612
37613 2015-01-12 Martin Liska <mliska@suse.cz>
37614
37615 PR ipa/64550
37616 * ipa-icf-gimple.c (func_checker::compare_memory_operand): Compare
37617 volatility for correct operands.
37618
37619 2015-01-12 Martin Liska <mliska@suse.cz>
37620
37621 * ipa-icf.c (sem_function::equals_wpa): Add indirect_calls as
37622 indication that a function is not leaf.
37623 (sem_function::compare_polymorphic_p): Likewise.
37624
37625 2015-01-12 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
37626
37627 * config/visium/visium.c: Add includes hashtab.h, hash-set.h,
37628 machmode.h, input.h, statistics.h, vec.h, double-int.h, real.h,
37629 fixed-value.h, alias.h, symtab.h, tree-core.h, wide-int.h, inchash.h,
37630 fold-const.h, tree-check.h.
37631
37632 2015-01-12 Jan Hubicka <hubicka@ucw.cz>
37633
37634 PR ipa/63967
37635 PR ipa/64425
37636 * ipa-inline.c (compute_uninlined_call_time,
37637 compute_inlined_call_time): Use counts for extra precision when
37638 needed possible.
37639 (big_speedup_p): Fix formating.
37640 (RELATIVE_TIME_BENEFIT_RANGE): Remove.
37641 (relative_time_benefit): Remove.
37642 (edge_badness): Turn DECL_DISREGARD_INLINE_LIMITS into hint;
37643 merge guessed and read profile paths.
37644 (inline_small_functions): Count only !optimize_size functions into
37645 initial size; be more lax about sanity check when profile is used;
37646 be sure to update inlined function profile when profile is read.
37647
37648 2015-01-12 Jan Hubicka <hubicka@ucw.cz>
37649
37650 PR ipa/63470
37651 * ipa-inline-analysis.c (inline_edge_duplication_hook): Adjust
37652 cost when edge becomes direct.
37653 * ipa-prop.c (make_edge_direct): Do not adjust when speculation
37654 is resolved or when introducing new speculation.
37655
37656 2015-01-12 Chen Gang <gang.chen.5i5j@gmail.com>
37657
37658 PR ipa/64551
37659 PR ipa/64552
37660 * ipa-icf.c (sem_function::equals_private): Use '&&' instead of
37661 '||' to fix typo issue.
37662
37663 * tree.h (target_opts_for_fn): Check NULL_TREE since it can
37664 accept and return NULL.
37665
37666 2015-01-12 Martin Liska <mliska@suse.cz>
37667
37668 * cgraph.c (cgraph_edge::remove_callee): Move function to header
37669 file for being inlined.
37670 (cgraph_set_edge_callee): Delete.
37671 (cgraph_edge::redirect_callee): Move function to header file
37672 for being inlined.
37673 (cgraph_edge::make_direct): Use new function.
37674 (cgraph_edge::dump_edge_flags): New function created from
37675 static dump_edge_flags function.
37676 (cgraph_node::dump): Use new function.
37677 (cgraph_edge::verify_count_and_frequency): New function created
37678 from verify_edge_count_and_frequency.
37679 (cgraph_edge::verify_corresponds_to_fndecl): New function created
37680 from verify_edge_corresponds_to_fndecl.
37681 (verify_edge_corresponds_to_fndecl): Delete.
37682 (cgraph_node::verify_node): Use new function.
37683 * cgraph.h (cgraph_edge::set_callee): New function.
37684 (cgraph_edge::dump_edge_flags): Likewise.
37685 (cgraph_edge::verify_corresponds_to_fndecl): Likewise.
37686
37687 2015-01-11 Jan Hubicka <hubicka@ucw.cz>
37688
37689 * ipa-utils.c (estimate_function_body_sizes): Do not
37690 free node params when called late with early=true.
37691
37692 2015-01-11 James Greenhalgh <james.greenhalgh@arm.com>
37693
37694 * doc/md.texi (Instruction Patterns): Rewrite text for
37695 clarity.
37696 (Example): Likewise.
37697
37698 2015-01-10 Sandra Loosemore <sandra@codesourcery.com>
37699
37700 * doc/invoke.texi (Option Summary): Break long lines.
37701 [(-fdiagnostics-color)]: Put long literal in @smallexample
37702 instead of inline.
37703 [(-fsanitize-recover)]: Likewise.
37704 [(-fdump-rtl-split*)]: Rewrite to fix over-full hbox.
37705 [(-ffast-math)]: Likewise.
37706 [(--param max-inline-insns-recursive)]: Likewise.
37707 [(--param max-inline-recursive-depth)]: Likewise.
37708 [(-mno-text-section-literals)]: Likewise.
37709
37710 2015-01-10 Thomas Schwinge <thomas@codesourcery.com>
37711
37712 * doc/install.texi: Update for libgomp being renamed from "GNU
37713 OpenMP Runtime Library" to "GNU Offloading and Multi Processing
37714 Runtime Library".
37715 * doc/sourcebuild.texi: Likewise.
37716
37717 2015-01-10 Anthony Green <green@moxielogic.com>
37718
37719 * config/moxie/moxie.c (moxie_option_override): Fix forcing of
37720 mul.x availability for moxiebox configuration.
37721
37722 2015-01-09 Anthony Green <green@moxielogic.com>
37723
37724 * config/moxie/moxie.md: Tabify assembly output.
37725
37726 2015-01-09 Anthony Green <green@moxielogic.com>
37727
37728 * config/moxie/moxie.md (CC_REG): Correct register definition.
37729
37730 2015-01-09 Sandra Loosemore <sandra@codesourcery.com>
37731
37732 * doc/invoke.texi ([-fvtable-verify]): Copy-edit and fix markup.
37733 ([-fvtv-debug], [-fvtv-counts]): Likewise. Correct location
37734 of log files.
37735
37736 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
37737
37738 * config/arm/arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon.
37739
37740 2015-01-09 Bernd Schmidt <bernds@codesourcery.com>
37741 Jakub Jelinek <jakub@redhat.com>
37742
37743 PR middle-end/64412
37744 * lto-streamer.h (lto_stream_offload_p): New declaration.
37745 * lto-streamer.c (lto_stream_offload_p): New variable.
37746 * cgraphunit.c (ipa_passes): Set lto_stream_offload_p
37747 at the same time as section_name_prefix.
37748 * lto-streamer-out.c (hash_tree): Don't hash TREE_TARGET_OPTION
37749 if lto_stream_offload_p.
37750 * tree-streamer-out.c (streamer_pack_tree_bitfields): Don't
37751 stream TREE_TARGET_OPTION if lto_stream_offload_p.
37752 (write_ts_function_decl_tree_pointers): Don't
37753 stream DECL_FUNCTION_SPECIFIC_TARGET if lto_stream_offload_p.
37754 * tree-streamer-in.c (unpack_value_fields): Don't stream
37755 TREE_TARGET_OPTION in if ACCEL_COMPILER.
37756 (lto_input_ts_function_decl_tree_pointers): Don't stream
37757 DECL_FUNCTION_SPECIFIC_TARGET in if ACCEL_COMPILER.
37758 * lto-opts.c (lto_write_options): Use lto_stream_offload_p
37759 instead of section_name_prefix string comparisons.
37760
37761 2015-01-09 Jakub Jelinek <jakub@redhat.com>
37762
37763 PR rtl-optimization/64536
37764 * cfgrtl.c (rtl_tidy_fallthru_edge): Handle removal of degenerate
37765 tablejumps.
37766
37767 2015-01-09 Michael Collison <michael.collison@linaro.org>
37768
37769 PR tree-optimization/64322
37770 * tree-vrp.c (extract_range_from_binary_expr_1): Attempt to derive
37771 range for RSHIFT_EXPR even if vr0 range is not VR_RANGE or is symbolic.
37772
37773 2015-01-09 Tom de Vries <tom@codesourcery.com>
37774
37775 PR rtl-optimization/64539
37776 * regcprop.c (kill_clobbered_values): Factor out of ...
37777 (copyprop_hardreg_forward_1): ... here. Use kill_clobbered_values
37778 instead of note_stores with kill_clobbered_value.
37779
37780 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
37781
37782 * ginclude/unwind-arm-common.h: Revert previous commit.
37783
37784 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
37785
37786 * config.gcc (arm*-*-freebsd*): New configuration.
37787 * config/arm/freebsd.h: New file.
37788 * config.host: Add extra components for arm*-*-freebsd*.
37789 * config/arm/arm.h: Introduce MAX_SYNC_LIBFUNC_SIZE.
37790 * config/arm/arm.c (arm_init_libfuncs): Use MAX_SYNC_LIBFUNC_SIZE.
37791
37792 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
37793
37794 * config/rs6000/rtems.h (CPP_OS_RTEMS_SPEC): Define __PPC_CPU_E6500__
37795 for -mcpu=e6500.
37796 * config/rs6000/t-rtems: Add e6500 multilibs.
37797
37798 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
37799
37800 * config/rs6000/t-rtems: Add -mno-spe to soft-float multilib for
37801 MPC8540.
37802
37803 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
37804
37805 * config/rs6000/t-rtems: Use MULTILIB_REQUIRED instead of
37806 MULTILIB_EXCEPTIONS.
37807
37808 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
37809
37810 * config/arm/t-rtems: Use MULTILIB_REQUIRED instead of
37811 MULTILIB_EXCEPTIONS.
37812
37813 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
37814
37815 * config/arm/t-rtems-eabi: Rename to...
37816 * config/arm/t-rtems: ...this.
37817 * config/arm/rtems-eabi.h: Rename to...
37818 * config/arm/rtems.h: ...this.
37819 * config.gcc (arm*-*-rtems*): Reflect changes above.
37820
37821 2015-01-09 Richard Biener <rguenther@suse.de>
37822
37823 PR tree-optimization/64410
37824 * tree-ssa.c (non_rewritable_lvalue_p): Allow REALPART/IMAGPART_EXPR
37825 on the LHS.
37826 (execute_update_addresses_taken): Deal with that.
37827 * tree-ssa-forwprop.c (pass_forwprop::execute): Use component-wise
37828 loads/stores for complex variables.
37829
37830 2015-01-09 Martin Liska <mliska@suse.cz>
37831
37832 * ipa-icf-gimple.c (func_checker::compare_ssa_name): Enhance SSA
37833 name comparison.
37834 (func_checker::compare_memory_operand): New function.
37835 (func_checker::compare_operand): Split case to newly
37836 added functions.
37837 (func_checker::compare_cst_or_decl): New function.
37838 (func_checker::compare_gimple_call): Identify
37839 memory operands.
37840 (func_checker::compare_gimple_assign): Likewise.
37841 * ipa-icf-gimple.h: New function.
37842
37843 2015-01-09 Martin Liska <mliska@suse.cz>
37844
37845 PR ipa/64503
37846 * sreal.c (sreal::dump): Change unsigned format to signed for
37847 m_exp value.
37848 (sreal::to_double): Replace exp2 with scalbln.
37849
37850 2015-01-09 Martin Liska <mliska@suse.cz>
37851
37852 * cgraphunit.c (cgraph_node::create_wrapper): Fix level of indentation.
37853 * ipa-icf.c (sem_function::equals_private): Add support for target and
37854 (sem_item_optimizer::merge_classes): Remove redundant function
37855 optimization flags comparison.
37856 * tree.h (target_opts_for_fn): New function.
37857
37858 2015-01-09 Tom de Vries <tom@codesourcery.com>
37859
37860 * omp-low.c (expand_omp_for_static_chunk): Fix assert.
37861
37862 2015-01-09 Kito Cheng <kito@0xlab.org>
37863
37864 PR rtl-optimization/64348
37865 * lra-constraints.c (split_reg): Fix caller-save store/restore
37866 instruction generation.
37867
37868 2015-01-08 John David Anglin <danglin@gcc.gnu.org>
37869
37870 PR gcov-profile/61790
37871 * gcov-tool.c (do_rewrite): Use strtoll instead of atoll if host has
37872 long long. Fallback to int64_t if host doesn't have long long and
37873 use strtol if int64_t is long. Otherwise, use sscanf for conversion.
37874
37875 2015-01-08 Jakub Jelinek <jakub@redhat.com>
37876
37877 PR tree-optimization/63989
37878 * params.def (PARAM_MAX_TRACKED_STRLENS): Increment default
37879 from 1000 to 10000.
37880 * tree-ssa-strlen.c (get_strinfo): Moved earlier.
37881 (get_stridx): If we don't have a record for certain SSA_NAME,
37882 but it is POINTER_PLUS_EXPR of some SSA_NAME we do with
37883 constant offset, call get_stridx_plus_constant.
37884 (get_stridx_plus_constant): New function.
37885 (zero_length_string): Don't use get_stridx here.
37886
37887 PR target/55023
37888 PR middle-end/64388
37889 * dse.c (struct insn_info): Mention frame_read set also
37890 before reload for tail calls on some targets.
37891 (scan_insn): Revert 2014-12-22 change. Set frame_read
37892 also before reload for tail calls if
37893 HARD_FRAME_POINTER_IS_ARG_POINTER. Call add_wild_read
37894 instead of add_non_frame_wild_read for non-const/memset
37895 tail calls after reload.
37896
37897 2015-01-08 Jason Merrill <jason@redhat.com>
37898
37899 * ubsan.c (do_ubsan_in_current_function): New.
37900 (pass_ubsan::gate): Use it.
37901 * ubsan.h: Declare it.
37902 * convert.c (convert_to_integer): Use it.
37903
37904 2015-01-08 Jakub Jelinek <jakub@redhat.com>
37905
37906 PR target/64338
37907 * config/i386/i386.c (ix86_expand_int_movcc): Don't reverse
37908 compare_code when it is unconditionally overwritten afterwards.
37909 Use ix86_reverse_condition instead of reverse_condition. Don't
37910 change code if *reverse_condition* returned UNKNOWN and don't
37911 swap ct/cf and negate diff in that case.
37912
37913 2015-01-08 Mike Stump <mikestump@comcast.net>
37914
37915 * tsan.c (pass_tsan::gate): Add no_sanitize_thread support.
37916 (pass_tsan_O0::gate): Likewise.
37917 * extend.texi (Function Attributes): Add no_sanitize_thread
37918 documentation.
37919
37920 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
37921
37922 * builtins.def (DEF_GOMP_BUILTIN): Also consider flag_offload_abi
37923 for registering builtins.
37924 * config/i386/intelmic-mkoffload.c (prepare_target_image): Don't
37925 add -fopenmp to the argv_obstack used when invoking
37926 compile_for_target.
37927
37928 * config/i386/intelmic-mkoffload.c (compile_for_target): Always
37929 add "-m32" or "-m64" to argv_obstack.
37930 (generate_host_descr_file): Likewise, when invoking host_compiler.
37931 (main): Always add "-m elf_i386" or "-m elf_x86_64" when invoking
37932 ld.
37933
37934 2015-01-08 Oleg Endo <olegendo@gcc.gnu.org>
37935
37936 * config/sh/sh-mem.cc: Use constant as second operand when emitting
37937 tstsi_t insns.
37938
37939 2015-01-08 Oleg Endo <olegendo@gcc.gnu.org>
37940
37941 PR target/55212
37942 * config/sh/sh.md (*addsi3_compact): Emit reg-reg copy instead of
37943 constant load if constant operand fits into I08.
37944
37945 2015-01-08 Jakub Jelinek <jakub@redhat.com>
37946
37947 PR sanitizer/64336
37948 * tree.c (build2_stat): Fix up initialization of TREE_READONLY
37949 and TREE_THIS_VOLATILE for MEM_REFs.
37950 (build5_stat): Fix up initialization of TREE_READONLY and
37951 TREE_THIS_VOLATILE for TARGET_MEM_REFs.
37952
37953 2015-01-08 Kaz Kojima <kkojima@gcc.gnu.org>
37954
37955 PR target/64533
37956 * config/sh/sh.md (*addsi3_compact): Use u constraint instead
37957 of r for the second alternative of the destination operand.
37958
37959 2015-01-07 Segher Boessenkool <segher@kernel.crashing.org>
37960
37961 PR target/36557
37962 * config/rs6000/rs6000.md (*eqsi3_ext<mode>, *nesi3_ext<mode>): New.
37963
37964 2015-01-07 Sandra Loosemore <sandra@codesourcery.com>
37965
37966 * doc/invoke.texi ([-fvtable-verify]): Fix markup on option
37967 keywords.
37968 ([-fivar-visibility], [-fvisibility]): Likewise.
37969
37970 2015-01-07 Sandra Loosemore <sandra@codesourcery.com>
37971
37972 * doc/invoke.texi: Fix incorrect uses of @samp markup throughout
37973 the file where @code, @command, etc is more appropriate.
37974
37975 2015-01-06 Sandra Loosemore <sandra@codesourcery.com>
37976
37977 * doc/invoke.texi (RS/6000 and PowerPC Options): Tidy formatting
37978 of -mrecip= documentation.
37979
37980 2015-01-06 Michael Meissner <meissner@linux.vnet.ibm.com>
37981
37982 PR target/64505
37983 * config/rs6000/rs6000.c (rs6000_secondary_reload): Return the
37984 correct reload handler if -m32 -mpowerpc64 is used.
37985
37986 2015-01-06 Tom de Vries <tom@codesourcery.com>
37987
37988 * tree-ssa-tail-merge.c: Fix typo in struct same_succ_def comment.
37989
37990 2015-01-08 Christian Bruel <christian.bruel@st.com>
37991
37992 PR target/64507
37993 * config/sh/sh-mem.cc (sh_expand_cmpnstr): Check 0 length.
37994
37995 2015-01-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
37996
37997 PR tree-optimization/63259
37998 * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Stop checking
37999 if optab exists for 16bit byteswap.
38000
38001 2015-01-06 Jakub Jelinek <jakub@redhat.com>
38002
38003 * opts.c (common_handle_option): Add support for
38004 -fno-sanitize=all and -f{,no-}sanitize-recover=all.
38005 * doc/invoke.texi: Document -fno-sanitize=all,
38006 -f{,no-}sanitize-recover=all. Document that
38007 -fsanitize=float-cast-overflow is not enabled
38008 by -fsanitize=undefined. Fix up documentation
38009 of -f{,no-}sanitize-recover.
38010
38011 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
38012
38013 * config.gcc: Add Visium support.
38014 * configure.ac: Likewise.
38015 * configure: Regenerate.
38016 * doc/extend.texi (interrupt attribute): Add Visium.
38017 * doc/invoke.texi: Document Visium options.
38018 * doc/install.texi: Document Visium target.
38019 * doc/md.texi: Document Visium constraints.
38020 * common/config/visium: New directory.
38021 * config/visium: Likewise.
38022
38023 2015-01-05 Segher Boessenkool <segher@kernel.crashing.org>
38024
38025 * simplify-rtx.c (simplify_binary_operation_1): Handle more cases
38026 for the "(and X (ior (not X) Y) -> (and X Y)" transform.
38027
38028 2015-01-05 Segher Boessenkool <segher@kernel.crashing.org>
38029
38030 * combine.c (combine_validate_cost): Do not count the cost of a
38031 split I2 twice. Do not display it twice in the dump, either.
38032
38033 2015-01-05 Sandra Loosemore <sandra@codesourcery.com>
38034
38035 Revert parts of r219199.
38036 * doc/invoke.texi ([-Wliteral-suffix]): Restore markup on
38037 <inttypes.h>.
38038 ([-Wtraditional]): Restore markup on <limits.h>.
38039
38040 2015-01-05 Trevor Saunders <tsaunders@mozilla.com>
38041
38042 PR c++/31397
38043 * doc/invoke.texi: Document -Wsuggest-override.
38044
38045 2015-01-05 Radovan Obradovic <radovan.obradovic@imgtec.com>
38046
38047 PR rtl-optimization/64287
38048 * toplev.c (HAVE_epilogue, HAVE_prologue): Provide default.
38049 (process_options): Disable flag_ipa_ra if profiling.
38050
38051 2015-01-05 Eric Botcazou <ebotcazou@adacore.com>
38052
38053 * config/nds32/nds32-peephole2.md: Do not mention define_peephole.
38054
38055 2015-01-05 Max Filippov <jcmvbkbc@gmail.com>
38056
38057 * config/xtensa/xtensa.c (hwloop_optimize, hwloop_fail,
38058 hwloop_pattern_reg, xtensa_doloop_hooks, xtensa_reorg_loops):
38059 put under #if TARGET_LOOPS guard.
38060
38061 2015-01-05 Uros Bizjak <ubizjak@gmail.com>
38062
38063 * config/i386/i386.c (output_387_binary_op): Use std::swap.
38064
38065 2015-01-05 Oleg Endo <olegendo@gcc.gnu.org>
38066
38067 * rtlanal.c (refers_to_regno_p): Change return value from int to bool.
38068 * rtl.h (refers_to_regno_p): Add overload.
38069 * cse.c: Use it.
38070 * bt-load.c: Likewise.
38071 * combine.c: Likewise.
38072 * df-scan.c: Likewise.
38073 * sched-deps.c: Likewise.
38074 * config/s390/s390.c: Likewise.
38075 * config/m32r/m32r.c: Likewise.
38076 * config/rs6000/spe.md: Likewise.
38077 * config/rs6000/rs6000.c: Likewise.
38078 * config/pa/pa.c: Likewise.
38079 * config/stormy16/stormy16.c: Likewise.
38080 * config/cris/cris.c: Likewise.
38081 * config/arc/arc.md: Likewise.
38082 * config/arc/arc.c: Likewise.
38083 * config/sh/sh.md: Likewise.
38084 * config/sh/sh.c: Likewise.
38085 * config/frv/frv.c: Likewise.
38086
38087 2015-01-05 Jakub Jelinek <jakub@redhat.com>
38088
38089 PR sanitizer/64265
38090 * gimplify.c (gimplify_function_tree): Add TSAN_FUNC_EXIT internal
38091 call as cleanup of the whole body.
38092 * internal-fn.def (TSAN_FUNC_EXIT): New internal call.
38093 * tsan.c (replace_func_exit): New function.
38094 (instrument_func_exit): Moved earlier.
38095 (instrument_memory_accesses): Adjust TSAN_FUNC_EXIT internal calls.
38096 Call instrument_func_exit if no TSAN_FUNC_EXIT internal calls have
38097 been found.
38098 (tsan_pass): Don't call instrument_func_exit.
38099 * internal-fn.c (expand_TSAN_FUNC_EXIT): New function.
38100 * tree-inline.c (copy_bb): Drop TSAN_FUNC_EXIT internal calls during
38101 inlining.
38102
38103 PR sanitizer/64344
38104 * ubsan.h (ubsan_instrument_float_cast): Add ARG argument.
38105 * ubsan.c (ubsan_instrument_float_cast): Add ARG argument, pass
38106 it to libubsan handler instead of EXPR. Fold comparisons earlier,
38107 if the result is integer_zerop, return NULL_TREE.
38108 * convert.c (convert_to_integer): Pass expr as ARG.
38109
38110 PR tree-optimization/64465
38111 * tree-inline.c (redirect_all_calls): During inlining
38112 clean up EH stmts and EH edges if redirect_call_stmt_to_callee
38113 changed the stmt to a non-throwing call.
38114
38115 2015-01-05 Sandra Loosemore <sandra@codesourcery.com>
38116
38117 * doc/invoke.texi: Fix incorrect uses of @code, @option, @samp,
38118 etc markup throughout the file.
38119
38120 2015-01-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
38121
38122 Enable experimental TSAN support for Ada.
38123 * tsan.c (instrument_expr): Handle VIEW_CONVERT_EXPR.
38124
38125 2015-01-05 Jakub Jelinek <jakub@redhat.com>
38126
38127 PR tree-optimization/64494
38128 * tree-ssa-loop-im.c (move_computations_dom_walker::before_dom): Also
38129 clear SSA_NAME_ANTI_RANGE_P flag.
38130
38131 2015-01-05 Marek Polacek <polacek@redhat.com>
38132
38133 * doc/extend.texi (Arrays of Length Zero): Add missing comma.
38134
38135 2015-01-05 Jakub Jelinek <jakub@redhat.com>
38136
38137 Update copyright years.
38138
38139 * gcc.c (process_command): Update copyright notice dates.
38140 * gcov-dump.c: Ditto.
38141 * gcov.c: Ditto.
38142 * doc/cpp.texi: Bump @copying's copyright year.
38143 * doc/cppinternals.texi: Ditto.
38144 * doc/gcc.texi: Ditto.
38145 * doc/gccint.texi: Ditto.
38146 * doc/gcov.texi: Ditto.
38147 * doc/install.texi: Ditto.
38148 * doc/invoke.texi: Ditto.
38149
38150 * auto-profile.c, auto-profile.h: Fix up Copyright line.
38151
38152 2015-01-04 Sandra Loosemore <sandra@codesourcery.com>
38153
38154 * doc/invoke.texi ([-fsized-deallocation]): Copy-edit to fix
38155 verb tense, etc.
38156 ([-fvtable-verify], [-fvtv-debug]): Likewise.
38157 ([-Wabi]): Likewise.
38158 ([-fmessage-length]): Likewise.
38159 ([-Wsuggest-final-types], [-Wsuggest-final-methods]): Likewise.
38160 ([-Wno-discarded-qualifiers]): Likewise.
38161 ([-Wnodiscarded-array-qualifiers]): Likewise.
38162 ([-Wno-virtual-move-assign]): Likewise.
38163 ([-fsanitize=address], [-fsanitize=thread]): Likewise.
38164 ([-fsanitize=leak], [-fsanitize=undefined]): Likewise.
38165 ([-fsanitize=unreachable], [-fsanitize-recover]): Likewise.
38166 ([-fsanitize-undefined-trap-on-error]): Likewise.
38167 ([-floop-interchange]): Likewise.
38168 ([-ftree-coalesce-inlined-vars]): Likewise.
38169 ([-fvect-cost-model]): Likewise.
38170 ([-flto]): Likewise.
38171 ([--param]): Likewise.
38172 (Spec Files): Likewise.
38173 ([-mstrict-align]): Likewise.
38174 ([-mfix-cortex-a53-835769]): Likewise.
38175 ([-march], [-mtune]): Likewise.
38176 ([-mpic-register]): Likewise.
38177 ([-munaligned-access]): Likewise.
38178 ([-msp8]): Likewise.
38179 (EIND and Devices with more than 128 Ki Bytes of Flash): Likewise.
38180 (AVR Built-in Macros): Likewise.
38181 ([-mpreferred-stack-boundary]): Likewise.
38182 ([-mtune-crtl]): Likewise.
38183 ([-mashf]): Likewise.
38184 ([-mmcu=]): Likewise.
38185 ([-minrt]): Likewise.
38186 ([-maltivec], [-maltivec=be], [-maltivec=le]): Likewise.
38187 ([-mupper-regs]): Likewise.
38188 ([-matomic-model]): Likewise.
38189 ([-mdiv]): Likewise.
38190 ([-mzdcbranch]): Likewise.
38191 ([-mdisable-callt]): Likewise.
38192 ([-msoft-float]): Likewise.
38193 ([-m8byte-align]): Likewise.
38194 ([-fstack-reuse]): Likewise.
38195
38196 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
38197
38198 * doc/invoke.texi ([-fprofile-generate], [-fprofile-use]):
38199 Fix markup, light copy-editing.
38200 ([-fauto-profile]): Rewrite to fix formatting and content
38201 problems.
38202
38203 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
38204
38205 * doc/invoke.texi ([-fisolate-erroneous-paths-dereference]):
38206 Copy-edit description.
38207 ([-fisolate-erroneous-paths-attribute]): Likewise.
38208 * common.opt (fisolate-erroneous-paths-dereference):
38209 Copy-edit description.
38210 (fisolate-erroneous-paths-attribute): Likewise.
38211
38212 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
38213
38214 * doc/invoke.texi ([-fsemantic-interposition]): Fix typos and
38215 tidy grammar.
38216
38217 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
38218
38219 * doc/invoke.texi ([-fplan9-extensions]): Add/fix @opindex.
38220 ([-fvtv-debug]): Likewise.
38221 ([-Wc++-compat]): Likewise.
38222 ([-Wc++11-compat]): Likewise.
38223 ([-Wc++14-compat]): Likewise.
38224 ([-Wno-sized-deallocation]): Likewise.
38225 ([-femit-class-debug-always]): Likewise.
38226 ([-femit-struct-debug-detailed]): Likewise.
38227 ([-fno-keep-inline-dllexport]): Likewise.
38228 ([-fira-algorithm]): Likewise.
38229 ([-fira-region]): Likewise.
38230 ([-flra-remat]): Likewise.
38231 ([-fipa-ra]): Likewise.
38232 ([-fhoist-adjacent-loads]): Likewise.
38233 ([-fisolate-erroneous-paths-dereference]): Likewise.
38234 ([-fisolate-erroneous-paths-attribute]): Likewise.
38235 ([-ftree-switch-conversion]): Likewise.
38236 ([-ftree-tail-merge]): Likewise.
38237 ([-ftree-loop-if-convert]): Likewise.
38238 ([-ftree-loop-if-convert-stores]): Likewise.
38239 ([-ftree-loop-distribution]): Likewise.
38240 ([-ftree-loop-distribute-patterns]): Likewise.
38241 ([-flto-compression-level]): Likewise.
38242 ([-flto-report]): Likewise.
38243 ([-flto-report-wpa]): Likewise.
38244 ([-fuse-linker-plugin]): Likewise.
38245 ([-mfix-cortex-a53-835769]): Likewise.
38246 ([-mno-fix-cortex-a53-835769]): Likewise.
38247 ([-mmmx]...[-mno-3dnow]): Remove the -mno- forms from the
38248 explicit listing; add a note to the discussion indicating they
38249 exist. Reorder table to group similar options. Add missing
38250 @opindex entries. Add @need commands throughout the table to
38251 allow it to be split across multiple pages.
38252 ([-m8bit-idiv]): Fix @opindex.
38253 ([-mavx256-split-unaligned-load]): Likewise.
38254 ([-mavx256-split-unaligned-store]): Likewise.
38255 ([-mstack-protector-guard]): Likewise.
38256 ([-mcpu=]): Likewise.
38257 ([-mcpu]): Likewise.
38258 ([-mpointer-size=]): Likewise.
38259
38260 2015-01-03 John David Anglin <danglin@gcc.gnu.org>
38261
38262 * config/pa/pa.md (decrement_and_branch_until_zero): Use `Q' constraint
38263 instead of `m' constraint. Likewise for unnamed movb comparison
38264 patterns using reg_before_reload_operand predicate.
38265 * config/pa/predicates.md (reg_before_reload_operand): Tighten
38266 predicate to reject register index and LO_SUM DLT memory forms
38267 after reload.
38268
38269 2015-01-02 Sandra Loosemore <sandra@codesourcery.com>
38270
38271 * doc/invoke.texi (Option Summary): Fix spelling of
38272 -fdevirtualize-at-ltrans.
38273 ([-fdevirtualize]): Fix markup.
38274 ([-fdevirtualize-speculatively]): Fix typo.
38275 ([-fdevirtualize-at-ltrans]): Likewise. Make description less
38276 implementor-speaky.
38277 * common.opt (fdevirtualize-at-ltrans): Likewise.
38278 * ipa-devirt.c: Fix typos in comments throughout the file.
38279 (ipa_devirt): Fix typos in format strings for dump output.
38280
38281 2015-01-02 Sandra Loosemore <sandra@codesourcery.com>
38282
38283 * doc/invoke.texi ([-fopt-info]): Fix markup, consolidate
38284 discussion of defaults, light copy-editing.
38285
38286 2015-01-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
38287
38288 * tsan.c (instrument_expr): corrected previous checkin.
38289
38290 2015-01-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
38291
38292 Instrument bit field and unaligned accesses for TSAN.
38293 * sanitizer.def (BUILT_IN_TSAN_READ_RANGE): New built-in function.
38294 (BUILT_IN_TSAN_WRITE_RANGE): New built-in function.
38295 * tsan.c (instrument_expr): Handle COMPONENT_REF and BIT_FIELD_REF.
38296 Use BUILT_IN_TSAN_READ_RANGE and BUILT_IN_TSAN_WRITE_RANGE for
38297 unaligned memory regions.
38298
38299 2015-01-01 Anthony Green <green@moxielogic.com>
38300
38301 * config/moxie/predicates.md (moxie_general_movsrc_operand):
38302 Restrict move source register offsets to 16 bits.
38303 \f
38304 Copyright (C) 2015 Free Software Foundation, Inc.
38305
38306 Copying and distribution of this file, with or without modification,
38307 are permitted in any medium without royalty provided the copyright
38308 notice and this notice are preserved.