1 2014-08-07 Jan Hubicka <hubicka@ucw.cz>
3 * ipa-devirt.c: Include gimple-pretty-print.h
4 (referenced_from_vtable_p): Exclude DECL_EXTERNAL from
6 (decl_maybe_in_construction_p): Fix conditional on cdtor check
7 (get_polymorphic_call_info): Fix return value
8 (type_change_info): New sturcture based on ipa-prop
10 (noncall_stmt_may_be_vtbl_ptr_store): New predicate
11 based on ipa-prop variant.
12 (extr_type_from_vtbl_ptr_store): New function
13 based on ipa-prop variant.
14 (record_known_type): New function.
15 (check_stmt_for_type_change): New function.
16 (get_dynamic_type): New function.
17 * ipa-prop.c (ipa_analyze_call_uses): Use get_dynamic_type.
18 * tree-ssa-pre.c: ipa-utils.h
19 (eliminate_dom_walker::before_dom_children): Use ipa-devirt
20 machinery; sanity check with ipa-prop devirtualization.
21 * trans-mem.c (ipa_tm_insert_gettmclone_call): Clear
24 2014-08-07 Trevor Saunders <tsaunders@mozilla.com>
26 * Makefile.in: Remove references to pointer-set.c and pointer-set.h.
27 * alias.c, cfgexpand.c, cgraphbuild.c,
28 config/aarch64/aarch64-builtins.c, config/aarch64/aarch64.c,
29 config/alpha/alpha.c, config/darwin.c, config/i386/i386.c,
30 config/i386/winnt.c, config/ia64/ia64.c, config/m32c/m32c.c,
31 config/mep/mep.c, config/mips/mips.c, config/rs6000/rs6000.c,
32 config/s390/s390.c, config/sh/sh.c, config/sparc/sparc.c,
33 config/spu/spu.c, config/stormy16/stormy16.c, config/tilegx/tilegx.c,
34 config/tilepro/tilepro.c, config/xtensa/xtensa.c, dominance.c,
35 dse.c, except.c, gengtype.c, gimple-expr.c,
36 gimple-ssa-strength-reduction.c, gimplify.c, ifcvt.c,
37 ipa-visibility.c, lto-streamer.h, omp-low.c, predict.c, stmt.c,
38 tree-affine.c, tree-cfg.c, tree-eh.c, tree-inline.c, tree-nested.c,
39 tree-scalar-evolution.c, tree-ssa-loop-im.c, tree-ssa-loop-niter.c,
40 tree-ssa-phiopt.c, tree-ssa-structalias.c, tree-ssa-uninit.c,
41 tree-ssa.c, tree.c, var-tracking.c, varpool.c: Remove includes of
43 * pointer-set.c: Remove file.
44 * pointer-set.h: Remove file.
46 2014-08-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
48 * config/arm/arm.md (*cmov<mode>): Set type attribute to fcsel.
49 * config/arm/types.md (f_sels, f_seld): Delete.
51 2014-08-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
53 * config/aarch64/aarch64.md (absdi2): Set simd attribute.
54 (aarch64_reload_mov<mode>): Predicate on TARGET_FLOAT.
55 (aarch64_movdi_<mode>high): Likewise.
56 (aarch64_mov<mode>high_di): Likewise.
57 (aarch64_movdi_<mode>low): Likewise.
58 (aarch64_mov<mode>low_di): Likewise.
59 (aarch64_movtilow_tilow): Likewise.
60 Add comment explaining usage of fp,simd attributes and of
61 TARGET_FLOAT and TARGET_SIMD.
63 2014-08-07 Ian Bolton <ian.bolton@arm.com>
64 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
66 * config/aarch64/aarch64.c (aarch64_expand_mov_immediate):
67 Use MOVN when one of the half-words is 0xffff.
69 2014-08-07 Marat Zakirov <m.zakirov@samsung.com>
71 * config/arm/thumb1.md (*thumb1_movqi_insn): Copy of thumb1_movhi_insn.
73 2014-08-07 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
75 * haifa-sched.c (SCHED_SORT): Delete. Macro used exactly once.
76 (enum rfs_decition:RFS_*): New constants wrapped in an enum.
77 (rfs_str): String corresponding to RFS_* constants.
78 (rank_for_schedule_stats_t): New typedef.
79 (rank_for_schedule_stats): New static variable.
80 (rfs_result): New static function.
81 (rank_for_schedule): Track statistics for deciding heuristics.
82 (rank_for_schedule_stats_diff, print_rank_for_schedule_stats): New
84 (ready_sort): Use them for debug printouts.
85 (schedule_block): Init statistics state. Print statistics on
86 rank_for_schedule decisions.
88 2014-08-07 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
90 * haifa-sched.c (rank_for_schedule): Fix INSN_TICK-based heuristics.
92 2014-08-07 Ilya Tocar <ilya.tocar@intel.com>
94 * config/i386/sse.md (vec_extract_lo_<mode><mask_name>): Fix
97 2014-08-07 Trevor Saunders <tsaunders@mozilla.com>
99 * hash-map.h (default_hashmap_traits): Adjust overloads of hash
100 function to not conflict.
101 * alias.c, cfgexpand.c, dse.c, except.h, gimple-expr.c,
102 gimple-ssa-strength-reduction.c, gimple-ssa.h, ifcvt.c,
103 lto-streamer-out.c, lto-streamer.h, tree-affine.c, tree-affine.h,
104 tree-predcom.c, tree-scalar-evolution.c, tree-ssa-loop-im.c,
105 tree-ssa-loop-niter.c, tree-ssa.c, value-prof.c: Use hash_map instead
108 2014-08-07 Marek Polacek <polacek@redhat.com>
110 * fold-const.c (fold_binary_loc): Add folding of
111 (PTR0 - (PTR1 p+ A) -> (PTR0 - PTR1) - A.
113 2013-08-07 Ilya Enkovich <ilya.enkovich@intel.com>
115 * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use decl size
116 instead of type size.
117 (ASM_FINISH_DECLARE_OBJECT): Likewise.
119 2014-08-07 Marat Zakirov <m.zakirov@samsung.com>
121 * config/arm/thumb1.md (*thumb1_movhi_insn): Handle stack pointer.
122 (*thumb1_movqi_insn): Likewise.
123 * config/arm/thumb2.md (*thumb2_movhi_insn): Likewise.
125 2014-08-07 Tom de Vries <tom@codesourcery.com>
127 * doc/sourcebuild.texi (glibc, glibc_2_12_or_later)
128 (glibc_2_11_or_earlier): Remove effective-target keywords.
130 2014-08-07 Kugan Vivekanandarajah <kuganv@linaro.org>
132 * config/arm/arm.c (bdesc_2arg): Fix typo.
133 (arm_atomic_assign_expand_fenv): Remove The default implementation.
135 2014-08-07 Zhenqiang Chen <zhenqiang.chen@arm.com>
137 * tree-ssa-loop-ivopts.c (get_address_cost): Try aligned offset.
139 2014-08-06 Vladimir Makarov <vmakarov@redhat.com>
142 * haifa-sched.c (advance_one_cycle): Fix dump.
143 (schedule_block): Don't advance cycle if we are already at the
144 beginning of the cycle.
146 2014-08-06 Martin Jambor <mjambor@suse.cz>
149 * cgraphclones.c (cgraph_node::create_clone): Also copy tm_clone.
151 2014-08-06 Richard Biener <rguenther@suse.de>
154 * lto-streamer-in.c (lto_input_tree_1): Assert we do not read
156 (lto_input_tree): Pop SCCs here.
158 2014-08-06 Richard Biener <rguenther@suse.de>
160 PR tree-optimization/61320
161 * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Properly
162 handle misaligned loads.
164 2014-08-06 Alan Lawrence <alan.lawrence@arm.com>
166 * config/aarch64/aarch64.c (aarch64_evpc_dup): Enable for bigendian.
167 (aarch64_expand_vec_perm_const): Check for dup before zip.
169 2014-08-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
171 * config/aarch64/aarch64.c (aarch64_classify_address): Use REG_P and
172 CONST_INT_P instead of GET_CODE and compare.
173 (aarch64_select_cc_mode): Likewise.
174 (aarch64_print_operand): Likewise.
175 (aarch64_rtx_costs): Likewise.
176 (aarch64_simd_valid_immediate): Likewise.
177 (aarch64_simd_check_vect_par_cnst_half): Likewise.
178 (aarch64_simd_emit_pair_result_insn): Likewise.
180 2014-08-05 David Malcolm <dmalcolm@redhat.com>
182 * gdbhooks.py (find_gcc_source_dir): New helper function.
183 (class PassNames): New class, locating and parsing passes.def.
184 (class BreakOnPass): New command "break-on-pass".
186 2014-08-05 Trevor Saunders <tsaunders@mozilla.com>
188 * tree-ssa.c (redirect_edge_var_map_dup): insert newe before
191 2014-08-05 Richard Biener <rguenther@suse.de>
193 PR rtl-optimization/61672
194 * emit-rtl.h (mem_attrs_eq_p): Declare.
195 * emit-rtl.c (mem_attrs_eq_p): Export. Handle NULL mem-attrs.
196 * cse.c (exp_equiv_p): Use mem_attrs_eq_p.
197 * cfgcleanup.c (merge_memattrs): Likewise.
200 2014-08-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
202 * config/aarch64/arm_neon.h (vqdmlals_lane_s32): Use scalar types
203 rather than singleton vectors.
204 (vqdmlsls_lane_s32): Likewise.
206 2014-08-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
208 * config/aarch64/aarch64-simd.md (aarch64_sqdmulh_laneq<mode>):
209 Use VSDQ_HSI mode iterator.
210 (aarch64_sqrdmulh_laneq<mode>): Likewise.
211 (aarch64_sq<r>dmulh_laneq<mode>_internal): New define_insn.
212 * config/aarch64/aarch64-simd-builtins.def (sqdmulh_laneq):
213 Use BUILTIN_VDQHS macro.
214 (sqrdmulh_laneq): Likewise.
215 * config/aarch64/arm_neon.h (vqdmlalh_laneq_s16): New intrinsic.
216 (vqdmlals_laneq_s32): Likewise.
217 (vqdmlslh_laneq_s16): Likewise.
218 (vqdmlsls_laneq_s32): Likewise.
219 (vqdmulhh_laneq_s16): Likewise.
220 (vqdmulhs_laneq_s32): Likewise.
221 (vqrdmulhh_laneq_s16): Likewise.
222 (vqrdmulhs_laneq_s32): Likewise.
224 2014-08-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
226 * config/aarch64/arm_neon.h (vmul_f64): New intrinsic.
227 (vmuld_laneq_f64): Likewise.
228 (vmuls_laneq_f32): Likewise.
229 (vmul_n_f64): Likewise.
230 (vmuld_lane_f64): Reimplement in C.
231 (vmuls_lane_f32): Likewise.
233 2014-08-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
235 * config/arm/cortex-a15.md (cortex_a15_alu_shift): Add crc type
237 * config/arm/cortex-a53.md (cortex_a53_alu_shift): Likewise.
239 2014-08-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
241 * config/arm/arm.md (clzsi2): Set predicable_short_it attr to no.
243 (*arm_rev): Set predicable and predicable_short_it attributes.
245 2014-08-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
247 * convert.c (convert_to_integer): Guard transformation to lrint by
250 2014-08-05 James Greenhalgh <james.greenhalgh@arm.com>
252 * config/aarch64/aarch64-builtins.c
253 (aarch64_simd_builtin_type_mode): Delete.
254 (v8qi_UP): Remap to V8QImode.
255 (v4hi_UP): Remap to V4HImode.
256 (v2si_UP): Remap to V2SImode.
257 (v2sf_UP): Remap to V2SFmode.
258 (v1df_UP): Remap to V1DFmode.
259 (di_UP): Remap to DImode.
260 (df_UP): Remap to DFmode.
261 (v16qi_UP):V16QImode.
262 (v8hi_UP): Remap to V8HImode.
263 (v4si_UP): Remap to V4SImode.
264 (v4sf_UP): Remap to V4SFmode.
265 (v2di_UP): Remap to V2DImode.
266 (v2df_UP): Remap to V2DFmode.
267 (ti_UP): Remap to TImode.
268 (ei_UP): Remap to EImode.
269 (oi_UP): Remap to OImode.
270 (ci_UP): Map to CImode.
271 (xi_UP): Remap to XImode.
272 (si_UP): Remap to SImode.
273 (sf_UP): Remap to SFmode.
274 (hi_UP): Remap to HImode.
275 (qi_UP): Remap to QImode.
276 (aarch64_simd_builtin_datum): Make mode a machine_mode.
277 (VAR1): Build builtin name.
278 (aarch64_init_simd_builtins): Remove dead code.
280 2014-08-05 Roman Gareev <gareevroman@gmail.com>
282 * graphite-isl-ast-to-gimple.c:
283 (set_options): New function.
284 (scop_to_isl_ast): Add calling of set_options.
286 2014-08-05 Jakub Jelinek <jakub@redhat.com>
288 * loop-unroll.c (struct iv_to_split): Remove n_loc and loc fields.
289 (analyze_iv_to_split_insn): Don't initialize them.
290 (get_ivts_expr): Removed.
291 (allocate_basic_variable, insert_base_initialization): Use
292 SET_SRC instead of *get_ivts_expr.
293 (split_iv): Use &SET_SRC instead of get_ivts_expr.
295 2014-08-05 Roman Gareev <gareevroman@gmail.com>
297 * graphite-isl-ast-to-gimple.c: Add a new struct ast_build_info.
298 (translate_isl_ast_for_loop): Add checking of the
299 flag_loop_parallelize_all.
300 (ast_build_before_for): New function.
301 (scop_to_isl_ast): Add checking of the
302 flag_loop_parallelize_all.
303 * graphite-dependences.c: Move the defenition of the
304 scop_get_dependences from graphite-optimize-isl.c to this file.
305 (apply_schedule_on_deps): Add checking of the ux's emptiness.
306 (carries_deps): Add checking of the x's value.
307 * graphite-optimize-isl.c: Move the defenition of the
308 scop_get_dependences to graphite-dependences.c.
309 * graphite-poly.h: Add declarations of scop_get_dependences
312 2014-08-04 Rohit <rohitarulraj@freescale.com>
315 * config/rs6000/rs6000.c (rs6000_reg_names): Add SPE high register
317 (alt_reg_names): Likewise.
318 (rs6000_dwarf_register_span): For SPE high registers, replace
319 dwarf register numbers with GCC hard register numbers.
320 (rs6000_init_dwarf_reg_sizes_extra): Likewise.
321 (rs6000_dbx_register_number): For SPE high registers, return dwarf
322 register number for the corresponding GCC hard register number.
323 * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Update based on 32
324 newly added GCC hard register numbers for SPE high registers.
325 (DWARF_FRAME_REGISTERS): Likewise.
326 (DWARF_REG_TO_UNWIND_COLUMN): Likewise.
327 (DWARF_FRAME_REGNUM): Likewise.
328 (FIXED_REGISTERS): Likewise.
329 (CALL_USED_REGISTERS): Likewise.
330 (CALL_REALLY_USED_REGISTERS): Likewise.
331 (REG_ALLOC_ORDER): Likewise.
332 (enum reg_class): Likewise.
333 (REG_CLASS_NAMES): Likewise.
334 (REG_CLASS_CONTENTS): Likewise.
335 (SPE_HIGH_REGNO_P): New macro to identify SPE high registers.
337 2014-08-04 Richard Biener <rguenther@suse.de>
339 * gimple-fold.h (gimple_fold_builtin): Remove.
340 * gimple-fold.c (gimple_fold_builtin): Make static.
341 * tree-ssa-ccp.c (pass_fold_builtins::execute): Use
342 fold_stmt, not gimple_fold_builtin.
344 2014-08-04 Martin Liska <mliska@suse.cz>
346 * cgraph.h (csi_end_p): Removed.
347 (csi_next): Likewise.
348 (csi_node): Likewise.
349 (csi_start): Likewise.
350 (cgraph_node_in_set_p): Likewise.
351 (cgraph_node_set_size): Likewise.
352 (vsi_end_p): Likewise.
353 (vsi_next): Likewise.
354 (vsi_node): Likewise.
355 (vsi_start): Likewise.
356 (varpool_node_set_size): Likewise.
357 (cgraph_node_set_nonempty_p): Likewise.
358 (varpool_node_set_nonempty_p): Likewise.
359 * cgraphunit.c (cgraph_process_new_functions): vec replaces
361 * ipa-inline-transform.c: Likewise.
362 * ipa-utils.c (cgraph_node_set_new): Removed.
363 (cgraph_node_set_add): Likewise.
364 (cgraph_node_set_remove): Likewise.
365 (cgraph_node_set_find): Likewise.
366 (dump_cgraph_node_set): Likewise.
367 (debug_cgraph_node_set): Likewise.
368 (free_cgraph_node_set): Likewise.
369 (varpool_node_set_new): Likewise.
370 (varpool_node_set_add): Likewise.
371 (varpool_node_set_remove): Likewise.
372 (varpool_node_set_find): Likewise.
373 (dump_varpool_node_set): Likewise.
374 (free_varpool_node_set): Likewise.
375 (debug_varpool_node_set): Likewise.
376 * tree-emutls.c (struct tls_var_data):
377 (emutls_index): Removed.
378 (emutls_decl): Likewise.
379 (gen_emutls_addr): Function implementation uses newly added
380 hash_map<varpool_node *, tls_var_data>.
381 (clear_access_vars): Likewise.
382 (create_emultls_var): Likewise.
383 (ipa_lower_emutls): Likewise.
384 (reset_access): New function.
386 2014-08-04 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
388 * config/i386/i386.c (ix86_option_override_internal): Add
389 PTA_RDRND and PTA_MOVBE for bdver4.
391 2014-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
392 James Greenhalgh <james.greenhalgh@arm.com>
394 * doc/md.texi (clrsb): Document.
395 (clz): Change reference to x into operand 1.
397 (popcount): Likewise.
399 2014-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
402 * gcc/optabs.c (expand_atomic_test_and_set): Do not try to emit
403 move to subtarget in serial version if result is ignored.
405 2014-08-04 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
406 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
408 * sched-deps.c (try_group_insn): Generalise macro fusion hook usage
409 to any two insns. Update comment. Rename to sched_macro_fuse_insns.
410 (sched_analyze_insn): Update use of try_group_insn to
411 sched_macro_fuse_insns.
412 * config/i386/i386.c (ix86_macro_fusion_pair_p): Reject 2nd
413 arguments that are not conditional jumps.
415 2014-08-04 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
417 * config/i386/driver-i386.c (host_detect_local_cpu): Handle AMD's extended
418 family information. Handle BTVER2 cpu with cpuid family value.
420 2014-08-04 Tom de Vries <tom@codesourcery.com>
422 * doc/sourcebuild.texi (glibc, glibc_2_12_or_later)
423 (glibc_2_11_or_earlier): Document effective-target keywords.
425 2014-08-01 Jan Hubicka <hubicka@ucw.cz>
427 * ipa-devirt.c (odr_type_warn_count): Add type.
428 (possible_polymorphic_call_targets): Set it.
429 (ipa_devirt): Use it.
431 2014-08-01 Jan Hubicka <hubicka@ucw.cz>
433 * doc/invoke.texi (Wsuggest-final-types, Wsuggest-final-methods): Document.
434 * ipa-devirt.c: Include hash-map.h
435 (struct polymorphic_call_target_d): Add type_warning and decl_warning.
436 (clear_speculation): Break out of ...
437 (get_class_context): ... here; speed up handling obviously useless
439 (odr_type_warn_count, decl_warn_count): New structures.
440 (final_warning_record): New structure.
441 (final_warning_records): New static variable.
442 (possible_polymorphic_call_targets): Cleanup handling of speculative info;
443 do not build speculation when user do not care; record info about warnings
445 (add_decl_warning): New function.
446 (type_warning_cmp): New function.
447 (decl_warning_cmp): New function.
448 (ipa_devirt): Handle -Wsuggest-final-methods and -Wsuggest-final-types.
449 (gate): Enable pass when warnings are requested.
450 * common.opt (Wsuggest-final-types, Wsuggest-final-methods): New options.
452 2014-08-02 Trevor Saunders <tsaunders@mozilla.com>
454 * hash-map.h (default_hashmap_traits::mark_key_deleted):
456 (hash_map::remove): New method.
457 (hash_map::traverse): New method.
458 * cgraph.h, except.c, except.h, gimple-ssa-strength-reduction.c,
459 ipa-utils.c, lto-cgraph.c, lto-streamer.h, omp-low.c, predict.c,
460 tree-cfg.c, tree-cfgcleanup.c, tree-eh.c, tree-eh.h, tree-inline.c,
461 tree-inline.h, tree-nested.c, tree-sra.c, tree-ssa-loop-im.c,
462 tree-ssa-loop-ivopts.c, tree-ssa-reassoc.c, tree-ssa-structalias.c,
463 tree-ssa.c, tree-ssa.h, var-tracking.c: Use hash_map instead of
466 2014-08-02 Trevor Saunders <tsaunders@mozilla.com>
468 * hash-set.h: new File.
469 * cfgexpand.c, cfgloop.c, cgraph.c, cgraphbuild.c, cgraphunit.c,
470 cprop.c, cse.c, gimple-walk.c, gimple-walk.h, gimplify.c, godump.c,
471 ipa-devirt.c, ipa-pure-const.c, ipa-visibility.c, ipa.c, lto-cgraph.c,
472 lto-streamer-out.c, stmt.c, tree-cfg.c, tree-core.h, tree-eh.c,
473 tree-inline.c, tree-inline.h, tree-nested.c, tree-pretty-print.c,
474 tree-ssa-loop-niter.c, tree-ssa-phiopt.c, tree-ssa-threadedge.c,
475 tree-ssa-uninit.c, tree.c, tree.h, value-prof.c, varasm.c,
476 varpool.c: Use hash_set instead of pointer_set.
478 2014-08-01 Alan Lawrence <alan.lawrence@arm.com>
480 * config/aarch64/aarch64-simd-builtins.def (dup_lane, get_lane): Delete.
482 2014-08-01 Jiong Wang <jiong.wang@arm.com>
484 * config/aarch64/aarch64.c (aarch64_classify_address): Accept all offset
485 for frame access when strict_p is false.
487 2014-08-01 Renlin Li <renlin.li@arm.com>
488 2014-08-01 Jiong Wang <jiong.wang@arm.com>
490 * config/aarch64/aarch64.c (offset_7bit_signed_scaled_p): Rename to
491 aarch64_offset_7bit_signed_scaled_p, remove static and use it.
492 * config/aarch64/aarch64-protos.h (aarch64_offset_7bit_signed_scaled_p):
494 * config/aarch64/predicates.md (aarch64_mem_pair_offset): Define new
496 * config/aarch64/aarch64.md (loadwb_pair, storewb_pair): Use
497 aarch64_mem_pair_offset.
499 2014-08-01 Jiong Wang <jiong.wang@arm.com>
501 * config/aarch64/aarch64.md (loadwb_pair<GPI:mode>_<P:mode>): Fix
503 (loadwb_pair<GPI:mode>_<P:mode>): Likewise.
504 * config/aarch64/aarch64.c (aarch64_gen_loadwb_pair): Likewise.
506 2014-08-01 Matthew Fortune <matthew.fortune@imgtec.com>
508 * config/mips/mips.h (REGISTER_PREFIX): Define macro.
510 2014-08-01 James Greenhalgh <james.greenhalgh@arm.com>
513 * cgraphunit.c (analyze_functions): Use get_create rather than get
514 for decls which are clones of abstract functions.
516 2014-08-01 Martin Liska <mliska@suse.cz>
518 * gimple-iterator.h (gsi_next_nonvirtual_phi): New function.
519 * ipa-prop.h (count_formal_params): Global function created from static.
520 * ipa-prop.c (count_formal_params): Likewise.
521 * ipa-utils.c (ipa_merge_profiles): Be more tolerant if we merge
522 profiles for semantically equivalent functions.
523 * passes.c (do_per_function): If we load body of a function
524 during WPA, this condition should behave same.
525 * varpool.c (ctor_for_folding): More tolerant assert for variable
526 aliases created during WPA.
528 2014-08-01 Martin Liska <mliska@suse.cz>
530 * doc/invoke.texi (Options That Control Optimization): Documentation
531 for -foptimize-strlen introduced. Optimization levels default options
534 2014-08-01 Jakub Jelinek <jakub@redhat.com>
536 * opts.c (common_handle_option): Handle -fsanitize=alignment.
537 * ubsan.h (enum ubsan_null_ckind): Add UBSAN_CTOR_CALL.
538 (ubsan_expand_bounds_ifn, ubsan_expand_null_ifn): Change return
540 * stor-layout.h (min_align_of_type): New prototype.
541 * asan.c (pass_sanopt::execute): Don't perform gsi_next if
542 ubsan_expand* told us not to do it. Remove the extra gsi_end_p
544 * ubsan.c: Include builtins.h.
545 (ubsan_expand_bounds_ifn): Change return type to bool,
547 (ubsan_expand_null_ifn): Change return type to bool, change
548 argument to gimple_stmt_iterator *. Handle both null and alignment
549 sanitization, take type from ckind argument's type rather than
551 (instrument_member_call): Removed.
552 (instrument_mem_ref): Remove t argument, add mem and base arguments.
553 Handle both null and alignment sanitization, don't say whole
554 struct access is member access. Build 3 argument IFN_UBSAN_NULL
555 call instead of 2 argument.
556 (instrument_null): Adjust instrument_mem_ref caller. Don't
557 instrument calls here.
558 (pass_ubsan::gate, pass_ubsan::execute): Handle SANITIZE_ALIGNMENT
560 * stor-layout.c (min_align_of_type): New function.
561 * flag-types.h (enum sanitize_code): Add SANITIZE_ALIGNMENT.
562 Or it into SANITIZE_UNDEFINED.
563 * doc/invoke.texi (-fsanitize=alignment): Document.
565 2014-07-31 Andi Kleen <ak@linux.intel.com>
567 * tree-ssa-tail-merge.c (same_succ_hash): Convert to inchash.
569 2014-07-31 Andi Kleen <ak@linux.intel.com>
571 * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Convert to
573 (vn_reference_compute_hash): Dito.
574 (vn_nary_op_compute_hash): Dito.
575 (vn_phi_compute_hash): Dito.
576 * tree-ssa-sccvn.h (vn_hash_constant_with_type): Dito.
578 2014-07-31 Andi Kleen <ak@linux.intel.com>
580 * tree-ssa-dom.c (iterative_hash_exprs_commutative):
581 Rename to inchash:add_expr_commutative. Convert to inchash.
582 (iterative_hash_hashable_expr): Rename to
583 inchash:add_hashable_expr. Convert to inchash.
584 (avail_expr_hash): Dito.
586 2014-07-31 Andi Kleen <ak@linux.intel.com>
588 * ipa-devirt.c (polymorphic_call_target_hasher::hash):
591 2014-07-31 Andi Kleen <ak@linux.intel.com>
593 * asan.c (asan_mem_ref_hasher::hash): Convert to inchash.
595 2014-07-31 Andi Kleen <ak@linux.intel.com>
597 * Makefile.in (OBJS): Add rtlhash.o
598 * dwarf2out.c (addr_table_entry_do_hash): Convert to inchash.
599 (loc_checksum): Dito.
600 (loc_checksum_ordered): Dito.
601 (hash_loc_operands): Dito.
603 (hash_loc_list): Dito.
604 * rtl.c (iterative_hash_rtx): Moved to rtlhash.c
605 * rtl.h (iterative_hash_rtx): Moved to rtlhash.h
606 * rtlhash.c: New file.
607 * rtlhash.h: New file.
609 2014-07-31 Andi Kleen <ak@linux.intel.com>
611 * inchash.h (inchash): Change inchash class to namespace.
612 (class hash): ... Rename from inchash.
613 (add_object): Move from macro to class template.
614 * lto-streamer-out.c (hash_tree): Change inchash
616 * tree.c (build_type_attribute_qual_variant): Dito.
617 (type_hash_list): Dito.
618 (attribute_hash_list): Dito.
619 (iterative_hstate_expr): Rename to inchash::add_expr
620 (build_range_type_1): Change inchash to inchash::hash
621 and use hash::add_expr.
622 (build_array_type_1): Dito.
623 (build_function_type): Dito
624 (build_method_type_directly): Dito.
625 (build_offset_type): Dito.
626 (build_complex_type): Dito.
627 (make_vector_type): Dito.
628 * tree.h (iterative_hash_expr): Dito.
630 2014-07-31 Chen Gang <gang.chen.5i5j@gmail.com>
632 * gcc.c (do_spec_1): Allocate enough space for saved_suffix.
634 2014-07-31 James Greenhalgh <james.greenhalgh@arm.com>
636 * config/aarch64/arm_neon.h (vpadd_<suf><8,16,32,64>): Move to
637 correct alphabetical position.
638 (vpaddd_f64): Rewrite using builtins.
639 (vpaddd_s64): Move to correct alphabetical position.
642 2014-07-31 Oleg Endo <olegendo@gcc.gnu.org>
645 * config/sh/sh.c (sh_legitimate_address_p,
646 sh_legitimize_reload_address): Handle reg+reg address modes when
647 ALLOW_INDEXED_ADDRESS is false.
648 * config/sh/predicates.md (general_movsrc_operand,
649 general_movdst_operand): Likewise.
651 2014-07-31 James Greenhalgh <james.greenhalgh@arm.com>
653 * config/aarch64/aarch64-builtins.c
654 (aarch64_gimple_fold_builtin): Don't fold reduction operations for
657 2014-07-31 James Greenhalgh <james.greenhalgh@arm.com>
659 * config/aarch64/aarch64.c (aarch64_simd_vect_par_cnst_half): Vary
660 the generated mask based on BYTES_BIG_ENDIAN.
661 (aarch64_simd_check_vect_par_cnst_half): New.
662 * config/aarch64/aarch64-protos.h
663 (aarch64_simd_check_vect_par_cnst_half): New.
664 * config/aarch64/predicates.md (vect_par_cnst_hi_half): Refactor
665 the check out to aarch64_simd_check_vect_par_cnst_half.
666 (vect_par_cnst_lo_half): Likewise.
667 * config/aarch64/aarch64-simd.md
668 (aarch64_simd_move_hi_quad_<mode>): Always use vec_par_cnst_lo_half.
669 (move_hi_quad_<mode>): Always generate a low mask.
671 2014-07-30 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
673 * doc/invoke.texi (AVR Options): Add documentation about
674 __AVR_DEVICE_NAME__ built-in macro.
676 2014-07-31 Charles Baylis <charles.baylis@linaro.org>
679 * config/arm/neon.md (ashldi3_neon): Don't emit arm_ashldi3_1bit unless
680 constraints are satisfied.
681 (<shift>di3_neon): Likewise.
683 2014-07-31 Richard Biener <rguenther@suse.de>
685 PR tree-optimization/61964
686 * tree-ssa-tail-merge.c (gimple_equal_p): Handle non-SSA LHS solely
687 by structural equality.
689 2014-07-31 Yury Gribov <y.gribov@samsung.com>
691 * doc/cpp.texi (__SANITIZE_ADDRESS__): Updated description.
692 * doc/invoke.texi (-fsanitize=kernel-address): Describe new option.
693 * flag-types.h (SANITIZE_USER_ADDRESS, SANITIZE_KERNEL_ADDRESS):
695 * gcc.c (sanitize_spec_function): Support new option.
696 (SANITIZER_SPEC): Remove now redundant check.
697 * opts.c (common_handle_option): Support new option.
698 (finish_options): Check for incompatibilities.
699 * toplev.c (process_options): Split userspace-specific checks.
701 2014-07-31 Richard Biener <rguenther@suse.de>
703 * lto-streamer.h (struct output_block): Remove global.
704 (struct data_in): Remove labels, num_named_labels and
706 * lto-streamer-in.c (lto_data_in_delete): Do not free labels.
707 * lto-streamer-out.c (produce_asm_for_decls): Do not set global.
709 2014-07-31 Marc Glisse <marc.glisse@inria.fr>
712 * common.opt (-Wreturn-local-addr): Moved from c.opt.
713 * gimple-ssa-isolate-paths.c: Include diagnostic-core.h and intl.h.
714 (isolate_path): New argument to avoid inserting a trap.
715 (find_implicit_erroneous_behaviour): Handle returning the address
717 (find_explicit_erroneous_behaviour): Likewise.
719 2014-07-31 Bingfeng Mei <bmei@broadcom.com>
722 * toplev.c (init_random_seed): Move piece of code never called to
724 (set_random_seed): see above.
726 2014-07-31 Tom de Vries <tom@codesourcery.com>
728 * tree-ssa-loop.c (pass_tree_loop_init::execute): Remove dead code.
730 2014-07-31 Richard Sandiford <rdsandiford@googlemail.com>
732 * ira.c (insn_contains_asm_1, insn_contains_asm): Delete.
733 (compute_regs_asm_clobbered): Use extract_asm_operands instead.
735 2014-07-31 Richard Biener <rguenther@suse.de>
737 * data-streamer.h (streamer_write_data_stream): Declare here,
739 * lto-streamer.h (lto_output_data_stream): ... this. Remove.
740 * lto-cgraph.c (lto_output_node): Adjust.
741 (lto_output_varpool_node): Likewise.
742 * data-streamer-out.c (streamer_string_index): Likewise.
743 (streamer_write_data_stream, lto_append_block): Move from ...
744 * lto-section-out.c (lto_output_data_stream,
745 lto_append_block): ... here.
747 2014-07-30 Mike Stump <mikestump@comcast.net>
749 * configure.ac: Also check for popen.
750 * tree-loop-distribution.c (dot_rdg): Autoconfize popen use.
751 * configure: Regenerate.
752 * config.in: Regenerate.
754 2014-07-30 Martin Jambor <mjambor@suse.cz>
756 * tree-sra.c (sra_ipa_modify_assign): Change type of the first
759 2014-07-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
761 * config/s390/s390.c (s390_emit_tpf_eh_return): Pass original return
762 address as second parameter to __tpf_eh_return routine.
764 2014-07-30 Jiong Wang <jiong.wang@arm.com>
766 * config/arm/arm.c (arm_get_frame_offsets): Adjust condition for
769 2014-07-30 Tom Tromey <tromey@redhat.com>
772 * doc/invoke.texi (Warning Options): Document -Wdesignated-init.
773 * doc/extend.texi (Type Attributes): Document designated_init
776 2014-07-30 Roman Gareev <gareevroman@gmail.com>
778 * graphite-isl-ast-to-gimple.c:
779 (gcc_expression_from_isl_ast_expr_id): Add calling of fold_convert.
780 (gcc_expression_from_isl_expression): Pass type to
781 gcc_expression_from_isl_ast_expr_id.
783 2014-07-30 Richard Biener <rguenther@suse.de>
785 * lto-streamer.h (lto_write_data): New function.
786 * langhooks.c (lhd_append_data): Do not free block.
787 * lto-section-out.c (lto_write_data): New function writing
788 raw data to the current section.
789 (lto_write_stream): Adjust for langhook semantic change.
790 (lto_destroy_simple_output_block): Write header directly.
791 * lto-opts.c (lto_write_options): Write options directly.
792 * lto-streamer-out.c (produce_asm): Write heaeder directly.
793 (lto_output_toplevel_asms): Likewise.
794 (copy_function_or_variable): Copy data directly.
795 (write_global_references): Output index table directly.
796 (lto_output_decl_state_refs): Likewise.
797 (write_symbol): Write data directly.
798 (produce_symtab): Adjust.
799 (produce_asm_for_decls): Output header and refs directly.
801 2014-07-29 Jan Hubicka <hubicka@ucw.cz>
803 * ipa-devirt.c (polymorphic_call_target_d): Rename nonconstruction_targets
804 to speculative_targets
805 (get_class_context): Fix handling of contextes without outer type;
806 avoid matching non-polymorphic types in LTO.
807 (possible_polymorphic_call_targets): Trun nonconstruction_targetsp
808 parameter to speculative_targetsp; handle speculation.
809 (dump_possible_polymorphic_call_targets): Update dumping.
811 2014-07-29 Jan Hubicka <hubicka@ucw.cz>
813 * common.opt (Wodr): Enable by default.
815 2014-07-29 Olivier Hainque <hainque@adacore.com>
817 * config/vxworksae.h (VXWORKS_OVERRIDE_OPTIONS): Define.
819 2014-07-29 H.J. Lu <hongjiu.lu@intel.com>
822 * gengtype.c (strtoken): New function.
823 (create_user_defined_type): Replace strtok with strtoken.
825 2014-07-29 Nathan Sidwell <nathan@acm.org>
827 * gcov-io.c (gcov_var): Make hidden.
828 * gcov-tool.c (gcov_list, gcov_exit): Remove declarations.
829 (gcov_do_dump): Declare.
830 (gcov_output_files): Call gcov_do_dump, not gcov_exit).
832 2014-07-29 Martin Jambor <mjambor@suse.cz>
834 * tree-sra.c (sra_modify_constructor_assign): Change type of stmt
836 (sra_modify_assign): Likewise.
838 2014-07-29 Richard Biener <rguenther@suse.de>
841 * expr.c (expand_expr_real_2): Revert last change.
843 2014-07-28 Jan Hubicka <hubicka@ucw.cz>
845 * cgraph.c (cgraph_node::create_indirect_edge): Copy speculative data.
846 * cgraph.h (cgraph_indirect_call_info): Add speculative data.
847 * gimple-fold.c (fold_gimple_assign): Fix check for virtual
849 * ipa-devirt.c (ipa_dummy_polymorphic_call_context): Update
850 (contains_type_p): Forward declare.
851 (polymorphic_call_target_hasher::hash): Hash speculative info.
852 (polymorphic_call_target_hasher::equal): Compare speculative info.
853 (get_class_context): Handle speuclation.
854 (contains_type_p): Update.
855 (get_polymorphic_call_info_for_decl): Update.
856 (walk_ssa_copies): Break out from ...
857 (get_polymorphic_call_info): ... here; set speculative context
859 * ipa-prop.c (ipa_write_indirect_edge_info,
860 ipa_read_indirect_edge_info): Stream speculative context.
861 * ipa-utils.h (ipa_polymorphic_call_context): Add speculative info
862 (SPECULATIVE_OFFSET, SPECULATIVE_OUTER_TYPE,
863 SPECULATIVE_MAYBE_DERIVED_TYPE).
864 (possible_polymorphic_call_targets overriders): Update.
865 (dump_possible_polymorphic_call_targets overriders): Update.
866 (dump_possible_polymorphic_call_target_p overriders): Update.
868 2014-07-28 Jan Hubicka <hubicka@ucw.cz>
870 * gimple-fold.c (fold_gimple_assign): Fix condition guarding
871 ipa-devirt path; fix thinko there.
873 2014-07-28 Trevor Saunders <tsaunders@mozilla.com>
875 * config/i386/i386.c (ix86_return_in_memory): Replace one
876 ATTRIBUTE_UNUSED where the attribute can actually sometimes be unused.
878 2014-07-28 Marek Polacek <polacek@redhat.com>
880 * doc/invoke.texi (-Wno-odr): Fix @item entry. Tweak wording.
882 2014-07-28 Peter Bergner <bergner@vnet.ibm.com>
884 * config.gcc (powerpc*-*-linux*): Include gnu-user.h in tm_file.
885 * config/rs6000/sysv4.h (CC1_SPEC): Undefine it before defining it.
886 * config/rs6000/linux.h (CPLUSPLUS_CPP_SPEC): Delete define.
887 (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
888 (USE_LD_AS_NEEDED): Likewise.
889 (ASM_APP_ON): Likewise.
890 (ASM_APP_OFF): Likewise.
891 (TARGET_POSIX_IO): Likewise.
892 * config/rs6000/linux64.h (CPLUSPLUS_CPP_SPEC): Likewise.
893 (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
894 (USE_LD_AS_NEEDED): Likewise.
895 (ASM_APP_ON): Likewise.
896 (ASM_APP_OFF): Likewise.
897 (TARGET_POSIX_IO): Likewise.
899 2014-07-28 Eric Botcazou <ebotcazou@adacore.com>
902 * fold-const.c (fold_comparison): Disable X - Y CMP 0 to X CMP Y for
903 operators other than the equality operators.
905 2014-07-28 Richard Biener <rguenther@suse.de>
908 * optabs.c (gen_int_libfunc): For -ftrapv libfuncs make
909 sure to register SImode ones, not only >= word_mode ones.
910 * expr.c (expand_expr_real_2): When expanding -ftrapv
911 binops do not use OPTAB_LIB_WIDEN.
913 2014-07-28 Richard Sandiford <rdsandiford@googlemail.com>
916 * tree-outof-ssa.c (insert_partition_copy_on_edge)
917 (insert_value_copy_on_edge, insert_rtx_to_part_on_edge)
918 (insert_part_to_rtx_on_edge): Copy partition_to_pseudo rtxes before
919 inserting them in the insn stream.
921 2014-07-28 Marek Polacek <polacek@redhat.com>
924 * common.opt (Wodr): Add Var.
926 2014-07-28 Richard Biener <rguenther@suse.de>
928 PR tree-optimization/61921
929 * tree-ssa-structalias.c (create_variable_info_for_1): Check
930 if there is a varpool node before dereferencing it.
932 2014-07-28 Roman Gareev <gareevroman@gmail.com>
934 * graphite-sese-to-poly.c:
935 (new_pbb_from_pbb): Set a new id of pbb1->domain (instead of using the
936 id of the pbb), which contains pointer to the pbb1.
938 * gcc.dg/graphite/isl-ast-gen-if-2.c: New testcase.
940 2014-07-28 Roman Gareev <gareevroman@gmail.com>
942 * graphite-isl-ast-to-gimple.c:
943 (graphite_create_new_guard): New function.
944 (translate_isl_ast_node_if): New function.
945 (translate_isl_ast): Add calling of translate_isl_ast_node_if.
947 * gcc.dg/graphite/isl-ast-gen-if-1.c: New testcase.
949 2014-07-27 Anthony Green <green@moxielogic.com>
951 * config.gcc: Add moxie-*-moxiebox* configuration.
952 * config/moxie/moxiebox.h: New file.
954 2014-07-26 Andrew Pinski <apinski@cavium.com>
956 * config/aarch64/aarch64.md (*extr_insv_lower_reg<mode>): Remove +
957 from the read only register.
959 2014-07-26 Richard Sandiford <rdsandiford@googlemail.com>
961 * ira-costs.c (find_costs_and_classes): For -O0, use the best class
962 as the allocation class if it isn't likely to be spilled.
964 2014-07-26 Richard Sandiford <rdsandiford@googlemail.com>
966 * rtl.h (tls_referenced_p): Declare.
967 * rtlanal.c (tls_referenced_p_1, tls_referenced_p): New functions.
968 * config/mips/mips.c (mips_tls_symbol_ref_1): Delete.
969 (mips_cannot_force_const_mem): Use tls_referenced_p.
970 * config/pa/pa-protos.h (pa_tls_referenced_p): Delete.
971 * config/pa/pa.h (CONSTANT_ADDRESS_P): Use tls_referenced_p
972 instead of pa_tls_referenced_p.
973 * config/pa/pa.c (hppa_legitimize_address, pa_cannot_force_const_mem)
974 (pa_emit_move_sequence, pa_emit_move_sequence): Likewise.
975 (pa_legitimate_constant_p): Likewise.
976 (pa_tls_symbol_ref_1, pa_tls_referenced_p): Delete.
977 * config/rs6000/rs6000.c (rs6000_tls_referenced_p): Delete.
978 (rs6000_cannot_force_const_mem, rs6000_emit_move)
979 (rs6000_address_for_altivec): Use tls_referenced_p instead of
980 rs6000_tls_referenced_p.
981 (rs6000_tls_symbol_ref_1): Delete.
983 2014-07-26 Marc Glisse <marc.glisse@inria.fr>
986 * simplify-rtx.c (simplify_binary_operation_1) <VEC_SELECT>:
987 Optimize inverse of a VEC_CONCAT.
989 2014-07-25 Xinliang David Li <davidxl@google.com>
991 * params.def: New parameter.
992 * coverage.c (get_coverage_counts): Check new flag.
993 (coverage_compute_profile_id): Check new flag.
994 (coverage_begin_function): Check new flag.
995 (coverage_end_function): Check new flag.
996 * value-prof.c (coverage_node_map_initialized_p): New function.
997 (init_node_map): Populate map with all functions.
998 * doc/invoke.texi: Document new parameter.
1000 2014-07-25 Jan Hubicka <hubicka@ucw.cz>
1001 Richard Biener <rguenther@suse.de>
1003 * lto-streamer-out.c (struct sccs): Turn to ...
1004 (class DFS): ... this one; refactor the DFS walk so it can
1005 be re-done on per-SCC basis.
1006 (DFS::DFS): New constructor.
1007 (DFS::~DFS): New destructor.
1008 (hash_tree): Add new MAP argument holding in-SCC hash values;
1009 remove POINTER_TYPE hashing hack.
1010 (scc_entry_compare): Rename to ...
1011 (DFS::scc_entry_compare): ... this one.
1012 (hash_scc): Rename to ...
1013 (DFS::hash_scc): ... this one; pass output_block instead
1014 of streamer_cache; work harder to get unique and stable SCC
1016 (DFS_write_tree): Rename to ...
1017 (DFS::DFS_write_tree): ... this one; add SINGLE_P parameter.
1018 (lto_output_tree): Update.
1020 2014-07-25 Andi Kleen <ak@linux.intel.com>
1022 * lto-streamer-out.c (hash_tree): Convert to inchash.
1024 2014-07-25 Andi Kleen <ak@linux.intel.com>
1026 * tree.c (build_type_attribute_qual_variant): Use inchash.
1027 (type_hash_list): Dito.
1028 (attribute_hash_list): Dito
1029 (iterative_hstate_expr): Dito.
1030 (iterative_hash_expr): Dito.
1031 (build_range_type_1): Dito.
1032 (build_array_type_1): Dito.
1033 (build_function_type): Dito.
1034 (build_method_type_directly): Dito.
1035 (build_offset_type): Dito.
1036 (build_complex_type): Dito.
1037 (make_vector_type): Dito.
1038 * tree.h (iterative_hash_expr): Add compat wrapper.
1039 (iterative_hstate_expr): Add.
1041 2014-07-25 Andi Kleen <ak@linux.intel.com>
1043 * Makefile.in (OBJS): Add inchash.o.
1044 (PLUGIN_HEADERS): Add inchash.h.
1045 * ipa-devirt.c: Include inchash.h.
1046 * lto-streamer-out.c: Dito.
1047 * tree-ssa-dom.c: Dito.
1048 * tree-ssa-pre.c: Dito.
1049 * tree-ssa-sccvn.c: Dito.
1050 * tree-ssa-tail-merge.c: Dito.
1052 * tree.c (iterative_hash_hashval_t): Move to ...
1053 (iterative_hash_host_wide_int): Move to ...
1054 * inchash.c: Here. New file.
1055 * tree.h (iterative_hash_hashval_t): Move to ...
1056 (iterative_hash_host_wide_int): Move to ...
1057 * inchash.h: Here. New file.
1059 2014-07-25 Richard Biener <rguenther@suse.de>
1063 * fold-const.c (native_encode_int): Add and handle offset
1064 parameter to do partial encodings of expr.
1065 (native_encode_fixed): Likewise.
1066 (native_encode_real): Likewise.
1067 (native_encode_complex): Likewise.
1068 (native_encode_vector): Likewise.
1069 (native_encode_string): Likewise.
1070 (native_encode_expr): Likewise.
1071 * fold-const.c (native_encode_expr): Add offset parameter
1073 * gimple-fold.c (fold_string_cst_ctor_reference): Remove.
1074 (fold_ctor_reference): Handle all reads from tcc_constant
1077 2014-07-25 Richard Biener <rguenther@suse.de>
1079 * tree-inline.c (estimate_move_cost): Mark speed_p argument
1082 2014-07-23 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1084 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Add __AVR_DEVICE_NAME__.
1086 2014-07-24 Kyle McMartin <kyle@redhat.com>
1088 * config/aarch64/aarch64-linux.h (TARGET_ASM_FILE_END): Define.
1090 2014-07-24 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1092 * config/rs6000/rs6000-protos.h (rs6000_special_adjust_field_align_p):
1094 * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p): New
1096 * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Call it.
1097 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
1098 * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
1100 2014-07-24 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1102 * config/rs6000/rs6000.c (rs6000_function_arg_boundary): In the AIX
1103 and ELFv2 ABI, do not use the "mode == BLKmode" check to test for
1104 aggregate types. Instead, *all* aggregate types, except for single-
1105 element or homogeneous float/vector aggregates, are quadword-aligned
1106 if required by their type alignment. Issue -Wpsabi note when a type
1107 is now treated differently than before.
1109 2014-07-24 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1111 * config/rs6000/rs6000.c (rs6000_function_arg): If a float argument
1112 does not fit fully into floating-point registers, and there is still
1113 space in the register parameter area, use GPRs to pass those parts
1114 of the argument. Issue -Wpsabi note if any parameter is now treated
1115 differently than before.
1116 (rs6000_arg_partial_bytes): Update.
1118 2014-07-24 Uros Bizjak <ubizjak@gmail.com>
1120 * config/alpha/elf.h: Define TARGET_UNWIND_TABLES_DEFAULT.
1122 2014-07-24 Richard Sandiford <rdsandiford@googlemail.com>
1124 * rtl.h (target_rtl): Remove lang_dependent_initialized.
1125 * toplev.c (initialize_rtl): Don't use it. Move previously
1126 "language-dependent" calls to...
1127 (backend_init): ...here.
1128 (lang_dependent_init_target): Don't set lang_dependent_initialized.
1129 Assert that RTL initialization hasn't happend yet.
1131 2014-07-24 Richard Sandiford <rdsandiford@googlemail.com>
1133 PR rtl-optimization/61629
1134 * reginfo.c (reinit_regs): Only call ira_init and recog_init if
1135 they have already been initialized.
1137 2014-07-24 Richard Sandiford <rdsandiford@googlemail.com>
1140 * function.c (assign_parm_setup_reg): Prevent invalid sharing of
1141 DECL_INCOMING_RTL and entry_parm.
1142 (get_arg_pointer_save_area): Likewise arg_pointer_save_area.
1143 * calls.c (load_register_parameters): Likewise argument values.
1144 (emit_library_call_value_1, store_one_arg): Likewise argument
1146 * config/i386/i386.c (assign_386_stack_local): Likewise the local
1148 * explow.c (validize_mem): Modify the argument in-place.
1150 2014-07-24 Jiong Wang <jiong.wang@arm.com>
1152 * config/aarch64/aarch64.c (aarch64_popwb_single_reg): New function.
1153 (aarch64_expand_epilogue): Optimize epilogue when !frame_pointer_needed.
1155 2014-07-24 Jiong Wang <jiong.wang@arm.com>
1157 * config/aarch64/aarch64.c (aarch64_pushwb_single_reg): New function.
1158 (aarch64_expand_prologue): Optimize prologue when !frame_pointer_needed.
1160 2014-07-24 Jiong Wang <jiong.wang@arm.com>
1162 * config/aarch64/aarch64.c (aarch64_restore_callee_saves)
1163 (aarch64_save_callee_saves): New parameter "skip_wb".
1164 (aarch64_expand_prologue, aarch64_expand_epilogue): Update call site.
1166 2014-07-24 Jiong Wang <jiong.wang@arm.com>
1168 * config/aarch64/aarch64.h (frame): New fields "wb_candidate1" and
1170 * config/aarch64/aarch64.c (aarch64_layout_frame): Initialize above.
1172 2014-07-24 Roman Gareev <gareevroman@gmail.com>
1174 * graphite-isl-ast-to-gimple.c:
1175 (graphite_create_new_loop): Add calling of isl_id_free to properly
1176 decrement reference counts.
1178 * gcc.dg/graphite/isl-ast-gen-blocks-4.c: New testcase.
1180 2014-07-24 Martin Liska <mliska@suse.cz>
1181 * config/mips/mips.c (mips_start_unique_function): Correct cgraph_node
1183 * config/rs6000/rs6000.c (call_ABI_of_interest): Likewise.
1184 (rs6000_code_end): Likewise.
1186 2014-07-24 Martin Liska <mliska@suse.cz>
1188 * config/rs6000/rs6000.c (rs6000_xcoff_declare_function_name): Correct
1189 symtab_node funtion used.
1190 (rs6000_xcoff_declare_object_name): Likewise.
1192 2014-07-24 Martin Liska <mliska@suse.cz>
1194 * cgraphunit.c (compile): Correct function used.
1196 2014-07-24 Jan Hubicka <hubicka@ucw.cz>
1198 * lto-streamer-out.c (tree_is_indexable): Consider IMPORTED_DECL
1201 2014-07-24 Jan Hubicka <hubicka@ucw.cz>
1204 * varasm.c (bss_initializer_p): Handle offlined ctors.
1205 (align_variable, get_variable_align): Likewise.
1206 (make_decl_one_only): Likewise.
1207 (default_binds_local_p_1): Likewise.
1208 (decl_binds_to_current_def_p): Likewise.
1209 (get_variable_section): Get constructor if it is offlined.
1210 (assemble_variable_contents): Sanity check that the caller
1211 streamed in the ctor in LTO.
1213 2014-07-24 Roman Gareev <gareevroman@gmail.com>
1215 * graphite-isl-ast-to-gimple.c:
1216 (binary_op_to_tree): Add calling of translate_isl_ast_node_block.
1217 (gcc_expression_from_isl_expr_op): Move isl_ast_op_pdiv_q,
1218 isl_ast_op_pdiv_r to the different case.
1220 * gcc.dg/graphite/isl-ast-gen-blocks-3.c: New testcase.
1222 2014-07-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1225 * convert.c (convert_to_integer): Do not convert BUILT_IN_ROUND and cast
1226 when flag_errno_math is on.
1228 2014-07-24 Martin Liska <mliska@suse.cz>
1230 * cgraph.h (varpool_node):
1231 (availability get_availability (void)):
1232 created from cgraph_variable_initializer_availability
1233 (inline varpool_node *ultimate_alias_target (availability *availability = NULL)
1234 created from: cgraph_variable_initializer_availability
1235 (inline varpool_node *get_alias_target (void)): created from varpool_alias_target
1236 (void finalize_named_section_flags (void)):
1237 created from varpool_finalize_named_section_flags
1238 (bool assemble_decl (void)): created from varpool_assemble_decl
1239 (void analyze (void)): created from varpool_analyze_node
1240 (bool call_for_node_and_aliases (bool (*callback) (varpool_node *, void *),
1241 void *data, bool include_overwritable)): created fromvarpool_for_node_and_aliases
1242 (void remove_initializer (void)): created from varpool_remove_initializer
1243 (tree get_constructor (void)): created from varpool_get_constructor
1244 (bool externally_visible_p (void)): created from varpool_externally_visible_p
1245 (bool ctor_useable_for_folding_p (void)): created from varpool_ctor_useable_for_folding_p
1246 (inline bool all_refs_explicit_p ()): created from varpool_all_refs_explicit_p
1247 (inline bool can_remove_if_no_refs_p (void)): created from varpool_can_remove_if_no_refs
1248 (static inline varpool_node *get (const_tree decl)): created from varpool_get_node
1249 (static void finalize_decl (tree decl)): created from varpool_finalize_decl
1250 (static bool output_variables (void)): created from varpool_output_variables
1251 (static varpool_node * create_extra_name_alias (tree alias, tree decl)):
1252 created from varpool_extra_name_alias
1253 (static varpool_node * create_alias (tree, tree)): created from varpool_create_variable_alias
1254 (static void dump_varpool (FILE *f)): created from dump_varpool
1255 (static void DEBUG_FUNCTION debug_varpool (void)): created from debug_varpool
1256 (static varpool_node *create_empty (void)): created from varpool_create_empty_node
1257 (static varpool_node *get_create (tree decl)): created from varpool_node_for_decl
1258 (static varpool_node *get_for_asmname (tree asmname)): created from varpool_node_for_asm
1259 (void assemble_aliases (void)): created from assemble_aliases
1261 2014-07-24 Martin Liska <mliska@suse.cz>
1263 * cgraph.h (symtab_node):
1264 (void register_symbol (void)): created from symtab_register_node
1265 (void remove (void)): created from symtab_remove_node
1266 (void dump (FILE *f)): created from dump_symtab_node
1267 (void DEBUG_FUNCTION debug (void)): created from debug_symtab_node
1268 (void DEBUG_FUNCTION verify (void)): created from verify_symtab_node
1269 (struct ipa_ref *add_reference (symtab_node *referred_node,
1270 enum ipa_ref_use use_type)): created from add_reference
1271 (struct ipa_ref *add_reference (symtab_node *referred_node,
1272 enum ipa_ref_use use_type, gimple stmt)): created from add_reference
1273 (struct ipa_ref *maybe_add_reference (tree val, enum ipa_ref_use use_type,
1274 gimple stmt)): created from maybe_add_reference
1275 (bool semantically_equivalent_p (symtab_node *target)): created from
1276 symtab_semantically_equivalent_p
1277 (void remove_from_same_comdat_group (void)): created from
1278 remove_from_same_comdat_group
1279 (void add_to_same_comdat_group (symtab_node *old_node)): created from
1280 symtab_add_to_same_comdat_group
1281 (void dissolve_same_comdat_group_list (void)): created from
1282 symtab_dissolve_same_comdat_group_list
1283 (bool used_from_object_file_p (void)): created from symtab_used_from_object_file_p
1284 (symtab_node *ultimate_alias_target (enum availability *avail = NULL)):
1285 created from symtab_alias_ultimate_target
1286 (inline symtab_node *next_defined_symbol (void)): created from
1287 symtab_next_defined_symbol
1288 (bool resolve_alias (symtab_node *target)): created from
1289 symtab_resolve_alias
1290 (bool call_for_symbol_and_aliases (bool (*callback) (symtab_node *, void *),
1291 void *data, bool include_overwrite)): created from symtab_for_node_and_aliases
1292 (symtab_node *noninterposable_alias (void)): created from symtab_nonoverwritable_alias
1293 (inline symtab_node *get_alias_target (void)): created from symtab_alias_target
1294 (void set_section (const char *section)): created from set_section_1
1295 (enum availability get_availability (void)): created from symtab_node_availability
1296 (void make_decl_local (void)): created from symtab_make_decl_local
1297 (bool real_symbol_p (void)): created from symtab_read_node
1298 (can_be_discarded_p (void)): created from symtab_can_be_discarded
1299 (inline bool comdat_local_p (void)): created from symtab_comdat_local_p
1300 (inline bool in_same_comdat_group_p (symtab_node *target)): created from
1301 symtab_in_same_comdat_p;
1302 (bool address_taken_from_non_vtable_p (void)): created from
1303 address_taken_from_non_vtable_p
1304 (static inline symtab_node *get (const_tree decl)): created from symtab_get_node
1305 (static void dump_table (FILE *)): created from dump_symtab
1306 (static inline DEBUG_FUNCTION void debug_symtab (void)): created from debug_symtab
1307 (static DEBUG_FUNCTION void verify_symtab_nodes (void)): created from verify_symtab
1308 (static bool used_from_object_file_p_worker (symtab_node *node)): created from
1309 symtab_used_from_object_file_p
1310 (void dump_base (FILE *)): created from dump_symtab_base
1311 (bool DEBUG_FUNCTION verify_base (void)): created from verify_symtab_base
1312 (void unregister (void)): created from symtab_unregister_node
1313 (struct symbol_priority_map *priority_info (void)): created from symtab_priority_info
1314 (static bool set_implicit_section (symtab_node *n, void *)): created from set_implicit_section
1315 (static bool noninterposable_alias (symtab_node *node, void *data)): created from
1316 symtab_nonoverwritable_alias_1
1317 * cgraph.h (cgraph_node):
1318 (bool remove_symbol_and_inline_clones (cgraph_node *forbidden_node = NULL)):
1319 created from cgraph_remove_node_and_inline_clones
1320 (void record_stmt_references (gimple stmt)): created from ipa_record_stmt_references
1321 (void set_call_stmt_including_clones (gimple old_stmt, gimple new_stmt,
1322 bool update_speculative = true)): created from cgraph_set_call_stmt_including_clones
1323 (cgraph_node *function_symbol (enum availability *avail = NULL)):
1324 created from cgraph_function_node
1325 (cgraph_node *create_clone (tree decl, gcov_type count, int freq, bool update_original,
1326 vec<cgraph_edge *> redirect_callers, bool call_duplication_hook,
1327 struct cgraph_node *new_inlined_to, bitmap args_to_skip)):
1328 created from cgraph_create_clone
1329 (cgraph_node *create_virtual_clone (vec<cgraph_edge *> redirect_callers,
1330 vec<ipa_replace_map *, va_gc> *tree_map, bitmap args_to_skip, const char * suffix)):
1331 created from cgraph_create_virtual_clone
1332 (cgraph_node *find_replacement (void)): created from cgraph_find_replacement_node
1333 (cgraph_node *create_version_clone (tree new_decl, vec<cgraph_edge *> redirect_callers,
1334 bitmap bbs_to_copy)): created from cgraph_copy_node_for_versioning
1335 (cgraph_node *create_version_clone_with_body (vec<cgraph_edge *> redirect_callers,
1336 vec<ipa_replace_map *, va_gc> *tree_map, bitmap args_to_skip, bool skip_return,
1337 bitmap bbs_to_copy, basic_block new_entry_block, const char *clone_name)):
1338 created from cgraph_function_version_info
1339 (struct cgraph_function_version_info *insert_new_function_version (void)):
1340 created from insert_new_cgraph_node_version
1341 (struct cgraph_function_version_info *function_version (void)): created from
1342 get_cgraph_node_version
1343 (void analyze (void)): created from analyze_function
1344 (cgraph_node * create_thunk (tree alias, tree, bool this_adjusting,
1345 HOST_WIDE_INT fixed_offset, HOST_WIDE_INT virtual_value, tree virtual_offset,
1346 tree real_alias) cgraph_add_thunk
1347 (inline cgraph_node *get_alias_target (void)): created from cgraph_alias_target
1348 (cgraph_node *ultimate_alias_target (availability *availability = NULL)):
1349 created from cgraph_function_or_thunk_node
1350 (bool expand_thunk (bool output_asm_thunks, bool force_gimple_thunk)):
1351 created from expand_thunk
1352 (void reset (void)): created from cgraph_reset_node
1353 (void create_wrapper (cgraph_node *target)): created from cgraph_make_wrapper
1354 (void DEBUG_FUNCTION verify_node (void)): created from verify_cgraph_node
1355 (void remove (void)): created from cgraph_remove_node
1356 (void dump (FILE *f)): created from dump_cgraph_node
1357 (void DEBUG_FUNCTION debug (void)): created from debug_cgraph_node
1358 (bool get_body (void)): created from cgraph_get_body
1359 (void release_body (void)): created from cgraph_release_function_body
1360 (void unnest (void)): created from cgraph_unnest_node
1361 (void make_local (void)): created from cgraph_make_node_local
1362 (void mark_address_taken (void)): created from cgraph_mark_address_taken_node
1363 (struct cgraph_edge *create_edge (cgraph_node *callee, gimple call_stmt,
1364 gcov_type count, int freq)): created from cgraph_create_edge
1365 (struct cgraph_edge *create_indirect_edge (gimple call_stmt, int ecf_flags,
1366 gcov_type count, int freq)): created from cgraph_create_indirect_edge
1367 (void create_edge_including_clones (struct cgraph_node *callee, gimple old_stmt,
1368 gimple stmt, gcov_type count, int freq, cgraph_inline_failed_t reason)):
1369 created from cgraph_create_edge_including_clones
1370 (cgraph_edge *get_edge (gimple call_stmt)): created from cgraph_edge
1371 (vec<cgraph_edge *> collect_callers (void)): created from collect_callers_of_node
1372 (void remove_callers (void)): created from cgraph_node_remove_callers
1373 (void remove_callees (void)): created from cgraph_node_remove_callees
1374 (enum availability get_availability (void)): created from cgraph_function_body_availability
1375 (void set_nothrow_flag (bool nothrow)): created from cgraph_set_nothrow_flag
1376 (void set_const_flag (bool readonly, bool looping)): created from cgraph_set_const_flag
1377 (void set_pure_flag (bool pure, bool looping)): created from cgraph_set_pure_flag
1378 (void call_duplication_hooks (cgraph_node *node2)): created from
1379 cgraph_call_node_duplication_hooks
1380 (bool call_for_symbol_and_aliases (bool (*callback) (cgraph_node *, void *),
1381 void *data, bool include_overwritable)): created from cgraph_for_node_and_aliases
1382 (bool call_for_symbol_thunks_and_aliases (bool (*callback) (cgraph_node *node, void *data),
1383 void *data, bool include_overwritable)): created from cgraph_for_node_thunks_and_aliases
1384 (void call_function_insertion_hooks (void)):
1385 created from cgraph_call_function_insertion_hooks
1386 (inline void mark_force_output (void)): created from cgraph_mark_force_output_node
1387 (bool local_p (void)): created from cgraph_local_node
1388 (bool can_be_local_p (void)): created from cgraph_node_can_be_local_p
1389 (bool cannot_return_p (void)): created from cgraph_node_cannot_return
1390 (bool only_called_directly_p (void)): created from cgraph_only_called_directly_p
1391 (inline bool only_called_directly_or_aliased_p (void)):
1392 created from cgraph_only_called_directly_or_aliased_p
1393 (bool will_be_removed_from_program_if_no_direct_calls_p (void)):
1394 created from cgraph_will_be_removed_from_program_if_no_direct_calls
1395 (bool can_remove_if_no_direct_calls_and_refs_p (void)):
1396 created from cgraph_can_remove_if_no_direct_calls_and_refs_p
1397 (bool can_remove_if_no_direct_calls_p (void)):
1398 created from cgraph_can_remove_if_no_direct_calls_p
1399 (inline bool has_gimple_body_p (void)):
1400 created from cgraph_function_with_gimple_body_p
1401 (bool optimize_for_size_p (void)): created from cgraph_optimize_for_size_p
1402 (static void dump_cgraph (FILE *f)): created from dump_cgraph
1403 (static inline void debug_cgraph (void)): created from debug_cgraph
1404 (static void record_function_versions (tree decl1, tree decl2)):
1405 created from record_function_versions
1406 (static void delete_function_version (tree decl)):
1407 created from delete_function_version
1408 (static void add_new_function (tree fndecl, bool lowered)):
1409 created from cgraph_add_new_function
1410 (static inline cgraph_node *get (const_tree decl)): created from cgraph_get_node
1411 (static cgraph_node * create (tree decl)): created from cgraph_create_node
1412 (static cgraph_node * create_empty (void)): created from cgraph_create_empty_node
1413 (static cgraph_node * get_create (tree)): created from cgraph_get_create_node
1414 (static cgraph_node *get_for_asmname (tree asmname)):
1415 created from cgraph_node_for_asm
1416 (static cgraph_node * create_same_body_alias (tree alias, tree decl)):
1417 created from cgraph_same_body_alias
1418 (static bool used_from_object_file_p_worker (cgraph_node *node,
1419 void *): new function
1420 (static bool non_local_p (cgraph_node *node, void *)):
1421 created from cgraph_non_local_node_p_1
1422 (static void DEBUG_FUNCTION verify_cgraph_nodes (void)):
1423 created from verify_cgraph
1424 (static bool make_local (cgraph_node *node, void *)):
1425 created from cgraph_make_node_local
1426 (static cgraph_node *create_alias (tree alias, tree target)):
1427 created from cgraph_create_function_alias
1428 (static cgraph_edge * create_edge (cgraph_node *caller, cgraph_node *callee,
1429 gimple call_stmt, gcov_type count, int freq, bool indir_unknown_callee)):
1430 created from cgraph_create_edge_1
1431 * cgraph.h (varpool_node):
1432 (void remove (void)): created from varpool_remove_node
1433 (void dump (FILE *f)): created from dump_varpool_node
1435 2014-07-24 Richard Biener <rguenther@suse.de>
1438 * tree-ssa-structalias.c (create_variable_info_for_1):
1439 Use varpool_get_constructor.
1440 (create_variable_info_for): Likewise.
1442 2014-07-24 Jiong Wang <jiong.wang@arm.com>
1444 * config/aarch64/aarch64.c (aarch64_expand_epilogue): Don't
1445 subtract outgoing area size when restoring stack_pointer_rtx.
1447 2014-07-24 Nick Clifton <nickc@redhat.com>
1449 * config/rx/rx.md (stack_push): Adjust RTL to account for the fact
1450 that operations are taking place in parallel.
1451 * config/rx.h (FRAME_POINTER_CFA_OFFSET): Delete.
1453 2014-07-24 Thomas Schwinge <thomas@codesourcery.com>
1455 * omp-low.c (extract_omp_for_data): Add missing break statement.
1457 2014-07-24 Richard Biener <rguenther@suse.de>
1459 * tree-inline.h (estimate_move_cost): Add speed_p parameter.
1460 * tree-inline.c (estimate_move_cost): Add speed_p parameter
1461 and adjust MOVE_RATIO query accordingly.
1462 (estimate_num_insns): Adjust callers.
1463 * ipa-prop.c (ipa_populate_param_decls): Likewise.
1464 * ipa-cp.c (gather_context_independent_values,
1465 estimate_local_effects): Likewise.
1466 * ipa-split.c (consider_split): Likewise.
1468 2014-07-24 Trevor Saunders <tsaunders@mozilla.com>
1470 * config/i386/driver-i386.c: Remove names of unused arguments and
1471 unnecessary unused attributes.
1472 * config/i386/host-mingw32.c: Likewise.
1473 * config/i386/i386.c: Likewise.
1474 * config/i386/winnt-stubs.c: Likewise.
1475 * config/i386/winnt.c: Likewise.
1477 2014-07-23 Jiong Wang <jiong.wang@arm.com>
1479 * config/aarch64/aarch64.c (aarch64_popwb_pair_reg)
1480 (aarch64_gen_loadwb_pair): New helper function.
1481 (aarch64_expand_epilogue): Simplify code using new helper functions.
1482 * config/aarch64/aarch64.md (loadwb_pair<GPF:mode>_<P:mode>): Define.
1484 2014-07-23 Jiong Wang <jiong.wang@arm.com>
1486 * config/aarch64/aarch64.c (aarch64_pushwb_pair_reg)
1487 (aarch64_gen_storewb_pair): New helper function.
1488 (aarch64_expand_prologue): Simplify code using new helper functions.
1489 * config/aarch64/aarch64.md (storewb_pair<GPF:mode>_<P:mode>): Define.
1491 2014-07-23 Jiong Wang <jiong.wang@arm.com>
1493 * config/aarch64/aarch64.md: (aarch64_save_or_restore_callee_saves):
1494 Rename to aarch64_save_callee_saves, remove restore code.
1495 (aarch64_restore_callee_saves): New function.
1497 2014-07-23 Jiong Wang <jiong.wang@arm.com>
1499 * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Deleted.
1500 (aarch64_save_callee_saves): New function to handle reg save
1501 for both core and vectore regs.
1503 2014-07-23 Jiong Wang <jiong.wang@arm.com>
1505 * config/aarch64/aarch64.c (aarch64_gen_load_pair)
1506 (aarch64_gen_store_pair): New helper function.
1507 (aarch64_save_or_restore_callee_save_registers)
1508 (aarch64_save_or_restore_fprs): Use new helper functions.
1510 2014-07-23 Jiong Wang <jiong.wang@arm.com>
1512 * config/aarch64/aarch64.c (aarch64_next_callee_save): New function.
1513 (aarch64_save_or_restore_callee_save_registers)
1514 (aarch64_save_or_restore_fprs): Use aarch64_next_callee_save.
1516 2014-07-23 Jiong Wang <jiong.wang@arm.com>
1518 * config/aarch64/aarch64.c
1519 (aarch64_save_or_restore_callee_save_registers)
1520 (aarch64_save_or_restore_fprs): Hoist calculation of register rtx.
1522 2014-07-23 Jiong Wang <jiong.wang@arm.com>
1524 * config/aarch64/aarch64.c
1525 (aarch64_save_or_restore_callee_save_registers)
1526 (aarch64_save_or_restore_fprs): Remove 'increment'.
1528 2014-07-23 Jiong Wang <jiong.wang@arm.com>
1530 * config/aarch64/aarch64.c
1531 (aarch64_save_or_restore_callee_save_registers)
1532 (aarch64_save_or_restore_fprs): Use register offset in
1533 cfun->machine->frame.reg_offset.
1535 2014-07-23 Jiong Wang <jiong.wang@arm.com>
1537 * config/aarch64/aarch64.c
1538 (aarch64_save_or_restore_callee_save_registers)
1539 (aarch64_save_or_restore_fprs): Remove base_rtx.
1541 2014-07-23 Jiong Wang <jiong.wang@arm.com>
1543 * config/aarch64/aarch64.c
1544 (aarch64_save_or_restore_callee_save_registers): Rename 'offset'
1545 to 'start_offset'. Remove local variable 'start_offset'.
1547 2014-07-23 Jiong Wang <jiong.wang@arm.com>
1549 * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Change
1550 type to HOST_WIDE_INT.
1552 2014-07-23 Jiong Wang <jiong.wang@arm.com>
1554 * config/aarch64/aarch64.c (aarch64_expand_prologue)
1555 (aarch64_save_or_restore_fprs)
1556 (aarch64_save_or_restore_callee_save_registers): GNU-Stylize code.
1558 2014-07-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
1560 * config/arm/t-rtems-eabi: Add
1561 mthumb/march=armv7-r/mfpu=vfpv3-d16/mfloat-abi=hard,
1562 mthumb/march=armv7-m/mfpu=fpv4-sp-d16/mfloat-abi=hard,
1563 mbig-endian/mthumb/march=armv7-r, and
1564 mbig-endian/mthumb/march=armv7-r/mfpu=vfpv3-d16/mfloat-abi=hard
1567 2014-07-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
1568 Chris Johns <chrisj@rtems.org>
1569 Joel Sherrill <joel.sherrill@oarcorp.com>
1571 * config.gcc: Add nios2-*-rtems*.
1572 * config/nios2/rtems.h: New file.
1573 * gcc/config/nios2/t-rtems: New file.
1575 2014-07-23 Segher Boessenkool <segher@kernel.crashing.org>
1578 * config/rs6000/rs6000.c (paired_expand_vector_init): Only allow
1579 constant numbers, not general constants.
1580 (rs6000_expand_vector_init): Ditto.
1582 2014-07-23 Nathan Sidwell <nathan@acm.org>
1584 * gcov-tool.c (gcov_list): Declare here.
1585 (set_gcov_list): Remove.
1586 (gcov_output_files): Set gcov_list directly.
1588 2014-07-23 Host Schirmeier <horst@schirmeier.com>
1590 * doc/invoke.texi: -O3 enables -ftree-loop-distribute-patterns.
1592 2014-07-23 Jiong Wang <jiong.wang@arm.com>
1594 * config/arm/arm.c (arm_get_frame_offsets): If both r3 and other
1595 callee-saved registers are available for padding purpose
1596 and r3 is not mandatory, then prefer use those callee-saved
1599 2014-07-23 Richard Biener <rguenther@suse.de>
1601 * params.def (PARAM_MAX_COMBINE_INSNS): New.
1602 * combine.c: Include statistics.h and params.h.
1603 (combine_instructions): Guard three and four insn combines
1604 with max-combine-insns value. Record statistics for combines
1606 * doc/invoke.texi (max-combine-insns): Document new param.
1608 2014-07-23 Roman Gareev <gareevroman@gmail.com>
1610 * graphite-isl-ast-to-gimple.c:
1611 (translate_isl_ast_node_block): New function.
1612 (translate_isl_ast): Add calling of translate_isl_ast_node_block.
1614 * gcc.dg/graphite/isl-ast-gen-blocks-1.c: New testcase.
1615 * gcc.dg/graphite/isl-ast-gen-blocks-2.c: New testcase.
1617 2014-07-23 Roman Gareev <gareevroman@gmail.com>
1619 * graphite-isl-ast-to-gimple.c:
1620 (get_max_schedule_dimensions): New function.
1621 (extend_schedule): Likewise.
1622 (generate_isl_schedule): Add calling of extend_schedule and
1623 get_max_schedule_dimensions.
1625 2014-07-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1627 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle CLRSB, CLZ.
1628 (case UNSPEC): Handle UNSPEC_RBIT.
1630 2014-07-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1632 * config/aarch64/aarch64.md: Delete UNSPEC_CLS.
1633 (clrsb<mode>2): Use clrsb RTL code instead of UNSPEC_CLS.
1635 2014-07-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1637 * config/aarch64/arm_neon.h (vbsl_f64): New intrinsic.
1639 2014-07-22 Roman Gareev <gareevroman@gmail.com>
1641 * graphite-isl-ast-to-gimple.c:
1642 Add inclusion of gimple-ssa.h, tree-into-ssa.h.
1644 (build_iv_mapping): New function.
1645 (translate_isl_ast_node_user): Likewise.
1646 (translate_isl_ast): Add calling of translate_isl_ast_node_user.
1648 * gcc.dg/graphite/isl-ast-gen-single-loop-1.c: New testcase.
1649 * gcc.dg/graphite/isl-ast-gen-single-loop-2.c: New testcase.
1650 * gcc.dg/graphite/isl-ast-gen-single-loop-3.c: New testcase.
1652 2014-07-21 Bin Cheng <bin.cheng@arm.com>
1655 * config/arm/arm.md (setmem): New pattern.
1656 * config/arm/arm-protos.h (struct tune_params): New fields.
1657 (arm_gen_setmem): New prototype.
1658 * config/arm/arm.c (arm_slowmul_tune): Initialize new fields.
1659 (arm_fastmul_tune, arm_strongarm_tune, arm_xscale_tune): Ditto.
1660 (arm_9e_tune, arm_v6t2_tune, arm_cortex_tune): Ditto.
1661 (arm_cortex_a8_tune, arm_cortex_a7_tune): Ditto.
1662 (arm_cortex_a15_tune, arm_cortex_a53_tune): Ditto.
1663 (arm_cortex_a57_tune, arm_cortex_a5_tune): Ditto.
1664 (arm_cortex_a9_tune, arm_cortex_a12_tune): Ditto.
1665 (arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune): Ditto.
1666 (arm_const_inline_cost): New function.
1667 (arm_block_set_max_insns): New function.
1668 (arm_block_set_non_vect_profit_p): New function.
1669 (arm_block_set_vect_profit_p): New function.
1670 (arm_block_set_unaligned_vect): New function.
1671 (arm_block_set_aligned_vect): New function.
1672 (arm_block_set_unaligned_non_vect): New function.
1673 (arm_block_set_aligned_non_vect): New function.
1674 (arm_block_set_vect, arm_gen_setmem): New functions.
1676 2014-07-21 Bin Cheng <bin.cheng@arm.com>
1678 * config/arm/arm.c (output_move_neon): Handle REG explicitly.
1680 2014-07-21 Uros Bizjak <ubizjak@gmail.com>
1683 * config/i386/avx512fintrin.h: Move constants for mantissa extraction
1684 out of #ifdef __OPTIMIZE__.
1686 2014-07-20 Eric Botcazou <ebotcazou@adacore.com>
1688 * cse.c (exp_equiv_p) <MEM>: For GCSE, return 0 for expressions with
1689 different trapping status if -fnon-call-exceptions is enabled.
1691 2014-07-20 Eric Botcazou <ebotcazou@adacore.com>
1693 * expr.c (store_field): Handle VOIDmode for calls that return values
1694 in multiple locations.
1696 2014-07-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1698 * config/rs6000/altivec.md (unspec enum): Fix typo in UNSPEC_VSLDOI.
1699 (altivec_vsldoi_<mode>): Likewise.
1701 2014-07-20 Roman Gareev <gareevroman@gmail.com>
1703 * graphite-isl-ast-to-gimple.c: Fixes a formatting issue related
1704 to the number of characters in the line.
1706 2014-07-20 Roman Gareev <gareevroman@gmail.com>
1708 * graphite-isl-ast-to-gimple.c: Add using of
1709 build_nonstandard_integer_type instead of int128_integer_type_node.
1711 2014-07-19 Eric Botcazou <ebotcazou@adacore.com>
1713 * toplev.c (output_stack_usage): Adjust the location of the warning.
1715 2014-07-19 Daniel Cederman <cederman@gaisler.com>
1717 * config/sparc/sync.md (*membar_storeload_leon3): New insn.
1718 (*membar_storeload): Disable for LEON3.
1720 2014-07-18 Bernd Edlinger <bernd.edlinger@hotmail.de>
1722 PR rtl-optimization/61461
1723 * sched-vis.c (print_pattern) <ADDR_VEC, ADDR_DIFF_VEC>: Fixed.
1725 2014-07-18 Uros Bizjak <ubizjak@gmail.com>
1728 * config/i386/sse.md (avx512f_vextract<shuffletype>32x4_1_maskm):
1729 Fix instruction constraint.
1730 (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>): Ditto.
1732 2014-07-18 Jonathan Wakely <jwakely@redhat.com>
1734 * doc/extend.texi (Template Instantiation): Remove stray parenthesis.
1736 2014-07-18 Chung-Ju Wu <jasonwucj@gmail.com>
1738 * config/nds32/nds32.c (nds32_can_eliminate): Follow the
1739 GNU coding standards.
1740 (nds32_register_move_cost): Likewise.
1741 (nds32_memory_move_cost): Likewise.
1742 (nds32_address_cost): Likewise.
1744 2014-07-18 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1746 * config/mmix/mmix.c (mmix_intval): Drop unused automatic variable.
1748 2014-07-17 John David Anglin <danglin@gcc.gnu.org>
1750 * config/pa/pa-linux.h (TARGET_OS_CPP_BUILTINS): Remove defines for
1751 __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2
1752 and __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4.
1753 (HAVE_sync_compare_and_swapqi): Define.
1754 (HAVE_sync_compare_and_swaphi): Likewise.
1755 (HAVE_sync_compare_and_swapsi): Likewise.
1757 2014-07-17 Richard Sandiford <rdsandiford@googlemail.com>
1759 * config/mips/p5600.md: Add missing cpu tests.
1761 2014-07-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1763 * config/aarch64/arm_neon.h (vfma_f64): New intrinsic.
1764 (vmla_f64): Likewise.
1765 (vfms_f64): Likewise.
1766 (vmls_f64): Likewise.
1768 2014-07-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1770 * config/aarch64/aarch64.c (aarch64_frint_unspec_p): New function.
1771 (aarch64_rtx_costs): Handle FIX, UNSIGNED_FIX, UNSPEC.
1773 2014-07-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1775 * config/aarch64/arm_neon.h (vmlal_high_lane_s16): Fix type.
1776 (vmlal_high_lane_s32): Likewise.
1777 (vmlal_high_lane_u16): Likewise.
1778 (vmlal_high_lane_u32): Likewise.
1779 (vmlsl_high_lane_s16): Likewise.
1780 (vmlsl_high_lane_s32): Likewise.
1781 (vmlsl_high_lane_u16): Likewise.
1782 (vmlsl_high_lane_u32): Likewise.
1784 2014-07-17 Terry Guo <terry.guo@arm.com>
1786 * config/arm/types.md (alu_reg): Replaced by alu_sreg and alu_dsp_reg.
1787 (alus_reg): Renamed to alus_sreg.
1788 * config/arm/arm-fixed.md: Change type of non-dsp instructions
1789 from alu_reg to alu_sreg. Change type of dsp instructions from
1790 alu_reg to alu_dsp_reg.
1791 * config/arm/thumb1.md: Likewise.
1792 * config/arm/thumb2.md: Likewise.
1793 * config/arm/arm.c (cortexa7_older_only): Use new ALU type names.
1794 * config/arm/arm1020e.md (1020alu_op): Replace alu_reg and alus_reg
1795 with alu_sreg and alus_sreg.
1796 * config/arm/arm1026ejs.md (alu_op): Likewise.
1797 * config/arm/arm1136jfs.md (11_alu_op): Likewise.
1798 * config/arm/arm926ejs.md (9_alu_op): Likewise.
1799 * config/arm/fa526.md (526_alu_op): Likewise.
1800 * config/arm/fa606te.md (606te_alu_op): Likewise.
1801 * config/arm/fa626te.md (626te_alu_op): Likewise.
1802 * config/arm/fa726te.md (726te_alu_op): Likewise.
1803 * config/arm/fmp626.md (mp626_alu_op): Likewise.
1804 * config/arm/arm.md (core_cycles): Replace alu_reg and alus_reg with
1805 alu_sreg, alu_dsp_reg and alus_sreg.
1806 * config/arm/cortex-a15.md (cortex_a15_alu): Likewise.
1807 * config/arm/cortex-a5.md (cortex_a5_alu): Likewise.
1808 * config/arm/cortex-a53.md (cortex_a53_alu): Likewise.
1809 * config/arm/cortex-a7.md (cortex_a7_alu_sreg): Likewise.
1810 * config/arm/cortex-a8.md (cortex_a8_alu): Likewise.
1811 * config/arm/cortex-a9.md (cortex_a9_dp): Likewise.
1812 * config/arm/cortex-m4.md (cortex_m4_alu): Likewise.
1813 * config/arm/cortex-r4.md (cortex_r4_alu): Likewise.
1814 * config/arm/marvell-pj4.md (pj4_alu, pj4_alu_conds): Likewise.
1815 * config/aarch64/aarch64.md (*addsi3_aarch64, *addsi3_aarch64_uxtw,
1816 subsi3, *adddi3_aarch64, *subsi3_uxtw, subdi3, absdi2, neg<mode>2,
1817 *negsi2_uxtw, tlsle_small_<mode>): Rename type alu_reg to alu_sreg.
1818 (add<mode>3_compare0, *addsi3_compare0_uxtw, *add<mode>3nr_compare0,
1819 sub<mode>3_compare0, *compare_neg<mode>, *neg<mode>2_compare0,
1820 subsi3_compare0_uxtw, *negsi2_compare0_uxtw, *cmp<mode>): Rename type
1821 alus_reg to alus_sreg.
1823 2014-07-17 Andreas Schwab <schwab@linux-m68k.org>
1825 * real.c (encode_ieee_extended_motorola): Clear integer bit in the
1828 2014-07-17 Richard Biener <rguenther@suse.de>
1830 PR rtl-optimization/61801
1831 * sched-deps.c (sched_analyze_2): For ASM_OPERANDS and ASM_INPUT
1832 don't set reg_pending_barrier if it appears in a debug-insn.
1834 2014-07-16 DJ Delorie <dj@redhat.com>
1836 * config/rx/rx.c (rx_option_override): Fix alignment values.
1837 (rx_align_for_label): Likewise.
1839 2014-07-17 Hans-Peter Nilsson <hp@axis.com>
1842 * config/cris/cris.c (TARGET_LEGITIMATE_CONSTANT_P)
1843 (TARGET_CANNOT_FORCE_CONST_MEM): Define.
1844 (cris_cannot_force_const_mem, cris_legitimate_constant_p): New
1846 (cris_print_index, cris_print_operand, cris_constant_index_p)
1847 (cris_side_effect_mode_ok): Replace CONSTANT_P with CRIS_CONSTANT_P.
1848 (cris_address_cost): Ditto last CONSTANT_P.
1849 (cris_symbol_type_of): Rename from cris_pic_symbol_type_of. All
1850 callers changed. Yield cris_offsettable_symbol for non-PIC
1851 constant symbolic expressions including labels. Yield cris_unspec
1853 (cris_expand_pic_call_address): New parameter MARKERP. Set its
1854 target to pic_offset_table_rtx for calls that will likely go
1855 through PLT, const0_rtx when they can't. All callers changed.
1856 Assert flag_pic. Use CONSTANT_P, not CONSTANT_ADDRESS_P, for
1857 symbolic expressions to be PICified. Remove second, redundant,
1858 assert on can_create_pseudo_p returning non-zero. Use
1859 replace_equiv_address_nv, not replace_equiv_address, for final
1861 * config/cris/cris.md ("movsi"): Move variable t to pattern
1862 toplevel. Adjust assert for new cris_symbol_type member. Use
1863 CONSTANT_P instead of CONSTANT_ADDRESS_P.
1864 ("*movsi_internal") <case 9>: Make check for valid unspec operands
1866 <case CRIS_UNSPEC_PCREL, CRIS_UNSPEC_PLT_PCREL>: Clear condition codes.
1867 ("call", "call_value"): Use second incoming operand as a marker
1868 for pic-offset-table-register being used.
1869 ("*expanded_call_non_v32", "*expanded_call_v32")
1870 ("*expanded_call_value_non_v32", "*expanded_call_value_v32"): For
1871 second incoming operand to CALL, match cris_call_type_marker.
1872 ("*expanded_call_value_side"): Ditto. Disable before reload_completed.
1873 ("*expanded_call_side"): Ditto. Fix typo in comment.
1874 (moverside, movemside peepholes): Check for CRIS_CONSTANT_P, not
1876 * config/cris/predicates.md ("cris_call_type_marker"): New predicate.
1877 * config/cris/cris.h (CRIS_CONSTANT_P): New macro.
1878 (enum cris_symbol_type): Rename from cris_pic_symbol_type. All
1879 users changed. Add members cris_offsettable_symbol and cris_unspec.
1880 (cris_symbol_type): Rename from cris_pic_symbol_type.
1881 * config/cris/constraints.md ("T"): Use CRIS_CONSTANT_P, not
1883 * config/cris/cris-protos.h (cris_symbol_type_of,
1884 cris_expand_pic_call_address): Adjust prototypes.
1885 (cris_legitimate_constant_p): New prototype.
1887 * config.gcc (crisv32-*-linux* | cris-*-linux*): Do not override
1888 an existing tmake_file. Don't add t-slibgcc and t-linux.
1890 2014-07-17 Jason Merrill <jason@redhat.com>
1893 * symtab.c (symtab_remove_from_same_comdat_group): Also
1894 set_comdat_group to NULL_TREE.
1895 (verify_symtab): Fix diagnostic.
1897 2014-07-16 David Wohlferd <dw@LimeGreenSocks.com>
1900 * config/i386/ia32intrin.h: Use __LP64__ to determine size of long.
1902 2014-07-16 Dodji Seketeli <dodji@redhat.com>
1904 Support location tracking for built-in macro tokens
1905 * input.h (is_location_from_builtin_token): New function declaration.
1906 * input.c (is_location_from_builtin_token): New function definition.
1907 * toplev.c (general_init): Tell libcpp what the pre-defined
1908 spelling location for built-in tokens is.
1910 2014-07-16 Jakub Jelinek <jakub@redhat.com>
1912 * omp-low.c (create_omp_child_function): Don't set DECL_NAMELESS
1913 on the FUNCTION_DECL.
1915 2014-07-16 Richard Biener <rguenther@suse.de>
1918 * doc/extend.texi (always_inline): Clarify.
1920 2014-07-15 Eric Christopher <echristo@gmail.com>
1922 * doc/invoke.texi (Link Options): Document -z option.
1924 2014-07-15 Uros Bizjak <ubizjak@gmail.com>
1926 * config/alpha/alpha.c (alpha_atomic_assign_expand_fenv): New.
1927 (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New define.
1929 2014-07-15 Jan Hubicka <hubicka@ucw.cz>
1931 * fold-const.c (fold_checksum_tree): Fix typo in previous patch.
1933 2014-07-15 Bernd Schmidt <bernds@codesourcery.com>
1935 * asan.c (asan_finish_file): Use varpool_finalize_decl instead of
1936 varpool_assemble_decl.
1937 * varpool.c (varpool_assemble_decl): Assert that node->definition is
1940 2014-07-15 Michael Matz <matz@suse.de>
1942 PR rtl-optimization/61772
1943 * ifcvt.c (dead_or_predicable): Check jump to be free of side effects.
1945 2014-07-15 Richard Biener <rguenther@suse.de>
1947 * opts.c (default_options_table): Disable bit-ccp at -Og.
1949 2014-07-14 Jan Hubicka <hubicka@ucw.cz>
1951 * fold-const.c (fold_checksum_tree): Move checking of DECL_RESULT.
1953 2014-07-14 Jan Hubicka <hubicka@ucw.cz>
1955 * tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL,
1956 NAMESPACE_DECL, IMPORTED_DECL and NAMELIST_DECL;
1957 call langhook for unknown declaration.
1958 (find_decls_types_r): Do not walk DECL_ARGUMENT_FLD.
1959 * tree.h (DECL_ARGUMENTS): Update.
1960 * print-tree.c (print_node): Update.
1961 * tree-core.h (tree_decl_non_common): Remove arguments.
1962 (tree_function_decl): Add arguments.
1964 2014-07-14 Richard Earnshaw <rearnsha@arm.com>
1966 * aarch64.md (add_losym_<mode>): Set type to alu_imm.
1968 2014-07-14 Richard Biener <rguenther@suse.de>
1970 PR tree-optimization/61779
1971 * tree-ssa-copy.c (copy_prop_visit_cond_stmt): Always try
1972 simplifying a condition.
1974 2014-07-14 Richard Biener <rguenther@suse.de>
1976 * builtins.c (c_strlen): Make only_value == 2 really only
1977 affect warning generation.
1979 2014-07-14 Richard Biener <rguenther@suse.de>
1981 PR tree-optimization/61757
1982 PR tree-optimization/61783
1983 PR tree-optimization/61787
1984 * tree-ssa-dom.c (record_equality): Revert canonicalization
1985 change and add comment.
1986 (propagate_rhs_into_lhs): Revert previous fix, removing
1987 loop depth restriction again.
1989 2014-07-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1991 * config/arm/cortex-a15.md (cortex_a15_alu): Handle clz, rbit.
1992 * config/arm/cortex-a5.md (cortex_a5_alu): Likewise.
1993 * config/arm/cortex-a53.md (cortex_a53_alu): Likewise.
1994 * config/arm/cortex-a7.md (cortex_a7_alu_reg): Likewise.
1995 * config/arm/cortex-a9.md (cortex_a9_dp): Likewise.
1996 * config/arm/cortex-m4.md (cortex_m4_alu): Likewise.
1997 * config/arm/cortex-r4.md (cortex_r4_alu): Likewise.
1999 2014-07-14 Richard Biener <rguenther@suse.de>
2001 * cgraph.h (decl_in_symtab_p): Make inline.
2003 2014-07-14 Jakub Jelinek <jakub@redhat.com>
2006 * doc/invoke.texi (-Wmemset-transposed-args): Document.
2009 * config/i386/i386.c (classify_argument): Don't merge classes above
2012 2014-07-13 Jan Hubicka <hubicka@ucw.cz>
2014 * cgraph.h (symtab_node): Add nonzero_address.
2015 (decl_in_symtab_p): Break out from ...
2016 (symtab_get_node): ... here.
2017 * fold-const.c: Include cgraph.h
2018 (tree_single_nonzero_warnv_p): Use symtab to determine
2019 if symbol is non-zero.
2020 * symtab.c (symtab_node::nonzero_address): New method.
2022 2014-07-12 Jan Hubicka <hubicka@ucw.cz>
2024 * ipa-devirt.c (odr_subtypes_equivalent_p): Disable temporary hack
2025 forgotten in previous commit.
2027 2014-07-12 Jan Hubicka <hubicka@ucw.cz>
2029 * tree.c (type_in_anonymous_namespace_p): Ignore TREE_PUBLIC
2031 * ipa-devirt.c: Include stor-layout.h and intl.h
2032 (odr_subtypes_equivalent_p): New function.
2033 (warn_odr): New function.
2034 (warn_type_mismatch): New function.
2035 (odr_types_equivalent_p): New function.
2036 (add_type_duplicate): Use it.
2037 * common.opt (Wodr): New flag.
2038 * doc/invoke.texi (Wodr): Document new warning.
2040 2014-07-12 Jan Hubicka <hubicka@ucw.cz>
2042 * timevar.def (TV_IPA_LTO_DECL_INIT_IO): Remove.
2043 (TV_IPA_LTO_CTORS_IN, TV_IPA_LTO_CTORS_OUT): New timevar.
2044 * cgraph.c (cgraph_get_body): Push GIMPLE_IN timevar.
2045 (varpool_get_constructor): Push CTORS_IN timevar.
2046 * lto-streamer-out.c (lto_output): Push TV_IPA_LTO_CTORS_OUT timevar.
2048 2014-07-12 Uros Bizjak <ubizjak@gmail.com>
2050 * config/i386/i386-builtin-types.def: Add USHORT_FTYPE_VOID.
2051 Remove VOID_FTYPE_PUSHORT.
2052 * config/i386/i386.c (bdesc_special_args) <__builtin_ia32_fnstsw>:
2053 Change code to USHORT_FTYPE_VOID.
2054 (ix86_expand_special_args_builtin): Handle USHORT_FTYPE_VOID.
2055 (ix86_expand_builtin): Remove IX86_BUILTIN_FNSTSW handling.
2056 (ix86_atomic_assign_expand_fenv): Update for
2057 __builtin_ia32_fnstsw changes.
2058 * config/i386/i386.md (x86_fnstsw_1): Set length unconditionally to 2.
2059 (fnstsw): Change operand 0 to nonimmediate operand.
2061 2014-07-11 Jan Hubicka <hubicka@ucw.cz>
2063 * vapool.c: Include tree-ssa-alias.h, gimple.h and lto-streamer.h
2064 (varpool_get_constructor): New function.
2065 (varpool_ctor_useable_for_folding_p): Break out from ...
2066 (ctor_for_folding): ... here; use varpool_get_constructor.
2067 (varpool_assemble_decl): Likewise.
2068 * lto-streamer.h (struct output_block): Turn cgraph_node
2070 (lto_input_variable_constructor): Declare.
2071 * ipa-visibility.c (function_and_variable_visibility): Use
2072 varpool_get_constructor.
2073 * cgraph.h (varpool_get_constructor): Declare.
2074 (varpool_ctor_useable_for_folding_p): New function.
2075 * lto-streamer-out.c (get_symbol_initial_value): Take encoder
2076 parameter; return error_mark_node for non-trivial constructors.
2077 (lto_write_tree_1, DFS_write_tree): Update use of
2078 get_symbol_initial_value.
2079 (output_function): Update initialization of symbol.
2080 (output_constructor): New function.
2081 (copy_function): Rename to ..
2082 (copy_function_or_variable): ... this one; handle vars too.
2083 (lto_output): Output variable sections.
2084 * lto-streamer-in.c (input_constructor): New function.
2085 (lto_read_body): Rename from ...
2086 (lto_read_body_or_constructor): ... this one; handle vars too.
2087 (lto_input_variable_constructor): New function.
2088 * ipa-prop.c (ipa_prop_write_jump_functions,
2089 ipa_prop_write_all_agg_replacement): Update.
2090 * lto-cgraph.c (compute_ltrans_boundary): Use it.
2091 (output_cgraph_opt_summary): Set symbol to NULL.
2093 2014-07-11 Jan Hubicka <hubicka@ucw.cz>
2095 * ipa-prop.c (ipa_binfo_from_known_type_jfunc): In LTO do not walk
2096 non-polymorphic types.
2097 * ipa-cp.c (ipa_get_jf_ancestor_result): Likewise.
2098 * ipa-devirt.c (types_same_for_odr): Do not explode when one
2099 of types is not polymorphic.
2101 2014-07-11 Vladimir Makarov <vmakarov@redhat.com>
2103 * lra-constraints.c (remove_inheritance_pseudos): Process
2104 destination pseudo too.
2106 2014-07-11 Rong Xu <xur@google.com>
2108 * gcov-tool.c (gcov_output_files): Fix build error introduced in
2111 2014-07-11 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
2113 * config/avr/avr-arch.h (avr_mcu_t): Add text section start attribute.
2114 * config/avr/avr-devices.c (AVR_MCU): Same.
2115 (avr_mcu_types): add text start value to end of device list.
2116 * config/avr/avr-mcus.def: Add text section start for all devices.
2117 (ata5782): Add new avr5 device.
2119 * config/avr/avr-tables.opt: Regenerate.
2120 * config/avr/avr.h: Add declaration for text section start handler.
2121 (EXTRA_SPEC_FUNCTIONS): Add text section start handler to
2123 (LINK_SPEC): Include text section start handler to linker spec.
2124 * config/avr/driver-avr.c (avr_device_to_text_start): New function to
2125 pass -Ttext option to linker if the text section start for the device
2127 * config/avr/t-multilib: Regenerate.
2128 * doc/avr-mmcu.texi: Regenerate.
2130 2014-07-11 David Edelsohn <dje.gcc@gmail.com>
2132 * config/rs6000/aix51.h (LINK_SPEC): Remove -bnodelcsect.
2133 * config/rs6000/aix52.h (LINK_SPEC): Same.
2134 * config/rs6000/aix53.h (LINK_SPEC): Same.
2135 * config/rs6000/aix61.h (LINK_SPEC): Same.
2136 * config/rs6000/xcoff.h (MAKE_DECL_ONE_ONLY): Define.
2138 2014-07-11 Roman Gareev <gareevroman@gmail.com>
2140 * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): New function.
2141 (graphite_verify): New function.
2142 (ivs_params_clear): New function.
2143 (gcc_expression_from_isl_ast_expr_id): New function.
2144 (gcc_expression_from_isl_expr_int): New function.
2145 (binary_op_to_tree): New function.
2146 (ternary_op_to_tree): New function.
2147 (unary_op_to_tree): New function.
2148 (nary_op_to_tree): New function.
2149 (gcc_expression_from_isl_expr_op): New function.
2150 (gcc_expression_from_isl_expression): New function.
2151 (graphite_create_new_loop): New function.
2152 (translate_isl_ast_for_loop): New function.
2153 (get_upper_bound): New function.
2154 (graphite_create_new_loop_guard): New function.
2155 (translate_isl_ast_node_for): New function.
2156 (translate_isl_ast): New function.
2157 (add_parameters_to_ivs_params): New function.
2158 (scop_to_isl_ast): New parameter ip.
2159 (graphite_regenerate_ast_isl): Add generation of GIMPLE code.
2161 2014-07-11 Jan Hubicka <hubicka@ucw.cz>
2163 * config/xtensa/predicates.md (call expander): Update for
2164 DECL_SECTION_NAME being string.
2166 2014-07-11 Richard Biener <rguenther@suse.de>
2169 * builtins.c (fold_builtin_memory_op): Inline memory moves that
2170 can be implemented with a single load followed by a single store.
2171 (c_strlen): Only warn when only_value is not 2.
2173 2014-07-11 Evgeny Stupachenko <evstupac@gmail.com>
2175 * config/i386/i386.c (expand_vec_perm_pblendv): Disable for AVX.
2177 2014-07-11 Marat Zakirov <m.zakirov@samsung.com>
2180 * config/arm/arm.md (*movhi_insn_arch4): Handle stack pointer.
2181 (*movhi_bytes): Likewise.
2182 (*arm_movqi_insn): Likewise.
2184 2014-07-11 Uros Bizjak <ubizjak@gmail.com>
2187 * config/alpha/alpha.c: Include tree-pass.h, context.h
2189 (pass_data_handle_trap_shadows): New pass.
2190 (pass_handle_trap_shadows::gate): New pass gate function.
2191 (make_pass_handle_trap_shadows): New function.
2192 (rest_of_handle_trap_shadows): Ditto.
2194 (alpha_align_insns_1): Rename from alpha_align_insns.
2195 (pass_data_align_insns): New pass.
2196 (pass_align_insns::gate): New pass gate function.
2197 (make_pass_aling_insns): New function.
2198 (rest_of_align_insns): Ditto.
2199 (alpha_align_insns): Ditto.
2201 (alpha_option_override): Declare handle_trap_shadows info
2202 and align_insns_info. Register handle_trap_shadows and align_insns
2204 (alpha_reorg): Do not call alpha_trap_shadows and
2205 alpha_align_insn from here.
2207 (alpha_pad_function_end): Do not skip BARRIERs.
2209 2014-07-10 Rong Xu <xur@google.com>
2211 Add gcov-tool: an offline gcda profile processing tool support.
2212 * gcov-io.c (gcov_position): Make avaialble to gcov-tool.
2213 (gcov_is_error): Ditto.
2214 (gcov_read_string): Ditto.
2215 (gcov_read_sync): Ditto.
2216 * gcov-io.h: Move counter defines to gcov-counter.def.
2217 * gcov-dump.c (tag_counters): Use gcov-counter.def.
2218 * coverage.c: Ditto.
2219 * gcov-tool.c: Offline gcda profile processing tool.
2220 (unlink_gcda_file): Remove one gcda file.
2221 (unlink_profile_dir): Remove gcda files from the profile path.
2222 (gcov_output_files): Output gcda files to an output dir.
2223 (profile_merge): Merge two profiles in directory.
2224 (print_merge_usage_message): Print merge usage.
2225 (merge_usage): Print merge usage and exit.
2226 (do_merge): Driver for profile merge sub-command.
2227 (profile_rewrite): Rewrite profile.
2228 (print_rewrite_usage_message): Print rewrite usage.
2229 (rewrite_usage): Print rewrite usage and exit.
2230 (do_rewrite): Driver for profile rewrite sub-command.
2231 (print_usage): Print gcov-info usage and exit.
2232 (print_version): Print gcov-info version.
2233 (process_args): Process arguments.
2234 (main): Main routine for gcov-tool.
2235 * Makefile.in: Build and install gcov-tool.
2236 * gcov-counter.def: New file split from gcov-io.h.
2237 * doc/gcc.texi: Include gcov-tool.texi.
2238 * doc/gcov-tool.texi: Document for gcov-tool.
2240 2014-07-10 Richard Biener <rguenther@suse.de>
2242 PR tree-optimization/61757
2243 * tree-ssa-dom.c (loop_depth_of_name): Restore.
2244 (propagate_rhs_into_lhs): Revert part of last change.
2246 2014-07-10 Thomas Schwinge <thomas@codesourcery.com>
2248 * fold-const.c (fold_checksum_tree): Look at DECL_VINDEX only for
2251 2014-07-10 Eric Botcazou <ebotcazou@adacore.com>
2254 * function.c (allocate_struct_function): Revert r188667 change.
2256 * gimple-low.c (lower_builtin_setjmp): Use properly-typed constant.
2258 2014-07-10 Tom G. Christensen <tgc@jupiterrise.com>
2260 * doc/install.texi: Remove links to defunct package providers for
2263 2014-07-09 Tom de Vries <tom@codesourcery.com>
2265 * final.c (get_call_fndecl): Declare.
2266 (self_recursive_call_p): New function.
2267 (collect_fn_hard_reg_usage): Handle self-recursive function calls.
2269 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
2271 * ipa-devirt.c (record_node): Walk through aliases.
2273 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
2275 * lto-streamer-out.c (hash_scc): Avoid quadratic hashing loop.
2277 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
2280 * stor-layout.c (finish_builtin_struct): Copy fields into the variants.
2282 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
2284 * ipa-visibility.c (function_and_variable_visibility): Remove
2285 temporary hack disabling local aliases on AIX.
2287 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
2289 * ipa-cp.c (devirtualization_time_bonus): Walk through aliases.
2290 * ipa-inline-analysis.c (estimate_edge_devirt_benefit): Likewise.
2292 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
2294 * rs6000/rs6000-protos.h (rs6000_xcoff_declare_object_name): Declare.
2295 * rs6000/rs6000.c: Inline output of .set instruction.
2296 (declare_alias_data): New struct.
2297 (rs6000_declare_alias): New function.
2298 (rs6000_xcoff_declare_function_name): Use it.
2299 (rs6000_xcoff_declare_object_name): New function.
2300 * config/rs6000/xcoff.h: Define ASM_DECLARE_OBJECT_NAME.
2301 (ASM_OUTPUT_DEF): Turn to empty definition.
2303 2014-07-08 Trevor Saunders <tsaunders@mozilla.com>
2306 * hash-table.h: use hash_table::value_type instead of
2307 Descriptor::value_type in the return types of several methods.
2309 2014-07-08 Trevor Saunders <tsaunders@mozilla.com>
2311 * tree-pass.h (pass_data): Remove has_execute member.
2312 * passes.c (execute_one_pass): Don't check pass->has_execute.
2313 * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
2314 cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
2315 compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
2316 config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
2317 config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
2318 config/sh/sh_optimize_sett_clrt.cc, config/sh/sh_treg_combine.cc,
2319 config/sparc/sparc.c, cprop.c, cse.c, dce.c, df-core.c, dse.c,
2320 dwarf2cfi.c, except.c, final.c, function.c, fwprop.c, gcse.c,
2321 gimple-low.c, gimple-ssa-isolate-paths.c,
2322 gimple-ssa-strength-reduction.c, graphite.c, ifcvt.c, init-regs.c,
2323 ipa-comdats.c, ipa-cp.c, ipa-devirt.c, ipa-inline-analysis.c,
2324 ipa-inline.c, ipa-profile.c, ipa-pure-const.c, ipa-reference.c,
2325 ipa-split.c, ipa-visibility.c, ipa.c, ira.c, jump.c, loop-init.c,
2326 lower-subreg.c, mode-switching.c, modulo-sched.c, omp-low.c, passes.c,
2327 postreload-gcse.c, postreload.c, predict.c, recog.c, ree.c,
2328 reg-stack.c, regcprop.c, reginfo.c, regrename.c, reorg.c, sched-rgn.c,
2329 stack-ptr-mod.c, store-motion.c, tracer.c, trans-mem.c,
2330 tree-call-cdce.c, tree-cfg.c, tree-cfgcleanup.c, tree-complex.c,
2331 tree-eh.c, tree-emutls.c, tree-if-conv.c, tree-into-ssa.c,
2332 tree-loop-distribution.c, tree-nrv.c, tree-object-size.c,
2333 tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
2334 tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
2335 tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
2336 tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
2337 tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
2338 tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
2339 tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
2340 tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
2341 tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
2342 tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
2343 tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
2344 tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c,
2345 web.c: Remove initializer for pass_data::has_execute.
2347 2014-07-08 Trevor Saunders <tsaunders@mozilla.com>
2349 * graphite-htab.h: Use hash_map instead of hash_table.
2350 * graphite-clast-to-gimple.c: Adjust.
2351 * passes.c: Use hash_map instead of hash_table.
2353 * sese.h: Remove now unused code.
2355 2014-07-08 Sriraman Tallam <tmsriram@google.com>
2358 * config/i386/i386.c (ix86_in_large_data_p): Check for size less
2361 2014-07-08 Jakub Jelinek <jakub@redhat.com>
2363 PR rtl-optimization/61673
2364 * combine.c (simplify_comparison): Test just mode's sign bit
2365 in tmode rather than the sign bit and any bits above it.
2367 2014-07-08 Roman Gareev <gareevroman@gmail.com>
2369 * graphite-isl-ast-to-gimple.c (generate_isl_context):
2370 Add __isl_give to the declaration.
2371 (generate_isl_schedule): Likewise.
2372 (scop_to_isl_ast): Likewise.
2374 2014-07-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2376 * config/arm/arm.c (cortexa5_extra_costs): New table.
2377 (arm_cortex_a5_tune): Use cortexa5_extra_costs.
2379 2014-07-08 Jakub Jelinek <jakub@redhat.com>
2381 PR tree-optimization/61725
2382 * tree-vrp.c (extract_range_basic): Don't assume vr0 is unsigned
2383 range, use range_includes_zerop_p instead of integer_zerop on
2384 vr0->min, only use log2 of max if min is not negative.
2386 2014-07-08 Richard Biener <rguenther@suse.de>
2388 * tree-ssa-dom.h (loop_depth_of_name): Remove.
2389 * tree-ssa-dom.c (record_equivalences_from_phis): Remove
2390 restriction on loop depth difference.
2391 (record_equality): Likewise.
2392 (propagate_rhs_into_lhs): Likewise. Simplify condition.
2393 (loop_depth_of_name): Remove.
2394 * tree-ssa-copy.c (copy_prop_visit_phi_node): Remove
2395 restriction on loop depth difference.
2396 (init_copy_prop): Likewise.
2398 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
2400 * tree-ssa-alias.c (walk_aliased_vdefs_1): Add FUNCTION_ENTRY_REACHED
2402 (walk_aliased_vdefs): Likewise.
2403 * tree-ssa-alias.h (walk_aliased_vdefs): Likewise.
2404 * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Skip clobbers
2405 (detect_type_change_from_memory_writes): Check if entry was reached.
2407 2014-07-08 Richard Biener <rguenther@suse.de>
2409 PR tree-optimization/61681
2410 * tree-ssa-structalias.c (find_what_var_points_to): Expand
2411 NONLOCAL inside ESCAPED.
2413 2014-07-08 Richard Biener <rguenther@suse.de>
2415 PR tree-optimization/61680
2416 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
2417 Handle properly all read-write dependences with group accesses.
2419 2014-07-08 Yuri Rumyantsev <ysrumyan@gmail.com>
2421 PR tree-optimization/61576
2422 * tree-if-conv.c (is_cond_scalar_reduction): Add check that basic
2423 block containing reduction statement is predecessor of phi basi block.
2425 2014-07-08 Marek Polacek <polacek@redhat.com>
2428 * fold-const.c (round_up_loc): Change the parameter type.
2430 * fold-const.h (round_up_loc): Adjust declaration.
2431 * stor-layout.c (finalize_record_size): Check for too large types.
2433 2014-07-07 Jan Hubicka <hubicka@ucw.cz>
2435 * symtab.c: Include calls.h.
2436 (symtab_nonoverwritable_alias_1): Check sanity of the local alias.
2438 2014-07-07 Maciej W. Rozycki <macro@codesourcery.com>
2440 * config/rs6000/rs6000.c (output_vec_const_move): Handle
2441 little-endian code generation.
2442 * config/rs6000/spe.md (spe_evmergehi): Rename to...
2443 (vec_perm00_v2si): ... this. Handle little-endian code generation.
2444 (spe_evmergehilo): Rename to...
2445 (vec_perm01_v2si): ... this. Handle little-endian code generation.
2446 (spe_evmergelo): Rename to...
2447 (vec_perm11_v2si): ... this. Handle little-endian code generation.
2448 (spe_evmergelohi): Rename to...
2449 (vec_perm10_v2si): ... this. Handle little-endian code generation.
2450 (spe_evmergehi, spe_evmergehilo): New expanders.
2451 (spe_evmergelo, spe_evmergelohi): Likewise.
2452 (*frob_<SPE64:mode>_<DITI:mode>): Handle little-endian code generation.
2453 (*frob_tf_ti): Likewise.
2454 (*frob_<mode>_di_2): Likewise.
2455 (*frob_tf_di_8_2): Likewise.
2456 (*frob_di_<mode>): Likewise.
2457 (*frob_ti_tf): Likewise.
2458 (*frob_<DITI:mode>_<SPE64:mode>_2): Likewise.
2459 (*frob_ti_<mode>_8_2): Likewise.
2460 (*frob_ti_tf_2): Likewise.
2461 (mov_si<mode>_e500_subreg0): Rename to...
2462 (mov_si<mode>_e500_subreg0_be): ... this. Restrict to the big
2464 (*mov_si<mode>_e500_subreg0_le): New instruction pattern.
2465 (*mov_si<mode>_e500_subreg0_elf_low): Rename to...
2466 (*mov_si<mode>_e500_subreg0_elf_low_be): ... this. Restrict to
2467 the big endianness only.
2468 (*mov_si<mode>_e500_subreg0_elf_low_le): New instruction pattern.
2469 (*mov_si<mode>_e500_subreg0_2): Rename to...
2470 (*mov_si<mode>_e500_subreg0_2_be): ... this. Restrict to the
2471 big big endianness only.
2472 (*mov_si<mode>_e500_subreg0_2_le): New instruction pattern.
2473 (*mov_si<mode>_e500_subreg4): Rename to...
2474 (*mov_si<mode>_e500_subreg4_be): ... this. Restrict to the big
2476 (mov_si<mode>_e500_subreg4_le): New instruction pattern.
2477 (*mov_si<mode>_e500_subreg4_elf_low): Rename to...
2478 (*mov_si<mode>_e500_subreg4_elf_low_be): ... this. Restrict to
2479 the big endianness only.
2480 (*mov_si<mode>_e500_subreg4_elf_low_le): New instruction/splitter
2482 (*mov_si<mode>_e500_subreg4_2): Rename to...
2483 (*mov_si<mode>_e500_subreg4_2_be): ... this. Restrict to the big
2485 (*mov_si<mode>_e500_subreg4_2_le): New instruction pattern.
2486 (*mov_sitf_e500_subreg8): Rename to...
2487 (*mov_sitf_e500_subreg8_be): ... this. Restrict to the big
2489 (*mov_sitf_e500_subreg8_le): New instruction pattern.
2490 (*mov_sitf_e500_subreg8_2): Rename to...
2491 (*mov_sitf_e500_subreg8_2_be): ... this. Restrict to the big
2493 (*mov_sitf_e500_subreg8_2_le): New instruction pattern.
2494 (*mov_sitf_e500_subreg12): Rename to...
2495 (*mov_sitf_e500_subreg12_be): ... this. Restrict to the big
2497 (*mov_sitf_e500_subreg12_le): New instruction pattern.
2498 (*mov_sitf_e500_subreg12_2): Rename to...
2499 (*mov_sitf_e500_subreg12_2_be): ... this. Restrict to the big
2501 (*mov_sitf_e500_subreg12_2_le): New instruction pattern.
2503 2014-07-07 Max Ostapenko <m.ostapenko@partner.samsung.com>
2505 * asan.c (instrument_strlen_call): Do not instrument first byte
2506 in strlen if already instrumented.
2508 2014-07-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2510 * config/arm/arm.opt (mwords-little-endian): Delete.
2511 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Remove handling
2512 of TARGET_LITTLE_WORDS.
2513 (WORDS_BIG_ENDIAN): Define to BYTES_BIG_ENDIAN.
2514 * config/arm/arm.c (arm_option_override): Remove TARGET_LITTLE_WORDS
2516 * doc/invoke.texi: Remove references to -mwords-little-endian.
2518 2014-07-07 Jakub Jelinek <jakub@redhat.com>
2520 * expmed.c (struct init_expmed_rtl): Change all fields but
2521 pow2 and cint from struct rtx_def to rtx.
2522 (init_expmed_one_conv, init_expmed_one_mode): Adjust for that change.
2523 (init_expmed): Likewise. Allocate all the 18 rtxes and ggc_free them
2526 2014-07-06 Marek Polacek <polacek@redhat.com>
2529 * doc/invoke.texi: Document -Wsizeof-array-argument.
2531 2014-07-05 Gerald Pfeifer <gerald@pfeifer.com>
2533 * wide-int.h (wide_int_storage): Change declaration from struct
2536 2014-07-05 Jan Hubicka <hubicka@ucw.cz>
2538 * cgraph.c (cgraph_create_indirect_edge): Update call of
2539 get_polymorphic_call_info.
2540 * ipa-utils.h (get_polymorphic_call_info): Add parameter CALL.
2541 (possible_polymorphic_call_targets): Add parameter call.
2542 (decl_maybe_in_construction_p): New predicate.
2543 (get_polymorphic_call_info): Add parameter call;
2544 use decl_maybe_in_construction_p.
2545 * gimple-fold.c (fold_gimple_assign): Update use of
2546 possible_polymorphic_call_targets.
2547 (gimple_fold_call): Likewise.
2548 * ipa-prop.c: Inlcude calls.h
2549 (ipa_binfo_from_known_type_jfunc): Check that known type is record.
2550 (param_type_may_change_p): New predicate.
2551 (detect_type_change_from_memory_writes): Break out from ...
2552 (detect_type_change): ... this one; use param_type_may_change_p.
2553 (detect_type_change_ssa): Use param_type_may_change_p.
2554 (compute_known_type_jump_func): Use decl_maybe_in_construction_p.
2556 2014-07-05 Charles Baylis <charles.baylis@linaro.org>
2559 * config/arm/arm-protos.h (arm_legitimate_address_p,
2560 arm_is_constant_pool_ref): Add prototypes.
2561 * config/arm/arm.c (arm_legitimate_address_p): Remove static.
2562 (arm_is_constant_pool_ref) New function.
2563 * config/arm/arm.md (unaligned_loadhis, arm_zero_extendhisi2_v6,
2564 arm_zero_extendqisi2_v6): Use Uh constraint for memory operand.
2565 (arm_extendhisi2, arm_extendhisi2_v6): Use Uh constraint for memory
2566 operand. Remove pool_range and neg_pool_range attributes.
2567 (arm_extendqihi_insn, arm_extendqisi, arm_extendqisi_v6): Remove
2568 pool_range and neg_pool_range attributes.
2569 * config/arm/constraints.md (Uh): New constraint.
2570 (Uq): Don't allow constant pool references.
2572 2014-07-04 James Greenhalgh <james.greenhalgh@arm.com>
2574 * config/aarch64/aarch64-simd.md (move_lo_quad_internal_<mode>): New.
2575 (move_lo_quad_internal_be_<mode>): Likewise.
2576 (move_lo_quad_<mode>): Convert to define_expand.
2577 (aarch64_simd_move_hi_quad_<mode>): Gate on BYTES_BIG_ENDIAN.
2578 (aarch64_simd_move_hi_quad_be_<mode>): New.
2579 (move_hi_quad_<mode>): Use appropriate insn for BYTES_BIG_ENDIAN.
2580 (aarch64_combinez<mode>): Gate on BYTES_BIG_ENDIAN.
2581 (aarch64_combinez_be<mode>): New.
2582 (aarch64_combine<mode>): Convert to define_expand.
2583 (aarch64_combine_internal<mode>): New.
2584 (aarch64_simd_combine<mode>): Remove bogus RTL description.
2586 2014-07-04 Tom de Vries <tom@codesourcery.com>
2588 * doc/md.texi (@subsection Constraint Modifier Characters): Clarify
2589 combination of earlyclobber and read/write modifiers.
2591 2014-07-04 Tom de Vries <tom@codesourcery.com>
2593 * config/aarch64/aarch64-simd.md
2594 (define_insn "vec_unpack_trunc_<mode>"): Fix constraint.
2596 2014-07-04 Richard Earnshaw <rearnsha@arm.com>
2599 * config/aarch64/aarch64.h (OPTION_DEFAULT_SPECS): Define.
2601 2014-07-04 Jakub Jelinek <jakub@redhat.com>
2604 * cgraphunit.c (expand_thunk): Call free_dominance_info.
2606 PR tree-optimization/61684
2607 * tree-ssa-ifcombine.c (recognize_single_bit_test): Make sure
2608 rhs1 of conversion is a SSA_NAME before using SSA_NAME_DEF_STMT on it.
2610 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
2611 Kito Cheng <kito@0xlab.org>
2612 Monk Chiang <sh.chiang04@gmail.com>
2614 * config/nds32/nds32.c (nds32_have_prologue_p): Move to ...
2615 (nds32_symbol_load_store_p): Move to ...
2616 (nds32_fp_as_gp_check_available): Move to ...
2617 * config/nds32/nds32-fp-as-gp.c: ... here.
2618 * config/nds32/nds32-protos.h (nds32_symbol_load_store_p): Remove
2621 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
2622 Kito Cheng <kito@0xlab.org>
2623 Monk Chiang <sh.chiang04@gmail.com>
2625 * config/nds32/nds32.c (nds32_expand_load_multiple): Move to ...
2626 (nds32_expand_store_multiple): Move to ...
2627 (nds32_expand_movmemqi): Move to ...
2628 * config/nds32/nds32-memory-manipulation.c: ... here.
2630 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
2631 Kito Cheng <kito@0xlab.org>
2632 Monk Chiang <sh.chiang04@gmail.com>
2634 * config/nds32/nds32.c (nds32_byte_to_size): Move to ...
2635 (nds32_output_casesi_pc_relative): Move to ...
2636 (nds32_output_casesi): Move to ...
2637 (nds32_mem_format): Move to ...
2638 (nds32_output_16bit_store): Move to ...
2639 (nds32_output_16bit_load): Move to ...
2640 (nds32_output_32bit_store): Move to ...
2641 (nds32_output_32bit_load): Move to ...
2642 (nds32_output_32bit_load_s): Move to ...
2643 (nds32_output_stack_push): Move to ...
2644 (nds32_output_stack_pop): Move to ...
2645 * config/nds32/nds32-md-auxiliary.c: ... here.
2647 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
2648 Ling-Hua Tseng <uranus@tinlans.org>
2650 * config/nds32/nds32-pipelines-auxiliary.c: Add comment to describe
2651 the purpose of this file.
2653 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
2654 Kito Cheng <kito@0xlab.org>
2655 Monk Chiang <sh.chiang04@gmail.com>
2657 * config/nds32/nds32.c (nds32_rtx_costs): Move implementation to ...
2658 (nds32_address_cost): Move implementation to ...
2659 * config/nds32/nds32-cost.c: ... here.
2660 * config/nds32/nds32-protos.h (nds32_rtx_costs_impl): Declare.
2661 (nds32_address_cost_impl): Declare.
2663 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
2664 Kito Cheng <kito@0xlab.org>
2665 Monk Chiang <sh.chiang04@gmail.com>
2667 * config/nds32/nds32.c
2668 (nds32_consecutive_registers_load_store_p): Move to ...
2669 (nds32_valid_multiple_load_store): Move to ...
2670 (nds32_valid_stack_push_pop): Move to ...
2671 (nds32_can_use_bclr_p): Move to ...
2672 (nds32_can_use_bset_p): Move to ...
2673 (nds32_can_use_btgl_p): Move to ...
2674 (nds32_can_use_bitci_p): Move to ...
2675 * config/nds32/nds32-predicates.c: ... here.
2677 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
2678 Kito Cheng <kito@0xlab.org>
2679 Monk Chiang <sh.chiang04@gmail.com>
2681 * config/nds32/nds32.c
2682 (nds32_expand_builtin_null_ftype_reg): Move to ...
2683 (nds32_expand_builtin_reg_ftype_imm): Move to ...
2684 (nds32_expand_builtin_null_ftype_reg_imm): Move to ...
2685 (nds32_init_builtins): Move implementation to ...
2686 (nds32_expand_builtin): Move implementation to ...
2687 * config/nds32/nds32-intrinsic.c: ... here.
2688 * config/nds32/nds32-protos.h (nds32_init_builtins_impl): Declare.
2689 (nds32_expand_builtin_impl): Declare.
2691 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
2692 Kito Cheng <kito@0xlab.org>
2693 Monk Chiang <sh.chiang04@gmail.com>
2695 * config/nds32/nds32.c (nds32_emit_section_head_template): Move to ...
2696 (nds32_emit_section_tail_template): Move to ...
2697 (nds32_emit_isr_jmptbl_section): Move to ...
2698 (nds32_emit_isr_vector_section): Move to ...
2699 (nds32_emit_isr_reset_conten): Move to ...
2700 (nds32_check_isr_attrs_conflict): Move to ...
2701 (nds32_construct_isr_vectors_information): Move to ...
2702 (nds32_asm_file_start): Move implementation to ...
2703 (nds32_asm_file_end): Move implementation to ...
2704 * config/nds32/nds32-isr.c: ... here.
2705 * config/nds32/nds32-protos.h
2706 (nds32_check_isr_attrs_conflict): Declare.
2707 (nds32_construct_isr_vectors_information): Declare.
2708 (nds32_asm_file_start_for_isr): Declare.
2709 (nds32_asm_file_end_for_isr): Declare.
2711 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
2712 Kito Cheng <kito@0xlab.org>
2713 Monk Chiang <sh.chiang04@gmail.com>
2715 * config.gcc (nds32*): Add new modules to extra_objs.
2716 (nds32le-*-*): Use t-nds32 makefile fragment for new modules.
2717 (nds32be-*-*): Likewise.
2718 * config/nds32/nds32-cost.c: New file.
2719 * config/nds32/nds32-fp-as-gp.c: New file.
2720 * config/nds32/nds32-intrinsic.c: New file.
2721 * config/nds32/nds32-isr.c: New file.
2722 * config/nds32/nds32-md-auxiliary.c: New file.
2723 * config/nds32/nds32-memory-manipulation.c: New file.
2724 * config/nds32/nds32-pipelines-auxiliary.c: New file.
2725 * config/nds32/nds32-predicates.c: New file.
2726 * config/nds32/t-nds32: New file.
2728 2014-07-03 Jakub Jelinek <jakub@redhat.com>
2730 PR tree-optimization/61682
2731 * wide-int.cc (wi::mul_internal): Handle high correctly for umul_ppmm
2732 using cases and when one of the operands is equal to 1.
2734 2014-07-03 Segher Boessenkool <segher@kernel.crashing.org>
2736 * config/rs6000/rs6000.md (rotl<mode>3, ashl<mode>3, lshr<mode>3,
2737 ashr<mode>3): Correct mode of operands[2].
2738 (rotl<mode>3_dot, rotl<mode>3_dot2, ashl<mode>3_dot, ashl<mode>3_dot2,
2739 lshr<mode>3_dot, lshr<mode>3_dot2, ashr<mode>3_dot, ashr<mode>3_dot2):
2740 Correct mode of operands[2]. Fix split condition.
2742 2014-07-03 Richard Earnshaw <rearnsha@arm.com>
2744 * arm.md (arch): Add armv6_or_vfpv3.
2745 (arch_enabled): Add test for the above.
2746 * vfp.md (divsf_vfp, divdf_vfp): Add earlyclobber when code can run
2748 (sqrtsf_vfp, sqrtdf_vfp): Likewise.
2750 2014-07-03 Jakub Jelinek <jakub@redhat.com>
2752 * gcov-io.c (gcov_read_words): Don't call memmove if excess is 0.
2753 * data-streamer-in.c (streamer_read_hwi): Shift UHWI 1 instead of
2754 HWI 1 and negate the unsigned value.
2755 * expmed.c (expand_sdiv_pow2): For modes wider than word always
2756 use AND instead of shift.
2757 * wide-int-print.cc (print_decs): Negate UHWI instead of HWI.
2759 2014-07-03 Marek Polacek <polacek@redhat.com>
2761 * doc/invoke.texi (-fsanitize=bounds): Tweak wording.
2762 (-fsanitize=float-divide-by-zero): Move to the table with
2763 -fsanitize=undefined suboptions.
2764 (-fsanitize=float-cast-overflow): Likewise.
2766 2014-07-03 Maciej W. Rozycki <macro@codesourcery.com>
2768 * config/rs6000/rs6000.c (rs6000_adjust_atomic_subword): Use
2769 BYTES_BIG_ENDIAN rather than WORDS_BIG_ENDIAN to check for byte
2772 2014-07-03 Zhenqiang Chen <zhenqiang.chen@linaro.org>
2774 * loop-invariant.c (struct invariant): Add a new member: eqno;
2775 (find_identical_invariants): Update eqno;
2776 (create_new_invariant): Init eqno;
2777 (get_inv_cost): Compute comp_cost with eqno;
2779 2014-07-02 Segher Boessenkool <segher@kernel.crashing.org>
2781 * genconfig.c (have_rotate_flag, have_rotatert_flag): New variables.
2782 (walk_insn_part) <ROTATE, ROTATERT>: New cases.
2783 (main): Conditionally write HAVE_rotate resp. HAVE_rotatert.
2784 * simplify-rtx.c (simplify_binary_operation_1) <ROTATE, ROTATERT>:
2785 Only do the transformation if both HAVE_rotate and HAVE_rotatert.
2787 2014-07-02 Christian Bruel <christian.bruel@st.com>
2791 * mode-switching.c (struct bb_info): Add mode_out, mode_in caches.
2792 (make_preds_opaque): Delete.
2793 (clear_mode_bit, mode_bit_p, set_mode_bit): New macros.
2794 (commit_mode_sets): New function.
2795 (optimize_mode_switching): Handle current_mode to mode_switching_emit.
2796 Process all modes at once.
2797 * basic-block.h (pre_edge_lcm_avs): Declare.
2798 * lcm.c (pre_edge_lcm_avs): Renamed from pre_edge_lcm.
2799 Call clear_aux_for_edges. Fix comments.
2800 (pre_edge_lcm): New wrapper function to call pre_edge_lcm_avs.
2801 (pre_edge_rev_lcm): Idem.
2802 * config/epiphany/epiphany.c (emit_set_fp_mode): Add prev_mode
2804 * config/epiphany/epiphany-protos.h (emit_set_fp_mode): Idem.
2805 * config/epiphany/resolve-sw-modes.c (pass_resolve_sw_modes::execute):
2807 * config/i386/i386.c (x96_emit_mode_set): Idem.
2808 * config/sh/sh.c (sh_emit_mode_set): Likewise. Handle PR toggle.
2809 * config/sh/sh.md (toggle_pr): Defined if TARGET_FPU_SINGLE.
2810 (fpscr_toggle) Disallow from delay slot.
2811 * target.def (emit_mode_set): Add prev_mode parameter.
2812 * doc/tm.texi: Regenerate.
2814 2014-07-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2816 * config/aarch64/aarch64.c (aarch64_expand_vec_perm): Delete unused
2819 2014-07-01 Jan Hubicka <hubicka@ucw.cz>
2821 * ipa-utils.h (method_class_type, vtable_pointer_value_to_binfo,
2822 vtable_pointer_value_to_vtable): Constify.
2823 (contains_polymorphic_type_p): Declare.
2824 * ipa-devirt.c (method_class_type, vtable_pointer_value_to_binfo,
2825 vtable_pointer_value_to_vtable): Constify.
2826 (contains_polymorphic_type_p): New predicate.
2827 * ipa-prop.c (ipa_set_jf_known_type): Allow types containing
2829 (ipa_set_ancestor_jf): Likewise.
2830 (detect_type_change): Return false in easy cases.
2831 (compute_complex_assign_jump_func): Require type to contain
2833 (compute_known_type_jump_func): Likewise.
2835 2014-07-01 Jan Hubicka <hubicka@ucw.cz>
2837 * tree.c (decls_same_for_odr, decls_same_for_odr, types_same_for_odr):
2839 (type_in_anonymous_namespace_p): Constify argument.
2840 * tree.h (types_same_for_odr, type_in_anonymous_namespace_p): Constify.
2841 * ipa-devirt.c (odr_type_d): Add ODR_VIOLATED field.
2842 (main_odr_variant): New function.
2843 (hash_type_name): Make static; update assert; do not ICE on
2845 (types_same_for_odr): Bring here from tree.c; simplify and remove
2846 old structural comparing code that doesn't work for templates.
2847 (odr_hasher::equal): Update assert.
2848 (add_type_duplicate): Return true when bases should be computed;
2849 replace incomplete loader by complete; do not output duplicated
2850 warnings; do not ICE on non-records; set odr_violated flag.
2851 (get_odr_type): Be ready to replace incomplete type by complete
2852 one; work on ODR variants instead of main variants; reorder item
2853 in array so bases have still smaller indexes.
2854 (dump_type_inheritance_graph): Be ready for holdes in odr_types array.
2855 (possible_polymorphic_call_targets): Do not ICE when BINFO is NULL.
2857 2014-07-01 Cary Coutant <ccoutant@google.com>
2859 * dwarf2out.c (remove_addr_table_entry): Remove unnecessary hash table
2861 (resolve_addr_in_expr): When replacing the rtx in a location list
2862 entry, get a new address table entry.
2863 (dwarf2out_finish): Call index_location_lists even if there are no
2864 addr_index_table entries yet.
2866 2014-07-01 Trevor Saunders <tsaunders@mozilla.com>
2868 * config/i386/winnt.c (i386_pe_section_type_flags): Revert previous
2869 change for not being obvious.
2871 2014-07-01 Trevor Saunders <tsaunders@mozilla.com>
2873 * config/i386/winnt.c (i386_pe_section_type_flags): Remove name of
2876 2014-07-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2878 * config/aarch64/arm_neon.h (vcage_f64): New intrinsic.
2879 (vcagt_f64): Likewise.
2880 (vcale_f64): Likewise.
2881 (vcaled_f64): Likewise.
2882 (vcales_f32): Likewise.
2883 (vcalt_f64): Likewise.
2884 (vcaltd_f64): Likewise.
2885 (vcalts_f32): Likewise.
2887 2014-07-01 Marek Polacek <polacek@redhat.com>
2889 * doc/invoke.texi: Document -Wint-conversion.
2891 2014-07-01 Marek Polacek <polacek@redhat.com>
2894 * doc/invoke.texi: Document -Wincompatible-pointer-types.
2896 2014-07-01 Martin Liska <mliska@suse.cz>
2898 IPA REF alias refactoring
2899 * cgraph.h (iterate_direct_aliases): New function.
2900 (FOR_EACH_ALIAS): New macro iterates all direct aliases for a node.
2901 * cgraph.c (cgraph_for_node_thunks_and_aliases): Usage of
2902 FOR_EACH_ALIAS added.
2903 (cgraph_for_node_and_aliases): Likewise.
2904 * cgraphunit.c (assemble_thunks_and_aliases): Likewise.
2905 * ipa-inline.c (reset_edge_caches): Likewise.
2906 (update_caller_keys): Likewise.
2907 * trans-mem.c (ipa_tm_execute): Likewise.
2908 *varpool.c (varpool_analyze_node): Likewise.
2909 (varpool_for_node_and_aliases): Likewise.
2910 * ipa-ref.h (first_alias): New function.
2911 (last_alias): Likewise.
2912 (has_aliases_p): Likewise.
2913 * ipa-ref.c (ipa_ref::remove_reference): Removal function
2914 is sensitive to IPA_REF_ALIASes.
2915 * symtab.c (symtab_node::add_reference): Node of IPA_REF_ALIAS type
2916 are put at the beginning of the list.
2917 (symtab_node::iterate_direct_aliases): New function.
2919 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
2922 * tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if
2924 (write_ts_type_common_tree_pointers): Do not stream fields not set
2925 for incomplete types; do not stream duplicated fields for variants;
2926 sanity check that variant and type match.
2927 (write_ts_type_non_common_tree_pointers): Likewise.
2928 * tree-streamer-in.c (unpack_ts_type_common_value_fields): Mark in
2929 TYPE_SIZE whether type is complete.
2930 (lto_input_ts_type_common_tree_pointers): Do same changes as in
2931 write_ts_type_common_tree_pointers
2932 (lto_input_ts_type_non_common_tree_pointers): Likewise.
2934 2014-06-30 Joseph Myers <joseph@codesourcery.com>
2936 * var-tracking.c (add_stores): Return instead of asserting if old
2937 and new values for conditional store are the same.
2939 2014-06-30 Richard Henderson <rth@redhat.com>
2943 * bb-reorder.c (pass_duplicate_computed_gotos::execute): Cleanup
2944 the cfg if there were any changes.
2945 * passes.def: Revert move of peephole2 after reorder_blocks;
2946 move duplicate_computed_gotos before peephole2.
2948 2014-06-30 Uros Bizjak <ubizjak@gmail.com>
2950 * except.c (emit_note_eh_region_end): New helper function.
2951 (convert_to_eh_region_ranges): Use emit_note_eh_region_end to
2952 emit EH_REGION_END note.
2953 * jump.c (cleanup_barriers): Do not split a call and its
2954 corresponding CALL_ARG_LOCATION note.
2956 2014-06-30 Jeff Law <law@redhat.com>
2958 PR tree-optimization/61607
2959 * tree-ssa-threadedge.c (simplify_control_stmt_condition): Look
2960 deeper into the SSA_NAME_VALUE chain.
2962 2014-06-30 Marek Polacek <polacek@redhat.com>
2964 * convert.c (convert_to_integer): Don't instrument conversions if the
2965 function has no_sanitize_undefined attribute.
2966 * ubsan.c: Don't run the ubsan pass if the function has
2967 no_sanitize_undefined attribute.
2969 2014-06-30 Jakub Jelinek <jakub@redhat.com>
2971 * doc/invoke.texi (-fsanitize=bounds): Move to the table with
2972 -fsanitize=undefined suboptions.
2974 2014-06-30 Alan Lawrence <alan.lawrence@arm.com>
2976 * config/aarch64/aarch64-simd.md (vec_perm): Enable for bigendian.
2977 * config/aarch64/aarch64.c (aarch64_expand_vec_perm): Remove assert
2978 against bigendian and adjust indices.
2980 2014-06-30 Gerald Pfeifer <gerald@pfeifer.com>
2982 * doc/install.texi (Specific, aarch64*-*-*): Fix markup. Reword a bit.
2984 2014-06-30 Marcus Shawcroft <marcus.shawcroft@arm.com>
2987 * config/aarch64/aarch64.md (*aarch64_ashr_sisd_or_int_<mode>3):
2988 Add alternative; make early clobber. Adjust both split patterns
2989 to use operand 0 as the working register.
2991 2014-06-30 Jakub Jelinek <jakub@redhat.com>
2993 * ira-build.c (sort_conflict_id_map): Don't call qsort if num is 0,
2994 as ira_object_id_map might be NULL, or 1.
2996 2014-06-30 Zhenqiang Chen <zhenqiang.chen@linaro.org>
2998 * loop-invariant.c (get_inv_cost): Handle register class.
2999 (gain_for_invariant): Check the register pressure of the inv
3000 and its overlapped register class, other than all.
3002 2014-06-30 Gerald Pfeifer <gerald@pfeifer.com>
3004 * doc/invoke.texi (Optimize Options): Fix descriptions of
3005 ipa-cp-loop-hint-bonus and ipa-cp-array-index-hint-bonus.
3007 2014-06-29 David Wohlferd <dw@LimeGreenSocks.com>
3009 * doc/extend.texi (Function Attributes): Update 'naked' attribute
3012 2014-06-29 Tobias Grosser <tobias@grosser.es>
3015 * graphite-isl-ast-to-gimple.c: Add missing guards.
3017 2014-06-29 Roman Gareev <gareevroman@gmail.com>
3019 * Makefile.in: Add the compilation of graphite-isl-ast-to-gimple.o.
3020 * common.opt: Add new switch fgraphite-code-generator=[isl|cloog].
3021 * flag-types.h: Add new enum fgraphite_generator.
3022 * graphite-isl-ast-to-gimple.c: New.
3023 * graphite-isl-ast-to-gimple.h: New.
3024 * graphite.c (graphite_transform_loops): Add choice of Graphite
3025 code generator, which depends on flag_graphite_code_gen.
3027 2014-06-29 Roman Gareev <gareevroman@gmail.com>
3029 * graphite-dependences.c (subtract_commutative_associative_deps):
3030 Add NULL checking of the following variables: must_raw_no_source,
3031 may_raw_no_source, must_war_no_source, may_war_no_source,
3032 must_waw_no_source, may_waw_no_source, must_raw, may_raw,
3033 must_war, may_war, must_waw, may_waw.
3035 2014-06-29 Roman Gareev <gareevroman@gmail.com>
3037 * graphite-clast-to-gimple.c: gloog is renamed to
3038 graphite_regenerate_ast_cloog. gloog_error is renamed to
3039 graphite_regenerate_error.
3040 * graphite-clast-to-gimple.h: The definition of the struct
3041 bb_pbb_def is moved to graphite-htab.h.
3042 Add inclusion of the hash-table.h.
3043 * graphite-htab.h: The declaration of the function gloog is moved
3044 to graphite-clast-to-gimple.h and renamed to
3045 graphite_regenerate_ast_cloog.
3046 * graphite.c (graphite_transform_loops): gloog is renamed
3047 to graphite_regenerate_ast_cloog.
3049 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
3051 * tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if
3053 (write_ts_type_common_tree_pointers): Do not stream fields not set
3054 for incomplete types; do not stream duplicated fields for variants;
3055 sanity check that variant and type match.
3056 (write_ts_type_non_common_tree_pointers): Likewise.
3057 * tree-streamer-in.c (unpack_ts_type_common_value_fields): Mark in
3058 TYPE_SIZE whether type is complete.
3059 (lto_input_ts_type_common_tree_pointers): Do same changes as in
3060 write_ts_type_common_tree_pointers
3061 (lto_input_ts_type_non_common_tree_pointers): Likewise.
3063 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
3065 * cgraph.c (dump_cgraph_node): Dump init&fini priorities.
3067 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
3069 * tree-inline.c (remap_type_1): Do not duplicate fields
3070 that are shared in between type and its main variant.
3072 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
3074 * ipa-prop.c (ipa_set_jf_known_type): Record always the main variant
3076 (ipa_set_ancestor_jf) Likewise.
3077 (check_stmt_for_type_change): Check that we work on main variant.
3078 (detect_type_change): Look into main variant.
3079 (compute_known_type_jump_func): Check that main variant has BINFO.
3081 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
3083 * ipa-devirt.c (set_type_binfo): New function.
3084 (add_type_duplicate): Use it.
3085 (get_odr_type): Sanity check that binfos points to main variants.
3086 (get_class_context): Be sure the context's outer_type is main variant.
3087 (contains_type_p): Walk main variant.
3088 (get_polymorphic_call_info_for_decl): Set outer_type to be
3090 (get_polymorphic_call_info): Likewise.
3091 (possible_polymorphic_call_targets): Sanity check that we operate
3094 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
3096 * stor-layout.c (finish_builtin_struct): Copy fields into the variants.
3098 2014-06-28 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3100 * config/rs6000/rs6000.c (rs6000_aggregate_candidate): Revert
3101 accidental change due to wide-int branch merge.
3103 2014-06-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3105 * configure.ac (gcc_cv_as_compress_debug): Check for assembler
3106 compressed debug support.
3107 (gcc_cv_ld_compress_debug): Check for linker compressed debug support.
3108 * configure: Regenerate.
3109 * config.in: Regenerate.
3110 * common.opt (compressed_debug_sections): New enum.
3111 (gz, gz=): New options.
3112 * gcc.c (LINK_COMPRESS_DEBUG_SPEC, ASM_COMPRESS_DEBUG_SPEC): Define.
3113 (LINK_COMMAND_SPEC): Invoke LINK_COMPRESS_DEBUG_SPEC.
3114 (asm_options): Invoke ASM_COMPRESS_DEBUG_SPEC.
3115 * config/darwin.h (LINK_COMMAND_SPEC_A): Invoke
3116 LINK_COMPRESS_DEBUG_SPEC.
3117 * config/i386/djgpp.h (LINK_COMMAND_SPEC): Likewise.
3118 * opts.c (common_handle_option): Handle OPT_gz, OPT_gz_.
3119 * doc/invoke.texi (Option Summary, Debugging Options): Add -gz[=type].
3120 (Debugging Options): Document -gz[=type].
3122 2014-06-27 Martin Jambor <mjambor@suse.cz>
3125 * cgraphclones.c (duplicate_thunk_for_node): Removed parameter
3126 args_to_skip, use those from node instead. Copy args_to_skip and
3127 combined_args_to_skip from node to the new thunk.
3128 (redirect_edge_duplicating_thunks): Removed parameter args_to_skip.
3129 (cgraph_create_virtual_clone): Moved computation of
3130 combined_args_to_skip...
3131 (cgraph_clone_node): ...here, simplify it to bitmap_ior..
3133 2014-06-27 trevor Saunders <tsaunders@mozilla.com>
3135 * config/i386/winnt.c (i386_pe_section_type_flags): Remove
3136 redundant diagnostic machinary.
3138 2014-06-27 Richard Biener <rguenther@suse.de>
3140 * tree-ssa-math-opts.c (bswap_replace): Fix
3141 SLOW_UNALIGNED_ACCESS test to only apply to unaligned object.
3143 2014-06-27 Martin Liska <mliska@suse.cz>
3145 * gimple.h (gimple_location_safe): New function introduced.
3146 * cgraphunit.c (walk_polymorphic_call_targets): Usage
3147 of gimple_location_safe replaces gimple_location.
3148 (gimple_fold_call): Likewise.
3149 * ipa-devirt.c (ipa_devirt): Likewise.
3150 * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
3151 * ipa.c (walk_polymorphic_call_targets): Likewise.
3152 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Likewise.
3154 2014-06-27 Jakub Jelinek <jakub@redhat.com>
3156 PR tree-optimization/57233
3157 PR tree-optimization/61299
3158 * tree-vect-generic.c (get_compute_type, count_type_subparts): New
3160 (expand_vector_operations_1): Use them. If {L,R}ROTATE_EXPR
3161 would be lowered to scalar shifts, check if corresponding
3162 shifts and vector BIT_IOR_EXPR are supported and don't lower
3163 or lower just to narrower vector type in that case.
3164 * expmed.c (expand_shift_1): Fix up handling of vector
3167 2014-06-26 Uros Bizjak <ubizjak@gmail.com>
3170 * config/alpha/alpha.c (alpha_handle_trap_shadows): Handle BARRIER RTX.
3172 2014-06-26 Jan Hubicka <hubicka@ucw.cz>
3174 * doc/invoke.texi (-fsemantic-interposition): Document.
3175 * common.opt (fsemantic-interposition): New flag.
3176 * varasm.c (decl_replaceable_p): Use it.
3178 2014-06-26 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3181 * config/rs6000/vsx.md (vsx_extract_v4sf): Fix bug with element
3182 extraction other than index 3.
3184 2014-06-26 Teresa Johnson <tejohnson@google.com>
3186 * doc/invoke.texi: Fix typo.
3187 * dumpfile.c: Add support for documented -fdump-* options
3188 optimized/missed/note/optall.
3190 2014-06-26 Martin Jambor <mjambor@suse.cz>
3192 * params.def (PARAM_ALLOW_LOAD_DATA_RACES)
3193 (PARAM_ALLOW_PACKED_LOAD_DATA_RACES)
3194 (PARAM_ALLOW_PACKED_STORE_DATA_RACES): Removed.
3195 (PARAM_ALLOW_STORE_DATA_RACES): Set default to zero.
3196 * opts.c (default_options_optimization): Set
3197 PARAM_ALLOW_STORE_DATA_RACES to one at -Ofast.
3198 * doc/invoke.texi (allow-load-data-races)
3199 (allow-packed-load-data-races, allow-packed-store-data-races): Removed.
3200 (allow-store-data-races): Document the new default.
3202 2014-06-26 Martin Jambor <mjambor@suse.cz>
3204 * ipa-prop.c (ipa_impossible_devirt_target): No longer static,
3205 renamed to ipa_impossible_devirt_target. Fix typo.
3206 * ipa-prop.h (ipa_impossible_devirt_target): Declare.
3207 * ipa-cp.c (ipa_get_indirect_edge_target_1): Use
3208 ipa_impossible_devirt_target.
3210 2014-06-26 Richard Biener <rguenther@suse.de>
3212 PR tree-optimization/61607
3213 * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust comment
3214 explaining why we restrict copies on loop depth.
3215 * tree-ssa-dom.c (cprop_operand): Remove restriction on
3217 (record_equivalences_from_phis): Instead add it here.
3219 2014-06-26 Bernd Schmidt <bernds@codesourcery.com>
3221 * Makefile.in (COLLECT2_OBJS): Add collect-utils.o.
3222 (LTO_WRAPPER_OBJS): New variable.
3223 (lto-wrapper$(exeext)): Use it.
3224 * collect2.c: Include "collect-utils.h".
3225 (verbose, debug): Remove variables.
3226 (at_file_supplied): No longer static.
3227 (tool_name): New variable.
3228 (do_wait, fork_execute, maybe_unlink): Don't declare.
3229 (tool_cleanup): No longer static.
3230 (notice): Remove function.
3231 (maybe_run_lto_and_relink, main, do_dsymutil): Add new arg to
3233 (collect_wait, do_wait, collect_execute): Remove functions.
3234 (maybe_unlink): No longer static.
3235 * collect2.h (verbose, debug): Don't declare.
3236 (at_file_supplied): Declare.
3237 * collect-utils.c (utils_cleanup): New arg from_signal. All callers
3239 (collect_execute): Replace with implementation from collect2, plus a
3240 new arg use_atfile. All callers changed.
3241 (collect_wait): Replace with implementation from collect2.
3242 (maybe_unlink_file): Remove function.
3243 (fork_execute): Replace with implementation from collect2, plus a
3244 new arg use_atfile. All callers changed.
3245 (do_wait): Add call to utils_cleanup to the error path.
3246 * collect-utils.h (collect_execute, fork_execute, utils_cleanup)
3247 (tool_cleanup): Adjust declarations.
3248 * lto-wrapper.c (tool_cleanup): Add unused bool argument.
3249 * tlink.c: Include "collect-utils.h".
3250 (tlink_execute): New arg use_atfile. All callers changed.
3251 (tlink_init, tlink_execute): Remove declarations.
3253 * collect-utils.c (save_temps): New variable.
3254 (do_wait): Use it instead of debug. Use fatal_error.
3255 * collect-utils.h (save_temps): Declare.
3256 * collect2.c (verbose): Rename from vflag. All uses changed.
3257 (tool_cleanup): New function, copied from collect_atexit.
3258 (collect_atexit, handler): Just call it.
3259 * collect2.h (verbose): Declaration renamed from vflag.
3260 * lto-wrapper.c (maybe_unlink, run_gcc): Use save_temps instead of
3263 * Makefile.in (ALL_HOST_BACKEND_OBJS): Add collect-utils.o.
3264 (lto-wrapper$(exeext)): Link with collect-utils.o.
3265 * collect-utils.c: New file.
3266 * collect-utils.h: New file.
3267 * lto-wrapper.c: Include "collect-utils.h".
3268 (args_name): Delete variable.
3269 (tool_name): New variable.
3270 (tool_cleanup): New function.
3271 (maybe_unlink): Renamed from maybe_unlink_file. All callers changed.
3272 (lto_wrapper_cleanup, fatal_signal, collect_execute, collect_wait)
3273 (fork_execute): Remove functions.
3275 2014-06-26 Nick Clifton <nickc@redhat.com>
3277 * config/frv/frv.c (frv_in_small_data_p): Remove redundant assert.
3279 * doc/extend.texi (Function Attributes): Fix typo in description
3280 of RX vector attribute.
3282 2014-06-26 James Greenhalgh <james.greenhalgh@arm.com>
3284 * config.gcc (supported_defaults): Error when passing either
3285 --with-tune or --with-arch in conjunction with --with-cpu for ARM.
3287 2014-06-26 Richard Biener <rguenther@suse.de>
3289 * tree-ssa-dom.c (cprop_operand): Remove restriction on
3290 propagating volatile pointers.
3292 2014-06-26 Richard Biener <rguenther@suse.de>
3294 PR tree-optimization/61607
3295 * tree-ssa-threadupdate.c (ssa_redirect_edges): Cancel the
3296 loop if we redirected its latch edge.
3297 (thread_block_1): Do not cancel loops prematurely.
3299 2014-06-25 Jan Hubicka <hubicka@ucw.cz>
3301 * toplev.c (backend_init_target): Move init_emit_regs and
3303 (backend_init) ... here; skip ira_init_once and backend_init_target.
3304 (target_reinit) ... and here; clear
3305 this_target_rtl->lang_dependent_initialized.
3306 (lang_dependent_init_target): Clear
3307 this_target_rtl->lang_dependent_initialized;
3308 break out rtl initialization to ...
3309 (initialize_rtl): ... here; call also backend_init_target
3311 * toplev.h (initialize_rtl): New function.
3312 * function.c: Include toplev.h
3313 (init_function_start): Call initialize_rtl.
3314 * rtl.h (target_rtl): Add target_specific_initialized,
3315 lang_dependent_initialized.
3317 2014-06-25 Paul Gortmaker <paul.gortmaker@windriver.com>
3318 Jakub Jelinek <jakub@redhat.com>
3320 * gcc.c (set_multilib_dir): Malloc "." pointer as well.
3322 2014-06-25 Tom de Vries <tom@codesourcery.com>
3324 * config/arm/arm.c (arm_emit_call_insn): Remove clobber of CC_REGNUM.
3326 2014-06-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
3328 * tree-ssa-forwprop.c (associate_plusminus): For widening conversions
3329 check for undefined overflow in (T)(P + A) - (T)P -> (T)A.
3330 Issue a strict overflow warning if appropriate.
3332 2014-06-25 Martin Liska <mliska@suse.cz>
3335 * Makefile.in: Removed header file (ipa-ref-inline.h).
3336 * cgraph.c (cgraph_turn_edge_to_speculative): New IPA REF function
3338 (cgraph_speculative_call_info): Likewise.
3339 (cgraph_for_node_thunks_and_aliases): Likewise.
3340 (cgraph_for_node_and_aliases): Likewise.
3341 (verify_cgraph_node): Likewise.
3342 * cgraph.h: Batch of IPA REF functions become member functions of
3343 symtab_node: add_reference, maybe_add_reference, clone_references,
3344 clone_referring, clone_reference, find_reference,
3345 remove_stmt_references, remove_all_references,
3346 remove_all_referring, dump_references, dump_referring,
3347 has_alias_p, iterate_reference, iterate_referring.
3348 * cgraphbuild.c (record_reference): New IPA REF function used.
3349 (record_type_list): Likewise.
3350 (record_eh_tables): Likewise.
3351 (mark_address): Likewise.
3352 (mark_load): Likewise.
3353 (mark_store): Likewise.
3354 (pass_build_cgraph_edges): Likewise.
3355 (rebuild_cgraph_edge): Likewise.
3356 (cgraph_rebuild_references): Likewise.
3357 (pass_remove_cgraph_callee_edges): Likewise.
3358 * cgraphclones.c (cgraph_clone_node): Likewise.
3359 (cgraph_create_virtual_clone): Likewise.
3360 (cgraph_materialize_clone): Likewise.
3361 (cgraph_materialize_all_clones): Likewise.
3362 * cgraphunit.c (cgraph_reset_node): Likewise.
3363 (cgraph_reset_node): Likewise.
3364 (analyze_function): Likewise.
3365 (assemble_thunks_and_aliases): Likewise.
3366 (expand_function): Likewise.
3367 * ipa-comdats.c (propagate_comdat_group): Likewise.
3368 (enqueue_references): Likewise.
3369 * ipa-cp.c (ipcp_discover_new_direct_edges): Likewise.
3370 (create_specialized_node): Likewise.
3371 * ipa-devirt.c (referenced_from_vtable_p): Likewise.
3372 * ipa-inline-transform.c (can_remove_node_now_p_1): Likewise.
3373 * ipa-inline.c (reset_edge_caches): Likewise.
3374 (update_caller_keys): Likewise.
3375 (execute): Likewise.
3376 * ipa-prop.c (remove_described_reference): Likewise.
3377 (propagate_controlled_uses): Likewise.
3378 (ipa_edge_duplication_hook): Likewise.
3379 (ipa_modify_call_arguments): Likewise.
3380 * ipa-pure-const.c (propagate_pure_const): Likewise.
3381 * ipa-ref-inline.h: Header file removed, functions moved
3382 to symtab_node class.
3383 * ipa-ref.c (remove_reference): New class member function.
3384 (cannot_lead_to_return): New class member function.
3385 (referring_ref_list): Likewise.
3386 (referred_ref_list): Likewise.
3387 Rest of functions moved to symtab_node class.
3388 * ipa-ref.h: New member functions remove_reference,
3389 cannot_lead_to_return, referring_ref_list, referred_ref_list added
3391 ipa_ref_list class has new member functions: first_reference,
3392 first_referring, clear, nreferences.
3393 * ipa-reference.c (analyze_function): New IPA REF function used.
3394 (write_node_summary_p): Likewise.
3395 (ipa_reference_write_optimization_summary): Likewise.
3396 * ipa-split.c (split_function): Likewise.
3397 * ipa-utils.c (ipa_reverse_postorder): Likewise.
3398 * ipa-visibility.c (cgraph_non_local_node_p_1): Likewise.
3399 (function_and_variable_visibility): Likewise.
3400 * ipa.c (has_addr_references_p): Likewise.
3401 (process_references): Argument type changed.
3402 (symtab_remove_unreachable_nodes): New IPA REF function used.
3403 (process_references): Likewise.
3404 (set_writeonly_bit): Likewise.
3405 * lto-cgraph.c: Implementation of new symtab_node member functions
3406 that uses new IPA REF functions.
3407 * lto-streamer-in.c (fixup_call_stmt_edges_1): New IPA REF
3409 * lto-streamer-out.c (output_symbol_p): Likewise.
3410 * lto-streamer.h (referenced_from_this_partition_p): Argument type
3412 * symtab.c: Implementation of new IPA REF API.
3413 * trans-mem.c (ipa_tm_create_version_alias): New IPA REF function used.
3414 (ipa_tm_create_version): Likewise.
3415 (ipa_tm_execute): Likewise.
3416 * tree-emutls.c (gen_emutls_addr): Likewise.
3417 * tree-inline.c (copy_bb): Likewise.
3418 (delete_unreachable_blocks_update_callgraph): Likewise.
3419 * varpool.c (varpool_remove_unreferenced_decls): Likewise.
3420 (varpool_for_node_and_aliases): Likewise.
3422 2014-06-25 Trevor Saunders <tsaunders@mozilla.com>
3424 * config/i386/winnt.c (i386_find_on_wrapper_list): Fix typo.
3426 2014-06-25 Trevor Saunders <tsaunders@mozilla.com>
3429 * fold-const.c (fold_checksum_tree): Use a hash_table of const
3430 tree_node * instead of tree_node *.
3432 (print_fold_checksum): Likewise.
3433 (fold_check_failed): Likewise.
3434 (debug_fold_checksum): Likewise.
3435 (fold_build1_stat_loc): Likewise.
3436 (fold_build2_stat_loc): Likewise.
3437 (fold_build3_stat_loc): Likewise.
3438 (fold_build_call_array_loc): Likewise.
3440 2014-06-25 David Edelsohn <dje.gcc@gmail.com>
3442 * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Replace
3443 implementation with call to...
3444 * config/rs6000/rs6000.c (rs6000_xcoff_declare_function_name): New
3446 * config/rs6000/rs6000-protos.h (rs6000_xcoff_declare_function_name):
3449 2014-06-25 Marc Glisse <marc.glisse@inria.fr>
3451 PR tree-optimization/57742
3452 * tree-ssa-strlen.c (handle_builtin_memset): Update strinfo
3453 after replacing the statement.
3455 2014-06-25 Nick Clifton <nickc@redhat.com>
3457 * config/v850/v850.c (GHS_default_section_names): Change to const
3459 (GHS_current_section_names): Likewise.
3460 (v850_insert_attributes): Do not build strings, just assign the
3461 names directly. Change the type of 'chosen_section' to const
3463 * config/v850/v850-c.c (ghs_pragma_section): Assign the alias
3464 directly to the array entry.
3465 * config/v850/v850.h (GHS_default_section_names): Change to const
3467 (GHS_current_section_names): Likewise.
3469 2014-06-25 Jakub Jelinek <jakub@redhat.com>
3471 * langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.
3472 (LANG_HOOKS_DECLS): Add it.
3473 * gimplify.c (gimplify_omp_for): Make sure OMP_CLAUSE_LINEAR_STEP
3475 * tree.h (OMP_CLAUSE_LINEAR_ARRAY): Define.
3476 * langhooks.h (struct lang_hooks_for_decls): Add
3477 omp_clause_linear_ctor hook.
3478 * omp-low.c (lower_rec_input_clauses): Set max_vf even if
3479 OMP_CLAUSE_LINEAR_ARRAY is set. Don't fold_convert
3480 OMP_CLAUSE_LINEAR_STEP. For OMP_CLAUSE_LINEAR_ARRAY in
3481 combined simd loop use omp_clause_linear_ctor hook.
3483 2014-06-24 Cong Hou <congh@google.com>
3485 * tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD
3486 pattern recognition.
3487 (type_conversion_p): PROMOTION is true if it's a type promotion
3488 conversion, and false otherwise. Return true if the given expression
3489 is a type conversion one.
3490 * tree-vectorizer.h: Adjust the number of patterns.
3491 * tree.def: Add SAD_EXPR.
3492 * optabs.def: Add sad_optab.
3493 * cfgexpand.c (expand_debug_expr): Add SAD_EXPR case.
3494 * expr.c (expand_expr_real_2): Likewise.
3495 * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
3496 * gimple.c (get_gimple_rhs_num_ops): Likewise.
3497 * optabs.c (optab_for_tree_code): Likewise.
3498 * tree-cfg.c (estimate_operator_cost): Likewise.
3499 * tree-ssa-operands.c (get_expr_operands): Likewise.
3500 * tree-vect-loop.c (get_initial_def_for_reduction): Likewise.
3501 * config/i386/sse.md: Add SSE2 and AVX2 expand for SAD.
3502 * doc/generic.texi: Add document for SAD_EXPR.
3503 * doc/md.texi: Add document for ssad and usad.
3505 2014-06-24 Trevor Saunders <tsaunders@mozilla.com>
3507 * config/i386/winnt.c (i386_pe_section_type_flags): Fix const
3508 qualification in cast.
3510 2014-06-24 Jan Hubicka <hubicka@ucw.cz>
3512 * tree.c (find_decls_types_r): Do not check DECL_VINDEX for TYPE_DECL.
3513 * tree.h (DECL_VINDEX, DECL_SAVED_TREE): Restrict to DECL_FUNCTION.
3514 * tree-core.h (tree_decl_non_common): Move saved_tree and vindex...
3515 (tree_function_decl): ... here.
3516 * tree-streamer-out.c (write_ts_decl_non_common_tree_pointers): Move
3517 streaming of vindex to ...
3518 (write_ts_function_decl_tree_pointers): ... here.
3519 * tree-streamer-in.c (lto_input_ts_decl_non_common_tree_pointers):
3520 Do not stream DECL_VINDEX.
3521 (lto_input_ts_function_decl_tree_pointers): Stream it here.
3523 2014-06-24 Catherine Moore <clm@codesourcery.com>
3524 Sandra Loosemore <sandra@codesourcery.com>
3526 * config/mips/mips.c (mips_order_regs_for_local_alloc): Delete.
3527 * config/mips/mips.h (ADJUST_REG_ALLOC_ORDER): Delete.
3528 * config/mips/mips-protos.h (mips_order_regs_for_local_alloc): Delete.
3530 2014-06-24 Marc Glisse <marc.glisse@inria.fr>
3532 * doc/invoke.texi (Warning Options): Remove duplicated
3533 -Wmaybe-uninitialized.
3535 2014-06-24 Marc Glisse <marc.glisse@inria.fr>
3537 PR tree-optimization/57742
3538 * tree-ssa-strlen.c (get_string_length): Ignore malloc.
3539 (handle_builtin_malloc, handle_builtin_memset): New functions.
3540 (strlen_optimize_stmt): Call them.
3541 * passes.def: Move strlen after loop+dom but before vrp.
3543 2014-06-24 Jakub Jelinek <jakub@redhat.com>
3546 * config/i386/driver-i386.c (host_detect_local_cpu): For unknown
3547 model family 6 CPU with has_longmode never use a CPU without
3550 2014-06-24 H.J. Lu <hongjiu.lu@intel.com>
3553 * config/i386/driver-i386.c (host_detect_local_cpu): Revert
3556 2014-06-24 Trevor Saunders <tsaunders@mozilla.com>
3558 * alloc-pool.c (alloc_pool_hash): Use hash_map instead of hash_table.
3559 * dominance.c (iterate_fix_dominators): Use hash_map instead of
3561 * hash-map.h: New file.
3562 * ipa-comdats.c: Use hash_map instead of pointer_map.
3564 * lto-section-out.c: Adjust.
3565 * lto-streamer.h: Replace pointer_map with hash_map.
3566 * symtab.c (verify_symtab): Likewise.
3567 * tree-ssa-strlen.c (decl_to_stridxlist_htab): Likewise.
3568 * tree-ssa-uncprop.c (val_ssa_equiv): Likewise.
3569 * tree-streamer.h: Likewise.
3570 * tree-streamer.c: Adjust.
3571 * pointer-set.h: Remove pointer_map.
3573 2014-06-24 Trevor Saunders <tsaunders@mozilla.com>
3575 * hash-table.h: Add a template arg to choose between storing values
3576 and storing pointers to values, and then provide partial
3577 specializations for both.
3578 * tree-browser.c (tree_upper_hasher): Provide the type the hash table
3579 should store, not the type values should point to.
3580 * tree-into-ssa.c (var_info_hasher): Likewise.
3581 * tree-ssa-dom.c (expr_elt_hasher): Likewise.
3582 * tree-complex.c: Adjust.
3583 * tree-hasher.h (int_tree_hasher): store int_tree_map in the hash
3584 table instead of int_tree_map *.
3585 * tree-parloops.c: Adjust.
3586 * tree-ssa-reassoc.c (ocount_hasher): Don't lie to hash_map about what
3587 type is being stored.
3588 * tree-vectorizer.c: Adjust.
3590 2014-06-24 Trevor Saunders <tsaunders@mozilla.com>
3592 * hash-table.h: Remove a layer of indirection from hash_table so that
3593 it contains the hash table's data instead of a pointer to the data.
3594 * alloc-pool.c, asan.c, attribs.c, bitmap.c, cfg.c,
3595 config/arm/arm.c, config/i386/winnt.c, config/ia64/ia64.c,
3596 config/mips/mips.c, config/sol2.c, coverage.c, cselib.c,
3597 data-streamer-out.c, dse.c, dwarf2cfi.c, dwarf2out.c, except.c,
3598 fold-const.c, gcse.c, ggc-common.c,
3599 gimple-ssa-strength-reduction.c, gimplify.c,
3600 graphite-clast-to-gimple.c, graphite-dependences.c,
3601 graphite-htab.h, graphite.c, haifa-sched.c, ipa-devirt.c,
3602 ipa-profile.c, ira-color.c, ira-costs.c, loop-invariant.c,
3603 loop-iv.c, loop-unroll.c, lto-streamer-in.c, lto-streamer-out.c,
3604 lto-streamer.c, lto-streamer.h, passes.c, plugin.c,
3605 postreload-gcse.c, sese.c, statistics.c, store-motion.c,
3606 trans-mem.c, tree-browser.c, tree-cfg.c, tree-complex.c,
3607 tree-eh.c, tree-into-ssa.c, tree-parloops.c, tree-sra.c,
3608 tree-ssa-ccp.c, tree-ssa-coalesce.c, tree-ssa-dom.c,
3609 tree-ssa-live.c, tree-ssa-loop-im.c,
3610 tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c, tree-ssa-pre.c,
3611 tree-ssa-reassoc.c, tree-ssa-sccvn.c, tree-ssa-strlen.c,
3612 tree-ssa-structalias.c, tree-ssa-tail-merge.c,
3613 tree-ssa-threadupdate.c, tree-ssa-uncprop.c,
3614 tree-vect-data-refs.c, tree-vect-loop.c, tree-vectorizer.c,
3615 tree-vectorizer.h, valtrack.c, valtrack.h, var-tracking.c,
3616 vtable-verify.c, vtable-verify.h: Adjust.
3618 2014-06-24 Richard Biener <rguenther@suse.de>
3620 PR tree-optimization/61572
3621 * tree-ssa-sink.c (statement_sink_location): Do not sink
3622 loads from hard registers.
3624 2014-06-24 Jakub Jelinek <jakub@redhat.com>
3626 * gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator
3627 not mentioned in clauses use private clause if the iterator is
3628 declared in #pragma omp for simd, and when adding lastprivate
3629 instead, add it to the outer #pragma omp for too. Diagnose
3630 if the variable is private in outer context. For simd collapse > 1
3631 loops, replace all iterators with temporaries.
3632 * omp-low.c (lower_rec_input_clauses): Handle LINEAR clause the
3633 same even in collapse > 1 loops.
3635 * gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP,
3636 OMP_CLAUSE_TO, OMP_CLAUSE_FROM): Make sure OMP_CLAUSE_SIZE is
3638 <case OMP_CLAUSE_ALIGNED>: Gimplify OMP_CLAUSE_ALIGNED_ALIGNMENT.
3639 (gimplify_adjust_omp_clauses_1): Make sure OMP_CLAUSE_SIZE is
3641 (gimplify_adjust_omp_clauses): Likewise.
3642 * omp-low.c (lower_rec_simd_input_clauses,
3643 lower_rec_input_clauses, expand_omp_simd): Handle non-constant
3644 safelen the same as safelen(1).
3645 * tree-nested.c (convert_nonlocal_omp_clauses,
3646 convert_local_omp_clauses): Handle OMP_CLAUSE_ALIGNED. For
3647 OMP_CLAUSE_{MAP,TO,FROM} if not decl use walk_tree.
3648 (convert_nonlocal_reference_stmt, convert_local_reference_stmt):
3649 Fixup handling of GIMPLE_OMP_TARGET.
3650 (convert_tramp_reference_stmt, convert_gimple_call): Handle
3653 2014-06-24 Chung-Lin Tang <cltang@codesourcery.com>
3655 PR tree-optimization/61554
3656 * tree-ssa-propagate.c: Include "bitmap.h".
3657 (substitute_and_fold_dom_walker): Add 'bitmap need_eh_cleanup' member,
3658 properly update constructor/destructor.
3659 (substitute_and_fold_dom_walker::before_dom_children):
3660 Remove call to gimple_purge_dead_eh_edges, add bb->index to
3661 need_eh_cleaup instead.
3662 (substitute_and_fold): Call gimple_purge_all_dead_eh_edges on
3665 2014-06-23 Jan Hubicka <hubicka@ucw.cz>
3667 * varpool.c (dump_varpool_node): Dump used_by_single_function.
3668 * tree-pass.h (make_pass_ipa_single_use): New pass.
3669 * cgraph.h (used_by_single_function): New flag.
3670 * lto-cgraph.c (lto_output_varpool_node, input_varpool_node):
3672 * passes.def (pass_ipa_single_use): Scedule.
3673 * ipa.c (BOTTOM): New macro.
3674 (meet): New function
3675 (propagate_single_user): New function.
3676 (ipa_single_use): New function.
3677 (pass_data_ipa_single_use): New pass.
3678 (pass_ipa_single_use): New pass.
3679 (pass_ipa_single_use::gate): New gate.
3680 (make_pass_ipa_single_use): New function.
3682 2014-06-23 Kai Tietz <ktietz@redhat.com>
3685 * passes.def (peephole2): Move peephole2 pass before sched2 pass.
3686 * config/i386/i386.md (peehole2): Combine memories and indirect jumps.
3688 2014-06-23 Richard Biener <rguenther@suse.de>
3690 * tree-ssa-loop.c (gate_loop): New function.
3691 (pass_tree_loop::gate): Call it.
3692 (pass_data_tree_no_loop, pass_tree_no_loop,
3693 make_pass_tree_no_loop): New.
3694 * tree-vectorizer.c: Include tree-scalar-evolution.c
3695 (pass_slp_vectorize::execute): Initialize loops and SCEV if
3697 (pass_slp_vectorize::clone): New method.
3698 * timevar.def (TV_TREE_NOLOOP): New.
3699 * tree-pass.h (make_pass_tree_no_loop): Declare.
3700 * passes.def (pass_tree_no_loop): New pass group with
3703 2014-06-23 H.J. Lu <hongjiu.lu@intel.com>
3706 * config/i386/driver-i386.c (host_detect_local_cpu): Set arch
3707 to x86-64 if a 32-bit processor supports SSE2 and 64-bit.
3709 2014-06-23 James Greenhalgh <james.greenhalgh@arm.com>
3711 * config/aarch64/aarch64.md (addsi3_aarch64): Set "simd" attr to
3714 2014-06-23 Alan Modra <amodra@gmail.com>
3717 * tree-vrp.c (remove_range_assertions): Do not set is_unreachable
3718 to zero on debug statements.
3720 2014-06-23 Alan Lawrence <alan.lawrence@arm.com>
3723 * config/aarch64/aarch64-builtins.c (aarch64_types_unop_qualifiers):
3724 Ignore third operand if present by marking qualifier_internal.
3726 * config/aarch64/aarch64-simd-builtins.def (abs): Comment.
3728 * config/aarch64/arm_neon.h (int64x1_t, uint64x1_t): Typedef to GCC
3730 (aarch64_vget_lane_s64, aarch64_vdup_lane_s64,
3731 arch64_vdupq_lane_s64, aarch64_vdupq_lane_u64): Remove macro.
3732 (vqadd_s64, vqadd_u64, vqsub_s64, vqsub_u64, vqneg_s64, vqabs_s64,
3733 vcreate_s64, vcreate_u64, vreinterpret_s64_f64, vreinterpret_u64_f64,
3734 vcombine_u64, vbsl_s64, vbsl_u64, vceq_s64, vceq_u64, vceqz_s64,
3735 vceqz_u64, vcge_s64, vcge_u64, vcgez_s64, vcgt_s64, vcgt_u64,
3736 vcgtz_s64, vcle_s64, vcle_u64, vclez_s64, vclt_s64, vclt_u64,
3737 vcltz_s64, vdup_n_s64, vdup_n_u64, vld1_s64, vld1_u64, vmov_n_s64,
3738 vmov_n_u64, vqdmlals_lane_s32, vqdmlsls_lane_s32,
3739 vqdmulls_lane_s32, vqrshl_s64, vqrshl_u64, vqrshl_u64, vqshl_s64,
3740 vqshl_u64, vqshl_n_s64, vqshl_n_u64, vqshl_n_s64, vqshl_n_u64,
3741 vqshlu_n_s64, vrshl_s64, vrshl_u64, vrshr_n_s64, vrshr_n_u64,
3742 vrsra_n_s64, vrsra_n_u64, vshl_n_s64, vshl_n_u64, vshl_s64,
3743 vshl_u64, vshr_n_s64, vshr_n_u64, vsli_n_s64, vsli_n_u64,
3744 vsqadd_u64, vsra_n_s64, vsra_n_u64, vsri_n_s64, vsri_n_u64,
3745 vst1_s64, vst1_u64, vtst_s64, vtst_u64, vuqadd_s64): Wrap existing
3746 logic in GCC vector extensions
3748 (vpaddd_s64, vaddd_s64, vaddd_u64, vceqd_s64, vceqd_u64, vceqzd_s64
3749 vceqzd_u64, vcged_s64, vcged_u64, vcgezd_s64, vcgtd_s64, vcgtd_u64,
3750 vcgtzd_s64, vcled_s64, vcled_u64, vclezd_s64, vcltd_s64, vcltd_u64,
3751 vcltzd_s64, vqdmlals_s32, vqdmlsls_s32, vqmovnd_s64, vqmovnd_u64
3752 vqmovund_s64, vqrshld_s64, vqrshld_u64, vqrshrnd_n_s64,
3753 vqrshrnd_n_u64, vqrshrund_n_s64, vqshld_s64, vqshld_u64,
3754 vqshld_n_u64, vqshrnd_n_s64, vqshrnd_n_u64, vqshrund_n_s64,
3755 vrshld_u64, vrshrd_n_u64, vrsrad_n_u64, vshld_n_u64, vshld_s64,
3756 vshld_u64, vslid_n_u64, vsqaddd_u64, vsrad_n_u64, vsrid_n_u64,
3757 vsubd_s64, vsubd_u64, vtstd_s64, vtstd_u64): Fix type signature.
3759 (vabs_s64): Use GCC vector extensions; call __builtin_aarch64_absdi.
3761 (vget_high_s64, vget_high_u64): Reimplement with GCC vector
3764 (__GET_LOW, vget_low_u64): Wrap result using vcreate_u64.
3765 (vget_low_s64): Use __GET_LOW macro.
3766 (vget_lane_s64, vget_lane_u64, vdupq_lane_s64, vdupq_lane_u64): Use
3767 gcc vector extensions, add call to __builtin_aarch64_lane_boundsi.
3768 (vdup_lane_s64, vdup_lane_u64,): Add __builtin_aarch64_lane_bound_si.
3769 (vdupd_lane_s64, vdupd_lane_u64): Fix type signature, add
3770 __builtin_aarch64_lane_boundsi, use GCC vector extensions.
3772 (vcombine_s64): Use GCC vector extensions; remove cast.
3773 (vqaddd_s64, vqaddd_u64, vqdmulls_s32, vqshld_n_s64, vqshlud_n_s64,
3774 vqsubd_s64, vqsubd_u64, vrshld_s64, vrshrd_n_s64, vrsrad_n_s64,
3775 vshld_n_s64, vshrd_n_s64, vslid_n_s64, vsrad_n_s64, vsrid_n_s64):
3776 Fix type signature; remove cast.
3778 2014-06-23 Alan Lawrence <alan.lawrence@arm.com>
3781 * config/aarch64/aarch64.c (aarch64_simd_mangle_map): Add entry for
3783 * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_type_mode):
3786 (BUILTIN_VD_RE): Remove.
3787 (aarch64_init_simd_builtins): Add V1DF to modes/modenames.
3788 (aarch64_fold_builtin): Update reinterpret patterns, df becomes v1df.
3789 * config/aarch64/aarch64-simd-builtins.def (create): Make a v1df
3791 (vreinterpretv1df*, vreinterpret*v1df): New.
3792 (vreinterpretdf*, vreinterpret*df): Remove.
3793 * config/aarch64/aarch64-simd.md (aarch64_create,
3794 aarch64_reinterpret*): Generate V1DFmode pattern not DFmode.
3795 * config/aarch64/iterators.md (VD_RE): Include V1DF, remove DF.
3797 * config/aarch64/arm_neon.h (float64x1_t): typedef with gcc extensions.
3798 (vcreate_f64): Remove cast, use v1df builtin.
3799 (vcombine_f64): Remove cast, get elements with gcc vector extensions.
3800 (vget_low_f64, vabs_f64, vceq_f64, vceqz_f64, vcge_f64, vgfez_f64,
3801 vcgt_f64, vcgtz_f64, vcle_f64, vclez_f64, vclt_f64, vcltz_f64,
3802 vdup_n_f64, vdupq_lane_f64, vld1_f64, vld2_f64, vld3_f64, vld4_f64,
3803 vmov_n_f64, vst1_f64): Use gcc vector extensions.
3804 (vget_lane_f64, vdupd_lane_f64, vmulq_lane_f64, ): Use gcc extensions,
3805 add range check using __builtin_aarch64_im_lane_boundsi.
3806 (vfma_lane_f64, vfmad_lane_f64, vfma_laneq_f64, vfmaq_lane_f64,
3807 vfms_lane_f64, vfmsd_lane_f64, vfms_laneq_f64, vfmsq_lane_f64): Fix
3808 type signature, use gcc vector extensions.
3809 (vreinterpret_p8_f64, vreinterpret_p16_f64, vreinterpret_f32_f64,
3810 vreinterpret_f64_f32, vreinterpret_f64_p8, vreinterpret_f64_p16,
3811 vreinterpret_f64_s8, vreinterpret_f64_s16, vreinterpret_f64_s32,
3812 vreinterpret_f64_s64, vreinterpret_f64_u8, vreinterpret_f64_u16,
3813 vreinterpret_f64_u32, vreinterpret_f64_u64, vreinterpret_s8_f64,
3814 vreinterpret_s16_f64, vreinterpret_s32_f64, vreinterpret_s64_f64,
3815 vreinterpret_u8_f64, vreinterpret_u16_f64, vreinterpret_u32_f64,
3816 vreinterpret_u64_f64): Use v1df builtin not df.
3818 2014-06-23 James Greenhalgh <james.greenhalgh@arm.com>
3820 * config/aarch64/aarch64.md (*addsi3_aarch64): Add alternative in
3823 2014-06-23 Jan Hubicka <hubicka@ucw.cz>
3825 * lto-cgraph.c (lto_output_node, input_node): Set/get init/fini
3828 2014-06-23 Zhenqiang Chen <zhenqiang.chen@linaro.org>
3830 * loop-invariant.c (pre_check_invariant_p): New function.
3831 (find_invariant_insn): Call pre_check_invariant_p.
3833 2014-06-22 Richard Henderson <rth@redhat.com>
3836 * compare-elim.c (struct comparison): Add eh_note.
3837 (find_comparison_dom_walker::before_dom_children): Don't eliminate
3838 a redundant comparison in a different EH region. Purge EH edges if
3841 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
3843 * config/rs6000/rs6000.md (maybe_var_shift): New define_attr.
3844 (var_shift): Use it.
3845 (rotl<mode>3, *rotlsi3_64, *rotl<mode>3_dot, *rotl<mode>3_dot2,
3846 *rotlsi3_internal4, *rotlsi3_internal5, *rotlsi3_internal6,
3847 *rotlsi3_internal8le, *rotlsi3_internal8be, *rotlsi3_internal9le,
3848 *rotlsi3_internal9be, *rotlsi3_internal10le, *rotlsi3_internal10be,
3849 *rotlsi3_internal11le, *rotlsi3_internal11be, *rotlsi3_internal12le,
3850 *rotlsi3_internal12be, ashl<mode>3, *ashlsi3_64, *ashl<mode>3_dot,
3851 *ashl<mode>3_dot2, lshr<mode>3, *lshrsi3_64, *lshr<mode>3_dot,
3852 *lshr<mode>3_dot2, *ashr<mode>3, *ashrsi3_64, *ashr<mode>3_dot,
3853 *ashr<mode>3_dot2, *rotldi3_internal4, *rotldi3_internal5,
3854 *rotldi3_internal6, *rotldi3_internal7le, *rotldi3_internal7be,
3855 *rotldi3_internal8le, *rotldi3_internal8be, *rotldi3_internal9le,
3856 *rotldi3_internal9be, *rotldi3_internal10le, *rotldi3_internal10be,
3857 *rotldi3_internal11le, *rotldi3_internal11be, *rotldi3_internal12le,
3858 *rotldi3_internal12be, *rotldi3_internal13le, *rotldi3_internal13be,
3859 *rotldi3_internal14le, *rotldi3_internal14be, *rotldi3_internal15le,
3860 *rotldi3_internal15be): Use the new attribute. Merge register and
3861 integer alternatives.
3863 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
3865 * config/rs6000/rs6000.md (ashrsi3, two anonymous define_insns and
3866 define_splits, ashrdi3, *ashrdi3_internal1, *ashrdi3_internal2 and
3867 split, *ashrdi3_internal3 and split): Delete, merge into...
3868 (ashr<mode>3): New expander.
3869 (*ashr<mode>3, ashr<mode>3_dot, ashr<mode>3_dot2): New.
3870 (*ashrsi3_64): Fix formatting. Replace "i" by "n".
3872 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
3874 * config/rs6000/rs6000.md (rotlsi3, *rotlsi3_internal2 and split,
3875 *rotlsi3_internal3 and split, rotldi3, *rotldi3_internal2 and split,
3876 *rotldi3_internal3 and split): Delete, merge into...
3877 (rotl<mode>3, rotl<mode>3_dot, rotl<mode>3_dot2): New.
3878 (*rotlsi3_64): Fix formatting. Fix condition. Replace "i" by "n".
3879 Use "rotlw" extended mnemonic.
3881 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
3883 * config/rs6000/rs6000.md (ashlsi3, two anonymous define_insns
3884 and define_splits, ashldi3, *ashldi3_internal1, *ashldi3_internal2
3885 and split, *ashldi3_internal3 and split): Delete, merge into...
3886 (ashl<mode>3, ashl<mode>3_dot, ashl<mode>3_dot2): New.
3887 (*ashlsi3_64): Fix formatting. Replace "i" by "n".
3889 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
3891 * config/rs6000/rs6000.md ("hH"): New define_mode_attr.
3892 (lshrsi3, two anonymous define_insns and define_splits,
3893 lshrdi3, *lshrdi3_internal1, *lshrdi3_internal2 and split,
3894 *lshrdi3_internal3 and split): Delete, merge into...
3895 (lshr<mode>3, lshr<mode>3_dot, lshr<mode>3_dot2): New.
3896 (*lshrsi3_64): Fix formatting. Replace "i" by "n".
3898 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
3900 * config/rs6000/rs6000.md (lshrsi3, and its two dot patterns):
3901 Remove "O" alternative.
3903 2014-06-22 Richard Sandiford <rdsandiford@googlemail.com>
3905 * config/mips/mips.c (mips_move_to_gpr_cost): Remove mode argument.
3906 (mips_move_from_gpr_cost): Likewise.
3907 (mips_register_move_cost): Update accordingly.
3908 (mips_secondary_reload_class): Remove name of in_p.
3910 2014-06-22 Marc Glisse <marc.glisse@inria.fr>
3913 * config/i386/i386.md (x86_64_shrd, x86_shrd,
3914 ix86_rotr<dwi>3_doubleword): Replace ashiftrt with lshiftrt.
3916 2014-06-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3918 * config/nios2/nios2.c: Include "builtins.h".
3920 2014-06-20 Jan Hubicka <hubicka@ucw.cz>
3922 * cgraph.h (tls_model_names): New variable.
3923 * print-tree.c (print_node): Simplify.
3924 * varpool.c (tls_model_names): New variable.
3925 (dump_varpool_node): Output tls model.
3927 2014-06-20 Jan Hubicka <hubicka@ucw.cz>
3929 * ipa-visibility.c (function_and_variable_visibility): Disable
3930 temporarily local aliases for some targets.
3932 2014-06-20 Marek Polacek <polacek@redhat.com>
3934 * asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.
3935 * flag-types.h (enum sanitize_code): Add SANITIZE_BOUNDS and or it
3936 into SANITIZE_UNDEFINED.
3937 * doc/invoke.texi: Describe -fsanitize=bounds.
3938 * gimplify.c (gimplify_call_expr): Add gimplification of internal
3939 functions created in the FEs.
3940 * internal-fn.c: Move "internal-fn.h" after "tree.h".
3941 (expand_UBSAN_BOUNDS): New function.
3942 * internal-fn.def (UBSAN_BOUNDS): New internal function.
3943 * internal-fn.h: Don't define internal functions here.
3944 * opts.c (common_handle_option): Add -fsanitize=bounds.
3945 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_OUT_OF_BOUNDS,
3946 BUILT_IN_UBSAN_HANDLE_OUT_OF_BOUNDS_ABORT): Add.
3947 * tree-core.h: Define internal functions here.
3948 (struct tree_base): Add ifn field.
3949 * tree-pretty-print.c: Include "internal-fn.h".
3950 (dump_generic_node): Handle functions without CALL_EXPR_FN.
3951 * tree.c (get_callee_fndecl): Likewise.
3952 (build_call_expr_internal_loc): New function.
3953 * tree.def (CALL_EXPR): Update description.
3954 * tree.h (CALL_EXPR_IFN): Define.
3955 (build_call_expr_internal_loc): Declare.
3956 * ubsan.c (get_ubsan_type_info_for_type): Return 0 for non-arithmetic
3958 (ubsan_type_descriptor): Change bool parameter to enum
3959 ubsan_print_style. Adjust the code. Add handling of
3961 (ubsan_expand_bounds_ifn): New function.
3962 (ubsan_expand_null_ifn): Adjust ubsan_type_descriptor call.
3963 (ubsan_build_overflow_builtin): Likewise.
3964 (instrument_bool_enum_load): Likewise.
3965 (ubsan_instrument_float_cast): Likewise.
3966 * ubsan.h (enum ubsan_print_style): New enum.
3967 (ubsan_expand_bounds_ifn): Declare.
3968 (ubsan_type_descriptor): Adjust declaration. Use a default parameter.
3970 2014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
3972 * config/rs6000/rs6000.md: Append `DONE' to preparation
3973 statements of `bswap' pattern splitters.
3975 2014-06-20 Tom de Vries <tom@codesourcery.com>
3977 * target.def (call_fusage_contains_non_callee_clobbers): Update
3979 * doc/tm.texi: Regenerate.
3981 2014-06-20 Yury Gribov <y.gribov@samsung.com>
3982 Max Ostapenko <m.ostapenko@partner.samsung.com>
3985 * asan.c (instrument_strlen_call): Fixed instrumentation of
3988 2014-06-20 Martin Jambor <mjambor@suse.cz>
3991 * ipa-prop.c (impossible_devirt_target): New function.
3992 (try_make_edge_direct_virtual_call): Use it, also instead of
3995 2014-06-20 Yury Gribov <y.gribov@samsung.com>
3996 Max Ostapenko <m.ostapenko@partner.samsung.com>
3999 * asan.c (build_check_stmt): Add condition.
4001 2014-06-20 Martin Jambor <mjambor@suse.cz>
4004 * cgraph.c (clone_of_p): Allow skipped_branch to deal with
4007 2014-06-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4009 * config/aarch64/iterators.md (VCOND): Handle SI and HI modes.
4011 (VCONQ): Make comment more helpful.
4013 * config/aarch64/aarch64-simd.md
4014 (aarch64_sqdmulh_lane<mode>):
4015 Use VCOND for operands 2. Update lane checking and flipping logic.
4016 (aarch64_sqrdmulh_lane<mode>): Likewise.
4017 (aarch64_sq<r>dmulh_lane<mode>_internal): Likewise.
4018 (aarch64_sqdmull2<mode>): Remove VCON, use VQ_HSI mode iterator.
4019 (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal, VD_HSI): Change mode
4020 attribute of operand 3 to VCOND.
4021 (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal, SD_HSI): Likewise.
4022 (aarch64_sqdml<SBINQOPS:as>l2_lane<mode>_internal): Likewise.
4023 (aarch64_sqdmull_lane<mode>_internal, VD_HSI): Likewise.
4024 (aarch64_sqdmull_lane<mode>_internal, SD_HSI): Likewise.
4025 (aarch64_sqdmull2_lane<mode>_internal): Likewise.
4026 (aarch64_sqdml<SBINQOPS:as>l_laneq<mode>_internal, VD_HSI: New
4028 (aarch64_sqdml<SBINQOPS:as>l_laneq<mode>_internal, SD_HSI): Likewise.
4029 (aarch64_sqdml<SBINQOPS:as>l2_laneq<mode>_internal): Likewise.
4030 (aarch64_sqdmull_laneq<mode>_internal, VD_HSI): Likewise.
4031 (aarch64_sqdmull_laneq<mode>_internal, SD_HSI): Likewise.
4032 (aarch64_sqdmull2_laneq<mode>_internal): Likewise.
4033 (aarch64_sqdmlal_lane<mode>): Change mode attribute of penultimate
4034 operand to VCOND. Update lane flipping and bounds checking logic.
4035 (aarch64_sqdmlal2_lane<mode>): Likewise.
4036 (aarch64_sqdmlsl_lane<mode>): Likewise.
4037 (aarch64_sqdmull_lane<mode>): Likewise.
4038 (aarch64_sqdmull2_lane<mode>): Likewise.
4039 (aarch64_sqdmlal_laneq<mode>):
4040 Replace VCON usage with VCONQ.
4041 Emit aarch64_sqdmlal_laneq<mode>_internal insn.
4042 (aarch64_sqdmlal2_laneq<mode>): Emit
4043 aarch64_sqdmlal2_laneq<mode>_internal insn.
4044 Replace VCON with VCONQ.
4045 (aarch64_sqdmlsl2_lane<mode>): Replace VCON with VCONQ.
4046 (aarch64_sqdmlsl2_laneq<mode>): Likewise.
4047 (aarch64_sqdmull_laneq<mode>): Emit
4048 aarch64_sqdmull_laneq<mode>_internal insn.
4049 Replace VCON with VCONQ.
4050 (aarch64_sqdmull2_laneq<mode>): Emit
4051 aarch64_sqdmull2_laneq<mode>_internal insn.
4052 (aarch64_sqdmlsl_laneq<mode>): Replace VCON usage with VCONQ.
4053 * config/aarch64/arm_neon.h (vqdmlal_high_lane_s16): Change type
4054 of 3rd argument to int16x4_t.
4055 (vqdmlalh_lane_s16): Likewise.
4056 (vqdmlslh_lane_s16): Likewise.
4057 (vqdmull_high_lane_s16): Likewise.
4058 (vqdmullh_lane_s16): Change type of 2nd argument to int16x4_t.
4059 (vqdmlal_lane_s16): Don't create temporary int16x8_t value.
4060 (vqdmlsl_lane_s16): Likewise.
4061 (vqdmull_lane_s16): Don't create temporary int16x8_t value.
4062 (vqdmlal_high_lane_s32): Change type 3rd argument to int32x2_t.
4063 (vqdmlals_lane_s32): Likewise.
4064 (vqdmlsls_lane_s32): Likewise.
4065 (vqdmull_high_lane_s32): Change type 2nd argument to int32x2_t.
4066 (vqdmulls_lane_s32): Likewise.
4067 (vqdmlal_lane_s32): Don't create temporary int32x4_t value.
4068 (vqdmlsl_lane_s32): Likewise.
4069 (vqdmull_lane_s32): Don't create temporary int32x4_t value.
4070 (vqdmulhh_lane_s16): Change type of second argument to int16x4_t.
4071 (vqrdmulhh_lane_s16): Likewise.
4072 (vqdmlsl_high_lane_s16): Likewise.
4073 (vqdmulhs_lane_s32): Change type of second argument to int32x2_t.
4074 (vqdmlsl_high_lane_s32): Likewise.
4075 (vqrdmulhs_lane_s32): Likewise.
4077 2014-06-20 Tom de Vries <tom@codesourcery.com>
4079 * final.c (collect_fn_hard_reg_usage): Add separate IOR_HARD_REG_SET for
4080 get_call_reg_set_usage.
4082 2014-06-20 Tom de Vries <tom@codesourcery.com>
4084 * final.c (collect_fn_hard_reg_usage): Don't save function_used_regs if
4085 it contains all call_used_regs.
4087 2014-06-20 Tom de Vries <tom@codesourcery.com>
4089 * final.c (collect_fn_hard_reg_usage): Add and use variable
4092 2014-06-20 Jan Hubicka <hubicka@ucw.cz>
4094 * cgraph.h (struct symtab_node): Add field in_init_priority_hash
4095 (set_init_priority, get_init_priority, set_fini_priority,
4096 get_fini_priority): New methods.
4097 * tree.c (init_priority_for_decl): Remove.
4098 (init_ttree): Do not initialize init priority.
4099 (decl_init_priority_lookup, decl_fini_priority_lookup): Rewrite.
4100 (decl_priority_info): Remove.
4101 (decl_init_priority_insert): Rewrite.
4102 (decl_fini_priority_insert): Rewrite.
4103 * tree.h (tree_priority_map_eq, tree_priority_map_hash,
4104 tree_priority_map_marked_p): Remove.
4105 * lto-cgraph.c (lto_output_node, input_node): Stream init priorities.
4106 * lto-streamer-out.c (hash_tree): Do not hash priorities.
4107 * tree-streamer-out.c (pack_ts_decl_with_vis_value_fields): Do
4108 not output priorities.
4109 (pack_ts_function_decl_value_fields): Likewise.
4110 * tree-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Do
4111 not input priorities.
4112 (unpack_ts_function_decl_value_fields): Likewise.
4113 * symtab.c (symbol_priority_map): Declare.
4114 (init_priority_hash): Declare.
4115 (symtab_unregister_node): Unregister from priority hash, too.
4116 (symtab_node::get_init_priority, cgraph_node::get_fini_priority):
4118 (symbol_priority_map_eq, symbol_priority_map_hash): New functions.
4119 (symbol_priority_info): New function.
4120 (symtab_node::set_init_priority, cgraph_node::set_fini_priority):
4122 * tree-core.h (tree_priority_map): Remove.
4124 2014-06-20 Jakub Jelinek <jakub@redhat.com>
4126 * tree-ssa-math-opts.c (do_shift_rotate, find_bswap_or_nop_1): Cast
4127 0xff to uint64_t before shifting it up.
4129 2014-06-20 Julian Brown <julian@codesourcery.com>
4130 Chung-Lin Tang <cltang@codesourcery.com>
4132 * config/arm/arm.c (arm_output_mi_thunk): Fix offset for
4133 TARGET_THUMB1_ONLY. Add comments.
4135 2014-06-19 Tom de Vries <tom@codesourcery.com>
4137 * config/aarch64/aarch64-protos.h (aarch64_emit_call_insn): Change
4138 return type to void.
4139 * config/aarch64/aarch64.c (aarch64_emit_call_insn): Same.
4141 2014-06-19 Zhenqiang Chen <zhenqiang.chen@linaro.org>
4143 * loop-invariant.c (get_inv_cost): Skip invariants, which are marked
4144 as "move", from depends_on.
4146 2014-06-19 Terry Guo <terry.guo@arm.com>
4148 * config/arm/thumb1.md (define_split): Split 64bit constant in earlier
4151 2014-06-18 Segher Boessenkool <segher@kernel.crashing.org>
4153 * config/rs6000/rs6000.h (FIXED_REGISTERS): Update comment.
4155 (REG_ALLOC_ORDER): Update comment. Move cr5 earlier.
4157 2014-06-18 Kaz Kojima <kkojima@gcc.gnu.org>
4160 * config/sh/sh.c (prepare_move_operands): Don't process TLS
4161 addresses here if reload in progress or completed.
4163 2014-06-18 Robert Suchanek <robert.suchanek@imgtec.com>
4165 * config/mips/constraints.md ("d"): BASE_REG_CLASS replaced by
4166 "TARGET_MIPS16 ? M16_REGS : GR_REGS".
4167 * config/mips/mips.c (mips_regno_to_class): Update for M16_SP_REGS.
4168 (mips_regno_mode_ok_for_base_p): Remove use of !strict_p for MIPS16.
4169 (mips_register_priority): New function that implements the target
4170 hook TARGET_REGISTER_PRIORITY.
4171 (mips_spill_class): Likewise for TARGET_SPILL_CLASS.
4172 (mips_lra_p): Likewise for TARGET_LRA_P.
4173 (TARGET_REGISTER_PRIORITY): Define macro.
4174 (TARGET_SPILL_CLASS): Likewise.
4175 (TARGET_LRA_P): Likewise.
4176 * config/mips/mips.h (reg_class): Add M16_SP_REGS and SPILL_REGS
4178 (REG_CLASS_NAMES): Likewise.
4179 (REG_CLASS_CONTENTS): Likewise.
4180 (BASE_REG_CLASS): Use M16_SP_REGS.
4181 * config/mips/mips.md (*mul_acc_si): Add alternative tuned for LRA.
4182 New set attribute to enable alternatives depending on the register
4184 (*mul_acc_si_r3900, *mul_sub_si): Likewise.
4185 (*lea64): Disable pattern for MIPS16.
4186 * config/mips/mips.opt (mlra): New option.
4188 2014-06-18 Robert Suchanek <robert.suchanek@imgtec.com>
4190 * lra-constraints.c (base_to_reg): New function.
4191 (process_address): Use new function.
4193 2014-06-18 Tom de Vries <tom@codesourcery.com>
4195 * config/aarch64/aarch64-protos.h (aarch64_emit_call_insn): Declare.
4196 * config/aarch64/aarch64.c
4197 (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): Redefine as true.
4198 (aarch64_emit_call_insn): New function.
4199 (aarch64_load_symref_appropriately): Use aarch64_emit_call_insn instead
4201 * config/aarch64/aarch64.md (define_expand "call_internal")
4202 (define_expand "call_value_internal", define_expand "sibcall_internal")
4203 (define_expand "sibcall_value_internal"): New.
4204 (define_expand "call", define_expand "call_value")
4205 (define_expand "sibcall", define_expand "sibcall_value"): Use internal
4206 expand variant and aarch64_emit_call_insn.
4208 2014-06-18 Radovan Obradovic <robradovic@mips.com>
4209 Tom de Vries <tom@codesourcery.com>
4211 * config/arm/arm-protos.h (arm_emit_call_insn): Add bool parameter.
4212 * config/arm/arm.c (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS):
4214 (arm_emit_call_insn): Add and use sibcall parameter. Add IP and CC
4215 clobbers to CALL_INSN_FUNCTION_USAGE.
4216 (define_expand "sibcall_internal")
4217 (define_expand "sibcall_value_internal"): New.
4218 (define_expand "call", define_expand "call_value"): Add argument to
4220 (define_expand "sibcall"): Use sibcall_internal and arm_emit_call_insn.
4221 (define_expand "sibcall_value"): Use sibcall_value_internal and
4224 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
4226 * config/arm/bpabi.c (__gnu_uldivmod_helper): Remove.
4228 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
4230 * config/arm/bpabi-v6m.S (__aeabi_uldivmod): Perform division using
4233 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
4235 * config/arm/bpabi.S (__aeabi_ldivmod, __aeabi_uldivmod,
4236 push_for_divide, pop_for_divide): Use .cfi_* directives for DWARF
4237 annotations. Fix DWARF information.
4239 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
4241 * config/arm/bpabi.S (__aeabi_ldivmod): Perform division using
4242 __udivmoddi4, and fixups for negative operands.
4244 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
4246 * config/arm/bpabi.S (__aeabi_ldivmod): Optimise stack manipulation.
4248 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
4250 * config/arm/bpabi.S (__aeabi_uldivmod): Perform division using call
4253 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
4255 * config/arm/bpabi.S (__aeabi_uldivmod): Optimise stack pointer
4258 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
4260 * config/arm/bpabi.S (__aeabi_uldivmod, __aeabi_ldivmod): Add comment
4261 describing register usage on function entry and exit.
4263 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
4265 * config/arm/bpabi.S (__aeabi_uldivmod): Fix whitespace.
4266 (__aeabi_ldivmod): Fix whitespace.
4268 2014-06-18 Andreas Schwab <schwab@suse.de>
4270 * doc/md.texi (Standard Names): Use @itemx for grouped items.
4271 Remove blank line after @item.
4273 2014-06-18 Richard Henderson <rth@redhat.com>
4276 * config/aarch64/aarch64.md (tlsdesc_small_<PTR>): Clobber CC_REGNUM.
4278 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
4280 * config/arm/arm.c (neon_vector_mem_operand): Allow register
4281 POST_MODIFY for neon loads and stores.
4282 (arm_print_operand): Output post-index register for neon loads and
4285 2014-06-18 Richard Biener <rguenther@suse.de>
4287 * tree-ssa-dce.c (perform_tree_ssa_dce): Fixup bogus commit.
4289 2014-06-18 Richard Biener <rguenther@suse.de>
4291 * tree-pass.h (make_pass_dce_loop): Remove.
4292 * passes.def: Replace pass_dce_loop with pass_dce.
4293 * tree-ssa-dce.c (perform_tree_ssa_dce): If something
4294 changed free niter estimates and reset the scev cache.
4295 (tree_ssa_dce_loop, pass_data_dce_loop, pass_dce_loop,
4296 make_pass_dce_loop): Remove.
4297 * tree-ssa-copy.c: Include tree-ssa-loop-niter.h.
4298 (fini_copy_prop): Return whether something changed. Always
4299 let substitute_and_fold perform DCE and free niter estimates
4300 and reset the scev cache if so.
4301 (execute_copy_prop): If sth changed schedule cleanup-cfg.
4302 (pass_data_copy_prop): Do not unconditionally schedule
4303 cleanup-cfg or update-ssa.
4305 2014-06-18 Yuri Rumyantsev <ysrumyan@gmail.com>
4307 PR tree-optimization/61518
4308 * tree-if-conv.c (is_cond_scalar_reduction): Add missed check that
4309 reduction var is used in reduction stmt or phi-function only.
4311 2014-06-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4313 * config/arm/arm_neon.h (vadd_f32): Change #ifdef to __FAST_MATH.
4315 2014-06-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
4317 PR tree-optimization/61517
4318 * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adapt to return a stmt
4319 whose rhs's first tree is the source expression instead of the
4321 (find_bswap_or_nop): Likewise.
4322 (bsap_replace): Rename stmt in cur_stmt. Pass gsi by value and src as a
4323 gimple stmt whose rhs's first tree is the source. In the memory source
4324 case, move the stmt to be replaced close to one of the original load to
4325 avoid the problem of a store between the load and the stmt's original
4327 (pass_optimize_bswap::execute): Adapt to change in bswap_replace's
4330 2014-06-18 Andreas Schwab <schwab@suse.de>
4332 PR rtl-optimization/54555
4333 * postreload.c (move2add_use_add2_insn): Substitute
4334 STRICT_LOW_PART only if it is cheaper.
4336 2014-06-18 Uros Bizjak <ubizjak@gmail.com>
4338 * config/i386/i386.md (*sibcall_memory): Rename from *sibcall_intern.
4339 Do not use unspec as call operand. Use memory_operand instead of
4340 memory_nox32_operand and add "m" operand constraint. Disable
4341 pattern for TARGET_X32.
4342 (*sibcall_pop_memory): Ditto.
4343 (*sibcall_value_memory): Ditto.
4344 (*sibcall_value_pop_memory): Ditto.
4345 (sibcall peepholes): Merge SImode and DImode patterns using
4346 W mode iterator. Use memory_operand instead of memory_nox32_operand.
4347 Disable pattern for TARGET_X32. Check if eliminated register is
4348 really dead after call insn. Generate call RTX without unspec operand.
4349 (sibcall_value peepholes): Ditto.
4350 (sibcall_pop peepholes): Fix call insn RTXes. Use memory_operand
4351 instead of memory_nox32_operand. Check if eliminated register is
4352 really dead after call insn. Generate call RTX without unspec operand.
4353 (sibcall_value_pop peepholes): Ditto.
4354 * config/i386/predicates.md (memory_nox32_operand): Remove predicate.
4356 2014-06-18 Terry Guo <terry.guo@arm.com>
4359 * config/arm/arm.c (thumb1_reorg): Move to next basic block if we
4362 2014-06-18 Olivier Hainque <hainque@adacore.com>
4364 * tree-core.h (tree_block): Add an "end_locus" field, allowing
4365 memorization of the end of block source location.
4366 * tree.h (BLOCK_SOURCE_END_LOCATION): New accessor.
4367 * gimplify.c (gimplify_bind_expr): Propagate the block start and
4368 end source location info we have on the block entry/exit code we
4371 2014-06-18 Richard Biener <rguenther@suse.de>
4373 * common.opt (fssa-phiopt): New option.
4374 * opts.c (default_options_table): Enable -fssa-phiopt with -O1+
4376 * tree-ssa-phiopt.c (pass_phiopt): Add gate method.
4377 * doc/invoke.texi (-fssa-phiopt): Document.
4379 2014-06-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4381 * genattrtab.c (n_bypassed): New variable.
4382 (process_bypasses): Initialise n_bypassed.
4383 Count number of bypassed reservations.
4384 (make_automaton_attrs): Allocate space for bypassed reservations
4385 rather than number of bypasses.
4387 2014-06-18 Richard Biener <rguenther@suse.de>
4389 * tree-ssa-propagate.c (replace_phi_args_in): Return whether
4390 we propagated anything.
4391 (substitute_and_fold_dom_walker::before_dom_children): Something
4392 changed if we propagated into PHI arguments.
4393 * tree-ssa-pre.c (eliminate): Always schedule cfg-cleanup if
4396 2014-06-18 Evgeny Stupachenko <evstupac@gmail.com>
4398 * config/i386/i386.c (ix86_reassociation_width): Add alternative for
4400 * config/i386/i386.h (TARGET_VECTOR_PARALLEL_EXECUTION): New.
4401 * config/i386/x86-tune.def (X86_TUNE_VECTOR_PARALLEL_EXECUTION): New.
4402 * tree-vect-data-refs.c (vect_shift_permute_load_chain): New.
4403 Introduces alternative way of loads group permutaions.
4404 (vect_transform_grouped_load): Try alternative way of permutations.
4406 2014-06-18 Jakub Jelinek <jakub@redhat.com>
4408 * gimplify.c (omp_notice_variable): If n is non-NULL and no flags
4409 changed in ORT_TARGET region, don't jump to do_outer.
4410 (struct gimplify_adjust_omp_clauses_data): New type.
4411 (gimplify_adjust_omp_clauses_1): Adjust for data being
4412 a struct gimplify_adjust_omp_clauses_data pointer instead
4413 of tree *. Pass pre_p as a new argument to
4414 lang_hooks.decls.omp_finish_clause hook.
4415 (gimplify_adjust_omp_clauses): Add pre_p argument, adjust
4416 splay_tree_foreach to pass both list_p and pre_p.
4417 (gimplify_omp_parallel, gimplify_omp_task, gimplify_omp_for,
4418 gimplify_omp_workshare, gimplify_omp_target_update): Adjust
4419 gimplify_adjust_omp_clauses callers.
4420 * langhooks.c (lhd_omp_finish_clause): New function.
4421 * langhooks-def.h (lhd_omp_finish_clause): New prototype.
4422 (LANG_HOOKS_OMP_FINISH_CLAUSE): Define to lhd_omp_finish_clause.
4423 * langhooks.h (struct lang_hooks_for_decls): Add a new
4424 gimple_seq * argument to omp_finish_clause hook.
4425 * omp-low.c (scan_sharing_clauses): Call scan_omp_op on
4426 non-DECL_P OMP_CLAUSE_DECL if ctx->outer.
4427 (scan_omp_parallel, lower_omp_for): When adding
4428 _LOOPTEMP_ clause var, add it to outer ctx's decl_map as identity.
4429 * tree-core.h (OMP_CLAUSE_MAP_TO_PSET): New map kind.
4430 * tree-nested.c (convert_nonlocal_omp_clauses,
4431 convert_local_omp_clauses): Handle various OpenMP 4.0 clauses.
4432 * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_MAP_TO_PSET.
4434 2014-06-17 Andrew MacLeod <amacleod@redhat.com>
4436 * tree-dfa.h (get_addr_base_and_unit_offset_1): Move from here.
4437 * tree-dfa.c (get_addr_base_and_unit_offset_1): To here.
4439 2014-06-17 Xinliang David Li <davidxl@google.com>
4441 * tree-pretty-print.c (dump_function_header): Print cgraph uid.
4442 * passes.c (pass_init_dump_file): Do not set initialize
4443 flag to false unconditionally.
4445 2014-06-17 Richard Biener <rguenther@suse.de>
4447 * genopinit.c (main): Use vec<>::qsort method.
4448 * tree-ssa-loop-niter.c (discover_iteration_bound_by_body_walk):
4450 * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Likewise.
4452 2014-06-17 Matthew Fortune <matthew.fortune@imgtec.com>
4454 * config/mips/mips-protos.h (mips_expand_fcc_reload): Remove.
4455 * config/mips/mips.c (mips_expand_fcc_reload): Remove.
4456 (mips_move_to_gpr_cost): Remove ST_REGS case.
4457 (mips_move_from_gpr_cost): Likewise.
4458 (mips_register_move_cost): Likewise.
4459 (mips_secondary_reload_class): Likewise.
4461 2014-06-17 Richard Biener <rguenther@suse.de>
4463 * passes.def (pass_all_early_optimizations): Remove copy-prop pass.
4464 (pass_all_optimizations): Move 3rd copy-prop pass from after
4465 fre to before ifcombine/phiopt.
4467 2014-06-17 Richard Biener <rguenther@suse.de>
4469 * tree-switch-conversion.c (collect_switch_conv_info): Simplify
4470 and allow all blocks to be forwarders.
4472 2014-06-17 Yufeng Zhang <yufeng.zhang@arm.com>
4475 * config/aarch64/aarch64.c (aarch64_layout_arg): Add new local
4476 variable 'size'; calculate 'size' right in the front; use
4477 'size' to compute 'nregs' (when 'allocate_ncrn != 0') and
4478 pcum->aapcs_stack_words.
4480 2014-06-17 Nick Clifton <nickc@redhat.com>
4482 * config/msp430/msp430.md (mulhisi3): Add a NOP after the DINT.
4483 (umulhi3, mulsidi3, umulsidi3): Likewise.
4485 2014-06-17 Thomas Schwinge <thomas@codesourcery.com>
4488 * fold-const.c (fold_checksum_tree) <TS_DECL_WITH_VIS>: Remove
4489 check for section name.
4491 2014-06-17 Richard Biener <rguenther@suse.de>
4493 * tree-ssa-propagate.c: Include domwalk.h.
4494 (substitute_and_fold): Outline main worker into a domwalker ...
4495 (substitute_and_fold_dom_walker::before_dom_children): ... here.
4496 Schedule stmts we can fully propagate for removal. Remove
4498 (substitute_and_fold): Apply a dominator walk to perform
4499 substitution. Process stmts scheduled for removal here.
4501 2014-06-17 Richard Biener <rguenther@suse.de>
4503 * tree-ssa-loop-im.c (determine_max_movement): Adjust cost
4506 2014-06-17 Kugan Vivekanandarajah <kuganv@linaro.org>
4508 * config/arm/arm.c (arm_atomic_assign_expand_fenv): call
4509 default_atomic_assign_expand_fenv for !TARGET_HARD_FLOAT.
4510 (arm_init_builtins) : Initialize builtins __builtins_arm_set_fpscr and
4511 __builtins_arm_get_fpscr only when TARGET_HARD_FLOAT.
4512 * config/arm/vfp.md (set_fpscr): Make pattern conditional on
4514 (get_fpscr) : Likewise.
4516 2014-06-16 Vladimir Makarov <vmakarov@redhat.com>
4518 PR rtl-optimization/61325
4519 * lra-constraints.c (valid_address_p): Add forward declaration.
4520 (simplify_operand_subreg): Check address validity before and after
4521 alter_reg of memory subreg.
4523 2014-06-16 Uros Bizjak <ubizjak@gmail.com>
4525 * config/i386/i386.c (decide_alg): Correctly handle
4526 maximum size of stringop algorithm.
4528 2014-06-16 Yury Gribov <y.gribov@samsung.com>
4530 * asan.c (build_check_stmt): Fix maybe-uninitialized warning.
4532 2014-06-16 Vladimir Makarov <vmakarov@redhat.com>
4534 PR rtl-optimization/61522
4535 * lra-assigns.c (assign_by_spills): Check null targetm.spill_class.
4537 2014-06-16 Jan Hubicka <hubicka@ucw.cz>
4540 * symtab.c (symtab_node::reset_section): New method.
4541 * cgraph.c (cgraph_node_cannot_be_local_p_1): Accept non-local
4543 * cgraph.h (reset_section): Declare.
4544 * ipa-inline-analysis.c (do_estimate_growth): Check for comdat groups;
4545 do not consider comdat locals.
4546 * cgraphclones.c (set_new_clone_decl_and_node_flags): Get section
4548 * ipa-visiblity.c (cgraph_externally_visible_p): Cleanup.
4549 (update_visibility_by_resolution_info): Consider UNDEF; fix checking;
4550 reset sections of symbols dragged out of the comdats.
4551 (function_and_variable_visibility): Reset sections of
4554 2014-06-16 Richard Biener <rguenther@suse.de>
4556 PR tree-optimization/61482
4557 * tree-vrp.c (adjust_range_with_scev): Avoid setting of
4558 [-INF(OVF), +INF(OVF)] range.
4560 2014-06-16 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
4562 * config/i386/i386.c (ix86_expand_sse2_mulvxdi3): Issue
4563 instructions "vpmuludq" and "vpaddq" instead of "vpmacsdql" for
4564 handling 32-bit multiplication.
4566 2014-06-16 Chung-Lin Tang <cltang@codesourcery.com>
4569 * lra-lives.c (process_bb_lives): Skip creating copy during
4570 insn scan when src/dest has constrained to same regno.
4572 2014-06-15 Jan Hubicka <hubicka@ucw.cz>
4574 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Check again
4575 DECL_IN_CONSTANT_POOL and TREE_ASM_WRITTEN.
4577 2014-06-16 Yury Gribov <y.gribov@samsung.com>
4579 * asan.c (check_func): New function.
4580 (maybe_create_ssa_name): Likewise.
4581 (build_check_stmt_with_calls): Likewise.
4582 (use_calls_p): Likewise.
4583 (report_error_func): Change interface.
4584 (build_check_stmt): Allow non-integer lengths; add support
4586 (asan_instrument): Likewise.
4587 (instrument_mem_region_access): Moved code to build_check_stmt.
4588 (instrument_derefs): Likewise.
4589 (instrument_strlen_call): Likewise.
4590 * cfgcleanup.c (old_insns_match_p): Add support for new functions.
4591 * doc/invoke.texi: Describe new parameter.
4592 * params.def: Define new parameter.
4593 * params.h: Likewise.
4594 * sanitizer.def: Describe new builtins.
4596 2014-06-16 Richard Biener <rguenther@suse.de>
4598 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
4599 Make all defs available at the end.
4600 (eliminate): If we remove a PHI node schedule cfg-cleanup.
4602 2014-06-18 Jakub Jelinek <jakub@redhat.com>
4605 * config.gcc (arm*-*-linux-*): Include vxworks-dummy.h in tm_file.
4607 2014-06-16 Richard Sandiford <rdsandiford@googlemail.com>
4610 * auto-inc-dec.c (merge_in_block): Fix location of insn_info
4611 initialization. Replace remaining use of uid.
4613 2014-06-15 Jan Hubicka <hubicka@ucw.cz>
4615 * c-family/c-common.c (handle_tls_model_attribute): Use
4617 * c-family/c-common.c (handle_tls_model_attribute): Use
4619 * cgraph.h (struct varpool_node): Add tls_model.
4620 * tree.c (decl_tls_model, set_decl_tls_model): New functions.
4621 * tree.h (DECL_TLS_MODEL): Update.
4622 (DECL_THREAD_LOCAL_P): Check that variable is static.
4623 (decl_tls_model): Declare.
4624 (set_decl_tls_model): Declare.
4625 * tree-emutls.c (get_emutls_init_templ_addr): First build decl and then
4626 set symbol prorperties.
4627 (get_emutls_init_templ_addr): Cleanup.
4628 (new_emutls_decl): Update.
4629 * lto-cgraph.c (lto_output_varpool_node): Stream TLS model
4630 (lto_input_varpool_node): Likewise.
4631 * lto-streamer-out.c (hash_tree): Likewise.
4632 * tree-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Do
4633 not stream DECL_TLS_MODEL.
4634 * tree-profile.c (init_ic_make_global_vars): Use set_decl_tls_model.
4635 * tree-core.h (tree_decl_with_vis): Remove tls_model; update comments.
4637 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
4639 * df.h (DF_REF_REG_USE_P, DF_MWS_REG_USE_P): Remove null checks.
4641 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
4643 * df.h (df_mw_hardreg, df_base_ref): Add a link pointer.
4644 (df_insn_info): Turn defs, uses, eq_uses and mw_hardregs into linked
4646 (df_scan_bb_info): Likewise artificial_defs and artificial_uses.
4647 (DF_REF_NEXT_LOC, DF_MWS_NEXT): New macros.
4648 (FOR_EACH_INSN_INFO_DEF, FOR_EACH_INSN_INFO_USE)
4649 (FOR_EACH_INSN_INFO_EQ_USE, FOR_EACH_INSN_INFO_MW)
4650 (FOR_EACH_ARTIFICIAL_USE, FOR_EACH_ARTIFICIAL_DEF)
4651 (df_get_artificial_defs, df_get_artificial_uses)
4652 (df_single_def, df_single_use): Update accordingly.
4653 (df_refs_chain_dump): Take the first element in a linked list as
4654 parameter, rather than a pointer to an array of pointers.
4655 * df-core.c (df_refs_chain_dump, df_mws_dump): Likewise.
4656 * df-problems.c (df_rd_bb_local_compute_process_def): Likewise.
4657 (df_chain_create_bb_process_use): Likewise.
4658 (df_md_bb_local_compute_process_def): Likewise.
4659 * fwprop.c (process_defs, process_uses): Likewise.
4660 (register_active_defs, update_uses): Likewise.
4661 (forward_propagate_asm): Update for new df_ref linking.
4662 * df-scan.c (df_scan_free_ref_vec, df_scan_free_mws_vec): Delete.
4663 (df_null_ref_rec, df_null_mw_rec): Likewise.
4664 (df_scan_free_internal): Don't free df_ref and df_mw_hardreg lists
4666 (df_scan_free_bb_info): Remove check for null artificial_defs.
4667 (df_install_ref_incremental): Adjust for new df_ref linking.
4668 Use a single-element insertion rather than a full sort.
4669 (df_ref_chain_delete_du_chain): Take the first element
4670 in a linked list as parameter, rather than a pointer to an array of
4672 (df_ref_chain_delete, df_mw_hardreg_chain_delete): Likewise.
4673 (df_add_refs_to_table, df_refs_verify, df_mws_verify): Likewise.
4674 (df_insn_info_delete): Remove check for null defs and call to
4675 df_scan_free_mws_vec.
4676 (df_insn_rescan): Initialize df_ref and df_mw_hardreg lists to
4677 null rather than df_null_*_rec.
4678 (df_insn_rescan_debug_internal): Likewise, and update null
4679 checks in the same way. Remove check for null defs.
4680 (df_ref_change_reg_with_loc_1): Fix choice of list for defs.
4681 Move a single element rather doing a full sort.
4682 (df_mw_hardreg_chain_delete_eq_uses): Adjust for new df_mw_hardreg
4684 (df_notes_rescan): Likewise. Use a merge rather than a full sort.
4685 Initialize df_ref and df_mw_hardreg lists to null rather than
4687 (df_ref_compare): Take df_refs as parameter, transferring the
4689 (df_ref_ptr_compare): ...this new function.
4690 (df_sort_and_compress_refs): Update accordingly.
4691 (df_mw_compare): Take df_mw_hardregs as parameter, transferring the
4693 (df_mw_ptr_compare): ...this new function.
4694 (df_sort_and_compress_mws): Update accordingly.
4695 (df_install_refs, df_install_mws): Return a linked list rather than
4696 an array of pointers.
4697 (df_refs_add_to_chains): Assert that old lists are empty rather
4699 (df_insn_refs_verify): Don't handle null defs speciailly.
4700 * web.c (union_match_dups): Update for new df_ref linking.
4702 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
4704 * df.h (df_ref_create, df_ref_remove): Delete.
4705 * df-scan.c (df_ref_create, df_ref_compress_rec): Likewise.
4706 (df_ref_remove): Likewise.
4708 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
4710 * df.h (df_single_def, df_single_use): New functions.
4711 * ira.c (find_moveable_pseudos): Use them.
4713 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
4715 * df.h (FOR_EACH_INSN_INFO_MW): New macro.
4716 * df-problems.c (df_note_bb_compute): Use it.
4717 * regstat.c (regstat_bb_compute_ri): Likewise.
4719 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
4721 * df.h (FOR_EACH_ARTIFICIAL_USE, FOR_EACH_ARTIFICIAL_DEF): New macros.
4722 * cse.c (cse_extended_basic_block): Use them.
4723 * dce.c (mark_artificial_use): Likewise.
4724 * df-problems.c (df_rd_simulate_artificial_defs_at_top): Likewise.
4725 (df_lr_bb_local_compute, df_live_bb_local_compute): Likewise.
4726 (df_chain_remove_problem, df_chain_bb_dump): Likewise.
4727 (df_word_lr_bb_local_compute, df_note_bb_compute): Likewise.
4728 (df_simulate_initialize_backwards): Likewise.
4729 (df_simulate_finalize_backwards): Likewise.
4730 (df_simulate_initialize_forwards): Likewise.
4731 (df_md_simulate_artificial_defs_at_top): Likewise.
4732 * df-scan.c (df_reorganize_refs_by_reg_by_insn): Likewise.
4733 * regrename.c (init_rename_info): Likewise.
4734 * regstat.c (regstat_bb_compute_ri): Likewise.
4735 (regstat_bb_compute_calls_crossed): Likewise.
4737 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
4739 * df.h (DF_INSN_INFO_MWS, FOR_EACH_INSN_INFO_DEF): New macros.
4740 (FOR_EACH_INSN_INFO_USE, FOR_EACH_INSN_INFO_EQ_USE): Likewise.
4741 (FOR_EACH_INSN_DEF, FOR_EACH_INSN_USE, FOR_EACH_INSN_EQ_USE): Likewise.
4742 * auto-inc-dec.c (find_inc, merge_in_block): Use them.
4743 * combine.c (create_log_links): Likewise.
4744 * compare-elim.c (find_flags_uses_in_insn): Likewise.
4745 (try_eliminate_compare): Likewise.
4746 * cprop.c (make_set_regs_unavailable, mark_oprs_set): Likewise.
4747 * dce.c (deletable_insn_p, find_call_stack_args): Likewise.
4748 (remove_reg_equal_equiv_notes_for_defs): Likewise.
4749 (reset_unmarked_insns_debug_uses, mark_reg_dependencies): Likewise.
4750 (word_dce_process_block, dce_process_block): Likewise.
4751 * ddg.c (def_has_ccmode_p): Likewise.
4752 * df-core.c (df_bb_regno_first_def_find): Likewise.
4753 (df_bb_regno_last_def_find, df_find_def, df_find_use): Likewise.
4754 * df-problems.c (df_rd_simulate_one_insn): Likewise.
4755 (df_lr_bb_local_compute, df_live_bb_local_compute): Likewise.
4756 (df_chain_remove_problem, df_chain_insn_top_dump): Likewise.
4757 (df_chain_insn_bottom_dump, df_word_lr_bb_local_compute): Likewise.
4758 (df_word_lr_simulate_defs, df_word_lr_simulate_uses): Likewise.
4759 (df_remove_dead_eq_notes, df_note_bb_compute): Likewise.
4760 (df_simulate_find_defs, df_simulate_find_uses): Likewise.
4761 (df_simulate_find_noclobber_defs, df_simulate_defs): Likewise.
4762 (df_simulate_uses, df_md_simulate_one_insn): Likewise.
4763 * df-scan.c (df_reorganize_refs_by_reg_by_insn): Likewise.
4764 * fwprop.c (local_ref_killed_between_p): Likewise.
4765 (all_uses_available_at, free_load_extend): Likewise.
4766 * gcse.c (update_bb_reg_pressure, calculate_bb_reg_pressure): Likewise.
4767 * hw-doloop.c (scan_loop): Likewise.
4768 * ifcvt.c (dead_or_predicable): Likewise.
4769 * init-regs.c (initialize_uninitialized_regs): Likewise.
4770 * ira-lives.c (mark_hard_reg_early_clobbers): Likewise.
4771 (process_bb_node_lives): Likewise.
4772 * ira.c (compute_regs_asm_clobbered, build_insn_chain): Likewise.
4773 (find_moveable_pseudos): Likewise.
4774 * loop-invariant.c (check_dependencies, record_uses): Likewise.
4775 * recog.c (peep2_find_free_register): Likewise.
4776 * ree.c (get_defs): Likewise.
4777 * regstat.c (regstat_bb_compute_ri): Likewise.
4778 (regstat_bb_compute_calls_crossed): Likewise.
4779 * sched-deps.c (find_inc, find_mem): Likewise.
4780 * sel-sched-ir.c (maybe_downgrade_id_to_use): Likewise.
4781 (maybe_downgrade_id_to_use, setup_id_reg_sets): Likewise.
4782 * shrink-wrap.c (requires_stack_frame_p): Likewise.
4783 (prepare_shrink_wrap): Likewise.
4784 * store-motion.c (compute_store_table, build_store_vectors): Likewise.
4785 * web.c (union_defs, pass_web::execute): Likewise.
4786 * config/i386/i386.c (increase_distance, insn_defines_reg): Likewise.
4787 (insn_uses_reg_mem, ix86_ok_to_clobber_flags): Likewise.
4789 2014-06-13 Vladimir Makarov <vmakarov@redhat.com>
4791 * lra-assign.c (assign_by_spills): Add code to assign vector regs
4792 to inheritance pseudos.
4793 * config/i386/i386.c (ix86_spill_class): Add check on NO_REGS.
4795 2014-06-13 Peter Bergner <bergner@vnet.ibm.com>
4798 * config/rs6000/rs6000-builtin.def (BU_MISC_1): Delete.
4799 (BU_MISC_2): Rename to ...
4800 (BU_LDBL128_2): ... this.
4801 * config/rs6000/rs6000.h (RS6000_BTM_LDBL128): New define.
4802 (RS6000_BTM_COMMON): Add RS6000_BTM_LDBL128.
4803 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Handle
4805 (rs6000_invalid_builtin): Add long double 128-bit builtin support.
4806 (rs6000_builtin_mask_names): Add RS6000_BTM_LDBL128.
4807 * config/rs6000/rs6000.md (unpacktf_0): Remove define)expand.
4808 (unpacktf_1): Likewise.
4809 * doc/extend.texi (__builtin_longdouble_dw0): Remove documentation.
4810 (__builtin_longdouble_dw1): Likewise.
4811 * doc/sourcebuild.texi (longdouble128): Document.
4813 2014-06-13 Jeff Law <law@redhat.com>
4815 PR rtl-optimization/61094
4816 PR rtl-optimization/61446
4817 * ree.c (combine_reaching_defs): Get the mode for the copy from
4818 the extension insn rather than the defining insn.
4820 2014-06-13 Dehao Chen <dehao@google.com>
4822 * dwarf2out.c (add_linkage_name): Emit more linkage name.
4824 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
4826 * doc/install.texi (--enable-linker-plugin-configure-flags)
4827 (--enable-linker-plugin-flags): Document new flags.
4829 2014-06-13 Martin Jambor <mjambor@suse.cz>
4832 * ipa-devirt.c (possible_polymorphic_call_targets): Store NULL to
4833 cache_token if returning early.
4835 2014-06-13 Nick Clifton <nickc@redhat.com>
4837 * config/rx/rx.h (JUMP_ALIGN): Return the log value if user
4838 requested alignment is active.
4839 (LABEL_ALIGN): Likewise.
4840 (LOOP_ALIGN): Likewise.
4842 2014-06-13 Richard Biener <rguenther@suse.de>
4844 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
4845 Rewrite to propagate the VN result into all uses where
4846 possible and to remove stmts becoming dead because of that.
4847 (eliminate): Generalize stmt removal handling, remove in
4848 reverse dominator order to support proper debug stmt
4849 generation. Update stmts before removing stmts.
4850 * tree-ssa-propagate.c (propagate_tree_value): Remove bogus assert.
4852 2014-06-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
4854 PR tree-optimization/61375
4855 * tree-ssa-math-opts.c (init_symbolic_number): Cancel optimization if
4856 symbolic number cannot be represented in an uint64_t.
4857 (find_bswap_or_nop_1): Likewise.
4859 2014-06-12 Jan Hubicka <hubicka@ucw.cz>
4861 * symtab.c (symtab_node::reset_section): New method.
4862 * cgraph.c (cgraph_node_cannot_be_local_p_1): Accept non-local
4864 * cgraph.h (reset_section): Declare.
4865 * ipa-inline-analysis.c (do_estimate_growth): Check for comdat groups;
4866 do not consider comdat locals.
4867 * cgraphclones.c (set_new_clone_decl_and_node_flags): Get section
4869 * ipa-visiblity.c (cgraph_externally_visible_p): Cleanup.
4870 (update_visibility_by_resolution_info): Consider UNDEF; fix checking;
4871 reset sections of symbols dragged out of the comdats.
4872 (function_and_variable_visibility): Reset sections of
4875 2014-06-12 Jan Hubicka <hubicka@ucw.cz>
4877 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Reorg
4878 to use symtab and decl_binds_to_current_def_p
4879 * tree-vectorizer.c (increase_alignment): Increase alignment
4880 of alias target, too.
4882 2014-06-12 Jakub Jelinek <jakub@redhat.com>
4885 * gimplify.c (struct gimplify_omp_ctx): Add distribute field.
4886 (gimplify_adjust_omp_clauses): Don't or in GOVD_LASTPRIVATE
4887 if outer combined construct is distribute.
4888 (gimplify_omp_for): For OMP_DISTRIBUTE set
4889 gimplify_omp_ctxp->distribute.
4890 * omp-low.c (scan_sharing_clauses) <case OMP_CLAUSE_SHARED>: For
4891 GIMPLE_OMP_TEAMS, if decl isn't global in outer context, record
4892 mapping into decl map.
4894 2014-06-12 Jason Merrill <jason@redhat.com>
4896 * common.opt (fabi-version): Change default to 0.
4898 2014-06-12 Jason Merrill <jason@redhat.com>
4900 * toplev.c (process_options): Reject -fabi-version=1.
4902 2014-06-12 Jeff Law <law@redhat.com>
4904 PR tree-optimization/61009
4905 * tree-ssa-threadedge.c (thread_through_normal_block): Correct return
4906 value when we stop processing a block due to problematic PHIs.
4908 2014-06-12 Alan Lawrence <alan.lawrence@arm.com>
4910 * config/aarch64/arm_neon.h (vmlaq_n_f64, vmlsq_n_f64, vrsrtsq_f64,
4911 vcge_p8, vcgeq_p8, vcgez_p8, vcgez_u8, vcgez_u16, vcgez_u32, vcgez_u64,
4912 vcgezq_p8, vcgezq_u8, vcgezq_u16, vcgezq_u32, vcgezq_u64, vcgezd_u64,
4913 vcgt_p8, vcgtq_p8, vcgtz_p8, vcgtz_u8, vcgtz_u16, vcgtz_u32, vcgtz_u64,
4914 vcgtzq_p8, vcgtzq_u8, vcgtzq_u16, vcgtzq_u32, vcgtzq_u64, vcgtzd_u64,
4915 vcle_p8, vcleq_p8, vclez_p8, vclez_u64, vclezq_p8, vclezd_u64, vclt_p8,
4916 vcltq_p8, vcltz_p8, vcltzq_p8, vcltzd_u64): Remove functions as they
4917 are not in the spec.
4919 2014-06-10 Alan Lawrence <alan.lawrence@arm.com>
4922 * config/aarch64/aarch64-modes.def: Add V1DFmode.
4923 * config/aarch64/aarch64.c (aarch64_vector_mode_supported_p):
4926 2014-06-12 Eric Botcazou <ebotcazou@adacore.com>
4928 * tree-core.h (DECL_NONALIASED): Use proper spelling in comment.
4930 2014-06-12 Georg-Johann Lay <avr@gjlay.de>
4933 * config/avr/avr.md (push<mode>1): Avoid (subreg(mem)) when
4934 loading from address spaces.
4936 2014-06-12 Martin Liska <mliska@suse.cz>
4939 * ipa-prop.c (ipa_make_edge_direct_to_target): Check that gimple call
4940 statement is reachable.
4942 2014-06-11 Jan Hubicka <hubicka@ucw.cz>
4944 * symtab.c (section_hash): New hash.
4945 (symtab_unregister_node): Clear section before freeing.
4946 (hash_section_hash_entry): New haser.
4947 (eq_sections): New function.
4948 (symtab_node::set_section_for_node): New method.
4949 (set_section_1): Update.
4950 (symtab_node::set_section): Take string instead of tree as parameter.
4951 (symtab_resolve_alias): Update.
4952 * cgraph.h (section_hash_entry_d): New structure.
4953 (section_hash_entry): New typedef.
4954 (cgraph_node): Change comdat_group_ to x_comdat_group,
4955 change section_ to x_section and turn into section_hash_entry;
4956 update accestors; put set_section_for_node offline.
4957 * tree.c (decl_section_name): Turn into string.
4958 (set_decl_section_name): Change parameter to be string.
4959 * tree.h (decl_section_name, set_decl_section_name): Update prototypes.
4960 * sdbout.c (sdbout_one_type): Update.
4961 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Update.
4962 * varasm.c (IN_NAMED_SECTION, get_named_section,
4963 resolve_unique_section, hot_function_section, get_named_text_section,
4964 USE_SELECT_SECTION_FOR_FUNCTIONS, default_function_rodata_section,
4965 make_decl_rtl, default_unique_section): Update.
4966 * config/c6x/c6x.c (c6x_in_small_data_p): Update.
4967 (c6x_elf_unique_section): Update.
4968 * config/nios2/nios2.c (nios2_in_small_data_p): Update.
4969 * config/pa/pa.c (pa_function_section): Update.
4970 * config/pa/pa.h (IN_NAMED_SECTION_P): Update.
4971 * config/ia64/ia64.c (ia64_in_small_data_p): Update.
4972 * config/arc/arc.c (arc_in_small_data_p): Update.
4973 * config/arm/unknown-elf.h (IN_NAMED_SECTION_P): Update.
4974 * config/mcore/mcore.c (mcore_unique_section): Update.
4975 * config/mips/mips.c (mips16_build_function_stub): Update.
4976 (mips16_build_call_stub): Update.
4977 (mips_function_rodata_section): Update.
4978 (mips_in_small_data_p): Update.
4979 * config/score/score.c (score_in_small_data_p): Update.
4980 * config/rx/rx.c (rx_in_small_data): Update.
4981 * config/rs6000/rs6000.c (rs6000_elf_in_small_data_p): Update.
4982 (rs6000_xcoff_asm_named_section): Update.
4983 (rs6000_xcoff_unique_section): Update.
4984 * config/frv/frv.c (frv_string_begins_with): Update.
4985 (frv_in_small_data_p): Update.
4986 * config/v850/v850.c (v850_encode_data_area): Update.
4987 * config/bfin/bfin.c (DECL_SECTION_NAME): Update.
4988 (bfin_handle_l1_data_attribute): Update.
4989 (bfin_handle_l2_attribute): Update.
4990 * config/mep/mep.c (mep_unique_section): Update.
4991 * config/microblaze/microblaze.c (microblaze_elf_in_small_data_p):
4993 * config/h8300/h8300.c (h8300_handle_eightbit_data_attribute): Update.
4994 (h8300_handle_tiny_data_attribute): Update.
4995 * config/m32r/m32r.c (m32r_in_small_data_p): Update.
4996 (m32r_in_small_data_p): Update.
4997 * config/alpha/alpha.c (alpha_in_small_data_p): Update.
4998 * config/i386/i386.c (ix86_in_large_data_p): Update.
4999 * config/i386/winnt.c (i386_pe_unique_section): Update.
5000 * config/darwin.c (darwin_function_section): Update.
5001 * config/lm32/lm32.c (lm32_in_small_data_p): Update.
5002 * tree-emutls.c (get_emutls_init_templ_addr): Update.
5003 (new_emutls_decl): Update.
5004 * lto-cgraph.c (lto_output_node, input_node, input_varpool_node,
5005 input_varpool_node): Update.
5006 (ead_string_cst): Turn to ...
5007 (read_string): ... this one.
5008 * dwarf2out.c (secname_for_decl): Update.
5009 * asan.c (asan_protect_global): Update.
5011 2014-06-11 DJ Delorie <dj@redhat.com>
5013 * config/rx/rx.h (FUNCTION_BOUNDARY): Adjust for RX100/200 4-byte
5015 * config/rx/rx.c (rx_option_override): Likewise.
5016 (rx_align_for_label): Likewise.
5018 * config/rx/rx.c (rx_max_skip_for_label): Don't skip anything if -Os.
5020 2014-06-11 Maciej W. Rozycki <macro@codesourcery.com>
5022 * config/mmix/mmix-protos.h (mmix_asm_output_source_line): Remove
5025 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
5027 * common.md: New file.
5028 * doc/md.texi: Update description of generic, machine-independent
5030 * config/s390/constraints.md (e): Delete.
5031 * Makefile.in (md_file): Include common.md.
5032 * config/m32c/t-m32c (md_file): Likewise.
5033 * genpreds.c (general_mem): New array.
5034 (generic_constraint_letters): Remove constraints now defined by
5036 (add_constraint): Map TARGET_MEM_CONSTRAINT to general_mem.
5037 Allow the first character to be '<' or '>' as well.
5038 * genoutput.c (general_mem): New array.
5039 (indep_constraints): Remove constraints now defined by common.md.
5040 (note_constraint): Map TARGET_MEM_CONSTRAINT to general_mem.
5041 Remove special handling of 'm'.
5042 * ira-costs.c (record_reg_classes): Remove special handling of
5043 constraints now defined by common.md.
5044 * ira.c (ira_setup_alts, ira_get_dup_out_num): Likewise.
5045 * ira-lives.c (single_reg_class): Likewise.
5046 (ira_implicitly_set_insn_hard_regs): Likewise.
5047 * lra-constraints.c (reg_class_from_constraints): Likewise.
5048 (process_alt_operands, process_address, curr_insn_transform): Likewise.
5049 * postreload.c (reload_cse_simplify_operands): Likewise.
5050 * reload.c (push_secondary_reload, scratch_reload_class)
5051 (find_reloads, alternative_allows_const_pool_ref): Likewise.
5052 * reload1.c (maybe_fix_stack_asms): Likewise.
5053 * targhooks.c (default_secondary_reload): Likewise.
5054 * stmt.c (parse_output_constraint): Likewise.
5055 * recog.c (preprocess_constraints): Likewise.
5056 (constrain_operands, peep2_find_free_register): Likewise.
5057 (asm_operand_ok): Likewise, but add a comment saying why 'o'
5058 must be handled specially.
5060 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
5062 * system.h (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Poison.
5063 * genpreds.c (have_const_dbl_constraints): Delete.
5064 (add_constraint): Don't set it.
5065 (write_tm_preds_h): Don't call CONST_DOUBLE_OK_FOR_CONSTRAINT_P.
5066 * ira-costs.c (record_reg_classes): Handle CONST_INT and CONST_DOUBLE
5067 constraints using the lookup_constraint logic.
5068 * ira-lives.c (single_reg_class): Likewise.
5069 * ira.c (ira_setup_alts): Likewise.
5070 * lra-constraints.c (process_alt_operands): Likewise.
5071 * recog.c (asm_operand_ok, constrain_operands): Likewise.
5072 * reload.c (find_reloads): Likewise.
5074 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
5076 * genpreds.c (const_int_start, const_int_end): New variables.
5077 (choose_enum_order): Output CONST_INT constraints before memory
5079 (write_tm_preds_h): Always define insn_const_int_ok_for_constraint.
5081 * ira-costs.c (record_reg_classes): Handle CT_CONST_INT.
5082 * ira.c (ira_setup_alts): Likewise.
5083 * lra-constraints.c (process_alt_operands): Likewise.
5084 * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
5085 * reload.c (find_reloads): Likewise.
5087 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
5089 * recog.h (operand_alternative): Remove offmem_ok, nonffmem_ok,
5090 decmem_ok and incmem_ok. Reformat other bitfields for consistency.
5091 * recog.c (preprocess_constraints): Update accordingly.
5093 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
5095 * system.h (REG_CLASS_FROM_CONSTRAINT): Poison.
5096 (REG_CLASS_FOR_CONSTRAINT, EXTRA_CONSTRAINT_STR): Likewise.
5097 (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Likewise.
5098 * genpreds.c (print_type_tree): New function.
5099 (write_tm_preds_h): Remove REG_CLASS_FROM_CONSTRAINT,
5100 REG_CLASS_FOR_CONSTRAINT, EXTRA_MEMORY_CONSTRAINT,
5101 EXTRA_ADDRESS_CONSTRAINT and EXTRA_CONSTRAINT_STR.
5102 Write out enum constraint_type and get_constraint_type.
5103 * lra-constraints.c (satisfies_memory_constraint_p): Take a
5104 constraint_num rather than a constraint string.
5105 (satisfies_address_constraint_p): Likewise.
5106 (reg_class_from_constraints): Avoid old constraint macros.
5107 (process_alt_operands, process_address_1): Likewise.
5108 (curr_insn_transform): Likewise.
5109 * ira-costs.c (record_reg_classes): Likewise.
5110 (record_operand_costs): Likewise.
5111 * ira-lives.c (single_reg_class): Likewise.
5112 (ira_implicitly_set_insn_hard_regs): Likewise.
5113 * ira.c (ira_setup_alts, ira_get_dup_out_num): Likewise.
5114 * postreload.c (reload_cse_simplify_operands): Likewise.
5115 * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
5116 (constrain_operands, peep2_find_free_register): Likewise.
5117 * reload.c (push_secondary_reload, scratch_reload_class): Likewise.
5118 (find_reloads, alternative_allows_const_pool_ref): Likewise.
5119 * reload1.c (maybe_fix_stack_asms): Likewise.
5120 * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
5121 * targhooks.c (default_secondary_reload): Likewise.
5122 * config/m32c/m32c.c (m32c_matches_constraint_p): Avoid reference
5123 to EXTRA_CONSTRAINT_STR.
5124 * config/sparc/constraints.md (U): Likewise REG_CLASS_FROM_CONSTRAINT.
5126 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
5128 * genpreds.c (write_constraint_satisfied_p_1): Replace with...
5129 (write_constraint_satisfied_p_array): ...this new function.
5130 (write_tm_preds_h): Replace write_constraint_satisfied_p_1 with
5132 (write_insn_preds_c): Update accordingly.
5134 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
5136 * genpreds.c (write_lookup_constraint): Rename to...
5137 (write_lookup_constraint_1): ...this.
5138 (write_lookup_constraint_array): New function.
5139 (write_tm_preds_h): Define lookup_constraint as an inline function
5140 that uses write_lookup_constraint_array where possible.
5141 (write_insn_preds_c): Update for the changes above.
5143 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
5145 * doc/md.texi (regclass_for_constraint): Rename to...
5146 (reg_class_for_constraint): ...this.
5147 * genpreds.c (num_constraints, enum_order, register_start)
5148 (register_end, satisfied_start, memory_start, memory_end)
5149 (address_start, address_end): New variables.
5150 (add_constraint): Count the number of constraints.
5151 (choose_enum_order): New function.
5152 (write_enum_constraint_num): Iterate over enum_order.
5153 (write_regclass_for_constraint): Rename to...
5154 (write_reg_class_for_constraint_1): ...this and update output
5156 (write_constraint_satisfied_p): Rename to...
5157 (write_constraint_satisfied_p_1): ...this and update output
5158 accordingly. Do nothing if all extra constraints are register
5160 (write_insn_extra_memory_constraint): Delete.
5161 (write_insn_extra_address_constraint): Delete.
5162 (write_range_function): New function.
5163 (write_tm_preds_h): Define constraint_satisfied_p and
5164 reg_class_for_constraint as inline functions that do a range check
5165 before calling the out-of-line function. Use write_range_function
5166 to implement insn_extra_{register,memory,address}_constraint,
5167 the first of which is new.
5168 (write_insn_preds_c): Update after above changes to write_* functions.
5169 (main): Call choose_enum_order.
5171 2014-06-11 Thomas Preud'homme <thomas.preudhomme@arm.com>
5173 PR tree-optimization/61306
5174 * tree-ssa-math-opts.c (struct symbolic_number): Store type of
5175 expression instead of its size.
5176 (do_shift_rotate): Adapt to change in struct symbolic_number. Return
5177 false to prevent optimization when the result is unpredictable due to
5178 arithmetic right shift of signed type with highest byte is set.
5179 (verify_symbolic_number_p): Adapt to change in struct symbolic_number.
5180 (init_symbolic_number): Likewise.
5181 (find_bswap_or_nop_1): Likewise. Return NULL to prevent optimization
5182 when the result is unpredictable due to sign extension.
5184 2014-06-11 Terry Guo <terry.guo@arm.com>
5186 * config/arm/arm.md (*thumb1_adddi3): Move into new file thumb1.md.
5187 (*thumb1_addsi3): Ditto.
5188 (*thumb_subdi3): Ditto.
5189 (thumb1_subsi3_insn): Ditto.
5190 (*thumb_mulsi3): Ditto.
5191 (*thumb_mulsi3_v6): Ditto.
5192 (*thumb1_andsi3_insn): Ditto.
5193 (thumb1_bicsi3): Ditto.
5194 (*thumb1_iorsi3_insn): Ditto.
5195 (*thumb1_xorsi3_insn): Ditto.
5196 (*thumb1_ashlsi3): Ditto.
5197 (*thumb1_ashrsi3): Ditto.
5198 (*thumb1_lshrsi3): Ditto.
5199 (*thumb1_rotrsi3): Ditto.
5200 (*thumb1_negdi2): Ditto.
5201 (*thumb1_negsi2): Ditto.
5202 (*thumb1_abssi2): Ditto.
5203 (*thumb1_neg_abssi2): Ditto.
5204 (*thumb1_one_cmplsi2): Ditto.
5205 (*thumb1_zero_extendhisi2): Ditto.
5206 (*thumb1_zero_extendqisi2): Ditto.
5207 (*thumb1_zero_extendqisi2_v6): Ditto.
5208 (thumb1_extendhisi2): Ditto.
5209 (thumb1_extendqisi2): Ditto.
5210 (*thumb1_movdi_insn): Ditto.
5211 (*thumb1_movsi_insn): Ditto.
5212 (*thumb1_movhi_insn): Ditto.
5213 (thumb_movhi_clobber): Ditto.
5214 (*thumb1_movqi_insn): Ditto.
5215 (*thumb1_movhf): Ditto.
5216 (*thumb1_movsf_insn): Ditto.
5217 (*thumb_movdf_insn): Ditto.
5220 (cbranchqi4): Ditto.
5221 (cbranchsi4_insn): Ditto.
5222 (cbranchsi4_scratch): Ditto.
5223 (*negated_cbranchsi4): Ditto.
5224 (*tbit_cbranch): Ditto.
5225 (*tlobits_cbranch): Ditto.
5226 (*tstsi3_cbranch): Ditto.
5227 (*cbranchne_decr1): Ditto.
5228 (*addsi3_cbranch): Ditto.
5229 (*addsi3_cbranch_scratch): Ditto.
5230 (*thumb_cmpdi_zero): Ditto.
5231 (cstoresi_eq0_thumb1): Ditto.
5232 (cstoresi_ne0_thumb1): Ditto.
5233 (*cstoresi_eq0_thumb1_insn): Ditto.
5234 (*cstoresi_ne0_thumb1_insn): Ditto.
5235 (cstoresi_nltu_thumb1): Ditto.
5236 (cstoresi_ltu_thumb1): Ditto.
5237 (thumb1_addsi3_addgeu): Ditto.
5238 (*thumb_jump): Ditto.
5239 (*call_reg_thumb1_v5): Ditto.
5240 (*call_reg_thumb1): Ditto.
5241 (*call_value_reg_thumb1_v5): Ditto.
5242 (*call_value_reg_thumb1): Ditto.
5243 (*call_insn): Ditto.
5244 (*call_value_insn): Ditto.
5245 (thumb1_casesi_internal_pic): Ditto.
5246 (thumb1_casesi_dispatch): Ditto.
5247 (*thumb1_indirect_jump): Ditto.
5248 (prologue_thumb1_interwork): Ditto.
5249 (*epilogue_insns): Ditto.
5250 (consttable_1): Ditto.
5251 (consttable_2): Ditto.
5253 (*thumb1_tablejump): Ditto.
5254 (thumb_eh_return): Ditto.
5255 (define_peephole2): Two of them are thumb1 only and got moved into
5257 (define_split): Six of them are thumb1 only and got moved into new
5259 * config/arm/thumb1.md: New file comprised of above thumb1 only
5262 2014-06-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5264 * config.gcc (aarch64*-*-*): Add arm_acle.h to extra headers.
5265 * Makefile.in (TEXI_GCC_FILES): Add aarch64-acle-intrinsics.texi to
5267 * config/aarch64/aarch64-builtins.c (AARCH64_CRC32_BUILTINS): Define.
5268 (aarch64_crc_builtin_datum): New struct.
5269 (aarch64_crc_builtin_data): New.
5270 (aarch64_init_crc32_builtins): New function.
5271 (aarch64_init_builtins): Initialise CRC32 builtins when appropriate.
5272 (aarch64_crc32_expand_builtin): New.
5273 (aarch64_expand_builtin): Add CRC32 builtin expansion case.
5274 * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Define
5275 __ARM_FEATURE_CRC32 when appropriate.
5276 (TARGET_CRC32): Define.
5277 * config/aarch64/aarch64.md (UNSPEC_CRC32B, UNSPEC_CRC32H,
5278 UNSPEC_CRC32W, UNSPEC_CRC32X, UNSPEC_CRC32CB, UNSPEC_CRC32CH,
5279 UNSPEC_CRC32CW, UNSPEC_CRC32CX): New unspec values.
5280 (aarch64_<crc_variant>): New pattern.
5281 * config/aarch64/arm_acle.h: New file.
5282 * config/aarch64/iterators.md (CRC): New int iterator.
5283 (crc_variant, crc_mode): New int attributes.
5284 * doc/aarch64-acle-intrinsics.texi: New file.
5285 * doc/extend.texi (aarch64): Document aarch64 ACLE intrinsics.
5286 Include aarch64-acle-intrinsics.texi.
5288 2014-06-11 Evgeny Stupachenko <evstupac@gmail.com>
5290 * tree-vect-data-refs.c (vect_grouped_store_supported): New
5291 check for stores group of length 3.
5292 (vect_permute_store_chain): New permutations for stores group of
5294 * tree-vect-stmts.c (vect_model_store_cost): Change cost
5295 of vec_perm_shuffle for the new permutations.
5297 2014-06-11 Jan Hubicka <hubicka@ucw.cz>
5299 * ipa-visibility.c (function_and_variable_visibility): Disable virtual
5300 table rewriting temporarily on targets not supporting ONE_ONLY.
5302 2014-06-11 Richard Biener <rguenther@suse.de>
5306 2014-06-04 Richard Biener <rguenther@suse.de>
5308 * tree.h (may_be_aliased): Trust TREE_ADDRESSABLE from
5309 TREE_PUBLIC and DECL_EXTERNAL decls.
5311 2014-06-10 Jan Hubicka <hubicka@ucw.cz>
5313 * varasm.c (set_implicit_section): New function.
5314 (resolve_unique_section): Use it to set implicit section
5316 (get_named_text_section): Use symtab_get_node (decl)->implicit_section
5317 (default_function_section): Likewise.
5318 (decl_binds_to_current_def_p): Constify argument.
5319 * varasm.h (decl_binds_to_current_def_p): Update prototype.
5320 * asan.c (asan_protect_global): Use
5321 symtab_get_node (decl)->implicit_section.
5322 * symtab.c (dump_symtab_base): Dump implicit sections.
5323 (verify_symtab_base): Verify sanity of sectoins and comdats.
5324 (symtab_resolve_alias): Alias share the section of its target.
5325 (set_section_1): New function.
5326 (symtab_node::set_section): Move here, recurse to aliases.
5327 (verify_symtab): Check for duplicated symtab lists.
5328 * tree-core.h (implicit_section_name_p): Remove.
5329 * tree-vect-data-refs.c: Include varasm.h.
5330 (vect_can_force_dr_alignment_p): Fix conditional on when
5331 decl bints to current definition; use
5332 symtab_get_node (decl)->implicit_section.
5333 * cgraph.c (cgraph_make_node_local_1): Fix section set.
5334 * cgraph.h (struct symtab_node): Add implicit_section.
5335 (set_section): Rename to ...
5336 (set_section_for_node): ... this one.
5337 (set_section): Declare.
5338 * tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): Remove.
5339 * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
5340 input_overwrite_node, input_varpool_node): Stream implicit_section.
5341 * ipa.c (symtab_remove_unreachable_nodes): Do not check symtab before
5342 removal; it will fail in LTO.
5344 2014-06-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5346 * config/aarch64/aarch64-simd.md (move_lo_quad_<mode>):
5347 Change second alternative type to f_mcr.
5348 * config/aarch64/aarch64.md (*movsi_aarch64): Change 11th
5349 and 12th alternatives' types to f_mcr and f_mrc.
5350 (*movdi_aarch64): Same for 12th and 13th alternatives.
5351 (*movsf_aarch64): Change 9th alternatives' type to mov_reg.
5352 (aarch64_movtilow_tilow): Change type to fmov.
5354 2014-06-10 Jiong Wang <jiong.wang@arm.com>
5356 * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs)
5357 (aarch64_save_or_restore_callee_save_registers): Fix layout.
5359 2014-06-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5361 * config/aarch64/aarch64-simd.md (aarch64_sqdmulh_lane<mode>):
5363 (aarch64_sqrdmulh_lane<mode>): Likewise.
5364 (aarch64_sq<r>dmulh_lane<mode>): Rename to...
5365 (aarch64_sq<r>dmulh_lane<mode>_internal): ...this.
5366 (aarch64_sqdmulh_laneq<mode>): New expander.
5367 (aarch64_sqrdmulh_laneq<mode>): Likewise.
5368 (aarch64_sq<r>dmulh_laneq<mode>): Rename to...
5369 (aarch64_sq<r>dmulh_laneq<mode>_internal): ...this.
5370 (aarch64_sqdmulh_lane<mode>): New expander.
5371 (aarch64_sqrdmulh_lane<mode>): Likewise.
5372 (aarch64_sq<r>dmulh_lane<mode>): Rename to...
5373 (aarch64_sq<r>dmulh_lane<mode>_internal): ...this.
5374 (aarch64_sqdmlal_lane<mode>): Add lane flip for big-endian.
5375 (aarch64_sqdmlal_laneq<mode>): Likewise.
5376 (aarch64_sqdmlsl_lane<mode>): Likewise.
5377 (aarch64_sqdmlsl_laneq<mode>): Likewise.
5378 (aarch64_sqdmlal2_lane<mode>): Likewise.
5379 (aarch64_sqdmlal2_laneq<mode>): Likewise.
5380 (aarch64_sqdmlsl2_lane<mode>): Likewise.
5381 (aarch64_sqdmlsl2_laneq<mode>): Likewise.
5382 (aarch64_sqdmull_lane<mode>): Likewise.
5383 (aarch64_sqdmull_laneq<mode>): Likewise.
5384 (aarch64_sqdmull2_lane<mode>): Likewise.
5385 (aarch64_sqdmull2_laneq<mode>): Likewise.
5387 2014-06-10 Richard Biener <rguenther@suse.de>
5389 PR tree-optimization/61438
5390 * tree-ssa-pre.c (eliminate_dom_walker): Add do_pre member.
5391 (eliminate_dom_walker::before_dom_children): Only try to inhibit
5392 insertion of IVs if running PRE.
5393 (eliminate): Adjust.
5394 (pass_pre::execute): Likewise.
5395 (pass_fre::execute): Likewise.
5397 2014-06-10 Richard Biener <rguenther@suse.de>
5400 * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
5401 Do not use the main variant for the type comparison.
5402 (ncr_compar): Likewise.
5403 (nonoverlapping_component_refs_p): Likewise.
5405 2014-06-10 Marcus Shawcroft <marcus.shawcroft@arm.com>
5407 * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Fix
5408 REG_CFA_RESTORE mode.
5410 2014-06-10 Evgeny Stupachenko <evstupac@gmail.com>
5412 * config/i386/i386.c (expand_vec_perm_pblendv): New.
5413 * config/i386/i386.c (ix86_expand_vec_perm_const_1): Use
5414 expand_vec_perm_pblendv.
5416 2014-06-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5418 * doc/arm-acle-intrinsics.texi: Specify when CRC32 intrinsics are
5420 Simplify description of __crc32d and __crc32cd intrinsics.
5421 * doc/extend.texi (ARM ACLE Intrinsics): Remove comment about CRC32
5424 2014-06-10 Thomas Schwinge <thomas@codesourcery.com>
5427 * configure.ac: Use gcc_AC_CHECK_DECLS to check for strnlen prototype.
5428 * config.in: Regenerate.
5429 * configure: Likewise.
5431 2014-06-10 Jan Hubicka <hubicka@ucw.cz>
5433 * ipa-reference.c (is_proper_for_analysis): Exclude addressable
5435 (intersect_static_var_sets): Remove.
5436 (propagate): Do not prune local statics.
5438 2014-06-10 Jakub Jelinek <jakub@redhat.com>
5441 * omp-low.c (lower_rec_input_clauses) <case OMP_CLAUSE_LASTPRIVATE>:
5442 Set lastprivate_firstprivate even if omp_private_outer_ref
5443 langhook returns true.
5444 <case OMP_CLAUSE_REDUCTION>: When calling omp_clause_default_ctor
5445 langhook, call unshare_expr on new_var and call
5446 build_outer_var_ref to get the last argument.
5448 2014-06-10 Marek Polacek <polacek@redhat.com>
5451 * doc/extend.texi: Add cindex for transparent_union.
5453 2014-06-09 Thomas Preud'homme <thomas.preudhomme@arm.com>
5455 * tree-ssa-math-opts.c (find_bswap_or_nop_load): Check return value of
5456 init_symbolic_number ().
5458 2014-05-18 John David Anglin <danglin@gcc.gnu.org>
5461 * emit-rtl.c (reset_all_used_flags): In a sequence, check that
5462 XVECEXP (pat, 0, i) is an INSN before calling reset_insn_used_flags.
5463 (verify_rtl_sharing): Likewise.
5465 2014-06-09 Marc Glisse <marc.glisse@inria.fr>
5468 * tree.c (build_qualified_type): Use a canonical type for
5471 2014-06-09 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5473 * config/arm/arm-modes.def: Remove XFmode.
5475 2014-06-09 Alan Lawrence <alan.lawrence@arm.com>
5478 * config/arm/arm_neon.h (vtrn_s8, vtrn_s16, vtrn_u8, vtrn_u16, vtrn_p8,
5479 vtrn_p16, vtrn_s32, vtrn_f32, vtrn_u32, vtrnq_s8, vtrnq_s16, vtrnq_s32,
5480 vtrnq_f32, vtrnq_u8, vtrnq_u16, vtrnq_u32, vtrnq_p8, vtrnq_p16,
5481 vzip_s8, vzip_s16, vzip_u8, vzip_u16, vzip_p8, vzip_p16, vzip_s32,
5482 vzip_f32, vzip_u32, vzipq_s8, vzipq_s16, vzipq_s32, vzipq_f32,
5483 vzipq_u8, vzipq_u16, vzipq_u32, vzipq_p8, vzipq_p16, vuzp_s8, vuzp_s16,
5484 vuzp_s32, vuzp_f32, vuzp_u8, vuzp_u16, vuzp_u32, vuzp_p8, vuzp_p16,
5485 vuzpq_s8, vuzpq_s16, vuzpq_s32, vuzpq_f32, vuzpq_u8, vuzpq_u16,
5486 vuzpq_u32, vuzpq_p8, vuzpq_p16): Correct mask for bigendian.
5488 2014-06-09 Jan Hubicka <hubicka@ucw.cz>
5490 * tree-core.h (tree_decl_with_vis): Remove section_name.
5492 2014-06-09 Kito Cheng <kito@0xlab.org>
5494 * ira.c (ira): Don't call init_caller_save if LRA enabled
5495 since LRA use its own infrastructure to handle that.
5497 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
5499 * symtab.c (dump_symtab_base): Update dumping.
5500 (symtab_make_decl_local): Clear only DECL_COMDAT.
5501 * tree-vect-data-refs.c (Check that variable is static before
5502 tampering with sections.
5503 * cgraphclones.c (duplicate_thunk_for_node): Do not clear section name.
5504 (cgraph_create_virtual_clone): Likewise.
5505 * tree.c (decl_comdat_group, decl_comdat_group_id): Constify argument.
5506 (decl_section_name, set_decl_section_name): New accessors.
5507 (find_decls_types_r): Do not walk section name
5508 * tree.h (DECL_SECTION_NAME): Implement using decl_section_name.
5509 (decl_comdat_group, decl_comdat_group_id): Constify.
5510 (decl_section_name, set_decl_section_name): Update.
5511 * varpool.c (varpool_finalize_named_section_flags): Use get_section.
5512 * cgraph.c (cgraph_add_thunk): Reset node instead of rebuilding.
5513 (cgraph_make_node_local_1): Clear section and comdat group.
5514 * cgraph.h (set_comdat_group): Sanity check.
5515 (get_section, set_section): New.
5516 * ipa-comdats.c (ipa_comdats): Use get_section.
5517 * ipa.c (ipa_discover_readonly_nonaddressable_var): Likewise.
5518 * lto-streamer-out.c: Do not follow section names.
5519 * c-family/c-common.c (handle_section_attribute): Update.
5520 * lto-cgraph.c (lto_output_node): Output section.
5521 (lto_output_varpool_node): Likewise.
5522 (read_comdat_group): Rename to ...
5523 (read_identifier): ... this one.
5524 (read_string_cst): New function.
5525 (input_node, input_varpool_node): Input section names.
5526 * tree-emutls.c (get_emutls_init_templ_addr): Update.
5527 (new_emutls_decl): Update.
5528 (secname_for_decl): Check section names only of static vars.
5529 * config/mep/mep.c (mep_unique_section): Use set_decl_section_name.
5530 * config/i386/winnt.c (i386_pe_unique_section): Likewise.
5531 * config/i386/i386.c (x86_64_elf_unique_section): Likewise.
5532 * config/c6x/c6x.c (c6x_elf_unique_section): Likewise.
5533 * config/rs6000/rs6000.c (rs6000_xcoff_unique_section): Likewise.
5534 * config/mcore/mcore.c (mcore_unique_section): Likewise.
5535 * config/mips/mips.c (mips16_build_function_stub): Likewise.
5536 * config/v850/v850.c (v850_insert_attributes): Likewise.
5537 * config/h8300/h8300.c (h8300_handle_eightbit_data_attribute):
5539 (h8300_handle_tiny_data_attribute): Likewise.
5540 * config/bfin/bfin.c (bfin_handle_l1_text_attribute): Likewise.
5541 (bfin_handle_l2_attribute): Likewise.
5543 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
5545 * symtab.c (symtab_nonoverwritable_alias): Copy VIRTUAL flag;
5546 remove static initializer.
5548 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
5550 * varasm.c (use_blocks_for_decl_p): Check symbol table
5551 instead of alias attribute.
5552 (place_block_symbol): Recurse on aliases.
5554 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
5556 * ipa-visibility.c: Include varasm.h
5557 (can_replace_by_local_alias): Ceck decl_binds_to_current_def_p.
5559 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
5561 * cgraphunit.c (assemble_thunks_and_aliases): Expand thunks before
5564 2014-06-07 Steven Bosscher <steven@gcc.gnu.org>
5566 * gcse.c (can_assign_to_reg_without_clobbers_p): Do not let pointers
5567 from test_insn into GGC space escape via SET_SRC.
5569 2014-06-07 Eric Botcazou <ebotcazou@adacore.com>
5571 * tree-ssa-tail-merge.c (same_succ_hash): Hash the static chain of a
5572 call statement, if any.
5573 (gimple_equal_p) <GIMPLE_CALL>: Compare the static chain of the call
5574 statements, if any. Tidy up.
5576 2014-06-06 Michael Meissner <meissner@linux.vnet.ibm.com>
5579 * config/rs6000/vsx.md (VSX_LE): Split VSX_D into 2 separate
5580 iterators, VSX_D that handles 64-bit types, and VSX_LE that
5581 handles swapping the two 64-bit double words on little endian
5582 systems. Include V1TImode and optionally TImode in VSX_LE so that
5583 these types are properly swapped. Change all of the insns and
5584 splits that do the 64-bit swaps to use VSX_LE.
5585 (vsx_le_perm_load_<mode>): Likewise.
5586 (vsx_le_perm_store_<mode>): Likewise.
5587 (splitters for little endian memory operations): Likewise.
5588 (vsx_xxpermdi2_le_<mode>): Likewise.
5589 (vsx_lxvd2x2_le_<mode>): Likewise.
5590 (vsx_stxvd2x2_le_<mode>): Likewise.
5592 2014-06-06 Uros Bizjak <ubizjak@gmail.com>
5595 * config/i386/i386.md (*floatunssi<mode>2_i387_with_xmm): New
5596 define_insn_and_split pattern, merged from *floatunssi<mode>2_1
5597 and corresponding splitters. Zero extend general register
5598 or memory input operand to XMM temporary. Enable for
5599 TARGET_SSE2 and TARGET_INTER_UNIT_MOVES_TO_VEC only.
5600 (floatunssi<mode>2): Update expander predicate.
5602 2014-06-06 Vladimir Makarov <vmakarov@redhat.com>
5604 PR rtl-optimization/61325
5605 * lra-constraints.c (process_address_1): Check scale equal to one
5606 to prevent transformation: base + scale * index => base + new_reg.
5608 2014-06-06 Richard Biener <rguenther@suse.de>
5610 PR tree-optimization/59299
5611 * tree-ssa-sink.c (all_immediate_uses_same_place): Work on
5613 (nearest_common_dominator_of_uses): Likewise.
5614 (statement_sink_location): Adjust. Support sinking loads.
5616 2014-06-06 Martin Jambor <mjambor@suse.cz>
5618 * ipa-prop.c (get_place_in_agg_contents_list): New function.
5619 (build_agg_jump_func_from_list): Likewise.
5620 (determine_known_aggregate_parts): Renamed to
5621 determine_locally_known_aggregate_parts. Moved some functionality
5622 to the two functions above, removed bound checks.
5624 2014-06-06 James Greenhalgh <james.greenhalgh@arm.com>
5626 * config/aarch64/aarch64-protos.h (aarch64_expand_movmem): New.
5627 * config/aarch64/aarch64.c (aarch64_move_pointer): New.
5628 (aarch64_progress_pointer): Likewise.
5629 (aarch64_copy_one_part_and_move_pointers): Likewise.
5630 (aarch64_expand_movmen): Likewise.
5631 * config/aarch64/aarch64.h (MOVE_RATIO): Set low.
5632 * config/aarch64/aarch64.md (movmem<mode>): New.
5634 2014-06-06 Bingfeng Mei <bmei@broadcom.com>
5636 * targhooks.c (default_add_stmt_cost): Call target specific
5637 hook instead of default one.
5639 2014-06-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5641 * ChangeLog (2014-05-23): Fix ChangeLog entry to refer to target
5642 endianness instead of host endianness.
5643 * tree-ssa-math-opts.c (find_bswap_or_nop_1): Likewise in dumps and
5646 2014-06-06 Eric Botcazou <ebotcazou@adacore.com>
5649 * function.c (instantiate_decls): Process the saved static chain.
5650 (expand_function_start): If not optimizing, save the static chain
5652 * tree-nested.c (convert_all_function_calls): Always create the static
5653 chain for nested functions if not optimizing.
5655 2014-06-06 Eric Botcazou <ebotcazou@adacore.com>
5657 * tree-cfg.c (make_edges) <GIMPLE_RETURN>: Put a location on the edge.
5659 2014-06-06 Richard Biener <rguenther@suse.de>
5661 * cfgexpand.c (expand_gimple_cond): Remove check for current_loops.
5662 (construct_init_block): Likewise.
5663 (construct_exit_block): Likewise.
5664 (pass_expand::execute): Likewise.
5665 * graphite.c (graphite_transforms): Replace check for current_loops
5666 with a check for > 1 loops.
5667 (pass_graphite_transforms::execute): Adjust.
5668 * ipa-split.c (split_function): Remove check for current_loops.
5669 * omp-low.c (expand_parallel_call): Likewise.
5670 (expand_omp_for_init_counts): Likewise.
5671 (extract_omp_for_update_vars): Likewise.
5672 (expand_omp_for_generic): Likewise.
5673 (expand_omp_sections): Likewise.
5674 (expand_omp_target): Likewise.
5675 * tracer.c (tail_duplicate): Likewise.
5676 (pass_tracer::execute): Likewise.
5677 * trans-mem.c (expand_transaction): Likewise.
5678 * tree-complex.c (expand_complex_div_wide): Likewise.
5679 * tree-eh.c (lower_resx): Likewise.
5680 (cleanup_empty_eh_merge_phis): Likewise.
5681 * tree-predcom.c (run_tree_predictive_commoning): Replace check for
5682 current_loops with a check for > 1 loops.
5683 (pass_predcom::execute): Adjust.
5684 * tree-scalar-evolution.c (scev_reset): Remove check for current_loops.
5685 * tree-ssa-copy.c (copy_prop_visit_phi_node): Likewise.
5686 * tree-ssa-dom.c (pass_phi_only_cprop::execute): Likewise.
5687 * tree-ssa-tail-merge.c (tail_merge_optimize): Likewise.
5688 * tree-ssa-threadupdate.c (thread_through_all_blocks): Likewise.
5689 * tree-switch-conversion.c (process_switch): Likewise.
5690 * tree-tailcall.c (tree_optimize_tail_calls_1): Likewise.
5691 * tree-vrp.c (vrp_visit_phi_node): Likewise.
5692 (execute_vrp): Likewise.
5693 * ubsan.c (ubsan_expand_null_ifn): Likewise.
5695 2014-06-06 Eric Botcazou <ebotcazou@adacore.com>
5697 * rtl.h (insn_location): Declare.
5698 * cfgcleanup.c (try_forward_edges): Compare the locus of locations
5699 with UNKNOWN_LOCATION.
5700 * emit-rtl.c (insn_location): New function.
5701 * final.c (notice_source_line): Check that the instruction has a
5702 location before retrieving it and use insn_location.
5703 * modulo-sched.c (loop_single_full_bb_p): Likewise.
5704 * print-rtl.c (print_rtx): Likewise.
5706 2014-06-06 Richard Biener <rguenther@suse.de>
5708 * passes.def: Move 2nd VRP pass before phi-only-cprop.
5710 2014-06-06 Christian Bruel <christian.bruel@st.com>
5712 PR tree-optimization/43934
5713 * tree-ssa-loop-im.c (determine_max_movement): Add PHI def constant
5716 2014-06-06 Richard Sandiford <rdsandiford@googlemail.com>
5718 * ira-lives.c (single_reg_class): Add missing break. Explicitly
5719 return NO_REGS for extra address and memory constraints. Handle
5720 operands that match (or are equivalent to something that matches)
5721 extra constant constraints. Ignore other non-register operands.
5723 2014-06-06 Alan Modra <amodra@gmail.com>
5726 * doc/tm.texi.in (INCOMING_REG_PARM_STACK_SPACE): Document.
5727 * doc/tm.texi: Regenerate.
5728 * function.c (INCOMING_REG_PARM_STACK_SPACE): Provide default.
5729 Use throughout in place of REG_PARM_STACK_SPACE.
5730 * config/rs6000/rs6000.c (rs6000_reg_parm_stack_space): Add
5731 "incoming" param. Pass to rs6000_function_parms_need_stack.
5732 (rs6000_function_parms_need_stack): Add "incoming" param, ignore
5733 prototype_p when incoming. Use function decl when incoming
5734 to handle K&R style functions.
5735 * config/rs6000/rs6000.h (REG_PARM_STACK_SPACE): Adjust.
5736 (INCOMING_REG_PARM_STACK_SPACE): Define.
5738 2014-06-05 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
5741 * cfgexpand.c (expand_debug_expr): Use address space of nested
5742 TREE_TYPE for ADDR_EXPR and MEM_REF.
5744 2014-06-05 Jeff Law <law@redhat.com>
5746 PR tree-optimization/61289
5747 * tree-ssa-threadedge.c (invalidate_equivalences): Remove SRC_MAP and
5748 DST_MAP parameters. Invalidate by walking all the SSA_NAME_VALUES
5749 looking for those which match LHS. All callers changed.
5750 (record_temporary_equivalences_from_phis): Remove SRC_MAP and DST_MAP
5751 parameters and code which manipulated them. All callers changed.
5752 (record_temporary_equivalences_from_stmts_at_dest): Remove SRC_MAP
5753 and DST_MAP parameters. Simplify invalidation code by just calling
5754 invalidate_equivalences. All callers changed.
5755 (thread_across_edge): Simplify now that we don't need to maintain
5756 the map of equivalences to invalidate.
5758 2014-06-05 Kai Tietz <ktietz@redhat.com>
5759 Richard Henderson <rth@redhat.com>
5762 * config/i386/predicates.md (memory_nox32_operand): Add memory_operand
5763 checking for !TARGET_X32.
5764 * config/i386/i386.md (UNSPEC_PEEPSIB): New unspec constant.
5765 (sibcall_intern): New define_insn, plus required peepholes.
5766 (sibcall_pop_intern): Likewise.
5767 (sibcall_value_intern): Likewise.
5768 (sibcall_value_pop_intern): Likewise.
5770 2014-06-05 Ilya Enkovich <ilya.enkovich@intel.com>
5772 * tree-inline.c (tree_function_versioning): Check DF info existence
5773 before accessing it.
5775 2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
5777 * config/aarch64/aarch64.h (aarch64_frame): Add hard_fp_offset and
5779 * config/aarch64/aarch64.c (aarch64_layout_frame): Initialize
5780 aarch64_frame hard_fp_offset and frame_size.
5781 (aarch64_expand_prologue): Use aarch64_frame hard_fp_offset and
5782 frame_size; remove original_frame_size.
5783 (aarch64_expand_epilogue, aarch64_final_eh_return_addr): Likewise.
5784 (aarch64_initial_elimination_offset): Remove frame_size and
5785 offset. Use aarch64_frame frame_size.
5787 2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
5788 Jiong Wang <jiong.wang@arm.com>
5789 Renlin <renlin.li@arm.com>
5791 * config/aarch64/aarch64.c (aarch64_layout_frame): Correct
5792 initialization of R30 offset. Update offset. Iterate core
5793 regisers upto X30. Remove X29, X30 specific code.
5795 2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
5796 Jiong Wang <jiong.wang@arm.com>
5798 * config/aarch64/aarch64.c (SLOT_NOT_REQUIRED, SLOT_REQUIRED): Define.
5799 (aarch64_layout_frame): Use SLOT_NOT_REQUIRED and SLOT_REQUIRED.
5800 (aarch64_register_saved_on_entry): Adjust test.
5802 2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
5804 * config/aarch64/aarch64.h (machine_function): Move
5805 saved_varargs_size from here...
5806 (aarch64_frame): ... to here.
5808 * config/aarch64/aarch64.c (aarch64_expand_prologue)
5809 (aarch64_expand_epilogue, aarch64_final_eh_return_addr)
5810 (aarch64_initial_elimination_offset)
5811 (aarch64_setup_incoming_varargs): Adjust location of
5814 2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
5816 * config/aarch64/aarch64.c (aarch64_expand_prologue): Update stack
5819 2014-06-05 Jaydeep Patil <Jaydeep.Patil@imgtec.com>
5820 Prachi Godbole <Prachi.Godbole@imgtec.com>
5822 * config/mips/mips-cpus.def: Add definition for p5600. Updated
5823 mips32r5 entry to use PROCESSOR_P5600.
5824 * config/mips/mips-tables.opt: Regenerate.
5825 * config/mips/mips-protos.h (mips_fmadd_bypass): Add prototype.
5826 * config/mips/mips.c (mips_fmadd_bypass): New function.
5827 (mips_rtx_cost_data): Add costs for p5600.
5828 (mips_issue_rate): Add support for p5600.
5829 (mips_multipass_dfa_lookahead): Likewise.
5830 * config/mips/mips.h (TUNE_P5600): New define.
5831 (TUNE_MACC_CHAINS): Add TUNE_P5600.
5832 (MIPS_ISA_LEVEL_SPEC): Map -march=p5600 to -mips32r5.
5833 * config/mips/mips.md: Include p5600.md.
5834 (processor): Add p5600.
5835 * config/mips/p5600.md: New file.
5837 2014-06-05 Evgeny Stupachenko <evstupac@gmail.com>
5839 * config/i386/sse.md (*ssse3_palignr<mode>_perm): New.
5840 * config/i386/predicates.md (palignr_operand): New.
5841 Indicates if permutation is suitable for palignr instruction.
5843 2014-06-05 Yuri Rumyantsev <ysrumyan@gmail.com>
5845 PR tree-optimization/61319
5846 * tree-if-conv.c (is_cond_scalar_reduction): Add missed check that
5847 stmt belongs to loop.
5849 2014-06-05 Richard Biener <rguenther@suse.de>
5851 * gimplify.c (create_tmp_from_val): Remove is_formal parameter
5852 and set DECL_GIMPLE_REG_P unconditionally if appropriate.
5853 (lookup_tmp_var): Adjust.
5854 (prepare_gimple_addressable): Unset DECL_GIMPLE_REG_P here.
5856 2014-06-05 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5858 * config/arm/arm.md (enabled): Disable opt_enabled attribute.
5860 2014-06-05 Marek Polacek <polacek@redhat.com>
5863 * doc/invoke.texi: Document -Wlogical-not-parentheses.
5865 2014-06-04 Tom de Vries <tom@codesourcery.com>
5867 * config/s390/s390.md ("addptrdi3", "addptrsi3"): Use INTVAL only on
5870 2014-06-04 Marc Glisse <marc.glisse@inria.fr>
5872 PR tree-optimization/61385
5873 * tree-ssa-phiopt.c (value_replacement): Punt if there are PHI nodes.
5875 2014-06-04 Bernd Schmidt <bernds@codesourcery.com>
5877 * lto-wrapper.c (fatal, fatal_perror): Remove functions. All callers
5878 changed to use fatal_error.
5879 (main): Ensure lto_wrapper_cleanup is run atexit.
5881 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
5883 * lra-constraints.c (valid_address_p): Move earlier in file.
5884 (address_eliminator): New structure.
5885 (satisfies_memory_constraint_p): New function.
5886 (satisfies_address_constraint_p): Likewise.
5887 (process_alt_operands, process_address, curr_insn_transform): Use them.
5889 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
5891 * lra-int.h (lra_static_insn_data): Make operand_alternative a
5893 (target_lra_int, default_target_lra_int, this_target_lra_int)
5894 (op_alt_data): Delete.
5895 * lra.h (lra_init): Delete.
5896 * lra.c (default_target_lra_int, this_target_lra_int): Delete.
5897 (init_insn_code_data_once): Remove op_alt_data handling.
5898 (finish_insn_code_data_once): Likewise.
5899 (init_op_alt_data): Delete.
5900 (get_static_insn_data): Initialize operand_alternative to null.
5901 (free_insn_recog_data): Cast operand_alternative before freeing it.
5902 (setup_operand_alternative): Take the operand_alternative as
5903 parameter and assume it isn't already cached in the static
5905 (lra_set_insn_recog_data): Update accordingly.
5907 * ira.c (ira_init): Don't call lra_init.
5908 * target-globals.h (this_target_lra_int): Declare.
5909 (target_globals): Remove lra_int.
5910 (restore_target_globals): Update accordingly.
5911 * target-globals.c: Don't include lra-int.h.
5912 (default_target_globals, save_target_globals): Remove lra_int.
5914 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
5916 * recog.h (operand_alternative): Convert reg_class, reject,
5917 matched and matches into bitfields.
5918 (preprocess_constraints): New overload.
5919 (preprocess_insn_constraints): New function.
5920 (preprocess_constraints): Take the insn as parameter.
5921 (recog_op_alt): Change into a pointer.
5922 (target_recog): Add x_op_alt.
5923 * recog.c (asm_op_alt): New variable.
5924 (recog_op_alt): Change into a pointer.
5925 (preprocess_constraints): New overload, replacing the old function
5926 definition with one that doesn't use global state.
5927 (preprocess_insn_constraints): New function.
5928 (preprocess_constraints): Use them. Take the insn as parameter.
5929 Use asm_op_alt for asms.
5930 (recog_init): Free existing x_op_alt entries.
5931 * ira-lives.c (check_and_make_def_conflict): Make operand_alternative
5933 (make_early_clobber_and_input_conflicts): Likewise.
5934 (process_bb_node_lives): Pass the insn to process_constraints.
5935 * reg-stack.c (check_asm_stack_operands): Likewise.
5936 (subst_asm_stack_regs): Likewise.
5937 * regcprop.c (copyprop_hardreg_forward_1): Likewise.
5938 * regrename.c (build_def_use): Likewise.
5939 * sched-deps.c (sched_analyze_insn): Likewise.
5940 * sel-sched.c (get_reg_class, implicit_clobber_conflict_p): Likewise.
5941 * config/arm/arm.c (xscale_sched_adjust_cost): Likewise.
5942 (note_invalid_constants): Likewise.
5943 * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
5944 (ix86_legitimate_combined_insn): Make operand_alternative pointer
5947 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
5949 * recog.c (preprocess_constraints): Don't skip disabled alternatives.
5950 * ira-lives.c (check_and_make_def_conflict): Check for disabled
5952 (make_early_clobber_and_input_conflicts): Likewise.
5953 * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
5955 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
5957 * recog.h (alternative_class): New function.
5958 (which_op_alt): Return a const recog_op_alt.
5959 * reg-stack.c (check_asm_stack_operands): Update type accordingly.
5960 (subst_asm_stack_regs): Likewise.
5961 * config/arm/arm.c (note_invalid_constants): Likewise.
5962 * regcprop.c (copyprop_hardreg_forward_1): Likewise. Don't modify
5963 the operand_alternative; use alternative class instead.
5964 * sel-sched.c (get_reg_class): Likewise.
5965 * regrename.c (build_def_use): Likewise.
5966 (hide_operands, restore_operands, record_out_operands): Update type
5969 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
5971 * recog.h (recog_op_alt): Convert to a flat array.
5972 (which_op_alt): New function.
5973 * recog.c (recog_op_alt): Convert to a flat array.
5974 (preprocess_constraints): Update accordingly, grouping all
5975 operands of the same alternative together, rather than the
5977 * ira-lives.c (check_and_make_def_conflict): Likewise.
5978 (make_early_clobber_and_input_conflicts): Likewise.
5979 * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
5980 * reg-stack.c (check_asm_stack_operands): Use which_op_alt.
5981 (subst_asm_stack_regs): Likewise.
5982 * regcprop.c (copyprop_hardreg_forward_1): Likewise.
5983 * regrename.c (hide_operands, record_out_operands): Likewise.
5984 (build_def_use): Likewise.
5985 * sel-sched.c (get_reg_class): Likewise.
5986 * config/arm/arm.c (note_invalid_constants): Likewise.
5988 2014-06-04 Jason Merrill <jason@redhat.com>
5992 * gimplify.c (gimplify_arg): Non-static.
5993 * gimplify.h: Declare it.
5995 2014-06-04 Richard Biener <rguenther@suse.de>
5997 * tree.h (may_be_aliased): Trust TREE_ADDRESSABLE from
5998 TREE_PUBLIC and DECL_EXTERNAL decls.
6000 2014-06-04 Matthew Fortune <matthew.fortune@imgtec.com>
6002 * regcprop.c (copyprop_hardreg_forward_1): Account for
6003 HARD_REGNO_CALL_PART_CLOBBERED.
6005 2014-06-04 Richard Biener <rguenther@suse.de>
6007 * configure.ac: Check whether the underlying type of int64_t
6008 is long or long long.
6009 * configure: Regenerate.
6010 * config.in: Likewise.
6011 * hwint.h (HOST_WIDE_INT): Match the underlying type of int64_t.
6012 (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
6014 2014-06-04 Richard Biener <rguenther@suse.de>
6016 PR tree-optimization/60098
6017 * tree-ssa-dse.c (dse_possible_dead_store_p): Walk until
6019 (dse_optimize_stmt): Simplify, now that we found a kill
6022 2014-06-04 Richard Biener <rguenther@suse.de>
6024 * tree-ssa-alias.c (stmt_may_clobber_ref_p): Improve handling
6025 of accesses with non-invariant address.
6027 2014-06-04 Martin Liska <mliska@suse.cz>
6029 * cgraph.h (cgraph_make_wrapper): New function introduced.
6030 * cgraphunit.c (cgraph_make_wrapper): The function implementation.
6031 * ipa-inline.h (inline_analyze_function): The function is global.
6032 * ipa-inline-analysis.c (inline_analyze_function): Likewise.
6034 2014-06-04 Martin Liska <mliska@suse.cz>
6036 * tree.h (private_lookup_attribute_starting): New function.
6037 (lookup_attribute_starting): Likewise.
6038 * tree.c (private_lookup_attribute_starting): Likewise.
6040 2014-06-04 Martin Liska <mliska@suse.cz>
6042 * cgraph.h (expand_thunk): New argument added.
6043 (address_taken_from_non_vtable_p): New global function.
6044 * ipa-visibility.c (address_taken_from_non_vtable_p): Likewise.
6045 * cgraphclones.c (duplicate_thunk_for_node): Argument added to call.
6046 * cgraphunit.c (analyze_function): Likewise.
6047 (assemble_thunks_and_aliases): Argument added to call.
6048 (expand_thunk): New argument forces to produce GIMPLE thunk.
6050 2014-06-04 Martin Liska <mliska@suse.cz>
6052 * coverage.h (coverage_compute_cfg_checksum): Argument added.
6053 * coverage.c (coverage_compute_cfg_checksum): Likewise.
6054 * profile.c (branch_prob): Likewise.
6056 2014-06-04 Martin Jambor <mjambor@suse.cz>
6059 * ipa-pure-const.c (propagate_pure_const): Add unreachable default
6060 handler for switch on an ipa_ref_use enum.
6061 * ipa-reference.c (analyze_function): Likewise.
6063 2014-06-04 Kai Tietz <ktietz@redhat.com>
6065 * recog.c (peep2_attempt): Copy SIBLING_CALL_P flag
6066 from old call-instruction.
6068 2014-06-04 Bin Cheng <bin.cheng@arm.com>
6070 * config/aarch64/aarch64.c (aarch64_classify_address)
6071 (aarch64_legitimize_reload_address): Support full addressing modes
6073 * config/aarch64/aarch64.md (mov<mode>, movmisalign<mode>)
6074 (*aarch64_simd_mov<mode>, *aarch64_simd_mov<mode>): Relax predicates.
6076 2014-06-03 Andrew Pinski <apinski@cavium.com>
6078 * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Allow non comparisons
6081 2014-06-03 Andrew Pinski <apinski@cavium.com>
6083 * config/aarch64/aarch64.c (aarch64_if_then_else_costs): New function.
6084 (aarch64_rtx_costs): Use aarch64_if_then_else_costs.
6086 2014-06-03 Kai Tietz <ktietz@redhat.com>
6088 * config/i386/i386.c (ix86_function_value_regno_p): Disallow DX_REG
6091 2014-06-03 Dehao Chen <dehao@google.com>
6093 * tree-cfg.c (gimple_merge_blocks): Only reset count when BBs are in
6096 2014-06-03 Marek Polacek <polacek@redhat.com>
6099 * doc/invoke.texi: Document -Wswitch-bool.
6100 * function.c (stack_protect_epilogue): Cast controlling expression of
6102 * gengtype.c (walk_type): Generate switch expression with its
6103 controlling expression cast to int.
6105 2014-06-03 Vishnu K S <Vishnu.k_s@atmel.com>
6107 * config/avr/avr-mcus.def: Add new avr25 devices attiny441, attiny828
6109 * config/avr/avr-tables.opt: Regenerate.
6110 * config/avr/t-multilib: Regenerate.
6111 * doc/avr-mmcu.texi: Regenerate.
6113 2014-06-03 Vishnu K S <vishnu.k_s@atmel.com>
6114 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
6116 * config/avr/avr-mcus.def (ata6616c): Add new avr25 device.
6117 (ata6617c, ata664251): Add new avr35 devices.
6118 (ata6612c): Add new avr4 device.
6119 (ata6613c, ata6614q): Add new avr5 devices.
6120 * config/avr/avr-tables.opt: Regenerate.
6121 * config/avr/t-multilib: Regenerate.
6122 * doc/avr-mmcu.texi: Regenerate.
6124 2014-06-03 Alan Lawrence <alan.lawrence@arm.com>
6126 * gcc/config/aarch64/aarch64-builtins.c
6127 (aarch64_types_binop_ssu_qualifiers): New static data.
6128 (TYPES_BINOP_SSU): Define.
6129 * gcc/config/aarch64/aarch64-simd-builtins.def (suqadd, ushl, urshl,
6130 urshr_n, ushll_n): Use appropriate unsigned qualifiers.
6131 * gcc/config/aarch64/arm_neon.h (vrshl_u8, vrshl_u16, vrshl_u32,
6132 vrshl_u64, vrshlq_u8, vrshlq_u16, vrshlq_u32, vrshlq_u64, vrshld_u64,
6133 vrshr_n_u8, vrshr_n_u16, vrshr_n_u32, vrshr_n_u64, vrshrq_n_u8,
6134 vrshrq_n_u16, vrshrq_n_u32, vrshrq_n_u64, vrshrd_n_u64, vshll_n_u8,
6135 vshll_n_u16, vshll_n_u32, vuqadd_s8, vuqadd_s16, vuqadd_s32,
6136 vuqadd_s64, vuqaddq_s8, vuqaddq_s16, vuqaddq_s32, vuqaddq_s64,
6137 vuqaddb_s8, vuqaddh_s16, vuqadds_s32, vuqaddd_s64): Add signedness
6138 suffix to builtin function name, remove cast.
6139 (vshl_s8, vshl_s16, vshl_s32, vshl_s64, vshl_u8, vshl_u16, vshl_u32,
6140 vshl_u64, vshlq_s8, vshlq_s16, vshlq_s32, vshlq_s64, vshlq_u8,
6141 vshlq_u16, vshlq_u32, vshlq_u64, vshld_s64, vshld_u64): Remove cast.
6143 2014-06-03 Alan Lawrence <alan.lawrence@arm.com>
6145 * gcc/config/aarch64/aarch64-builtins.c
6146 (aarch64_types_binop_uus_qualifiers,
6147 aarch64_types_shift_to_unsigned_qualifiers,
6148 aarch64_types_unsigned_shiftacc_qualifiers): Define.
6149 * gcc/config/aarch64/aarch64-simd-builtins.def (uqshl, uqrshl, uqadd,
6150 uqsub, usqadd, usra_n, ursra_n, uqshrn_n, uqrshrn_n, usri_n, usli_n,
6151 sqshlu_n, uqshl_n): Update qualifiers.
6152 * gcc/config/aarch64/arm_neon.h (vqadd_u8, vqadd_u16, vqadd_u32,
6153 vqadd_u64, vqaddq_u8, vqaddq_u16, vqaddq_u32, vqaddq_u64, vqsub_u8,
6154 vqsub_u16, vqsub_u32, vqsub_u64, vqsubq_u8, vqsubq_u16, vqsubq_u32,
6155 vqsubq_u64, vqaddb_u8, vqaddh_u16, vqadds_u32, vqaddd_u64, vqrshl_u8,
6156 vqrshl_u16, vqrshl_u32, vqrshl_u64, vqrshlq_u8, vqrshlq_u16,
6157 vqrshlq_u32, vqrshlq_u64, vqrshlb_u8, vqrshlh_u16, vqrshls_u32,
6158 vqrshld_u64, vqrshrn_n_u16, vqrshrn_n_u32, vqrshrn_n_u64,
6159 vqrshrnh_n_u16, vqrshrns_n_u32, vqrshrnd_n_u64, vqshl_u8, vqshl_u16,
6160 vqshl_u32, vqshl_u64, vqshlq_u8, vqshlq_u16, vqshlq_u32, vqshlq_u64,
6161 vqshlb_u8, vqshlh_u16, vqshls_u32, vqshld_u64, vqshl_n_u8, vqshl_n_u16,
6162 vqshl_n_u32, vqshl_n_u64, vqshlq_n_u8, vqshlq_n_u16, vqshlq_n_u32,
6163 vqshlq_n_u64, vqshlb_n_u8, vqshlh_n_u16, vqshls_n_u32, vqshld_n_u64,
6164 vqshlu_n_s8, vqshlu_n_s16, vqshlu_n_s32, vqshlu_n_s64, vqshluq_n_s8,
6165 vqshluq_n_s16, vqshluq_n_s32, vqshluq_n_s64, vqshlub_n_s8,
6166 vqshluh_n_s16, vqshlus_n_s32, vqshlud_n_s64, vqshrn_n_u16,
6167 vqshrn_n_u32, vqshrn_n_u64, vqshrnh_n_u16, vqshrns_n_u32,
6168 vqshrnd_n_u64, vqsubb_u8, vqsubh_u16, vqsubs_u32, vqsubd_u64,
6169 vrsra_n_u8, vrsra_n_u16, vrsra_n_u32, vrsra_n_u64, vrsraq_n_u8,
6170 vrsraq_n_u16, vrsraq_n_u32, vrsraq_n_u64, vrsrad_n_u64, vsli_n_u8,
6171 vsli_n_u16, vsli_n_u32,vsli_n_u64, vsliq_n_u8, vsliq_n_u16,
6172 vsliq_n_u32, vsliq_n_u64, vslid_n_u64, vsqadd_u8, vsqadd_u16,
6173 vsqadd_u32, vsqadd_u64, vsqaddq_u8, vsqaddq_u16, vsqaddq_u32,
6174 vsqaddq_u64, vsqaddb_u8, vsqaddh_u16, vsqadds_u32, vsqaddd_u64,
6175 vsra_n_u8, vsra_n_u16, vsra_n_u32, vsra_n_u64, vsraq_n_u8,
6176 vsraq_n_u16, vsraq_n_u32, vsraq_n_u64, vsrad_n_u64, vsri_n_u8,
6177 vsri_n_u16, vsri_n_u32, vsri_n_u64, vsriq_n_u8, vsriq_n_u16,
6178 vsriq_n_u32, vsriq_n_u64, vsrid_n_u64): Remove casts.
6180 2014-06-03 Teresa Johnson <tejohnson@google.com>
6182 * tree-sra.c (modify_function): Record caller nodes after rebuild.
6184 2014-06-02 Jason Merrill <jason@redhat.com>
6187 * varpool.c (ctor_for_folding): Handle uninitialized vtables.
6189 2014-06-03 Alan Lawrence <alan.lawrence@arm.com>
6191 * config/aarch64/aarch64.c (aarch64_evpc_ext): allow and handle
6194 2014-06-03 Alan Lawrence <alan.lawrence@arm.com>
6196 * config/aarch64/aarch64-simd.md (aarch64_rev<REVERSE:rev-op><mode>):
6198 * config/aarch64/aarch64.c (aarch64_evpc_rev): New function.
6199 (aarch64_expand_vec_perm_const_1): Add call to aarch64_evpc_rev.
6200 * config/aarch64/iterators.md (REVERSE): New iterator.
6201 (UNSPEC_REV64, UNSPEC_REV32, UNSPEC_REV16): New enum elements.
6202 (rev_op): New int_attribute.
6203 * config/aarch64/arm_neon.h (vrev16_p8, vrev16_s8, vrev16_u8,
6204 vrev16q_p8, vrev16q_s8, vrev16q_u8, vrev32_p8, vrev32_p16, vrev32_s8,
6205 vrev32_s16, vrev32_u8, vrev32_u16, vrev32q_p8, vrev32q_p16, vrev32q_s8,
6206 vrev32q_s16, vrev32q_u8, vrev32q_u16, vrev64_f32, vrev64_p8,
6207 vrev64_p16, vrev64_s8, vrev64_s16, vrev64_s32, vrev64_u8, vrev64_u16,
6208 vrev64_u32, vrev64q_f32, vrev64q_p8, vrev64q_p16, vrev64q_s8,
6209 vrev64q_s16, vrev64q_s32, vrev64q_u8, vrev64q_u16, vrev64q_u32):
6210 Replace temporary __asm__ with __builtin_shuffle.
6212 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
6214 * config/mips/mips-cpus.def: Add mips32r3, mips32r5, mips64r3 and
6216 * config/mips/mips-tables.opt: Regenerate.
6217 * config/mips/mips.c (mips_compute_frame_info): Changed if statement
6218 to use mips_isa_rev rather than ISA_MIPS32R2.
6219 * config/mips/mips.h (ISA_MIPS32R3): New define.
6220 (ISA_MIPS32R5): New define.
6221 (ISA_MIPS64R3): New define.
6222 (ISA_MIPS64R5): New define.
6223 (TARGET_CPU_CPP_BUILTINS): Added support for ISA_MIPS32R3,
6224 ISA_MIPS32R5, ISA_MIPS64R3 and ISA_MIPS64R5.
6225 (MIPS_ISA_LEVEL_SPEC): Added support for mips32r3, mips32r5, mips64r3
6227 (MIPS_ISA_SYNCI_SPEC): Likewise.
6228 (ISA_HAS_64BIT_REGS): Added ISA_MIPS64R3 and ISA_MIPS64R5.
6229 (LINK_SPEC): Added mips32r3 and mips32r5.
6230 * config/mips/t-isa3264 (MULTILIB_MATCHES): Map mips32r3 and mips32r5
6231 to mips32r2; and mips64r3 and mips64r5 to mips64r2.
6232 * config/mips/t-mti-elf (MULTILIB_MATCHES): Likewise.
6233 * config/mips/t-mti-linux (MULTILIB_MATCHES): Likewise.
6234 * config/mips/t-sde (MULTILIB_MATCHES): Likewise.
6235 * config/mips/t-sdemtk (MULTILIB_MATCHES): New define.
6236 * doc/invoke.texi: Document mips32r3, mips32r5, mips64r3 and mips64r5.
6238 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
6240 * doc/invoke.texi: Document -mxpa and -mno-xpa MIPS command line
6242 * config/mips/mips.opt (mxpa): New option.
6243 * config/mips/mips.h (ASM_SPEC): Pass mxpa and mno-xpa to the
6246 2014-06-03 Martin Jambor <mjambor@suse.cz>
6249 * ipa-cp.c (cgraph_edge_brings_value_p): Handle edges leading to
6252 2014-06-03 Thomas Preud'homme <thomas.preudhomme@arm.com>
6254 PR tree-optimization/61328
6255 * tree-ssa-math-opts.c (init_symbolic_number): Extract symbolic number
6256 initialization from find_bswap_or_nop_1.
6257 (find_bswap_or_nop_1): Test return value of find_bswap_or_nop_1 stored
6258 in source_expr2 before using the size value the function sets. Also
6259 make use of init_symbolic_number () in both the old place and
6260 find_bswap_or_nop_load () to avoid reading uninitialized memory when
6261 doing recursion in the GIMPLE_BINARY_RHS case.
6263 2014-06-03 Richard Biener <rguenther@suse.de>
6265 PR tree-optimization/61383
6266 * tree-ssa-ifcombine.c (bb_no_side_effects_p): Make sure
6269 2014-06-03 Richard Sandiford <rdsandiford@googlemail.com>
6271 * defaults.h (USE_MD_CONSTRAINTS, EXTRA_MEMORY_CONSTRAINT)
6272 (EXTRA_ADDRESS_CONSTRAINT, DEFAULT_CONSTRAINT_LEN, CONSTRAINT_LEN)
6273 (CONST_OK_FOR_CONSTRAINT_P, CONST_DOUBLE_OK_FOR_LETTER_P)
6274 (REG_CLASS_FROM_CONSTRAINT, EXTRA_CONSTRAINT_STR): Delete definitions
6276 (REG_CLASS_FROM_LETTER, CONST_OK_FOR_LETTER_P)
6277 (CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT): Move poising to...
6278 * system.h: ...here and make it unconditional.
6279 * target.def (conditional_register_usage): Mention
6280 define_register_constraint instead of old-style constraint macros.
6281 * doc/tm.texi.in: Remove documentation for old-style constraint macros.
6282 * doc/tm.texi: Regenerate.
6283 * genoutput.c: Remove USE_MD_CONSTRAINTS conditions and all code
6284 protected by !USE_MD_CONSTRAINTS.
6285 * config/frv/frv.md: Remove quote from old version of documentation.
6286 * config/frv/frv.c (frv_conditional_register_usage): Likewise.
6287 * config/m32r/m32r.c (easy_di_const, easy_df_const): Avoid mentioning
6288 CONST_DOUBLE_OK_FOR_LETTER.
6289 * config/sh/constraints.md: Likewise EXTRA_CONSTRAINT.
6291 2014-06-02 Andrew Pinski <apinski@cavium.com>
6293 * config/aarch64/aarch64-linux.h (GLIBC_DYNAMIC_LINKER):
6294 /lib/ld-linux32-aarch64.so.1 is used for ILP32.
6295 (LINUX_TARGET_LINK_SPEC): Update linker script for ILP32.
6296 file whose name depends on -mabi= and -mbig-endian.
6297 * config/aarch64/t-aarch64-linux (MULTILIB_OSDIRNAMES):
6298 Handle LP64 better and handle ilp32 too.
6299 (MULTILIB_OPTIONS): Delete.
6300 (MULTILIB_DIRNAMES): Delete.
6302 2014-06-02 Andrew MacLeod <amacleod@redhat.com>
6304 * expr.h: Remove prototypes of functions defined in builtins.c.
6305 * tree.h: (build_call_expr_*, build_string_literal): Add prototypes.
6306 Remove prototypes of functions defined in builtins.c.
6307 * builtins.h: Update prototype list to include all exported functions.
6308 * builtins.c: (default_libc_has_function, gnu_libc_has_function,
6309 no_c99_libc_has_function): Move to targhooks.c
6310 (build_string_literal, build_call_expr_loc_array,
6311 build_call_expr_loc_vec, build_call_expr_loc, build_call_expr): Move
6313 (expand_builtin_object_size, fold_builtin_object_size): Make static.
6314 * targhooks.c (default_libc_has_function, gnu_libc_has_function,
6315 no_c99_libc_has_function): Relocate from builtins.c.
6316 * tree.c: Include builtins.h.
6317 (build_call_expr_loc_array, build_call_expr_loc_vec,
6318 build_call_expr_loc, build_call_expr, build_string_literal): Relocate
6320 * fold-const.h (fold_fma): Move prototype to builtins.h.
6321 * realmpfr.h (do_mpc_arg2): Move prototype to builtins.h.
6322 * asan.c: Include builtins.h.
6323 * cfgexpand.c: Likewise.
6324 * convert.c: Likewise.
6325 * emit-rtl.c: Likewise.
6326 * except.c: Likewise.
6328 * fold-const.c: Likewise.
6329 * gimple-fold.c: Likewise.
6330 * gimple-ssa-strength-reduction.c: Likewise.
6331 * gimplify.c: Likewise.
6332 * ipa-inline.c: Likewise.
6333 * ipa-prop.c: Likewise.
6334 * lto-streamer-out.c: Likewise.
6336 * tree-inline.c: Likewise.
6337 * tree-object-size.c: Likewise.
6338 * tree-sra.c: Likewise.
6339 * tree-ssa-ccp.c: Likewise.
6340 * tree-ssa-forwprop.c: Likewise.
6341 * tree-ssa-loop-ivcanon.c: Likewise.
6342 * tree-ssa-loop-ivopts.c: Likewise.
6343 * tree-ssa-math-opts.c: Likewise.
6344 * tree-ssa-reassoc.c: Likewise.
6345 * tree-ssa-threadedge.c: Likewise.
6346 * tree-streamer-in.c: Likewise.
6347 * tree-vect-data-refs.c: Likewise.
6348 * tree-vect-patterns.c: Likewise.
6349 * tree-vect-stmts.c: Likewise.
6350 * config/aarch64/aarch64.c: Likewise.
6351 * config/alpha/alpha.c: Likewise.
6352 * config/arc/arc.c: Likewise.
6353 * config/arm/arm.c: Likewise.
6354 * config/avr/avr.c: Likewise.
6355 * config/bfin/bfin.c: Likewise.
6356 * config/c6x/c6x.c: Likewise.
6357 * config/cr16/cr16.c: Likewise.
6358 * config/cris/cris.c: Likewise.
6359 * config/epiphany/epiphany.c: Likewise.
6360 * config/fr30/fr30.c: Likewise.
6361 * config/frv/frv.c: Likewise.
6362 * config/h8300/h8300.c: Likewise.
6363 * config/i386/i386.c: Likewise.
6364 * config/i386/winnt.c: Likewise.
6365 * config/ia64/ia64.c: Likewise.
6366 * config/iq2000/iq2000.c: Likewise.
6367 * config/lm32/lm32.c: Likewise.
6368 * config/m32c/m32c.c: Likewise.
6369 * config/m32r/m32r.c: Likewise.
6370 * config/m68k/m68k.c: Likewise.
6371 * config/mcore/mcore.c: Likewise.
6372 * config/mep/mep.c: Likewise.
6373 * config/microblaze/microblaze.c: Likewise.
6374 * config/mips/mips.c: Likewise.
6375 * config/mmix/mmix.c: Likewise.
6376 * config/mn10300/mn10300.c: Likewise.
6377 * config/moxie/moxie.c: Likewise.
6378 * config/msp430/msp430.c: Likewise.
6379 * config/nds32/nds32.c: Likewise.
6380 * config/pa/pa.c: Likewise.
6381 * config/pdp11/pdp11.c: Likewise.
6382 * config/picochip/picochip.c: Likewise.
6383 * config/rl78/rl78.c: Likewise.
6384 * config/rs6000/rs6000.c: Likewise.
6385 * config/rx/rx.c: Likewise.
6386 * config/s390/s390.c: Likewise.
6387 * config/score/score.c: Likewise.
6388 * config/sh/sh.c: Likewise.
6389 * config/sparc/sparc.c: Likewise.
6390 * config/spu/spu.c: Likewise.
6391 * config/stormy16/stormy16.c: Likewise.
6392 * config/tilegx/tilegx.c: Likewise.
6393 * config/tilepro/tilepro.c: Likewise.
6394 * config/v850/v850.c: Likewise.
6395 * config/vax/vax.c: Likewise.
6396 * config/xtensa/xtensa.c: Likewise.
6398 2014-06-02 Jeff Law <law@redhat.com>
6400 PR rtl-optimization/61094
6401 * ree.c (combine_reaching_defs): Do not reextend an insn if it
6402 was marked as do_no_reextend. If a copy is needed to eliminate
6403 an extension, then mark it as do_not_reextend.
6405 2014-06-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
6407 * config/aarch64/aarch64.md (set_fpcr): Drop ISB after FPCR write.
6409 2014-06-02 Richard Henderson <rth@redhat.com>
6412 * config/alpha/alpha.c (print_operand_address): Allow symbolic
6413 addresses inside asms. Use output_operand_lossage instead of
6416 2014-06-02 Uros Bizjak <ubizjak@gmail.com>
6419 * config/i386/i386.c (ix86_expand_vec_perm) [case V32QImode]: Use
6420 GEN_INT (-128) instead of GEN_INT (128) to set MSB of QImode constant.
6422 2014-06-02 Tom de Vries <tom@codesourcery.com>
6424 * config/aarch64/aarch64.c (aarch64_float_const_representable_p): Handle
6425 case that x has VOIDmode.
6427 2014-06-02 Bernd Schmidt <bernds@codesourcery.com>
6429 * varasm.c (copy_constant): Delete function.
6430 (build_constant_desc): Don't call it.
6432 2014-06-02 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6435 * config/arm/arm.h (TARGET_SUPPORTS_WIDE_INT): Define.
6436 * config/arm/arm.md (mov64 splitter): Replace const_double_operand
6437 with immediate_operand.
6439 2014-06-02 Andreas Schwab <schwab@suse.de>
6441 * config/ia64/ia64.c
6442 (ia64_first_cycle_multipass_dfa_lookahead_guard): Check
6443 pending_data_specs first.
6445 2014-06-02 Richard Biener <rguenther@suse.de>
6447 PR tree-optimization/61378
6448 * tree-ssa-sccvn.c (vn_reference_lookup_3): Initialize
6451 2014-06-01 Uros Bizjak <ubizjak@gmail.com>
6453 * config/i386/constraints.md (Bw): Rename from 'w'.
6454 (Bz): Rename from 'z'.
6455 * config/i386/i386.md: Change 'w' to 'Bw' and 'z' to 'Bz' globally.
6457 2014-06-01 Kai Tietz <ktietz@redhat.com>
6460 * config/i386/constrains.md (define_constrain): New 'Bs' constraint.
6461 * config/i386/i386.md (sibcall_insn_operand): Use Bs
6462 instead of m constraint.
6464 2014-05-31 Andreas Schwab <schwab@linux-m68k.org>
6466 * config/m68k/m68k.md (beq0_di, bne0_di): Make the "o" constraint
6467 a separate alternative where the scratch operand 2 is marked as
6470 2014-05-31 Kugan Vivekanandarajah <kuganv@linaro.org>
6472 * config/arm/arm.c (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New define.
6473 (arm_builtins) : Add ARM_BUILTIN_GET_FPSCR and ARM_BUILTIN_SET_FPSCR.
6474 (bdesc_2arg) : Add description for builtins __builtins_arm_set_fpscr
6475 and __builtins_arm_get_fpscr.
6476 (arm_init_builtins) : Initialize builtins __builtins_arm_set_fpscr and
6477 __builtins_arm_get_fpscr.
6478 (arm_expand_builtin) : Expand builtins __builtins_arm_set_fpscr and
6479 __builtins_arm_ldfpscr.
6480 (arm_atomic_assign_expand_fenv): New function.
6481 * config/arm/vfp.md (set_fpscr): New pattern.
6482 (get_fpscr) : Likewise.
6483 * config/arm/unspecs.md (unspecv): Add VUNSPEC_GET_FPSCR and
6485 * doc/extend.texi (AARCH64 Built-in Functions) : Document
6486 __builtins_arm_set_fpscr, __builtins_arm_get_fpscr.
6488 2014-05-30 Jakub Jelinek <jakub@redhat.com>
6490 * asan.c (report_error_func): Add SLOW_P argument, use
6491 BUILT_IN_ASAN_*_N if set.
6492 (build_check_stmt): Likewise.
6493 (instrument_derefs): If T has insufficient alignment,
6494 force same handling as for odd sizes.
6496 * sanitizer.def (BUILT_IN_ASAN_REPORT_LOAD_N,
6497 BUILT_IN_ASAN_REPORT_STORE_N): New.
6498 * asan.c (struct asan_mem_ref): Change access_size type to
6500 (asan_mem_ref_init, asan_mem_ref_new, get_mem_refs_of_builtin_call,
6501 update_mem_ref_hash_table): Likewise.
6502 (asan_mem_ref_hasher::hash): Hash in a HWI.
6503 (report_error_func): Change size_in_bytes argument to HWI.
6504 Use *_N builtins if size_in_bytes is larger than 16 or not power of
6506 (build_shadow_mem_access): New function.
6507 (build_check_stmt): Use it. Change size_in_bytes argument to HWI.
6508 Handle size_in_bytes not power of two or larger than 16.
6509 (instrument_derefs): Don't give up if size_in_bytes is not
6510 power of two or is larger than 16.
6512 2014-05-30 Kai Tietz <ktietz@redhat.com>
6515 * config/i386/i386.c (x86_output_mi_thunk): Add memory case
6516 for sibling-tail-calls.
6517 * config/i386/i386.md (sibcall_insn_operand): Add memory-constrain
6519 * config/i386/predicates.md (sibcall_memory_operand): New predicate.
6520 (sibcall_insn_operand): Add check for sibcall_memory_operand.
6522 2014-05-30 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
6524 * config/avr/avr-mcus.def: Change ATA6289 ISA to AVR4
6525 * config/avr/avr-tables.opt: Regenerate.
6526 * config/avr/t-multilib: Regenerate.
6527 * doc/avr-mmcu.texi: Regenerate.
6529 2014-05-30 Ian Lance Taylor <iant@google.com>
6531 * config/i386/xmmintrin.h (_mm_pause): Move out of scope of pragma
6534 2014-05-30 Tom de Vries <tom@codesourcery.com>
6536 * config/i386/i386.c (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS):
6539 2014-05-30 Tom de Vries <tom@codesourcery.com>
6541 * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
6542 * lra.c (initialize_lra_reg_info_element): Add init of
6543 actual_call_used_reg_set field.
6544 (lra): Call lra_create_live_ranges before lra_inheritance for
6546 * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
6548 * lra-constraints.c (need_for_call_save_p): Use actual_call_used_reg_set
6549 instead of call_used_reg_set for -fuse-caller-save.
6550 * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
6552 2014-05-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6554 * config/arm/thumb2.md (*thumb2_movhi_insn): Set type of movw
6556 * config/arm/vfp.md (*thumb2_movsi_vfp): Likewise.
6558 2014-05-30 Richard Sandiford <rdsandiford@googlemail.com>
6560 * ira.c (ira_get_dup_out_num): Check for output operands at
6561 the start of the loop. Handle cases where an included alternative
6562 follows an excluded one.
6564 2014-05-29 Mike Stump <mikestump@comcast.net>
6567 * collect2.c (maybe_run_lto_and_relink): Be sure to always run
6568 post ld passes when lto is used.
6570 2014-05-29 Vladimir Makarov <vmakarov@redhat.com>
6572 PR rtl-optimization/61325
6573 * lra-constraints.c (process_address): Rename to process_address_1.
6574 (process_address): New function.
6576 2014-05-29 Alan Lawrence <alan.lawrence@arm.com>
6578 * config/aarch64/aarch64-builtins.c (aarch64_types_binopv_qualifiers,
6579 TYPES_BINOPV): New static data.
6580 * config/aarch64/aarch64-simd-builtins.def (im_lane_bound):
6582 * config/aarch64/aarch64-simd.md (aarch64_ext,
6583 aarch64_im_lane_boundsi): New patterns.
6584 * config/aarch64/aarch64.c (aarch64_expand_vec_perm_const_1): Match
6586 (aarch64_evpc_ext): New function.
6588 * config/aarch64/iterators.md (UNSPEC_EXT): New enum element.
6590 * config/aarch64/arm_neon.h (vext_f32, vext_f64, vext_p8, vext_p16,
6591 vext_s8, vext_s16, vext_s32, vext_s64, vext_u8, vext_u16, vext_u32,
6592 vext_u64, vextq_f32, vextq_f64, vextq_p8, vextq_p16, vextq_s8,
6593 vextq_s16, vextq_s32, vextq_s64, vextq_u8, vextq_u16, vextq_u32,
6594 vextq_u64): Replace __asm with __builtin_shuffle and im_lane_boundsi.
6596 2014-05-29 Tom de Vries <tom@codesourcery.com>
6598 * rtl.h (BLOCK_SYMBOL_CHECK): Use SYMBOL_REF_FLAGS.
6600 2014-05-29 Richard Earnshaw <rearnsha@arm.com>
6601 Richard Sandiford <rdsandiford@googlemail.com>
6603 * arm/iterators.md (shiftable_ops): New code iterator.
6604 (t2_binop0, arith_shift_insn): New code attributes.
6605 * arm/predicates.md (shift_nomul_operator): New predicate.
6606 * arm/arm.md (insn_enabled): Delete.
6607 (enabled): Remove insn_enabled test.
6608 (*arith_shiftsi): Delete. Replace with ...
6609 (*<arith_shift_insn>_multsi): ... new pattern.
6610 (*<arith_shift_insn>_shiftsi): ... new pattern.
6611 * config/arm/arm.c (arm_print_operand): Handle operand format 'b'.
6613 2014-05-29 Radovan Obradovic <robradovic@mips.com>
6614 Tom de Vries <tom@codesourcery.com>
6616 * config/mips/mips.h (POST_CALL_TMP_REG): Define.
6617 * config/mips/mips.c (mips_emit_call_insn): Add POST_CALL_TMP_REG
6619 (mips_split_call): Use POST_CALL_TMP_REG.
6620 (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): Redefine to true.
6622 2014-05-29 Tom de Vries <tom@codesourcery.com>
6624 * final.c (collect_fn_hard_reg_usage): Guard variable declaration
6625 with #ifdef STACK_REGS.
6627 2014-05-28 Jan Hubicka <hubicka@ucw.cz>
6629 * varasm.c (get_variable_section): Walk aliases.
6630 (place_block_symbol): Walk aliases.
6632 2014-05-28 Tom de Vries <tom@codesourcery.com>
6635 2014-05-28 Tom de Vries <tom@codesourcery.com>
6637 * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
6638 * lra.c (initialize_lra_reg_info_element): Add init of
6639 actual_call_used_reg_set field.
6640 (lra): Call lra_create_live_ranges before lra_inheritance for
6642 * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
6644 * lra-constraints.c (need_for_call_save_p): Use
6645 actual_call_used_reg_set instead of call_used_reg_set for
6647 * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
6649 2014-05-28 Richard Sandiford <rdsandiford@googlemail.com>
6651 * doc/md.texi: Document that the % constraint character must
6652 be at the beginning of the string.
6653 * genoutput.c (validate_insn_alternatives): Check that '=',
6654 '+' and '%' only appear at the beginning of a constraint.
6655 * ira.c (commutative_constraint_p): Delete.
6656 (ira_get_dup_out_num): Expect the '%' commutativity marker to be
6657 at the start of the string.
6658 * config/alpha/alpha.md (*movmemdi_1, *clrmemdi_1): Remove
6660 * config/arm/neon.md (bicdi3_neon): Likewise.
6661 * config/iq2000/iq2000.md (addsi3_internal, subsi3_internal, sgt_si)
6662 (slt_si, sltu_si): Likewise.
6663 * config/vax/vax.md (sbcdi3): Likewise.
6664 * config/h8300/h8300.md (*cmpstz): Remove duplicate '+'.
6665 * config/arc/arc.md (mulsi_600, mulsidi_600, umulsidi_600)
6666 (mul64): Move '%' to beginning of constraint.
6667 * config/arm/arm.md (*xordi3_insn): Likewise.
6668 * config/nds32/nds32.md (add<mode>3, mulsi3, andsi3, iorsi3)
6671 2014-05-28 Richard Sandiford <rdsandiford@googlemail.com>
6673 * doc/md.texi: Document the restrictions on the "enabled" attribute.
6675 2014-05-28 Jason Merrill <jason@redhat.com>
6678 * cgraph.h (symtab_node::get_comdat_group_id): New.
6679 * cgraphunit.c (analyze_functions): Call it.
6680 * symtab.c (dump_symtab_node): Likewise.
6681 * tree.c (decl_comdat_group_id): New.
6682 * tree.h: Declare it.
6683 * lto-streamer-out.c (write_symbol): Use it.
6684 * trans-mem.c (ipa_tm_create_version_alias): Likewise.
6686 2014-05-28 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6688 PR bootstrap/PR61146
6689 * wide-int.cc: Do not include longlong.h when compiling with clang.
6691 2014-05-28 Richard Biener <rguenther@suse.de>
6693 * tree-ssa-propagate.c (add_control_edge): Print less vertical space.
6694 * tree-vrp.c (extract_range_from_ssa_name): Also copy VR_UNDEFINED.
6695 (vrp_visit_assignment_or_call): Print less vertical space.
6696 (vrp_visit_stmt): Likewise.
6697 (vrp_visit_phi_node): Likewise. For a PHI argument with
6698 VR_VARYING range consider recording it as copy.
6700 2014-05-28 Richard Biener <rguenther@suse.de>
6703 2014-05-28 Richard Biener <rguenther@suse.de>
6705 * hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
6707 2014-05-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
6709 * expr.c (expand_assignment): Fold the bitpos in the to_rtx if
6710 sufficiently aligned and an offset is used at the same time.
6711 (expand_expr_real_1): Likewise.
6713 2014-05-28 Richard Biener <rguenther@suse.de>
6716 * fold-const.c (fold_comparison): When folding
6717 X +- C1 CMP Y +- C2 to X CMP Y +- C2 +- C1 also ensure
6718 the sign of the remaining constant operand stays the same.
6720 2014-05-28 Kaushik Phatak <kaushik.phatak@kpit.com>
6722 * config/rl78/rl78.h (TARGET_CPU_CPP_BUILTINS): Define
6723 __RL78_64BIT_DOUBLES__ or __RL78_32BIT_DOUBLES__.
6724 (ASM_SPEC): Pass -m64bit-doubles or -m32bit-doubles on
6726 (DOUBLE_TYPE_SIZE): Use 64 bit if TARGET_64BIT_DOUBLES is true.
6727 * gcc/config/rl78/rl78.opt (m64bit-doubles): New option.
6728 (m32bit-doubles) Likewise.
6729 * gcc/config/rl78/t-rl78: Add 64-bit-double multilib.
6730 * doc/invoke.texi: Document -m32bit-doubles and -m64bit-doubles
6733 2014-05-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6735 * configure.ac ($gcc_cv_ld_clearcap): New test.
6736 * configure: Regenerate.
6737 * config.in: Regenerate.
6738 * config/sol2.opt (mclear-hwcap): New option.
6739 * config/sol2.h (LINK_CLEARCAP_SPEC): Define.
6740 * config/sol2-clearcap.map: Moved here from
6741 testsuite/gcc.target/i386/clearcap.map.
6742 * config/sol2-clearcapv2.map: Move here from
6743 gcc.target/i386/clearcapv2.map.
6744 * config/t-sol2 (install): Depend on install-clearcap-map.
6745 (install-clearcap-map): New target.
6746 * doc/invoke.texi (Option Summary, Solaris 2 Options): Document
6749 2014-05-28 Richard Biener <rguenther@suse.de>
6751 * hwint.h (*_HALF_WIDE_INT*): Move to ...
6752 * wide-int.cc (HOST_BITS_PER_HALF_WIDE_INT, HOST_HALF_WIDE_INT):
6753 ... here and remove the rest.
6754 * hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
6756 2014-05-28 Richard Biener <rguenther@suse.de>
6758 PR tree-optimization/61335
6759 * tree-vrp.c (vrp_visit_phi_node): If the compare of old and
6760 new range fails, drop to varying.
6762 2014-05-28 Olivier Hainque <hainque@adacore.com>
6764 * config/rs6000/vxworks.h (VXCPU_FOR_8548): New. Default to PPC85XX.
6765 (CPP_SPEC): Add entry for -mcpu=8548.
6766 * config/rs6000/vxworksae.h: Reinstate. Override VXCPU_FOR_8548.
6767 * config.gcc (powerpc-wrs-vxworksae, tm_file): Add back vxworksae.h.
6769 2014-05-28 Tom de Vries <tom@codesourcery.com>
6771 * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
6772 * lra.c (initialize_lra_reg_info_element): Add init of
6773 actual_call_used_reg_set field.
6774 (lra): Call lra_create_live_ranges before lra_inheritance for
6776 * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
6778 * lra-constraints.c (need_for_call_save_p): Use
6779 actual_call_used_reg_set instead of call_used_reg_set for
6781 * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
6783 2014-05-28 Radovan Obradovic <robradovic@mips.com>
6784 Tom de Vries <tom@codesourcery.com>
6786 * doc/invoke.texi (@item Optimization Options): Add -fuse-caller-save
6788 (@item -fuse-caller-save): New item.
6790 2014-05-28 Radovan Obradovic <robradovic@mips.com>
6791 Tom de Vries <tom@codesourcery.com>
6793 * opts.c (default_options_table): Add OPT_LEVELS_2_PLUS entry with
6794 OPT_fuse_caller_save.
6796 2014-05-28 Radovan Obradovic <robradovic@mips.com>
6797 Tom de Vries <tom@codesourcery.com>
6799 * df-scan.c (df_get_call_refs): Use get_call_reg_set_usage.
6800 * caller-save.c (setup_save_areas, save_call_clobbered_regs): Use
6801 get_call_reg_set_usage.
6802 * resource.c (mark_set_resources, mark_target_live_regs): Use
6803 get_call_reg_set_usage.
6804 * ira-int.h (struct ira_allocno): Add crossed_calls_clobbered_regs
6806 (ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS): Define.
6807 * ira-lives.c (process_bb_node_lives): Use get_call_reg_set_usage.
6808 Calculate ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
6809 * ira-build.c (ira_create_allocno): Init
6810 ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
6811 (create_cap_allocno, propagate_allocno_info)
6812 (propagate_some_info_from_allocno)
6813 (copy_info_to_removed_store_destinations): Handle
6814 ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
6815 * ira-costs.c (ira_tune_allocno_costs): Use
6816 ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS to adjust costs.
6818 2014-05-28 Radovan Obradovic <robradovic@mips.com>
6819 Tom de Vries <tom@codesourcery.com>
6821 * cgraph.h (struct cgraph_rtl_info): Add function_used_regs
6822 and function_used_regs_valid fields.
6823 * final.c: Move include of hard-reg-set.h to before rtl.h to declare
6824 find_all_hard_reg_sets.
6825 (collect_fn_hard_reg_usage, get_call_fndecl, get_call_cgraph_rtl_info)
6826 (get_call_reg_set_usage): New function.
6827 (rest_of_handle_final): Use collect_fn_hard_reg_usage.
6828 * regs.h (get_call_reg_set_usage): Declare.
6830 2014-05-28 Georg-Johann Lay <avr@gjlay.de>
6833 * config/dbx.h (License): Add Runtime Library Exception.
6834 * config/newlib-stdint.h (License): Same.
6835 * config/rtems.h (License): Same
6836 * config/initfini-array.h (License): Same
6837 * config/v850/v850.h (License): Same.
6838 * config/v850/v850-opts.h (License): Same
6839 * config/v850/rtems.h (License): Same.
6841 2014-05-28 Georg-Johann Lay <avr@gjlay.de>
6844 * doc/extend.texi (Local Labels): Note that label differences are
6845 not supported for AVR.
6847 2014-05-28 Richard Sandiford <rdsandiford@googlemail.com>
6848 Olivier Hainque <hainque@adacore.com>
6850 * rtl.h (set_for_reg_notes): Declare.
6851 * emit-rtl.c (set_for_reg_notes): New function.
6852 (set_unique_reg_note): Use it.
6853 * optabs.c (add_equal_note): Likewise
6855 2014-05-27 Andrew Pinski <apinski@cavium.com>
6857 * config/aarch64/aarch64.md (stack_protect_set_<mode>):
6858 Use <w> for the register in assembly template.
6859 (stack_protect_test): Use the mode of operands[0] for the result.
6860 (stack_protect_test_<mode>): Use <w> for the register
6861 in assembly template.
6863 2014-05-27 DJ Delorie <dj@redhat.com>
6865 * config/rx/rx.c (add_vector_labels): New.
6866 (rx_output_function_prologue): Call it.
6867 (rx_handle_func_attribute): Don't require empty arguments.
6868 (rx_handle_vector_attribute): New.
6869 (rx_attribute_table): Add "vector" attribute.
6870 * doc/extend.texi (interrupt, vector): Document new/changed
6871 RX-specific attributes.
6873 * config/rx/rx.c (rx_adjust_insn_length): Skip for non-insns.
6875 2014-05-27 Eric Botcazou <ebotcazou@adacore.com>
6877 * double-int.c (div_and_round_double) <ROUND_DIV_EXPR>: Use the proper
6878 predicate to detect a negative quotient.
6880 2014-05-27 Eric Botcazou <ebotcazou@adacore.com>
6882 * fold-const.c (fold_comparison): Clean up and extend X +- C1 CMP C2
6883 to X CMP C2 -+ C1 transformation to EQ_EXPR/NE_EXPR.
6884 Add X - Y CMP 0 to X CMP Y transformation.
6885 (fold_binary_loc) <EQ_EXPR/NE_EXPR>: Remove same transformations.
6887 2014-05-27 Segher Boessenkool <segher@kernel.crashing.org>
6889 * stmt.c (dump_case_nodes): Don't convert values to HOST_WIDE_INT
6892 2014-05-27 Steve Ellcey <sellcey@mips.com>
6894 * config/mips/mips.c: Add include of cgraph.h.
6896 2014-05-27 Richard Biener <rguenther@suse.de>
6898 * system.h (__STDC_FORMAT_MACROS): Define as very first thing.
6900 2014-05-27 Georg-Johann Lay <avr@gjlay.de>
6903 * config/arm/arm.h (License): Add note to COPYING.RUNTIME.
6904 * config/arm/arm-cores.def (License): Same.
6905 * config/arm/arm-opts.h (License): Same.
6906 * config/arm/aout.h (License): Same.
6907 * config/arm/bpabi.h (License): Same.
6908 * config/arm/elf.h (License): Same.
6909 * config/arm/linux-elf.h (License): Same.
6910 * config/arm/linux-gas.h (License): Same.
6911 * config/arm/netbsd-elf.h (License): Same.
6912 * config/arm/uclinux-eabi.h (License): Same.
6913 * config/arm/uclinux-elf.h (License): Same.
6914 * config/arm/vxworks.h (License): Same.
6916 2014-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6918 * config/arm/neon.md (neon_bswap<mode>): New pattern.
6919 * config/arm/arm.c (neon_itype): Add NEON_BSWAP.
6920 (arm_init_neon_builtins): Handle NEON_BSWAP.
6921 Define required type nodes.
6922 (arm_expand_neon_builtin): Handle NEON_BSWAP.
6923 (arm_builtin_vectorized_function): Handle BUILTIN_BSWAP builtins.
6924 * config/arm/arm_neon_builtins.def (bswap): Define builtins.
6925 * config/arm/iterators.md (VDQHSD): New mode iterator.
6927 2014-05-27 Richard Biener <rguenther@suse.de>
6929 * tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops_using_ranges):
6930 Try using literal operands when comparing value-ranges failed.
6932 2014-05-27 Richard Sandiford <rdsandiford@googlemail.com>
6934 * ira.c (commutative_operand): Adjust for change to recog_data.
6935 [Missing from previous commit.]
6937 2014-05-27 Richard Sandiford <rdsandiford@googlemail.com>
6939 * system.h (TEST_BIT): New macro.
6940 * recog.h (alternative_mask): New type.
6941 (ALL_ALTERNATIVES, ALTERNATIVE_BIT): New macros.
6942 (recog_data_d): Replace alternative_enabled_p array with
6943 enabled_alternatives.
6944 (target_recog): New structure.
6945 (default_target_recog, this_target_recog): Declare.
6946 (get_enabled_alternatives, recog_init): Likewise.
6947 * recog.c (default_target_recog, this_target_recog): New variables.
6948 (get_enabled_alternatives): New function.
6949 (extract_insn): Use it.
6950 (recog_init): New function.
6951 (preprocess_constraints, constrain_operands): Adjust for change to
6953 * postreload.c (reload_cse_simplify_operands): Likewise.
6954 * reload.c (find_reloads): Likewise.
6955 * ira-costs.c (record_reg_classes): Likewise.
6956 * ira-lives.c (single_reg_class): Likewise. Fix bug in which
6957 all alternatives after a disabled one would be skipped.
6958 (ira_implicitly_set_insn_hard_regs): Likewise.
6959 * ira.c (ira_setup_alts): Adjust for change to recog_data.
6960 * lra-int.h (lra_insn_recog_data): Replace alternative_enabled_p
6961 with enabled_alternatives.
6962 * lra.c (free_insn_recog_data): Update accordingly.
6963 (lra_update_insn_recog_data): Likewise.
6964 (lra_set_insn_recog_data): Likewise. Use get_enabled_alternatives.
6965 * lra-constraints.c (process_alt_operands): Likewise. Handle
6966 only_alternative as part of the enabled mask.
6967 * target-globals.h (this_target_recog): Declare.
6968 (target_globals): Add a recog field.
6969 (restore_target_globals): Restore this_target_recog.
6970 * target-globals.c: Include recog.h.
6971 (default_target_globals): Initialize recog field.
6972 (save_target_globals): Likewise.
6973 * reginfo.c (reinit_regs): Call recog_init.
6974 * toplev.c (backend_init_target): Likewise.
6976 2014-05-27 Richard Sandiford <rdsandiford@googlemail.com>
6978 * gencodes.c (main): Make LAST_INSN_CODE higher than any insn code,
6979 rather than any named insn's code.
6981 2014-05-27 Georg-Johann Lay <avr@gjlay.de>
6984 * config/arm/arm-opts.h (License): Add GCC Runtime Library Exception.
6985 * config/arm/arm-cores.def (License): Same.
6987 2014-05-26 Jan Hubicka <hubicka@ucw.cz>
6989 * tree.h (decl_comdat_group): Declare.
6990 * cgraph.h (symtab_in_same_comdat_p): Move offline to ...
6991 * tree.c (decl_comdat_group): Here.
6993 2014-05-26 Richard Sandiford <r.sandiford@uk.ibm.com>
6995 PR rtl-optimization/61222
6996 * combine.c (simplify_shift_const_1): When moving a PLUS outside
6997 the shift, truncate the PLUS operand to the result mode.
6999 2014-05-26 Uros Bizjak <ubizjak@gmail.com>
7002 * config/i386/i386.c (ix86_rtx_costs)
7003 <case CONST_INT, case CONST, case LABEL_REF, case SYMBOL_REF>:
7006 2014-05-26 Martin Jambor <mjambor@suse.cz>
7008 * ira.c (split_live_ranges_for_shrink_wrap): Remove bailout on
7011 2014-05-26 Richard Biener <rguenther@suse.de>
7013 * wide-int.h (wi::int_traits <long>, wi::int_traits <unsigned long>,
7014 wi::int_traits <long long>, wi::int_traits <unsigned long long>):
7015 Provide specializations.
7016 (wi::int_traits <HOST_WIDE_INT>,
7017 wi::int_traits <unsigned HOST_WIDE_INT>): Remove specializations.
7019 2014-05-26 Alan Modra <amodra@gmail.com>
7022 * config/rs6000/rs6000.c (rs6000_emit_set_const): Remove unneeded
7023 params and return a bool. Remove dead code. Update comment.
7024 Assert we have a const_int source. Remove bogus code from
7025 32-bit HWI days. Move !TARGET_POWERPC64 handling, and correct
7026 handling of constants > 2G and reg_equal note, from..
7027 (rs6000_emit_set_long_const): ..here. Remove unneeded param and
7028 return value. Update comment. If we can, use a new pseudo
7029 for intermediate calculations.
7030 * config/rs6000/rs6000-protos.h (rs6000_emit_set_const): Update
7032 * config/rs6000/rs6000.md (movsi_internal1_single+1): Update
7033 call to rs6000_emit_set_const in splitter.
7034 (movdi_internal64+2, +3): Likewise.
7036 2014-05-26 Richard Biener <rguenther@suse.de>
7038 * system.h: Define __STDC_FORMAT_MACROS before
7039 including inttypes.h.
7040 * hwint.h (HOST_WIDEST_INT, HOST_BITS_PER_WIDEST_INT,
7041 HOST_WIDEST_INT_PRINT, HOST_WIDEST_INT_PRINT_DEC,
7042 HOST_WIDEST_INT_PRINT_DEC_C, HOST_WIDEST_INT_PRINT_UNSIGNED,
7043 HOST_WIDEST_INT_PRINT_HEX, HOST_WIDEST_INT_PRINT_DOUBLE_HEX,
7044 HOST_WIDEST_INT_C): Remove.
7045 (PRId64, PRIi64, PRIo64, PRIu64, PRIx64, PRIX64): Define
7046 if C99 inttypes.h is not available.
7047 * coretypes.h (gcov_type, gcov_type_unsigned): Use [u]int64_t.
7048 * gcov-io.h (gcov_type, gcov_type_unsigned): Likewise.
7049 * gcov-io.c (gcov_histo_index): Drop non-64bit hwi case.
7050 * cfgloop.h (struct niter_desc): Use uint64_t for niter field.
7051 * bitmap.c (struct bitmap_descriptor_d): Use uint64_t for counters.
7052 (struct output_info): Likewise.
7053 (print_statistics): Adjust.
7054 (dump_bitmap_statistics): Likewise.
7055 * bt-load.c (migrate_btr_defs): Print with PRId64.
7056 * cfg.c (dump_edge_info, dump_bb_info): Likewise.
7057 (MAX_SAFE_MULTIPLIER): Adjust.
7058 * cfghooks.c (dump_bb_for_graph): Print with PRId64.
7059 * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee,
7060 dump_cgraph_node): Likewise.
7061 * final.c (dump_basic_block_info): Likewise.
7062 * gcov-dump.c (tag_counters, tag_summary, dump_working_sets): Likewise.
7063 * gcov.c (format_gcov): Likewise.
7064 * ipa-cp.c (good_cloning_opportunity_p): Likewise. Use int64_t
7066 (get_clone_agg_value): Use HOST_WIDE_INT for offset.
7067 * ipa-inline.c (compute_max_insns): Use int64_t for calcuation.
7068 (inline_small_functions, dump_overall_stats, dump_inline_stats):
7069 Use PRId64 for dumping.
7070 * ipa-profile.c (dump_histogram, ipa_profile): Likewise.
7071 * ira-color.c (struct allocno_hard_regs): Use int64_t for cost.
7072 (add_allocno_hard_regs): Adjust.
7073 * loop-doloop.c (doloop_modify): Print using PRId64.
7074 * loop-iv.c (inverse): Compute in uint64_t.
7075 (determine_max_iter, iv_number_of_iterations): Likewise.
7076 * loop-unroll.c (decide_peel_completely, decide_peel_simple):
7078 * lto-streamer-out.c (write_symbol): Use uint64_t.
7079 * mcf.c (CAP_INFINITY): Use int64_t maximum.
7080 (dump_fixup_edge, create_fixup_graph, cancel_negative_cycle,
7081 find_max_flow, adjust_cfg_counts): Use int64_t and dump with PRId64.
7082 * modulo-sched.c (const_iteration_count): Use int64_t.
7083 (sms_schedule): Dump using PRId64.
7084 * predict.c (dump_prediction): Likewise.
7085 * pretty-print.h (pp_widest_integer): Remove.
7086 * profile.c (get_working_sets, is_edge_inconsistent,
7087 is_inconsistent, read_profile_edge_counts): Dump using PRId64.
7088 * tree-pretty-print.c (pp_double_int): Remove case handling
7089 HOST_BITS_PER_DOUBLE_INT == HOST_BITS_PER_WIDEST_INT.
7090 * tree-ssa-math-opts.c (struct symbolic_number): Use uint64_t
7092 (pass_optimize_bswap::execute): Remove restriction on hosts.
7093 * tree-streamer-in.c (streamer_alloc_tree): Use HOST_WIDE_INT.
7094 * tree-streamer-out.c (streamer_write_tree_header): Likewise.
7095 * tree.c (widest_int_cst_value): Remove.
7096 * tree.h (widest_int_cst_value): Likewise.
7097 * value-prof.c (dump_histogram_value): Print using PRId64.
7098 * gengtype.c (main): Also inject int64_t.
7099 * ggc-page.c (struct max_alignment): Use int64_t.
7100 * alloc-pool.c (struct allocation_object_def): Likewise.
7101 * ira-conflicts.c (build_conflict_bit_table): Use uint64_t
7103 * doc/tm.texi.in: Remove reference to HOST_WIDEST_INT.
7104 * doc/tm.texi: Regenerated.
7105 * gengtype-lex.l (IWORD): Handle [u]int64_t.
7106 * config/sh/sh.c (expand_cbranchdi4): Use gcov_type.
7107 * config/mmix/mmix-protos.h (mmix_intval, mmix_shiftable_wyde_value,
7108 mmix_output_register_setting): Use [u]int64_t in prototypes.
7109 * config/mmix/mmix.c (mmix_print_operand, mmix_output_register_setting,
7110 mmix_shiftable_wyde_value, mmix_output_shiftvalue_op_from_str,
7111 mmix_output_octa, mmix_output_shifted_value): Adjust.
7112 (mmix_intval): Adjust. Remove unreachable case.
7113 * config/mmix/mmix.md (*nonlocal_goto_receiver_expanded): Use int64_t.
7115 2014-05-26 Richard Biener <rguenther@suse.de>
7117 * configure.ac: Drop __int64 type check. Insist that we
7118 found uint64_t and int64_t.
7119 * hwint.h (HOST_BITS_PER___INT64): Remove.
7120 (HOST_BITS_PER_WIDE_INT): Define to 64 and remove __int64 case.
7121 (HOST_WIDE_INT_PRINT_*): Remove 32bit case.
7122 (HOST_WIDEST_INT*): Define to HOST_WIDE_INT*.
7123 (HOST_WIDEST_FAST_INT): Remove __int64 case.
7124 * vmsdbg.h (struct _DST_SRC_COMMAND): Use int64_t
7125 for dst_q_src_df_rms_cdt.
7126 * configure: Regenerate.
7127 * config.in: Likewise.
7129 2014-05-26 Michael Tautschnig <mt@debian.org>
7132 * doc/extend.texi (X86 Built-in Functions): Fix parameter lists of
7133 __builtin_ia32_vfrczs[sd] and __builtin_ia32_mpsadbw256.
7135 2014-05-26 Zhenqiang Chen <zhenqiang.chen@linaro.org>
7137 PR rtl-optimization/61278
7138 * shrink-wrap.c (move_insn_for_shrink_wrap): Check df_live.
7140 2014-05-26 Zhenqiang Chen <zhenqiang.chen@linaro.org>
7142 PR rtl-optimization/61220
7143 Part of PR rtl-optimization/61225
7144 * shrink-wrap.c (move_insn_for_shrink_wrap): Skip SP and FP adjustment
7145 insn; skip split_edge for a block with only one successor.
7147 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
7149 * symtab.c (symtab_nonoverwritable_alias): Copy READONLY flag
7152 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
7154 * ipa-visibility.c (can_replace_by_local_alias_in_vtable): New function.
7155 (update_vtable_references): New function.
7156 (function_and_variable_visibility): Rewrite also vtable initializers.
7157 * varpool.c (cgraph_variable_initializer_availability): Remove assert.
7159 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
7161 * ggc.h (ggc_grow): New function.
7162 * ggc-none.c (ggc_grow): New function.
7163 * ggc-page.c (ggc_grow): Likewise.
7165 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
7167 * ipa.c (cgraph_non_local_node_p_1, cgraph_local_node_p,
7168 address_taken_from_non_vtable_p, comdat_can_be_unshared_p_1,
7169 comdat_can_be_unshared_p, cgraph_externally_visible_p,
7170 varpool_externally_visible_p, can_replace_by_local_alias,
7171 update_visibility_by_resolution_info, function_and_variable_visibility,
7172 pass_data_ipa_function_and_variable_visibility,
7173 make_pass_ipa_function_and_variable_visibility,
7174 whole_program_function_and_variable_visibility,
7175 pass_data_ipa_whole_program_visibility,
7176 make_pass_ipa_whole_program_visibility): Move to ipa-visibility.c
7177 * cgraph.h (cgraph_local_node_p): Declare.
7178 * ipa-visibility.c: New file.
7179 * Makefile.in (OBJS): Add ipa-visiblity.o
7181 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
7183 * gimple-fold.c (can_refer_decl_in_current_unit_p): Be sure
7184 that var decl is available.
7186 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
7188 * tree-core.h (tree_decl_with_vis): Replace comdat_group by
7189 symtab_node pointer.
7190 * tree.c (copy_node_stat): Be sure to not copy symtab_node pointer.
7191 (find_decls_types_r): Do not walk COMDAT_GROUP.
7192 * tree.h (DECL_COMDAT_GROUP): Revamp to use decl_comdat_group.
7193 * varasm.c (make_decl_one_only): Use set_comdat_group;
7194 create node if needed.
7195 * ipa-inline-transform.c (save_inline_function_body): Update
7196 way we decl->symtab mapping.
7197 * symtab.c (symtab_hash, hash_node, eq_node
7198 symtab_insert_node_to_hashtable): Remove.
7199 (symtab_register_node): Update.
7200 (symtab_unregister_node): Update.
7201 (symtab_get_node): Reimplement as inline function.
7202 (symtab_add_to_same_comdat_group): Update.
7203 (symtab_dissolve_same_comdat_group_list): Update.
7204 (dump_symtab_base): Update.
7205 (verify_symtab_base): Update.
7206 (symtab_make_decl_local): Update.
7207 (fixup_same_cpp_alias_visibility): Update.
7208 (symtab_nonoverwritable_alias): Update.
7209 * cgraphclones.c (set_new_clone_decl_and_node_flags): Update.
7210 * ipa.c (update_visibility_by_resolution_info): UPdate.
7211 * bb-reorder.c: Include cgraph.h
7212 * lto-streamer-out.c (DFS_write_tree_body, hash_tree): Do not deal
7214 * ipa-comdats.c (set_comdat_group, ipa_comdats): Update.
7215 * cgraph.c (cgraph_get_create_node): Update.
7216 * cgraph.h (struct symtab_node): Add get_comdat_group, set_comdat_group
7218 (symtab_get_node): Make inline.
7219 (symtab_insert_node_to_hashtable): Remove.
7220 (symtab_can_be_discarded): Update.
7221 (decl_comdat_group): New function.
7222 * tree-streamer-in.c (lto_input_ts_decl_with_vis_tree_pointers):
7224 * lto-cgraph.c (lto_output_node, lto_output_varpool_node): Stream out
7226 (read_comdat_group): New function.
7227 (input_node, input_varpool_node): Use it.
7228 * trans-mem.c (ipa_tm_create_version_alias): Update code creating
7230 * mips.c (mips_start_unique_function): Likewise.
7231 (ix86_code_end): Likewise.
7232 (rs6000_code_end): Likweise.
7233 * tree-streamer-out.c (DECL_COMDAT_GROUP): Do not stream comdat group.
7235 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
7237 * gengtype-state.c (fatal_reading_state): Bring offline.
7238 * optabs.c (widening_optab_handler): Bring offline.
7239 * optabs.h (widening_optab_handler): Likewise.
7240 * final.c (get_attr_length_1): Likewise.
7242 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
7244 * sched-int.h (sd_iterator_cond): Manually tail recurse.
7246 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
7248 * config/rs6000/440.md (ppc440-integer): Include shift without dot.
7249 (ppc440-compare): Include shift with dot.
7250 * config/rs6000/e300c2c3.md (ppce300c3_iu): Include shift without dot.
7251 * config/rs6000/e5500.md (e5500_sfx2): Include constant shift
7253 * config/rs6000/e6500.md (e6500_sfx): Exclude constant shift
7255 (e6500_sfx2): Include it.
7256 * config/rs6000/rs6000.md ( *zero_extend<mode>di2_internal1,
7257 *zero_extend<mode>di2_internal2, *zero_extend<mode>di2_internal3,
7258 *zero_extendsidi2_lfiwzx, andsi3_mc, andsi3_nomc,
7259 andsi3_internal0_nomc, extzvsi_internal, extzvdi_internal,
7260 *extzvdi_internal1, *extzvdi_internal2, rotlsi3, *rotlsi3_64,
7261 *rotlsi3_internal4, *rotlsi3_internal7le, *rotlsi3_internal7be,
7262 *rotlsi3_internal10le, *rotlsi3_internal10be, rlwinm,
7263 *lshiftrt_internal1le, *lshiftrt_internal1be,
7264 *lshiftrt_internal4le, *lshiftrt_internal4be, rotldi3,
7265 *rotldi3_internal4, *rotldi3_internal7le, *rotldi3_internal7be,
7266 *rotldi3_internal10le, *rotldi3_internal10be,
7267 *rotldi3_internal13le, *rotldi3_internal13be, *ashldi3_internal4,
7268 ashldi3_internal5, *ashldi3_internal6, *ashldi3_internal7,
7269 ashldi3_internal8, *ashldi3_internal9, anddi3_mc, anddi3_nomc,
7270 *anddi3_internal2_mc, *anddi3_internal3_mc, and 4 anonymous
7271 define_insns): Use type "shift" in the appropriate alternatives.
7273 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
7275 * config/rs6000/rs6000.md (type): Add "logical". Delete
7277 (dot): Adjust comment.
7278 (andsi3_mc, *andsi3_internal2_mc, *andsi3_internal3_mc,
7279 *andsi3_internal4, *andsi3_internal5_mc, *boolsi3_internal2,
7280 *boolsi3_internal3, *boolccsi3_internal2, *boolccsi3_internal3,
7281 anddi3_mc, *anddi3_internal2_mc, *anddi3_internal3_mc,
7282 *booldi3_internal2, *booldi3_internal3, *boolcdi3_internal2,
7283 *boolcdi3_internal3, *boolccdi3_internal2, *boolccdi3_internal3,
7284 *mov<mode>_internal2, and 10 anonymous define_insns): Use "logical".
7285 * config/rs6000/rs6000.c (rs6000_adjust_cost): Adjust.
7287 * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
7288 * config/rs6000/440.md (ppc440-integer, ppc440-compare): Adjust.
7289 * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
7290 * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
7291 * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
7292 * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
7293 * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
7294 * config/rs6000/8540.md (ppc8540_su): Adjust.
7295 * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
7296 cell-cmp-microcoded): Adjust.
7297 * config/rs6000/e300c2c3.md (ppce300c3_cmp, ppce300c3_iu): Adjust.
7298 * config/rs6000/e500mc.md (e500mc_su): Adjust.
7299 * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Adjust.
7300 * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Adjust.
7301 * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Adjust.
7302 * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
7303 * config/rs6000/power4.md (power4-integer, power4-cmp): Adjust.
7304 * config/rs6000/power5.md (power5-integer, power5-cmp): Adjust.
7305 * config/rs6000/power6.md (power6-integer, power6-fast-compare):
7307 * config/rs6000/power7.md (power7-integer, power7-cmp): Adjust.
7308 * config/rs6000/power8.md (power8-1cyc, power8-fast-compare):
7309 Adjust. Adjust comment.
7310 * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
7311 * config/rs6000/titan.md (titan_fxu_adder, titan_fxu_alu): Adjust.
7313 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
7315 * config/rs6000/rs6000.md (type): Add "add".
7316 (*add<mode>3_internal1, addsi3_high, *add<mode>3_internal2,
7317 *add<mode>3_internal3, *neg<mode>2_internal, and 5 anonymous
7318 define_insns): Use it.
7319 * config/rs6000/rs6000.c (rs6000_adjust_cost): Adjust.
7321 * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
7322 * config/rs6000/440.md (ppc440-integer, ppc440-compare): Adjust.
7323 * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
7324 * config/rs6000/601.md (ppc601-integer): Adjust.
7325 * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
7326 * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
7327 * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
7328 * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
7329 * config/rs6000/8540.md (ppc8540_su): Adjust.
7330 * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
7331 cell-cmp-microcoded): Adjust.
7332 * config/rs6000/e300c2c3.md (ppce300c3_cmp, ppce300c3_iu): Adjust.
7333 * config/rs6000/e500mc.md (e500mc_su): Adjust.
7334 * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Adjust.
7335 * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Adjust.
7336 * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Adjust.
7337 * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
7338 * config/rs6000/power4.md (power4-integer, power4-cmp): Adjust.
7339 * config/rs6000/power5.md (power5-integer, power5-cmp): Adjust.
7340 * config/rs6000/power6.md (power6-integer, power6-fast-compare):
7342 * config/rs6000/power7.md (power7-integer, power7-cmp): Adjust.
7343 * config/rs6000/power8.md (power8-1cyc, power8-fast-compare): Adjust.
7344 * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
7345 * config/rs6000/titan.md (titan_fxu_adder, titan_fxu_alu): Adjust.
7347 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
7349 * config/rs6000/rs6000.md (type): Delete "var_shift_rotate",
7350 "delayed_compare", "var_delayed_compare".
7351 (var_shift): New attribute.
7352 (cell_micro): Adjust.
7353 (*andsi3_internal2_mc, *andsi3_internal3_mc, *andsi3_internal4,
7354 *andsi3_internal5_mc, *extzvsi_internal1, *extzvsi_internal2,
7355 rotlsi3, *rotlsi3_64, *rotlsi3_internal2, *rotlsi3_internal3,
7356 *rotlsi3_internal4, *rotlsi3_internal5, *rotlsi3_internal6,
7357 *rotlsi3_internal8le, *rotlsi3_internal8be, *rotlsi3_internal9le,
7358 *rotlsi3_internal9be, *rotlsi3_internal10le, *rotlsi3_internal10be,
7359 *rotlsi3_internal11le, *rotlsi3_internal11be, *rotlsi3_internal12le,
7360 *rotlsi3_internal12be, ashlsi3, *ashlsi3_64, lshrsi3, *lshrsi3_64,
7361 *lshiftrt_internal2le, *lshiftrt_internal2be, *lshiftrt_internal3le,
7362 *lshiftrt_internal3be, *lshiftrt_internal5le, *lshiftrt_internal5be,
7363 *lshiftrt_internal5le, *lshiftrt_internal5be, ashrsi3, *ashrsi3_64,
7364 rotldi3, *rotldi3_internal2, *rotldi3_internal3, *rotldi3_internal4,
7365 *rotldi3_internal5, *rotldi3_internal6, *rotldi3_internal7le,
7366 *rotldi3_internal7be, *rotldi3_internal8le, *rotldi3_internal8be,
7367 *rotldi3_internal9le, *rotldi3_internal9be, *rotldi3_internal10le,
7368 *rotldi3_internal10be, *rotldi3_internal11le, *rotldi3_internal11be,
7369 *rotldi3_internal12le, *rotldi3_internal12be, *rotldi3_internal13le,
7370 *rotldi3_internal13be, *rotldi3_internal14le, *rotldi3_internal14be,
7371 *rotldi3_internal15le, *rotldi3_internal15be, *ashldi3_internal1,
7372 *ashldi3_internal2, *ashldi3_internal3, *lshrdi3_internal1,
7373 *lshrdi3_internal2, *lshrdi3_internal3, *ashrdi3_internal1,
7374 *ashrdi3_internal2, *ashrdi3_internal3, *anddi3_internal2_mc,
7375 *anddi3_internal3_mc, as well as 11 anonymous define_insns): Adjust.
7376 * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
7377 insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
7379 * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
7380 * config/rs6000/440.md (ppc440-integer): Adjust.
7381 * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
7382 * config/rs6000/601.md (ppc601-integer, ppc601-compare): Adjust.
7383 * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
7384 * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
7385 * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
7386 * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
7387 * config/rs6000/8540.md (ppc8540_su): Adjust.
7388 * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
7389 cell-cmp-microcoded): Adjust.
7390 * config/rs6000/e300c2c3.md (ppce300c3_cmp): Adjust.
7391 * config/rs6000/e500mc.md (e500mc_su): Adjust.
7392 * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2,
7393 e500mc64_delayed): Adjust.
7394 * config/rs6000/e5500.md (e5500_sfx, e5500_delayed): Adjust.
7395 * config/rs6000/e6500.md (e6500_sfx, e6500_delayed): Adjust.
7396 * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
7397 * config/rs6000/power4.md (power4-integer, power4-compare): Adjust.
7398 * config/rs6000/power5.md (power5-integer, power5-compare): Adjust.
7399 * config/rs6000/power6.md (power6-shift, power6-var-rotate,
7400 power6-delayed-compare, power6-var-delayed-compare): Adjust.
7401 * config/rs6000/power7.md (power7-integer, power7-compare): Adjust.
7402 * config/rs6000/power8.md (power8-1cyc, power8-compare): Adjust.
7404 * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
7405 * config/rs6000/titan.md (titan_fxu_shift_and_rotate): Adjust.
7407 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
7409 * config/rs6000/rs6000.md (type): Delete "idiv", "ldiv". Add "div".
7410 (bits): New mode_attr.
7411 (idiv_ldiv): Delete mode_attr.
7412 (udiv<mode>3, *div<mode>3, div<div_extend>_<mode>): Adjust.
7413 * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
7414 rs6000_adjust_priority, is_nonpipeline_insn,
7415 insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
7417 * config/rs6000/40x.md (ppc403-idiv): Adjust.
7418 * config/rs6000/440.md (ppc440-idiv): Adjust.
7419 * config/rs6000/476.md (ppc476-idiv): Adjust.
7420 * config/rs6000/601.md (ppc601-idiv): Adjust.
7421 * config/rs6000/603.md (ppc603-idiv): Adjust.
7422 * config/rs6000/6xx.md (ppc604-idiv, ppc620-idiv, ppc630-idiv,
7423 ppc620-ldiv): Adjust.
7424 * config/rs6000/7450.md (ppc7450-idiv): Adjust.
7425 * config/rs6000/7xx.md (ppc750-idiv): Adjust.
7426 * config/rs6000/8540.md (ppc8540_divide): Adjust.
7427 * config/rs6000/a2.md (ppca2-idiv, ppca2-ldiv): Adjust.
7428 * config/rs6000/cell.md (cell-idiv, cell-ldiv): Adjust.
7429 * config/rs6000/e300c2c3.md (ppce300c3_divide): Adjust.
7430 * config/rs6000/e500mc.md (e500mc_divide): Adjust.
7431 * config/rs6000/e500mc64.md (e500mc64_divide): Adjust.
7432 * config/rs6000/e5500.md (e5500_divide, e5500_divide_d): Adjust.
7433 * config/rs6000/e6500.md (e6500_divide, e6500_divide_d): Adjust.
7434 * config/rs6000/mpc.md (mpccore-idiv): Adjust.
7435 * config/rs6000/power4.md (power4-idiv, power4-ldiv): Adjust.
7436 * config/rs6000/power5.md (power5-idiv, power5-ldiv): Adjust.
7437 * config/rs6000/power6.md (power6-idiv, power6-ldiv): Adjust.
7438 * config/rs6000/power7.md (power7-idiv, power7-ldiv): Adjust.
7439 * config/rs6000/power8.md (power8-idiv, power8-ldiv): Adjust.
7440 * config/rs6000/rs64.md (rs64a-idiv, rs64a-ldiv): Adjust.
7441 * config/rs6000/titan.md (titan_fxu_div): Adjust.
7443 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
7445 * config/rs6000/rs6000.md (type): Delete "insert_word",
7446 "insert_dword". Add "insert".
7447 (size): Update comment.
7448 * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
7449 insn_must_be_first_in_group): Adjust.
7450 (insvsi_internal, *insvsi_internal1, *insvsi_internal2,
7451 *insvsi_internal3, *insvsi_internal4, *insvsi_internal5,
7452 *insvsi_internal6, insvdi_internal): Adjust.
7454 * config/rs6000/40x.md (ppc403-integer): Adjust.
7455 * config/rs6000/440.md (ppc440-integer): Adjust.
7456 * config/rs6000/476.md (ppc476-simple-integer): Adjust.
7457 * config/rs6000/601.md (ppc601-integer): Adjust.
7458 * config/rs6000/603.md (ppc603-integer): Adjust.
7459 * config/rs6000/6xx.md (ppc604-integer): Adjust.
7460 * config/rs6000/7450.md (ppc7450-integer): Adjust.
7461 * config/rs6000/7xx.md (ppc750-integer): Adjust.
7462 * config/rs6000/8540.md (ppc8540_su): Adjust.
7463 * config/rs6000/cell.md (cell-integer, cell-insert): Adjust.
7464 * config/rs6000/e300c2c3.md (ppce300c3_iu): Adjust.
7465 * config/rs6000/e500mc.md (e500mc_su): Adjust.
7466 * config/rs6000/e500mc64.md (e500mc64_su): Adjust.
7467 * config/rs6000/e5500.md (e5500_sfx): Adjust.
7468 * config/rs6000/e6500.md (e6500_sfx): Adjust.
7469 * config/rs6000/mpc.md (mpccore-integer): Adjust.
7470 * config/rs6000/power4.md (power4-integer, power4-insert): Adjust.
7471 * config/rs6000/power5.md (power5-integer, power5-insert): Adjust.
7472 * config/rs6000/power6.md (power6-insert, power6-insert-dword): Adjust.
7473 * config/rs6000/power7.md (power7-integer): Adjust.
7474 * config/rs6000/power8.md (power8-1cyc): Adjust.
7475 * config/rs6000/rs64.md (rs64a-integer): Adjust.
7476 * config/rs6000/titan.md (titan_fxu_shift_and_rotate): Adjust.
7478 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
7480 * config/rs6000/rs6000.md (type): Add "mul". Delete "imul",
7481 "imul2", "imul3", "lmul", "imul_compare", "lmul_compare".
7482 (size): New attribute.
7483 (dot): New attribute.
7484 (cell_micro): Adjust.
7485 (mulsi3, *mulsi3_internal1, *mulsi3_internal2, mulsidi3,
7486 umulsidi3, smulsi3_highpart, umulsi3_highpart, muldi3,
7487 *muldi3_internal1, *muldi3_internal2, smuldi3_highpart,
7488 umuldi3_highpart): Adjust.
7489 * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
7490 rs6000_adjust_priority, is_nonpipeline_insn,
7491 insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
7493 * config/rs6000/40x.md (ppc403-imul, ppc405-imul, ppc405-imul2,
7494 ppc405-imul3): Adjust.
7495 * config/rs6000/440.md (ppc440-imul, ppc440-imul2): Adjust.
7496 * config/rs6000/476.md (ppc476-imul): Adjust.
7497 * config/rs6000/601.md (ppc601-imul): Adjust.
7498 * config/rs6000/603.md (ppc603-imul, ppc603-imul2): Adjust.
7499 * config/rs6000/6xx.md (ppc604-imul, ppc604e-imul, ppc620-imul,
7500 ppc620-imul2, ppc620-imul3, ppc620-lmul): Adjust.
7501 * config/rs6000/7450.md (ppc7450-imul, ppc7450-imul2): Adjust.
7502 * config/rs6000/7xx.md (ppc750-imul, ppc750-imul2, ppc750-imul3):
7504 * config/rs6000/8540.md (ppc8540_multiply): Adjust.
7505 * config/rs6000/a2.md (ppca2-imul, ppca2-lmul): Adjust.
7506 * config/rs6000/cell.md (cell-lmul, cell-lmul-cmp, cell-imul23,
7508 * config/rs6000/e300c2c3.md (ppce300c3_multiply): Adjust.
7509 * config/rs6000/e500mc.md (e500mc_multiply): Adjust.
7510 * config/rs6000/e500mc64.md (e500mc64_multiply): Adjust.
7511 * config/rs6000/e5500.md (e5500_multiply, e5500_multiply_i): Adjust.
7512 * config/rs6000/e6500.md (e6500_multiply, e6500_multiply_i): Adjust.
7513 * config/rs6000/mpc.md (mpccore-imul): Adjust.
7514 * config/rs6000/power4.md (power4-lmul-cmp, power4-imul-cmp,
7515 power4-lmul, power4-imul, power4-imul3): Adjust.
7516 * config/rs6000/power5.md (power5-lmul-cmp, power5-imul-cmp,
7517 power5-lmul, power5-imul, power5-imul3): Adjust.
7518 * config/rs6000/power6.md (power6-lmul-cmp, power6-imul-cmp,
7519 power6-lmul, power6-imul, power6-imul3): Adjust.
7520 * config/rs6000/power7.md (power7-mul, power7-mul-compare): Adjust.
7521 * config/rs6000/power8.md (power8-mul, power8-mul-compare): Adjust.
7523 * config/rs6000/rs64.md (rs64a-imul, rs64a-imul2, rs64a-imul3,
7524 rs64a-lmul): Adjust.
7525 * config/rs6000/titan.md (titan_imul): Adjust.
7527 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
7529 * config/rs6000/rs6000.md (type): Add new value "halfmul".
7530 (*macchwc, *macchw, *macchwuc, *macchwu, *machhwc, *machhw,
7531 *machhwuc, *machhwu, *maclhwc, *maclhw, *maclhwuc, *maclhwu,
7532 *nmacchwc, *nmacchw, *nmachhwc, *nmachhw, *nmaclhwc, *nmaclhw,
7533 *mulchwc, *mulchw, *mulchwuc, *mulchwu, *mulhhwc, *mulhhw,
7534 *mulhhwuc, *mulhhwu, *mullhwc, *mullhw, *mullhwuc, *mullhwu): Use it.
7535 * config/rs6000/40x.md (ppc405-imul3): Add type halfmul.
7536 * config/rs6000/440.md (ppc440-imul2): Add type halfmul.
7537 * config/rs6000/476.md (ppc476-imul): Add type halfmul.
7538 * config/rs6000/titan.md: Delete nonsensical comment.
7539 (titan_imul): Add type imul3.
7540 (titan_mulhw): Remove type imul3; add type halfmul.
7542 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
7544 * config/rs6000/rs6000.md (type): Reorder, reformat.
7546 2014-05-23 Martin Jambor <mjambor@suse.cz>
7548 PR tree-optimization/53787
7549 * params.def (PARAM_IPA_MAX_AA_STEPS): New param.
7550 * ipa-prop.h (ipa_node_params): Rename uses_analysis_done to
7551 analysis_done, update all uses.
7552 * ipa-prop.c: Include domwalk.h
7553 (param_analysis_info): Removed.
7554 (param_aa_status): New type.
7555 (ipa_bb_info): Likewise.
7556 (func_body_info): Likewise.
7557 (ipa_get_bb_info): New function.
7558 (aa_overwalked): Likewise.
7559 (find_dominating_aa_status): Likewise.
7560 (parm_bb_aa_status_for_bb): Likewise.
7561 (parm_preserved_before_stmt_p): Changed to use new param AA info.
7562 (load_from_unmodified_param): Accept func_body_info as a parameter
7563 instead of parms_ainfo.
7564 (parm_ref_data_preserved_p): Changed to use new param AA info.
7565 (parm_ref_data_pass_through_p): Likewise.
7566 (ipa_load_from_parm_agg_1): Likewise. Update callers.
7567 (compute_complex_assign_jump_func): Changed to use new param AA info.
7568 (compute_complex_ancestor_jump_func): Likewise.
7569 (ipa_compute_jump_functions_for_edge): Likewise.
7570 (ipa_compute_jump_functions): Removed.
7571 (ipa_compute_jump_functions_for_bb): New function.
7572 (ipa_analyze_indirect_call_uses): Likewise, moved variable
7574 (ipa_analyze_virtual_call_uses): Accept func_body_info instead of node
7575 and info, moved variable declarations down.
7576 (ipa_analyze_call_uses): Accept and pass on func_body_info instead of
7578 (ipa_analyze_stmt_uses): Likewise.
7579 (ipa_analyze_params_uses): Removed.
7580 (ipa_analyze_params_uses_in_bb): New function.
7581 (ipa_analyze_controlled_uses): Likewise.
7582 (free_ipa_bb_info): Likewise.
7583 (analysis_dom_walker): New class.
7584 (ipa_analyze_node): Handle node-specific forbidden analysis,
7585 initialize and free func_body_info, use dominator walker.
7586 (ipcp_modif_dom_walker): New class.
7587 (ipcp_transform_function): Create and free func_body_info, use
7588 ipcp_modif_dom_walker, moved a lot of functionality there.
7590 2014-05-23 Marek Polacek <polacek@redhat.com>
7591 Jakub Jelinek <jakub@redhat.com>
7593 * builtins.def: Change SANITIZE_FLOAT_DIVIDE to SANITIZE_NONDEFAULT.
7594 * gcc.c (sanitize_spec_function): Likewise.
7595 * convert.c (convert_to_integer): Include "ubsan.h". Add
7596 floating-point to integer instrumentation.
7597 * doc/invoke.texi: Document -fsanitize=float-cast-overflow.
7598 * flag-types.h (enum sanitize_code): Add SANITIZE_FLOAT_CAST and
7599 SANITIZE_NONDEFAULT.
7600 * opts.c (common_handle_option): Handle -fsanitize=float-cast-overflow.
7601 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_FLOAT_CAST_OVERFLOW,
7602 BUILT_IN_UBSAN_HANDLE_FLOAT_CAST_OVERFLOW_ABORT): Add.
7603 * ubsan.c: Include "realmpfr.h" and "dfp.h".
7604 (get_ubsan_type_info_for_type): Handle REAL_TYPEs.
7605 (ubsan_type_descriptor): Set tkind to 0xffff for types other than
7606 float/double/long double.
7607 (ubsan_instrument_float_cast): New function.
7608 * ubsan.h (ubsan_instrument_float_cast): Declare.
7610 2014-05-23 Jiong Wang <jiong.wang@arm.com>
7612 * config/aarch64/predicates.md (aarch64_call_insn_operand): New
7614 * config/aarch64/constraints.md ("Ucs", "Usf"): New constraints.
7615 * config/aarch64/aarch64.md (*sibcall_insn, *sibcall_value_insn):
7616 Adjust for tailcalling through registers.
7617 * config/aarch64/aarch64.h (enum reg_class): New caller save
7619 (REG_CLASS_NAMES): Likewise.
7620 (REG_CLASS_CONTENTS): Likewise.
7621 * config/aarch64/aarch64.c (aarch64_function_ok_for_sibcall):
7622 Allow tailcalling without decls.
7624 2014-05-23 Thomas Schwinge <thomas@codesourcery.com>
7626 * gimplify.c (omp_notice_variable) <case OMP_CLAUSE_DEFAULT_NONE>:
7627 Rewrite check for ORT_PARALLEL and ORT_COMBINED_PARALLEL.
7629 * omp-low.c (expand_omp_for_static_chunk): Rename variable si to
7630 gsi, and variables v_* to v*.
7632 2014-05-23 Eric Botcazou <ebotcazou@adacore.com>
7634 * varasm.c (output_constructor_bitfield): Fix thinkos in latest change.
7636 2014-05-23 Thomas Schwinge <thomas@codesourcery.com>
7638 * gimple.h (enum gf_mask): Add and use GF_OMP_FOR_SIMD.
7639 * omp-low.c: Update accordingly.
7641 * gimple.h (enum gf_mask): Rewrite "<< 0" shift expressions used
7642 for GF_OMP_FOR_KIND_MASK, GF_OMP_FOR_KIND_FOR,
7643 GF_OMP_FOR_KIND_DISTRIBUTE, GF_OMP_FOR_KIND_SIMD,
7644 GF_OMP_FOR_KIND_CILKSIMD, GF_OMP_TARGET_KIND_MASK,
7645 GF_OMP_TARGET_KIND_REGION, GF_OMP_TARGET_KIND_DATA,
7646 GF_OMP_TARGET_KIND_UPDATE.
7648 * gimplify.c (omp_notice_variable) <case OMP_CLAUSE_DEFAULT_NONE>:
7649 Explicitly enumerate the expected region types.
7651 2014-05-23 Paul Eggert <eggert@cs.ucla.edu>
7654 * doc/extend.texi (Function Attributes): Fix __attribute__ ((malloc))
7655 documentation; the old documentation didn't clearly state the
7656 constraints on the contents of the pointed-to storage.
7658 2014-05-23 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
7660 Fix bootstrap error on ia64
7661 * config/ia64/ia64.c (ia64_first_cycle_multipass_dfa_lookahead_guard):
7662 Return default value.
7664 2014-05-23 Thomas Preud'homme <thomas.preudhomme@arm.com>
7666 PR tree-optimization/54733
7667 * tree-ssa-math-opts.c (nop_stats): New "bswap_stats" structure.
7669 (find_bswap_or_nop_load): New.
7670 (find_bswap_1): Renamed to ...
7671 (find_bswap_or_nop_1): This. Also add support for memory source.
7672 (find_bswap): Renamed to ...
7673 (find_bswap_or_nop): This. Also add support for memory source and
7674 detection of bitwise operations equivalent to load in target
7676 (execute_optimize_bswap): Likewise. Also move its leading comment back
7677 in place and split statement transformation into ...
7678 (bswap_replace): This.
7680 2014-05-22 Vladimir Makarov <vmakarov@redhat.com>
7682 PR rtl-optimization/61215
7683 * lra-elelimination.c (lra_eliminate_regs_1): Don't use
7684 simplify_gen_subreg until final substitution.
7686 2014-05-23 Alan Modra <amodra@gmail.com>
7689 * config/rs6000/rs6000.c (mem_operand_gpr): Handle SImode.
7690 * config/rs6000/rs6000.md (extendsidi2_lfiwax, extendsidi2_nocell):
7691 Use "Y" constraint rather than "m".
7693 2014-05-23 Kugan Vivekanandarajah <kuganv@linaro.org>
7695 * config/aarch64/aarch64.c (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New
7697 * config/aarch64/aarch64-protos.h (aarch64_atomic_assign_expand_fenv):
7698 New function declaration.
7699 * config/aarch64/aarch64-builtins.c (aarch64_builtins) : Add
7700 AARCH64_BUILTIN_GET_FPCR, AARCH64_BUILTIN_SET_FPCR.
7701 AARCH64_BUILTIN_GET_FPSR and AARCH64_BUILTIN_SET_FPSR.
7702 (aarch64_init_builtins) : Initialize builtins
7703 __builtins_aarch64_set_fpcr, __builtins_aarch64_get_fpcr.
7704 __builtins_aarch64_set_fpsr and __builtins_aarch64_get_fpsr.
7705 (aarch64_expand_builtin) : Expand builtins __builtins_aarch64_set_fpcr
7706 __builtins_aarch64_get_fpcr, __builtins_aarch64_get_fpsr,
7707 and __builtins_aarch64_set_fpsr.
7708 (aarch64_atomic_assign_expand_fenv): New function.
7709 * config/aarch64/aarch64.md (set_fpcr): New pattern.
7710 (get_fpcr) : Likewise.
7711 (set_fpsr) : Likewise.
7712 (get_fpsr) : Likewise.
7713 (unspecv): Add UNSPECV_GET_FPCR and UNSPECV_SET_FPCR, UNSPECV_GET_FPSR
7714 and UNSPECV_SET_FPSR.
7715 * doc/extend.texi (AARCH64 Built-in Functions) : Document
7716 __builtins_aarch64_set_fpcr, __builtins_aarch64_get_fpcr.
7717 __builtins_aarch64_set_fpsr and __builtins_aarch64_get_fpsr.
7719 2014-05-22 Vladimir Makarov <vmakarov@redhat.com>
7721 PR rtl-optimization/60969
7722 * ira-costs.c (record_reg_classes): Process NO_REGS for matching
7723 constraints. Set up mem cost for NO_REGS case.
7725 2014-05-22 Thomas Schwinge <thomas@codesourcery.com>
7727 * builtin-types.def: Simplify examples for DEF_FUNCTION_TYPE_*.
7729 2012-05-22 Bernd Schmidt <bernds@codesourcery.com>
7731 * config/darwin.c: Include "lto-section-names.h".
7732 (LTO_SEGMENT_NAME): Don't define.
7733 * config/i386/winnt.c: Include "lto-section-names.h".
7734 * lto-streamer.c: Include "lto-section-names.h".
7735 * lto-streamer.h (LTO_SECTION_NAME_PREFIX): Don't define.
7736 * lto-wrapper.c: Include "lto-section-names.h".
7737 (LTO_SECTION_NAME_PREFIX): Don't define.
7738 * lto-section-names.h: New file.
7739 * cgraphunit.c: Include "lto-section-names.h".
7741 2014-05-22 Peter Bergner <bergner@vnet.ibm.com>
7743 * config/rs6000/htm.md (ttest): Use correct shift value to get CR0.
7745 2014-05-22 Richard Earnshaw <rearnsha@arm.com>
7748 * arm.md (arm_cmpdi_unsigned): Fix length calculation for Thumb2.
7750 2014-05-22 Nick Clifton <nickc@redhat.com>
7752 * config/msp430/msp430.h (ASM_SPEC): Add spaces after inserted options.
7754 2014-05-22 Eric Botcazou <ebotcazou@adacore.com>
7756 * tree-ssa-forwprop.c (associate_plusminus): Extend (T)(P + A) - (T)P
7757 -> (T)A transformation to integer types.
7759 2014-05-22 Teresa Johnson <tejohnson@google.com>
7761 * gcov-io.c (gcov_position): Use gcov_nonruntime_assert.
7762 (gcov_is_error): Remove gcc_assert from IN_LIBGCOV code.
7763 (gcov_rewrite): Use gcov_nonruntime_assert.
7765 (gcov_write_words): Ditto.
7766 (gcov_write_length): Ditto.
7767 (gcov_read_words): Use gcov_nonruntime_assert, and remove
7768 gcc_assert from IN_LIBGCOV code.
7769 (gcov_read_summary): Use gcov_error to flag profile corruption.
7770 (gcov_sync): Use gcov_nonruntime_assert.
7771 (gcov_seek): Remove gcc_assert from IN_LIBGCOV code.
7772 (gcov_histo_index): Use gcov_nonruntime_assert.
7773 (static void gcov_histogram_merge): Ditto.
7774 (compute_working_sets): Ditto.
7775 * gcov-io.h (gcov_nonruntime_assert): Define.
7776 (gcov_error): Define for !IN_LIBGCOV
7778 2014-05-22 Richard Biener <rguenther@suse.de>
7780 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
7781 BUILT_IN_REALLOC like BUILT_IN_STRDUP.
7782 (call_may_clobber_ref_p_1): Handle BUILT_IN_REALLOC as allocation
7783 and deallocation site.
7784 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
7785 Handle BUILT_IN_REALLOC similar to BUILT_IN_STRDUP with also
7786 passing through the incoming points-to set.
7787 (handle_lhs_call): Use flags argument instead of recomputing it.
7788 (find_func_aliases_for_call): Call handle_lhs_call with proper
7791 2014-05-22 Jakub Jelinek <jakub@redhat.com>
7793 * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Make sure
7794 all padding bits in REAL_VALUE_TYPE are cleared.
7796 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
7798 Cleanup and improve multipass_dfa_lookahead_guard
7799 * config/i386/i386.c (core2i7_first_cycle_multipass_filter_ready_try,)
7800 (core2i7_first_cycle_multipass_begin,)
7801 (core2i7_first_cycle_multipass_issue,)
7802 (core2i7_first_cycle_multipass_backtrack): Update signature.
7803 * config/ia64/ia64.c
7804 (ia64_first_cycle_multipass_dfa_lookahead_guard_spec): Remove.
7805 (ia64_first_cycle_multipass_dfa_lookahead_guard): Update signature.
7806 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC): Remove
7808 (ia64_first_cycle_multipass_dfa_lookahead_guard): Merge logic from
7809 ia64_first_cycle_multipass_dfa_lookahead_guard_spec. Update return
7811 * config/rs6000/rs6000.c (rs6000_use_sched_lookahead_guard): Update
7813 * doc/tm.texi: Regenerate.
7815 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC): Remove.
7816 * haifa-sched.c (ready_try): Make signed to allow negative values.
7817 (rebug_ready_list_1): Update.
7818 (choose_ready): Simplify.
7819 (sched_extend_ready_list): Update.
7821 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
7823 Remove IA64 speculation tweaking flags
7824 * config/ia64/ia64.c (ia64_set_sched_flags): Delete handling of
7825 speculation tuning flags.
7826 (msched-prefer-non-data-spec-insns,)
7827 (msched-prefer-non-control-spec-insns): Obsolete options.
7828 * haifa-sched.c (choose_ready): Remove handling of
7829 PREFER_NON_CONTROL_SPEC and PREFER_NON_DATA_SPEC.
7830 * sched-int.h (enum SPEC_SCHED_FLAGS): Remove PREFER_NON_CONTROL_SPEC
7831 and PREFER_NON_DATA_SPEC.
7832 * sel-sched.c (process_spec_exprs): Remove handling of
7833 PREFER_NON_CONTROL_SPEC and PREFER_NON_DATA_SPEC.
7835 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
7837 Improve scheduling debug output
7838 * haifa-sched.c (debug_ready_list): Remove unnecessary prototype.
7839 (advance_one_cycle): Update.
7840 (schedule_insn, queue_to_ready): Add debug printouts.
7841 (debug_ready_list_1): New static function.
7842 (debug_ready_list): Update.
7843 (max_issue): Add debug printouts.
7844 (dump_insn_stream): New static function.
7845 (schedule_block): Use it. Also better indent printouts.
7847 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
7849 Fix sched_insn debug counter
7850 * haifa-sched.c (schedule_insn): Update.
7851 (struct haifa_saved_data): Add nonscheduled_insns_begin.
7852 (save_backtrack_point, restore_backtrack_point): Update.
7853 (first_nonscheduled_insn): New static function.
7854 (queue_to_ready, choose_ready): Use it.
7855 (schedule_block): Init nonscheduled_insns_begin.
7856 (sched_emit_insn): Update.
7859 2014-05-22 Kugan Vivekanandarajah <kuganv@linaro.org>
7861 * config/aarch64/aarch64.c (aarch64_regno_regclass) : Change CORE_REGS
7863 (aarch64_secondary_reload) : LikeWise.
7864 (aarch64_class_max_nregs) : Remove CORE_REGS.
7865 * config/aarch64/aarch64.h (enum reg_class) : Remove CORE_REGS.
7866 (REG_CLASS_NAMES) : Likewise.
7867 (REG_CLASS_CONTENTS) : LikeWise.
7868 (INDEX_REG_CLASS) : Change CORE_REGS to GENERAL_REGS.
7870 2014-05-21 Guozhi Wei <carrot@google.com>
7873 * config/aarch64/arm_neon.h (vqdmulh_n_s16): Change the last operand's
7875 (vqdmulhq_n_s16): Likewise.
7877 2014-05-21 Segher Boessenkool <segher@kernel.crashing.org>
7879 * config/rs6000/predicates.md (update_indexed_address_mem): Delete.
7881 2014-05-21 Marek Polacek <polacek@redhat.com>
7884 * ubsan.c (is_ubsan_builtin_p): Turn assert into a condition.
7886 2014-05-21 Martin Jambor <mjambor@suse.cz>
7888 * doc/invoke.texi (Optimize Options): Document parameters
7889 ipa-cp-eval-threshold, ipa-max-agg-items, ipa-cp-loop-hint-bonus and
7890 ipa-cp-array-index-hint-bonus.
7892 2014-05-21 Mark Wielaard <mjw@redhat.com>
7895 * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_type if DWARF
7896 version >= 3 or not strict DWARF.
7897 * langhooks.h (struct lang_hooks_for_types): Add
7898 enum_underlying_base_type.
7899 * langhooks.c (lhd_enum_underlying_base_type): New function.
7900 * gcc/langhooks.h (struct lang_hooks_for_types): Add
7901 enum_underlying_base_type.
7902 * langhooks-def.h (lhd_enum_underlying_base_type): New declaration.
7903 (LANG_HOOKS_ENUM_UNDERLYING_BASE_TYPE): New define.
7904 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add new lang hook.
7906 2014-05-21 Richard Biener <rguenther@suse.de>
7908 * doc/invoke.texi (-flto-partition=): Document one and none algorithms.
7910 2014-05-21 John Marino <gnugcc@marino.st>
7912 * config.gcc (*-*-dragonfly*): New target.
7913 * configure.ac: Detect dl_iterate_phdr (*freebsd*, *dragonfly*).
7914 * configure: Regenerate.
7915 * config/dragonfly-stdint.h: New.
7916 * config/dragonfly.h: New.
7917 * config/dragonfly.opt: New.
7918 * config/i386/dragonfly.h: New.
7919 * ginclude/stddef.h: Detect _PTRDIFF_T_DECLARED for DragonFly.
7921 2014-05-21 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
7923 * tree.def (VOID_CST): New.
7924 * tree-core.h (TI_VOID): New.
7925 * tree.h (void_node): New.
7926 * tree.c (tree_node_structure_for_code, tree_code_size)
7927 (iterative_hash_expr): Handle VOID_CST.
7928 (build_common_tree_nodes): Initialize void_node.
7930 2014-05-21 Bernd Schmidt <bernds@codesourcery.com>
7932 * reload1.c (remove_init_insns, will_delete_init_insn_p): New static
7934 (reload, calculate_needs_all_insns, reload_as_needed): Use them.
7936 * config/bfin/bfin.c (split_load_immediate): Use gen_int_mode in a few
7939 * cfgrtl.c (cfg_layout_initialize): Weaken assert to only trigger if
7940 flag_reorder_blocks_and_partition.
7941 * hw-doloop.c (reorg_loops): Avoid reordering if that flag is set.
7943 2014-05-21 Oleg Endo <olegendo@gcc.gnu.org>
7946 * config/sh/sh.md (*addc_r_1): Rename to addc_t_r. Remove empty
7948 (*addc_r_t): Add new insn_and_split.
7950 2014-05-21 Jakub Jelinek <jakub@redhat.com>
7953 * omp-low.c (handle_simd_reference): New function.
7954 (lower_rec_input_clauses): Use it. Defer adding reference
7955 initialization even for reduction without placeholder if in simd,
7956 handle it properly later on.
7958 2014-05-20 Jan Hubicka <hubicka@ucw.cz>
7960 PR tree-optimization/60899
7961 * gimple-fold.c (can_refer_decl_in_current_unit_p): Cleanup;
7962 assume all static symbols will have definition wile parsing and
7963 check the do have definition later in compilation; check that
7964 variable referring symbol will be output before concluding that
7965 reference is safe; be conservative for referring local statics;
7966 be more precise about when comdat is output in other partition.
7968 2014-05-20 Jan Hubicka <hubicka@ucw.cz>
7971 * ipa-inline-transform.c (inline_call): Use add CALLEE_REMOVED
7973 * ipa-inline.c (inline_to_all_callers): If callee was removed; return.
7974 (ipa_inline): Loop inline_to_all_callers until no more aliases
7977 2014-05-20 Jan Hubicka <hubicka@ucw.cz>
7979 * ipa.c (ipa_discover_readonly_nonaddressable_var): Fix dumping;
7980 set writeonly flag only for vars actually written to.
7982 2014-05-20 Dehao Chen <dehao@google.com>
7984 * ipa-inline-transform.c (clone_inlined_nodes): Use min of edge count
7985 and callee count to get clone count.
7986 * tree-inline.c (expand_call_inline): Use callee count instead of bb
7989 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
7991 PR rtl-optimization/61243
7992 * emit-rtl.c (emit_copy_of_insn_after): Copy CROSSING_JUMP_P.
7994 2014-05-20 Xinliang David Li <davidxl@google.com>
7996 * cgraphunit.c (walk_polymorphic_call_targets): Add
7997 dbgcnt and fopt-info support.
7998 * ipa-prop.c (ipa_make_edge_direct_to_target): Ditto.
7999 * ipa-devirt.c (ipa_devirt): Ditto.
8000 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Ditto.
8001 * ipa.c (walk_polymorphic_call_targets): Ditto.
8002 * gimple-fold.c (fold_gimple_assign): Ditto.
8003 (gimple_fold_call): Ditto.
8004 * dbgcnt.def: New counter.
8006 2014-05-20 DJ Delorie <dj@redhat.com>
8008 * config/msp430/msp430.md (split): Don't allow subregs when
8009 splitting SImode adds.
8010 (andneghi): Fix subtraction logic.
8011 * config/msp430/predicates.md (msp430_nonsubreg_or_imm_operand): New.
8013 2014-05-20 Jan Hubicka <hubicka@ucw.cz>
8015 * tree.h (DECL_ONE_ONLY): Return true only for externally visible
8017 * except.c (switch_to_exception_section, resolve_unique_section,
8018 get_named_text_section, default_function_rodata_section,
8019 align_variable, get_block_for_decl, default_section_type_flags):
8020 Use DECL_COMDAT_GROUP instead of DECL_ONE_ONLY.
8021 * symtab.c (symtab_add_to_same_comdat_group,
8022 symtab_make_decl_local, fixup_same_cpp_alias_visibility,
8023 symtab_nonoverwritable_alias, symtab_get_symbol_partitioning_class):
8025 * cgraphclones.c (cgraph_create_virtual_clone): Likewise.
8026 * bb-reorder.c (pass_partition_blocks::gate): Likewise.
8027 * config/c6x/c6x.c (c6x_elf_unique_section): Likewise.
8028 (c6x_function_in_section_p): Likewise.
8029 * config/darwin.c (machopic_select_section): Likewise.
8030 * config/arm/arm.c (arm_function_in_section_p): Likewise.
8031 * config/mips/mips.c (mips_function_rodata_section): Likewise.
8032 * config/mep/mep.c (mep_select_section): LIkewise.
8033 * config/i386/i386.c (x86_64_elf_unique_section): Likewise.
8035 2014-05-20 Eric Botcazou <ebotcazou@adacore.com>
8037 * tree-ssa-dom.c (hashable_expr_equal_p) <EXPR_CALL>: Also compare the
8038 EH region of calls to pure functions that can throw an exception.
8039 * tree-ssa-sccvn.c (vn_reference_eq): Remove duplicated test.
8040 (copy_reference_ops_from_call): Also copy the EH region of the call if
8041 it can throw an exception.
8043 2014-05-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8045 * simplify-rtx.c (simplify_binary_operation_1): Optimize case of
8046 nested VEC_SELECTs that are inverses of each other.
8048 2014-05-20 Richard Biener <rguenther@suse.de>
8050 * tree-ssa-sccvn.c (process_scc): Dump SCC here, when iterating,
8051 (extract_and_process_scc_for_name): not here.
8052 (cond_dom_walker::before_dom_children): Only process
8053 stmts that end the BB in interesting ways.
8054 (run_scc_vn): Mark param uses as visited.
8056 2014-05-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8058 * config/arm/arm.md (arith_shiftsi): Do not predicate for
8061 2014-05-20 Nick Clifton <nickc@redhat.com>
8063 * config/msp430/msp430.c (TARGET_GIMPLIFY_VA_ARG_EXPR): Define.
8064 (msp430_gimplify_va_arg_expr): New function.
8065 (msp430_print_operand): Handle (CONST (ZERO_EXTRACT)).
8067 * config/msp430/msp430.md (zero_extendpsisi2): Use + constraint on
8068 operand 0 in order to prevent confusion about the number of
8071 2014-05-20 Richard Biener <rguenther@suse.de>
8073 PR tree-optimization/61221
8074 * tree-ssa-pre.c (el_to_update): Remove.
8075 (eliminate_dom_walker::before_dom_children): Handle released
8076 VDEFs by value-numbering them to the associated VUSE. Update
8077 stmt immediately for substituted call address.
8078 (eliminate): Remove delayed stmt updating code.
8079 * tree-ssa-sccvn.c (vuse_ssa_val): New function valueizing
8080 possibly late re-numbered vuses.
8081 (vn_reference_lookup_2): Adjust.
8082 (vn_reference_lookup_pieces): Likewise.
8083 (vn_reference_lookup): Likewise.
8085 2014-05-20 Richard Biener <rguenther@suse.de>
8087 * config.gcc: Remove need_64bit_hwint.
8088 * configure.ac: Do not define NEED_64BIT_HOST_WIDE_INT.
8089 * hwint.h: Do not check NEED_64BIT_HOST_WIDE_INT but assume
8091 * config.in: Regenerate.
8092 * configure: Likewise.
8094 2014-05-19 David Wohlferd <dw@LimeGreenSocks.com>
8096 * doc/extend.texi: Create Label Attributes section,
8097 move all label attributes into it and reference it.
8099 2014-05-19 Richard Earnshaw <rearnsha@arm.com>
8101 * arm.c (thumb1_reorg): When scanning backwards skip anything
8102 that's not a proper insn.
8104 2014-05-19 Richard Biener <rguenther@suse.de>
8106 PR tree-optimization/61221
8107 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
8108 Do nothing for unreachable blocks.
8109 * tree-ssa-sccvn.c (cond_dom_walker::before_dom_children):
8110 Improve unreachability detection.
8112 2014-05-19 Richard Biener <rguenther@suse.de>
8114 PR tree-optimization/61209
8115 * tree-ssa-sccvn.c (visit_phi): Avoid setting expr to VN_TOP.
8117 2014-05-19 Nick Clifton <nickc@redhat.com>
8119 * except.c (init_eh): Fix computation of builtin setjmp buffer
8120 size to allow for targets where POINTER_SIZE > BITS_PER_WORD.
8122 2014-05-19 Richard Biener <rguenther@suse.de>
8124 PR tree-optimization/61184
8125 * tree-vrp.c (is_negative_overflow_infinity): Use
8126 TREE_OVERFLOW_P and do that check first.
8127 (is_positive_overflow_infinity): Likewise.
8128 (is_overflow_infinity): Likewise.
8129 (vrp_operand_equal_p): Properly treat operands with
8130 differing overflow as not equal.
8132 2014-05-19 Bernd Schmidt <bernds@codesourcery.com>
8134 * simplify-rtx.c (simplify_unary_operation_1): Use CONST_INT_P in
8135 shift simplification where it was intended.
8137 2014-05-19 Christian Bruel <christian.bruel@st.com>
8140 * config/sh/sh.md (movsf_ie): Unset fp_mode for fmov.
8142 2014-05-19 Richard Sandiford <r.sandiford@uk.ibm.com>
8145 * config/sparc/sparc.c (sparc_fold_builtin): Use widest_int rather
8148 2014-05-19 Richard Sandiford <rdsandiford@googlemail.com>
8150 * reg-notes.def (CROSSING_JUMP): Likewise.
8151 * rtl.h (rtx_def): Update comment for jump flag.
8152 (CROSSING_JUMP_P): Define.
8153 * cfgcleanup.c (try_forward_edges, try_optimize_cfg): Use it instead
8154 of a REG_CROSSING_JUMP note.
8155 * cfghooks.c (tidy_fallthru_edges): Likewise.
8156 * cfgrtl.c (fixup_partition_crossing, rtl_verify_edges): Likewise.
8157 * emit-rtl.c (try_split): Likewise.
8158 * haifa-sched.c (sched_create_recovery_edges): Likewise.
8159 * ifcvt.c (find_if_case_1, find_if_case_2): Likewise.
8160 * jump.c (redirect_jump_2): Likewise.
8161 * reorg.c (follow_jumps, fill_slots_from_thread): Likewise.
8162 (relax_delay_slots): Likewise.
8163 * config/arc/arc.md (jump_i, cbranchsi4_scratch, *bbit): Likewise.
8164 (bbit_di): Likewise.
8165 * config/arc/arc.c (arc_reorg, arc_can_follow_jump): Likewise.
8166 * config/sh/sh.md (jump_compact): Likewise.
8167 * bb-reorder.c (rotate_loop): Likewise.
8168 (pass_duplicate_computed_gotos::execute): Likewise.
8169 (add_reg_crossing_jump_notes): Rename to...
8170 (update_crossing_jump_flags): ...this.
8171 (pass_partition_blocks::execute): Update accordingly.
8173 2014-05-19 Richard Sandiford <rdsandiford@googlemail.com>
8175 * tree.h: Remove extraneous template <>.
8177 2014-05-17 Jan Hubicka <hubicka@ucw.cz>
8179 * ipa.c (symtab_remove_unreachable_nodes): Remove
8180 symbol from comdat group if its body was eliminated.
8181 (comdat_can_be_unshared_p_1): Static symbols can always be privatized.
8182 * symtab.c (symtab_remove_from_same_comdat_group): Break out from ...
8183 (symtab_unregister_node): ... this one.
8184 (verify_symtab_base): More strict checking of comdats.
8185 * cgraph.h (symtab_remove_from_same_comdat_group): Declare.
8187 2014-05-17 Jan Hubicka <hubicka@ucw.cz>
8189 * tree-pass.h (make_pass_ipa_comdats): New pass.
8190 * timevar.def (TV_IPA_COMDATS): New timevar.
8191 * passes.def (pass_ipa_comdats): Add.
8192 * Makefile.in (OBJS): Add ipa-comdats.o
8193 * ipa-comdats.c: New file.
8195 2014-05-17 Jan Hubicka <hubicka@ucw.cz>
8197 * ipa.c (update_visibility_by_resolution_info): New function.
8198 (function_and_variable_visibility): Use it.
8200 2014-05-17 Jan Hubicka <hubicka@ucw.cz>
8202 * cgraph.h (symtab_first_defined_symbol, symtab_next_defined_symbol):
8204 (FOR_EACH_DEFINED_SYMBOL): New macro.
8205 (varpool_first_static_initializer, varpool_next_static_initializer,
8206 varpool_first_defined_variable, varpool_next_defined_variable):
8208 (symtab_in_same_comdat_p): Correctly deal with inline functions.
8210 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
8212 * ggc-page.c (ggc_handle_finalizers): Add comment.
8214 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
8216 * ggc-common.c (ggc_internal_cleared_alloc): Adjust.
8217 * ggc-none.c (ggc_internal_alloc): Assert if a finalizer is passed.
8218 (ggc_internal_cleared_alloc): Likewise.
8219 * ggc-page.c (finalizer): New class.
8220 (vec_finalizer): Likewise.
8221 (globals::finalizers): New member.
8222 (globals::vec_finalizers): Likewise.
8223 (ggc_internal_alloc): Record the finalizer if any for the block being
8225 (ggc_handle_finalizers): New function.
8226 (ggc_collect): Call ggc_handle_finalizers.
8227 * ggc.h (ggc_internal_alloc): Add arguments to allow installing a
8229 (ggc_internal_cleared_alloc): Likewise.
8230 (finalize): New function.
8231 (need_finalization_p): Likewise.
8232 (ggc_alloc): Install the type's destructor as the finalizer if it
8234 (ggc_cleared_alloc): Likewise.
8235 (ggc_vec_alloc): Likewise.
8236 (ggc_cleared_vec_alloc): Likewise.
8238 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
8240 * ggc.h (ggc_alloc_cleared_simd_clone_stat): Remove function.
8242 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
8244 * alias.c (record_alias_subset): Adjust.
8245 * bitmap.c (bitmap_element_allocate): Likewise.
8246 (bitmap_gc_alloc_stat): Likewise.
8247 * cfg.c (init_flow): Likewise.
8248 (alloc_block): Likewise.
8249 (unchecked_make_edge): Likewise.
8250 * cfgloop.c (alloc_loop): Likewise.
8251 (flow_loops_find): Likewise.
8252 (rescan_loop_exit): Likewise.
8253 * cfgrtl.c (init_rtl_bb_info): Likewise.
8254 * cgraph.c (insert_new_cgraph_node_version): Likewise.
8255 (cgraph_allocate_node): Likewise.
8256 (cgraph_create_edge_1): Likewise.
8257 (cgraph_allocate_init_indirect_info): Likewise.
8258 * cgraphclones.c (cgraph_clone_edge): Likewise.
8259 * cgraphunit.c (add_asm_node): Likewise.
8260 (init_lowered_empty_function): Likewise.
8261 * config/aarch64/aarch64.c (aarch64_init_machine_status): Likewise.
8262 * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
8263 (alpha_use_linkage): Likewise.
8264 * config/arc/arc.c (arc_init_machine_status): Likewise.
8265 * config/arm/arm.c (arm_init_machine_status): Likewise.
8266 * config/avr/avr.c (avr_init_machine_status): Likewise.
8267 * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
8268 * config/c6x/c6x.c (c6x_init_machine_status): Likewise.
8269 * config/cris/cris.c (cris_init_machine_status): Likewise.
8270 * config/darwin.c (machopic_indirection_name): Likewise.
8271 (darwin_build_constant_cfstring): Likewise.
8272 (darwin_enter_string_into_cfstring_table): Likewise.
8273 * config/epiphany/epiphany.c (epiphany_init_machine_status): Likewise.
8274 * config/frv/frv.c (frv_init_machine_status): Likewise.
8275 * config/i386/i386.c (get_dllimport_decl): Likewise.
8276 (ix86_init_machine_status): Likewise.
8277 (assign_386_stack_local): Likewise.
8278 * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
8279 (i386_pe_maybe_record_exported_symbol): Likewise.
8280 (i386_pe_record_stub): Likewise.
8281 * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
8282 * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
8283 * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
8284 (m32c_note_pragma_address): Likewise.
8285 * config/mep/mep.c (mep_init_machine_status): Likewise.
8286 (mep_note_pragma_flag): Likewise.
8287 * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
8288 (mips16_local_alias): Likewise.
8289 (mips_init_machine_status): Likewise.
8290 * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
8291 * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
8292 * config/msp430/msp430.c (msp430_init_machine_status): Likewise.
8293 * config/nds32/nds32.c (nds32_init_machine_status): Likewise.
8294 * config/nios2/nios2.c (nios2_init_machine_status): Likewise.
8295 * config/pa/pa.c (pa_init_machine_status): Likewise.
8296 (pa_get_deferred_plabel): Likewise.
8297 * config/rl78/rl78.c (rl78_init_machine_status): Likewise.
8298 * config/rs6000/rs6000.c (builtin_function_type): Likewise.
8299 (rs6000_init_machine_status): Likewise.
8300 (output_toc): Likewise.
8301 * config/s390/s390.c (s390_init_machine_status): Likewise.
8302 * config/score/score.c (score_output_external): Likewise.
8303 * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
8304 * config/spu/spu.c (spu_init_machine_status): Likewise.
8305 * config/tilegx/tilegx.c (tilegx_init_machine_status): Likewise.
8306 * config/tilepro/tilepro.c (tilepro_init_machine_status): Likewise.
8307 * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
8308 * coverage.c (coverage_end_function): Likewise.
8309 * dbxout.c (dbxout_init): Likewise.
8310 * doc/gty.texi: Don't mention variable_size attribute.
8311 * dwarf2cfi.c (new_cfi): Adjust.
8312 (new_cfi_row): Likewise.
8313 (copy_cfi_row): Likewise.
8314 (create_cie_data): Likewise.
8315 * dwarf2out.c (dwarf2out_alloc_current_fde): Likewise.
8316 (new_loc_descr): Likewise.
8317 (find_AT_string_in_table): Likewise.
8318 (add_addr_table_entry): Likewise.
8319 (new_die): Likewise.
8320 (add_var_loc_to_decl): Likewise.
8321 (clone_die): Likewise.
8322 (clone_as_declaration): Likewise.
8323 (break_out_comdat_types): Likewise.
8324 (new_loc_list): Likewise.
8325 (add_loc_descr_to_each): Likewise.
8326 (add_location_or_const_value_attribute): Likewise.
8327 (add_linkage_name): Likewise.
8328 (lookup_filename): Likewise.
8329 (dwarf2out_var_location): Likewise.
8330 (new_line_info_table): Likewise.
8331 (dwarf2out_init): Likewise.
8332 (mem_loc_descriptor): Likewise.
8333 (loc_descriptor): Likewise.
8334 (add_const_value_attribute): Likewise.
8335 (tree_add_const_value_attribute): Likewise.
8336 (comp_dir_string): Likewise.
8337 (dwarf2out_vms_debug_main_pointer): Likewise.
8338 (string_cst_pool_decl): Likewise.
8339 * emit-rtl.c (set_mem_attrs): Likewise.
8340 (get_reg_attrs): Likewise.
8341 (start_sequence): Likewise.
8342 (init_emit): Likewise.
8343 (init_emit_regs): Likewise.
8344 * except.c (init_eh_for_function): Likewise.
8345 (gen_eh_region): Likewise.
8346 (gen_eh_region_catch): Likewise.
8347 (gen_eh_landing_pad): Likewise.
8348 (add_call_site): Likewise.
8349 * function.c (add_frame_space): Likewise.
8350 (insert_temp_slot_address): Likewise.
8351 (assign_stack_temp_for_type): Likewise.
8352 (get_hard_reg_initial_val): Likewise.
8353 (allocate_struct_function): Likewise.
8354 (prepare_function_start): Likewise.
8355 (types_used_by_var_decl_insert): Likewise.
8356 * gengtype.c (variable_size_p): Remove function.
8357 (enum alloc_quantity): Remove enum.
8358 (write_typed_alloc_def): Remove function.
8359 (write_typed_struct_alloc_def): Likewise.
8360 (write_typed_typedef_alloc_def): Likewise.
8361 (write_typed_alloc_defns): Likewise.
8363 * ggc-common.c (ggc_cleared_alloc_htab_ignore_args): Adjust.
8364 (ggc_cleared_alloc_ptr_array_two_args): Likewise.
8365 * ggc.h (ggc_alloc): new function.
8366 (ggc_cleared_alloc): Likewise.
8367 (ggc_vec_alloc): Template on type of vector element, and remove
8368 element size argument.
8369 (ggc_cleared_vec_alloc): Likewise.
8370 * gimple.c (gimple_build_omp_for): Adjust.
8371 (gimple_copy): Likewise.
8372 * ipa-cp.c (get_replacement_map): Likewise.
8373 (find_aggregate_values_for_callers_subset): Likewise.
8374 (known_aggs_to_agg_replacement_list): Likewise.
8375 * ipa-devirt.c (get_odr_type): Likewise.
8376 * ipa-prop.c (ipa_node_duplication_hook): Likewise.
8377 (read_agg_replacement_chain): Likewise.
8378 * loop-iv.c (get_simple_loop_desc): Likewise.
8379 * lto-cgraph.c (input_node_opt_summary): Likewise.
8380 * lto-section-in.c (lto_new_in_decl_state): Likewise.
8381 * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
8382 (input_eh_region): Likewise.
8383 (input_eh_lp): Likewise.
8384 (input_cfg): Likewise.
8385 * optabs.c (set_optab_libfunc): Likewise.
8386 (init_tree_optimization_optabs): Likewise.
8387 (set_conv_libfunc): Likewise.
8388 * passes.c (do_per_function_toporder): Likewise.
8389 * rtl.h: Don't use variable_size gty attribute.
8390 * sese.c (if_region_set_false_region): Adjust.
8391 * stringpool.c (gt_pch_save_stringpool): Likewise.
8392 * target-globals.c (save_target_globals): Likewise.
8393 * toplev.c (general_init): Likewise.
8394 * trans-mem.c (record_tm_replacement): Likewise.
8395 (split_bb_make_tm_edge): Likewise.
8396 * tree-cfg.c (move_sese_region_to_fn): Likewise.
8397 * tree-data-ref.h (lambda_vector_new): Likewise.
8398 * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
8399 * tree-iterator.c (tsi_link_before): Likewise.
8400 (tsi_link_after): Likewise.
8401 * tree-scalar-evolution.c (new_scev_info_str): Likewise.
8402 * tree-ssa-loop-niter.c (record_estimate): Likewise.
8403 * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
8404 * tree-ssa-operands.h: Don't use variable_size gty attribute.
8405 * tree-ssa.c (init_tree_ssa): Adjust.
8406 * tree-ssanames.c (set_range_info): Likewise.
8407 (get_ptr_info): Likewise.
8408 (duplicate_ssa_name_ptr_info): Likewise.
8409 (duplicate_ssa_name_range_info): Likewise.
8410 * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Likewise.
8411 (unpack_ts_fixed_cst_value_fields): Likewise.
8412 * tree.c (build_fixed): Likewise.
8413 (build_real): Likewise.
8414 (build_string): Likewise.
8415 (decl_priority_info): Likewise.
8416 (decl_debug_expr_insert): Likewise.
8417 (decl_value_expr_insert): Likewise.
8418 (decl_debug_args_insert): Likewise.
8419 (type_hash_add): Likewise.
8420 (build_omp_clause): Likewise.
8421 * ubsan.c (decl_for_type_insert): Likewise.
8422 * varasm.c (get_unnamed_section): Likewise.
8423 (get_noswitch_section): Likewise.
8424 (get_section): Likewise.
8425 (get_block_for_section): Likewise.
8426 (create_block_symbol): Likewise.
8427 (build_constant_desc): Likewise.
8428 (create_constant_pool): Likewise.
8429 (force_const_mem): Likewise.
8430 (record_tm_clone_pair): Likewise.
8431 * varpool.c (varpool_create_empty_node): Likewise.
8433 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
8435 * dwarf2out.c (tree_add_const_value_attribute): Call
8436 ggc_internal_cleared_alloc instead of ggc_alloc_cleared_atomic.
8437 * gengtype.c (write_typed_alloc_def): Call ggc_internal_<x>alloc
8438 instead of ggc_internal_<x>alloc_stat.
8439 * ggc-common.c (ggc_internal_cleared_alloc): Drop _stat suffix.
8440 (ggc_realloc): Likewise.
8441 * ggc-none.c (ggc_internal_alloc): Likewise.
8442 (ggc_internal_cleared_alloc): Likewise.
8443 * ggc-page.c: Likewise.
8444 * ggc.h (ggc_internal_alloc_stat): Likewise.
8445 (ggc_internal_alloc): Remove macro.
8446 (ggc_internal_cleared_alloc_stat): Drop _stat suffix.
8447 (ggc_internal_cleared_alloc): Remove macro.
8448 (GGC_RESIZEVEC): Adjust.
8449 (ggc_resizevar): Remove macro.
8450 (ggc_internal_vec_alloc_stat): Drop _stat suffix.
8451 (ggc_internal_cleared_vec_alloc_stat): Likewise.
8452 (ggc_internal_vec_cleared_alloc): Remove macro.
8453 (ggc_alloc_atomic_stat): Drop _stat suffix.
8454 (ggc_alloc_atomic): Remove macro.
8455 (ggc_alloc_cleared_atomic): Remove macro.
8456 (ggc_alloc_string_stat): Drop _stat suffix.
8457 (ggc_alloc_string): Remove macro.
8458 (ggc_alloc_rtx_def_stat): Adjust.
8459 (ggc_alloc_tree_node_stat): Likewise.
8460 (ggc_alloc_cleared_tree_node_stat): Likewise.
8461 (ggc_alloc_cleared_gimple_statement_stat): Likewise.
8462 (ggc_alloc_cleared_simd_clone_stat): Likewise.
8463 * gimple.c (gimple_build_omp_for): Likewise.
8464 (gimple_copy): Likewise.
8465 * stringpool.c (ggc_alloc_string_stat): Drop _stat suffix.
8466 * toplev.c (realloc_for_line_map): Adjust.
8467 * tree-data-ref.h (lambda_vector_new): Likewise.
8468 * tree-phinodes.c (allocate_phi_node): Likewise.
8469 * tree.c (grow_tree_vec_stat): Likewise.
8470 * vec.h (va_gc::reserve): Adjust.
8472 2014-05-17 Ajit Agarwal <ajitkum@xilinx.com>
8474 * config/microblaze/microblaze.c (break_handler): New Declaration.
8475 (microblaze_break_function_p,microblaze_is_break_handler): New.
8476 (compute_frame_size): Use microblaze_break_function_p.
8477 Add the test of break_handler.
8478 (microblaze_function_prologue) : Add the test of variable
8479 break_handler. Check the fnname by BREAK_HANDLER_NAME.
8480 (microblaze_function_epilogue) : Add the test of break_handler.
8481 (microblaze_globalize_label) : Add the test of break_handler.
8482 Check the name by BREAK_HANDLER_NAME.
8484 * config/microblaze/microblaze.h (BREAK_HANDLER_NAME): New macro
8486 * config/microblaze/microblaze.md (*<optab>,<optab>_internal): Add
8487 microblaze_is_break_handler test.
8488 (call_internal1,call_value_intern): Use microblaze_break_function_p.
8489 Use SYMBOL_REF_DECL.
8491 * config/microblaze/microblaze-protos.h
8492 (microblaze_break_function_p,microblaze_is_break_handler):
8495 * doc/extend.texi (MicroBlaze break_handler Functions): Document
8496 new MicroBlaze break_handler functions.
8498 2014-05-17 Uros Bizjak <ubizjak@gmail.com>
8500 * doc/extend.texi (Size of an asm): Move node text according
8501 to its @menu entry position.
8503 2014-05-17 Marc Glisse <marc.glisse@inria.fr>
8505 PR tree-optimization/61140
8506 PR tree-optimization/61150
8507 PR tree-optimization/61197
8508 * tree-ssa-phiopt.c (value_replacement): Punt on multiple phis.
8510 2014-05-17 Uros Bizjak <ubizjak@gmail.com>
8512 * doc/invoke.texi (free): Mention Alpha. Also enabled at -Os.
8514 2014-05-17 Richard Sandiford <r.sandiford@uk.ibm.com>
8516 * wide-int.cc: Only include longlong.h if W_TYPE_SIZE==32 or
8517 __SIZEOF_INT128__ is defined.
8519 2014-05-17 Richard Sandiford <rdsandiford@googlemail.com>
8521 * config/rs6000/rs6000.c (rs6000_real_tls_symbol_ref_p): New function.
8522 (rs6000_delegitimize_address): Use it.
8524 2014-05-17 Richard Sandiford <rdsandiford@googlemail.com>
8526 * emit-rtl.h (replace_equiv_address, replace_equiv_address_nv): Add an
8527 inplace argument. Store the new address in the original MEM when true.
8528 * emit-rtl.c (change_address_1): Likewise.
8529 (adjust_address_1, adjust_automodify_address_1, offset_address):
8531 * rtl.h (plus_constant): Add an inplace argument.
8532 * explow.c (plus_constant): Likewise. Try to reuse the original PLUS
8533 when true. Avoid generating (plus X (const_int 0)).
8534 * function.c (instantiate_virtual_regs_in_rtx): Adjust the PLUS
8535 in-place. Pass true to plus_constant.
8536 (instantiate_virtual_regs_in_insn): Pass true to replace_equiv_address.
8538 2014-05-16 Dehao Chen <dehao@google.com>
8540 * tree-cfg.c (gimple_merge_blocks): Updates bb count with max count.
8542 2014-05-16 Oleg Endo <olegendo@gcc.gnu.org>
8545 * config/sh/predicates.md (negt_reg_shl31_operand): Match additional
8547 * config/sh/sh.md (*negt_msb): Merge SH2A and non-SH2A variants.
8549 2014-05-16 Dehao Chen <dehao@google.com>
8551 * ira-int.h (REG_FREQ_FROM_EDGE_FREQ): Use
8552 optimize_function_for_size_p.
8553 * regs.h (REG_FREQ_FROM_BB): Likewise.
8555 2014-05-16 Oleg Endo <olegendo@gcc.gnu.org>
8558 * config/sh/sh.c (sh_eval_treg_value): Handle t_reg_operand and
8559 negt_reg_operand cases.
8560 * config/sh/sh.md (*cset_zero): Likewise by using cbranch_treg_value
8562 * config/sh/predicates.md (cbranch_treg_value): Simplify.
8564 2014-05-16 Oleg Endo <olegendo@gcc.gnu.org>
8566 * config/sh/sh.c (sh_option_override): Set branch cost to 2 for all
8569 2014-05-16 David Malcolm <dmalcolm@redhat.com>
8572 2014-04-29 David Malcolm <dmalcolm@redhat.com>
8574 * tree-cfg.c (dump_function_to_file): Dump the return type of
8575 functions, in a line to itself before the function body, mimicking
8576 the layout of a C function.
8578 2014-05-16 Dehao Chen <dehao@google.com>
8580 * cfghooks.c (make_forwarder_block): Use direct computation to
8581 get fall-through edge's count and frequency.
8583 2014-05-16 Benno Schulenberg <bensberg@justemail.net>
8585 * config/arc/arc.c (arc_init): Fix typo in error message.
8586 * config/i386/i386.c (ix86_expand_builtin): Likewise.
8587 (split_stack_prologue_scratch_regno): Likewise.
8588 * fortran/check.c (gfc_check_fn_rc2008): Remove duplicate
8589 word from error message.
8591 2014-05-16 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
8593 * ira-costs.c: Fix typo in comment.
8595 2014-05-16 David Wohlferd <dw@LimeGreenSocks.com>
8597 * doc/extend.texi: (Visibility Pragmas) Fix misplaced @xref
8599 2014-05-16 Jan Hubicka <hubicka@ucw.cz>
8601 * varpool.c (dump_varpool_node): Dump write-only flag.
8602 * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Stream
8604 * tree-cfg.c (execute_fixup_cfg): Remove statements setting
8605 write-only variables.
8606 * ipa.c (process_references): New function.
8607 (set_readonly_bit): New function.
8608 (set_writeonly_bit): New function.
8609 (clear_addressable_bit): New function.
8610 (ipa_discover_readonly_nonaddressable_var): Mark write only variables;
8611 fix handling of aliases.
8612 * cgraph.h (struct varpool_node): Add writeonly flag.
8614 2014-05-16 Vladimir Makarov <vmakarov@redhat.com>
8616 PR rtl-optimization/60969
8617 * ira-costs.c (record_reg_classes): Allow only memory for pseudo.
8618 Calculate costs for this case.
8620 2014-05-16 Eric Botcazou <ebotcazou@adacore.com>
8622 * fold-const (fold_unary_loc) <NON_LVALUE_EXPR>: New case.
8623 <CASE_CONVERT>: Pass arg0 instead of op0 to fold_convert_const.
8625 2014-05-16 Richard Biener <rguenther@suse.de>
8627 PR tree-optimization/61194
8628 * tree-vect-patterns.c (adjust_bool_pattern): Also handle
8629 bool patterns ending in a COND_EXPR.
8631 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
8633 * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Fix FNMUL case.
8635 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
8637 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle the case
8638 where we were unable to cost an RTX.
8640 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
8642 * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost SYMBOL_REF,
8645 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
8646 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
8648 * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost TRUNCATE.
8650 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
8651 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
8653 * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost FMA,
8654 FLOAT_EXTEND, FLOAT_TRUNCATE, ABS, SMAX, and SMIN.
8656 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
8657 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
8659 * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost comparison
8662 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
8663 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
8665 * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costs for
8668 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
8669 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
8671 * config/aarch64/aarch64.c (aarch64_rtx_arith_op_extract_p): New.
8672 (aarch64_rtx_costs): Improve costs for SIGN/ZERO_EXTRACT.
8674 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
8675 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
8677 * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costs for
8680 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
8681 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
8683 * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost
8684 ZERO_EXTEND and SIGN_EXTEND better.
8686 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
8687 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
8689 * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve cost for
8692 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
8693 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
8695 * config/aarch64/aarch64.c (aarch64_rtx_costs): Use address
8696 costs when costing loads and stores to memory.
8698 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
8699 Philip Tomsich <philipp.tomsich@theobroma-systems.com>
8701 * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costing
8704 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
8706 * config/aarch64/aarch64.c (aarch64_rtx_costs): Set default costs.
8708 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
8709 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
8711 * config/aarch64/aarch64.c (aarch64_strip_shift_or_extend): Rename
8713 (aarch64_strip_extend): ...this, don't strip shifts, check RTX is
8715 (aarch64_rtx_mult_cost): New.
8716 (aarch64_rtx_costs): Use it, refactor as appropriate.
8718 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
8719 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
8721 * config/aarch64/aarch64.c (aarch64_build_constant): Conditionally
8722 emit instructions, return number of instructions which would
8724 (aarch64_add_constant): Update call to aarch64_build_constant.
8725 (aarch64_output_mi_thunk): Likewise.
8726 (aarch64_rtx_costs): Estimate cost of a CONST_INT, cost of
8729 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
8731 * config/aarch64/aarch64.c (aarch64_rtx_costs_wrapper): New.
8732 (TARGET_RTX_COSTS): Call it.
8734 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
8736 * config/aarch64/aarch64.c (cortexa57_addrcost_table): New.
8737 (cortexa57_vector_cost): Likewise.
8738 (cortexa57_tunings): Use them.
8740 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
8742 * config/aarch64/aarch64-protos.h (scale_addr_mode_cost): New.
8743 (cpu_addrcost_table): Use it.
8744 * config/aarch64/aarch64.c (generic_addrcost_table): Initialize it.
8745 (aarch64_address_cost): Rewrite using aarch64_classify_address,
8748 2014-05-16 Richard Biener <rguenther@suse.de>
8750 * tree-ssa-sccvn.c: Include tree-cfg.h and domwalk.h.
8751 (set_ssa_val_to): Handle unexpected sets to VN_TOP.
8752 (visit_phi): Ignore edges marked as not executable.
8753 (class cond_dom_walker): New.
8754 (cond_dom_walker::before_dom_children): Value-number
8755 control statements and mark successor edges as not
8756 executable if possible.
8757 (run_scc_vn): First walk all control statements in
8758 dominator order, marking edges as not executable.
8759 * tree-inline.c (copy_edges_for_bb): Be not confused
8760 about random edge flags.
8762 2014-05-16 Richard Biener <rguenther@suse.de>
8764 * tree-ssa-sccvn.c (visit_use): Also constant-fold calls.
8766 2014-05-15 Peter Bergner <bergner@vnet.ibm.com>
8769 * config/rs6000/htmxlintrin.h (_HTM_TBEGIN_STARTED): New define.
8770 (__TM_simple_begin): Use it.
8771 (__TM_begin): Likewise.
8773 2014-05-15 Martin Jambor <mjambor@suse.cz>
8776 * ipa-prop.c (update_indirect_edges_after_inlining): Check
8777 type_preserved flag when the indirect edge is polymorphic.
8779 2014-05-15 Martin Jambor <mjambor@suse.cz>
8781 PR tree-optimization/61090
8782 * tree-sra.c (sra_modify_expr): Pass the current gsi to
8783 build_ref_for_model.
8785 2014-05-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8787 * config/arm/arm.c (arm_option_override): Use the SCHED_PRESSURE_MODEL
8788 enum name for PARAM_SCHED_PRESSURE_ALGORITHM.
8790 2014-05-15 Jakub Jelinek <jakub@redhat.com>
8792 PR tree-optimization/61158
8793 * fold-const.c (fold_binary_loc): If X is zero-extended and
8794 shiftc >= prec, make sure zerobits is all ones instead of
8795 invoking undefined behavior.
8797 2014-05-15 Zhenqiang Chen <zhenqiang.chen@linaro.org>
8799 * regcprop.h: New file.
8800 * regcprop.c (skip_debug_insn_p): New decl.
8801 (replace_oldest_value_reg): Check skip_debug_insn_p.
8802 (copyprop_hardreg_forward_bb_without_debug_insn): New function.
8803 * shrink-wrap.c: Include regcprop.h.
8804 (prepare_shrink_wrap): Call
8805 copyprop_hardreg_forward_bb_without_debug_insn.
8807 2014-05-15 Zhenqiang Chen <zhenqiang.chen@linaro.org>
8809 * shrink-wrap.h: Update comment.
8810 * shrink-wrap.c: Update comment.
8811 (next_block_for_reg): Rename to live_edge_for_reg.
8812 (live_edge_for_reg): Allow live_edge->dest has two predecessors.
8813 (move_insn_for_shrink_wrap): Split live_edge.
8814 (prepre_shrink_wrap): One more parameter for move_insn_for_shrink_wrap.
8816 2014-05-14 Eric Botcazou <ebotcazou@adacore.com>
8818 * config/sparc/sparc-protos.h (sparc_absnegfloat_split_legitimate):
8820 * config/sparc/sparc.c (sparc_absnegfloat_split_legitimate): Likewise.
8821 * config/sparc/sparc.md (fptype_ut699): New attribute.
8822 (in_branch_delay): Return false if -mfix-ut699 is specified and
8823 fptype_ut699 is set to single.
8824 (truncdfsf2): Add fptype_ut699 attribute.
8825 (fix_truncdfsi2): Likewise.
8826 (floatsisf2): Change fptype attribute.
8827 (fix_truncsfsi2): Likewise.
8828 (negtf2_notv9): Delete.
8829 (negtf2_v9): Likewise.
8830 (negtf2_hq): New instruction.
8831 (negtf2): New instruction and splitter.
8832 (negdf2_notv9): Rewrite.
8833 (abstf2_notv9): Delete.
8834 (abstf2_hq_v9): Likewise.
8835 (abstf2_v9): Likewise.
8836 (abstf2_hq): New instruction.
8837 (abstf2): New instruction and splitter.
8838 (absdf2_notv9): Rewrite.
8840 2014-05-14 Cary Coutant <ccoutant@google.com>
8843 * opts.c (common_handle_option): Don't special-case "-g".
8844 (set_debug_level): Default to at least level 2 with "-g".
8846 2014-05-14 DJ Delorie <dj@redhat.com>
8848 * config/msp430/msp430.c (msp430_builtin): Add
8849 MSP430_BUILTIN_DELAY_CYCLES.
8850 (msp430_init_builtins): Register void __delay_cycles(long long).
8851 (msp430_builtin_decl): Add it.
8852 (cg_magic_constant): New.
8853 (msp430_expand_delay_cycles): New.
8854 (msp430_expand_builtin): Call it.
8855 (msp430_print_operand_raw): Change integer printing from "int" to
8857 * config/msp430/msp430.md (define_constants): Add delay_cycles tags.
8858 (delay_cycles_start): New.
8859 (delay_cycles_end): New.
8860 (delay_cycles_32): New.
8861 (delay_cycles_32x): New.
8862 (delay_cycles_16): New.
8863 (delay_cycles_16x): New.
8864 (delay_cycles_2): New.
8865 (delay_cycles_1): New.
8866 * doc/extend.texi: Document __delay_cycles().
8868 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
8870 * config/nios2/nios2.md (nios2_cbranch): Fix paste-o in
8871 length attribute computation.
8873 2014-05-14 Richard Sandiford <rdsandiford@googlemail.com>
8876 * print-rtl.c (print_rtx): Suppress uids if flag_dump_unnumbered.
8878 2014-05-14 Richard Sandiford <r.sandiford@uk.ibm.com>
8881 * config/sparc/sparc.md: Fix types of low and high in DI constant
8882 splitter. Use gen_int_mode in some other splitters.
8884 2014-05-14 Martin Jambor <mjambor@suse.cz>
8887 * ipa-prop.c (ipa_modify_formal_parameters): Reset DECL_LANG_SPECIFIC.
8889 2014-05-14 James Norris <jnorris@codesourcery.com>
8891 * omp-low.c (expand_parallel_call): Remove shadow variable.
8892 (expand_omp_taskreg): Likewise.
8894 2014-05-14 Ilya Tocar <ilya.tocar@intel.com>
8896 * common/config/i386/i386-common.c
8897 (OPTION_MASK_ISA_CLFLUSHOPT_SET): Define.
8898 (OPTION_MASK_ISA_XSAVES_SET): Ditto.
8899 (OPTION_MASK_ISA_XSAVEC_SET): Ditto.
8900 (OPTION_MASK_ISA_CLFLUSHOPT_UNSET): Ditto.
8901 (OPTION_MASK_ISA_XSAVES_UNSET): Ditto.
8902 (OPTION_MASK_ISA_XSAVEC_UNSET): Ditto.
8903 (ix86_handle_option): Handle OPT_mxsavec, OPT_mxsaves, OPT_mclflushopt.
8904 * config.gcc (i[34567]86-*-*): Add clflushoptintrin.h,
8905 xsavecintrin.h, xsavesintrin.h.
8906 (x86_64-*-*): Ditto.
8907 * config/i386/clflushoptintrin.h: New.
8908 * config/i386/xsavecintrin.h: Ditto.
8909 * config/i386/xsavesintrin.h: Ditto.
8910 * config/i386/cpuid.h (bit_CLFLUSHOPT): Define.
8911 (bit_XSAVES): Ditto.
8912 (bit_XSAVES): Ditto.
8913 * config/i386/driver-i386.c (host_detect_local_cpu): Handle
8914 -mclflushopt, -mxsavec, -mxsaves, -mno-xsaves, -mno-xsavec,
8916 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
8917 OPTION_MASK_ISA_CLFLUSHOPT, OPTION_MASK_ISA_XSAVEC,
8918 OPTION_MASK_ISA_XSAVES.
8919 * config/i386/i386.c (ix86_target_string): Handle -mclflushopt,
8921 (PTA_CLFLUSHOPT) Define.
8922 (PTA_XSAVEC): Ditto.
8923 (PTA_XSAVES): Ditto.
8924 (ix86_option_override_internal): Handle new options.
8925 (ix86_valid_target_attribute_inner_p): Ditto.
8926 (ix86_builtins): Add IX86_BUILTIN_XSAVEC, IX86_BUILTIN_XSAVEC64,
8927 IX86_BUILTIN_XSAVES, IX86_BUILTIN_XRSTORS, IX86_BUILTIN_XSAVES64,
8928 IX86_BUILTIN_XRSTORS64, IX86_BUILTIN_CLFLUSHOPT.
8929 (bdesc_special_args): Add __builtin_ia32_xsaves,
8930 __builtin_ia32_xrstors, __builtin_ia32_xsavec, __builtin_ia32_xsaves64,
8931 __builtin_ia32_xrstors64, __builtin_ia32_xsavec64.
8932 (ix86_init_mmx_sse_builtins): Add __builtin_ia32_clflushopt.
8933 (ix86_expand_builtin): Handle new builtins.
8934 * config/i386/i386.h (TARGET_CLFLUSHOPT) Define.
8935 (TARGET_CLFLUSHOPT_P): Ditto.
8936 (TARGET_XSAVEC): Ditto.
8937 (TARGET_XSAVEC_P): Ditto.
8938 (TARGET_XSAVES): Ditto.
8939 (TARGET_XSAVES_P): Ditto.
8940 * config/i386/i386.md (ANY_XSAVE): Add UNSPECV_XSAVEC, UNSPECV_XSAVES.
8941 (ANY_XSAVE64)" Add UNSPECV_XSAVEC64, UNSPECV_XSAVES64.
8942 (attr xsave): Add xsavec, xsavec64, xsaves, xsaves64.
8944 (ANY_XRSTOR64): Ditto.
8946 (xrstor): Change into <xrstor>.
8947 (xrstor_rex64): Change into <xrstor>_rex64.
8948 (xrstor64): Change into <xrstor>64
8950 * config/i386/i386.opt (mclflushopt): New.
8953 * config/i386/x86intrin.h: Add clflushoptintrin.h, xsavesintrin.h,
8955 * doc/invoke.texi: Document new options.
8957 2014-05-14 Andrey Belevantsev <abel@ispras.ru>
8959 PR rtl-optimization/60866
8960 * sel-sched-ir (sel_init_new_insn): New parameter old_seqno.
8961 Default it to -1. Pass it down to init_simplejump_data.
8962 (init_simplejump_data): New parameter old_seqno. Pass it down
8963 to get_seqno_for_a_jump.
8964 (get_seqno_for_a_jump): New parameter old_seqno. Use it for
8965 initializing new jump seqno as a last resort. Add comment.
8966 (sel_redirect_edge_and_branch): Save old seqno of the conditional
8967 jump and pass it down to sel_init_new_insn.
8968 (sel_redirect_edge_and_branch_force): Likewise.
8970 2014-05-14 Georg-Johann Lay <avr@gjlay.de>
8972 * config/avr/avr.h (REG_CLASS_CONTENTS): Use unsigned suffix for
8973 shifted values to avoid build warning.
8975 2014-05-14 Eric Botcazou <ebotcazou@adacore.com>
8977 * cfgcleanup.c (try_forward_edges): Use location_t for locations.
8978 * cfgrtl.c (rtl_merge_blocks): Fix comment.
8979 (cfg_layout_merge_blocks): Likewise.
8980 * except.c (emit_to_new_bb_before): Remove prev_bb local variable.
8982 2014-05-14 Andrey Belevantsev <abel@ispras.ru>
8984 PR rtl-optimization/60901
8985 * config/i386/i386.c (ix86_dependencies_evaluation_hook): Check that
8986 bb predecessor belongs to the same scheduling region. Adjust comment.
8988 2014-05-13 Peter Bergner <bergner@vnet.ibm.com>
8990 * doc/sourcebuild.texi: (dfp_hw): Document.
8991 (p8vector_hw): Likewise.
8992 (powerpc_eabi_ok): Likewise.
8993 (powerpc_elfv2): Likewise.
8994 (powerpc_htm_ok): Likewise.
8995 (ppc_recip_hw): Likewise.
8998 2014-05-13 Cary Coutant <ccoutant@google.com>
9000 * opts.c (finish_options): Use -ggnu-pubnames with -gsplit-dwarf.
9002 2014-05-13 David Malcolm <dmalcolm@redhat.com>
9004 * gengtype-parse.c (require3): Eliminate in favor of...
9006 (require_template_declaration): Update to support optional single *
9009 * gengtype.c (get_ultimate_base_class): Add a non-const overload.
9010 (create_user_defined_type): Handle a single level of explicit
9011 pointerness within template arguments.
9012 (struct write_types_data): Add field "kind".
9013 (filter_type_name): Handle "*" character.
9014 (write_user_func_for_structure_ptr): Require a write_types_data
9015 rather than just a prefix string, so that we can look up the kind
9016 of the wtd and use it as an index into wrote_user_func_for_ptr,
9017 ensuring that such functions are written at most once. Support
9018 subclasses by invoking the marking function of the ultimate base class.
9019 (write_user_func_for_structure_body): Require a write_types_data
9020 rather than just a prefix string, so that we can pass this to
9021 write_user_func_for_structure_ptr.
9022 (write_func_for_structure): Likewise.
9023 (ggc_wtd): Add initializer of new "kind" field.
9024 (pch_wtd): Likewise.
9026 * gengtype.h (enum write_types_kinds): New.
9027 (struct type): Add field wrote_user_func_for_ptr to the "s"
9030 2014-05-13 Richard Sandiford <r.sandiford@uk.ibm.com>
9032 * fold-const.c (optimize_bit_field_compare): Use wi:: operations
9033 instead of const_binop.
9034 (fold_binary_loc): Likewise.
9036 2014-05-13 Richard Sandiford <r.sandiford@uk.ibm.com>
9038 * tree-dfa.h (get_addr_base_and_unit_offset_1): Update array index
9039 calculation to match get_ref_base_and_extent.
9041 2014-05-13 Catherine Moore <clm@codesourcery.com>
9042 Sandra Loosemore <sandra@codesourcery.com>
9044 * configure.ac: Fix assembly for explicit JALR relocation check.
9045 * configure: Regenerate.
9047 2014-05-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9049 * config/arm/arm.c (neon_itype): Remove NEON_RESULTPAIR.
9050 (arm_init_neon_builtins): Remove handling of NEON_RESULTPAIR.
9051 Remove associated type declarations and initialisations.
9052 (arm_expand_neon_builtin): Likewise.
9053 (neon_emit_pair_result_insn): Delete.
9054 * config/arm/arm_neon_builtins (vtrn, vzip, vuzp): Delete.
9055 * config/arm/neon.md (neon_vtrn<mode>): Delete.
9056 (neon_vzip<mode>): Likewise.
9057 (neon_vuzp<mode>): Likewise.
9059 2014-05-13 Richard Biener <rguenther@suse.de>
9062 * tree-inline.c (remap_gimple_stmt): Clear tail call flag,
9063 it needs revisiting whether the call still may be tail-called.
9065 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
9067 * rtl.def (SYMBOL_REF): Remove middle "0" field.
9068 * rtl.h (block_symbol): Reduce number of fields to 2.
9069 (rtx_def): Add u2.symbol_ref_flags.
9070 (SYMBOL_REF_FLAGS): Use it.
9071 (SYMBOL_REF_DATA, SET_SYMBOL_REF_DECL, SYMBOL_REF_DECL)
9072 (SET_SYMBOL_REF_CONSTANT, SYMBOL_REF_CONSTANT): Lower index.
9073 * gengtype.c (adjust_field_rtx_def): Remove SYMBOL_REF_FLAGS handling.
9074 Lower index of SYMBOL_REF_DATA.
9075 * print-rtl.c (print_rtx): Lower index for SYMBOL_REF_DATA.
9076 Print SYMBOL_REF_FLAGS at the same time.
9077 * genattrtab.c (attr_rtx_1): Only initialize 1 "0" SYMBOL_REF field.
9079 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
9081 * rtl.def (VAR_LOCATION): Remove "i" field.
9082 * rtl.h (rtx_def): Add u2.var_location_status.
9083 (PAT_VAR_LOCATION_STATUS): Use it.
9084 (gen_rtx_VAR_LOCATION): Declare.
9085 * gengenrtl.c (excluded_rtx): Add VAR_LOCATION.
9086 * emit-rtl.c (gen_rtx_VAR_LOCATION): New function.
9087 * var-tracking.c (emit_note_insn_var_location): Remove casts.
9089 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
9091 * rtl.def (scratch): Fix outdated comment and remove "0" field.
9092 * gengtype.c (adjust_field_rtx_def): Update accordingly.
9094 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
9096 * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, JUMP_TABLE_DATA)
9097 (BARRIER, CODE_LABEL, NOTE): Remove first "i" field.
9098 * rtl.h (rtx_def): Add insn_uid to u2 field.
9099 (RTX_FLAG_CHECK8): Delete in favor of...
9100 (RTL_INSN_CHAIN_FLAG_CHECK): ...this new macro.
9101 (INSN_DELETED_P): Update accordingly.
9102 (INSN_UID): Use u2.insn_uid.
9103 (INSN_CHAIN_CODE_P): Define.
9104 (PREV_INSN, NEXT_INSN, BLOCK_FOR_INSN, PATTERN, INSN_LOCATION)
9105 (INSN_CODE, REG_NOTES, CALL_INSN_FUNCTION_USAGE, CODE_LABEL_NUMBER)
9106 (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK, NOTE_EH_HANDLER)
9107 (NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_CFI, NOTE_LABEL_NUMBER)
9108 (NOTE_KIND, LABEL_NAME, LABEL_NUSES, JUMP_LABEL, LABEL_REFS): Lower
9109 indices accordingly.
9110 * print-rtl.c (print_rtx): Print INSN_UIDs before the main loop.
9111 Update indices for insn-chain rtxes.
9112 * gengtype.c (gen_rtx_next): Adjust test for insn-chain rtxes.
9113 (adjust_field_rtx_def): Lower '0' indices for all insn-chain rtxes.
9114 * emit-rtl.c (gen_label_rtx): Update gen_rtx_LABEL call.
9115 * caller-save.c (init_caller_save): Update gen_rtx_INSN calls.
9116 * combine.c (try_combine): Likewise.
9117 * ira.c (setup_prohibited_mode_move_regs): Likewise.
9119 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
9121 * rtl.def (REG): Remove middle field.
9122 * rtl.h (rtx_def): Add orignal_regno to u2.
9123 (ORIGINAL_REGNO): Use it instead of field 1.
9124 (REG_ATTRS): Lower field index accordingly.
9125 * gengtype.c (adjust_field_rtx_def): Remove handling of
9126 ORIGINAL_REGNO. Move REG_ATTRS index down.
9127 * print-rtl.c (print_rtx): Move ORIGINAL_REGNO handling to the
9128 code that prints the REGNO.
9130 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
9132 * print-rtl.c (print_rtx): Guard whole '0' block with ifndef
9135 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
9137 * rtl.h (rtx_def): Mark u2 as GTY ((skip)).
9139 2014-05-13 Bin Cheng <bin.cheng@arm.com>
9141 * tree-ssa-loop-ivopts.c (contain_complex_addr_expr): New.
9142 (alloc_iv): Lower base expressions containing ADDR_EXPR.
9144 2014-05-13 Ian Bolton <ian.bolton@arm.com>
9146 * config/aarch64/aarch64-protos.h
9147 (aarch64_hard_regno_caller_save_mode): New prototype.
9148 * config/aarch64/aarch64.c (aarch64_hard_regno_caller_save_mode):
9150 * config/aarch64/aarch64.h (HARD_REGNO_CALLER_SAVE_MODE): New macro.
9152 2014-05-13 Christian Bruel <christian.bruel@st.com>
9154 * target.def (mode_switching): New hook vector.
9155 (mode_emit, mode_needed, mode_after, mode_entry): New hooks.
9156 (mode_exit, modepriority_to_mode): Likewise.
9157 * mode-switching.c (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Hookify.
9158 (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
9159 * target.h: Include tm.h and hard-reg-set.h.
9160 * doc/tm.texi.in (EMIT_MODE_SET, MODE_NEEDED, MODE_AFTER, MODE_ENTRY)
9161 (MODE_EXIT, MODE_PRIORITY_TO_MODE): Delete and hookify.
9162 * doc/tm.texi Regenerate.
9163 * config/sh/sh.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Delete
9164 (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
9165 * config/sh/sh.c (sh_emit_mode_set, sh_mode_priority): Hookify.
9166 (sh_mode_needed, sh_mode_after, sh_mode_entry, sh_mode_exit): Likewise.
9167 * config/i386/i386.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Delete
9168 (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
9169 * config/i386/i386-protos.h (ix86_mode_needed, ix86_mode_after)
9170 (ix86_mode_entrym, ix86_emit_mode_set): Remove external declaration.
9171 * config/i386/i386.c (ix86_mode_needed, ix86_mode_after,
9172 (ix86_mode_exit, ix86_mode_entry, ix86_mode_priority)
9173 (ix86_emit_mode_set): Hookify.
9174 * config/epiphany/epiphany.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY):
9176 (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
9177 * config/epiphany/epiphany-protos.h (epiphany_mode_needed)
9178 (emit_set_fp_mode, epiphany_mode_entry_exit, epiphany_mode_after)
9179 (epiphany_mode_priority_to_mode): Remove declaration.
9180 * config/epiphany/epiphany.c (emit_set_fp_mode): Hookify.
9181 (epiphany_mode_needed, epiphany_mode_priority_to_mode): Likewise.
9182 (epiphany_mode_entry, epiphany_mode_exit, epiphany_mode_after):
9184 (epiphany_mode_priority_to_mode): Change priority type. Hookify.
9185 (epiphany_mode_needed, epiphany_mode_entry_exit): Hookify.
9186 (epiphany_mode_after, epiphany_mode_entry, emit_set_fp_mode): Hookify.
9188 2014-05-13 Jakub Jelinek <jakub@redhat.com>
9191 * config/i386/i386.c (ix86_expand_set_or_movmem): If count_exp
9192 is const0_rtx, return immediately. Don't test count == 0 when
9195 2014-05-13 Zhenqiang Chen <zhenqiang.chen@linaro.org>
9197 * Makefile.in: add shrink-wrap.o.
9198 * config/i386/i386.c: include "shrink-wrap.h"
9199 * function.c: Likewise.
9200 (requires_stack_frame_p, next_block_for_reg,
9201 move_insn_for_shrink_wrap, prepare_shrink_wrap,
9202 dup_block_and_redirect): Move to shrink-wrap.c
9203 (thread_prologue_and_epilogue_insns): Extract three code segments
9204 as functions in shrink-wrap.c
9205 * function.h: Move #ifdef HAVE_simple_return ... #endif block to
9207 * shrink-wrap.c: New file.
9208 * shrink-wrap.h: New file.
9210 2014-05-12 David Wohlferd <dw@LimeGreenSocks.com>
9212 * doc/extend.texi: Reflect current numbers of pragmas. Remove
9213 reference to Solaris.
9215 2014-05-12 Mike Stump <mikestump@comcast.net>
9218 * genattrtab.c (filename): Add.
9219 (convert_set_attr_alternative): Improve error message.
9220 (check_defs): Restore read_md_filename for error messages.
9221 (gen_insn): Save filename.
9223 2014-05-12 Dimitris Papavasiliou <dpapavas@gmail.com>
9225 * doc/invoke.texi: Document new switches -Wno-shadow-ivar,
9226 -fno-local-ivars and -fivar-visibility.
9227 * c-family/c.opt: Make -Wshadow also implicitly enable
9230 2014-05-12 David Wohlferd <dw@LimeGreenSocks.com>
9232 * doc/tm.texi: Remove reference to deleted macro.
9233 * doc/tm.texi.in: Likewise.
9235 2014-05-12 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
9238 * config/avr/avr.c (avr_out_store_psi): Use correct constant
9241 2014-05-12 Georg-Johann Lay <avr@gjlay.de>
9244 * config/arm/arm.h (License): Add GCC Runtime Library Exception.
9245 * config/arm/aout.h (License): Same.
9246 * config/arm/bpabi.h (License): Same.
9247 * config/arm/elf.h (License): Same.
9248 * config/arm/linux-elf.h (License): Same.
9249 * config/arm/linux-gas.h (License): Same.
9250 * config/arm/netbsd-elf.h (License): Same.
9251 * config/arm/uclinux-eabi.h (License): Same.
9252 * config/arm/uclinux-elf.h (License): Same.
9253 * config/arm/vxworks.h (License): Same.
9255 2014-05-11 Jakub Jelinek <jakub@redhat.com>
9257 * tree.h (OMP_CLAUSE_LINEAR_STMT): Define.
9258 * tree.c (omp_clause_num_ops): Increase OMP_CLAUSE_LINEAR
9259 number of operands to 3.
9260 (walk_tree_1): Walk all operands of OMP_CLAUSE_LINEAR.
9261 * tree-nested.c (convert_nonlocal_omp_clauses,
9262 convert_local_omp_clauses): Handle OMP_CLAUSE_DEPEND.
9263 * gimplify.c (gimplify_scan_omp_clauses): Handle
9264 OMP_CLAUSE_LINEAR_STMT.
9265 * omp-low.c (lower_rec_input_clauses): Fix typo.
9266 (maybe_add_implicit_barrier_cancel, lower_omp_1): Add
9267 cast between Fortran boolean_type_node and C _Bool if
9270 2014-05-11 Richard Sandiford <rdsandiford@googlemail.com>
9272 PR tree-optimization/61136
9273 * wide-int.h (multiple_of_p): Define a version that doesn't return
9275 * fold-const.c (extract_muldiv_1): Use wi::multiple_of_p instead of an
9276 integer_zerop/const_binop pair.
9277 (multiple_of_p): Likewise, converting both operands to widest_int
9280 2014-05-09 Teresa Johnson <tejohnson@google.com>
9282 * cgraphunit.c (analyze_functions): Use correct dump file.
9284 2014-05-09 Florian Weimer <fweimer@redhat.com>
9286 * cfgexpand.c (stack_protect_decl_p): New function, extracted from
9288 (stack_protect_return_slot_p): New function.
9289 (expand_used_vars): Call stack_protect_decl_p and
9290 stack_protect_return_slot_p for -fstack-protector-strong.
9292 2014-05-09 David Wohlferd <LimeGreenSocks@yahoo.com>
9293 Andrew Haley <aph@redhat.com>
9294 Richard Sandiford <rdsandiford@googlemail.com>
9296 * doc/extend.texi: Rewrite inline asm page / re-org asm-related
9299 2014-05-09 Kenneth Zadeck <zadeck@naturalbridge.com>
9302 * fold-const.c (fold_binary_loc): Changed width of mask.
9304 2014-05-09 Georg-Johann Lay <avr@gjlay.de>
9306 * config/avr/avr-fixed.md (round<mode>3): Use -1U instead of -1 in
9307 unsigned int initializers for regno_in, regno_out.
9309 2014-05-09 Georg-Johann Lay <avr@gjlay.de>
9312 * config/avr/avr.md (cc): Add new attribute set_vzn.
9313 (addqi3, addqq3, adduqq3, subqi3, subqq3, subuqq3, negqi2) [cc]:
9314 Set cc insn attribute to set_vzn instead of set_zn for alternatives
9315 with INC, DEC or NEG.
9316 * config/avr/avr.c (avr_notice_update_cc): Handle SET_VZN.
9317 (avr_out_plus_1): ADIW sets cc0 to CC_SET_CZN.
9318 INC, DEC and ADD+ADC set cc0 to CC_CLOBBER.
9320 2014-05-09 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
9323 2014-05-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
9325 * wide-int.cc (UTItype): Define.
9326 (UDWtype): Define for appropriate W_TYPE_SIZE.
9328 2014-05-09 Richard Biener <rguenther@suse.de>
9330 * Makefile.in (GTFILES): Remove tree-ssa-propagate.c.
9331 * tree-ssa-propagate.c: Do not include gt-tree-ssa-propagate.h.
9332 (interesting_ssa_edges, varying_ssa_edges): Move out of GC space.
9333 (add_ssa_edge, process_ssa_edge_worklist, ssa_prop_init,
9334 ssa_propagate): Adjust.
9336 2014-05-08 Jeff Law <law@redhat.com>
9338 PR tree-optimization/61009
9339 * tree-ssa-threadedge.c (thread_through_normal_block): Return a
9340 tri-state rather than a boolean. When a block is too big to
9341 thread through, inform caller via negative return value.
9342 (thread_across_edge): If a block was too big for normal threading,
9343 then it's too big for a joiner too, so remove temporary equivalences
9344 and return immediately.
9346 2014-05-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
9347 Matthias Klose <doko@ubuntu.com>
9350 * optc-gen.awk: Fix option handling for -Wunused-parameter.
9352 2014-05-08 Uros Bizjak <ubizjak@gmail.com>
9355 * config/i386/i386.c (PTA_HASWELL): Remove PTA_RTM.
9357 2014-05-08 Uros Bizjak <ubizjak@gmail.com>
9360 * config/alpha/alpha.c: Include gimple-iterator.h.
9361 (alpha_gimple_fold_builtin): New function. Move
9362 ALPHA_BUILTIN_UMULH folding from ...
9363 (alpha_fold_builtin): ... here.
9364 (TARGET_GIMPLE_FOLD_BUILTIN): New define.
9366 2014-05-08 Wei Mi <wmi@google.com>
9369 * config/i386/i386.c (ix86_compute_frame_layout): Update
9370 preferred_stack_boundary for call, expanded from tls descriptor.
9371 * config/i386/i386.md (*tls_global_dynamic_32_gnu): Update RTX
9372 to depend on SP register.
9373 (*tls_local_dynamic_base_32_gnu): Ditto.
9374 (*tls_local_dynamic_32_once): Ditto.
9375 (tls_global_dynamic_64_<mode>): Set
9376 ix86_tls_descriptor_calls_expanded_in_cfun.
9377 (tls_local_dynamic_base_64_<mode>): Ditto.
9378 (tls_global_dynamic_32): Set
9379 ix86_tls_descriptor_calls_expanded_in_cfun. Update RTX
9380 to depend on SP register.
9381 (tls_local_dynamic_base_32): Ditto.
9383 2014-05-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
9385 * config/arm/arm_neon.h: Update comment.
9386 * config/arm/neon-docgen.ml: Delete.
9387 * config/arm/neon-gen.ml: Delete.
9388 * doc/arm-neon-intrinsics.texi: Update comment.
9390 2014-05-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
9392 * config/arm/arm_neon_builtins.def (vadd, vsub): Only define the v2sf
9394 (vand, vorr, veor, vorn, vbic): Remove.
9395 * config/arm/neon.md (neon_vadd, neon_vsub, neon_vadd_unspec): Adjust
9397 (neon_vsub_unspec): Likewise.
9398 (neon_vorr, neon_vand, neon_vbic, neon_veor, neon_vorn): Remove.
9400 2014-05-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
9402 * config/arm/arm_neon.h (vadd_s8): GNU C implementation
9403 (vadd_s16): Likewise.
9404 (vadd_s32): Likewise.
9405 (vadd_f32): Likewise.
9406 (vadd_u8): Likewise.
9407 (vadd_u16): Likewise.
9408 (vadd_u32): Likewise.
9409 (vadd_s64): Likewise.
9410 (vadd_u64): Likewise.
9411 (vaddq_s8): Likewise.
9412 (vaddq_s16): Likewise.
9413 (vaddq_s32): Likewise.
9414 (vaddq_s64): Likewise.
9415 (vaddq_f32): Likewise.
9416 (vaddq_u8): Likewise.
9417 (vaddq_u16): Likewise.
9418 (vaddq_u32): Likewise.
9419 (vaddq_u64): Likewise.
9420 (vmul_s8): Likewise.
9421 (vmul_s16): Likewise.
9422 (vmul_s32): Likewise.
9423 (vmul_f32): Likewise.
9424 (vmul_u8): Likewise.
9425 (vmul_u16): Likewise.
9426 (vmul_u32): Likewise.
9427 (vmul_p8): Likewise.
9428 (vmulq_s8): Likewise.
9429 (vmulq_s16): Likewise.
9430 (vmulq_s32): Likewise.
9431 (vmulq_f32): Likewise.
9432 (vmulq_u8): Likewise.
9433 (vmulq_u16): Likewise.
9434 (vmulq_u32): Likewise.
9435 (vsub_s8): Likewise.
9436 (vsub_s16): Likewise.
9437 (vsub_s32): Likewise.
9438 (vsub_f32): Likewise.
9439 (vsub_u8): Likewise.
9440 (vsub_u16): Likewise.
9441 (vsub_u32): Likewise.
9442 (vsub_s64): Likewise.
9443 (vsub_u64): Likewise.
9444 (vsubq_s8): Likewise.
9445 (vsubq_s16): Likewise.
9446 (vsubq_s32): Likewise.
9447 (vsubq_s64): Likewise.
9448 (vsubq_f32): Likewise.
9449 (vsubq_u8): Likewise.
9450 (vsubq_u16): Likewise.
9451 (vsubq_u32): Likewise.
9452 (vsubq_u64): Likewise.
9453 (vand_s8): Likewise.
9454 (vand_s16): Likewise.
9455 (vand_s32): Likewise.
9456 (vand_u8): Likewise.
9457 (vand_u16): Likewise.
9458 (vand_u32): Likewise.
9459 (vand_s64): Likewise.
9460 (vand_u64): Likewise.
9461 (vandq_s8): Likewise.
9462 (vandq_s16): Likewise.
9463 (vandq_s32): Likewise.
9464 (vandq_s64): Likewise.
9465 (vandq_u8): Likewise.
9466 (vandq_u16): Likewise.
9467 (vandq_u32): Likewise.
9468 (vandq_u64): Likewise.
9469 (vorr_s8): Likewise.
9470 (vorr_s16): Likewise.
9471 (vorr_s32): Likewise.
9472 (vorr_u8): Likewise.
9473 (vorr_u16): Likewise.
9474 (vorr_u32): Likewise.
9475 (vorr_s64): Likewise.
9476 (vorr_u64): Likewise.
9477 (vorrq_s8): Likewise.
9478 (vorrq_s16): Likewise.
9479 (vorrq_s32): Likewise.
9480 (vorrq_s64): Likewise.
9481 (vorrq_u8): Likewise.
9482 (vorrq_u16): Likewise.
9483 (vorrq_u32): Likewise.
9484 (vorrq_u64): Likewise.
9485 (veor_s8): Likewise.
9486 (veor_s16): Likewise.
9487 (veor_s32): Likewise.
9488 (veor_u8): Likewise.
9489 (veor_u16): Likewise.
9490 (veor_u32): Likewise.
9491 (veor_s64): Likewise.
9492 (veor_u64): Likewise.
9493 (veorq_s8): Likewise.
9494 (veorq_s16): Likewise.
9495 (veorq_s32): Likewise.
9496 (veorq_s64): Likewise.
9497 (veorq_u8): Likewise.
9498 (veorq_u16): Likewise.
9499 (veorq_u32): Likewise.
9500 (veorq_u64): Likewise.
9501 (vbic_s8): Likewise.
9502 (vbic_s16): Likewise.
9503 (vbic_s32): Likewise.
9504 (vbic_u8): Likewise.
9505 (vbic_u16): Likewise.
9506 (vbic_u32): Likewise.
9507 (vbic_s64): Likewise.
9508 (vbic_u64): Likewise.
9509 (vbicq_s8): Likewise.
9510 (vbicq_s16): Likewise.
9511 (vbicq_s32): Likewise.
9512 (vbicq_s64): Likewise.
9513 (vbicq_u8): Likewise.
9514 (vbicq_u16): Likewise.
9515 (vbicq_u32): Likewise.
9516 (vbicq_u64): Likewise.
9517 (vorn_s8): Likewise.
9518 (vorn_s16): Likewise.
9519 (vorn_s32): Likewise.
9520 (vorn_u8): Likewise.
9521 (vorn_u16): Likewise.
9522 (vorn_u32): Likewise.
9523 (vorn_s64): Likewise.
9524 (vorn_u64): Likewise.
9525 (vornq_s8): Likewise.
9526 (vornq_s16): Likewise.
9527 (vornq_s32): Likewise.
9528 (vornq_s64): Likewise.
9529 (vornq_u8): Likewise.
9530 (vornq_u16): Likewise.
9531 (vornq_u32): Likewise.
9532 (vornq_u64): Likewise.
9534 2014-05-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
9536 * wide-int.cc (UTItype): Define.
9537 (UDWtype): Define for appropriate W_TYPE_SIZE.
9539 2014-05-08 Marc Glisse <marc.glisse@inria.fr>
9541 PR tree-optimization/59100
9542 * tree-ssa-phiopt.c: Include tree-inline.h.
9543 (neutral_element_p, absorbing_element_p): New functions.
9544 (value_replacement): Handle conditional binary operations with a
9545 neutral or absorbing element.
9547 2014-05-08 Richard Biener <rguenther@suse.de>
9549 * tree-ssa-sccvn.c (vn_get_expr_for): Valueize operands before
9550 folding the expression.
9551 (valueize_expr): Remove.
9552 (visit_reference_op_load): Do not valueize the result of
9554 (simplify_binary_expression): Likewise.
9555 (simplify_unary_expression): Likewise.
9557 2014-05-08 Richard Biener <rguenther@suse.de>
9559 * gimplify.c (gimplify_call_expr): Use saved fnptrtype for
9560 looking at TYPE_ARG_TYPES.
9562 2014-05-08 Richard Biener <rguenther@suse.de>
9564 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Remove
9565 pointer propagation special-case.
9567 2014-05-08 Bin Cheng <bin.cheng@arm.com>
9569 * tree-affine.c (tree_to_aff_combination): Handle MEM_REF for
9570 core part of address expressions.
9572 2014-05-08 Alan Modra <amodra@gmail.com>
9575 * config/rs6000/rs6000.c (expand_block_move): Allow 64-bit
9576 loads and stores when -mno-strict-align at any alignment.
9577 (expand_block_clear): Similarly. Also correct calculation of
9580 2014-05-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
9583 * tree-complex.c (expand_complex_move): Keep line info when expanding
9585 * tree-ssa-uninit.c (warn_uninit): New argument. Ignore assignment
9586 of complex expression. Use new argument to display correct location
9587 for values coming from phi statement.
9588 (warn_uninitialized_vars): Adapt to new signature of warn_uninit.
9589 (warn_uninitialized_phi): Pass location of phi argument to
9591 * tree-ssa.c (ssa_undefined_value_p): For SSA_NAME initialized by a
9592 COMPLEX_EXPR, recurse on each part of the COMPLEX_EXPR.
9594 2014-05-07 Segher Boessenkool <segher@kernel.crashing.org>
9596 * config/rs6000/predicates.md (indexed_address_mem): New.
9597 * config/rs6000/rs6000.md (type): Remove load_ext, load_ext_u,
9598 load_ext_ux, load_ux, load_u, store_ux, store_u, fpload_ux, fpload_u,
9599 fpstore_ux, fpstore_u.
9600 (sign_extend, indexed, update): New.
9601 (cell_micro): Adjust.
9602 (*zero_extend<mode>di2_internal1, *zero_extendsidi2_lfiwzx,
9603 *extendsidi2_lfiwax, *extendsidi2_nocell, *extendsfdf2_fpr,
9604 *movsi_internal1, *movsi_internal1_single, *movhi_internal,
9605 *movqi_internal, *movcc_internal1, mov<mode>_hardfloat,
9606 *mov<mode>_softfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
9607 *mov<mode>_softfloat64, *movdi_internal32, *movdi_internal64,
9608 *mov<mode>_string, *ldmsi8, *ldmsi7, *ldmsi6, *ldmsi5, *ldmsi4,
9609 *ldmsi3, *stmsi8, *stmsi7, *stmsi6, *stmsi5, *stmsi4, *stmsi3,
9610 *movdi_update1, movdi_<mode>_update, movdi_<mode>_update_stack,
9611 *movsi_update1, *movsi_update2, movsi_update, movsi_update_stack,
9612 *movhi_update1, *movhi_update2, *movhi_update3, *movhi_update4,
9613 *movqi_update1, *movqi_update2, *movqi_update3, *movsf_update1,
9614 *movsf_update2, *movsf_update3, *movsf_update4, *movdf_update1,
9615 *movdf_update2, load_toc_aix_si, load_toc_aix_di, probe_stack_<mode>,
9616 *stmw, *lmw, as well as 10 anonymous patterns): Adjust.
9618 * config/rs6000/dfp.md (movsd_store, movsd_load): Adjust.
9619 * config/rs6000/vsx.md (*vsx_movti_32bit, *vsx_extract_<mode>_load,
9620 *vsx_extract_<mode>_store): Adjust.
9621 * config/rs6000/rs6000.c (rs6000_adjust_cost, is_microcoded_insn,
9622 is_cracked_insn, insn_must_be_first_in_group,
9623 insn_must_be_last_in_group): Adjust.
9625 * config/rs6000/40x.md (ppc403-load, ppc403-store, ppc405-float):
9627 * config/rs6000/440.md (ppc440-load, ppc440-store, ppc440-fpload,
9628 ppc440-fpstore): Adjust.
9629 * config/rs6000/476.md (ppc476-load, ppc476-store, ppc476-fpload,
9630 ppc476-fpstore): Adjust.
9631 * config/rs6000/601.md (ppc601-load, ppc601-store, ppc601-fpload,
9632 ppc601-fpstore): Adjust.
9633 * config/rs6000/603.md (ppc603-load, ppc603-store, ppc603-fpload):
9635 * config/rs6000/6xx.md (ppc604-load, ppc604-store, ppc604-fpload):
9637 * config/rs6000/7450.md (ppc7450-load, ppc7450-store, ppc7450-fpload,
9638 ppc7450-fpstore): Adjust.
9639 * config/rs6000/7xx.md (ppc750-load, ppc750-store): Adjust.
9640 * config/rs6000/8540.md (ppc8540_load, ppc8540_store): Adjust.
9641 * config/rs6000/a2.md (ppca2-load, ppca2-fp-load, ppca2-fp-store):
9643 * config/rs6000/cell.md (cell-load, cell-load-ux, cell-load-ext,
9644 cell-fpload, cell-fpload-update, cell-store, cell-store-update,
9645 cell-fpstore, cell-fpstore-update): Adjust.
9646 * config/rs6000/e300c2c3.md (ppce300c3_load, ppce300c3_fpload,
9647 ppce300c3_store, ppce300c3_fpstore): Adjust.
9648 * config/rs6000/e500mc.md (e500mc_load, e500mc_fpload, e500mc_store,
9649 e500mc_fpstore): Adjust.
9650 * config/rs6000/e500mc64.md (e500mc64_load, e500mc64_fpload,
9651 e500mc64_store, e500mc64_fpstore): Adjust.
9652 * config/rs6000/e5500.md (e5500_load, e5500_fpload, e5500_store,
9653 e5500_fpstore): Adjust.
9654 * config/rs6000/e6500.md (e6500_load, e6500_fpload, e6500_store,
9655 e6500_fpstore): Adjust.
9656 * config/rs6000/mpc.md (mpccore-load, mpccore-store, mpccore-fpload):
9658 * config/rs6000/power4.md (power4-load, power4-load-ext,
9659 power4-load-ext-update, power4-load-ext-update-indexed,
9660 power4-load-update-indexed, power4-load-update, power4-fpload,
9661 power4-fpload-update, power4-store, power4-store-update,
9662 power4-store-update-indexed, power4-fpstore, power4-fpstore-update):
9664 * config/rs6000/power5.md (power5-load, power5-load-ext,
9665 power5-load-ext-update, power5-load-ext-update-indexed,
9666 power5-load-update-indexed, power5-load-update, power5-fpload,
9667 power5-fpload-update, power5-store, power5-store-update,
9668 power5-store-update-indexed, power5-fpstore, power5-fpstore-update):
9670 * config/rs6000/power6.md (power6-load, power6-load-ext,
9671 power6-load-update, power6-load-update-indexed,
9672 power6-load-ext-update, power6-load-ext-update-indexed, power6-fpload,
9673 power6-fpload-update, power6-store, power6-store-update,
9674 power6-store-update-indexed, power6-fpstore, power6-fpstore-update):
9676 * config/rs6000/power7.md (power7-load, power7-load-ext,
9677 power7-load-update, power7-load-update-indexed,
9678 power7-load-ext-update, power7-load-ext-update-indexed, power7-fpload,
9679 power7-fpload-update, power7-store, power7-store-update,
9680 power7-store-update-indexed, power7-fpstore, power7-fpstore-update):
9682 * config/rs6000/power8.md (power8-load, power8-load-update,
9683 power8-load-ext, power8-load-ext-update, power8-fpload,
9684 power8-fpload-update, power8-store, power8-store-update-indexed,
9685 power8-fpstore, power8-fpstore-update): Adjust.
9686 * config/rs6000/rs64.md (rs64a-load, rs64a-store, rs64a-fpload):
9688 * config/rs6000/titan.md (titan_lsu_load, titan_lsu_fpload,
9689 titan_lsu_store, titan_lsu_fpstore): Adjust.
9690 * config/rs6000/xfpu.md (fp-load, fp-store): Adjust.
9692 2014-05-07 Oleg Endo <olegendo@gcc.gnu.org>
9695 * config/sh/sh-mem.cc (sh_expand_strlen): Use loop when emitting
9696 unrolled byte insns. Emit address increments after move insns.
9698 2014-05-07 David Malcolm <dmalcolm@redhat.com>
9700 * gimple.h (gimple_builtin_call_types_compatible_p): Accept a
9701 const_gimple, rather than a gimple.
9702 (gimple_call_builtin_p): Likewise, for the three variants.
9704 * gimple.c (gimple_builtin_call_types_compatible_p): Likewise.
9705 (gimple_call_builtin_p): Likewise, for the three variants.
9707 2014-05-07 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
9709 PR tree-optimization/61095
9710 * tree-ssanames.c (get_nonzero_bits): Fix type extension in wi::shwi.
9712 2014-05-07 Richard Biener <rguenther@suse.de>
9714 PR tree-optimization/61034
9715 * tree-ssa-alias.c (call_may_clobber_ref_p_1): Export.
9716 (maybe_skip_until): Use translate to take into account
9717 lattices when trying to do disambiguations.
9718 (get_continuation_for_phi_1): Likewise.
9719 (get_continuation_for_phi): Adjust for added translate arguments.
9720 (walk_non_aliased_vuses): Likewise.
9721 * tree-ssa-alias.h (get_continuation_for_phi): Adjust prototype.
9722 (walk_non_aliased_vuses): Likewise.
9723 (call_may_clobber_ref_p_1): Declare.
9724 * tree-ssa-sccvn.c (vn_reference_lookup_3): Also disambiguate against
9725 calls. Stop early if we are only supposed to disambiguate.
9726 * tree-ssa-pre.c (translate_vuse_through_block): Adjust.
9728 2014-05-07 Joern Rennecke <joern.rennecke@embecosm.com>
9730 * config/epiphany/epiphany.c (epiphany_handle_interrupt_attribute):
9731 Emit an error when the function has arguments.
9733 2014-05-07 Thomas Schwinge <thomas@codesourcery.com>
9735 * cfgloop.h (unswitch_loops): Remove.
9736 * doc/passes.texi: Remove references to loop-unswitch.c
9737 * timevar.def (TV_LOOP_UNSWITCH): Remove.
9739 2014-05-07 Evgeny Stupachenko <evstupac@gmail.com>
9741 * tree-vect-data-refs.c (vect_grouped_load_supported): New
9742 check for loads group of length 3.
9743 (vect_permute_load_chain): New permutations for loads group of
9745 * tree-vect-stmts.c (vect_model_load_cost): Change cost
9746 of vec_perm_shuffle for the new permutations.
9748 2014-05-07 Alan Lawrence <alan.lawrence@arm.com>
9750 * config/aarch64/arm_neon.h (vtrn1_f32, vtrn1_p8, vtrn1_p16, vtrn1_s8,
9751 vtrn1_s16, vtrn1_s32, vtrn1_u8, vtrn1_u16, vtrn1_u32, vtrn1q_f32,
9752 vtrn1q_f64, vtrn1q_p8, vtrn1q_p16, vtrn1q_s8, vtrn1q_s16, vtrn1q_s32,
9753 vtrn1q_s64, vtrn1q_u8, vtrn1q_u16, vtrn1q_u32, vtrn1q_u64, vtrn2_f32,
9754 vtrn2_p8, vtrn2_p16, vtrn2_s8, vtrn2_s16, vtrn2_s32, vtrn2_u8,
9755 vtrn2_u16, vtrn2_u32, vtrn2q_f32, vtrn2q_f64, vtrn2q_p8, vtrn2q_p16,
9756 vtrn2q_s8, vtrn2q_s16, vtrn2q_s32, vtrn2q_s64, vtrn2q_u8, vtrn2q_u16,
9757 vtrn2q_u32, vtrn2q_u64): Replace temporary asm with __builtin_shuffle.
9759 2014-05-07 Thomas Schwinge <thomas@codesourcery.com>
9761 * loop-unswitch.c: Delete.
9763 2014-05-07 Richard Biener <rguenther@suse.de>
9765 * config.gcc: Always set need_64bit_hwint to yes.
9767 2014-05-07 Chung-Ju Wu <jasonwucj@gmail.com>
9769 * config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Have it in favor
9770 of using optimize_size.
9772 2014-05-06 Mike Stump <mikestump@comcast.net>
9774 * wide-int.h (wi::int_traits <HOST_WIDE_INT>): Always define.
9776 2014-05-06 Joseph Myers <joseph@codesourcery.com>
9778 * config/i386/sse.md (*mov<mode>_internal)
9779 (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>)
9780 (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>)
9781 (<sse>_andnot<mode>3, <code><mode>3, *andnot<mode>3)
9782 (*<code><mode>3, *andnot<mode>3<mask_name>)
9783 (<mask_codefor><code><mode>3<mask_name>): Only consider
9784 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL for modes of size 16.
9786 2014-05-06 Richard Sandiford <rdsandiford@googlemail.com>
9789 2014-05-03 Richard Sandiford <rdsandiford@googlemail.com>
9791 * lra-constraints.c (valid_address_p): Move earlier in file.
9792 Add a constraint argument to the address_info version.
9793 (satisfies_memory_constraint_p): New function.
9794 (satisfies_address_constraint_p): Likewise.
9795 (process_alt_operands, curr_insn_transform): Use them.
9796 (process_address): Pass the constraint to valid_address_p when
9797 checking address operands.
9799 2014-05-06 Richard Sandiford <r.sandiford@uk.ibm.com>
9801 * lto-cgraph.c (compute_ltrans_boundary): Make node variables local
9802 to their respective blocks. Fix inadvertent use of "node".
9804 2014-05-06 Richard Sandiford <rdsandiford@googlemail.com>
9806 * emit-rtl.c (init_derived_machine_modes): New functionm, split
9808 (init_emit_once): ...here.
9809 * rtl.h (init_derived_machine_modes): Declare.
9810 * toplev.c (do_compile): Call it even if no_backend.
9812 2014-05-06 Kenneth Zadeck <zadeck@naturalbridge.com>
9813 Mike Stump <mikestump@comcast.net>
9814 Richard Sandiford <rdsandiford@googlemail.com>
9815 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9817 * alias.c (ao_ref_from_mem): Use wide-int interfaces.
9818 (rtx_equal_for_memref_p): Update comment.
9819 (adjust_offset_for_component_ref): Use wide-int interfaces.
9820 * builtins.c (get_object_alignment_2): Likewise.
9821 (c_readstr): Likewise.
9822 (target_char_cast): Add comment.
9823 (determine_block_size): Use wide-int interfaces.
9824 (expand_builtin_signbit): Likewise.
9825 (fold_builtin_int_roundingfn): Likewise.
9826 (fold_builtin_bitop): Likewise.
9827 (fold_builtin_bswap): Likewise.
9828 (fold_builtin_logarithm): Use signop.
9829 (fold_builtin_pow): Likewise.
9830 (fold_builtin_memory_op): Use wide-int interfaces.
9831 (fold_builtin_object_size): Likewise.
9832 * cfgloop.c (alloc_loop): Initialize nb_iterations_upper_bound and
9833 nb_iterations_estimate.
9834 (record_niter_bound): Use wide-int interfaces.
9835 (get_estimated_loop_iterations_int): Likewise.
9836 (get_estimated_loop_iterations): Likewise.
9837 (get_max_loop_iterations): Likewise.
9838 * cfgloop.h: Include wide-int.h.
9839 (struct nb_iter_bound): Change bound to widest_int.
9840 (struct loop): Change nb_iterations_upper_bound and
9841 nb_iterations_estimate to widest_int.
9842 (record_niter_bound): Switch to use widest_int.
9843 (get_estimated_loop_iterations): Likewise.
9844 (get_max_loop_iterations): Likewise.
9845 (gcov_type_to_double_int): Rename to gcov_type_to_wide_int and
9846 update for wide-int.
9847 * cgraph.c (cgraph_add_thunk): Use wide-int interfaces.
9848 * combine.c (try_combine): Likewise.
9849 (subst): Use CONST_SCALAR_INT_P rather than CONST_INT_P.
9850 * config/aarch64/aarch64.c (aapcs_vfp_sub_candidate): Use wide-int
9852 (aarch64_float_const_representable_p): Likewise.
9853 * config/arc/arc.c: Include wide-int.h.
9854 (arc_can_use_doloop_p): Use wide-int interfaces.
9855 * config/arm/arm.c (aapcs_vfp_sub_candidate): Likewise.
9856 (vfp3_const_double_index): Likewise.
9857 * config/avr/avr.c (avr_out_round): Likewise.
9858 (avr_fold_builtin): Likewise.
9859 * config/bfin/bfin.c (bfin_local_alignment): Likewise.
9860 (bfin_can_use_doloop_p): Likewise.
9861 * config/darwin.c (darwin_mergeable_constant_section): Likewise.
9862 (machopic_select_rtx_section): Update to handle CONST_WIDE_INT.
9863 * config/i386/i386.c: Include wide-int.h.
9864 (ix86_data_alignment): Use wide-int interfaces.
9865 (ix86_local_alignment): Likewise.
9866 (ix86_emit_swsqrtsf): Update real_from_integer.
9867 * config/msp430/msp430.c (msp430_attr): Use wide-int interfaces.
9868 * config/nds32/nds32.c (nds32_insert_attributes): Likewise.
9869 * config/rs6000/predicates.md (any_operand): Add const_wide_int.
9870 (zero_constant): Likewise.
9871 (input_operand): Likewise.
9872 (splat_input_operand): Likewise.
9873 (non_logical_cint_operand): Change const_double to const_wide_int.
9874 * config/rs6000/rs6000.c (num_insns_constant): Handle CONST_WIDE_INT.
9875 (easy_altivec_constant): Remove comment.
9876 (paired_expand_vector_init): Use CONSTANT_P.
9877 (rs6000_legitimize_address): Handle CONST_WIDE_INT.
9878 (rs6000_emit_move): Update checks.
9879 (rs6000_aggregate_candidate): Use wide-int interfaces.
9880 (rs6000_expand_ternop_builtin): Likewise.
9881 (rs6000_output_move_128bit): Handle CONST_WIDE_INT.
9882 (rs6000_assemble_integer): Likewise.
9883 (rs6000_hash_constant): Likewise.
9884 (output_toc): Likewise.
9885 (rs6000_rtx_costs): Likewise.
9886 (rs6000_emit_swrsqrt); Update call to real_from_integer.
9887 * config/rs6000/rs6000-c.c: Include wide-int.h.
9888 (altivec_resolve_overloaded_builtin): Use wide-int interfaces.
9889 * config/rs6000/rs6000.h (TARGET_SUPPORTS_WIDE_INT): New.
9890 * config/rs6000/rs6000.md: Use const_scalar_int_operand.
9891 Handle CONST_WIDE_INT.
9892 * config/sol2-c.c (solaris_pragma_align): Change low to unsigned HWI.
9893 Use tree_fits_uhwi_p.
9894 * config/sparc/sparc.c: Include wide-int.h.
9895 (sparc_fold_builtin): Use wide-int interfaces.
9896 * config/vax/vax.c: Include wide-int.h.
9897 (vax_float_literal): Use real_from_integer.
9898 * coretypes.h (struct hwivec_def): New.
9900 (const_hwivec): New.
9901 * cse.c (hash_rtx_cb): Handle CONST_WIDE_INT.
9902 (equiv_constant): Handle CONST_WIDE_INT.
9903 * cselib.c (rtx_equal_for_cselib_1): Use CASE_CONST_UNIQUE.
9904 (cselib_hash_rtx): Handle CONST_WIDE_INT.
9905 * dbxout.c (stabstr_U): Use wide-int interfaces.
9906 (dbxout_type): Update to use cst_fits_shwi_p.
9907 * defaults.h (LOG2_BITS_PER_UNIT): Define.
9908 (TARGET_SUPPORTS_WIDE_INT): Add default.
9909 * dfp.c: Include wide-int.h.
9910 (decimal_real_to_integer2): Use wide-int interfaces and rename to
9911 decimal_real_to_integer.
9912 * dfp.h (decimal_real_to_integer2): Return a wide_int and rename to
9913 decimal_real_to_integer.
9914 * doc/generic.texi (Constant expressions): Update for wide_int.
9915 * doc/rtl.texi (const_double): Likewise.
9916 (const_wide_int, CONST_WIDE_INT, CONST_WIDE_INT_VEC): New.
9917 (CONST_WIDE_INT_NUNITS, CONST_WIDE_INT_ELT): New.
9918 * doc/tm.texi.in (REAL_VALUE_TO_INT): Remove.
9919 (REAL_VALUE_FROM_INT): Remove.
9920 (TARGET_SUPPORTS_WIDE_INT): New.
9921 * doc/tm.texi: Regenerate.
9922 * dojump.c (prefer_and_bit_test): Use wide-int interfaces.
9923 * double-int.h: Include wide-int.h.
9924 (struct wi::int_traits): New.
9925 * dwarf2out.c (get_full_len): New.
9926 (dw_val_equal_p): Add case dw_val_class_wide_int.
9927 (size_of_loc_descr): Likewise.
9928 (output_loc_operands): Likewise.
9929 (insert_double): Remove.
9930 (insert_wide_int): New.
9932 (print_die): Add case dw_val_class_wide_int.
9933 (attr_checksum): Likewise.
9934 (attr_checksum_ordered): Likewise.
9935 (same_dw_val_p): Likewise.
9936 (size_of_die): Likewise.
9937 (value_format): Likewise.
9938 (output_die): Likewise.
9939 (double_int_type_size_in_bits): Rename to offset_int_type_size_in_bits.
9941 (clz_loc_descriptor): Use wide-int interfaces.
9942 (mem_loc_descriptor): Likewise. Handle CONST_WIDE_INT.
9943 (loc_descriptor): Use wide-int interfaces. Handle CONST_WIDE_INT.
9944 (round_up_to_align): Use wide-int interfaces.
9945 (field_byte_offset): Likewise.
9946 (insert_double): Rename to insert_wide_int. Use wide-int interfaces.
9947 (add_const_value_attribute): Handle CONST_WIDE_INT. Update
9948 CONST_DOUBLE handling. Use wide-int interfaces.
9949 (add_bound_info): Use tree_fits_uhwi_p. Use wide-int interfaces.
9950 (gen_enumeration_type_die): Use add_AT_wide.
9951 (hash_loc_operands): Add case dw_val_class_wide_int.
9952 (compare_loc_operands): Likewise.
9953 * dwarf2out.h: Include wide-int.h.
9954 (wide_int_ptr): New.
9955 (enum dw_val_class): Add dw_val_class_wide_int.
9956 (struct dw_val_struct): Add val_wide.
9957 * emit-rtl.c (const_wide_int_htab): New.
9958 (const_wide_int_htab_hash): New.
9959 (const_wide_int_htab_eq): New.
9960 (lookup_const_wide_int): New.
9961 (const_double_htab_hash): Use wide-int interfaces.
9962 (const_double_htab_eq): Likewise.
9963 (rtx_to_double_int): Conditionally compile for wide-int.
9964 (immed_double_int_const): Rename to immed_wide_int_const and
9965 update for wide-int.
9966 (immed_double_const): Conditionally compile for wide-int.
9967 (init_emit_once): Use wide-int interfaces.
9968 * explow.c (plus_constant): Likewise.
9969 * expmed.c (mask_rtx): Move further up file. Use wide-int interfaces.
9970 (lshift_value): Use wide-int interfaces.
9971 (expand_mult): Likewise.
9972 (choose_multiplier): Likewise.
9973 (expand_smod_pow2): Likewise.
9974 (make_tree): Likewise.
9975 * expr.c (convert_modes): Consolidate handling of constants.
9976 Use wide-int interfaces.
9977 (emit_group_load_1): Add note.
9978 (store_expr): Update comment.
9979 (get_inner_reference): Use wide-int interfaces.
9980 (expand_constructor): Update comment.
9981 (expand_expr_real_2): Use wide-int interfaces.
9982 (expand_expr_real_1): Likewise.
9983 (reduce_to_bit_field_precision): Likewise.
9984 (const_vector_from_tree): Likewise.
9985 * final.c: Include wide-int-print.h.
9986 (output_addr_const): Handle CONST_WIDE_INT. Use CONST_DOUBLE_AS_INT_P.
9987 * fixed-value.c: Include wide-int.h.
9988 (fixed_from_string): Use wide-int interfaces.
9989 (fixed_to_decimal): Likewise.
9990 (fixed_convert_from_real): Likewise.
9991 (real_convert_from_fixed): Likewise.
9992 * fold-const.h (mem_ref_offset): Return an offset_int.
9993 (div_if_zero_remainder): Remove code parameter.
9994 * fold-const.c (div_if_zero_remainder): Remove code parameter.
9995 Use wide-int interfaces.
9996 (may_negate_without_overflow_p): Use wide-int interfaces.
9997 (negate_expr_p): Likewise.
9998 (fold_negate_expr): Likewise.
9999 (int_const_binop_1): Likewise.
10000 (const_binop): Likewise.
10001 (fold_convert_const_int_from_int): Likewise.
10002 (fold_convert_const_int_from_real): Likewise.
10003 (fold_convert_const_int_from_fixed): Likewise.
10004 (fold_convert_const_fixed_from_int): Likewise.
10005 (all_ones_mask_p): Take an unsigned size. Use wide-int interfaces.
10006 (sign_bit_p): Use wide-int interfaces.
10007 (make_range_step): Likewise.
10008 (build_range_check): Likewise. Pass an integer of the correct type
10009 instead of using integer_one_node.
10010 (range_predecessor): Pass an integer of the correct type instead
10011 of using integer_one_node.
10012 (range_successor): Likewise.
10013 (merge_ranges): Likewise.
10014 (unextend): Use wide-int interfaces.
10015 (extract_muldiv_1): Likewise.
10016 (fold_div_compare): Likewise.
10017 (fold_single_bit_test): Likewise.
10018 (fold_sign_changed_comparison): Likewise.
10019 (try_move_mult_to_index): Update calls to div_if_zero_remainder.
10020 (fold_plusminus_mult_expr): Use wide-int interfaces.
10021 (native_encode_int): Likewise.
10022 (native_interpret_int): Likewise.
10023 (fold_unary_loc): Likewise.
10024 (pointer_may_wrap_p): Likewise.
10025 (size_low_cst): Likewise.
10026 (mask_with_tz): Likewise.
10027 (fold_binary_loc): Likewise.
10028 (fold_ternary_loc): Likewise.
10029 (multiple_of_p): Likewise.
10030 (tree_call_nonnegative_warnv_p): Update calls to
10031 tree_int_cst_min_precision and real_from_integer.
10032 (fold_negate_const): Use wide-int interfaces.
10033 (fold_abs_const): Likewise.
10034 (fold_relational_const): Use tree_int_cst_lt.
10035 (round_up_loc): Use wide-int interfaces.
10036 * genemit.c (gen_exp): Add CONST_WIDE_INT case.
10037 * gengenrtl.c (excluded_rtx): Add CONST_WIDE_INT case.
10038 * gengtype.c: Remove include of double-int.h.
10039 (do_typedef): Use wide-int interfaces.
10040 (open_base_files): Add wide-int.h.
10041 (main): Add offset_int and widest_int typedefs.
10042 * gengtype-lex.l: Handle "^".
10043 (CXX_KEYWORD): Add "static".
10044 * gengtype-parse.c (require3): New.
10045 (require_template_declaration): Handle constant template arguments
10046 and nested templates.
10047 * gengtype-state.c: Don't include "double-int.h".
10048 * genpreds.c (write_one_predicate_function): Update comment.
10049 (write_tm_constrs_h): Add check for hval and lval use in
10051 * genrecog.c (validate_pattern): Add CONST_WIDE_INT case.
10052 (add_to_sequence): Likewise.
10053 * gensupport.c (struct std_pred_table): Add const_scalar_int_operand
10054 and const_double_operand.
10055 * gimple.c (preprocess_case_label_vec_for_gimple): Use wide-int
10057 * gimple-fold.c (get_base_constructor): Likewise.
10058 (fold_array_ctor_reference): Likewise.
10059 (fold_nonarray_ctor_reference): Likewise.
10060 (fold_const_aggregate_ref_1): Likewise.
10061 (gimple_val_nonnegative_real_p): Likewise.
10062 (gimple_fold_indirect_ref): Likewise.
10063 * gimple-pretty-print.c (dump_ssaname_info): Likewise.
10064 * gimple-ssa-strength-reduction.c: Include wide-int-print.h.
10065 (struct slsr_cand_d): Change index to be widest_int.
10066 (struct incr_info_d): Change incr to be widest_int.
10067 (alloc_cand_and_find_basis): Use wide-int interfaces.
10068 (slsr_process_phi): Likewise.
10069 (backtrace_base_for_ref): Likewise. Return a widest_int.
10070 (restructure_reference): Take a widest_int instead of a double_int.
10071 (slsr_process_ref): Use wide-int interfaces.
10072 (create_mul_ssa_cand): Likewise.
10073 (create_mul_imm_cand): Likewise.
10074 (create_add_ssa_cand): Likewise.
10075 (create_add_imm_cand): Take a widest_int instead of a double_int.
10076 (slsr_process_add): Use wide-int interfaces.
10077 (slsr_process_cast): Likewise.
10078 (slsr_process_copy): Likewise.
10079 (dump_candidate): Likewise.
10080 (dump_incr_vec): Likewise.
10081 (replace_ref): Likewise.
10082 (cand_increment): Likewise. Return a widest_int.
10083 (cand_abs_increment): Likewise.
10084 (replace_mult_candidate): Take a widest_int instead of a double_int.
10085 (replace_unconditional_candidate): Use wide-int interfaces.
10086 (incr_vec_index): Take a widest_int instead of a double_int.
10087 (create_add_on_incoming_edge): Likewise.
10088 (create_phi_basis): Use wide-int interfaces.
10089 (replace_conditional_candidate): Likewise.
10090 (record_increment): Take a widest_int instead of a double_int.
10091 (record_phi_increments): Use wide-int interfaces.
10092 (phi_incr_cost): Take a widest_int instead of a double_int.
10093 (lowest_cost_path): Likewise.
10094 (total_savings): Likewise.
10095 (analyze_increments): Use wide-int interfaces.
10096 (ncd_with_phi): Take a widest_int instead of a double_int.
10097 (ncd_of_cand_and_phis): Likewise.
10098 (nearest_common_dominator_for_cands): Likewise.
10099 (insert_initializers): Use wide-int interfaces.
10100 (all_phi_incrs_profitable): Likewise.
10101 (replace_one_candidate): Likewise.
10102 (replace_profitable_candidates): Likewise.
10103 * godump.c: Include wide-int-print.h.
10104 (go_output_typedef): Use wide-int interfaces.
10105 * graphite-clast-to-gimple.c (gmp_cst_to_tree): Likewise.
10106 * graphite-sese-to-poly.c (tree_int_to_gmp): Likewise.
10107 (build_loop_iteration_domains): Likewise.
10108 * hooks.h: Include wide-int.h rather than double-int.h.
10109 (hook_bool_dint_dint_uint_bool_true): Delete.
10110 (hook_bool_wint_wint_uint_bool_true): Declare.
10111 * hooks.c (hook_bool_dint_dint_uint_bool_true): Removed.
10112 (hook_bool_wint_wint_uint_bool_true): New.
10113 * internal-fn.c (ubsan_expand_si_overflow_addsub_check): Use wide-int
10115 (ubsan_expand_si_overflow_mul_check): Likewise.
10116 * ipa-devirt.c (get_polymorphic_call_info): Likewise.
10117 * ipa-prop.c (compute_complex_assign_jump_func): Likewise.
10118 (get_ancestor_addr_info): Likewise.
10119 (ipa_modify_call_arguments): Likewise.
10120 * loop-doloop.c (doloop_modify): Likewise.
10121 (doloop_optimize): Likewise.
10122 * loop-iv.c (iv_number_of_iterations): Likewise.
10123 * loop-unroll.c (decide_unroll_constant_iterations): Likewise.
10124 (unroll_loop_constant_iterations): Likewise.
10125 (decide_unroll_runtime_iterations): Likewise.
10126 (unroll_loop_runtime_iterations): Likewise.
10127 (decide_peel_simple): Likewise.
10128 (decide_unroll_stupid): Likewise.
10129 * lto-streamer-in.c (streamer_read_wi): Add.
10130 (input_cfg): Use wide-int interfaces.
10131 (lto_input_tree_1): Likewise.
10132 * lto-streamer-out.c (streamer_write_wi): Add.
10133 (hash_tree): Use wide-int interfaces.
10134 (output_cfg): Likewise.
10135 * Makefile.in (OBJS): Add wide-int.o and wide-int-print.o.
10136 (GTFILES): Add wide-int.h and signop.h.
10137 (TAGS): Look for .cc files too.
10138 * omp-low.c (scan_omp_1_op): Use wide-int interfaces.
10139 * optabs.c (expand_subword_shift): Likewise.
10140 (expand_doubleword_shift): Likewise.
10141 (expand_absneg_bit): Likewise.
10142 (expand_copysign_absneg): Likewise.
10143 (expand_copysign_bit): Likewise.
10144 * postreload.c (reload_cse_simplify_set): Likewise.
10145 * predict.c (predict_iv_comparison): Likewise.
10146 * pretty-print.h: Include wide-int-print.h.
10148 * print-rtl.c (print_rtx): Add CONST_WIDE_INT case.
10149 * print-tree.c: Include wide-int-print.h.
10150 (print_node_brief): Use wide-int interfaces.
10151 (print_node): Likewise.
10152 * read-rtl.c (validate_const_wide_int): New.
10153 (read_rtx_code): Add CONST_WIDE_INT case.
10154 * real.c: Include wide-int.h.
10155 (real_to_integer2): Delete.
10156 (real_to_integer): New function, returning a wide_int.
10157 (real_from_integer): Take a wide_int rather than two HOST_WIDE_INTs.
10158 (ten_to_ptwo): Update call to real_from_integer.
10159 (real_digit): Likewise.
10160 * real.h: Include signop.h, wide-int.h and insn-modes.h.
10161 (real_to_integer2, REAL_VALUE_FROM_INT, REAL_VALUE_FROM_UNSIGNED_INT)
10162 (REAL_VALUE_TO_INT): Delete.
10163 (real_to_integer): Declare a wide-int form.
10164 (real_from_integer): Take a wide_int rather than two HOST_WIDE_INTs.
10165 * recog.c (const_int_operand): Improve comment.
10166 (const_scalar_int_operand): New.
10167 (const_double_operand): Add a separate definition for CONST_WIDE_INT.
10168 * rtlanal.c (commutative_operand_precedence): Handle CONST_WIDE_INT.
10169 (split_double): Likewise.
10170 * rtl.c (DEF_RTL_EXPR): Handle CONST_WIDE_INT.
10171 (rtx_size): Likewise.
10172 (rtx_alloc_stat_v): New.
10173 (rtx_alloc_stat): Now calls rtx_alloc_stat_v.
10174 (cwi_output_hex): New.
10175 (iterative_hash_rtx): Handle CONST_WIDE_INT.
10176 (cwi_check_failed_bounds): New.
10177 * rtl.def (CONST_WIDE_INT): New.
10178 * rtl.h: Include <utility> and wide-int.h.
10179 (struct hwivec_def): New.
10180 (CWI_GET_NUM_ELEM): New.
10181 (CWI_PUT_NUM_ELEM): New.
10182 (struct rtx_def): Add num_elem and hwiv.
10183 (CASE_CONST_SCALAR_INT): Modify for TARGET_SUPPORTS_WIDE_INT.
10184 (CASE_CONST_UNIQUE): Likewise.
10185 (CASE_CONST_ANY): Likewise.
10186 (CONST_SCALAR_INT_P): Likewise.
10187 (CONST_WIDE_INT_P): New.
10189 (HWIVEC_CHECK): New.
10190 (cwi_check_failed_bounds): New.
10192 (HWIVEC_CHECK): New.
10193 (CONST_WIDE_INT_VEC) New.
10194 (CONST_WIDE_INT_NUNITS) New.
10195 (CONST_WIDE_INT_ELT) New.
10196 (rtx_mode_t): New type.
10197 (wi::int_traits <rtx_mode_t>): New.
10199 (wi::min_value): New.
10200 (wi::max_value): New.
10202 (const_wide_int_alloc): New.
10203 (immed_wide_int_const): New.
10204 * sched-vis.c (print_value): Handle CONST_WIDE_INT.
10205 * sel-sched-ir.c (lhs_and_rhs_separable_p): Update comment.
10206 * signop.h: New file.
10207 * simplify-rtx.c (mode_signbit_p): Handle CONST_WIDE_INT.
10208 (simplify_const_unary_operation): Use wide-int interfaces.
10209 (simplify_binary_operation_1): Likewise.
10210 (simplify_const_binary_operation): Likewise.
10211 (simplify_const_relational_operation): Likewise.
10212 (simplify_immed_subreg): Likewise.
10213 * stmt.c (expand_case): Likewise.
10214 * stor-layout.h (set_min_and_max_values_for_integral_type): Take a
10215 signop rather than a bool.
10216 * stor-layout.c (layout_type): Use wide-int interfaces.
10217 (initialize_sizetypes): Update calls to
10218 set_min_and_max_values_for_integral_type.
10219 (set_min_and_max_values_for_integral_type): Take a signop rather
10220 than a bool. Use wide-int interfaces.
10221 (fixup_signed_type): Update accordingly. Remove
10222 HOST_BITS_PER_DOUBLE_INT limit.
10223 (fixup_unsigned_type): Likewise.
10224 * system.h (STATIC_CONSTANT_P): New.
10225 (STATIC_ASSERT): New.
10226 * target.def (can_use_doloop_p): Take widest_ints rather than
10228 * target.h: Include wide-int.h rather than double-int.h.
10229 * targhooks.h (can_use_doloop_if_innermost): Take widest_ints rather
10231 * targhooks.c (default_cxx_get_cookie_size): Use tree_int_cst_lt
10232 rather than INT_CST_LT_UNSIGNED.
10233 (can_use_doloop_if_innermost): Take widest_ints rather than
10235 * tree-affine.c: Include wide-int-print.h.
10236 (double_int_ext_for_comb): Delete.
10237 (wide_int_ext_for_comb): New.
10238 (aff_combination_zero): Use wide-int interfaces.
10239 (aff_combination_const): Take a widest_int instead of a double_int.
10240 (aff_combination_elt): Use wide-int interfaces.
10241 (aff_combination_scale): Take a widest_int instead of a double_int.
10242 (aff_combination_add_elt): Likewise.
10243 (aff_combination_add_cst): Likewise.
10244 (aff_combination_add): Use wide-int interfaces.
10245 (aff_combination_convert): Likewise.
10246 (tree_to_aff_combination): Likewise.
10247 (add_elt_to_tree): Take a widest_int instead of a double_int.
10248 (aff_combination_to_tree): Use wide-int interfaces.
10249 (aff_combination_remove_elt): Likewise.
10250 (aff_combination_add_product): Take a widest_int instead of
10252 (aff_combination_mult): Use wide-int interfaces.
10253 (aff_combination_expand): Likewise.
10254 (double_int_constant_multiple_p): Delete.
10255 (wide_int_constant_multiple_p): New.
10256 (aff_combination_constant_multiple_p): Take a widest_int pointer
10257 instead of a double_int pointer.
10258 (print_aff): Use wide-int interfaces.
10259 (get_inner_reference_aff): Take a widest_int pointer
10260 instead of a double_int pointer.
10261 (aff_comb_cannot_overlap_p): Take widest_ints instead of double_ints.
10262 * tree-affine.h: Include wide-int.h.
10263 (struct aff_comb_elt): Change type of coef to widest_int.
10264 (struct affine_tree_combination): Change type of offset to widest_int.
10265 (double_int_ext_for_comb): Delete.
10266 (wide_int_ext_for_comb): New.
10267 (aff_combination_const): Use widest_int instead of double_int.
10268 (aff_combination_scale): Likewise.
10269 (aff_combination_add_elt): Likewise.
10270 (aff_combination_constant_multiple_p): Likewise.
10271 (get_inner_reference_aff): Likewise.
10272 (aff_comb_cannot_overlap_p): Likewise.
10273 (aff_combination_zero_p): Use wide-int interfaces.
10274 * tree.c: Include tree.h.
10275 (init_ttree): Use make_int_cst.
10276 (tree_code_size): Removed code for INTEGER_CST case.
10277 (tree_size): Add INTEGER_CST case.
10278 (make_node_stat): Update comment.
10279 (get_int_cst_ext_nunits, build_new_int_cst, build_int_cstu): New.
10280 (build_int_cst_type): Use wide-int interfaces.
10281 (double_int_to_tree): Likewise.
10282 (double_int_fits_to_tree_p): Delete.
10283 (force_fit_type_double): Delete.
10284 (force_fit_type): New.
10285 (int_cst_hash_hash): Use wide-int interfaces.
10286 (int_cst_hash_eq): Likewise.
10287 (build_int_cst_wide): Delete.
10288 (wide_int_to_tree): New.
10289 (cache_integer_cst): Use wide-int interfaces.
10290 (build_low_bits_mask): Likewise.
10291 (cst_and_fits_in_hwi): Likewise.
10292 (real_value_from_int_cst): Likewise.
10293 (make_int_cst_stat): New.
10294 (integer_zerop): Use wide_int interfaces.
10295 (integer_onep): Likewise.
10296 (integer_all_onesp): Likewise.
10297 (integer_pow2p): Likewise.
10298 (integer_nonzerop): Likewise.
10299 (tree_log2): Likewise.
10300 (tree_floor_log2): Likewise.
10301 (tree_ctz): Likewise.
10302 (int_size_in_bytes): Likewise.
10303 (mem_ref_offset): Return an offset_int rather than a double_int.
10304 (build_type_attribute_qual_variant): Use wide_int interfaces.
10305 (type_hash_eq): Likewise
10306 (tree_int_cst_equal): Likewise.
10307 (tree_int_cst_lt): Delete.
10308 (tree_int_cst_compare): Likewise.
10309 (tree_fits_shwi_p): Use wide_int interfaces.
10310 (tree_fits_uhwi_p): Likewise.
10311 (tree_int_cst_sign_bit): Likewise.
10312 (tree_int_cst_sgn): Likewise.
10313 (tree_int_cst_min_precision): Take a signop rather than a bool.
10314 (simple_cst_equal): Use wide_int interfaces.
10315 (compare_tree_int): Likewise.
10316 (iterative_hash_expr): Likewise.
10317 (int_fits_type_p): Likewise. Use tree_int_cst_lt rather than
10319 (get_type_static_bounds): Use wide_int interfaces.
10320 (tree_int_cst_elt_check_failed): New.
10321 (build_common_tree_nodes): Reordered to set prec before filling in
10323 (int_cst_value): Check cst_and_fits_in_hwi.
10324 (widest_int_cst_value): Use wide_int interfaces.
10325 (upper_bound_in_type): Likewise.
10326 (lower_bound_in_type): Likewise.
10327 (num_ending_zeros): Likewise.
10328 (drop_tree_overflow): Likewise.
10329 * tree-call-cdce.c (check_pow): Update call to real_from_integer.
10330 (gen_conditions_for_pow_cst_base): Likewise.
10331 * tree-cfg.c: Include wide-int.h and wide-int-print.h.
10332 (group_case_labels_stmt): Use wide-int interfaces.
10333 (verify_gimple_assign_binary): Likewise.
10334 (print_loop): Likewise.
10335 * tree-chrec.c (tree_fold_binomial): Likewise.
10336 * tree-core.h (struct tree_base): Add int_length.
10337 (struct tree_int_cst): Change rep of value.
10338 * tree-data-ref.c (dr_analyze_innermost): Use wide-int interfaces.
10339 (dr_may_alias_p): Likewise.
10340 (max_stmt_executions_tree): Likewise.
10341 * tree.def (INTEGER_CST): Update comment.
10342 * tree-dfa.c (get_ref_base_and_extent): Use wide-int interfaces.
10343 * tree-dfa.h (get_addr_base_and_unit_offset_1): Likewise.
10344 * tree-dump.c: Include wide-int.h and wide-int-print.h.
10345 (dequeue_and_dump): Use wide-int interfaces.
10346 * tree.h: Include wide-int.h.
10347 (NULL_TREE): Moved to earlier loc in file.
10348 (TREE_INT_CST_ELT_CHECK): New.
10349 (tree_int_cst_elt_check_failed): New.
10351 (TREE_INT_CST): Delete.
10352 (TREE_INT_CST_LOW): Use wide-int interfaces.
10353 (TREE_INT_CST_HIGH): Delete.
10354 (TREE_INT_CST_NUNITS): New.
10355 (TREE_INT_CST_EXT_NUNITS): Likewise.
10356 (TREE_INT_CST_OFFSET_NUNITS): Likewise.
10357 (TREE_INT_CST_ELT): Likewise.
10358 (INT_CST_LT): Delete.
10359 (tree_int_cst_elt_check): New (two forms).
10360 (type_code_size): Update comment.
10361 (make_int_cst_stat, make_int_cst): New.
10362 (tree_to_double_int): Delete.
10363 (double_int_fits_to_tree_p): Delete.
10364 (force_fit_type_double): Delete.
10365 (build_int_cstu): Replace with out-of-line function.
10366 (build_int_cst_wide): Delete.
10367 (tree_int_cst_lt): Define inline.
10368 (tree_int_cst_le): New.
10369 (tree_int_cst_compare): Define inline.
10370 (tree_int_cst_min_precision): Take a signop rather than a bool.
10371 (wi::int_traits <const_tree>): New.
10372 (wi::int_traits <tree>): New.
10373 (wi::extended_tree): New.
10374 (wi::int_traits <wi::extended_tree>): New.
10375 (wi::to_widest): New.
10376 (wi::to_offset): New.
10377 (wi::fits_to_tree_p): New.
10378 (wi::min_value): New.
10379 (wi::max_value): New.
10380 * tree-inline.c (remap_gimple_op_r): Use wide-int interfaces.
10381 (copy_tree_body_r): Likewise.
10382 * tree-object-size.c (compute_object_offset): Likewise.
10383 (addr_object_size): Likewise.
10384 * tree-predcom.c: Include wide-int-print.h.
10385 (struct dref_d): Change type of offset to widest_int.
10386 (dump_dref): Call wide-int printer.
10387 (aff_combination_dr_offset): Use wide-int interfaces.
10388 (determine_offset): Take a widest_int pointer rather than a
10389 double_int pointer.
10390 (split_data_refs_to_components): Use wide-int interfaces.
10391 (suitable_component_p): Likewise.
10392 (order_drefs): Likewise.
10393 (add_ref_to_chain): Likewise.
10394 (valid_initializer_p): Likewise.
10395 (determine_roots_comp): Likewise.
10396 * tree-pretty-print.c: Include wide-int-print.h.
10397 (dump_generic_node): Use wide-int interfaces.
10398 * tree-sra.c (sra_ipa_modify_expr): Likewise.
10399 * tree-ssa-address.c (addr_for_mem_ref): Likewise.
10400 (move_fixed_address_to_symbol): Likewise.
10401 (move_hint_to_base): Likewise.
10402 (move_pointer_to_base): Likewise.
10403 (move_variant_to_index): Likewise.
10404 (most_expensive_mult_to_index): Likewise.
10405 (addr_to_parts): Likewise.
10406 (copy_ref_info): Likewise.
10407 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
10408 (indirect_refs_may_alias_p): Likewise.
10409 (stmt_kills_ref_p_1): Likewise.
10410 * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
10411 * tree-ssa-ccp.c: Update comment at top of file. Include
10413 (struct prop_value_d): Change type of mask to widest_int.
10414 (extend_mask): New function.
10415 (dump_lattice_value): Use wide-int interfaces.
10416 (get_default_value): Likewise.
10417 (set_constant_value): Likewise.
10418 (set_value_varying): Likewise.
10419 (valid_lattice_transition): Likewise.
10420 (set_lattice_value): Likewise.
10421 (value_to_double_int): Delete.
10422 (value_to_wide_int): New.
10423 (get_value_from_alignment): Use wide-int interfaces.
10424 (get_value_for_expr): Likewise.
10425 (do_dbg_cnt): Likewise.
10426 (ccp_finalize): Likewise.
10427 (ccp_lattice_meet): Likewise.
10428 (bit_value_unop_1): Use widest_ints rather than double_ints.
10429 (bit_value_binop_1): Likewise.
10430 (bit_value_unop): Use wide-int interfaces.
10431 (bit_value_binop): Likewise.
10432 (bit_value_assume_aligned): Likewise.
10433 (evaluate_stmt): Likewise.
10434 (ccp_fold_stmt): Likewise.
10435 (visit_cond_stmt): Likewise.
10436 (ccp_visit_stmt): Likewise.
10437 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
10438 (constant_pointer_difference): Likewise.
10439 (associate_pointerplus): Likewise.
10440 (combine_conversions): Likewise.
10441 * tree-ssa-loop.h: Include wide-int.h.
10442 (struct tree_niter_desc): Change type of max to widest_int.
10443 * tree-ssa-loop-im.c (mem_refs_may_alias_p): Use wide-int interfaces.
10444 * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Likewise.
10445 (remove_redundant_iv_tests): Likewise.
10446 (canonicalize_loop_induction_variables): Likewise.
10447 * tree-ssa-loop-ivopts.c (alloc_iv): Likewise.
10448 (constant_multiple_of): Take a widest_int pointer instead of
10449 a double_int pointer.
10450 (get_computation_aff): Use wide-int interfaces.
10451 (ptr_difference_cost): Likewise.
10452 (difference_cost): Likewise.
10453 (get_loop_invariant_expr_id): Likewise.
10454 (get_computation_cost_at): Likewise.
10455 (iv_elimination_compare_lt): Likewise.
10456 (may_eliminate_iv): Likewise.
10457 * tree-ssa-loop-niter.h (estimated_loop_iterations): Use widest_int
10458 instead of double_int.
10459 (max_loop_iterations): Likewise.
10460 (max_stmt_executions): Likewise.
10461 (estimated_stmt_executions): Likewise.
10462 * tree-ssa-loop-niter.c: Include wide-int-print.h.
10463 (split_to_var_and_offset): Use wide-int interfaces.
10464 (determine_value_range): Likewise.
10465 (bound_difference_of_offsetted_base): Likewise.
10466 (bounds_add): Take a widest_int instead of a double_int.
10467 (number_of_iterations_ne_max): Use wide-int interfaces.
10468 (number_of_iterations_ne): Likewise.
10469 (number_of_iterations_lt_to_ne): Likewise.
10470 (assert_loop_rolls_lt): Likewise.
10471 (number_of_iterations_lt): Likewise.
10472 (number_of_iterations_le): Likewise.
10473 (number_of_iterations_cond): Likewise.
10474 (number_of_iterations_exit): Likewise.
10475 (finite_loop_p): Likewise.
10476 (derive_constant_upper_bound_assign): Likewise.
10477 (derive_constant_upper_bound): Return a widest_int.
10478 (derive_constant_upper_bound_ops): Likewise.
10479 (do_warn_aggressive_loop_optimizations): Use wide-int interfaces.
10480 (record_estimate): Take a widest_int rather than a double_int.
10481 (record_nonwrapping_iv): Use wide-int interfaces.
10482 (double_int_cmp): Delete.
10483 (wide_int_cmp): New.
10484 (bound_index): Take a widest_int rather than a double_int.
10485 (discover_iteration_bound_by_body_walk): Use wide-int interfaces.
10486 (maybe_lower_iteration_bound): Likewise.
10487 (estimate_numbers_of_iterations_loop): Likewise.
10488 (estimated_loop_iterations): Take a widest_int pointer than than
10489 a double_int pointer.
10490 (estimated_loop_iterations_int): Use wide-int interfaces.
10491 (max_loop_iterations): Take a widest_int pointer than than
10492 a double_int pointer.
10493 (max_loop_iterations_int): Use wide-int interfaces.
10494 (max_stmt_executions): Take a widest_int pointer than than
10495 a double_int pointer.
10496 (estimated_stmt_executions): Likewise.
10497 (n_of_executions_at_most): Use wide-int interfaces.
10498 (scev_probably_wraps_p): Likewise.
10499 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Update calls
10500 to real_to_integer.
10501 * tree-scalar-evolution.c (simplify_peeled_chrec): Use wide-int
10503 * tree-ssanames.c (set_range_info): Use wide_int_refs rather than
10504 double_ints. Adjust for trailing_wide_ints <3> representation.
10505 (set_nonzero_bits): Likewise.
10506 (get_range_info): Return wide_ints rather than double_ints.
10507 Adjust for trailing_wide_ints <3> representation.
10508 (get_nonzero_bits): Likewise.
10509 (duplicate_ssa_name_range_info): Adjust for trailing_wide_ints <3>
10511 * tree-ssanames.h (struct range_info_def): Replace min, max and
10512 nonzero_bits with a trailing_wide_ints <3>.
10513 (set_range_info): Use wide_int_refs rather than double_ints.
10514 (set_nonzero_bits): Likewise.
10515 (get_range_info): Return wide_ints rather than double_ints.
10516 (get_nonzero_bits): Likewise.
10517 * tree-ssa-phiopt.c (jump_function_from_stmt): Use wide-int interfaces.
10518 * tree-ssa-pre.c (phi_translate_1): Likewise.
10519 * tree-ssa-reassoc.c (decrement_power): Use calls to real_from_integer.
10520 (acceptable_pow_call): Likewise.
10521 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use wide-int
10523 (vn_reference_fold_indirect): Likewise.
10524 (vn_reference_maybe_forwprop_address): Likewise.
10525 (valueize_refs_1): Likewise.
10526 * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Likewise.
10527 * tree-ssa-uninit.c (is_value_included_in): Use wide-int interfaces,
10528 tree_int_cst_lt and tree_int_cst_le.
10529 * tree-streamer-in.c (unpack_ts_base_value_fields): Use wide-int
10531 (streamer_alloc_tree): Likewise.
10532 * tree-streamer-out.c (pack_ts_int_cst_value_fields): Likewise.
10533 (streamer_write_tree_header): Likewise.
10534 (streamer_write_integer_cst): Likewise.
10535 * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
10536 (build_constructors): Likewise.
10537 (array_value_type): Likewise.
10538 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Likewise.
10539 (vect_check_gather): Likewise.
10540 * tree-vect-generic.c (build_replicated_const): Likewise.
10541 (expand_vector_divmod): Likewise.
10542 * tree-vect-loop.c (vect_transform_loop): Likewise.
10543 * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): Likewise.
10544 (vect_do_peeling_for_alignment): Likewise.
10545 * tree-vect-patterns.c (vect_recog_divmod_pattern): Likewise.
10546 * tree-vrp.c: Include wide-int.h.
10547 (operand_less_p): Use wide-int interfaces and tree_int_cst_lt.
10548 (extract_range_from_assert): Use wide-int interfaces.
10549 (vrp_int_const_binop): Likewise.
10550 (zero_nonzero_bits_from_vr): Take wide_int pointers rather than
10551 double_int pointers.
10552 (ranges_from_anti_range): Use wide-int interfaces.
10553 (quad_int_cmp): Delete.
10554 (quad_int_pair_sort): Likewise.
10555 (extract_range_from_binary_expr_1): Use wide-int interfaces.
10556 (extract_range_from_unary_expr_1): Likewise.
10557 (adjust_range_with_scev): Likewise.
10558 (masked_increment): Take and return wide_ints rather than double_ints.
10559 (register_edge_assert_for_2): Use wide-int interfaces.
10560 (check_array_ref): Likewise.
10561 (search_for_addr_array): Likewise.
10562 (maybe_set_nonzero_bits): Likewise.
10563 (union_ranges): Pass an integer of the correct type instead of
10564 using integer_one_node.
10565 (intersect_ranges): Likewise.
10566 (simplify_truth_ops_using_ranges): Likewise.
10567 (simplify_bit_ops_using_ranges): Use wide-int interfaces.
10568 (range_fits_type_p): Likewise.
10569 (simplify_cond_using_ranges): Likewise. Take a signop rather than
10571 (simplify_conversion_using_ranges): Use wide-int interfaces.
10572 (simplify_float_conversion_using_ranges): Likewise.
10573 (vrp_finalize): Likewise.
10574 * value-prof.c (gimple_divmod_fixed_value_transform): Likewise.
10575 (gimple_stringops_transform): Likewise.
10576 * varasm.c (decode_addr_const): Likewise.
10577 (const_hash_1): Likewise.
10578 (const_rtx_hash_1): Likewise
10579 (output_constant): Likewise.
10580 (array_size_for_constructor): Likewise.
10581 (output_constructor_regular_field): Likewise.
10582 (output_constructor_bitfield): Likewise.
10583 * var-tracking.c (loc_cmp): Handle CONST_WIDE_INT.
10584 * mkconfig.sh: Include machmode.h to pick up BITS_PER_UNIT for
10586 * gencheck.c: Define BITS_PER_UNIT.
10587 * wide-int.cc: New.
10589 * wide-int-print.cc: New.
10590 * wide-int-print.h: New.
10592 2014-05-06 Jan-Benedict Glaw <jbglaw@lug-owl.de>
10594 * config/avr/avr.c (avr_can_eliminate): Mark unused argument.
10596 2014-05-06 Richard Biener <rguenther@suse.de>
10598 * tree-pass.h (TODO_verify_ssa, TODO_verify_flow,
10599 TODO_verify_stmts, TODO_verify_rtl_sharing): Remove.
10600 (TODO_verify_all): Adjust.
10601 * asan.c: Remove references to TODO_verify_ssa, TODO_verify_flow,
10602 TODO_verify_stmts and TODO_verify_rtl_sharing.
10603 * bb-reorder.c: Likewise.
10604 * cfgexpand.c: Likewise.
10605 * cprop.c: Likewise.
10607 * function.c: Likewise.
10608 * fwprop.c: Likewise.
10609 * gcse.c: Likewise.
10610 * gimple-ssa-isolate-paths.c: Likewise.
10611 * gimple-ssa-strength-reduction.c: Likewise.
10612 * ipa-split.c: Likewise.
10613 * loop-init.c: Likewise.
10614 * loop-unroll.c: Likewise.
10615 * lower-subreg.c: Likewise.
10616 * modulo-sched.c: Likewise.
10617 * postreload-gcse.c: Likewise.
10618 * predict.c: Likewise.
10619 * recog.c: Likewise.
10620 * sched-rgn.c: Likewise.
10621 * store-motion.c: Likewise.
10622 * tracer.c: Likewise.
10623 * trans-mem.c: Likewise.
10624 * tree-call-cdce.c: Likewise.
10625 * tree-cfg.c: Likewise.
10626 * tree-cfgcleanup.c: Likewise.
10627 * tree-complex.c: Likewise.
10628 * tree-eh.c: Likewise.
10629 * tree-emutls.c: Likewise.
10630 * tree-if-conv.c: Likewise.
10631 * tree-into-ssa.c: Likewise.
10632 * tree-loop-distribution.c: Likewise.
10633 * tree-object-size.c: Likewise.
10634 * tree-parloops.c: Likewise.
10635 * tree-pass.h: Likewise.
10636 * tree-sra.c: Likewise.
10637 * tree-ssa-ccp.c: Likewise.
10638 * tree-ssa-copy.c: Likewise.
10639 * tree-ssa-copyrename.c: Likewise.
10640 * tree-ssa-dce.c: Likewise.
10641 * tree-ssa-dom.c: Likewise.
10642 * tree-ssa-dse.c: Likewise.
10643 * tree-ssa-forwprop.c: Likewise.
10644 * tree-ssa-ifcombine.c: Likewise.
10645 * tree-ssa-loop-ch.c: Likewise.
10646 * tree-ssa-loop-ivcanon.c: Likewise.
10647 * tree-ssa-loop.c: Likewise.
10648 * tree-ssa-math-opts.c: Likewise.
10649 * tree-ssa-phiopt.c: Likewise.
10650 * tree-ssa-phiprop.c: Likewise.
10651 * tree-ssa-pre.c: Likewise.
10652 * tree-ssa-reassoc.c: Likewise.
10653 * tree-ssa-sink.c: Likewise.
10654 * tree-ssa-strlen.c: Likewise.
10655 * tree-ssa-tail-merge.c: Likewise.
10656 * tree-ssa-uncprop.c: Likewise.
10657 * tree-switch-conversion.c: Likewise.
10658 * tree-tailcall.c: Likewise.
10659 * tree-vect-generic.c: Likewise.
10660 * tree-vectorizer.c: Likewise.
10661 * tree-vrp.c: Likewise.
10662 * tsan.c: Likewise.
10663 * var-tracking.c: Likewise.
10664 * bt-load.c: Likewise.
10665 * cfgcleanup.c: Likewise.
10666 * combine-stack-adj.c: Likewise.
10667 * combine.c: Likewise.
10668 * compare-elim.c: Likewise.
10669 * config/epiphany/resolve-sw-modes.c: Likewise.
10670 * config/i386/i386.c: Likewise.
10671 * config/mips/mips.c: Likewise.
10672 * config/s390/s390.c: Likewise.
10673 * config/sh/sh_treg_combine.cc: Likewise.
10674 * config/sparc/sparc.c: Likewise.
10677 * final.c: Likewise.
10678 * ifcvt.c: Likewise.
10679 * mode-switching.c: Likewise.
10680 * passes.c: Likewise.
10681 * postreload.c: Likewise.
10683 * reg-stack.c: Likewise.
10684 * regcprop.c: Likewise.
10685 * regrename.c: Likewise.
10688 2014-05-06 Richard Biener <rguenther@suse.de>
10690 PR middle-end/61070
10691 * bitmap.c (debug_bitmap): Dump to stderr, not stdout.
10692 * tree-ssa-structalias.c (dump_solution_for_var): Likewise.
10694 2014-05-05 Jan Hubicka <hubicka@ucw.cz>
10697 * ipa-devirt.c (get_class_context): Allow POD to change to non-POD.
10699 2014-05-05 Radovan Obradovic <robradovic@mips.com>
10700 Tom de Vries <tom@codesourcery.com>
10702 * target.def (call_fusage_contains_non_callee_clobbers): New
10704 * doc/tm.texi.in (@node Stack and Calling): Add Miscellaneous Register
10706 (@node Miscellaneous Register Hooks): New node.
10707 (@hook TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): New hook.
10708 * doc/tm.texi: Regenerate.
10710 2014-05-05 Marek Polacek <polacek@redhat.com>
10713 * opts.c (common_handle_option): Call error_at instead of warning_at.
10715 2014-05-05 Richard Biener <rguenther@suse.de>
10717 * passes.c (execute_function_todo): Don't reset TODO_verify_ssa
10718 from last_verified if update_ssa ran. Move TODO_verify_rtl_sharing
10719 under the TODO_verify_il umbrella.
10721 2014-05-05 Richard Biener <rguenther@suse.de>
10723 * passes.c (execute_function_todo): Move TODO_verify_flow under
10724 the TODO_verify_ul umbrella.
10726 2014-05-05 Richard Biener <rguenther@suse.de>
10728 PR middle-end/61010
10729 * fold-const.c (fold_binary_loc): Consistently avoid canonicalizing
10730 X & CST away from a CST that is the mask of a mode.
10732 2014-05-05 Jan-Benedict Glaw <jbglaw@lug-owl.de>
10734 * config/picochip/picochip-protos.h (picochip_regno_nregs): Change
10735 int argument to enum machine_mode.
10736 (picochip_class_max_nregs): Ditto.
10737 * config/picochip/picochip.c (picochip_regno_nregs): Ditto.
10738 (picochip_class_max_nregs): Ditto.
10740 2014-05-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
10742 * target.def: Add new target hook.
10743 * doc/tm.texi: Regenerate.
10744 * targhooks.h (default_keep_leaf_when_profiled): Add prototype.
10745 * targhooks.c (default_keep_leaf_when_profiled): New function.
10747 * config/s390/s390.c (s390_keep_leaf_when_profiled): New function.
10748 (TARGET_KEEP_LEAF_WHEN_PROFILED): Define.
10750 2014-05-05 Bin Cheng <bin.cheng@arm.com>
10752 PR tree-optimization/60363
10753 * gcc/tree-ssa-threadupdate.c (get_value_locus_in_path): New.
10754 (copy_phi_args): New parameters. Call get_value_locus_in_path.
10755 (update_destination_phis): New parameter.
10756 (create_edge_and_update_destination_phis): Ditto.
10757 (ssa_fix_duplicate_block_edges): Pass new arguments.
10758 (thread_single_edge): Ditto.
10760 2014-05-04 Peter Bergner <bergner@vnet.ibm.com>
10762 * config/rs6000/rs6000.h (RS6000_BTM_HARD_FLOAT): New define.
10763 (RS6000_BTM_COMMON): Add RS6000_BTM_HARD_FLOAT.
10764 (TARGET_EXTRA_BUILTINS): Add TARGET_HARD_FLOAT.
10765 * config/rs6000/rs6000-builtin.def (BU_MISC_1):
10766 Use RS6000_BTM_HARD_FLOAT.
10767 (BU_MISC_2): Likewise.
10768 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Handle
10769 RS6000_BTM_HARD_FLOAT.
10770 (rs6000_option_override_internal): Enforce -mhard-float if -mhard-dfp
10771 is explicitly used.
10772 (rs6000_invalid_builtin): Add hard floating builtin support.
10773 (rs6000_expand_builtin): Relax the gcc_assert to allow the new
10774 hard float builtins.
10775 (rs6000_builtin_mask_names): Add RS6000_BTM_HARD_FLOAT.
10777 2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
10779 * config/sh/sh_optimize_sett_clrt.cc (sh_optimize_sett_clrt::execute):
10780 Add missing function* argument.
10782 2014-05-03 Richard Sandiford <rdsandiford@googlemail.com>
10784 * lra-constraints.c (valid_address_p): Move earlier in file.
10785 Add a constraint argument to the address_info version.
10786 (satisfies_memory_constraint_p): New function.
10787 (satisfies_address_constraint_p): Likewise.
10788 (process_alt_operands, curr_insn_transform): Use them.
10789 (process_address): Pass the constraint to valid_address_p when
10790 checking address operands.
10792 2014-05-03 Richard Sandiford <rdsandiford@googlemail.com>
10794 * config/mips/mips.c (mips_isa_rev): New variable.
10795 (mips_set_architecture): Set it.
10796 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Set __mips_isa_rev
10798 (ISA_HAS_MUL3, ISA_HAS_FP_CONDMOVE, ISA_HAS_8CC, ISA_HAS_FP4)
10799 (ISA_HAS_PAIRED_SINGLE, ISA_HAS_MADD_MSUB, ISA_HAS_FP_RECIP_RSQRT)
10800 (ISA_HAS_CLZ_CLO, ISA_HAS_ROR, ISA_HAS_WSBH, ISA_HAS_PREFETCH)
10801 (ISA_HAS_SEB_SEH, ISA_HAS_EXT_INS, ISA_HAS_MXHC1)
10802 (ISA_HAS_HILO_INTERLOCKS, ISA_HAS_SYNCI, MIN_FPRS_PER_FMT): Reexpress
10803 conditions in terms of mips_isa_rev.
10804 (mips_isa_rev): Declare.
10806 2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
10808 * config/sh/sh-mem.cc: Use tabs instead of spaces.
10809 (prob_unlikely, prob_likely): Make variables const.
10811 2014-05-03 Denis Chertykov <chertykov@gmail.com>
10813 * config/avr/avr.c (avr_adjust_insn_length): Handle JUMP_TABLE_DATA.
10815 2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
10817 * config/sh/sh.h (SH_ASM_SPEC): Handle m1, m2*, m3* and m4* cases.
10819 2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
10821 * config/sh/sh.h (ROUND_ADVANCE): Delete macro.
10822 (ROUND_REG, PASS_IN_REG_P): Move and rename macros to ...
10823 * config/sh/sh.c (sh_round_reg, sh_pass_in_reg_p): ... these new
10825 (sh_arg_partial_bytes, sh_function_arg, sh_function_arg_advance,
10826 sh_setup_incoming_varargs): Replace usage of PASS_IN_REG_P with
10828 Replace usage of ROUND_REG with sh_round_reg.
10829 Use CEIL instead of ROUND_ADVANCE.
10831 2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
10834 * config/sh/sh.c: Include stdlib headers before everything else.
10836 2014-05-02 Jakub Jelinek <jakub@redhat.com>
10838 * gimplify.c (gimplify_adjust_omp_clauses_1): Handle
10839 GOVD_FIRSTPRIVATE | GOVD_LASTPRIVATE.
10840 (gimplify_adjust_omp_clauses): Simd region is never
10841 directly nested in combined parallel. Instead, for linear
10842 with copyin/copyout, if in combined for simd loop, make decl
10843 firstprivate/lastprivate on OMP_FOR.
10844 * omp-low.c (expand_omp_for_generic, expand_omp_for_static_nochunk,
10845 expand_omp_for_static_chunk): When setting endvar, also set
10846 fd->loop.v to the same value.
10848 2014-05-02 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
10850 * hwint.h (zext_hwi): Fix signed overflow for prec == 63.
10852 2014-05-02 Alan Lawrence <alan.lawrence@arm.com>
10854 * config/aarch64/aarch64.c (aarch64_expand_vec_perm_1): Tidy bit-flip
10857 2014-05-02 Marek Polacek <polacek@redhat.com>
10859 * doc/invoke.texi: Describe -fsanitize=float-divide-by-zero.
10861 2014-05-02 Kito Cheng <kito@0xlab.org>
10863 * defaults.h (HONOR_REG_ALLOC_ORDER): Change HONOR_REG_ALLOC_ORDER
10864 to a C expression marco.
10865 * ira-color.c (HONOR_REG_ALLOC_ORDER) : Ditto.
10866 * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Ditto.
10867 * config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Ditto.
10868 * doc/tm.texi (HONOR_REG_ALLOC_ORDER): Update document for
10869 HONOR_REG_ALLOC_ORDER.
10870 * doc/tm.texi.in (HONOR_REG_ALLOC_ORDER): Ditto.
10872 2014-05-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
10874 * config/arc/arc.c (TARGET_LRA_P): Undef before redefine.
10876 2014-05-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
10878 * config/arc/arc.c (arc_select_cc_mode): Fix typo.
10880 2014-05-01 Yuri Rumyantsev <ysrumyan@gmail.com>
10882 * tree-if-conv.c (is_cond_scalar_reduction): New function.
10883 (convert_scalar_cond_reduction): Likewise.
10884 (predicate_scalar_phi): Add recognition and transformation
10885 of simple conditioanl reduction to be vectorizable.
10887 2014-05-01 Marek Polacek <polacek@redhat.com>
10890 * doc/invoke.texi: Document -Wdiscarded-qualifiers.
10892 2014-04-30 Alan Lawrence <alan.lawrence@arm.com>
10894 * config/aarch64/arm_neon.h (vuzp1_f32, vuzp1_p8, vuzp1_p16, vuzp1_s8,
10895 vuzp1_s16, vuzp1_s32, vuzp1_u8, vuzp1_u16, vuzp1_u32, vuzp1q_f32,
10896 vuzp1q_f64, vuzp1q_p8, vuzp1q_p16, vuzp1q_s8, vuzp1q_s16, vuzp1q_s32,
10897 vuzp1q_s64, vuzp1q_u8, vuzp1q_u16, vuzp1q_u32, vuzp1q_u64, vuzp2_f32,
10898 vuzp2_p8, vuzp2_p16, vuzp2_s8, vuzp2_s16, vuzp2_s32, vuzp2_u8,
10899 vuzp2_u16, vuzp2_u32, vuzp2q_f32, vuzp2q_f64, vuzp2q_p8, vuzp2q_p16,
10900 vuzp2q_s8, vuzp2q_s16, vuzp2q_s32, vuzp2q_s64, vuzp2q_u8, vuzp2q_u16,
10901 vuzp2q_u32, vuzp2q_u64): Replace temporary asm with __builtin_shuffle.
10903 2014-04-30 Joern Rennecke <joern.rennecke@embecosm.com>
10905 * config/arc/arc.opt (mlra): Move comment above option name
10906 to avoid mis-parsing as language options.
10908 2014-04-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10910 * config/sol2-10.h (TARGET_LIBC_HAS_FUNCTION): Move ...
10911 * config/sol2.h: ... here.
10912 * config/sol2-10.h: Remove.
10914 * config/sol2-bi.h (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE)
10915 (WINT_TYPE_SIZE, MULTILIB_DEFAULTS, DEF_ARCH32_SPEC)
10916 (DEF_ARCH64_SPEC, ASM_CPU_DEFAULT_SPEC, LINK_ARCH64_SPEC_BASE)
10917 (LINK_ARCH64_SPEC, ARCH_DEFAULT_EMULATION, TARGET_LD_EMULATION)
10918 (LINK_ARCH_SPEC, SUBTARGET_EXTRA_SPECS): Move ...
10919 * config/sol2.h: ... here.
10920 (SECTION_NAME_FORMAT): Don't redefine.
10921 (STARTFILE_ARCH32_SPEC): Rename to ...
10922 (STARTFILE_ARCH_SPEC): ... this.
10923 (ASM_OUTPUT_ALIGNED_COMMON): Move ...
10924 * config/sparc/sol2.h: ... here.
10925 (SECTION_NAME_FORMAT): Don't undef.
10926 * config/i386/sol2.h (ASM_CPU_DEFAULT_SPEC)
10927 (SUBTARGET_EXTRA_SPECS): Remove.
10928 * config/sparc/sol2.h (ASM_CPU_DEFAULT_SPEC): Remove.
10930 * config/i386/sol2-bi.h (TARGET_SUBTARGET_DEFAULT)
10931 (MD_STARTFILE_PREFIX): Remove.
10932 (SUBTARGET_OPTIMIZATION_OPTIONS, ASM_CPU32_DEFAULT_SPEC)
10933 (ASM_CPU64_DEFAULT_SPEC, ASM_CPU_SPEC, ASM_SPEC, DEFAULT_ARCH32_P)
10934 (ARCH64_SUBDIR, ARCH32_EMULATION, ARCH64_EMULATION)
10935 (ASM_COMMENT_START, JUMP_TABLES_IN_TEXT_SECTION)
10936 (ASM_OUTPUT_DWARF_PCREL, ASM_OUTPUT_ALIGNED_COMMON)
10937 (USE_IX86_FRAME_POINTER, USE_X86_64_FRAME_POINTER): Move ...
10938 * config/i386/sol2.h: ... here.
10939 (TARGET_SUBTARGET_DEFAULT, SIZE_TYPE, PTRDIFF_TYPE): Remove.
10940 * config/i386/sol2-bi.h: Remove.
10941 * config/sol2.h (MD_STARTFILE_PREFIX): Remove.
10942 (LINK_ARCH32_SPEC_BASE): Remove /usr/ccs/lib/libp, /usr/ccs/lib.
10944 * config/i386/t-sol2-64: Rename to ...
10945 * config/i386/t-sol2: ... this.
10946 * config/sparc/t-sol2-64: Rename to ...
10947 * config/sparc/t-sol2: ... this.
10949 * config.gcc (*-*-solaris2*): Split sol2_tm_file into
10950 sol2_tm_file_head, sol2_tm_file_tail.
10951 Include ${cpu_type}/sol2.h before sol2.h.
10953 (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Include
10954 i386/x86-64.h between sol2_tm_file_head and sol2_tm_file_tail.
10955 Remove i386/sol2-bi.h, sol2-bi.h from tm_file.
10956 Reflect i386/t-sol2-64 renaming.
10957 (sparc*-*-solaris2*): Remove sol2-bi.h from tm_file.
10958 Reflect sparc/t-sol2-64 renaming.
10960 2014-04-30 Richard Biener <rguenther@suse.de>
10962 * passes.c (execute_function_todo): Move TODO_verify_stmts
10963 and TODO_verify_ssa under the TODO_verify_il umbrella.
10964 * tree-ssa.h (verify_ssa): Adjust prototype.
10965 * tree-ssa.c (verify_ssa): Add parameter to tell whether
10966 we should verify SSA operands.
10967 * tree-cfg.h (verify_gimple_in_cfg): Adjust prototype.
10968 * tree-cfg.c (verify_gimple_in_cfg): Add parameter to tell
10969 whether we should verify whether not throwing stmts have EH info.
10970 * graphite-scop-detection.c (create_sese_edges): Adjust.
10971 * tree-ssa-loop-manip.c (verify_loop_closed_ssa): Likewise.
10972 * tree-eh.c (lower_try_finally_switch): Do not add the
10973 default case label twice.
10975 2014-04-30 Marek Polacek <polacek@redhat.com>
10977 * gcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_DIVIDE.
10978 * builtins.def: Initialize builtins even for SANITIZE_FLOAT_DIVIDE.
10979 * flag-types.h (enum sanitize_code): Add SANITIZE_FLOAT_DIVIDE.
10980 * opts.c (common_handle_option): Add -fsanitize=float-divide-by-zero.
10982 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
10984 * config/aarch64/arm_neon.h (vzip1_f32, vzip1_p8, vzip1_p16, vzip1_s8,
10985 vzip1_s16, vzip1_s32, vzip1_u8, vzip1_u16, vzip1_u32, vzip1q_f32,
10986 vzip1q_f64, vzip1q_p8, vzip1q_p16, vzip1q_s8, vzip1q_s16, vzip1q_s32,
10987 vzip1q_s64, vzip1q_u8, vzip1q_u16, vzip1q_u32, vzip1q_u64, vzip2_f32,
10988 vzip2_p8, vzip2_p16, vzip2_s8, vzip2_s16, vzip2_s32, vzip2_u8,
10989 vzip2_u16, vzip2_u32, vzip2q_f32, vzip2q_f64, vzip2q_p8, vzip2q_p16,
10990 vzip2q_s8, vzip2q_s16, vzip2q_s32, vzip2q_s64, vzip2q_u8, vzip2q_u16,
10991 vzip2q_u32, vzip2q_u64): Replace inline __asm__ with __builtin_shuffle.
10993 2014-04-29 David Malcolm <dmalcolm@redhat.com>
10995 * tree-cfg.c (dump_function_to_file): Dump the return type of
10996 functions, in a line to itself before the function body, mimicking
10997 the layout of a C function.
10999 2014-04-29 Jakub Jelinek <jakub@redhat.com>
11001 PR tree-optimization/60971
11002 * tree-tailcall.c (process_assignment): Reject conversions which
11005 2014-04-29 James Greenhalgh <james.greenhalgh@arm.com>
11007 * calls.c (initialize_argument_information): Always treat
11008 PUSH_ARGS_REVERSED as 1, simplify code accordingly.
11009 (expand_call): Likewise.
11010 (emit_library_call_calue_1): Likewise.
11011 * expr.c (PUSH_ARGS_REVERSED): Do not define.
11012 (emit_push_insn): Always treat PUSH_ARGS_REVERSED as 1, simplify
11015 2014-04-29 Nick Clifton <nickc@redhat.com>
11017 * config/msp430/msp430.md (umulsidi): Fix typo.
11018 (mulhisi3): Enable even inside interrupt handlers.
11019 * config/msp430/msp430.c (msp430_print_operand): %O: Allow for the
11020 bigger return address pushed in large mode.
11022 2014-04-29 Nick Clifton <nickc@redhat.com>
11024 * config/arc/arc.c (arc_select_cc_mode): Fix parentheses.
11025 (arc_init_reg_tables): Use a machine_mode enum to iterate over
11027 * config/m32r/m32r.c (init_reg_tables): Likewise.
11028 * config/m32c/m32c.c (m32c_illegal_subreg_p): Use a machine_mode
11029 enum to hold the modes.
11031 2014-04-29 Richard Biener <rguenther@suse.de>
11033 * dominance.c (free_dominance_info): Add overload with
11034 function parameter.
11035 (dom_info_state): Likewise.
11036 (dom_info_available_p): Likewise.
11037 * basic-block.h (free_dominance_info, dom_info_state,
11038 dom_info_available_p): Declare overloads.
11039 * passes.c (execute_function_todo): Verify that verifiers
11040 don't change dominator info state. Drop dominator info
11041 for IPA pass invocations.
11042 * cgraph.c (release_function_body): Restore asserts that
11043 dominator information is released.
11045 2014-04-29 Patrick Palka <patrick@parcs.ath.cx>
11047 * doc/invoke.texi: Fix typo.
11048 * tree-vrp.c: Fix typos.
11049 * gimple.c (infer_nonnull_range): Reorder operands of an && condition.
11051 2014-04-29 Zhenqiang Chen <zhenqiang.chen@linaro.org>
11053 * config/aarch64/aarch64.md (mov<mode>cc): New for GPF.
11055 2014-04-28 James Greenhalgh <james.greenhalgh@arm.com>
11057 * config/aarch64/aarch64-builtins.c
11058 (aarch64_types_storestruct_lane_qualifiers): New.
11059 (TYPES_STORESTRUCT_LANE): Likewise.
11060 * config/aarch64/aarch64-simd-builtins.def (st2_lane): New.
11061 (st3_lane): Likewise.
11062 (st4_lane): Likewise.
11063 * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): New.
11064 (vec_store_lanesci_lane<mode>): Likewise.
11065 (vec_store_lanesxi_lane<mode>): Likewise.
11066 (aarch64_st2_lane<VQ:mode>): Likewise.
11067 (aarch64_st3_lane<VQ:mode>): Likewise.
11068 (aarch64_st4_lane<VQ:mode>): Likewise.
11069 * config/aarch64/aarch64.md (unspec): Add UNSPEC_ST{2,3,4}_LANE.
11070 * config/aarch64/arm_neon.h
11071 (__ST2_LANE_FUNC): Rewrite using builtins, update use points to
11072 use new macro arguments.
11073 (__ST3_LANE_FUNC): Likewise.
11074 (__ST4_LANE_FUNC): Likewise.
11075 * config/aarch64/iterators.md (V_TWO_ELEM): New.
11076 (V_THREE_ELEM): Likewise.
11077 (V_FOUR_ELEM): Likewise.
11079 2014-04-28 David Malcolm <dmalcolm@redhat.com>
11081 * doc/gimple.texi: Replace the description of the now-defunct
11082 union gimple_statement_d with a diagram showing the
11083 gimple_statement_base class hierarchy and its relationships to
11084 the GSS_ and GIMPLE_ enums.
11086 2014-04-28 James Greenhalgh <james.greenhalgh@arm.com>
11088 * config/aarch64/aarch64-protos.h (aarch64_modes_tieable_p): New.
11089 * config/aarch64/aarch64.c
11090 (aarch64_cannot_change_mode_class): Weaken conditions.
11091 (aarch64_modes_tieable_p): New.
11092 * config/aarch64/aarch64.h (MODES_TIEABLE_P): Use it.
11094 2014-04-28 Pat Haugen <pthaugen@us.ibm.com>
11096 * config/rs6000/sync.md (AINT mode_iterator): Move definition.
11097 (loadsync_<mode>): Change mode.
11098 (load_quadpti, store_quadpti): New.
11099 (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
11100 * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
11102 2014-04-28 Martin Jambor <mjambor@suse.cz>
11104 * tree-sra.c (sra_modify_expr): Generate new memory accesses with
11105 same alias type as the original statement.
11106 (subreplacement_assignment_data): New type.
11107 (handle_unscalarized_data_in_subtree): New type of parameter,
11108 generate new memory accesses with same alias type as the original
11110 (load_assign_lhs_subreplacements): Likewise.
11111 (sra_modify_constructor_assign): Generate new memory accesses with
11112 same alias type as the original statement.
11114 2014-04-28 Richard Biener <rguenther@suse.de>
11116 * tree-pass.h (TODO_verify_il): Define.
11117 (TODO_verify_all): Complete properly.
11118 * passes.c (execute_function_todo): Move existing loop-closed
11119 SSA verification under TODO_verify_il.
11120 (execute_one_pass): Trigger TODO_verify_il at todo-after time.
11121 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps):
11122 Fix tree sharing issue.
11124 2014-04-28 Richard Biener <rguenther@suse.de>
11126 PR middle-end/60092
11127 * builtins.def (DEF_C11_BUILTIN): Add.
11128 (BUILT_IN_ALIGNED_ALLOC): Likewise.
11129 * coretypes.h (enum function_class): Add function_c11_misc.
11130 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
11131 BUILT_IN_ALIGNED_ALLOC like BUILT_IN_MALLOC.
11132 (call_may_clobber_ref_p_1): Likewise.
11133 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
11134 (mark_all_reaching_defs_necessary_1): Likewise.
11135 (propagate_necessity): Likewise.
11136 (eliminate_unnecessary_stmts): Likewise.
11137 * tree-ssa-ccp.c (evaluate_stmt): Handle BUILT_IN_ALIGNED_ALLOC.
11139 2014-04-28 Richard Biener <rguenther@suse.de>
11141 * tree-vrp.c (vrp_var_may_overflow): Remove.
11142 (vrp_visit_phi_node): Rather than bumping to +-INF possibly
11143 with overflow immediately bump to one before that value and
11144 let iteration figure out overflow status.
11146 2014-04-28 Richard Biener <rguenther@suse.de>
11148 * configure.ac: Do valgrind header checks unconditionally.
11149 Add --enable-valgrind-annotations.
11150 * system.h: Guard valgrind header inclusion with
11151 ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING.
11152 * alloc-pool.c (pool_alloc, pool_free): Use
11153 ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING
11154 to guard possibly dead code.
11155 * config.in: Regenerated.
11156 * configure: Likewise.
11158 2014-04-28 Jeff Law <law@redhat.com>
11160 PR tree-optimization/60902
11161 * tree-ssa-threadedge.c
11162 (record_temporary_equivalences_from_stmts_at_dest): Only iterate
11163 over real defs when invalidating outputs from statements that do not
11164 produce useful outputs for threading.
11166 2014-04-28 Richard Biener <rguenther@suse.de>
11168 PR tree-optimization/60979
11169 * graphite-scop-detection.c (scopdet_basic_block_info): Reject
11170 SCOPs that end in a block with a successor with abnormal
11173 2014-04-28 Richard Biener <rguenther@suse.de>
11175 * tree-pass.h (execute_pass_list): Adjust prototype.
11176 * passes.c (pass_manager::execute_early_local_passes): Adjust.
11177 (do_per_function): Change callback signature, push all actual
11178 work to the callbals.
11179 (do_per_function_toporder): Likewise.
11180 (execute_function_dump): Adjust.
11181 (execute_function_todo): Likewise.
11182 (clear_last_verified): Likewise.
11183 (verify_curr_properties): Likewise.
11184 (update_properties_after_pass): Likewise.
11185 (execute_pass_list_1): Split out from ...
11186 (execute_pass_list): ... here. Adjust.
11187 (execute_ipa_pass_list): Likewise.
11188 * cgraphunit.c (cgraph_add_new_function): Adjust.
11189 (analyze_function): Likewise.
11190 (expand_function): Likewise.
11191 * cgraph.c (release_function_body): Free dominance info
11192 here instead of asserting it was magically freed elsewhere.
11194 2014-04-28 Eric Botcazou <ebotcazou@adacore.com>
11196 * configure.ac: Tweak GAS check for LEON instructions on SPARC.
11197 * configure: Regenerate.
11198 * config/sparc/sparc.opt (muser-mode): New option.
11199 * config/sparc/sync.md (atomic_compare_and_swap<mode>_1): Do not enable
11201 (atomic_compare_and_swap_leon3_1): New instruction for LEON3.
11202 * doc/invoke.texi (SPARC options): Document -muser-mode.
11204 2014-04-27 Richard Sandiford <rdsandiford@googlemail.com>
11206 * cselib.c (find_slot_memmode): Delete.
11207 (cselib_hasher): Change compare_type to a struct.
11208 (cselib_hasher::equal): Update accordingly. Don't expect wrapped
11210 (preserve_constants_and_equivs): Adjust for new compare_type.
11211 (cselib_find_slot): Likewise. Take the mode of the rtx as argument.
11212 (wrap_constant): Delete.
11213 (cselib_lookup_mem, cselib_lookup_1): Update calls to cselib_find_slot.
11215 2014-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
11217 * doc/install.texi (Building with profile feedback): Remove
11220 2014-04-26 Tom de Vries <tom@codesourcery.com>
11222 * config/i386/i386.md (define_expand "ldexpxf3"): Fix out-of-bounds
11225 2014-04-25 Cary Coutant <ccoutant@google.com>
11228 * dwarf2out.c (should_move_die_to_comdat): A type definition
11229 can contain a subprogram definition, but don't move it to a
11231 (clone_as_declaration): Copy DW_AT_abstract_origin attribute.
11232 (generate_skeleton_bottom_up): Remove DW_AT_object_pointer attribute
11234 (clone_tree_hash): Rename to...
11235 (clone_tree_partial): ...this; change callers. Copy
11236 DW_TAG_subprogram DIEs as declarations.
11237 (copy_decls_walk): Don't copy children of a declaration into a
11240 2014-04-25 H.J. Lu <hongjiu.lu@intel.com>
11243 * config/i386/i386.md (*movsf_internal): Set MODE to SI for
11246 2014-04-25 Jiong Wang <jiong.wang@arm.com>
11248 * config/arm/predicates.md (call_insn_operand): Add long_call check.
11249 * config/arm/arm.md (sibcall, sibcall_value): Force the address to
11251 * config/arm/arm.c (arm_function_ok_for_sibcall): Remove long_call
11254 2014-04-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11256 * config/arm/arm.c (arm_cortex_a8_tune): Initialise T16-related fields.
11258 2014-04-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
11260 PR tree-optimization/60930
11261 * gimple-ssa-strength-reduction.c (create_mul_imm_cand): Reject
11262 creating a multiply candidate by folding two constant
11263 multiplicands when the result overflows.
11265 2014-04-25 Jakub Jelinek <jakub@redhat.com>
11267 PR tree-optimization/60960
11268 * tree-vect-generic.c (expand_vector_operation): Only call
11269 expand_vector_divmod if type's mode satisfies VECTOR_MODE_P.
11271 2014-04-25 Tom de Vries <tom@codesourcery.com>
11273 * expr.c (clobber_reg_mode): New function.
11274 * expr.h (clobber_reg): New function.
11276 2014-04-25 Tom de Vries <tom@codesourcery.com>
11278 * rtlanal.c (find_all_hard_reg_sets): Note INSN_CALL_FUNCTION_USAGE
11281 2014-04-25 Radovan Obradovic <robradovic@mips.com>
11282 Tom de Vries <tom@codesourcery.com>
11284 * rtlanal.c (find_all_hard_reg_sets): Add bool implicit parameter and
11286 * rtl.h (find_all_hard_reg_sets): Add bool parameter.
11287 * haifa-sched.c (recompute_todo_spec, check_clobbered_conditions): Add
11288 new argument to find_all_hard_reg_sets call.
11290 2014-04-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11292 * config/arm/aarch-common.c (aarch_rev16_shright_mask_imm_p):
11293 Use HOST_WIDE_INT_C for mask literal.
11294 (aarch_rev16_shleft_mask_imm_p): Likewise.
11296 2014-04-25 Eric Botcazou <ebotcazou@adacore.com>
11299 * config/sparc/sparc.md (ashlsi3_extend): Delete.
11301 2014-04-25 Marc Glisse <marc.glisse@inria.fr>
11303 PR preprocessor/56540
11304 * config/i386/i386-c.c (ix86_target_macros): Define
11305 __SIZEOF_FLOAT80__ and __SIZEOF_FLOAT128__.
11307 2014-04-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11309 * configure.ac (tga_func): Remove.
11310 (LIB_TLS_SPEC): Remove.
11311 * configure: Regenerate.
11312 * config.in: Regenerate.
11313 * config/sol2.h (LIB_SPEC): Don't use LIB_TLS_SPEC.
11315 2014-04-25 Richard Biener <rguenther@suse.de>
11318 * tree-ssa-structalias.c (ipa_pta_execute): Compute direct
11319 call stmt use/clobber sets during stmt walk instead of
11320 walking the possibly incomplete set of caller edges.
11322 2014-04-25 Richard Biener <rguenther@suse.de>
11325 * passes.c (apply_ipa_transforms): Inline into only caller ...
11326 (execute_one_pass): ... here. Properly bring in function
11327 bodies for nodes we want to apply IPA transforms to.
11329 2014-04-24 Cong Hou <congh@google.com>
11331 PR tree-optimization/60896
11332 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Pick up
11333 all statements in PATTERN_DEF_SEQ in recognized widen-mult pattern.
11334 (vect_mark_pattern_stmts): Set the def type of all statements in
11335 PATTERN_DEF_SEQ as vect_internal_def.
11337 2014-04-24 Michael Meissner <meissner@linux.vnet.ibm.com>
11339 * doc/extend.texi (PowerPC Built-in Functions): Document new
11340 powerpc extended divide, bcd, pack/unpack 128-bit, builtin functions.
11341 (PowerPC AltiVec/VSX Built-in Functions): Likewise.
11343 * config/rs6000/predicates.md (const_0_to_3_operand): New
11344 predicate to match 0..3 integer constants.
11346 * config/rs6000/rs6000-builtin.def (BU_DFP_MISC_1): Add new macros
11347 to support adding miscellaneous builtin functions.
11348 (BU_DFP_MISC_2): Likewise.
11349 (BU_P7_MISC_1): Likewise.
11350 (BU_P7_MISC_2): Likewise.
11351 (BU_P8V_MISC_3): Likewise.
11352 (BU_MISC_1): Likewise.
11353 (BU_MISC_2): Likewise.
11354 (DIVWE): Add extended divide builtin functions.
11355 (DIVWEO): Likewise.
11356 (DIVWEU): Likewise.
11357 (DIVWEUO): Likewise.
11359 (DIVDEO): Likewise.
11360 (DIVDEU): Likewise.
11361 (DIVDEUO): Likewise.
11362 (DXEX): Add decimal floating-point builtin functions.
11364 (DDEDPD): Likewise.
11365 (DDEDPDQ): Likewise.
11366 (DENBCD): Likewise.
11367 (DENBCDQ): Likewise.
11371 (DSCLIQ): Likewise.
11373 (DSCRIQ): Likewise.
11374 (CDTBCD): Add new BCD builtin functions.
11375 (CBCDTD): Likewise.
11376 (ADDG6S): Likewise.
11377 (BCDADD): Likewise.
11378 (BCDADD_LT): Likewise.
11379 (BCDADD_EQ): Likewise.
11380 (BCDADD_GT): Likewise.
11381 (BCDADD_OV): Likewise.
11382 (BCDSUB): Likewise.
11383 (BCDSUB_LT): Likewise.
11384 (BCDSUB_EQ): Likewise.
11385 (BCDSUB_GT): Likewise.
11386 (BCDSUB_OV): Likewise.
11387 (PACK_TD): Add new pack/unpack 128-bit type builtin functions.
11388 (UNPACK_TD): Likewise.
11389 (PACK_TF): Likewise.
11390 (UNPACK_TF): Likewise.
11391 (UNPACK_TF_0): Likewise.
11392 (UNPACK_TF_1): Likewise.
11393 (PACK_V1TI): Likewise.
11394 (UNPACK_V1TI): Likewise.
11396 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
11397 support for decimal floating point builtin functions.
11398 (rs6000_expand_ternop_builtin): Add checks for the new builtin
11399 functions that take constant arguments.
11400 (rs6000_invalid_builtin): Add decimal floating point builtin support.
11401 (rs6000_init_builtins): Setup long double, _Decimal64, and
11402 _Decimal128 types for new builtin functions.
11403 (builtin_function_type): Set the unsigned flags appropriately for
11404 the new builtin functions.
11405 (rs6000_opt_masks): Add support for decimal floating point builtin
11408 * config/rs6000/rs6000.h (RS6000_BTM_DFP): Add support for decimal
11409 floating point builtin functions.
11410 (RS6000_BTM_COMMON): Likewise.
11411 (RS6000_BTI_long_double): Likewise.
11412 (RS6000_BTI_dfloat64): Likewise.
11413 (RS6000_BTI_dfloat128): Likewise.
11414 (long_double_type_internal_node): Likewise.
11415 (dfloat64_type_internal_node): Likewise.
11416 (dfloat128_type_internal_node): Likewise.
11418 * config/rs6000/altivec.h (UNSPEC_BCDADD): Add support for ISA
11419 2.07 bcd arithmetic instructions.
11420 (UNSPEC_BCDSUB): Likewise.
11421 (UNSPEC_BCD_OVERFLOW): Likewise.
11422 (UNSPEC_BCD_ADD_SUB): Likewise.
11423 (bcd_add_sub): Likewise.
11424 (BCD_TEST): Likewise.
11425 (bcd<bcd_add_sub>): Likewise.
11426 (bcd<bcd_add_sub>_test): Likewise.
11427 (bcd<bcd_add_sub>_test2): Likewise.
11428 (bcd<bcd_add_sub>_<code>): Likewise.
11429 (peephole2 for combined bcd ops): Likewise.
11431 * config/rs6000/dfp.md (UNSPEC_DDEDPD): Add support for new
11432 decimal floating point builtin functions.
11433 (UNSPEC_DENBCD): Likewise.
11434 (UNSPEC_DXEX): Likewise.
11435 (UNSPEC_DIEX): Likewise.
11436 (UNSPEC_DSCLI): Likewise.
11437 (UNSPEC_DSCRI): Likewise.
11438 (D64_D128): Likewise.
11439 (dfp_suffix): Likewise.
11440 (dfp_ddedpd_<mode>): Likewise.
11441 (dfp_denbcd_<mode>): Likewise.
11442 (dfp_dxex_<mode>): Likewise.
11443 (dfp_diex_<mode>): Likewise.
11444 (dfp_dscli_<mode>): Likewise.
11445 (dfp_dscri_<mode>): Likewise.
11447 * config/rs6000/rs6000.md (UNSPEC_ADDG6S): Add support for new BCD
11449 (UNSPEC_CDTBCD): Likewise.
11450 (UNSPEC_CBCDTD): Likewise.
11451 (UNSPEC_DIVE): Add support for new extended divide builtin functions.
11452 (UNSPEC_DIVEO): Likewise.
11453 (UNSPEC_DIVEU): Likewise.
11454 (UNSPEC_DIVEUO): Likewise.
11455 (UNSPEC_UNPACK_128BIT): Add support for new builtin functions to
11456 pack/unpack 128-bit types.
11457 (UNSPEC_PACK_128BIT): Likewise.
11458 (idiv_ldiv): New mode attribute to set the 32/64-bit divide type.
11459 (udiv<mode>3): Use idiv_ldiv mode attribute.
11460 (div<mode>3): Likewise.
11461 (addg6s): Add new BCD builtin functions.
11462 (cdtbcd): Likewise.
11463 (cbcdtd): Likewise.
11464 (UNSPEC_DIV_EXTEND): Add support for new extended divide instructions.
11465 (div_extend): Likewise.
11466 (div<div_extend>_<mode>"): Likewise.
11467 (FP128_64): Add support for new builtin functions to pack/unpack
11469 (unpack<mode>): Likewise.
11470 (unpacktf_0): Likewise.
11471 (unpacktf_1): Likewise.
11472 (unpack<mode>_dm): Likewise.
11473 (unpack<mode>_nodm): Likewise.
11474 (pack<mode>): Likewise.
11475 (unpackv1ti): Likewise.
11476 (packv1ti): Likewise.
11478 2014-04-24 Vishnu K S <Vishnu.k_s@atmel.com>
11480 * gcc/config/avr/avr.c: Add comment on why -fdelete-null-pointer-checks
11483 2014-04-24 Jakub Jelinek <jakub@redhat.com>
11485 * tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.
11486 * gimplify.c (omp_is_private): Change last argument's type to int.
11487 Only diagnose lastprivate if the simd argument is 1, only diagnose
11488 linear if the simd argument is 2.
11489 (gimplify_omp_for): Adjust omp_is_private callers. When adding
11490 lastprivate or private, add the clause to OMP_FOR_CLAUSES. Pass
11491 GOVD_EXPLICIT to omp_add_variable. For simd with collapse == 1
11492 create OMP_CLAUSE_LINEAR rather than OMP_CLAUSE_PRIVATE for var.
11493 If var != decl and decl is in OMP_CLAUSE_LINEAR, gimplify decl
11494 increment to OMP_CLAUSE_LINEAR_GIMPLE_SEQ.
11495 * omp-low.c (scan_sharing_clauses, lower_lastprivate_clauses): Handle
11496 OMP_CLAUSE_LINEAR_GIMPLE_SEQ.
11497 * tree-nested.c (convert_nonlocal_omp_clauses,
11498 convert_local_omp_clauses): Handle OMP_CLAUSE_LINEAR.
11500 2014-04-24 Segher Boessenkool <segher@kernel.crashing.org>
11503 * config/m68k/m68k.md (extendplussidi): Don't allow memory for
11506 2014-04-24 Dimitris Papavasiliou <dpapavas@gmail.com>
11508 * flag-types.h (enum ivar_visibility): Add.
11510 2014-04-24 Trevor Saunders <tsaunders@mozilla.com>
11512 * config/sh/sh_treg_combine.c (sh_treg_combine::execute): Take
11513 function * argument.
11515 2014-04-24 Alan Lawrence <alan.lawrence@arm.com>
11517 * config/aarch64/aarch64.c (aarch64_evpc_tbl): Enable for bigendian.
11519 2014-04-24 Radovan Obradovic <robradovic@mips.com>
11520 Tom de Vries <tom@codesourcery.com>
11522 * reg-notes.def (REG_NOTE (CALL_DECL)): New reg-note REG_CALL_DECL.
11523 * calls.c (expand_call, emit_library_call_value_1): Add REG_CALL_DECL
11525 * combine.c (distribute_notes): Handle REG_CALL_DECL reg-note.
11526 * emit-rtl.c (try_split): Same.
11528 2014-04-24 Radovan Obradovic <robradovic@mips.com>
11529 Tom de Vries <tom@codesourcery.com>
11531 * common.opt (fuse-caller-save): New option.
11533 2014-04-24 Tejas Belagod <tejas.belagod@arm.com>
11535 * config/aarch64/aarch64.c (aarch64_evpc_tbl): Reverse order of
11536 elements for big-endian.
11538 2014-04-24 Richard Biener <rguenther@suse.de>
11540 * expr.c (expand_expr_real_1): Avoid gimple_assign_rhs_to_tree
11541 during TER and instead use the sepops interface for expanding
11542 non-GIMPLE_SINGLE_RHS.
11544 2014-04-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11546 * config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Only redefine
11547 if not HAVE_AS_IX86_DIFF_SECT_DELTA.
11549 2014-04-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11551 * configure.ac (gcc_cv_as_cfi_directive): Support Solaris/x86
11552 assembler 64-bit option.
11553 * configure: Regenerate.
11555 2014-04-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11557 * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Check
11558 TARGET_SIMD rather than TARGET_GENERAL_REGS_ONLY.
11559 (TARGET_SIMD): Take AARCH64_ISA_SIMD into account.
11560 (TARGET_FLOAT): Take AARCH64_ISA_FP into account.
11561 (TARGET_CRYPTO): Take TARGET_SIMD into account.
11563 2014-04-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11565 * config/aarch64/aarch64-builtins.c
11566 (aarch64_builtin_vectorized_function): Handle BUILT_IN_BSWAP16,
11567 BUILT_IN_BSWAP32, BUILT_IN_BSWAP64.
11568 * config/aarch64/aarch64-simd.md (bswap<mode>): New pattern.
11569 * config/aarch64/aarch64-simd-builtins.def: Define vector bswap
11571 * config/aarch64/iterator.md (VDQHSD): New mode iterator.
11572 (Vrevsuff): New mode attribute.
11574 2014-04-24 Terry Guo <terry.guo@arm.com>
11576 * config/arm/arm.h (machine_function): Define variable
11577 after_arm_reorg here.
11578 * config/arm/arm.c (after_arm_reorg): Remove the definition.
11579 (arm_split_constant): Update the way to access variable
11581 (arm_reorg): Ditto.
11582 (arm_output_function_epilogue): Remove the reset of after_arm_reorg.
11584 2014-04-23 Tom de Vries <tom@codesourcery.com>
11586 * target-hooks-macros.h: Fix DEFHOOKPOD argument order in comment.
11588 2014-04-23 David Malcolm <dmalcolm@redhat.com>
11590 * is-a.h: Update comments to reflect the following changes to the
11591 "pointerness" of the API, making the template parameter match the
11592 return type, allowing use of is-a.h with typedefs of pointers.
11593 (is_a_helper::cast): Return a T rather then a pointer to a T, so
11594 that the return type matches the parameter to the is_a_helper.
11596 (dyn_cast): Likewise.
11598 * cgraph.c (cgraph_node_for_asm): Update for removal of implicit
11599 pointer from the is-a.h API.
11601 * cgraph.h (is_a_helper <cgraph_node>::test): Convert to...
11602 (is_a_helper <cgraph_node *>::test): ...this, matching change to
11604 (is_a_helper <varpool_node>::test): Likewise, convert to...
11605 (is_a_helper <varpool_node *>::test): ...this.
11607 (varpool_first_variable): Update for removal of implicit pointer
11608 from the is-a.h API.
11609 (varpool_next_variable): Likewise.
11610 (varpool_first_static_initializer): Likewise.
11611 (varpool_next_static_initializer): Likewise.
11612 (varpool_first_defined_variable): Likewise.
11613 (varpool_next_defined_variable): Likewise.
11614 (cgraph_first_defined_function): Likewise.
11615 (cgraph_next_defined_function): Likewise.
11616 (cgraph_first_function): Likewise.
11617 (cgraph_next_function): Likewise.
11618 (cgraph_first_function_with_gimple_body): Likewise.
11619 (cgraph_next_function_with_gimple_body): Likewise.
11620 (cgraph_alias_target): Likewise.
11621 (varpool_alias_target): Likewise.
11622 (cgraph_function_or_thunk_node): Likewise.
11623 (varpool_variable_node): Likewise.
11624 (symtab_real_symbol_p): Likewise.
11625 * cgraphunit.c (referred_to_p): Likewise.
11626 (analyze_functions): Likewise.
11627 (handle_alias_pairs): Likewise.
11628 * gimple-fold.c (can_refer_decl_in_current_unit_p): Likewise.
11629 * gimple-ssa.h (gimple_vuse_op): Likewise.
11630 (gimple_vdef_op): Likewise.
11631 * gimple-streamer-in.c (input_gimple_stmt): Likewise.
11632 * gimple.c (gimple_build_asm_1): Likewise.
11633 (gimple_build_try): Likewise.
11634 (gimple_build_resx): Likewise.
11635 (gimple_build_eh_dispatch): Likewise.
11636 (gimple_build_omp_for): Likewise.
11637 (gimple_omp_for_set_clauses): Likewise.
11639 * gimple.h (is_a_helper <gimple_statement_asm>::test): Convert to...
11640 (is_a_helper <gimple_statement_asm *>::test): ...this.
11641 (is_a_helper <gimple_statement_bind>::test): Convert to...
11642 (is_a_helper <gimple_statement_bind *>::test): ...this.
11643 (is_a_helper <gimple_statement_call>::test): Convert to...
11644 (is_a_helper <gimple_statement_call *>::test): ...this.
11645 (is_a_helper <gimple_statement_catch>::test): Convert to...
11646 (is_a_helper <gimple_statement_catch *>::test): ...this.
11647 (is_a_helper <gimple_statement_resx>::test): Convert to...
11648 (is_a_helper <gimple_statement_resx *>::test): ...this.
11649 (is_a_helper <gimple_statement_eh_dispatch>::test): Convert to...
11650 (is_a_helper <gimple_statement_eh_dispatch *>::test): ...this.
11651 (is_a_helper <gimple_statement_eh_else>::test): Convert to...
11652 (is_a_helper <gimple_statement_eh_else *>::test): ...this.
11653 (is_a_helper <gimple_statement_eh_filter>::test): Convert to...
11654 (is_a_helper <gimple_statement_eh_filter *>::test): ...this.
11655 (is_a_helper <gimple_statement_eh_mnt>::test): Convert to...
11656 (is_a_helper <gimple_statement_eh_mnt *>::test): ...this.
11657 (is_a_helper <gimple_statement_omp_atomic_load>::test): Convert to...
11658 (is_a_helper <gimple_statement_omp_atomic_load *>::test): ...this.
11659 (is_a_helper <gimple_statement_omp_atomic_store>::test): Convert to...
11660 (is_a_helper <gimple_statement_omp_atomic_store *>::test): ...this.
11661 (is_a_helper <gimple_statement_omp_return>::test): Convert to...
11662 (is_a_helper <gimple_statement_omp_return *>::test): ...this.
11663 (is_a_helper <gimple_statement_omp_continue>::test): Convert to...
11664 (is_a_helper <gimple_statement_omp_continue *>::test): ...this.
11665 (is_a_helper <gimple_statement_omp_critical>::test): Convert to...
11666 (is_a_helper <gimple_statement_omp_critical *>::test): ...this.
11667 (is_a_helper <gimple_statement_omp_for>::test): Convert to...
11668 (is_a_helper <gimple_statement_omp_for *>::test): ...this.
11669 (is_a_helper <gimple_statement_omp_taskreg>::test): Convert to...
11670 (is_a_helper <gimple_statement_omp_taskreg *>::test): ...this.
11671 (is_a_helper <gimple_statement_omp_parallel>::test): Convert to...
11672 (is_a_helper <gimple_statement_omp_parallel *>::test): ...this.
11673 (is_a_helper <gimple_statement_omp_target>::test): Convert to...
11674 (is_a_helper <gimple_statement_omp_target *>::test): ...this.
11675 (is_a_helper <gimple_statement_omp_sections>::test): Convert to...
11676 (is_a_helper <gimple_statement_omp_sections *>::test): ...this.
11677 (is_a_helper <gimple_statement_omp_single>::test): Convert to...
11678 (is_a_helper <gimple_statement_omp_single *>::test): ...this.
11679 (is_a_helper <gimple_statement_omp_teams>::test): Convert to...
11680 (is_a_helper <gimple_statement_omp_teams *>::test): ...this.
11681 (is_a_helper <gimple_statement_omp_task>::test): Convert to...
11682 (is_a_helper <gimple_statement_omp_task *>::test): ...this.
11683 (is_a_helper <gimple_statement_phi>::test): Convert to...
11684 (is_a_helper <gimple_statement_phi *>::test): ...this.
11685 (is_a_helper <gimple_statement_transaction>::test): Convert to...
11686 (is_a_helper <gimple_statement_transaction *>::test): ...this.
11687 (is_a_helper <gimple_statement_try>::test): Convert to...
11688 (is_a_helper <gimple_statement_try *>::test): ...this.
11689 (is_a_helper <gimple_statement_wce>::test): Convert to...
11690 (is_a_helper <gimple_statement_wce *>::test): ...this.
11691 (is_a_helper <const gimple_statement_asm>::test): Convert to...
11692 (is_a_helper <const gimple_statement_asm *>::test): ...this.
11693 (is_a_helper <const gimple_statement_bind>::test): Convert to...
11694 (is_a_helper <const gimple_statement_bind *>::test): ...this.
11695 (is_a_helper <const gimple_statement_call>::test): Convert to...
11696 (is_a_helper <const gimple_statement_call *>::test): ...this.
11697 (is_a_helper <const gimple_statement_catch>::test): Convert to...
11698 (is_a_helper <const gimple_statement_catch *>::test): ...this.
11699 (is_a_helper <const gimple_statement_resx>::test): Convert to...
11700 (is_a_helper <const gimple_statement_resx *>::test): ...this.
11701 (is_a_helper <const gimple_statement_eh_dispatch>::test): Convert to...
11702 (is_a_helper <const gimple_statement_eh_dispatch *>::test): ...this.
11703 (is_a_helper <const gimple_statement_eh_filter>::test): Convert to...
11704 (is_a_helper <const gimple_statement_eh_filter *>::test): ...this.
11705 (is_a_helper <const gimple_statement_omp_atomic_load>::test):
11707 (is_a_helper <const gimple_statement_omp_atomic_load *>::test):
11709 (is_a_helper <const gimple_statement_omp_atomic_store>::test):
11711 (is_a_helper <const gimple_statement_omp_atomic_store *>::test):
11713 (is_a_helper <const gimple_statement_omp_return>::test): Convert to...
11714 (is_a_helper <const gimple_statement_omp_return *>::test): ...this.
11715 (is_a_helper <const gimple_statement_omp_continue>::test): Convert
11717 (is_a_helper <const gimple_statement_omp_continue *>::test): ...this.
11718 (is_a_helper <const gimple_statement_omp_critical>::test): Convert
11720 (is_a_helper <const gimple_statement_omp_critical *>::test): ...this.
11721 (is_a_helper <const gimple_statement_omp_for>::test): Convert to...
11722 (is_a_helper <const gimple_statement_omp_for *>::test): ...this.
11723 (is_a_helper <const gimple_statement_omp_taskreg>::test): Convert to...
11724 (is_a_helper <const gimple_statement_omp_taskreg *>::test): ...this.
11725 (is_a_helper <const gimple_statement_omp_parallel>::test): Convert
11727 (is_a_helper <const gimple_statement_omp_parallel *>::test): ...this.
11728 (is_a_helper <const gimple_statement_omp_target>::test): Convert to...
11729 (is_a_helper <const gimple_statement_omp_target *>::test): ...this.
11730 (is_a_helper <const gimple_statement_omp_sections>::test): Convert
11732 (is_a_helper <const gimple_statement_omp_sections *>::test): ...this.
11733 (is_a_helper <const gimple_statement_omp_single>::test): Convert to...
11734 (is_a_helper <const gimple_statement_omp_single *>::test): ...this.
11735 (is_a_helper <const gimple_statement_omp_teams>::test): Convert to...
11736 (is_a_helper <const gimple_statement_omp_teams *>::test): ...this.
11737 (is_a_helper <const gimple_statement_omp_task>::test): Convert to...
11738 (is_a_helper <const gimple_statement_omp_task *>::test): ...this.
11739 (is_a_helper <const gimple_statement_phi>::test): Convert to...
11740 (is_a_helper <const gimple_statement_phi *>::test): ...this.
11741 (is_a_helper <const gimple_statement_transaction>::test): Convert to...
11742 (is_a_helper <const gimple_statement_transaction *>::test): ...this.
11743 (is_a_helper <const gimple_statement_with_ops>::test): Convert to...
11744 (is_a_helper <const gimple_statement_with_ops *>::test): ...this.
11745 (is_a_helper <gimple_statement_with_ops>::test): Convert to...
11746 (is_a_helper <gimple_statement_with_ops *>::test): ...this.
11747 (is_a_helper <const gimple_statement_with_memory_ops>::test): Convert
11749 (is_a_helper <const gimple_statement_with_memory_ops *>::test):
11751 (is_a_helper <gimple_statement_with_memory_ops>::test): Convert to...
11752 (is_a_helper <gimple_statement_with_memory_ops *>::test): ...this.
11754 (gimple_use_ops): Update for removal of implicit pointer from the
11756 (gimple_set_use_ops): Likewise.
11757 (gimple_vuse): Likewise.
11758 (gimple_vdef): Likewise.
11759 (gimple_vuse_ptr): Likewise.
11760 (gimple_vdef_ptr): Likewise.
11761 (gimple_set_vuse): Likewise.
11762 (gimple_set_vdef): Likewise.
11763 (gimple_omp_return_set_lhs): Likewise.
11764 (gimple_omp_return_lhs): Likewise.
11765 (gimple_omp_return_lhs_ptr): Likewise.
11766 (gimple_call_fntype): Likewise.
11767 (gimple_call_set_fntype): Likewise.
11768 (gimple_call_set_internal_fn): Likewise.
11769 (gimple_call_use_set): Likewise.
11770 (gimple_call_clobber_set): Likewise.
11771 (gimple_bind_vars): Likewise.
11772 (gimple_bind_set_vars): Likewise.
11773 (gimple_bind_body_ptr): Likewise.
11774 (gimple_bind_set_body): Likewise.
11775 (gimple_bind_add_stmt): Likewise.
11776 (gimple_bind_block): Likewise.
11777 (gimple_bind_set_block): Likewise.
11778 (gimple_asm_ninputs): Likewise.
11779 (gimple_asm_noutputs): Likewise.
11780 (gimple_asm_nclobbers): Likewise.
11781 (gimple_asm_nlabels): Likewise.
11782 (gimple_asm_input_op): Likewise.
11783 (gimple_asm_input_op_ptr): Likewise.
11784 (gimple_asm_output_op): Likewise.
11785 (gimple_asm_output_op_ptr): Likewise.
11786 (gimple_asm_set_output_op): Likewise.
11787 (gimple_asm_clobber_op): Likewise.
11788 (gimple_asm_set_clobber_op): Likewise.
11789 (gimple_asm_label_op): Likewise.
11790 (gimple_asm_set_label_op): Likewise.
11791 (gimple_asm_string): Likewise.
11792 (gimple_catch_types): Likewise.
11793 (gimple_catch_types_ptr): Likewise.
11794 (gimple_catch_handler_ptr): Likewise.
11795 (gimple_catch_set_types): Likewise.
11796 (gimple_catch_set_handler): Likewise.
11797 (gimple_eh_filter_types): Likewise.
11798 (gimple_eh_filter_types_ptr): Likewise.
11799 (gimple_eh_filter_failure_ptr): Likewise.
11800 (gimple_eh_filter_set_types): Likewise.
11801 (gimple_eh_filter_set_failure): Likewise.
11802 (gimple_eh_must_not_throw_fndecl): Likewise.
11803 (gimple_eh_must_not_throw_set_fndecl): Likewise.
11804 (gimple_eh_else_n_body_ptr): Likewise.
11805 (gimple_eh_else_e_body_ptr): Likewise.
11806 (gimple_eh_else_set_n_body): Likewise.
11807 (gimple_eh_else_set_e_body): Likewise.
11808 (gimple_try_eval_ptr): Likewise.
11809 (gimple_try_cleanup_ptr): Likewise.
11810 (gimple_try_set_eval): Likewise.
11811 (gimple_try_set_cleanup): Likewise.
11812 (gimple_wce_cleanup_ptr): Likewise.
11813 (gimple_wce_set_cleanup): Likewise.
11814 (gimple_phi_capacity): Likewise.
11815 (gimple_phi_num_args): Likewise.
11816 (gimple_phi_result): Likewise.
11817 (gimple_phi_result_ptr): Likewise.
11818 (gimple_phi_set_result): Likewise.
11819 (gimple_phi_arg): Likewise.
11820 (gimple_phi_set_arg): Likewise.
11821 (gimple_resx_region): Likewise.
11822 (gimple_resx_set_region): Likewise.
11823 (gimple_eh_dispatch_region): Likewise.
11824 (gimple_eh_dispatch_set_region): Likewise.
11825 (gimple_omp_critical_name): Likewise.
11826 (gimple_omp_critical_name_ptr): Likewise.
11827 (gimple_omp_critical_set_name): Likewise.
11828 (gimple_omp_for_clauses): Likewise.
11829 (gimple_omp_for_clauses_ptr): Likewise.
11830 (gimple_omp_for_set_clauses): Likewise.
11831 (gimple_omp_for_collapse): Likewise.
11832 (gimple_omp_for_index): Likewise.
11833 (gimple_omp_for_index_ptr): Likewise.
11834 (gimple_omp_for_set_index): Likewise.
11835 (gimple_omp_for_initial): Likewise.
11836 (gimple_omp_for_initial_ptr): Likewise.
11837 (gimple_omp_for_set_initial): Likewise.
11838 (gimple_omp_for_final): Likewise.
11839 (gimple_omp_for_final_ptr): Likewise.
11840 (gimple_omp_for_set_final): Likewise.
11841 (gimple_omp_for_incr): Likewise.
11842 (gimple_omp_for_incr_ptr): Likewise.
11843 (gimple_omp_for_set_incr): Likewise.
11844 (gimple_omp_for_pre_body_ptr): Likewise.
11845 (gimple_omp_for_set_pre_body): Likewise.
11846 (gimple_omp_parallel_clauses): Likewise.
11847 (gimple_omp_parallel_clauses_ptr): Likewise.
11848 (gimple_omp_parallel_set_clauses): Likewise.
11849 (gimple_omp_parallel_child_fn): Likewise.
11850 (gimple_omp_parallel_child_fn_ptr): Likewise.
11851 (gimple_omp_parallel_set_child_fn): Likewise.
11852 (gimple_omp_parallel_data_arg): Likewise.
11853 (gimple_omp_parallel_data_arg_ptr): Likewise.
11854 (gimple_omp_parallel_set_data_arg): Likewise.
11855 (gimple_omp_task_clauses): Likewise.
11856 (gimple_omp_task_clauses_ptr): Likewise.
11857 (gimple_omp_task_set_clauses): Likewise.
11858 (gimple_omp_task_child_fn): Likewise.
11859 (gimple_omp_task_child_fn_ptr): Likewise.
11860 (gimple_omp_task_set_child_fn): Likewise.
11861 (gimple_omp_task_data_arg): Likewise.
11862 (gimple_omp_task_data_arg_ptr): Likewise.
11863 (gimple_omp_task_set_data_arg): Likewise.
11864 (gimple_omp_taskreg_clauses): Likewise.
11865 (gimple_omp_taskreg_clauses_ptr): Likewise.
11866 (gimple_omp_taskreg_set_clauses): Likewise.
11867 (gimple_omp_taskreg_child_fn): Likewise.
11868 (gimple_omp_taskreg_child_fn_ptr): Likewise.
11869 (gimple_omp_taskreg_set_child_fn): Likewise.
11870 (gimple_omp_taskreg_data_arg): Likewise.
11871 (gimple_omp_taskreg_data_arg_ptr): Likewise.
11872 (gimple_omp_taskreg_set_data_arg): Likewise.
11873 (gimple_omp_task_copy_fn): Likewise.
11874 (gimple_omp_task_copy_fn_ptr): Likewise.
11875 (gimple_omp_task_set_copy_fn): Likewise.
11876 (gimple_omp_task_arg_size): Likewise.
11877 (gimple_omp_task_arg_size_ptr): Likewise.
11878 (gimple_omp_task_set_arg_size): Likewise.
11879 (gimple_omp_task_arg_align): Likewise.
11880 (gimple_omp_task_arg_align_ptr): Likewise.
11881 (gimple_omp_task_set_arg_align): Likewise.
11882 (gimple_omp_single_clauses): Likewise.
11883 (gimple_omp_single_clauses_ptr): Likewise.
11884 (gimple_omp_single_set_clauses): Likewise.
11885 (gimple_omp_target_clauses): Likewise.
11886 (gimple_omp_target_clauses_ptr): Likewise.
11887 (gimple_omp_target_set_clauses): Likewise.
11888 (gimple_omp_target_child_fn): Likewise.
11889 (gimple_omp_target_child_fn_ptr): Likewise.
11890 (gimple_omp_target_set_child_fn): Likewise.
11891 (gimple_omp_target_data_arg): Likewise.
11892 (gimple_omp_target_data_arg_ptr): Likewise.
11893 (gimple_omp_target_set_data_arg): Likewise.
11894 (gimple_omp_teams_clauses): Likewise.
11895 (gimple_omp_teams_clauses_ptr): Likewise.
11896 (gimple_omp_teams_set_clauses): Likewise.
11897 (gimple_omp_sections_clauses): Likewise.
11898 (gimple_omp_sections_clauses_ptr): Likewise.
11899 (gimple_omp_sections_set_clauses): Likewise.
11900 (gimple_omp_sections_control): Likewise.
11901 (gimple_omp_sections_control_ptr): Likewise.
11902 (gimple_omp_sections_set_control): Likewise.
11903 (gimple_omp_for_set_cond): Likewise.
11904 (gimple_omp_for_cond): Likewise.
11905 (gimple_omp_atomic_store_set_val): Likewise.
11906 (gimple_omp_atomic_store_val): Likewise.
11907 (gimple_omp_atomic_store_val_ptr): Likewise.
11908 (gimple_omp_atomic_load_set_lhs): Likewise.
11909 (gimple_omp_atomic_load_lhs): Likewise.
11910 (gimple_omp_atomic_load_lhs_ptr): Likewise.
11911 (gimple_omp_atomic_load_set_rhs): Likewise.
11912 (gimple_omp_atomic_load_rhs): Likewise.
11913 (gimple_omp_atomic_load_rhs_ptr): Likewise.
11914 (gimple_omp_continue_control_def): Likewise.
11915 (gimple_omp_continue_control_def_ptr): Likewise.
11916 (gimple_omp_continue_set_control_def): Likewise.
11917 (gimple_omp_continue_control_use): Likewise.
11918 (gimple_omp_continue_control_use_ptr): Likewise.
11919 (gimple_omp_continue_set_control_use): Likewise.
11920 (gimple_transaction_body_ptr): Likewise.
11921 (gimple_transaction_label): Likewise.
11922 (gimple_transaction_label_ptr): Likewise.
11923 (gimple_transaction_set_body): Likewise.
11924 (gimple_transaction_set_label): Likewise.
11926 * ipa-devirt.c (build_type_inheritance_graph): Likewise.
11927 * ipa-inline-analysis.c (inline_write_summary): Likewise.
11928 * ipa-ref.c (ipa_record_reference): Likewise.
11929 * ipa-reference.c (analyze_function): Likewise.
11930 (ipa_reference_write_optimization_summary): Likewise.
11931 * ipa.c (symtab_remove_unreachable_nodes): Likewise.
11932 (address_taken_from_non_vtable_p): Likewise.
11933 (comdat_can_be_unshared_p_1): Likewise.
11934 * lto-cgraph.c (lto_output_ref): Likewise.
11935 (add_references): Likewise.
11936 (compute_ltrans_boundary): Likewise.
11937 (output_symtab): Likewise.
11938 (input_ref): Likewise.
11939 (input_cgraph_1): Likewise.
11940 (output_cgraph_opt_summary): Likewise.
11941 * lto-streamer-out.c (lto_output): Likewise.
11942 (output_symbol_p): Likewise.
11943 * lto-streamer.h (lsei_next_function_in_partition): Likewise.
11944 (lsei_start_function_in_partition): Likewise.
11945 (lsei_next_variable_in_partition): Likewise.
11946 (lsei_start_variable_in_partition): Likewise.
11947 * symtab.c (insert_to_assembler_name_hash): Likewise.
11948 (unlink_from_assembler_name_hash): Likewise.
11949 (symtab_unregister_node): Likewise.
11950 (symtab_remove_node): Likewise.
11951 (dump_symtab_node): Likewise.
11952 (verify_symtab_base): Likewise.
11953 (verify_symtab_node): Likewise.
11954 (symtab_make_decl_local): Likewise.
11955 (symtab_alias_ultimate_target): Likewise.
11956 (symtab_resolve_alias): Likewise.
11957 (symtab_get_symbol_partitioning_class): Likewise.
11958 * tree-phinodes.c (allocate_phi_node): Likewise.
11959 (reserve_phi_args_for_new_edge): Likewise.
11960 (remove_phi_args): Likewise.
11961 * varpool.c (varpool_node_for_asm): Likewise.
11962 (varpool_remove_unreferenced_decls): Likewise.
11964 2014-04-23 Jeff Law <law@redhat.com>
11966 PR tree-optimization/60902
11967 * tree-ssa-threadedge.c
11968 (record_temporary_equivalences_from_stmts_at_dest): Make sure to
11969 invalidate outputs from statements that do not produce useful
11970 outputs for threading.
11972 2014-04-23 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
11974 * config/aarch64/aarch64.md (stack_protect_set, stack_protect_test)
11975 (stack_protect_set_<mode>, stack_protect_test_<mode>): Add
11976 machine descriptions for Stack Smashing Protector.
11978 2014-04-23 Richard Earnshaw <rearnsha@arm.com>
11980 * aarch64.md (<optab>_rol<mode>3): New pattern.
11981 (<optab>_rolsi3_uxtw): Likewise.
11982 * aarch64.c (aarch64_strip_shift): Handle ROTATE and ROTATERT.
11984 2014-04-23 James Greenhalgh <james.greenhalgh@arm.com>
11986 * config/arm/arm.c (arm_cortex_a57_tune): Initialize all fields.
11987 (arm_cortex_a12_tune): Likewise.
11989 2014-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11991 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle BSWAP.
11993 2014-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11995 * config/arm/arm.md (arm_rev16si2): New pattern.
11996 (arm_rev16si2_alt): Likewise.
11997 * config/arm/arm.c (arm_new_rtx_costs): Handle rev16 case.
11999 2014-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12001 * config/aarch64/aarch64.md (rev16<mode>2): New pattern.
12002 (rev16<mode>2_alt): Likewise.
12003 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle rev16 case.
12004 * config/arm/aarch-common.c (aarch_rev16_shright_mask_imm_p): New.
12005 (aarch_rev16_shleft_mask_imm_p): Likewise.
12006 (aarch_rev16_p_1): Likewise.
12007 (aarch_rev16_p): Likewise.
12008 * config/arm/aarch-common-protos.h (aarch_rev16_p): Declare extern.
12009 (aarch_rev16_shright_mask_imm_p): Likewise.
12010 (aarch_rev16_shleft_mask_imm_p): Likewise.
12012 2014-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12014 * config/arm/aarch-common-protos.h (alu_cost_table): Add rev field.
12015 * config/arm/aarch-cost-tables.h (generic_extra_costs): Specify
12017 (cortex_a53_extra_costs): Likewise.
12018 (cortex_a57_extra_costs): Likewise.
12019 * config/arm/arm.c (cortexa9_extra_costs): Likewise.
12020 (cortexa7_extra_costs): Likewise.
12021 (cortexa8_extra_costs): Likewise.
12022 (cortexa12_extra_costs): Likewise.
12023 (cortexa15_extra_costs): Likewise.
12024 (v7m_extra_costs): Likewise.
12025 (arm_new_rtx_costs): Handle BSWAP.
12027 2013-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12029 * config/arm/arm.c (cortexa8_extra_costs): New table.
12030 (arm_cortex_a8_tune): New tuning struct.
12031 * config/arm/arm-cores.def (cortex-a8): Use cortex_a8 tuning struct.
12033 2014-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12035 * config/arm/arm.c (arm_new_rtx_costs): Handle FMA.
12037 2014-04-23 Richard Biener <rguenther@suse.de>
12039 * Makefile.in (OBJS): Remove loop-unswitch.o.
12040 * tree-pass.h (make_pass_rtl_unswitch): Remove.
12041 * passes.def (pass_rtl_unswitch): Likewise.
12042 * loop-init.c (gate_rtl_unswitch): Likewise.
12043 (rtl_unswitch): Likewise.
12044 (pass_data_rtl_unswitch): Likewise.
12045 (pass_rtl_unswitch): Likewise.
12046 (make_pass_rtl_unswitch): Likewise.
12047 * rtl.h (reversed_condition): Likewise.
12048 (compare_and_jump_seq): Likewise.
12049 * loop-iv.c (reversed_condition): Move here from loop-unswitch.c
12051 * loop-unroll.c (compare_and_jump_seq): Likewise.
12053 2014-04-23 Richard Biener <rguenther@suse.de>
12055 PR tree-optimization/60903
12056 * tree-ssa-loop-im.c (analyze_memory_references): Remove
12057 commented code block.
12058 (execute_sm_if_changed): Properly apply IRREDUCIBLE_LOOP
12059 loop flags to newly created BBs and edges.
12061 2014-04-23 Nick Clifton <nickc@redhat.com>
12063 * config/msp430/msp430.c (msp430_handle_option): Move function
12065 (msp430_option_override): Simplify mcu and mcpu option handling.
12066 (msp430_is_f5_mcu): Rename to msp430_use_f5_series_hwmult. Add
12067 support for -mhwmult command line option.
12068 (has_32bit_hwmult): Rename to use_32bit_hwmult. Add support for
12069 -mhwmult command line option.
12070 (msp430_hwmult_enabled): Delete.
12071 (msp43o_output_labelref): Add support for -mhwmult command line option.
12072 * config/msp430/msp430.md (mulhisi3, umulhisi3, mulsidi3)
12073 (umulsidi3): Likewise.
12074 * config/msp430/msp430.opt (mmcu): Add Report attribute.
12075 (mcpu, mlarge, msmall): Likewise.
12076 (mhwmult): New option.
12077 * config/msp430/msp430-protos.h (msp430_hwmult_enabled): Remove
12079 (msp430_is_f5_mcu): Remove prototype.
12080 (msp430_use_f5_series_hwmult): Add prototype.
12081 * config/msp430/msp430-opts.h: New file.
12082 * common/config/msp430: New directory.
12083 * common/config/msp430/msp430-common.c: New file.
12084 * config.gcc (msp430): Remove target_has_targetm_common.
12085 * doc/invoke.texi: Document -mhwmult command line option.
12087 2014-04-23 Nick Clifton <nickc@redhat.com>
12089 * config/i386/cygwin.h (ENDFILE_SPEC): Include
12090 default-manifest.o if it can be found in the search path.
12091 * config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
12093 2014-04-23 Terry Guo <terry.guo@arm.com>
12095 * config/arm/arm.h (ASM_APP_OFF): Re-define it in a cleaner way.
12097 2014-04-23 Richard Biener <rguenther@suse.de>
12099 PR middle-end/60895
12100 * tree-inline.c (declare_return_variable): Use mark_addressable.
12102 2014-04-23 Richard Biener <rguenther@suse.de>
12104 PR middle-end/60891
12105 * loop-init.c (loop_optimizer_init): Make sure to apply
12106 LOOPS_MAY_HAVE_MULTIPLE_LATCHES before fixing up loops.
12108 2014-04-22 Jakub Jelinek <jakub@redhat.com>
12111 * common.opt (fsanitize-recover, fsanitize-undefined-trap-on-error):
12113 * gcc.c (sanitize_spec_function): Don't return "" for "undefined"
12114 if flag_sanitize_undefined_trap_on_error.
12115 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_DIVREM_OVERFLOW_ABORT,
12116 BUILT_IN_UBSAN_HANDLE_SHIFT_OUT_OF_BOUNDS_ABORT,
12117 BUILT_IN_UBSAN_HANDLE_VLA_BOUND_NOT_POSITIVE_ABORT,
12118 BUILT_IN_UBSAN_HANDLE_TYPE_MISMATCH_ABORT,
12119 BUILT_IN_UBSAN_HANDLE_ADD_OVERFLOW_ABORT,
12120 BUILT_IN_UBSAN_HANDLE_SUB_OVERFLOW_ABORT,
12121 BUILT_IN_UBSAN_HANDLE_MUL_OVERFLOW_ABORT,
12122 BUILT_IN_UBSAN_HANDLE_NEGATE_OVERFLOW_ABORT,
12123 BUILT_IN_UBSAN_HANDLE_LOAD_INVALID_VALUE_ABORT): New builtins.
12124 * ubsan.c (ubsan_instrument_unreachable): Return
12125 __builtin_trap () if flag_sanitize_undefined_trap_on_error.
12126 (ubsan_expand_null_ifn): Emit __builtin_trap ()
12127 if flag_sanitize_undefined_trap_on_error and
12128 __ubsan_handle_type_mismatch_abort if !flag_sanitize_recover.
12129 (ubsan_expand_null_ifn, ubsan_build_overflow_builtin,
12130 instrument_bool_enum_load): Emit __builtin_trap () if
12131 flag_sanitize_undefined_trap_on_error and
12132 __builtin_handle_*_abort () if !flag_sanitize_recover.
12133 * doc/invoke.texi (-fsanitize-recover,
12134 -fsanitize-undefined-trap-on-error): Document.
12136 2014-04-22 Christian Bruel <christian.bruel@st.com>
12138 * config/sh/sh.md (mov<mode>): Replace movQIHI.
12139 Force immediates to SImode.
12141 2014-04-22 Sandra Loosemore <sandra@codesourcery.com>
12143 * config/nios2/nios2.md (UNSPEC_ROUND): New.
12144 (lroundsfsi2): New.
12145 * config/nios2/nios2.opt (mno-custom-round, mcustom-round=): New.
12146 * config/nios2/nios2-opts.h (N2FPU_ALL_CODES): Add round.
12147 * config/nios2/nios2.c (N2F_NO_ERRNO): Define.
12148 (nios2_fpu_insn): Add entry for round.
12149 (N2FPU_NO_ERRNO_P): Define.
12150 (nios2_custom_check_insns): Add check for N2F_NO_ERRNO and
12152 * doc/invoke.texi (Nios II Options): Document -mcustom-round.
12154 2014-04-22 Richard Henderson <rth@redhat.com>
12156 * config/aarch64/aarch64 (addti3, subti3): New expanders.
12157 (add<GPI>3_compare0): Remove leading * from name.
12158 (add<GPI>3_carryin): Likewise.
12159 (sub<GPI>3_compare0): Likewise.
12160 (sub<GPI>3_carryin): Likewise.
12161 (<su_optab>mulditi3): New expander.
12162 (multi3): New expander.
12163 (madd<GPI>): Remove leading * from name.
12165 2014-04-22 Martin Jambor <mjambor@suse.cz>
12167 * cgraphclones.c (cgraph_function_versioning): Copy
12168 ipa_transforms_to_apply instead of asserting it is empty.
12170 2014-04-22 H.J. Lu <hongjiu.lu@intel.com>
12173 * config/i386/i386.c (ix86_expand_set_or_movmem): Call counter_mode
12174 on count_exp to get mode.
12176 2014-04-22 Andrew Pinski <apinski@cavium.com>
12178 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
12179 Handle TLS for ILP32.
12180 * config/aarch64/aarch64.md (tlsie_small): Rename to ...
12181 (tlsie_small_<mode>): this and handle PTR.
12182 (tlsie_small_sidi): New pattern.
12183 (tlsle_small): Change to an expand to handle ILP32.
12184 (tlsle_small_<mode>): New pattern.
12185 (tlsdesc_small): Rename to ...
12186 (tlsdesc_small_<mode>): this and handle PTR.
12188 2014-04-22 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
12190 * config/aarch64/aarch64.c (TARGET_FLAGS_REGNUM): Define.
12192 2014-04-22 Alex Velenko <Alex.Velenko@arm.com>
12194 * config/aarch64/aarch64-builtins.c (TYPES_REINTERP): Removed.
12195 (aarch64_types_signed_unsigned_qualifiers): Qualifier added.
12196 (aarch64_types_signed_poly_qualifiers): Likewise.
12197 (aarch64_types_unsigned_signed_qualifiers): Likewise.
12198 (aarch64_types_poly_signed_qualifiers): Likewise.
12199 (TYPES_REINTERP_SS): Type macro added.
12200 (TYPES_REINTERP_SU): Likewise.
12201 (TYPES_REINTERP_SP): Likewise.
12202 (TYPES_REINTERP_US): Likewise.
12203 (TYPES_REINTERP_PS): Likewise.
12204 (aarch64_fold_builtin): New expression folding added.
12205 * config/aarch64/aarch64-simd-builtins.def (REINTERP):
12206 Declarations removed.
12207 (REINTERP_SS): Declarations added.
12208 (REINTERP_US): Likewise.
12209 (REINTERP_PS): Likewise.
12210 (REINTERP_SU): Likewise.
12211 (REINTERP_SP): Likewise.
12212 * config/aarch64/arm_neon.h (vreinterpret_p8_f64): Implemented.
12213 (vreinterpretq_p8_f64): Likewise.
12214 (vreinterpret_p16_f64): Likewise.
12215 (vreinterpretq_p16_f64): Likewise.
12216 (vreinterpret_f32_f64): Likewise.
12217 (vreinterpretq_f32_f64): Likewise.
12218 (vreinterpret_f64_f32): Likewise.
12219 (vreinterpret_f64_p8): Likewise.
12220 (vreinterpret_f64_p16): Likewise.
12221 (vreinterpret_f64_s8): Likewise.
12222 (vreinterpret_f64_s16): Likewise.
12223 (vreinterpret_f64_s32): Likewise.
12224 (vreinterpret_f64_s64): Likewise.
12225 (vreinterpret_f64_u8): Likewise.
12226 (vreinterpret_f64_u16): Likewise.
12227 (vreinterpret_f64_u32): Likewise.
12228 (vreinterpret_f64_u64): Likewise.
12229 (vreinterpretq_f64_f32): Likewise.
12230 (vreinterpretq_f64_p8): Likewise.
12231 (vreinterpretq_f64_p16): Likewise.
12232 (vreinterpretq_f64_s8): Likewise.
12233 (vreinterpretq_f64_s16): Likewise.
12234 (vreinterpretq_f64_s32): Likewise.
12235 (vreinterpretq_f64_s64): Likewise.
12236 (vreinterpretq_f64_u8): Likewise.
12237 (vreinterpretq_f64_u16): Likewise.
12238 (vreinterpretq_f64_u32): Likewise.
12239 (vreinterpretq_f64_u64): Likewise.
12240 (vreinterpret_s64_f64): Likewise.
12241 (vreinterpretq_s64_f64): Likewise.
12242 (vreinterpret_u64_f64): Likewise.
12243 (vreinterpretq_u64_f64): Likewise.
12244 (vreinterpret_s8_f64): Likewise.
12245 (vreinterpretq_s8_f64): Likewise.
12246 (vreinterpret_s16_f64): Likewise.
12247 (vreinterpretq_s16_f64): Likewise.
12248 (vreinterpret_s32_f64): Likewise.
12249 (vreinterpretq_s32_f64): Likewise.
12250 (vreinterpret_u8_f64): Likewise.
12251 (vreinterpretq_u8_f64): Likewise.
12252 (vreinterpret_u16_f64): Likewise.
12253 (vreinterpretq_u16_f64): Likewise.
12254 (vreinterpret_u32_f64): Likewise.
12255 (vreinterpretq_u32_f64): Likewise.
12257 2014-04-22 Alex Velenko <Alex.Velenko@arm.com>
12259 * config/aarch64/aarch64/aarch64-builtins.c (TYPES_REINTERP): Removed.
12260 * config/aarch64/aarch64/aarch64-simd-builtins.def (REINTERP): Removed.
12261 (vreinterpret_p8_s8): Likewise.
12262 * config/aarch64/aarch64/arm_neon.h (vreinterpret_p8_s8): Uses cast.
12263 (vreinterpret_p8_s16): Likewise.
12264 (vreinterpret_p8_s32): Likewise.
12265 (vreinterpret_p8_s64): Likewise.
12266 (vreinterpret_p8_f32): Likewise.
12267 (vreinterpret_p8_u8): Likewise.
12268 (vreinterpret_p8_u16): Likewise.
12269 (vreinterpret_p8_u32): Likewise.
12270 (vreinterpret_p8_u64): Likewise.
12271 (vreinterpret_p8_p16): Likewise.
12272 (vreinterpretq_p8_s8): Likewise.
12273 (vreinterpretq_p8_s16): Likewise.
12274 (vreinterpretq_p8_s32): Likewise.
12275 (vreinterpretq_p8_s64): Likewise.
12276 (vreinterpretq_p8_f32): Likewise.
12277 (vreinterpretq_p8_u8): Likewise.
12278 (vreinterpretq_p8_u16): Likewise.
12279 (vreinterpretq_p8_u32): Likewise.
12280 (vreinterpretq_p8_u64): Likewise.
12281 (vreinterpretq_p8_p16): Likewise.
12282 (vreinterpret_p16_s8): Likewise.
12283 (vreinterpret_p16_s16): Likewise.
12284 (vreinterpret_p16_s32): Likewise.
12285 (vreinterpret_p16_s64): Likewise.
12286 (vreinterpret_p16_f32): Likewise.
12287 (vreinterpret_p16_u8): Likewise.
12288 (vreinterpret_p16_u16): Likewise.
12289 (vreinterpret_p16_u32): Likewise.
12290 (vreinterpret_p16_u64): Likewise.
12291 (vreinterpret_p16_p8): Likewise.
12292 (vreinterpretq_p16_s8): Likewise.
12293 (vreinterpretq_p16_s16): Likewise.
12294 (vreinterpretq_p16_s32): Likewise.
12295 (vreinterpretq_p16_s64): Likewise.
12296 (vreinterpretq_p16_f32): Likewise.
12297 (vreinterpretq_p16_u8): Likewise.
12298 (vreinterpretq_p16_u16): Likewise.
12299 (vreinterpretq_p16_u32): Likewise.
12300 (vreinterpretq_p16_u64): Likewise.
12301 (vreinterpretq_p16_p8): Likewise.
12302 (vreinterpret_f32_s8): Likewise.
12303 (vreinterpret_f32_s16): Likewise.
12304 (vreinterpret_f32_s32): Likewise.
12305 (vreinterpret_f32_s64): Likewise.
12306 (vreinterpret_f32_u8): Likewise.
12307 (vreinterpret_f32_u16): Likewise.
12308 (vreinterpret_f32_u32): Likewise.
12309 (vreinterpret_f32_u64): Likewise.
12310 (vreinterpret_f32_p8): Likewise.
12311 (vreinterpret_f32_p16): Likewise.
12312 (vreinterpretq_f32_s8): Likewise.
12313 (vreinterpretq_f32_s16): Likewise.
12314 (vreinterpretq_f32_s32): Likewise.
12315 (vreinterpretq_f32_s64): Likewise.
12316 (vreinterpretq_f32_u8): Likewise.
12317 (vreinterpretq_f32_u16): Likewise.
12318 (vreinterpretq_f32_u32): Likewise.
12319 (vreinterpretq_f32_u64): Likewise.
12320 (vreinterpretq_f32_p8): Likewise.
12321 (vreinterpretq_f32_p16): Likewise.
12322 (vreinterpret_s64_s8): Likewise.
12323 (vreinterpret_s64_s16): Likewise.
12324 (vreinterpret_s64_s32): Likewise.
12325 (vreinterpret_s64_f32): Likewise.
12326 (vreinterpret_s64_u8): Likewise.
12327 (vreinterpret_s64_u16): Likewise.
12328 (vreinterpret_s64_u32): Likewise.
12329 (vreinterpret_s64_u64): Likewise.
12330 (vreinterpret_s64_p8): Likewise.
12331 (vreinterpret_s64_p16): Likewise.
12332 (vreinterpretq_s64_s8): Likewise.
12333 (vreinterpretq_s64_s16): Likewise.
12334 (vreinterpretq_s64_s32): Likewise.
12335 (vreinterpretq_s64_f32): Likewise.
12336 (vreinterpretq_s64_u8): Likewise.
12337 (vreinterpretq_s64_u16): Likewise.
12338 (vreinterpretq_s64_u32): Likewise.
12339 (vreinterpretq_s64_u64): Likewise.
12340 (vreinterpretq_s64_p8): Likewise.
12341 (vreinterpretq_s64_p16): Likewise.
12342 (vreinterpret_u64_s8): Likewise.
12343 (vreinterpret_u64_s16): Likewise.
12344 (vreinterpret_u64_s32): Likewise.
12345 (vreinterpret_u64_s64): Likewise.
12346 (vreinterpret_u64_f32): Likewise.
12347 (vreinterpret_u64_u8): Likewise.
12348 (vreinterpret_u64_u16): Likewise.
12349 (vreinterpret_u64_u32): Likewise.
12350 (vreinterpret_u64_p8): Likewise.
12351 (vreinterpret_u64_p16): Likewise.
12352 (vreinterpretq_u64_s8): Likewise.
12353 (vreinterpretq_u64_s16): Likewise.
12354 (vreinterpretq_u64_s32): Likewise.
12355 (vreinterpretq_u64_s64): Likewise.
12356 (vreinterpretq_u64_f32): Likewise.
12357 (vreinterpretq_u64_u8): Likewise.
12358 (vreinterpretq_u64_u16): Likewise.
12359 (vreinterpretq_u64_u32): Likewise.
12360 (vreinterpretq_u64_p8): Likewise.
12361 (vreinterpretq_u64_p16): Likewise.
12362 (vreinterpret_s8_s16): Likewise.
12363 (vreinterpret_s8_s32): Likewise.
12364 (vreinterpret_s8_s64): Likewise.
12365 (vreinterpret_s8_f32): Likewise.
12366 (vreinterpret_s8_u8): Likewise.
12367 (vreinterpret_s8_u16): Likewise.
12368 (vreinterpret_s8_u32): Likewise.
12369 (vreinterpret_s8_u64): Likewise.
12370 (vreinterpret_s8_p8): Likewise.
12371 (vreinterpret_s8_p16): Likewise.
12372 (vreinterpretq_s8_s16): Likewise.
12373 (vreinterpretq_s8_s32): Likewise.
12374 (vreinterpretq_s8_s64): Likewise.
12375 (vreinterpretq_s8_f32): Likewise.
12376 (vreinterpretq_s8_u8): Likewise.
12377 (vreinterpretq_s8_u16): Likewise.
12378 (vreinterpretq_s8_u32): Likewise.
12379 (vreinterpretq_s8_u64): Likewise.
12380 (vreinterpretq_s8_p8): Likewise.
12381 (vreinterpretq_s8_p16): Likewise.
12382 (vreinterpret_s16_s8): Likewise.
12383 (vreinterpret_s16_s32): Likewise.
12384 (vreinterpret_s16_s64): Likewise.
12385 (vreinterpret_s16_f32): Likewise.
12386 (vreinterpret_s16_u8): Likewise.
12387 (vreinterpret_s16_u16): Likewise.
12388 (vreinterpret_s16_u32): Likewise.
12389 (vreinterpret_s16_u64): Likewise.
12390 (vreinterpret_s16_p8): Likewise.
12391 (vreinterpret_s16_p16): Likewise.
12392 (vreinterpretq_s16_s8): Likewise.
12393 (vreinterpretq_s16_s32): Likewise.
12394 (vreinterpretq_s16_s64): Likewise.
12395 (vreinterpretq_s16_f32): Likewise.
12396 (vreinterpretq_s16_u8): Likewise.
12397 (vreinterpretq_s16_u16): Likewise.
12398 (vreinterpretq_s16_u32): Likewise.
12399 (vreinterpretq_s16_u64): Likewise.
12400 (vreinterpretq_s16_p8): Likewise.
12401 (vreinterpretq_s16_p16): Likewise.
12402 (vreinterpret_s32_s8): Likewise.
12403 (vreinterpret_s32_s16): Likewise.
12404 (vreinterpret_s32_s64): Likewise.
12405 (vreinterpret_s32_f32): Likewise.
12406 (vreinterpret_s32_u8): Likewise.
12407 (vreinterpret_s32_u16): Likewise.
12408 (vreinterpret_s32_u32): Likewise.
12409 (vreinterpret_s32_u64): Likewise.
12410 (vreinterpret_s32_p8): Likewise.
12411 (vreinterpret_s32_p16): Likewise.
12412 (vreinterpretq_s32_s8): Likewise.
12413 (vreinterpretq_s32_s16): Likewise.
12414 (vreinterpretq_s32_s64): Likewise.
12415 (vreinterpretq_s32_f32): Likewise.
12416 (vreinterpretq_s32_u8): Likewise.
12417 (vreinterpretq_s32_u16): Likewise.
12418 (vreinterpretq_s32_u32): Likewise.
12419 (vreinterpretq_s32_u64): Likewise.
12420 (vreinterpretq_s32_p8): Likewise.
12421 (vreinterpretq_s32_p16): Likewise.
12422 (vreinterpret_u8_s8): Likewise.
12423 (vreinterpret_u8_s16): Likewise.
12424 (vreinterpret_u8_s32): Likewise.
12425 (vreinterpret_u8_s64): Likewise.
12426 (vreinterpret_u8_f32): Likewise.
12427 (vreinterpret_u8_u16): Likewise.
12428 (vreinterpret_u8_u32): Likewise.
12429 (vreinterpret_u8_u64): Likewise.
12430 (vreinterpret_u8_p8): Likewise.
12431 (vreinterpret_u8_p16): Likewise.
12432 (vreinterpretq_u8_s8): Likewise.
12433 (vreinterpretq_u8_s16): Likewise.
12434 (vreinterpretq_u8_s32): Likewise.
12435 (vreinterpretq_u8_s64): Likewise.
12436 (vreinterpretq_u8_f32): Likewise.
12437 (vreinterpretq_u8_u16): Likewise.
12438 (vreinterpretq_u8_u32): Likewise.
12439 (vreinterpretq_u8_u64): Likewise.
12440 (vreinterpretq_u8_p8): Likewise.
12441 (vreinterpretq_u8_p16): Likewise.
12442 (vreinterpret_u16_s8): Likewise.
12443 (vreinterpret_u16_s16): Likewise.
12444 (vreinterpret_u16_s32): Likewise.
12445 (vreinterpret_u16_s64): Likewise.
12446 (vreinterpret_u16_f32): Likewise.
12447 (vreinterpret_u16_u8): Likewise.
12448 (vreinterpret_u16_u32): Likewise.
12449 (vreinterpret_u16_u64): Likewise.
12450 (vreinterpret_u16_p8): Likewise.
12451 (vreinterpret_u16_p16): Likewise.
12452 (vreinterpretq_u16_s8): Likewise.
12453 (vreinterpretq_u16_s16): Likewise.
12454 (vreinterpretq_u16_s32): Likewise.
12455 (vreinterpretq_u16_s64): Likewise.
12456 (vreinterpretq_u16_f32): Likewise.
12457 (vreinterpretq_u16_u8): Likewise.
12458 (vreinterpretq_u16_u32): Likewise.
12459 (vreinterpretq_u16_u64): Likewise.
12460 (vreinterpretq_u16_p8): Likewise.
12461 (vreinterpretq_u16_p16): Likewise.
12462 (vreinterpret_u32_s8): Likewise.
12463 (vreinterpret_u32_s16): Likewise.
12464 (vreinterpret_u32_s32): Likewise.
12465 (vreinterpret_u32_s64): Likewise.
12466 (vreinterpret_u32_f32): Likewise.
12467 (vreinterpret_u32_u8): Likewise.
12468 (vreinterpret_u32_u16): Likewise.
12469 (vreinterpret_u32_u64): Likewise.
12470 (vreinterpret_u32_p8): Likewise.
12471 (vreinterpret_u32_p16): Likewise.
12472 (vreinterpretq_u32_s8): Likewise.
12473 (vreinterpretq_u32_s16): Likewise.
12474 (vreinterpretq_u32_s32): Likewise.
12475 (vreinterpretq_u32_s64): Likewise.
12476 (vreinterpretq_u32_f32): Likewise.
12477 (vreinterpretq_u32_u8): Likewise.
12478 (vreinterpretq_u32_u16): Likewise.
12479 (vreinterpretq_u32_u64): Likewise.
12480 (vreinterpretq_u32_p8): Likewise.
12481 (vreinterpretq_u32_p16): Likewise.
12483 2014-04-22 Alex Velenko <Alex.Velenko@arm.com>
12485 * gcc/config/aarch64/aarch64-simd.md (aarch64_s<optab><mode>):
12487 * config/aarch64/aarch64-simd-builtins.def (sqneg): Iterator extended.
12489 * config/aarch64/arm_neon.h (vqneg_s64): New intrinsic.
12490 (vqnegd_s64): Likewise.
12491 (vqabs_s64): Likewise.
12492 (vqabsd_s64): Likewise.
12494 2014-04-22 Richard Henderson <rth@redhat.com>
12496 * config/sparc/sparc.c (sparc_init_modes): Hoist GET_MODE_SIZE
12497 computation to the top of the loop.
12499 2014-04-22 Renlin <renlin.li@arm.com>
12500 Jiong Wang <jiong.wang@arm.com>
12502 * config/aarch64/aarch64.h (aarch64_frame): Delete "fp_lr_offset".
12503 * config/aarch64/aarch64.c (aarch64_layout_frame)
12504 (aarch64_initial_elimination_offset): Likewise.
12506 2014-04-22 Marcus Shawcroft <marcus.shawcroft@arm.com>
12508 * config/aarch64/aarch64.c (aarch64_initial_elimination_offset):
12511 2014-04-22 Richard Sandiford <rdsandiford@googlemail.com>
12513 * machmode.h (bitwise_mode_for_mode): Declare.
12514 * stor-layout.h (bitwise_type_for_mode): Likewise.
12515 * stor-layout.c (bitwise_mode_for_mode): New function.
12516 (bitwise_type_for_mode): Likewise.
12517 * builtins.c (fold_builtin_memory_op): Use it instead of
12518 int_mode_for_mode and build_nonstandard_integer_type.
12520 2014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12522 * config.gcc (enable_obsolete): Remove *-*-solaris2.9*.
12523 (*-*-solaris2.[0-9] | *-*-solaris2.[0-9].*): Mark unsupported.
12524 (*-*-solaris2*): Simplify.
12525 (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Likewise.
12526 (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Remove
12527 *-*-solaris2.9* handling.
12529 * configure.ac (gcc_cv_as_hidden): Remove test for Solaris 9/x86
12531 (gcc_cv_ld_hidden): Remove *-*-solaris2.9* handling.
12532 (ld_tls_support): Remove i?86-*-solaris2.9, sparc*-*-solaris2.9
12533 handling, simplify.
12534 (gcc_cv_as_gstabs_flag): Remove workaround for Solaris 9/x86 as bug.
12535 * configure: Regenerate.
12537 * config/i386/sol2-9.h: Remove.
12539 * doc/install.texi (Specific, i?86-*-solaris2.9): Remove.
12540 (Specific, *-*-solaris2*): Mention Solaris 9 support removal.
12541 Remove Solaris 9 references.
12543 2014-04-22 Vidya Praveen <vidyapraveen@arm.com>
12545 * aarch64.md (float<GPI:mode><GPF:mode>2): Remove.
12546 (floatuns<GPI:mode><GPF:mode>2): Remove.
12547 (<optab><fcvt_target><GPF:mode>2): New pattern for equal width float
12548 and floatuns conversions.
12549 (<optab><fcvt_iesize><GPF:mode>2): New pattern for inequal width float
12550 and floatuns conversions.
12551 * iterators.md (fcvt_target, FCVT_TARGET): Support SF and DF modes.
12552 (w1,w2): New mode attributes for inequal width conversions.
12554 2014-04-22 Renlin Li <Renlin.Li@arm.com>
12556 * config/aarch64/aarch64.c (aarch64_print_operand_address): Adjust
12557 the output asm format.
12559 2014-04-22 James Greenhalgh <james.greenhalgh@arm.com>
12561 * config/aarch64/aarch64-simd.md
12562 (aarch64_cm<optab>di): Always split.
12563 (*aarch64_cm<optab>di): New.
12564 (aarch64_cmtstdi): Always split.
12565 (*aarch64_cmtstdi): New.
12567 2014-04-22 Jakub Jelinek <jakub@redhat.com>
12569 PR tree-optimization/60823
12570 * omp-low.c (ipa_simd_modify_function_body): Go through
12571 all SSA_NAMEs and for those refering to vector arguments
12572 which are going to be replaced adjust SSA_NAME_VAR and,
12573 if it is a default definition, change it into a non-default
12574 definition assigned at the beginning of function from new_decl.
12575 (ipa_simd_modify_stmt_ops): Rewritten.
12576 * tree-dfa.c (set_ssa_default_def): When removing default def,
12577 check for NULL loc instead of NULL *loc.
12579 2014-04-22 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
12581 * config/arm/arm.c (arm_hard_regno_mode_ok): Loosen
12582 restrictions on core registers for DImode values in Thumb2.
12584 2014-04-22 Ian Bolton <ian.bolton@arm.com>
12586 * config/arm/arm.md (*anddi_notdi_zesidi): New pattern.
12587 * config/arm/thumb2.md (*iordi_notdi_zesidi): New pattern.
12589 2014-04-22 Ian Bolton <ian.bolton@arm.com>
12591 * config/arm/thumb2.md (*iordi_notdi_di): New pattern.
12592 (*iordi_notzesidi_di): Likewise.
12593 (*iordi_notsesidi_di): Likewise.
12595 2014-04-22 Ian Bolton <ian.bolton@arm.com>
12597 * config/arm/arm-protos.h (tune_params): New struct members.
12598 * config/arm/arm.c: Initialise tune_params per processor.
12599 (thumb2_reorg): Suppress conversion from t32 to t16 when optimizing
12600 for speed, based on new tune_params.
12602 2014-04-22 Alex Velenko <Alex.Velenko@arm.com>
12604 * config/aarch64/aarch64-builtins.c (BUILTIN_VDQF_DF): Macro added.
12605 * config/aarch64/aarch64-simd-builtins.def (frintn): Use added macro.
12606 * config/aarch64/aarch64-simd.md (<frint_pattern>): Comment corrected.
12607 * config/aarch64/aarch64.md (<frint_pattern>): Likewise.
12608 * config/aarch64/arm_neon.h (vrnd_f64): Added.
12609 (vrnda_f64): Likewise.
12610 (vrndi_f64): Likewise.
12611 (vrndm_f64): Likewise.
12612 (vrndn_f64): Likewise.
12613 (vrndp_f64): Likewise.
12614 (vrndx_f64): Likewise.
12616 2014-04-22 Zhenqiang Chen <zhenqiang.chen@linaro.org>
12618 * config/arm/arm.c (arm_print_operand, thumb_exit): Make sure
12619 GET_MODE_SIZE argument is enum machine_mode.
12621 2014-04-22 Jakub Jelinek <jakub@redhat.com>
12624 * config/sparc/sparc.c (sparc_init_modes): Pass enum machine_mode
12625 value instead of int to GET_MODE_CLASS and GET_MODE_SIZE macros.
12627 2014-04-22 Lin Zuojian <manjian2006@gmail.com>
12629 PR middle-end/60281
12630 * asan.c (asan_emit_stack_protection): Force the base to align to
12631 appropriate bits if STRICT_ALIGNMENT. Set shadow_mem align to
12632 appropriate bits if STRICT_ALIGNMENT.
12633 * cfgexpand.c (expand_stack_vars): Set base_align appropriately
12635 (expand_used_vars): Leave a space in the stack frame for alignment
12636 if STRICT_ALIGNMENT.
12638 2014-04-21 David Malcolm <dmalcolm@redhat.com>
12640 * gimple.h (gimple_assign_single_p): Accept a const_gimple rather
12642 (gimple_store_p): Likewise.
12643 (gimple_assign_load_p): Likewise.
12644 (gimple_assign_cast_p): Likewise.
12645 (gimple_clobber_p): Likewise.
12647 * doc/gimple.texi (gimple_assign_cast_p): Accept a const_gimple
12648 rather than a gimple.
12649 (gimple_assign_cast_p): Likewise.
12651 2014-04-21 Michael Meissner <meissner@linux.vnet.ibm.com>
12654 * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64 case):
12655 If mode is DDmode and TARGET_E500_DOUBLE allow move.
12657 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Print some
12658 more debug information for E500 if -mdebug=reg.
12660 2014-04-21 Uros Bizjak <ubizjak@gmail.com>
12663 * config/i386/i386.c (ix86_expand_builtin)
12664 <case IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Use temporary
12665 register for target RTX.
12666 <case IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Ditto.
12668 2014-04-18 Cong Hou <congh@google.com>
12670 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Enhance
12671 the widen-mult pattern by handling two operands with different sizes,
12672 and operands whose size is smaller than half of the result type.
12674 2014-04-18 Jan Hubicka <hubicka@ucw.cz>
12676 * ipa-inline.h (INLINE_HINT_known_hot): New hint.
12677 * ipa-inline-analysis.c (dump_inline_hints): Dump it.
12678 (do_estimate_edge_time): Compute it.
12679 * ipa-inline.c (want_inline_small_function_p): Bypass
12680 INLINE_INSNS_AUTO/SINGLE limits for calls that are known to be hot.
12682 2014-04-18 Jan Hubicka <hubicka@ucw.cz>
12684 * ipa-inline.c (spec_rem): New static variable.
12685 (dump_overall_stats): New function.
12686 (dump_inline_stats): New function.
12688 2014-04-18 Richard Henderson <rth@redhat.com>
12690 * config/aarch64/aarch64.c (aarch64_register_move_cost): Pass a mode
12691 to GET_MODE_SIZE, not a reg_class_t.
12693 2014-04-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
12695 * config/rs6000/vsx.md (vsx_xxmrghw_<mode>): Adjust for little-endian.
12696 (vsx_xxmrglw_<mode>): Likewise.
12698 2014-04-17 Michael Meissner <meissner@linux.vnet.ibm.com>
12701 * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Make sure
12702 GET_MODE_SIZE gets passed an enum machine_mode type and not integer.
12703 (rs6000_init_hard_regno_mode_ok): Likewise.
12705 2014-04-17 Jan Hubicka <hubicka@ucw.cz>
12707 * ipa-inline.c (inline_small_functions): Account only non-cold
12709 * doc/invoke.texi (inline-unit-growth): Update documentation.
12711 2014-04-17 Pat Haugen <pthaugen@us.ibm.com>
12713 * config/rs6000/rs6000.md (addti3, subti3): New.
12715 2014-04-17 H.J. Lu <hongjiu.lu@intel.com>
12718 * config/i386/i386.c (ix86_expand_clear): Remove outdated
12719 comment. Check optimize_insn_for_size_p instead of
12720 optimize_insn_for_speed_p.
12722 2014-04-17 Martin Jambor <mjambor@suse.cz>
12724 * gimple-iterator.c (gsi_start_edge): New function.
12725 * gimple-iterator.h (gsi_start_edge): Declare.
12726 * tree-sra.c (single_non_eh_succ): New function.
12727 (disqualify_ops_if_throwing_stmt): Renamed to
12728 disqualify_if_bad_bb_terminating_stmt. Allow throwing statements
12729 having one non-EH successor BB.
12730 (sra_modify_expr): If stmt ends bb, use single non-EH successor to
12731 generate loads into replacements.
12732 (sra_modify_assign): Likewise and and also use the simple path for
12734 (sra_modify_function_body): Commit statements on edges.
12736 2014-04-17 Richard Biener <rguenther@suse.de>
12738 PR middle-end/60849
12739 * tree-ssa-propagate.c (valid_gimple_rhs_p): Allow vector
12740 comparison results and add clarifying comment.
12742 2014-04-17 Jakub Jelinek <jakub@redhat.com>
12744 * genmodes.c (struct mode_data): Add need_bytesize_adj field.
12745 (blank_mode): Initialize it.
12746 (emit_mode_size_inline, emit_mode_nunits_inline,
12747 emit_mode_inner_inline): New functions.
12748 (emit_insn_modes_h): Call them and surround their output with
12749 #if GCC_VERSION >= 4001 ... #endif.
12750 * machmode.h (GET_MODE_SIZE, GET_MODE_NUNITS, GET_MODE_INNER):
12751 For GCC_VERSION >= 4001 use mode_*_inline routines instead of
12752 mode_* arrays if the argument is __builtin_constant_p.
12753 * lower-subreg.c (dump_choices): Make sure GET_MODE_SIZE argument
12754 is enum machine_mode.
12756 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
12758 * passes.c (opt_pass::execute): Adjust.
12759 (pass_manager::execute_pass_mode_switching): Likewise.
12760 (early_local_passes::execute): Likewise.
12761 (execute_one_pass): Pass cfun to the pass's execute method.
12762 * tree-pass.h (opt_pass::execute): Add function * argument.
12763 * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
12764 cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
12765 compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
12766 config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
12767 config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
12768 config/sparc/sparc.c, cprop.c, dce.c, df-core.c, dse.c, dwarf2cfi.c,
12769 except.c, final.c, function.c, fwprop.c, gcse.c, gimple-low.c,
12770 gimple-ssa-isolate-paths.c, gimple-ssa-strength-reduction.c,
12771 graphite.c, ifcvt.c, init-regs.c, ipa-cp.c, ipa-devirt.c,
12772 ipa-inline-analysis.c, ipa-inline.c, ipa-profile.c, ipa-pure-const.c,
12773 ipa-reference.c, ipa-split.c, ipa.c, ira.c, jump.c, loop-init.c,
12774 lower-subreg.c, mode-switching.c, omp-low.c, postreload-gcse.c,
12775 postreload.c, predict.c, recog.c, ree.c, reg-stack.c, regcprop.c,
12776 reginfo.c, regrename.c, reorg.c, sched-rgn.c, stack-ptr-mod.c,
12777 store-motion.c, tracer.c, trans-mem.c, tree-call-cdce.c, tree-cfg.c,
12778 tree-cfgcleanup.c, tree-complex.c, tree-eh.c, tree-emutls.c,
12779 tree-if-conv.c, tree-into-ssa.c, tree-loop-distribution.c, tree-nrv.c,
12780 tree-object-size.c, tree-parloops.c, tree-predcom.c, tree-ssa-ccp.c,
12781 tree-ssa-copy.c, tree-ssa-copyrename.c, tree-ssa-dce.c,
12782 tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
12783 tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
12784 tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
12785 tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
12786 tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
12787 tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
12788 tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
12789 tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
12790 tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
12791 tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c, web.c:
12794 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
12796 * passes.c (opt_pass::gate): Take function * argument.
12797 (gate_all_early_local_passes): Merge into
12798 (early_local_passes::gate): this.
12799 (gate_all_early_optimizations): Merge into
12800 (all_early_optimizations::gate): this.
12801 (gate_all_optimizations): Mege into
12802 (all_optimizations::gate): this.
12803 (gate_all_optimizations_g): Merge into
12804 (all_optimizations_g::gate): this.
12805 (gate_rest_of_compilation): Mege into
12806 (rest_of_compilation::gate): this.
12807 (gate_postreload): Merge into
12808 (postreload::gate): this.
12809 (dump_one_pass): Pass cfun to the pass's gate method.
12810 (execute_ipa_summary_passes): Likewise.
12811 (execute_one_pass): Likewise.
12812 (ipa_write_summaries_2): Likewise.
12813 (ipa_write_optimization_summaries_1): Likewise.
12814 (ipa_read_summaries_1): Likewise.
12815 (ipa_read_optimization_summaries_1): Likewise.
12816 (execute_ipa_stmt_fixups): Likewise.
12817 * tree-pass.h (opt_pass::gate): Add function * argument.
12818 * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c,
12819 combine-stack-adj.c, combine.c, compare-elim.c,
12820 config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
12821 config/rl78/rl78.c, config/sh/sh_optimize_sett_clrt.cc,
12822 config/sh/sh_treg_combine.cc, config/sparc/sparc.c, cprop.c, cse.c,
12823 dce.c, df-core.c, dse.c, dwarf2cfi.c, except.c, fwprop.c, gcse.c,
12824 gimple-ssa-isolate-paths.c, gimple-ssa-strength-reduction.c,
12825 graphite.c, ifcvt.c, init-regs.c, ipa-cp.c, ipa-devirt.c,
12826 ipa-profile.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa.c,
12827 loop-init.c, lower-subreg.c, mode-switching.c, modulo-sched.c,
12828 omp-low.c, postreload-gcse.c, postreload.c, predict.c, recog.c, ree.c,
12829 reg-stack.c, regcprop.c, regrename.c, reorg.c, sched-rgn.c,
12830 store-motion.c, tracer.c, trans-mem.c, tree-call-cdce.c, tree-cfg.c,
12831 tree-cfgcleanup.c, tree-complex.c, tree-eh.c, tree-emutls.c,
12832 tree-if-conv.c, tree-into-ssa.c, tree-loop-distribution.c,
12833 tree-nrv.c, tree-parloops.c, tree-predcom.c, tree-profile.c,
12834 tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
12835 tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
12836 tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
12837 tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
12838 tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
12839 tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
12840 tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
12841 tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
12842 tree-ssa.c, tree-stdarg.c, tree-switch-conversion.c, tree-tailcall.c,
12843 tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c, tsan.c, ubsan.c,
12844 var-tracking.c, vtable-verify.c, web.c: Adjust.
12846 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
12848 * configure.ac: Check for -Woverloaded-virtual and enable it if found.
12849 * configure: Regenerate.
12851 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
12853 * passes.c (dump_one_pass): don't check pass->has_gate.
12854 (execute_ipa_summary_passes): Likewise.
12855 (execute_one_pass): Likewise.
12856 (ipa_write_summaries_2): Likewise.
12857 (ipa_write_optimization_summaries_1): Likewise.
12858 (ipa_read_optimization_summaries_1): Likewise.
12859 (execute_ipa_stmt_fixups): Likewise.
12860 * tree-pass.h (pass_data::has_gate): Remove.
12861 * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
12862 cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
12863 compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
12864 config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
12865 config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
12866 config/sh/sh_optimize_sett_clrt.cc, config/sh/sh_treg_combine.cc,
12867 config/sparc/sparc.c, cprop.c, cse.c, dce.c, df-core.c, dse.c,
12868 dwarf2cfi.c, except.c, final.c, function.c, fwprop.c, gcse.c,
12869 gimple-low.c, gimple-ssa-isolate-paths.c,
12870 gimple-ssa-strength-reduction.c, graphite.c, ifcvt.c, init-regs.c,
12871 ipa-cp.c, ipa-devirt.c, ipa-inline-analysis.c, ipa-inline.c,
12872 ipa-profile.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa.c,
12873 ira.c, jump.c, loop-init.c, lower-subreg.c, mode-switching.c,
12874 modulo-sched.c, omp-low.c, postreload-gcse.c, postreload.c, predict.c,
12875 recog.c, ree.c, reg-stack.c, regcprop.c, reginfo.c, regrename.c,
12876 reorg.c, sched-rgn.c, stack-ptr-mod.c, store-motion.c, tracer.c,
12877 trans-mem.c, tree-call-cdce.c, tree-cfg.c, tree-cfgcleanup.c,
12878 tree-complex.c, tree-eh.c, tree-emutls.c, tree-if-conv.c,
12879 tree-into-ssa.c, tree-loop-distribution.c, tree-nrv.c,
12880 tree-object-size.c, tree-parloops.c, tree-predcom.c, tree-profile.c,
12881 tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
12882 tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
12883 tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
12884 tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
12885 tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
12886 tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
12887 tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
12888 tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
12889 tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
12890 tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
12891 tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c, web.c:
12894 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
12896 * pass_manager.h (pass_manager::register_dump_files_1): Remove
12898 * passes.c (pass_manager::register_dump_files_1): Merge into
12899 (pass_manager::register_dump_files): this, and remove its handling of
12900 properties since the pass always has the properties anyway.
12901 (pass_manager::pass_manager): Adjust.
12903 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
12905 * pass_manager.h (pass_manager::register_dump_files_1): Adjust.
12906 * passes.c (pass_manager::register_dump_files_1): Remove dead code
12907 dealing with properties.
12908 (pass_manager::register_dump_files): Adjust.
12910 2014-03-20 Mark Wielaard <mjw@redhat.com>
12912 * dwarf2out.c (add_bound_info): If HOST_WIDE_INT is big enough,
12913 then represent the bound as normal constant value.
12915 2014-04-17 Jakub Jelinek <jakub@redhat.com>
12918 Forward port from 4.8 branch
12919 2013-07-19 Kirill Yukhin <kirill.yukhin@intel.com>
12921 * config/i386/bmiintrin.h (_blsi_u32): New.
12922 (_blsi_u64): Ditto.
12923 (_blsr_u32): Ditto.
12924 (_blsr_u64): Ditto.
12925 (_blsmsk_u32): Ditto.
12926 (_blsmsk_u64): Ditto.
12927 (_tzcnt_u32): Ditto.
12928 (_tzcnt_u64): Ditto.
12930 2014-04-17 Kito Cheng <kito@0xlab.org>
12932 * gcc.c (used_arg): Prevent out of bound access for multilib_options.
12934 2014-04-17 Richard Biener <rguenther@suse.de>
12936 PR middle-end/60849
12937 * tree-ssa-propagate.c (valid_gimple_rhs_p): Only allow effective
12938 boolean results for comparisons.
12940 2014-04-17 Richard Biener <rguenther@suse.de>
12942 PR tree-optimization/60836
12943 * tree-vect-loop.c (vect_create_epilog_for_reduction): Force
12944 initial PHI args to be gimple values.
12946 2014-04-17 Richard Biener <rguenther@suse.de>
12948 PR tree-optimization/60841
12949 * tree-vect-data-refs.c (vect_analyze_data_refs): Count stmts.
12950 * tree-vect-loop.c (vect_analyze_loop_2): Pass down number
12951 of stmts to SLP build.
12952 * tree-vect-slp.c (vect_slp_analyze_bb_1): Likewise.
12953 (vect_analyze_slp): Likewise.
12954 (vect_analyze_slp_instance): Likewise.
12955 (vect_build_slp_tree): Limit overall SLP tree growth.
12956 * tree-vectorizer.h (vect_analyze_data_refs,
12957 vect_analyze_slp): Adjust prototypes.
12959 2014-04-17 Evgeny Stupachenko <evstupac@gmail.com>
12961 * config/i386/i386.c (x86_add_stmt_cost): Fix vector cost model for
12964 2014-04-17 Evgeny Stupachenko <evstupac@gmail.com>
12966 * config/i386/x86-tune.def (TARGET_SLOW_PSHUFB): New tune definition.
12967 * config/i386/i386.h (TARGET_SLOW_PSHUFB): New tune flag.
12968 * config/i386/i386.c (expand_vec_perm_even_odd_1): Avoid byte shuffles
12969 for TARGET_SLOW_PSHUFB
12971 2014-04-17 Evgeny Stupachenko <evstupac@gmail.com>
12973 * config/i386/i386.c (slm_cost): Adjust vec_to_scalar_cost.
12974 * config/i386/i386.c (intel_cost): Ditto.
12976 2014-04-17 Joey Ye <joey.ye@arm.com>
12978 * opts.c (OPT_fif_conversion, OPT_fif_conversion2): Disable for Og.
12980 2014-04-16 Jan Hubicka <hubicka@ucw.cz>
12982 * opts.c (common_handle_option): Disable -fipa-reference coorectly
12983 with -fuse-profile.
12985 2014-04-16 Jan Hubicka <hubicka@ucw.cz>
12987 * ipa-devirt.c (odr_type_d): Add field all_derivations_known.
12988 (type_all_derivations_known_p): New predicate.
12989 (type_all_ctors_visible_p): New predicate.
12990 (type_possibly_instantiated_p): New predicate.
12991 (get_odr_type): Compute all_derivations_known.
12992 (dump_odr_type): Dump the flag.
12993 (maybe_record_type): Cleanup.
12994 (record_target_from_binfo): Add bases_to_consider array;
12995 record bases for types w/o instances and skip CXX destructor.
12996 (possible_polymorphic_call_targets_1): Add bases_to_consider
12997 and consider_construction parameters; check if type may have instance.
12998 (get_polymorphic_call_info): Set maybe_in_construction to true
12999 when we know nothing.
13000 (record_targets_from_bases): Skip CXX destructors; they are
13001 never called for types in construction.
13002 (possible_polymorphic_call_targets): Do not record target when
13003 type may not have instance.
13005 2014-04-16 Jan Hubicka <hubicka@ucw.cz>
13008 * ipa.c (symtab_remove_unreachable_nodes): Mark targets of
13009 external aliases alive, too.
13011 2014-04-16 Andrew Pinski <apinski@cavium.com>
13013 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Change aarch64 ilp32
13016 2014-04-16 Eric Botcazou <ebotcazou@adacore.com>
13018 * final.c (compute_alignments): Do not apply loop alignment to a block
13019 falling through to the exit.
13021 2014-04-16 Catherine Moore <clm@codesourcery.com>
13023 * mips.md (*mov<mode>_internal, *movhi_internal, *movqi_internal):
13024 Adjust constraints for microMIPS store patterns.
13026 2014-04-16 Pitchumani Sivanupandi <Pitchumani.S@atmel.com>
13028 * config/avr/avr-mcus.def: Correct typo for atxmega256a3bu macro.
13030 2014-04-16 Eric Botcazou <ebotcazou@adacore.com>
13032 * tree-ssa-operands.c (create_vop_var): Set DECL_IGNORED_P.
13033 (append_use): Run at -O0.
13034 (append_vdef): Likewise.
13035 * tree-ssa-ter.c (ter_is_replaceable_p): Do not special-case -O0.
13036 * tree-ssa-uninit.c (warn_uninitialized_vars): Remove obsolete comment.
13038 2014-04-16 Jakub Jelinek <jakub@redhat.com>
13040 PR tree-optimization/60844
13041 * tree-ssa-reassoc.c (reassoc_remove_stmt): New function.
13042 (propagate_op_to_single_use, remove_visited_stmt_chain,
13043 linearize_expr, repropagate_negates, reassociate_bb): Use it
13044 instead of gsi_remove.
13046 2014-04-16 Martin Jambor <mjambor@suse.cz>
13048 * cgraphclones.c (cgraph_create_virtual_clone): Duplicate
13049 ipa_transforms_to_apply.
13050 (cgraph_function_versioning): Assert that old_node has empty
13051 ipa_transforms_to_apply.
13052 * trans-mem.c (ipa_tm_create_version): Likewise.
13053 * tree-inline.c (tree_function_versioning): Do not duplicate
13054 ipa_transforms_to_apply.
13056 2014-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13059 * configure.ac (set_have_as_tls): Merge i[34567]86-*-* and
13061 Pass necessary as flags on 64-bit Solaris/x86.
13062 Use lowercase relocs for x86_64-*-*.
13063 * configure: Regenerate.
13065 2014-04-15 Jan Hubicka <jh@suse.cz>
13067 * ipa-devirt.c (referenced_from_vtable_p): New predicate.
13068 (maybe_record_node, likely_target_p): Use it.
13070 2014-04-15 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13073 Revert following patch
13075 2014-04-02 Michael Meissner <meissner@linux.vnet.ibm.com>
13078 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If we have
13079 software floating point or no floating point registers, do not
13080 allow any type in the FPRs. Eliminate a test for SPE SIMD types
13081 in GPRs that occurs after we tested for GPRs that would never be
13084 * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64):
13085 Rewrite tests to use TARGET_DOUBLE_FLOAT and TARGET_E500_DOUBLE,
13086 since the FMOVE64 type is DFmode/DDmode. If TARGET_E500_DOUBLE,
13087 specifically allow DDmode, since that does not use the SPE SIMD
13090 2014-03-21 Mark Wielaard <mjw@redhat.com>
13092 * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_const_value
13093 as unsigned or int depending on type and value used.
13095 2014-04-15 Richard Biener <rguenther@suse.de>
13097 PR rtl-optimization/56965
13098 * alias.c (ncr_compar, nonoverlapping_component_refs_p): Move ...
13099 * tree-ssa-alias.c (ncr_compar, nonoverlapping_component_refs_p):
13101 * alias.c (true_dependence_1): Do not call
13102 nonoverlapping_component_refs_p.
13103 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Call
13104 nonoverlapping_component_refs_p.
13105 (indirect_refs_may_alias_p): Likewise.
13107 2014-04-15 Teresa Johnson <tejohnson@google.com>
13109 * cfg.c (dump_bb_info): Fix flags check.
13110 * tree-cfg.c (remove_bb): Only dump TDF_BLOCKS when removing.
13112 2014-04-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13114 PR rtl-optimization/60663
13115 * config/arm/arm.c (arm_new_rtx_costs): Improve ASM_OPERANDS case,
13118 2014-04-15 Richard Biener <rguenther@suse.de>
13120 * lto-streamer.h (LTO_major_version): Bump to 4.
13122 2014-04-15 Richard Biener <rguenther@suse.de>
13124 * common.opt (lto_partition_model): New enum.
13125 (flto-partition=): Merge separate options with a single with argument,
13126 add -flto-partition=one support.
13127 * flag-types.h (enum lto_partition_model): Declare.
13128 * opts.c (finish_options): Remove duplicate -flto-partition=
13130 * lto-wrapper.c (run_gcc): Adjust.
13132 2014-04-15 Richard Biener <rguenther@suse.de>
13134 * alias.c (ncr_compar): New function.
13135 (nonoverlapping_component_refs_p): Re-implement in O (n log n).
13137 2014-04-15 Richard Biener <rguenther@suse.de>
13139 * alias.c (record_component_aliases): Do not walk BINFOs.
13141 2014-04-15 Richard Biener <rguenther@suse.de>
13143 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
13144 Add struct function argument and adjust.
13145 (find_func_aliases_for_call): Likewise.
13146 (find_func_aliases): Likewise.
13147 (find_func_clobbers): Likewise.
13148 (intra_create_variable_infos): Likewise.
13149 (compute_points_to_sets): Likewise.
13150 (ipa_pta_execute): Adjust. Do not push/pop cfun.
13152 2014-04-15 Richard Biener <rguenther@suse.de>
13154 * tree.c (iterative_hash_expr): Use enum tree_code_class
13155 to store TREE_CODE_CLASS.
13156 (tree_block): Likewise.
13157 (tree_set_block): Likewise.
13158 * tree.h (fold_build_pointer_plus_loc): Use
13159 convert_to_ptrofftype_loc.
13161 2014-04-15 Jakub Jelinek <jakub@redhat.com>
13164 * Makefile.in (PLUGIN_HEADERS): Add various headers that have been
13167 2014-04-15 Eric Botcazou <ebotcazou@adacore.com>
13169 * cfgloop.h (struct loop): Move force_vectorize down.
13170 * gimplify.c (gimple_boolify) <ANNOTATE_EXPR>: Handle new kinds.
13171 (gimplify_expr) <ANNOTATE_EXPR>: Minor tweak.
13172 * lto-streamer-in.c (input_cfg): Read dont_vectorize field.
13173 * lto-streamer-out.c (output_cfg): Write dont_vectorize field.
13174 * tree-cfg.c (replace_loop_annotate): Revamp and handle new kinds.
13175 * tree-core.h (enum annot_expr_kind): Add new kind values.
13176 * tree-inline.c (copy_loops): Copy dont_vectorize field and reorder.
13177 * tree-pretty-print.c (dump_generic_node) <ANNOTATE_EXPR>: Handle new
13179 * tree.def (ANNOTATE_EXPR): Tweak comment.
13181 2014-04-14 Jan Hubicka <hubicka@ucw.cz>
13183 * ipa-devirt.c (maybe_record_node): Ignore all non-methods (including
13186 2014-04-14 Paolo Carlini <paolo.carlini@oracle.com>
13188 * tree.h (TYPE_IDENTIFIER): Declare.
13189 * tree.c (subrange_type_for_debug_p): Use it.
13190 * godump.c (go_format_type): Likewise.
13191 * dwarf2out.c (is_cxx_auto, modified_type_die,
13192 gen_type_die_with_usage, gen_type_die_with_usage): Likewise.
13193 * dbxout.c (dbxout_type, dbxout_symbol): Likewise.
13195 2014-04-14 Jan Hubicka <hubicka@ucw.cz>
13198 * varpool.c (varpool_remove_node): Do not alter decls when streaming.
13200 2014-04-14 Uros Bizjak <ubizjak@gmail.com>
13202 * config/i386/i386.c (examine_argument): Return bool. Return true if
13203 parameter should be passed in memory.
13204 <case X86_64_COMPLEX_X87_CLASS>: Adjust.
13205 (construct_container): Update calls to examine_argument.
13206 (function_arg_advance_64): Ditto.
13207 (return_in_memory_32): Merge with ix86_return_in_memory.
13208 (return_in_memory_64): Ditto.
13209 (return_in_memory_ms_64): Ditto.
13211 2014-04-14 Jan Hubicka <hubicka@ucw.cz>
13213 * ipa-utils.c (ipa_merge_profiles): Merge profile_id.
13214 * coverage.c (coverage_compute_profile_id): Handle externally visible
13217 2014-04-14 Martin Jambor <mjambor@suse.cz>
13219 * tree-sra.c (ipa_sra_preliminary_function_checks): Skip
13220 DECL_DISREGARD_INLINE_LIMITS functions.
13222 2014-04-14 H.J. Lu <hongjiu.lu@intel.com>
13225 * config/i386/i386.md (*fixuns_trunc<mode>_1): Revert the last change.
13227 2014-04-14 H.J. Lu <hongjiu.lu@intel.com>
13230 * config/i386/i386.md (*fixuns_trunc<mode>_1): Check
13231 optimize_insn_for_speed_p instead of
13232 optimize_function_for_speed_p.
13234 2014-04-14 Yufeng Zhang <yufeng.zhang@arm.com>
13236 * doc/invoke.texi (free): Document AArch64.
13238 2014-04-14 Richard Biener <rguenther@suse.de>
13240 PR tree-optimization/60042
13241 * tree-ssa-pre.c (inhibit_phi_insertion): Remove.
13242 (insert_into_preds_of_block): Do not prevent PHI insertion
13243 for REFERENCE exprs here ...
13244 (eliminate_dom_walker::before_dom_children): ... but prevent
13245 their use here under similar conditions when applied to the
13246 IL after PRE optimizations.
13248 2014-04-14 Richard Biener <rguenther@suse.de>
13250 * passes.def: Move early points-to after early SRA.
13252 2014-04-14 Richard Biener <rguenther@suse.de>
13254 * tree-ssa-forwprop.c (simplify_gimple_switch): Enhance
13255 check for which sign-changes we allow when forwarding
13256 a converted value into a switch.
13258 2014-04-14 Eric Botcazou <ebotcazou@adacore.com>
13260 * stor-layout.c (place_field): Finalize non-constant offset for the
13263 2014-04-14 Richard Biener <rguenther@suse.de>
13265 * tree-switch-conversion.c (lshift_cheap_p): Get speed_p
13267 (expand_switch_using_bit_tests_p): Likewise.
13268 (process_switch): Compute and pass on speed_p based on the
13270 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Use
13271 optimize_bb_for_speed_p.
13273 2014-04-14 Eric Botcazou <ebotcazou@adacore.com>
13275 * cfgloop.h (struct loop): Rename force_vect into force_vectorize.
13276 * function.h (struct function): Rename has_force_vect_loops into
13277 has_force_vectorize_loops.
13278 * lto-streamer-in.c (input_cfg): Adjust for renaming.
13279 (input_struct_function_base): Likewise.
13280 * lto-streamer-out.c (output_cfg): Likewise.
13281 (output_struct_function_base): Likewise.
13282 * omp-low.c (expand_omp_simd): Likewise.
13283 * tree-cfg.c (move_sese_region_to_fn): Likewise.
13284 * tree-if-conv.c (ifcvt_can_use_mask_load_store): Likewise.
13285 (version_loop_for_if_conversion): Likewise.
13286 (tree_if_conversion): Likewise.
13287 (main_tree_if_conversion): Likewise.
13288 (gate_tree_if_conversion): Likewise.
13289 * tree-inline.c (copy_loops): Likewise.
13290 * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely_1): Likewise.
13291 * tree-ssa-loop.c (tree_loop_vectorize): Likewise.
13292 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Likewise.
13293 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Likewise.
13294 * tree-vectorizer.c (vectorize_loops): Likewise.
13295 * tree-vectorizer.h (unlimited_cost_model): Likewise.
13297 2014-04-14 Richard Biener <rguenther@suse.de>
13300 * lto-streamer-out.c (wrap_refs): New function.
13301 (lto_output): Wrap symbol references in global initializes in
13302 type-preserving MEM_REFs.
13304 2014-04-14 Christian Bruel <christian.bruel@st.com>
13306 * config/sh/sh-mem.cc (sh_expand_strlen): Unroll last word.
13308 2014-04-14 Christian Bruel <christian.bruel@st.com>
13310 * config/sh/sh.md (setmemqi): New expand pattern.
13311 * config/sh/sh.h (CLEAR_RATIO): Define.
13312 * config/sh/sh-mem.cc (sh_expand_setmem): Define.
13313 * config/sh/sh-protos.h (sh_expand_setmem): Declare.
13315 2014-04-14 Richard Biener <rguenther@suse.de>
13317 PR middle-end/55022
13318 * fold-const.c (negate_expr_p): Don't negate directional rounding
13320 (fold_negate_expr): Likewise.
13322 2014-04-14 Richard Biener <rguenther@suse.de>
13324 PR tree-optimization/59817
13325 PR tree-optimization/60453
13326 * graphite-scop-detection.c (graphite_can_represent_scev): Complete
13327 recursion to catch all CHRECs in the scalar evolution and restrict
13328 the predicate for the remains appropriately.
13330 2014-04-12 Catherine Moore <clm@codesourcery.com>
13332 * config/mips/constraints.md: Add new register constraint "kb".
13333 * config/mips/mips.md (*mov<mode>_internal): Use constraint "kb".
13334 (*movhi_internal): Likewise.
13335 (*movqi_internal): Likewise.
13336 * config/mips/mips.h (M16_STORE_REGS): New register class.
13337 (REG_CLASS_NAMES): Add M16_STORE_REGS.
13338 (REG_CLASS_CONTENTS): Likewise.
13339 * config/mips/mips.c (mips_regno_to_class): Add M16_STORE_REGS.
13341 2014-04-11 Tobias Burnus <burnus@net-b.de>
13344 * doc/invoke.texi (-Wformat-signedness): Document it.
13345 (Wformat=2): Mention that this enables -Wformat-signedness.
13347 2014-04-11 Joern Rennecke <joern.rennecke@embecosm.com>
13349 * common/config/epiphany/epiphany-common.c
13350 (epiphany_option_optimization_table): Enable section anchors by
13351 default at -O1 or higher.
13352 * config/epiphany/epiphany.c (TARGET_MAX_ANCHOR_OFFSET): Define.
13353 (TARGET_MIN_ANCHOR_OFFSET): Likewise.
13354 (epiphany_rtx_costs) <SET>: For binary operators, the set as such
13355 carries no extra cost.
13356 (epiphany_legitimate_address_p): For BLKmode, apply SImode check.
13357 * config/epiphany/epiphany.h (ASM_OUTPUT_DEF): Define.
13358 * config/epiphany/predicates.md (memclob_operand): New predicate.
13359 * config/epiphany/epiphany.md (stack_adjust_add, stack_adjust_str):
13360 Use memclob_operand predicate and X constraint for operand 3.
13362 2014-04-11 Joern Rennecke <joern.rennecke@embecosm.com>
13364 * config/epiphany/epiphany.c (epiphany_rtx_cost): Compare
13365 with CC_N_NE / CC_C_LTU / CC_C_GTU carries no extra cost for
13368 2014-04-11 Joern Rennecke <joern.rennecke@embecosm.com>
13370 PR rtl-optimization/60651
13371 * mode-switching.c (optimize_mode_switching): Make sure to emit
13372 sets of a lower numbered entity before sets of a higher numbered
13373 entity to a mode of the same or lower priority.
13374 When creating a seginfo for a basic block that starts with a code
13375 label, move the insertion point past the code label.
13376 (new_seginfo): Document and enforce requirement that
13377 NOTE_INSN_BASIC_BLOCK only appears for empty blocks.
13378 * doc/tm.texi.in: Document ordering constraint for emitted mode sets.
13379 * doc/tm.texi: Regenerate.
13381 2014-01-11 Joern Rennecke <joern.rennecke@embecosm.com>
13384 * config/arc/arc.c (arc_save_restore): Fix assert typo.
13386 2013-04-11 Jakub Jelinek <jakub@redhat.com>
13388 * BASE-VER: Set to 4.10.0.
13390 2014-04-11 Tobias Burnus <burnus@net-b.de>
13393 * doc/bugreport.texi (Bugs): Remove nodes pointing to the nirvana.
13394 * doc/gcc.texi (Service): Update description in the @menu
13395 * doc/invoke.texi (Option Summary): Remove misplaced and
13398 2014-04-11 Steve Ellcey <sellcey@mips.com>
13399 Jakub Jelinek <jakub@redhat.com>
13401 PR middle-end/60556
13402 * expr.c (convert_move): Use emit_store_flag_force instead of
13403 emit_store_flag. Pass lowpart_mode instead of VOIDmode as 5th
13406 2014-04-11 Richard Biener <rguenther@suse.de>
13408 PR middle-end/60797
13409 * varasm.c (assemble_alias): Avoid endless error reporting
13410 recursion by setting TREE_ASM_WRITTEN.
13412 2014-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13414 * config/s390/s390.md: Add a splitter for NOT rtx.
13416 2014-04-11 Jakub Jelinek <jakub@redhat.com>
13418 PR rtl-optimization/60663
13419 * cse.c (cse_insn): Set src_volatile on ASM_OPERANDS in PARALLEL.
13421 2014-04-10 Jan Hubicka <hubicka@ucw.cz>
13422 Jakub Jelinek <jakub@redhat.com>
13425 * ipa.c (function_and_variable_visibility): Copy forced_by_abi
13426 flag from decl_node to node.
13428 2014-04-10 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
13431 * config/arm/arm.c (TARGET_CONST_NOT_OK_FOR_DEBUG_P): Define
13432 (arm_const_not_ok_for_debug_p): Reject MINUS with SYM_REF's
13433 ameliorating the cases where it can be.
13435 2014-04-09 David Edelsohn <dje.gcc@gmail.com>
13438 2014-04-08 Pat Haugen <pthaugen@us.ibm.com>
13440 * config/rs6000/sync.md (AINT mode_iterator): Move definition.
13441 (loadsync_<mode>): Change mode.
13442 (load_quadpti, store_quadpti): New.
13443 (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
13444 * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
13445 * config/rs6000/predicates.md (quad_memory_operand): !TARGET_SYNC_TI.
13447 2014-04-09 Cong Hou <congh@google.com>
13450 * doc/sourcebuild.texi (vect_widen_mult_si_to_di_pattern): Add
13453 2014-04-08 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13455 * config/rs6000/rs6000.c (rs6000_expand_vector_set): Use vnand
13456 instead of vnor to exploit possible fusion opportunity in the
13458 (altivec_expand_vec_perm_const_le): Likewise.
13460 2014-04-08 Pat Haugen <pthaugen@us.ibm.com>
13462 * config/rs6000/sync.md (AINT mode_iterator): Move definition.
13463 (loadsync_<mode>): Change mode.
13464 (load_quadpti, store_quadpti): New.
13465 (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
13466 * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
13468 2014-04-08 Richard Sandiford <rdsandiford@googlemail.com>
13471 * config/rs6000/vsx.md (vsx_xscvdpspn_scalar): Change input to DImode.
13472 * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Update accordingly.
13473 Use gen_rtx_REG rather than simplify_gen_subreg for op0_di.
13475 2014-04-08 Richard Biener <rguenther@suse.de>
13477 PR middle-end/60706
13478 * tree-pretty-print.c (pp_double_int): For HWI32 hosts with
13479 a 64bit widest int print double-int similar to on HWI64 hosts.
13481 2014-04-08 Richard Biener <rguenther@suse.de>
13483 PR tree-optimization/60785
13484 * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Treat
13485 default defs properly.
13487 2014-04-08 Nathan Sidwell <nathan@codesourcery.com>
13489 * doc/invoke (Wnon-virtual-dtor): Update to match implementation.
13490 (Weffc++): Likewise.
13492 2014-04-07 Jan Hubicka <hubcika@ucw.cz>
13494 * ipa-devirt.c (maybe_record_node): When node is not recorded,
13495 set completep to false rather than true.
13497 2014-04-07 Douglas B Rupp <rupp@adacore.com>
13500 * config/arm/arm.h (ASM_PREFERRED_EH_DATA_FORMAT): Expose from
13501 ARM_TARGET2_DWARF_FORMAT.
13503 2014-04-07 Charles Baylis <charles.baylis@linaro.org>
13506 * config/arm/arm.h (ASM_OUTPUT_CASE_END): Remove.
13507 (LABEL_ALIGN_AFTER_BARRIER): Align barriers which occur after
13510 2014-04-07 Richard Biener <rguenther@suse.de>
13512 PR tree-optimization/60766
13513 * tree-ssa-loop-ivopts.c (cand_value_at): Compute in an unsigned type.
13514 (may_eliminate_iv): Convert cand_value_at result to desired type.
13516 2014-04-07 Jason Merrill <jason@redhat.com>
13519 * common.opt (-fno-gnu-unique): Add.
13520 * config/elfos.h (USE_GNU_UNIQUE_OBJECT): Check it.
13522 2014-04-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13524 * haifa-sched.c: Fix outdated function reference and minor
13525 grammar errors in introductory comment.
13527 2014-04-07 Richard Biener <rguenther@suse.de>
13529 PR middle-end/60750
13530 * tree-ssa-operands.c (maybe_add_call_vops): Also add VDEFs
13531 for noreturn calls.
13532 * tree-cfgcleanup.c (fixup_noreturn_call): Do not remove VDEFs.
13534 2014-04-06 John David Anglin <danglin@gcc.gnu.org>
13537 * config/pa/pa.c (pa_output_function_epilogue): Skip address and code
13538 size accounting for thunks.
13539 (pa_asm_output_mi_thunk): Use final_start_function() and
13540 final_end_function() to output function start and end directives.
13542 2014-04-05 Pitchumani Sivanupandi <Pitchumani.S@atmel.com>
13544 * config/avr/avr-arch.h (avr_mcu_t): Add dev_attribute field to have
13545 device specific ISA/ feature information. Remove short_sp and
13546 errata_skip ds. Add avr_device_specific_features enum to have device
13548 * config/avr/avr-c.c (avr_cpu_cpp_builtins): use dev_attribute to check
13549 errata_skip. Add __AVR_ISA_RMW__ builtin macro if RMW ISA available.
13550 * config/avr/avr-devices.c (avr_mcu_types): Update AVR_MCU macro for
13551 updated device specific info.
13552 * config/avr/avr-mcus.def: Merge device specific details to
13553 dev_attribute field.
13554 * config/avr/avr.c (avr_2word_insn_p): use dev_attribute field to check
13556 * config/avr/avr.h (AVR_HAVE_8BIT_SP): same for short sp info.
13557 * config/avr/driver-avr.c (avr_device_to_as): Pass -mrmw option to
13558 assembler if RMW isa supported by current device.
13559 * config/avr/genmultilib.awk: Update as device info structure changed.
13560 * doc/invoke.texi: Add info for __AVR_ISA_RMW__ builtin macro
13562 2014-04-04 Cong Hou <congh@google.com>
13564 PR tree-optimization/60656
13565 * tree-vect-stmts.c (supportable_widening_operation):
13566 Fix a bug that elements in a vector with vect_used_by_reduction
13567 property are incorrectly reordered when the operation on it is not
13568 consistant with the one in reduction operation.
13570 2014-04-04 John David Anglin <danglin@gcc.gnu.org>
13572 PR rtl-optimization/60155
13573 * gcse.c (record_set_data): New function.
13574 (single_set_gcse): New function.
13575 (gcse_emit_move_after): Use single_set_gcse instead of single_set.
13576 (hoist_code): Likewise.
13577 (get_pressure_class_and_nregs): Likewise.
13579 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
13581 * explow.c (probe_stack_range): Emit a final optimization blockage.
13583 2014-04-04 Anthony Green <green@moxielogic.com>
13585 * config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2): Fix
13588 2014-04-04 Jan Hubicka <hubicka@ucw.cz>
13591 * lto-cgraph.c (input_overwrite_node): Check that partitioning
13592 flags are set only during streaming.
13593 * ipa.c (process_references, walk_polymorphic_call_targets,
13594 symtab_remove_unreachable_nodes): Drop bodies of always inline
13595 after early inlining.
13596 (symtab_remove_unreachable_nodes): Remove always_inline attribute.
13598 2014-04-04 Jakub Jelinek <jakub@redhat.com>
13599 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
13602 * dwarf2out.c (const_ok_for_output_1): Reject expressions
13605 2014-04-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13608 * config/arm/cortex-a53.md (cortex_a53_fdivs): Reduce reservation
13610 (cortex_a53_fdivd): Likewise.
13612 2014-04-04 Martin Jambor <mjambor@suse.cz>
13615 * cgraph.h (cgraph_clone_node): New parameter added to declaration.
13616 Adjust all callers.
13617 * cgraph.c (clone_of_p): Also return true if thunks match.
13618 (verify_edge_corresponds_to_fndecl): Removed extraneous call to
13619 cgraph_function_or_thunk_node and an obsolete comment.
13620 * cgraphclones.c (build_function_type_skip_args): Moved upwards in the
13622 (build_function_decl_skip_args): Likewise.
13623 (set_new_clone_decl_and_node_flags): New function.
13624 (duplicate_thunk_for_node): Likewise.
13625 (redirect_edge_duplicating_thunks): Likewise.
13626 (cgraph_clone_node): New parameter args_to_skip, pass it to
13627 redirect_edge_duplicating_thunks which is called instead of
13628 cgraph_redirect_edge_callee.
13629 (cgraph_create_virtual_clone): Pass args_to_skip to cgraph_clone_node,
13630 moved setting of a lot of flags to set_new_clone_decl_and_node_flags.
13632 2014-04-04 Jeff Law <law@redhat.com>
13635 * config/arm/predicates.md (const_int_I_operand): New predicate.
13636 (const_int_M_operand): Similarly.
13637 * config/arm/arm.md (insv_zero): Use const_int_M_operand instead of
13639 (insv_t2, extv_reg, extzv_t2): Likewise.
13640 (load_multiple_with_writeback): Similarly for const_int_I_operand.
13641 (pop_multiple_with_writeback_and_return): Likewise.
13642 (vfp_pop_multiple_with_writeback): Likewise
13644 2014-04-04 Richard Biener <rguenther@suse.de>
13647 * tree-ssanames.c (make_ssa_name_fn): Fix assert.
13648 * gimple.c (gimple_set_bb): Avoid ICEing for NULL cfun for
13650 * gimplify.h (gimple_add_tmp_var_fn): Declare.
13651 * gimplify.c (gimple_add_tmp_var_fn): New function.
13652 * gimple-expr.h (create_tmp_reg_fn): Declare.
13653 * gimple-expr.c (create_tmp_reg_fn): New function.
13654 * gimple-low.c (record_vars_into): Don't change cfun.
13655 * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Fix
13656 code generation without cfun.
13658 2014-04-04 Thomas Schwinge <thomas@codesourcery.com>
13661 * Makefile.in (install-driver): Fix shell scripting.
13663 2014-04-03 Cong Hou <congh@google.com>
13665 PR tree-optimization/60505
13666 * tree-vectorizer.h (struct _stmt_vec_info): Add th field as the
13667 threshold of number of iterations below which no vectorization
13669 * tree-vect-loop.c (new_loop_vec_info):
13670 Initialize LOOP_VINFO_COST_MODEL_THRESHOLD.
13671 * tree-vect-loop.c (vect_analyze_loop_operations):
13672 Set LOOP_VINFO_COST_MODEL_THRESHOLD.
13673 * tree-vect-loop.c (vect_transform_loop):
13674 Use LOOP_VINFO_COST_MODEL_THRESHOLD.
13675 * tree-vect-loop.c (vect_analyze_loop_2): Check the maximum number
13676 of iterations of the loop and see if we should build the epilogue.
13678 2014-04-03 Richard Biener <rguenther@suse.de>
13680 * tree-streamer.h (struct streamer_tree_cache_d): Add next_idx member.
13681 (streamer_tree_cache_create): Adjust.
13682 * tree-streamer.c (streamer_tree_cache_add_to_node_array): Adjust
13683 to allow optional nodes array.
13684 (streamer_tree_cache_insert_1): Use next_idx to assign idx.
13685 (streamer_tree_cache_append): Likewise.
13686 (streamer_tree_cache_create): Create nodes array optionally
13687 as specified by parameter.
13688 * lto-streamer-out.c (create_output_block): Avoid maintaining
13689 the node array in the writer cache.
13690 (DFS_write_tree): Remove assertion.
13691 (produce_asm_for_decls): Free the out decl state hash table early.
13692 * lto-streamer-in.c (lto_data_in_create): Adjust for
13693 streamer_tree_cache_create prototype change.
13695 2014-04-03 Richard Biener <rguenther@suse.de>
13697 * tree-streamer-out.c (streamer_write_chain): Do not temporarily
13698 set TREE_CHAIN to NULL_TREE.
13700 2014-04-03 Richard Biener <rguenther@suse.de>
13702 PR tree-optimization/60740
13703 * graphite-scop-detection.c (stmt_simple_for_scop_p): Iterate
13704 over all GIMPLE_COND operands.
13706 2014-04-03 Nathan Sidwell <nathan@codesourcery.com>
13708 * doc/invoke.texi (Wnon-virtual-dtor): Adjust documentation.
13709 (Weffc++): Remove Scott's numbering, merge lists and reference
13712 2014-04-03 Nick Clifton <nickc@redhat.com>
13714 * config/rl78/rl78-expand.md (movqi): Handle (SUBREG (SYMBOL_REF))
13717 2014-04-03 Martin Jambor <mjambor@suse.cz>
13719 * ipa-cp.c (ipcp_verify_propagated_values): Also dump symtab and
13720 mention gcc_unreachable before failing.
13721 * ipa.c (symtab_remove_unreachable_nodes): Also print order of
13724 2014-04-02 Jan Hubicka <hubicka@ucw.cz>
13727 * ipa-devirt.c (get_polymorphic_call_info): Do not ICE on type
13728 inconsistent code and instead mark the context inconsistent.
13729 (possible_polymorphic_call_targets): For inconsistent contexts
13730 return empty complete list.
13732 2014-04-02 Anthony Green <green@moxielogic.com>
13734 * config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2)
13735 (extendqisi2, extendhisi2): Define.
13736 * config/moxie/moxie.h (DEFAULT_SIGNED_CHAR): Change to 0.
13737 (WCHAR_TYPE): Change to unsigned int.
13739 2014-04-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13741 PR tree-optimization/60733
13742 * gimple-ssa-strength-reduction.c (ncd_with_phi): Change required
13743 insertion point for PHI candidates to be the end of the feeding
13744 block for the PHI argument.
13746 2014-04-02 Vladimir Makarov <vmakarov@redhat.com>
13748 PR rtl-optimization/60650
13749 * lra-constraints.c (process_alt_operands): Decrease reject for
13750 earlyclobber matching.
13752 2014-04-02 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13754 * config/s390/s390.c (s390_expand_insv): Use GET_MODE_BITSIZE.
13756 2014-04-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13758 * config/spu/spu.c (pad_bb): Do not crash when the last
13759 insn is CODE_FOR_blockage.
13761 2014-04-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13763 * config/spu/spu.md ("insv"): Fail if bitoffset+bitsize
13764 lies outside the target mode.
13766 2014-04-02 Michael Meissner <meissner@linux.vnet.ibm.com>
13769 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If we have
13770 software floating point or no floating point registers, do not
13771 allow any type in the FPRs. Eliminate a test for SPE SIMD types
13772 in GPRs that occurs after we tested for GPRs that would never be
13775 * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64):
13776 Rewrite tests to use TARGET_DOUBLE_FLOAT and TARGET_E500_DOUBLE,
13777 since the FMOVE64 type is DFmode/DDmode. If TARGET_E500_DOUBLE,
13778 specifically allow DDmode, since that does not use the SPE SIMD
13781 2014-04-02 Richard Biener <rguenther@suse.de>
13783 PR middle-end/60729
13784 * optabs.c (expand_abs_nojump): Honor flag_trapv only for
13785 MODE_INTs. Properly use negv_optab.
13786 (expand_abs): Likewise.
13788 2014-04-02 Richard Biener <rguenther@suse.de>
13791 * Makefile.in (install-driver): Guard extra installs with special
13794 2014-04-01 Michael Meissner <meissner@linux.vnet.ibm.com>
13796 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
13797 Document vec_vgbbd.
13799 2014-04-01 Richard Henderson <rth@redhat.com>
13802 * config/i386/i386.md (*float<SWI48><MODEF>2_sse): Leave the second
13803 alternative enabled before register allocation.
13805 2014-04-01 Chung-Lin Tang <cltang@codesourcery.com>
13807 * config/nios2/nios2.md (unspec): Remove UNSPEC_TLS, UNSPEC_TLS_LDM.
13808 * config/nios2/nios2.c (nios2_function_profiler): Fix addi operand
13810 (nios2_large_got_address): Remove unneeded 'sym' parameter.
13811 (nios2_got_address): Update nios2_large_got_address call site.
13812 (nios2_delegitimize_address): New function.
13813 (TARGET_DELEGITIMIZE_ADDRESS): Define to nios2_delegitimize_address.
13814 * config/nios2/linux.h (GLIBC_DYNAMIC_LINKER): Define.
13815 (LINK_SPEC): Specify dynamic linker using GNU_USER_DYNAMIC_LINKER.
13817 2014-04-01 Martin Husemann <martin@duskware.de>
13819 * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Define __mips_o32
13822 2014-04-01 Richard Sandiford <rdsandiford@googlemail.com>
13824 PR rtl-optimization/60604
13825 * recog.c (general_operand): Incorporate REG_CANNOT_CHANGE_MODE_P
13826 check from register_operand.
13827 (register_operand): Redefine in terms of general_operand.
13828 (nonmemory_operand): Use register_operand for the non-constant cases.
13830 2014-04-01 Richard Biener <rguenther@suse.de>
13832 * gimple.h (struct gimple_statement_base): Align subcode to 16 bits.
13834 2014-04-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
13836 * doc/invoke.texi (mapp-regs): Clarify.
13838 2014-03-31 Ulrich Drepper <drepper@gmail.com>
13840 * config/i386/avx512fintrin.h (__v32hi): Define type.
13841 (__v64qi): Likewise.
13842 (_mm512_set1_epi8): Define.
13843 (_mm512_set1_epi16): Define.
13844 (_mm512_set4_epi32): Define.
13845 (_mm512_set4_epi64): Define.
13846 (_mm512_set4_pd): Define.
13847 (_mm512_set4_ps): Define.
13848 (_mm512_setr4_epi64): Define.
13849 (_mm512_setr4_epi32): Define.
13850 (_mm512_setr4_pd): Define.
13851 (_mm512_setr4_ps): Define.
13852 (_mm512_setzero_epi32): Define.
13854 2014-03-31 Martin Jambor <mjambor@suse.cz>
13856 PR middle-end/60647
13857 * tree-sra.c (callsite_has_enough_arguments_p): Renamed to
13858 callsite_arguments_match_p. Updated all callers. Also check types of
13859 corresponding formal parameters and actual arguments.
13860 (not_all_callers_have_enough_arguments_p) Renamed to
13861 some_callers_have_mismatched_arguments_p.
13863 2014-03-31 Yuri Rumyantsev <ysrumyan@gmail.com>
13865 * tree-inline.c (copy_loops): Add missed copy of 'safelen'.
13867 2014-03-31 Kugan Vivekanandarajah <kuganv@linaro.org>
13870 * aarch64/aarch64.c (aarch64_classify_address): Fix alignment for
13873 2014-03-30 Uros Bizjak <ubizjak@gmail.com>
13875 * config/i386/sse.md (FMAMODE_NOVF512): New mode iterator.
13876 (<sd_mask_codefor>fma_fmadd_<mode><sd_maskz_name><round_name>):
13878 <sd_mask_codefor>fma_fmadd_<VF_512:mode><sd_maskz_name><round_name>.
13879 Use FMAMODE_NOVF512 mode iterator.
13880 (<sd_mask_codefor>fma_fmsub_<mode><sd_maskz_name><round_name>): Ditto.
13881 (<sd_mask_codefor>fma_fnmadd_<mode><sd_maskz_name><round_name>): Ditto.
13882 (<sd_mask_codefor>fma_fnmsub_<mode><sd_maskz_name><round_name>): Ditto.
13883 (<sd_mask_codefor>fma_fmaddsub_<mode><sd_maskz_name><round_name>):
13885 <sd_mask_codefor>fma_fmaddsub_<VF_512:mode><sd_maskz_name><round_name>.
13886 Use VF_128_256 mode iterator.
13887 (<sd_mask_codefor>fma_fmsubadd_<mode><sd_maskz_name><round_name>):
13890 2014-03-28 Jan Hubicka <hubicka@ucw.cz>
13892 * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Clear
13893 static chain if needed.
13895 2014-03-28 Vladimir Makarov <vmakarov@redhat.com>
13898 * lra-constraints.c (index_part_to_reg): New.
13899 (process_address): Use it.
13901 2014-03-27 Jeff Law <law@redhat.com>
13902 Jakub Jelinek <jakub@redhat.com>
13905 * expr.c (do_tablejump): Use simplify_gen_binary rather than
13906 gen_rtx_{PLUS,MULT} to build up the address expression.
13908 * i386/i386.c (ix86_legitimize_address): Use copy_addr_to_reg to avoid
13909 creating non-canonical RTL.
13911 2014-03-28 Jan Hubicka <hubicka@ucw.cz>
13914 * ipa-inline.c (want_inline_small_function_p): Short circuit large
13915 functions; reorganize to make cheap checks first.
13916 (inline_small_functions): Do not estimate growth when dumping;
13918 * ipa-inline.h (inline_summary): Add min_size.
13919 (growth_likely_positive): New function.
13920 * ipa-inline-analysis.c (dump_inline_summary): Add min_size.
13921 (set_cond_stmt_execution_predicate): Cleanup.
13922 (estimate_edge_size_and_time): Compute min_size.
13923 (estimate_calls_size_and_time): Likewise.
13924 (estimate_node_size_and_time): Likewise.
13925 (inline_update_overall_summary): Update min_size.
13926 (do_estimate_edge_time): Likewise.
13927 (do_estimate_edge_size): Update.
13928 (do_estimate_edge_hints): Update.
13929 (growth_likely_positive): New function.
13931 2014-03-28 Jakub Jelinek <jakub@redhat.com>
13934 * config/i386/i386.c (ix86_copy_addr_to_reg): Call copy_addr_to_reg
13935 also if addr has VOIDmode.
13937 2014-03-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13939 * config/arm/aarch-common.c (aarch_crypto_can_dual_issue): New.
13940 * config/arm/aarch-common-protos.h (aarch_crypto_can_dual_issue):
13942 * config/arm/cortex-a53.md: Add reservations and bypass for crypto
13943 instructions as well as AdvancedSIMD loads.
13945 2014-03-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13947 * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aes_op>v16qi):
13948 Use crypto_aese type.
13949 (aarch64_crypto_aes<aesmc_op>v16qi): Use crypto_aesmc type.
13950 * config/arm/arm.md (is_neon_type): Replace crypto_aes with
13951 crypto_aese, crypto_aesmc. Move to types.md.
13952 * config/arm/types.md (crypto_aes): Split into crypto_aese,
13954 * config/arm/iterators.md (crypto_type): Likewise.
13956 2014-03-28 Jan Hubicka <hubicka@ucw.cz>
13958 * cgraph.c: Include expr.h and tree-dfa.h.
13959 (cgraph_redirect_edge_call_stmt_to_callee): If call in noreturn;
13962 2014-03-28 Vladimir Makarov <vmakarov@redhat.com>
13965 * lra-assigns.c (find_hard_regno_for): Remove unavailable hard
13966 regs from checking multi-reg pseudos.
13968 2014-03-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
13970 * config/arm/t-aprofile (MULTILIB_MATCHES): Correct A12 rule.
13972 2014-03-28 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13974 * config/rs6000/rs6000.c (fusion_gpr_load_p): Refuse optimization
13975 if it would clobber the stack pointer, even temporarily.
13977 2014-03-28 Eric Botcazou <ebotcazou@adacore.com>
13979 * mode-switching.c: Make small adjustments to the top comment.
13981 2014-03-27 Michael Meissner <meissner@linux.vnet.ibm.com>
13983 * config/rs6000/constraints.md (wD constraint): New constraint to
13984 match the constant integer to get the top DImode/DFmode out of a
13985 vector in a VSX register.
13987 * config/rs6000/predicates.md (vsx_scalar_64bit): New predicate to
13988 match the constant integer to get the top DImode/DFmode out of a
13989 vector in a VSX register.
13991 * config/rs6000/rs6000-builtins.def (VBPERMQ): Add vbpermq builtin
13994 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
13997 * config/rs6000/rs6000.c (rs6000_debug_reg_global): If
13998 -mdebug=reg, print value of VECTOR_ELEMENT_SCALAR_64BIT.
14000 * config/rs6000/vsx.md (vsx_extract_<mode>, V2DI/V2DF modes):
14001 Optimize vec_extract of 64-bit values, where the value being
14002 extracted is in the top word, where we can use scalar
14003 instructions. Add direct move and store support. Combine the big
14004 endian/little endian vector select load support into a single insn.
14005 (vsx_extract_<mode>_internal1): Likewise.
14006 (vsx_extract_<mode>_internal2): Likewise.
14007 (vsx_extract_<mode>_load): Likewise.
14008 (vsx_extract_<mode>_store): Likewise.
14009 (vsx_extract_<mode>_zero): Delete, big and little endian insns are
14010 combined into vsx_extract_<mode>_load.
14011 (vsx_extract_<mode>_one_le): Likewise.
14013 * config/rs6000/rs6000.h (VECTOR_ELEMENT_SCALAR_64BIT): Macro to
14014 define the top 64-bit vector element.
14016 * doc/md.texi (PowerPC and IBM RS6000 constraints): Document wD
14019 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
14020 Document vec_vbpermq builtin.
14023 * config/rs6000/altivec.h (vec_xxsldwi): Add missing define to
14024 enable use of xxsldwi and xxpermdi builtin functions.
14025 (vec_xxpermdi): Likewise.
14027 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
14028 Document use of vec_xxsldwi and vec_xxpermdi builtins.
14030 2014-03-27 Vladimir Makarov <vmakarov@redhat.com>
14032 PR rtl-optimization/60650
14033 * lra-assign.c (find_hard_regno_for, spill_for): Add parameter
14035 (find_spills_for): New.
14036 (assign_by_spills): Pass the new parameter to find_hard_regno_for.
14037 Spill all pseudos on the second iteration.
14039 2014-03-27 Marek Polacek <polacek@redhat.com>
14042 * doc/extend.texi (ffs Builtins): Change unsigned types to signed
14045 2014-03-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14047 * config/s390/s390.c (s390_can_use_return_insn): Check for
14048 call-saved FPRs on 31 bit.
14050 2014-03-27 Jakub Jelinek <jakub@redhat.com>
14052 PR middle-end/60682
14053 * omp-low.c (lower_omp_1): For gimple_clobber_p stmts,
14054 if they need regimplification, just drop them instead of
14055 calling gimple_regimplify_operands on them.
14057 2014-03-27 Marcus Shawcroft <marcus.shawcroft@arm.com>
14060 * config/aarch64/aarch64.c (faked_omit_frame_pointer): Remove.
14061 (aarch64_frame_pointer_required): Adjust logic.
14062 (aarch64_can_eliminate): Adjust logic.
14063 (aarch64_override_options_after_change): Adjust logic.
14065 2014-03-27 Dehao Chen <dehao@google.com>
14067 * ipa-inline.c (early_inliner): Update node's inline info.
14069 2014-03-26 Dehao Chen <dehao@google.com>
14071 * dojump.c (do_compare_rtx_and_jump): Sets correct probability for
14072 compiler inserted conditional jumps for NAN float check.
14074 2014-03-26 Jakub Jelinek <jakub@redhat.com>
14076 * ubsan.h (ubsan_create_data): Change second argument's type
14077 to const location_t *.
14078 * ubsan.c (ubsan_source_location): If xloc.file is NULL, set it to
14080 (ubsan_create_data): Change second argument to const location_t *PLOC.
14081 Create Loc field whenever PLOC is non-NULL.
14082 (ubsan_instrument_unreachable, ubsan_expand_null_ifn,
14083 ubsan_build_overflow_builtin, instrument_bool_enum_load): Adjust
14087 * real.c (real_to_integer2): Change type of low to UHWI.
14089 2014-03-26 Tobias Burnus <burnus@net-b.de>
14091 * gcc.c (LINK_COMMAND_SPEC): Use libcilkrts.spec for -fcilkplus.
14092 (CILK_SELF_SPECS): New define.
14093 (driver_self_specs): Use it.
14095 2014-03-26 Richard Biener <rguenther@suse.de>
14097 * tree-pretty-print.c (percent_K_format): Implement special
14098 case for LTO and its stripped down BLOCK tree.
14100 2014-03-26 Jakub Jelinek <jakub@redhat.com>
14103 * ubsan.c (instrument_si_overflow): Instrument ABS_EXPR.
14105 * tree-vrp.c (simplify_internal_call_using_ranges): If only
14106 one range is range_int_cst_p, but not both, at least optimize
14107 addition/subtraction of 0 and multiplication by 0 or 1.
14108 * gimple-fold.c (gimple_fold_call): Fold
14109 IFN_UBSAN_CHECK_{ADD,SUB,MUL}.
14110 (gimple_fold_stmt_to_constant_1): If both op0 and op1 aren't
14111 INTEGER_CSTs, try to fold at least x * 0 and y - y.
14113 2014-03-26 Eric Botcazou <ebotcazou@adacore.com>
14115 PR rtl-optimization/60452
14116 * rtlanal.c (rtx_addr_can_trap_p_1): Fix head comment.
14117 <case REG>: Return 1 for invalid offsets from the frame pointer.
14119 2014-03-26 Marek Polacek <polacek@redhat.com>
14122 * doc/extend.texi (C Extensions): Mention variable-length arrays in
14125 2014-03-26 Marek Polacek <polacek@redhat.com>
14128 * doc/extend.texi (Designated Inits): Describe what happens to omitted
14131 2014-03-26 Marek Polacek <polacek@redhat.com>
14134 * ira-color.c (update_conflict_hard_regno_costs): Perform the
14135 multiplication in unsigned type.
14137 2014-03-26 Chung-Ju Wu <jasonwucj@gmail.com>
14139 * doc/install.texi: Document nds32le-*-elf and nds32be-*-elf.
14141 2014-03-26 Chung-Ju Wu <jasonwucj@gmail.com>
14143 * doc/contrib.texi: Add myself as Andes nds32 port contributor.
14145 2014-03-25 Jan Hubicka <hubicka@ucw.cz>
14148 * cif-code.def (UNREACHABLE) New code.
14149 * ipa-inline.c (inline_small_functions): Skip edges to
14150 __builtlin_unreachable.
14151 (estimate_edge_growth): Allow edges to __builtlin_unreachable.
14152 * ipa-inline-analysis.c (edge_set_predicate): Redirect edges with false
14153 predicate to __bulitin_unreachable.
14154 (set_cond_stmt_execution_predicate): Fix issue when
14155 invert_tree_comparison returns ERROR_MARK.
14156 * ipa-pure-const.c (propagate_pure_const, propagate_nothrow): Do not
14157 propagate to inline clones.
14158 * cgraph.c (verify_edge_corresponds_to_fndecl): Allow redirection
14160 * ipa-cp.c (create_specialized_node): Be ready for new node to appear.
14161 * cgraphclones.c (cgraph_clone_node): If call destination is already
14162 ureachable, do not redirect it back.
14163 * tree-inline.c (fold_marked_statements): Hanlde calls becoming
14166 2014-03-25 Jan Hubicka <hubicka@ucw.cz>
14168 * ipa-pure-const.c (propagate_pure_const, propagate_nothrow):
14169 Do not modify inline clones.
14171 2014-03-25 Jakub Jelinek <jakub@redhat.com>
14173 * config/i386/i386.md (general_sext_operand): New mode attr.
14174 (addv<mode>4, subv<mode>4, mulv<mode>4): If operands[2] is CONST_INT,
14175 don't generate (sign_extend (const_int)).
14176 (*addv<mode>4, *subv<mode>4, *mulv<mode>4): Disallow CONST_INT_P
14177 operands[2]. Use We constraint instead of <i> and
14178 <general_sext_operand> predicate instead of <general_operand>.
14179 (*addv<mode>4_1, *subv<mode>4_1, *mulv<mode>4_1): New insns.
14180 * config/i386/constraints.md (We): New constraint.
14181 * config/i386/predicates.md (x86_64_sext_operand,
14182 sext_operand): New predicates.
14184 2014-03-25 Martin Jambor <mjambor@suse.cz>
14187 * ipa-cp.c (ipa_get_indirect_edge_target_1): Redirect type
14188 inconsistent devirtualizations to __builtin_unreachable.
14190 2014-03-25 Marek Polacek <polacek@redhat.com>
14193 * doc/extend.texi (Example of asm with clobbered asm reg): Fix typo.
14195 2014-03-25 Alan Lawrence <alan.lawrence@arm.com>
14197 * config/aarch64/aarch64.c (aarch64_simd_valid_immediate): Reverse
14198 order of elements for big-endian.
14200 2014-03-25 Richard Biener <rguenther@suse.de>
14202 PR middle-end/60635
14203 * gimplify-me.c (gimple_regimplify_operands): Update the
14206 2014-03-25 Martin Jambor <mjambor@suse.cz>
14209 * lto-cgraph.c (lto_output_node): Stream body_removed flag.
14210 (lto_output_varpool_node): Likewise.
14211 (input_overwrite_node): Likewise.
14212 (input_varpool_node): Likewise.
14214 2014-03-25 Richard Biener <rguenther@suse.de>
14216 * lto-wrapper.c (merge_and_complain): Handle OPT_fPIE like OPT_fpie.
14217 (run_gcc): Likewise.
14219 2014-03-25 Jakub Jelinek <jakub@redhat.com>
14221 * combine.c (simplify_compare_const): Add MODE argument.
14222 Handle mode_width 0 as very large mode_width.
14223 (try_combine, simplify_comparison): Adjust callers.
14225 * cselib.c (cselib_hash_rtx): Perform addition in unsigned
14226 type to avoid signed integer overflow.
14227 * explow.c (plus_constant): Likewise.
14229 2014-03-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
14231 * doc/generic.texi: Correct typos.
14233 2014-03-24 Tobias Burnus <burnus@net-b.de>
14235 * doc/invoke.texi (-flto): Expand section about
14236 using static libraries with LTO.
14238 2014-03-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14240 PR rtl-optimization/60501
14241 * optabs.def (addptr3_optab): New optab.
14242 * optabs.c (gen_addptr3_insn, have_addptr3_insn): New function.
14243 * doc/md.texi ("addptrm3"): Document new RTL standard expander.
14244 * expr.h (gen_addptr3_insn, have_addptr3_insn): Add prototypes.
14246 * lra.c (emit_add3_insn): Use the addptr pattern if available.
14248 * config/s390/s390.md ("addptrdi3", "addptrsi3"): New expanders.
14250 2014-03-24 Ulrich Drepper <drepper@gmail.com>
14252 * config/i386/avx512fintrin.h: Define _mm512_set1_ps and
14255 * config/i386/avxintrin.h (_mm256_undefined_si256): Define.
14256 (_mm256_undefined_ps): Define.
14257 (_mm256_undefined_pd): Define.
14258 * config/i386/emmintrin.h (_mm_undefined_si128): Define.
14259 (_mm_undefined_pd): Define.
14260 * config/i386/xmmintrin.h (_mm_undefined_ps): Define.
14261 * config/i386/avx512fintrin.h (_mm512_undefined_si512): Define.
14262 (_mm512_undefined_ps): Define.
14263 (_mm512_undefined_pd): Define.
14264 Use _mm*_undefined_*.
14265 * config/i386/avx2intrin.h: Use _mm*_undefined_*.
14267 2014-03-24 Alex Velenko <Alex.Velenko@arm.com>
14269 * config/aarch64/aarch64-simd-builtins.def (lshr): DI mode excluded.
14270 (lshr_simd): DI mode added.
14271 * config/aarch64/aarch64-simd.md (aarch64_lshr_simddi): New pattern.
14272 (aarch64_ushr_simddi): Likewise.
14273 * config/aarch64/aarch64.md (UNSPEC_USHR64): New unspec.
14274 * config/aarch64/arm_neon.h (vshr_n_u64): Intrinsic fixed.
14275 (vshrd_n_u64): Likewise.
14277 2014-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14279 * Makefile.in (s-macro_list): Depend on cc1.
14281 2014-03-23 Teresa Johnson <tejohnson@google.com>
14283 * ipa-utils.c (ipa_print_order): Use specified dump file.
14285 2014-03-23 Eric Botcazou <ebotcazou@adacore.com>
14287 PR rtl-optimization/60601
14288 * bb-reorder.c (fix_up_fall_thru_edges): Test EDGE_FALLTHRU everywhere.
14290 * gcc.c (eval_spec_function): Initialize save_growing_value.
14292 2014-03-22 Jakub Jelinek <jakub@redhat.com>
14295 * internal-fn.c (ubsan_expand_si_overflow_addsub_check): For
14296 code == MINUS_EXPR, never swap op0 with op1.
14298 * toplev.c (init_local_tick): Avoid signed integer multiplication
14300 * genautomata.c (reserv_sets_hash_value): Fix rotate idiom, avoid
14301 shift by first operand's bitsize.
14303 2014-03-21 Jakub Jelinek <jakub@redhat.com>
14306 * config/i386/i386.h (TARGET_64BIT_P): If not TARGET_BI_ARCH,
14307 redefine to 1 or 0.
14308 * config/i386/darwin.h (TARGET_64BIT_P): Redefine to
14309 TARGET_ISA_64BIT_P(x).
14311 2014-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14313 * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate a
14314 pattern for vector nor instead of subtract from splat(-1).
14315 (altivec_expand_vec_perm_const_le): Likewise.
14317 2014-03-21 Richard Henderson <rth@twiddle.net>
14320 * ifcvt.c (dead_or_predicable): Return FALSE if there are any frame
14321 related insns after epilogue_completed.
14323 2014-03-21 Martin Jambor <mjambor@suse.cz>
14326 * cgraph.h (symtab_node): New flag body_removed.
14327 * ipa.c (symtab_remove_unreachable_nodes): Set body_removed flag
14328 when removing bodies.
14329 * symtab.c (dump_symtab_base): Dump body_removed flag.
14330 * cgraph.c (verify_edge_corresponds_to_fndecl): Skip nodes which
14331 had their bodies removed.
14333 2014-03-21 Martin Jambor <mjambor@suse.cz>
14336 * ipa.c (symtab_remove_unreachable_nodes): Clear thunk flag of nodes
14339 2014-03-21 Richard Biener <rguenther@suse.de>
14341 PR tree-optimization/60577
14342 * tree-core.h (struct tree_base): Document nothrow_flag use
14343 in DECL_NONALIASED.
14344 * tree.h (DECL_NONALIASED): New.
14345 (may_be_aliased): Adjust.
14346 * coverage.c (build_var): Set DECL_NONALIASED.
14348 2014-03-20 Eric Botcazou <ebotcazou@adacore.com>
14350 * expr.c (expand_expr_real_1): Remove outdated comment.
14352 2014-03-20 Jakub Jelinek <jakub@redhat.com>
14354 PR middle-end/60597
14355 * ira.c (adjust_cleared_regs): Call copy_rtx on
14356 *reg_equiv[REGNO (loc)].src_p before passing it to
14357 simplify_replace_fn_rtx.
14360 * config/i386/i386.c (x86_output_mi_thunk): Surround UNSPEC_GOT
14361 into CONST, put pic register as first operand of PLUS. Use
14362 gen_const_mem for both 32-bit and 64-bit PIC got loads.
14364 2014-03-20 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
14366 * config/aarch64/aarch64.c (MEMORY_MOVE_COST): Delete.
14368 2014-03-20 Eric Botcazou <ebotcazou@adacore.com>
14370 * config/sparc/sparc.c (sparc_do_work_around_errata): Implement work
14371 around for store forwarding issue in the FPU on the UT699.
14372 * config/sparc/sparc.md (in_branch_delay): Return false for single FP
14373 loads and operations if -mfix-ut699 is specified.
14374 (divtf3_hq): Tweak attribute.
14375 (sqrttf2_hq): Likewise.
14377 2014-03-20 Eric Botcazou <ebotcazou@adacore.com>
14379 * calls.c (store_one_arg): Remove incorrect const qualification on the
14380 type of the temporary.
14381 * cfgexpand.c (expand_return): Likewise.
14382 * expr.c (expand_constructor): Likewise.
14383 (expand_expr_real_1): Likewise.
14385 2014-03-20 Zhenqiang Chen <zhenqiang.chen@linaro.org>
14387 * config/arm/arm.c (arm_dwarf_register_span): Update the element number
14390 2014-03-19 Kaz Kojima <kkojima@gcc.gnu.org>
14393 * config/sh/sh.md (udivsi3_i1): Clobber R1 register.
14395 2014-03-19 James Greenhalgh <james.greenhalgh@arm.com>
14397 * config/arm/aarch-common-protos.h
14398 (alu_cost_table): Fix spelling of "extend".
14399 * config/arm/arm.c (arm_new_rtx_costs): Fix spelling of "extend".
14401 2014-03-19 Richard Biener <rguenther@suse.de>
14403 PR middle-end/60553
14404 * tree-core.h (tree_type_common): Re-order pointer members
14405 to reduce recursion depth during GC walks.
14407 2014-03-19 Marek Polacek <polacek@redhat.com>
14410 * ubsan.c (ubsan_type_descriptor): Check that DECL_NAME is nonnull
14411 before accessing it.
14413 2014-03-19 Richard Biener <rguenther@suse.de>
14416 * lto-streamer-in.c (input_function): In WPA stage do not drop
14419 2014-03-19 Jakub Jelinek <jakub@redhat.com>
14421 PR tree-optimization/60559
14422 * vectorizable_mask_load_store): Replace scalar MASK_LOAD
14423 with build_zero_cst assignment.
14425 2014-03-18 Kai Tietz <ktietz@redhat.com>
14427 PR rtl-optimization/56356
14428 * sdbout.c (sdbout_parms): Verify that parms'
14429 incoming argument is valid.
14430 (sdbout_reg_parms): Likewise.
14432 2014-03-18 Richard Henderson <rth@redhat.com>
14435 * config/i386/i386.md (*float<SWI48x><MODEF>2_i387): Move down to
14436 be shadowed by *float<SWI48><MODEF>2_sse. Test X87_ENABLE_FLOAT.
14437 (*float<SWI48><MODEF>2_sse): Check X87_ENABLE_FLOAT for alternative 0.
14439 2014-03-18 Basile Starynkevitch <basile@starynkevitch.net>
14441 * plugin.def: Improve comment for PLUGIN_INCLUDE_FILE.
14442 * doc/plugins.texi (Plugin callbacks): Mention PLUGIN_INCLUDE_FILE.
14443 Italicize plugin event names in description. Explain that
14444 PLUGIN_PRAGMAS has no sense for lto1. Explain PLUGIN_INCLUDE_FILE.
14445 Remind that no GCC functions should be called after PLUGIN_FINISH.
14446 Explain what pragmas with expansion are.
14448 2014-03-18 Martin Liska <mliska@suse.cz>
14450 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Added case when
14451 gimple call statement is update.
14452 * gimple-fold.c (gimple_fold_call): Changed order for GIMPLE_ASSIGN and
14453 GIMPLE_CALL, where gsi iterator still points to GIMPLE CALL.
14455 2014-03-18 Jakub Jelinek <jakub@redhat.com>
14458 * ubsan.c (ubsan_instrument_unreachable): Call
14459 initialize_sanitizer_builtins.
14460 (ubsan_pass): Likewise.
14463 * ubsan.c (ubsan_type_descriptor, ubsan_create_data): Call
14464 varpool_finalize_decl instead of rest_of_decl_compilation.
14466 2014-03-18 Richard Biener <rguenther@suse.de>
14468 * df-problems.c (df_rd_confluence_n): Avoid bitmap_copy
14469 by using bitmap_and_compl instead of bitmap_and_compl_into.
14470 (df_rd_transfer_function): Likewise.
14472 2014-03-18 Richard Biener <rguenther@suse.de>
14474 * doc/lto.texi (fresolution): Fix typo.
14476 2014-03-18 Richard Biener <rguenther@suse.de>
14478 * doc/invoke.texi (flto): Update for changes in 4.9.
14480 2014-03-18 Richard Biener <rguenther@suse.de>
14482 * doc/loop.texi: Remove section on the removed lambda framework.
14483 Update loop docs with recent changes in preserving loop structure.
14485 2014-03-18 Richard Biener <rguenther@suse.de>
14487 * doc/lto.texi (-fresolution): Document.
14489 2014-03-18 Richard Biener <rguenther@suse.de>
14491 * doc/contrib.texi: Adjust my name.
14493 2014-03-18 Jakub Jelinek <jakub@redhat.com>
14496 * internal-fn.c: Include diagnostic-core.h.
14497 (expand_BUILTIN_EXPECT): New function.
14498 * gimplify.c (gimplify_call_expr): Use false instead of FALSE.
14499 (gimplify_modify_expr): Gimplify 3 argument __builtin_expect into
14500 IFN_BUILTIN_EXPECT call instead of __builtin_expect builtin call.
14501 * ipa-inline-analysis.c (find_foldable_builtin_expect): Handle
14502 IFN_BUILTIN_EXPECT.
14503 * predict.c (expr_expected_value_1): Handle IFN_BUILTIN_EXPECT.
14504 Revert 3 argument __builtin_expect code.
14505 (strip_predict_hints): Handle IFN_BUILTIN_EXPECT.
14506 * gimple-fold.c (gimple_fold_call): Likewise.
14507 * tree.h (fold_builtin_expect): New prototype.
14508 * builtins.c (build_builtin_expect_predicate): Add predictor
14509 argument, if non-NULL, create 3 argument __builtin_expect.
14510 (fold_builtin_expect): No longer static. Add ARG2 argument,
14511 pass it through to build_builtin_expect_predicate.
14512 (fold_builtin_2): Adjust caller.
14513 (fold_builtin_3): Handle BUILT_IN_EXPECT.
14514 * internal-fn.def (BUILTIN_EXPECT): New.
14516 2014-03-18 Tobias Burnus <burnus@net-b.de>
14519 * predict.def (PRED_FORTRAN_OVERFLOW, PRED_FORTRAN_FAIL_ALLOC,
14520 PRED_FORTRAN_FAIL_IO, PRED_FORTRAN_WARN_ONCE, PRED_FORTRAN_SIZE_ZERO,
14521 PRED_FORTRAN_INVALID_BOUND, PRED_FORTRAN_ABSENT_DUMMY): Add.
14523 2014-03-18 Jan Hubicka <hubicka@ucw.cz>
14526 * predict.c (combine_predictions_for_bb): Fix up formatting.
14527 (expr_expected_value_1, expr_expected_value): Add predictor argument,
14528 fill what it points to if non-NULL.
14529 (tree_predict_by_opcode): Adjust caller, use the predictor.
14530 * predict.def (PRED_COMPARE_AND_SWAP): Add.
14532 2014-03-18 Eric Botcazou <ebotcazou@adacore.com>
14534 * config/sparc/sparc.c (sparc_do_work_around_errata): Speed up and use
14535 proper constant for the store mode.
14537 2014-03-18 Ilya Enkovich <ilya.enkovich@intel.com>
14539 * symtab.c (change_decl_assembler_name): Fix transparent alias
14540 chain construction.
14542 2014-03-16 Renlin Li <Renlin.Li@arm.com>
14544 * config/aarch64/aarch64.c: Correct the comments about the
14545 aarch64 stack layout.
14547 2014-03-18 Thomas Schwinge <thomas@codesourcery.com>
14549 * omp-low.c (lower_rec_input_clauses) <build_omp_barrier>: Restore
14550 check for GF_OMP_FOR_KIND_FOR.
14552 2013-03-18 Kirill Yukhin <kirill.yukhin@intel.com>
14554 * config/i386/i386.h (ADDITIONAL_REGISTER_NAMES): Add
14555 ymm and zmm register names.
14557 2014-03-17 Jakub Jelinek <jakub@redhat.com>
14560 * config/i386/i386.c (ix86_expand_epilogue): Adjust REG_CFA_ADJUST_CFA
14561 note creation for the 2010-08-31 changes.
14563 2014-03-17 Marek Polacek <polacek@redhat.com>
14565 PR middle-end/60534
14566 * omp-low.c (omp_max_vf): Treat -fno-tree-loop-optimize the same
14567 as -fno-tree-loop-vectorize.
14568 (expand_omp_simd): Likewise.
14570 2014-03-15 Eric Botcazou <ebotcazou@adacore.com>
14572 * config/sparc/sparc-protos.h (tls_call_delay): Delete.
14573 (eligible_for_call_delay): New prototype.
14574 * config/sparc/sparc.c (tls_call_delay): Rename into...
14575 (eligible_for_call_delay): ...this. Return false if the instruction
14576 cannot be put in the delay slot of a branch.
14577 (eligible_for_restore_insn): Simplify.
14578 (eligible_for_return_delay): Return false if the instruction cannot be
14579 put in the delay slot of a branch and simplify.
14580 (eligible_for_sibcall_delay): Return false if the instruction cannot be
14581 put in the delay slot of a branch.
14582 * config/sparc/sparc.md (fix_ut699): New attribute.
14583 (tls_call_delay): Delete.
14584 (in_call_delay): Reimplement.
14585 (eligible_for_sibcall_delay): Rename into...
14586 (in_sibcall_delay): ...this.
14587 (eligible_for_return_delay): Rename into...
14588 (in_return_delay): ...this.
14589 (in_branch_delay): Reimplement.
14590 (in_uncond_branch_delay): Delete.
14591 (in_annul_branch_delay): Delete.
14593 2014-03-14 Richard Henderson <rth@redhat.com>
14596 * config/i386/i386.md (floathi<X87MODEF>2): Delete expander; rename
14597 define_insn from *floathi<X87MODEF>2_i387; allow nonimmediate_operand.
14598 (*floathi<X87MODEF>2_i387_with_temp): Remove.
14599 (floathi splitters): Remove.
14600 (float<SWI48x>xf2): New pattern.
14601 (float<SWI48><MODEF>2): Rename from float<SWI48x><X87MODEF>2. Drop
14602 code that tried to handle DImode for 32-bit, but which was excluded
14603 by the pattern's condition. Drop allocation of stack temporary.
14604 (*floatsi<MODEF>2_vector_mixed_with_temp): Remove.
14605 (*float<SWI48><MODEF>2_mixed_with_temp): Remove.
14606 (*float<SWI48><MODEF>2_mixed_interunit): Remove.
14607 (*float<SWI48><MODEF>2_mixed_nointerunit): Remove.
14608 (*floatsi<MODEF>2_vector_sse_with_temp): Remove.
14609 (*float<SWI48><MODEF>2_sse_with_temp): Remove.
14610 (*float<SWI48><MODEF>2_sse_interunit): Remove.
14611 (*float<SWI48><MODEF>2_sse_nointerunit): Remove.
14612 (*float<SWI48x><X87MODEF>2_i387_with_temp): Remove.
14613 (*float<SWI48x><X87MODEF>2_i387): Remove.
14614 (all float _with_temp splitters): Remove.
14615 (*float<SWI48x><MODEF>2_i387): New pattern.
14616 (*float<SWI48><MODEF>2_sse): New pattern.
14617 (float TARGET_USE_VECTOR_CONVERTS splitters): Merge them.
14618 (float TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters): Merge them.
14620 2014-03-14 Jakub Jelinek <jakub@redhat.com>
14621 Marek Polacek <polacek@redhat.com>
14623 PR middle-end/60484
14624 * common.opt (dump_base_name_prefixed): New Variable.
14625 * opts.c (finish_options): Don't prepend directory to x_dump_base_name
14626 if x_dump_base_name_prefixed is already set, set it at the end.
14628 2014-03-14 Vladimir Makarov <vmakarov@redhat.com>
14630 PR rtl-optimization/60508
14631 * lra-constraints.c (get_reload_reg): Add new parameter
14633 (process_addr_reg, simplify_operand_subreg, curr_insn_transform):
14634 Pass the new parameter values.
14636 2014-03-14 Richard Biener <rguenther@suse.de>
14638 * common.opt: Revert unintented changes from r205065.
14639 * opts.c: Likewise.
14641 2014-03-14 Richard Biener <rguenther@suse.de>
14643 PR middle-end/60518
14644 * cfghooks.c (split_block): Properly adjust all loops the
14645 block was a latch of.
14647 2014-03-14 Martin Jambor <mjambor@suse.cz>
14650 * ipa-prop.c (ipa_modify_call_arguments): Fix iteration condition
14653 2014-03-14 Georg-Johann Lay <avr@gjlay.de>
14656 * config/avr/avr.c (avr_set_current_function): Pass function name
14657 through default_strip_name_encoding before sanity checking instead
14658 of skipping the first char of the assembler name.
14660 2014-03-13 Richard Henderson <rth@redhat.com>
14663 * config/i386/i386.c (ix86_split_fp_branch): Remove pushed argument.
14664 (ix86_force_to_memory, ix86_free_from_memory): Remove.
14665 * config/i386/i386-protos.h: Likewise.
14666 * config/i386/i386.md (floathi<X87MODEF>2): Use assign_386_stack_local
14667 in the expander instead of a splitter.
14668 (float<SWI48x><X87MODEF>2): Use assign_386_stack_local if there is
14669 any possibility of requiring a memory.
14670 (*floatsi<MODEF>2_vector_mixed): Remove, and the splitters.
14671 (*floatsi<MODEF>2_vector_sse): Remove, and the splitters.
14672 (fp branch splitters): Update for ix86_split_fp_branch.
14673 (*jcc<X87MODEF>_<SWI24>_i387): Remove r/f alternative.
14674 (*jcc<X87MODEF>_<SWI24>_r_i387): Likewise.
14675 (splitter for jcc<X87MODEF>_<SWI24>_i387 r/f): Remove.
14676 (*fop_<MODEF>_2_i387): Remove f/r alternative.
14677 (*fop_<MODEF>_3_i387): Likewise.
14678 (*fop_xf_2_i387, *fop_xf_3_i387): Likewise.
14679 (splitters for the fop_* register patterns): Remove.
14680 (fscalexf4_i387): Rename from *fscalexf4_i387.
14681 (ldexpxf3): Use gen_floatsixf2 and gen_fscalexf4_i387.
14683 2014-03-13 Jakub Jelinek <jakub@redhat.com>
14685 PR tree-optimization/59779
14686 * tree-dfa.c (get_ref_base_and_extent): Use double_int
14687 type for bitsize and maxsize instead of HOST_WIDE_INT.
14689 2014-03-13 Steven Bosscher <steven@gcc.gnu.org>
14691 PR rtl-optimization/57320
14692 * function.c (rest_of_handle_thread_prologue_and_epilogue): Cleanup
14693 the CFG after thread_prologue_and_epilogue_insns.
14695 2014-03-13 Vladimir Makarov <vmakarov@redhat.com>
14697 PR rtl-optimization/57189
14698 * lra-constraints.c (process_alt_operands): Disfavor spilling
14701 2014-03-13 Cesar Philippidis <cesar@codesourcery.com>
14703 * lto-wrapper.c (maybe_unlink_file): Suppress diagnostic messages.
14705 2014-03-13 Jakub Jelinek <jakub@redhat.com>
14707 PR tree-optimization/59025
14708 PR middle-end/60418
14709 * tree-ssa-reassoc.c (sort_by_operand_rank): For SSA_NAMEs with the
14710 same rank, sort by bb_rank and gimple_uid of SSA_NAME_DEF_STMT first.
14712 2014-03-13 Georg-Johann Lay <avr@gjlay.de>
14715 * config/avr/avr.c (avr_out_plus): Swap cc_plus and cc_minus in
14716 calls of avr_out_plus_1.
14718 2014-03-13 Bin Cheng <bin.cheng@arm.com>
14720 * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Record
14721 BB's single pred and update the father loop's latch info later.
14723 2014-03-12 Michael Meissner <meissner@linux.vnet.ibm.com>
14725 * config/rs6000/vector.md (VEC_L): Add V1TI mode to vector types.
14729 (VEC_base): Likewise.
14730 (mov<MODE>, VEC_M modes): If we are loading TImode into VSX
14731 registers, we need to swap double words in little endian mode.
14733 * config/rs6000/rs6000-modes.def (V1TImode): Add new vector mode
14734 to be a container mode for 128-bit integer operations added in ISA
14735 2.07. Unlike TImode and PTImode, the preferred register set is
14736 the Altivec/VMX registers for the 128-bit operations.
14738 * config/rs6000/rs6000-protos.h (rs6000_move_128bit_ok_p): Add
14740 (rs6000_split_128bit_ok_p): Likewise.
14742 * config/rs6000/rs6000-builtin.def (BU_P8V_AV_3): Add new support
14743 macros for creating ISA 2.07 normal and overloaded builtin
14744 functions with 3 arguments.
14745 (BU_P8V_OVERLOAD_3): Likewise.
14746 (VPERM_1T): Add support for V1TImode in 128-bit vector operations
14747 for use as overloaded functions.
14748 (VPERM_1TI_UNS): Likewise.
14749 (VSEL_1TI): Likewise.
14750 (VSEL_1TI_UNS): Likewise.
14751 (ST_INTERNAL_1ti): Likewise.
14752 (LD_INTERNAL_1ti): Likewise.
14753 (XXSEL_1TI): Likewise.
14754 (XXSEL_1TI_UNS): Likewise.
14755 (VPERM_1TI): Likewise.
14756 (VPERM_1TI_UNS): Likewise.
14757 (XXPERMDI_1TI): Likewise.
14758 (SET_1TI): Likewise.
14759 (LXVD2X_V1TI): Likewise.
14760 (STXVD2X_V1TI): Likewise.
14761 (VEC_INIT_V1TI): Likewise.
14762 (VEC_SET_V1TI): Likewise.
14763 (VEC_EXT_V1TI): Likewise.
14764 (EQV_V1TI): Likewise.
14765 (NAND_V1TI): Likewise.
14766 (ORC_V1TI): Likewise.
14767 (VADDCUQ): Add support for 128-bit integer arithmetic instructions
14768 added in ISA 2.07. Add both normal 'altivec' builtins, and the
14769 overloaded builtin.
14770 (VADDUQM): Likewise.
14771 (VSUBCUQ): Likewise.
14772 (VADDEUQM): Likewise.
14773 (VADDECUQ): Likewise.
14774 (VSUBEUQM): Likewise.
14775 (VSUBECUQ): Likewise.
14777 * config/rs6000/rs6000-c.c (__int128_type): New static to hold
14778 __int128_t and __uint128_t types.
14779 (__uint128_type): Likewise.
14780 (altivec_categorize_keyword): Add support for vector __int128_t,
14781 vector __uint128_t, vector __int128, and vector unsigned __int128
14782 as a container type for TImode operations that need to be done in
14783 VSX/Altivec registers.
14784 (rs6000_macro_to_expand): Likewise.
14785 (altivec_overloaded_builtins): Add ISA 2.07 overloaded functions
14786 to support 128-bit integer instructions vaddcuq, vadduqm,
14787 vaddecuq, vaddeuqm, vsubcuq, vsubuqm, vsubecuq, vsubeuqm.
14788 (altivec_resolve_overloaded_builtin): Add support for V1TImode.
14790 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
14791 for V1TImode, and set up preferences to use VSX/Altivec registers.
14792 Setup VSX reload handlers.
14793 (rs6000_debug_reg_global): Likewise.
14794 (rs6000_init_hard_regno_mode_ok): Likewise.
14795 (rs6000_preferred_simd_mode): Likewise.
14796 (vspltis_constant): Do not allow V1TImode as easy altivec constants.
14797 (easy_altivec_constant): Likewise.
14798 (output_vec_const_move): Likewise.
14799 (rs6000_expand_vector_set): Convert V1TImode set and extract to
14801 (rs6000_expand_vector_extract): Likewise.
14802 (reg_offset_addressing_ok_p): Setup V1TImode to use VSX reg+reg
14804 (rs6000_const_vec): Add support for V1TImode.
14805 (rs6000_emit_le_vsx_load): Swap double words when loading or
14806 storing TImode/V1TImode.
14807 (rs6000_emit_le_vsx_store): Likewise.
14808 (rs6000_emit_le_vsx_move): Likewise.
14809 (rs6000_emit_move): Add support for V1TImode.
14810 (altivec_expand_ld_builtin): Likewise.
14811 (altivec_expand_st_builtin): Likewise.
14812 (altivec_expand_vec_init_builtin): Likewise.
14813 (altivec_expand_builtin): Likewise.
14814 (rs6000_init_builtins): Add support for V1TImode type. Add
14815 support for ISA 2.07 128-bit integer builtins. Define type names
14816 for the VSX/Altivec vector types.
14817 (altivec_init_builtins): Add support for overloaded vector
14818 functions with V1TImode type.
14819 (rs6000_preferred_reload_class): Prefer Altivec registers for V1TImode.
14820 (rs6000_move_128bit_ok_p): Move 128-bit move/split validation to
14822 (rs6000_split_128bit_ok_p): Likewise.
14823 (rs6000_handle_altivec_attribute): Create V1TImode from vector
14824 __int128_t and vector __uint128_t.
14826 * config/rs6000/vsx.md (VSX_L): Add V1TImode to vector iterators
14827 and mode attributes.
14829 (VSX_M2): Likewise.
14834 (VS_scalar): Likewise.
14835 (VS_double): Likewise.
14836 (vsx_set_v1ti): New builtin function to create V1TImode from TImode.
14838 * config/rs6000/rs6000.h (TARGET_VADDUQM): New macro to say whether
14839 we support the ISA 2.07 128-bit integer arithmetic instructions.
14840 (ALTIVEC_OR_VSX_VECTOR_MODE): Add V1TImode.
14841 (enum rs6000_builtin_type_index): Add fields to hold V1TImode
14842 and TImode types for use with the builtin functions.
14843 (V1TI_type_node): Likewise.
14844 (unsigned_V1TI_type_node): Likewise.
14845 (intTI_type_internal_node): Likewise.
14846 (uintTI_type_internal_node): Likewise.
14848 * config/rs6000/altivec.md (UNSPEC_VADDCUQ): New unspecs for ISA 2.07
14849 128-bit builtin functions.
14850 (UNSPEC_VADDEUQM): Likewise.
14851 (UNSPEC_VADDECUQ): Likewise.
14852 (UNSPEC_VSUBCUQ): Likewise.
14853 (UNSPEC_VSUBEUQM): Likewise.
14854 (UNSPEC_VSUBECUQ): Likewise.
14855 (VM): Add V1TImode to vector mode iterators.
14857 (VI_unit): Likewise.
14858 (altivec_vadduqm): Add ISA 2.07 128-bit binary builtins.
14859 (altivec_vaddcuq): Likewise.
14860 (altivec_vsubuqm): Likewise.
14861 (altivec_vsubcuq): Likewise.
14862 (altivec_vaddeuqm): Likewise.
14863 (altivec_vaddecuq): Likewise.
14864 (altivec_vsubeuqm): Likewise.
14865 (altivec_vsubecuq): Likewise.
14867 * config/rs6000/rs6000.md (FMOVE128_GPR): Add V1TImode to vector
14869 (BOOL_128): Likewise.
14870 (BOOL_REGS_OUTPUT): Likewise.
14871 (BOOL_REGS_OP1): Likewise.
14872 (BOOL_REGS_OP2): Likewise.
14873 (BOOL_REGS_UNARY): Likewise.
14874 (BOOL_REGS_AND_CR0): Likewise.
14876 * config/rs6000/altivec.h (vec_vaddcuq): Add support for ISA 2.07
14877 128-bit integer builtin support.
14878 (vec_vadduqm): Likewise.
14879 (vec_vaddecuq): Likewise.
14880 (vec_vaddeuqm): Likewise.
14881 (vec_vsubecuq): Likewise.
14882 (vec_vsubeuqm): Likewise.
14883 (vec_vsubcuq): Likewise.
14884 (vec_vsubuqm): Likewise.
14886 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
14887 Document vec_vaddcuq, vec_vadduqm, vec_vaddecuq, vec_vaddeuqm,
14888 vec_subecuq, vec_subeuqm, vec_vsubcuq, vec_vsubeqm builtins adding
14889 128-bit integer add/subtract to ISA 2.07.
14891 2014-03-12 Joern Rennecke <joern.rennecke@embecosm.com>
14893 * config/arc/arc.c (arc_predicate_delay_insns):
14894 Fix third argument passed to conditionalize_nonjump.
14896 2014-03-12 Yufeng Zhang <yufeng.zhang@arm.com>
14898 * config/aarch64/aarch64-builtins.c
14899 (aarch64_builtin_vectorized_function): Add BUILT_IN_LFLOORF,
14900 BUILT_IN_LLFLOOR, BUILT_IN_LCEILF and BUILT_IN_LLCEIL.
14901 * config/aarch64/arm_neon.h (vcvtaq_u64_f64): Call __builtin_llfloor
14902 instead of __builtin_lfloor.
14903 (vcvtnq_u64_f64): Call __builtin_llceil instead of __builtin_lceil.
14905 2014-03-12 Jakub Jelinek <jakub@redhat.com>
14907 * tree-ssa-ifcombine.c (forwarder_block_to): New function.
14908 (tree_ssa_ifcombine_bb_1): New function.
14909 (tree_ssa_ifcombine_bb): Use it. Handle also cases where else_bb
14910 is an empty forwarder block to then_bb or vice versa and then_bb
14911 and else_bb are effectively swapped.
14913 2014-03-12 Christian Bruel <christian.bruel@st.com>
14916 * config/arm/arm.c (arm_emit_vfp_multi_reg_pop): Emit a
14917 REG_CFA_DEF_CFA note.
14918 (arm_expand_epilogue_apcs_frame): call arm_add_cfa_adjust_cfa_note.
14919 (arm_unwind_emit): Allow REG_CFA_DEF_CFA.
14921 2014-03-12 Thomas Preud'homme <thomas.preudhomme@arm.com>
14923 PR tree-optimization/60454
14924 * tree-ssa-math-opts.c (find_bswap_1): Fix bswap detection.
14926 2014-03-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14928 * config.gcc (aarch64*-*-*): Use ISA flags from aarch64-arches.def.
14929 Do not define target_cpu_default2 to generic.
14930 * config/aarch64/aarch64.h (TARGET_CPU_DEFAULT): Use generic cpu.
14931 * config/aarch64/aarch64.c (aarch64_override_options): Update comment.
14932 * config/aarch64/aarch64-arches.def (armv8-a): Use generic cpu.
14934 2014-03-12 Jakub Jelinek <jakub@redhat.com>
14935 Marc Glisse <marc.glisse@inria.fr>
14937 PR tree-optimization/60502
14938 * tree-ssa-reassoc.c (eliminate_not_pairs): Use build_all_ones_cst
14939 instead of build_low_bits_mask.
14941 2014-03-12 Jakub Jelinek <jakub@redhat.com>
14943 PR middle-end/60482
14944 * tree-vrp.c (register_edge_assert_for_1): Don't add assert
14945 if there are multiple uses, but op doesn't live on E edge.
14946 * tree-cfg.c (assert_unreachable_fallthru_edge_p): Also ignore
14947 clobber stmts before __builtin_unreachable.
14949 2014-03-11 Richard Sandiford <rdsandiford@googlemail.com>
14951 * builtins.c (expand_builtin_setjmp_receiver): Use and clobber
14952 hard_frame_pointer_rtx.
14953 * cse.c (cse_insn): Remove volatile check.
14954 * cselib.c (cselib_process_insn): Likewise.
14955 * dse.c (scan_insn): Likewise.
14957 2014-03-11 Joern Rennecke <joern.rennecke@embecosm.com>
14959 * config/arc/arc.c (conditionalize_nonjump): New function,
14961 (arc_ifcvt): ... this.
14962 (arc_predicate_delay_insns): Use it.
14964 2014-03-11 Joern Rennecke <joern.rennecke@embecosm.com>
14966 * config/arc/predicates.md (extend_operand): During/after reload,
14967 allow const_int_operand.
14968 * config/arc/arc.md (mulsidi3_700): Use extend_operand predicate.
14969 (umulsidi3_700): Likewise. Change operand 2 constraint back to "cL".
14970 (mulsi3_highpart): Change operand 2 constraint alternatives 2 and 3
14972 (umulsi3_highpart_i): Likewise.
14974 2014-03-11 Richard Biener <rguenther@suse.de>
14976 * tree-ssa-structalias.c (get_constraint_for_ptr_offset):
14977 Add asserts to guard possible wrong-code bugs.
14979 2014-03-11 Richard Biener <rguenther@suse.de>
14981 PR tree-optimization/60429
14982 PR tree-optimization/60485
14983 * tree-ssa-structalias.c (set_union_with_increment): Properly
14984 take into account all fields that overlap the shifted vars.
14985 (do_sd_constraint): Likewise.
14986 (do_ds_constraint): Likewise.
14987 (get_constraint_for_ptr_offset): Likewise.
14989 2014-03-11 Chung-Lin Tang <cltang@codesourcery.com>
14991 * config/nios2/nios2.c (machine_function): Add fp_save_offset field.
14992 (nios2_compute_frame_layout):
14993 Add calculation of cfun->machine->fp_save_offset.
14994 (nios2_expand_prologue): Correct setting of frame pointer register
14996 (nios2_expand_epilogue): Update recovery of stack pointer from
14997 frame pointer accordingly.
14998 (nios2_initial_elimination_offset): Update calculation of offset
14999 for eliminating to HARD_FRAME_POINTER_REGNUM.
15001 2014-03-10 Jakub Jelinek <jakub@redhat.com>
15004 * ipa.c (symtab_remove_unreachable_nodes): Don't call
15005 cgraph_get_create_node on VAR_DECLs.
15007 2014-03-10 Richard Biener <rguenther@suse.de>
15009 PR middle-end/60474
15010 * tree.c (signed_or_unsigned_type_for): Handle OFFSET_TYPEs.
15012 2014-03-08 Douglas B Rupp <rupp@gnat.com>
15014 * config/vms/vms.opt (vms_float_format): New variable.
15016 2014-03-08 Tobias Burnus <burnus@net-b.de>
15018 * doc/invoke.texi (-fcilkplus): Update implementation status.
15020 2014-03-08 Paulo Matos <paulo@matos-sorge.com>
15021 Richard Biener <rguenther@suse.de>
15023 * lto-wrapper.c (merge_and_complain): Ensure -fshort-double is used
15024 consistently accross all TUs.
15025 (run_gcc): Enable -fshort-double automatically at link at link-time
15026 and disallow override.
15028 2014-03-08 Richard Sandiford <rdsandiford@googlemail.com>
15031 * config/mips/mips.c (mips_option_override): Promote -mpaired-single
15032 warning to an error. Disable TARGET_PAIRED_SINGLE and TARGET_MIPS3D
15033 if they can't be used.
15035 2014-03-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15037 * configure.ac (HAVE_AS_IX86_TLSLDMPLT): Improve test
15038 for Solaris 11/x86 ld.
15039 * configure: Regenerate.
15041 2014-03-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15043 * configure.ac (TLS_SECTION_ASM_FLAG): Save as tls_section_flag.
15044 (LIB_TLS_SPEC): Save as ld_tls_libs.
15045 (HAVE_AS_IX86_TLSLDMPLT): Define as 1/0.
15046 (HAVE_AS_IX86_TLSLDM): New test.
15047 * configure, config.in: Regenerate.
15048 * config/i386/i386.c (legitimize_tls_address): Fall back to
15049 TLS_MODEL_GLOBAL_DYNAMIC on 32-bit Solaris/x86 if tool chain
15050 cannot support TLS_MODEL_LOCAL_DYNAMIC.
15051 * config/i386/i386.md (*tls_local_dynamic_base_32_gnu): Use if
15052 instead of #ifdef in HAVE_AS_IX86_TLSLDMPLT test.
15054 2014-03-07 Paulo Matos <paulo@matos-sorge.com>
15056 * common.opt (fira-loop-pressure): Mark as optimization.
15058 2014-03-07 Thomas Schwinge <thomas@codesourcery.com>
15060 * langhooks.c (lhd_omp_mappable_type): The error_mark_node is not
15061 an OpenMP mappable type.
15063 2014-03-06 Matthias Klose <doko@ubuntu.com>
15065 * Makefile.in (s-mlib): Only pass MULTIARCH_DIRNAME if
15066 MULTILIB_OSDIRNAMES is not defined.
15068 2014-03-06 Jakub Jelinek <jakub@redhat.com>
15069 Meador Inge <meadori@codesourcery.com>
15072 * config/arm/arm.c (arm_tls_symbol_p): Remove.
15073 (arm_legitimize_address): Call legitimize_tls_address for any
15074 arm_tls_referenced_p expression, handle constant addend. Call it
15075 before testing for !TARGET_ARM.
15076 (thumb_legitimize_address): Don't handle arm_tls_symbol_p here.
15078 2014-03-06 Richard Biener <rguenther@suse.de>
15080 PR middle-end/60445
15084 2014-03-04 Paulo Matos <paulo@matos-sorge.com>
15086 * tree-streamer.c (record_common_node): Assert we don't record
15087 nodes with type double.
15088 (preload_common_node): Skip type double, complex double and double
15089 pointer since it is now frontend dependent due to fshort-double option.
15091 2014-03-06 Richard Biener <rguenther@suse.de>
15093 * gcc.c (PLUGIN_COND): Always enable unless -fno-use-linker-plugin
15094 or -fno-lto is specified and the linker has full plugin support.
15095 * collect2.c (lto_mode): Default to LTO_MODE_WHOPR if LTO is enabled.
15096 (main): Remove -flto processing, adjust lto_mode using use_plugin late.
15097 * lto-wrapper.c (merge_and_complain): Merge compile-time
15098 optimization levels.
15099 (run_gcc): And pass it through to the link options.
15101 2014-03-06 Alexandre Oliva <aoliva@redhat.com>
15105 2014-02-28 Alexandre Oliva <aoliva@redhat.com>
15107 * cselib.c (remove_useless_values): Skip to avoid quadratic
15108 behavior if the condition moved from...
15109 (cselib_process_insn): ... here holds.
15111 2014-03-05 Jakub Jelinek <jakub@redhat.com>
15114 * Makefile.in (PLUGIN_HEADERS): Add tree-phinodes.h, stor-layout.h,
15115 ssa-iterators.h, $(RESOURCE_H) and tree-cfgcleanup.h.
15118 * config/i386/t-i386 (OPTIONS_H_EXTRA): Add stringop.def.
15119 (TM_H): Add x86-tune.def.
15121 2014-03-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15123 * config/aarch64/aarch64.c (generic_tunings):
15124 Use cortexa57_extra_costs.
15126 2014-03-05 Jakub Jelinek <jakub@redhat.com>
15129 * cfgexpand.c (expand_used_vars): Do not assume all SSA_NAMEs
15130 of PARM/RESULT_DECLs must be coalesced with optimize && in_lto_p.
15131 * tree-ssa-coalesce.c (coalesce_ssa_name): Use MUST_COALESCE_COST - 1
15134 2014-03-04 Heiher <r@hev.cc>
15136 * config/mips/mips-cpus.def (loongson3a): Mark as a MIPS64r2 processor.
15137 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Adjust accordingly.
15139 2014-03-04 Uros Bizjak <ubizjak@gmail.com>
15141 * config/i386/predicates.md (const2356_operand): Change to ...
15142 (const2367_operand): ... this.
15143 * config/i386/sse.md (avx512pf_scatterpf<mode>sf): Use
15145 (*avx512pf_scatterpf<mode>sf_mask): Ditto.
15146 (*avx512pf_scatterpf<mode>sf): Ditto.
15147 (avx512pf_scatterpf<mode>df): Ditto.
15148 (*avx512pf_scatterpf<mode>df_mask): Ditto.
15149 (*avx512pf_scatterpf<mode>df): Ditto.
15150 * config/i386/i386.c (ix86_expand_builtin): Update
15151 incorrect hint operand error message.
15153 2014-03-04 Richard Biener <rguenther@suse.de>
15155 * lto-section-in.c (lto_get_section_data): Fix const cast.
15157 2014-03-04 Paulo Matos <paulo@matos-sorge.com>
15159 * tree-streamer.c (record_common_node): Assert we don't record
15160 nodes with type double.
15161 (preload_common_node): Skip type double, complex double and double
15162 pointer since it is now frontend dependent due to fshort-double option.
15164 2014-03-04 Richard Biener <rguenther@suse.de>
15167 * lto-streamer-in.c (lto_read_body): Remove LTO bytecode version check.
15168 (lto_input_toplevel_asms): Likewise.
15169 * lto-section-in.c (lto_get_section_data): Instead do it here
15172 2014-03-04 Richard Biener <rguenther@suse.de>
15174 PR tree-optimization/60382
15175 * tree-vect-loop.c (vect_is_simple_reduction_1): Do not consider
15176 dead PHIs a reduction.
15178 2014-03-03 Uros Bizjak <ubizjak@gmail.com>
15180 * config/i386/xmmintrin.h (enum _mm_hint) <_MM_HINT_ET0>: Correct
15182 (_mm_prefetch): Move out of GCC target("sse") pragma.
15183 * config/i386/prfchwintrin.h (_m_prefetchw): Move out of
15184 GCC target("prfchw") pragma.
15185 * config/i386/i386.md (prefetch): Emit prefetchwt1 only
15187 * config/i386/i386.c (ix86_option_override_internal): Enable
15188 -mprfchw with -mprefetchwt1.
15190 2014-03-03 Joern Rennecke <joern.rennecke@embecosm.com>
15192 * config/arc/arc.md (casesi_load) <length attribute alternative 0>:
15195 2014-03-03 Joern Rennecke <joern.rennecke@embecosm.com>
15197 * opts.h (CL_PCH_IGNORE): Define.
15198 * targhooks.c (option_affects_pch_p):
15199 Return false for options that have CL_PCH_IGNORE set.
15200 * opt-functions.awk: Process PchIgnore.
15201 * doc/options.texi: Document PchIgnore.
15203 * config/arc/arc.opt (misize): Add PchIgnore property.
15205 2014-03-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15207 * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Disallow
15208 reload of PLUS rtx's outside of GENERAL_REGS or BASE_REGS; relax
15209 constraint on constants to permit them being loaded into
15210 GENERAL_REGS or BASE_REGS.
15212 2014-03-03 Nick Clifton <nickc@redhat.com>
15214 * config/rl78/rl78-real.md (cbranchsi4_real_signed): Add
15215 anti-cacnonical alternatives.
15216 (negandhi3_real): New pattern.
15217 * config/rl78/rl78-virt.md (negandhi3_virt): New pattern.
15219 2014-03-03 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
15221 * config/avr/avr-mcus.def: Remove atxmega16x1.
15222 * config/avr/avr-tables.opt: Regenerate.
15223 * config/avr/t-multilib: Regenerate.
15224 * doc/avr-mmcu.texi: Regenerate.
15226 2014-03-03 Tobias Grosser <tobias@grosser.es>
15227 Mircea Namolaru <mircea.namolaru@inria.fr>
15229 PR tree-optimization/58028
15230 * graphite-clast-to-gimple.c (set_cloog_options): Don't remove
15233 2014-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
15235 * config/arm/neon.md (*movmisalign<mode>): Legitimize addresses
15236 not handled by recognizers.
15238 2014-03-03 Jakub Jelinek <jakub@redhat.com>
15240 PR middle-end/60175
15241 * function.c (expand_function_end): Don't emit
15242 clobber_return_register sequence if clobber_after is a BARRIER.
15243 * cfgexpand.c (construct_exit_block): Append instructions before
15244 return_label to prev_bb.
15246 2014-03-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15248 * config/rs6000/constraints.md: Document reserved use of "wc".
15250 2014-03-02 Jan Hubicka <hubicka@ucw.cz>
15253 * ipa.c (function_and_variable_visibility): When dissolving comdat
15254 group, also set all symbols to local.
15256 2014-03-02 Jan Hubicka <hubicka@ucw.cz>
15261 2013-12-14 Jan Hubicka <jh@suse.cz>
15262 PR middle-end/58477
15263 * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Skip clobbers.
15265 2014-03-02 Jon Beniston <jon@beniston.com>
15271 * config/lm32/lm32.c (lm32_legitimate_constant_p): Remove, as incorrect.
15272 (TARGET_LEGITIMATE_CONSTANT_P): Undefine, as not needed.
15273 * config/lm32/lm32.md (movsi_insn): Add 32-bit immediate support.
15274 (simple_return, *simple_return): New patterns
15275 * config/lm32/predicates.md (movsi_rhs_operand): Remove as obsolete.
15276 * configure.ac (force_sjlj_exceptions): Force sjlj exceptions for lm32.
15278 2014-03-01 Paolo Carlini <paolo.carlini@oracle.com>
15280 * dwarf2out.c (gen_subprogram_die): Tidy.
15282 2014-03-01 Oleg Endo <olegendo@gcc.gnu.org>
15285 * config/sh/sh.md (*mov_t_msb_neg): Split into ...
15286 (*mov_t_msb_neg_negc): ... this new insn.
15288 2014-02-28 Jason Merrill <jason@redhat.com>
15291 * ipa-devirt.c (ipa_devirt): Don't choose an implicitly-declared
15294 2014-02-28 Paolo Carlini <paolo.carlini@oracle.com>
15297 * dwarf2out.c (decltype_auto_die): New static.
15298 (gen_subprogram_die): Handle 'decltype(auto)' like 'auto'.
15299 (gen_type_die_with_usage): Handle 'decltype(auto)'.
15300 (is_cxx_auto): Likewise.
15302 2014-02-28 Ian Bolton <ian.bolton@arm.com>
15304 * config/aarch64/aarch64.h: Define __ARM_NEON by default if
15305 we are not using general regs only.
15307 2014-02-28 Richard Biener <rguenther@suse.de>
15310 * tree-cfgcleanup.c (tree_forwarder_block_p): Restrict
15311 previous fix and only allow to remove trivial pre-headers
15312 and latches. Also honor LOOPS_MAY_HAVE_MULTIPLE_LATCHES.
15313 (remove_forwarder_block): Properly update the latch of a loop.
15315 2014-02-28 Alexandre Oliva <aoliva@redhat.com>
15318 * cselib.c (cselib_hasher::equal): Special-case VALUE lookup.
15319 (cselib_preserved_hash_table): New.
15320 (preserve_constants_and_equivs): Move preserved vals to it.
15321 (cselib_find_slot): Look it up first.
15322 (cselib_init): Initialize it.
15323 (cselib_finish): Release it.
15324 (dump_cselib_table): Dump it.
15326 2014-02-28 Alexandre Oliva <aoliva@redhat.com>
15329 * cselib.c (remove_useless_values): Skip to avoid quadratic
15330 behavior if the condition moved from...
15331 (cselib_process_insn): ... here holds.
15333 2014-02-28 Alexandre Oliva <aoliva@redhat.com>
15336 * var-tracking.c (vt_initialize): Apply the same condition to
15337 preserve the CFA base value.
15339 2014-02-28 Joey Ye <joey.ye@arm.com>
15342 * config/arm/arm.c (thumb_far_jump_used_p): Don't change
15343 if reload in progress or completed.
15345 2014-02-28 Tobias Burnus <burnus@net-b.de>
15347 PR middle-end/60147
15348 * tree-pretty-print.c (dump_generic_node, print_declaration): Handle
15351 2014-02-27 H.J. Lu <hongjiu.lu@intel.com>
15353 * doc/tm.texi.in (Condition Code Status): Update documention for
15354 relative locations of cc0-setter and cc0-user.
15356 2014-02-27 Jeff Law <law@redhat.com>
15358 PR rtl-optimization/52714
15359 * combine.c (try_combine): When splitting an unrecognized PARALLEL
15360 into two independent simple sets, if I3 is a jump, ensure the
15361 pattern we place into I3 is a (set (pc) ...).
15363 2014-02-27 Mikael Pettersson <mikpe@it.uu.se>
15364 Jeff Law <law@redhat.com>
15366 PR rtl-optimization/49847
15367 * cse.c (fold_rtx) Handle case where cc0 setter and cc0 user
15368 are in different blocks.
15369 * doc/tm.texi (Condition Code Status): Update documention for
15370 relative locations of cc0-setter and cc0-user.
15372 2014-02-27 Vladimir Makarov <vmakarov@redhat.com>
15375 * lra.c (lra_emit_add): Check SUBREG too.
15377 2014-02-27 Andreas Schwab <schwab@suse.de>
15379 * config/m68k/m68k.c (m68k_option_override): Disable
15380 -flive-range-shrinkage for classic m68k.
15381 (m68k_override_options_after_change): Likewise.
15383 2014-02-27 Marek Polacek <polacek@redhat.com>
15385 PR middle-end/59223
15386 * tree-ssa-uninit.c (gate_warn_uninitialized): Run the pass even for
15387 -Wmaybe-uninitialized.
15389 2014-02-27 Alan Modra <amodra@gmail.com>
15392 * reload1.c (emit_input_reload_insns): When reload_override_in,
15393 set old to rl->in_reg when rl->in_reg is a subreg.
15395 2014-02-26 Richard Biener <rguenther@suse.de>
15398 * lra-assigns.c (spill_for): Avoid mixed-sign comparison.
15400 2014-02-25 Ilya Tocar <ilya.tocar@intel.com>
15402 * common/config/i386/predicates.md (const1256_operand): Remove.
15403 (const2356_operand): New.
15404 (const_1_to_2_operand): Remove.
15405 * config/i386/sse.md (avx512pf_gatherpf<mode>sf): Change hint value.
15406 (*avx512pf_gatherpf<mode>sf_mask): Ditto.
15407 (*avx512pf_gatherpf<mode>sf): Ditto.
15408 (avx512pf_gatherpf<mode>df): Ditto.
15409 (*avx512pf_gatherpf<mode>df_mask): Ditto.
15410 (*avx512pf_gatherpf<mode>df): Ditto.
15411 (avx512pf_scatterpf<mode>sf): Ditto.
15412 (*avx512pf_scatterpf<mode>sf_mask): Ditto.
15413 (*avx512pf_scatterpf<mode>sf): Ditto.
15414 (avx512pf_scatterpf<mode>df): Ditto.
15415 (*avx512pf_scatterpf<mode>df_mask): Ditto.
15416 (*avx512pf_scatterpf<mode>df): Ditto.
15417 * common/config/i386/xmmintrin.h (_mm_hint): Add _MM_HINT_ET0.
15419 2014-02-26 Ilya Tocar <ilya.tocar@intel.com>
15421 * config/i386/avx512fintrin.h (_mm512_testn_epi32_mask),
15422 (_mm512_mask_testn_epi32_mask), (_mm512_testn_epi64_mask),
15423 (_mm512_mask_testn_epi64_mask): Move to ...
15424 * config/i386/avx512cdintrin.h: Here.
15425 * config/i386/i386.c (bdesc_args): Change MASK_ISA for testnm.
15426 * config/i386/sse.md (avx512f_vmscalef<mode><round_name>): Remove %.
15427 (avx512f_scalef<mode><mask_name><round_name>): Ditto.
15428 (avx512f_testnm<mode>3<mask_scalar_merge_name>): Change conditon to
15429 TARGET_AVX512F from TARGET_AVX512CD.
15431 2014-02-26 Richard Biener <rguenther@suse.de>
15434 * ipa.c (walk_polymorphic_call_targets): Properly guard
15435 call to inline_update_overall_summary.
15437 2014-02-26 Bin Cheng <bin.cheng@arm.com>
15440 * tree-cfgcleanup.c (tree_forwarder_block_p): Protect loop preheaders
15441 and latches only if requested. Fix latch if it is removed.
15442 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Set
15443 LOOPS_HAVE_PREHEADERS.
15445 2014-02-25 Andrew Pinski <apinski@cavium.com>
15447 * builtins.c (expand_builtin_thread_pointer): Create a new target
15448 when the target is NULL.
15450 2014-02-25 Vladimir Makarov <vmakarov@redhat.com>
15452 PR rtl-optimization/60317
15453 * params.def (PARAM_LRA_MAX_CONSIDERED_RELOAD_PSEUDOS): New.
15454 * params.h (LRA_MAX_CONSIDERED_RELOAD_PSEUDOS): New.
15455 * lra-assigns.c: Include params.h.
15456 (spill_for): Use LRA_MAX_CONSIDERED_RELOAD_PSEUDOS as guard for
15457 other reload pseudos considerations.
15459 2014-02-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15461 * config/rs6000/vector.md (*vector_unordered<mode>): Change split
15462 to use canonical form for nor<mode>3.
15464 2014-02-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15467 * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Allow 128 to 64-bit
15470 2014-02-25 Ilya Tocar <ilya.tocar@intel.com>
15472 * common/config/i386/i386-common.c (OPTION_MASK_ISA_PREFETCHWT1_SET),
15473 (OPTION_MASK_ISA_PREFETCHWT1_UNSET): New.
15474 (ix86_handle_option): Handle OPT_mprefetchwt1.
15475 * config/i386/cpuid.h (bit_PREFETCHWT1): New.
15476 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
15478 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
15479 OPTION_MASK_ISA_PREFETCHWT1.
15480 * config/i386/i386.c (ix86_target_string): Handle mprefetchwt1.
15481 (PTA_PREFETCHWT1): New.
15482 (ix86_option_override_internal): Handle PTA_PREFETCHWT1.
15483 (ix86_valid_target_attribute_inner_p): Handle OPT_mprefetchwt1.
15484 * config/i386/i386.h (TARGET_PREFETCHWT1, TARGET_PREFETCHWT1_P): New.
15485 * config/i386/i386.md (prefetch): Check TARGET_PREFETCHWT1
15486 (*prefetch_avx512pf_<mode>_: Change into ...
15487 (*prefetch_prefetchwt1_<mode>: This.
15488 * config/i386/i386.opt (mprefetchwt1): New.
15489 * config/i386/xmmintrin.h (_mm_hint): Add _MM_HINT_ET1.
15490 (_mm_prefetch): Handle intent to write.
15491 * doc/invoke.texi (mprefetchwt1), (mno-prefetchwt1): Doccument.
15493 2014-02-25 Richard Biener <rguenther@suse.de>
15495 PR middle-end/60291
15496 * emit-rtl.c (mem_attrs_htab): Remove.
15497 (mem_attrs_htab_hash): Likewise.
15498 (mem_attrs_htab_eq): Likewise.
15499 (set_mem_attrs): Always allocate new mem-attrs when something changed.
15500 (init_emit_once): Do not allocate mem_attrs_htab.
15502 2014-02-25 Richard Biener <rguenther@suse.de>
15505 * lto-opts.c (lto_write_options): Output non-explicit conservative
15506 -fwrapv, -fno-trapv and -fno-strict-overflow.
15507 * lto-wrapper.c (merge_and_complain): Handle merging those options.
15508 (run_gcc): And pass them through.
15510 2014-02-25 Andrey Belevantsev <abel@ispras.ru>
15512 * sel-sched.c (calculate_new_fences): New parameter ptime.
15513 Calculate it as a maximum over all fence cycles.
15514 (sel_sched_region_2): Adjust the call to calculate_new_fences.
15515 Print the final schedule timing when sched_verbose.
15517 2014-02-25 Andrey Belevantsev <abel@ispras.ru>
15519 PR rtl-optimization/60292
15520 * sel-sched.c (fill_vec_av_set): Do not reset target availability
15521 bit fot the fence instruction.
15523 2014-02-24 Alangi Derick <alangiderick@gmail.com>
15525 * calls.h: Fix typo in comment.
15527 2014-02-24 John David Anglin <danglin@gcc.gnu.org>
15529 * config/pa/pa.c (pa_output_move_double): Don't valididate when
15530 adjusting offsetable addresses.
15532 2014-02-24 Guozhi Wei <carrot@google.com>
15534 * sparseset.h (sparseset_pop): Fix the wrong index.
15536 2014-02-24 Walter Lee <walt@tilera.com>
15538 * config.gcc (tilepro-*-*): Change to tilepro*-*-*.
15539 (tilegx-*-linux*): Change to tilegx*-*-linux*; Support tilegxbe
15541 * common/config/tilegx/tilegx-common.c
15542 (TARGET_DEFAULT_TARGET_FLAGS): Define.
15543 * config/tilegx/linux.h (ASM_SPEC): Add endian_spec.
15544 (LINK_SPEC): Ditto.
15545 * config/tilegx/sync.md (atomic_test_and_set): Handle big endian.
15546 * config/tilegx/tilegx.c (tilegx_return_in_msb): New.
15547 (tilegx_gimplify_va_arg_expr): Handle big endian.
15548 (tilegx_expand_unaligned_load): Ditto.
15549 (tilegx_expand_unaligned_store): Ditto.
15550 (TARGET_RETURN_IN_MSB): New.
15551 * config/tilegx/tilegx.h (TARGET_DEFAULT): New.
15552 (TARGET_ENDIAN_DEFAULT): New.
15553 (TARGET_BIG_ENDIAN): Handle big endian.
15554 (BYTES_BIG_ENDIAN): Ditto.
15555 (WORDS_BIG_ENDIAN): Ditto.
15556 (FLOAT_WORDS_BIG_ENDIAN): Ditto.
15557 (ENDIAN_SPEC): New.
15558 (EXTRA_SPECS): New.
15559 * config/tilegx/tilegx.md (extv): Handle big endian.
15561 (insn_st<n>): Ditto.
15562 (insn_st<n>_add<bitsuffix>): Ditto.
15563 (insn_stnt<n>): Ditto.
15564 (insn_stnt<n>_add<bitsuffix>):Ditto.
15565 (vec_interleave_highv8qi): Handle big endian.
15566 (vec_interleave_highv8qi_be): New.
15567 (vec_interleave_highv8qi_le): New.
15568 (insn_v1int_h): Handle big endian.
15569 (vec_interleave_lowv8qi): Handle big endian.
15570 (vec_interleave_lowv8qi_be): New.
15571 (vec_interleave_lowv8qi_le): New.
15572 (insn_v1int_l): Handle big endian.
15573 (vec_interleave_highv4hi): Handle big endian.
15574 (vec_interleave_highv4hi_be): New.
15575 (vec_interleave_highv4hi_le): New.
15576 (insn_v2int_h): Handle big endian.
15577 (vec_interleave_lowv4hi): Handle big endian.
15578 (vec_interleave_lowv4hi_be): New.
15579 (vec_interleave_lowv4hi_le): New.
15580 (insn_v2int_l): Handle big endian.
15581 (vec_interleave_highv2si): Handle big endian.
15582 (vec_interleave_highv2si_be): New.
15583 (vec_interleave_highv2si_le): New.
15584 (insn_v4int_h): Handle big endian.
15585 (vec_interleave_lowv2si): Handle big endian.
15586 (vec_interleave_lowv2si_be): New.
15587 (vec_interleave_lowv2si_le): New.
15588 (insn_v4int_l): Handle big endian.
15589 * config/tilegx/tilegx.opt (mbig-endian): New option.
15590 (mlittle-endian): New option.
15591 * doc/install.texi: Document tilegxbe-linux.
15592 * doc/invoke.texi: Document -mbig-endian and -mlittle-endian.
15594 2014-02-24 Martin Jambor <mjambor@suse.cz>
15597 * ipa-cp.c (propagate_constants_accross_call): Bail out early if
15598 there are no parameter descriptors.
15600 2014-02-24 Andrey Belevantsev <abel@ispras.ru>
15602 PR rtl-optimization/60268
15603 * sched-rgn.c (haifa_find_rgns): Move the nr_regions_initial variable
15604 initialization to ...
15605 (sched_rgn_init): ... here.
15606 (schedule_region): Check for SCHED_PRESSURE_NONE earlier.
15608 2014-02-23 David Holsgrove <david.holsgrove@xilinx.com>
15610 * config/microblaze/microblaze.md: Correct ashrsi_reg / lshrsi_reg
15613 2014-02-23 Edgar E. Iglesias <edgar.iglesias@xilinx.com>
15615 * config/microblaze/microblaze.h: Remove SECONDARY_MEMORY_NEEDED
15618 2014-02-23 David Holsgrove <david.holsgrove@xilinx.com>
15620 * /config/microblaze/microblaze.c: Add microblaze_asm_output_mi_thunk,
15621 define TARGET_ASM_OUTPUT_MI_THUNK and TARGET_ASM_CAN_OUTPUT_MI_THUNK.
15623 2014-02-23 David Holsgrove <david.holsgrove@xilinx.com>
15625 * config/microblaze/predicates.md: Add cmp_op predicate.
15626 * config/microblaze/microblaze.md: Add branch_compare instruction
15627 which uses cmp_op predicate and emits cmp insn before branch.
15628 * config/microblaze/microblaze.c (microblaze_emit_compare): Rename
15629 to microblaze_expand_conditional_branch and consolidate logic.
15630 (microblaze_expand_conditional_branch): emit branch_compare
15631 insn instead of handling cmp op separate from branch insn.
15633 2014-02-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15635 * config/rs6000/rs6000.c (rs6000_emit_le_vsx_move): Relax assert
15638 2014-02-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15640 * config/rs6000/altivec.md (altivec_lve<VI_char>x): Replace
15641 define_insn with define_expand and new define_insn
15642 *altivec_lve<VI_char>x_internal.
15643 (altivec_stve<VI_char>x): Replace define_insn with define_expand
15644 and new define_insn *altivec_stve<VI_char>x_internal.
15645 * config/rs6000/rs6000-protos.h (altivec_expand_stvex_be): New
15647 * config/rs6000/rs6000.c (altivec_expand_lvx_be): Document use by
15649 (altivec_expand_stvex_be): New function.
15651 2014-02-22 Joern Rennecke <joern.rennecke@embecosm.com>
15653 * config/avr/avr.c (avr_can_eliminate): Allow elimination from
15654 ARG_POINTER_REGNUM to STACK_POINTER_REGNUM if !frame_pointer_needed.
15655 * config/avr/avr.c (ELIMINABLE_REGS): Add elimination from
15656 ARG_POINTER_REGNUM to STACK_POINTER_REGNUM.
15658 2014-02-21 Vladimir Makarov <vmakarov@redhat.com>
15661 * lra-constraints.c (inherit_reload_reg): Use lra_emit_move
15662 instead of emit_move_insn.
15664 2014-02-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15666 * config/rs6000/altivec.md (altivec_vsumsws): Replace second
15667 vspltw with vsldoi.
15668 (reduc_uplus_v16qi): Use gen_altivec_vsumsws_direct instead of
15669 gen_altivec_vsumsws.
15671 2014-02-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15673 * config/rs6000/altivec.md (altivec_lvxl): Rename as
15674 *altivec_lvxl_<mode>_internal and use VM2 iterator instead of V4SI.
15675 (altivec_lvxl_<mode>): New define_expand incorporating
15676 -maltivec=be semantics where needed.
15677 (altivec_lvx): Rename as *altivec_lvx_<mode>_internal.
15678 (altivec_lvx_<mode>): New define_expand incorporating -maltivec=be
15679 semantics where needed.
15680 (altivec_stvx): Rename as *altivec_stvx_<mode>_internal.
15681 (altivec_stvx_<mode>): New define_expand incorporating
15682 -maltivec=be semantics where needed.
15683 (altivec_stvxl): Rename as *altivec_stvxl_<mode>_internal and use
15684 VM2 iterator instead of V4SI.
15685 (altivec_stvxl_<mode>): New define_expand incorporating
15686 -maltivec=be semantics where needed.
15687 * config/rs6000/rs6000-builtin.def: Add new built-in definitions
15688 LVXL_V2DF, LVXL_V2DI, LVXL_V4SF, LVXL_V4SI, LVXL_V8HI, LVXL_V16QI,
15689 LVX_V2DF, LVX_V2DI, LVX_V4SF, LVX_V4SI, LVX_V8HI, LVX_V16QI, STVX_V2DF,
15690 STVX_V2DI, STVX_V4SF, STVX_V4SI, STVX_V8HI, STVX_V16QI, STVXL_V2DF,
15691 STVXL_V2DI, STVXL_V4SF, STVXL_V4SI, STVXL_V8HI, STVXL_V16QI.
15692 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Replace
15693 ALTIVEC_BUILTIN_LVX with ALTIVEC_BUILTIN_LVX_<MODE> throughout;
15694 similarly for ALTIVEC_BUILTIN_LVXL, ALTIVEC_BUILTIN_STVX, and
15695 ALTIVEC_BUILTIN_STVXL.
15696 * config/rs6000/rs6000-protos.h (altivec_expand_lvx_be): New prototype.
15697 (altivec_expand_stvx_be): Likewise.
15698 * config/rs6000/rs6000.c (swap_selector_for_mode): New function.
15699 (altivec_expand_lvx_be): Likewise.
15700 (altivec_expand_stvx_be): Likewise.
15701 (altivec_expand_builtin): Add cases for
15702 ALTIVEC_BUILTIN_STVX_<MODE>, ALTIVEC_BUILTIN_STVXL_<MODE>,
15703 ALTIVEC_BUILTIN_LVXL_<MODE>, and ALTIVEC_BUILTIN_LVX_<MODE>.
15704 (altivec_init_builtins): Add definitions for
15705 __builtin_altivec_lvxl_<mode>, __builtin_altivec_lvx_<mode>,
15706 __builtin_altivec_stvx_<mode>, and __builtin_altivec_stvxl_<mode>.
15708 2014-02-21 Catherine Moore <clm@codesourcery.com>
15710 * doc/invoke.texi (mvirt, mno-virt): Document.
15711 * config/mips/mips.opt (mvirt): New option.
15712 * config/mips/mips.h (ASM_SPEC): Pass mvirt to the assembler.
15714 2014-02-21 Richard Biener <rguenther@suse.de>
15716 PR tree-optimization/60276
15717 * tree-vectorizer.h (struct _stmt_vec_info): Add min_neg_dist field.
15718 (STMT_VINFO_MIN_NEG_DIST): New macro.
15719 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Record
15720 STMT_VINFO_MIN_NEG_DIST.
15721 * tree-vect-stmts.c (vectorizable_load): Verify if assumptions
15722 made for negative dependence distances still hold.
15724 2014-02-21 Richard Biener <rguenther@suse.de>
15726 PR middle-end/60291
15727 * tree-ssa-live.c (mark_all_vars_used_1): Do not walk
15728 DECL_INITIAL for globals not in the current function context.
15730 2014-02-21 Jakub Jelinek <jakub@redhat.com>
15732 PR tree-optimization/56490
15733 * params.def (PARAM_UNINIT_CONTROL_DEP_ATTEMPTS): New param.
15734 * tree-ssa-uninit.c: Include params.h.
15735 (compute_control_dep_chain): Add num_calls argument, return false
15736 if it exceed PARAM_UNINIT_CONTROL_DEP_ATTEMPTS param, pass
15737 num_calls to recursive call.
15738 (find_predicates): Change dep_chain into normal array,
15739 cur_chain into auto_vec<edge, MAX_CHAIN_LEN + 1>, add num_calls
15740 variable and adjust compute_control_dep_chain caller.
15741 (find_def_preds): Likewise.
15743 2014-02-21 Thomas Schwinge <thomas@codesourcery.com>
15745 * gimple-pretty-print.c (dump_gimple_omp_for) [flags & TDF_RAW]
15746 <case GF_OMP_FOR_KIND_CILKSIMD>: Add missing break statement.
15748 2014-02-21 Nick Clifton <nickc@redhat.com>
15750 * config/stormy16/stormy16.md (pushdqi1): Add mode to post_inc.
15751 (pushhi1): Likewise.
15752 (popqi1): Add mode to pre_dec.
15753 (pophi1): Likewise.
15755 2014-02-21 Jakub Jelinek <jakub@redhat.com>
15757 * config/i386/i386.c (ix86_expand_vec_perm): Use V8SImode
15758 mode for mask of V8SFmode permutation.
15760 2014-02-20 Richard Henderson <rth@redhat.com>
15763 * builtins.c (expand_builtin_atomic_compare_exchange): Always make
15764 a new pseudo for OLDVAL.
15766 2014-02-20 Jakub Jelinek <jakub@redhat.com>
15769 * config/i386/i386.c (expand_vec_perm_interleave2): Don't call
15770 gen_reg_rtx if d->testing_p.
15771 (expand_vec_perm_pshufb2, expand_vec_perm_broadcast_1): Return early
15772 if d->testing_p and we will certainly return true.
15773 (expand_vec_perm_even_odd_1): Likewise. Don't call gen_reg_rtx
15776 2014-02-20 Uros Bizjak <ubizjak@gmail.com>
15778 * emit-rtl.c (gen_reg_rtx): Assert that
15779 crtl->emit.regno_pointer_align_length is non-zero.
15781 2014-02-20 Richard Henderson <rth@redhat.com>
15784 * builtins.c (expand_builtin_atomic_compare_exchange): Conditionalize
15785 on failure the store back into EXPECT.
15787 2014-02-20 Chung-Lin Tang <cltang@codesourcery.com>
15788 Sandra Loosemore <sandra@codesourcery.com>
15790 * config/nios2/nios2.md (unspec): Add UNSPEC_PIC_GOTOFF_SYM enum.
15791 * config/nios2/nios2.c (nios2_function_profiler): Add
15792 -fPIC (flag_pic == 2) support.
15793 (nios2_handle_custom_fpu_cfg): Fix warning parameter.
15794 (nios2_large_offset_p): New function.
15795 (nios2_unspec_reloc_p): Move up position, update to use
15796 nios2_large_offset_p.
15797 (nios2_unspec_address): Remove function.
15798 (nios2_unspec_offset): New function.
15799 (nios2_large_got_address): New function.
15800 (nios2_got_address): Add large offset support.
15801 (nios2_legitimize_tls_address): Update usage of removed and new
15803 (nios2_symbol_binds_local_p): New function.
15804 (nios2_load_pic_address): Add -fPIC (flag_pic == 2) support.
15805 (nios2_legitimize_address): Update to use nios2_large_offset_p.
15806 (nios2_emit_move_sequence): Avoid legitimizing (const (unspec ...)).
15807 (nios2_print_operand): Merge H/L processing, add hiadj/lo
15808 processing for (const (unspec ...)).
15809 (nios2_unspec_reloc_name): Add UNSPEC_PIC_GOTOFF_SYM case.
15811 2014-02-20 Richard Biener <rguenther@suse.de>
15813 * tree-cfg.c (replace_uses_by): Mark altered BBs before
15814 doing the substitution.
15815 (verify_gimple_assign_single): Also verify bare MEM_REFs on the lhs.
15817 2014-02-20 Martin Jambor <mjambor@suse.cz>
15820 * ipa-cp.c (cgraph_edge_brings_all_agg_vals_for_node): Uce correct
15821 info when checking whether lattices are bottom.
15823 2014-02-20 Richard Biener <rguenther@suse.de>
15825 PR middle-end/60221
15826 * tree-eh.c (execute_cleanup_eh_1): Also cleanup empty EH
15829 2014-02-20 Jan Hubicka <hubicka@ucw.cz>
15832 * ipa-inline-transform.c (clone_inlined_nodes): Add freq_scale
15833 parameter specifying the scaling.
15834 (inline_call): Update.
15835 (want_inline_recursively): Guard division by zero.
15836 (recursive_inlining): Update.
15837 * ipa-inline.h (clone_inlined_nodes): Update.
15839 2014-02-20 Ilya Tocar <ilya.tocar@intel.com>
15842 * config/i386/i386.c (classify_argument): Pass structures of size
15843 64 bytes or less in register.
15845 2014-02-20 Ilya Tocar <ilya.tocar@intel.com>
15846 Kirill Yukhin <kirill.yukhin@intel.com>
15848 * config/i386/avx512erintrin.h (_mm_rcp28_round_sd): Swap operands.
15849 (_mm_rcp28_round_ss): Ditto.
15850 (_mm_rsqrt28_round_sd): Ditto.
15851 (_mm_rsqrt28_round_ss): Ditto.
15852 * config/i386/avx512erintrin.h (_mm_rcp14_round_sd): Ditto.
15853 (_mm_rcp14_round_ss): Ditto.
15854 (_mm_rsqrt14_round_sd): Ditto.
15855 (_mm_rsqrt14_round_ss): Ditto.
15856 * config/i386/sse.md (rsqrt14<mode>): Put nonimmediate operand as
15857 the first input operand, get rid of match_dup.
15858 (avx512er_exp2<mode><mask_name><round_saeonly_name>): Set type
15860 (<mask_codefor>avx512er_rcp28<mode><mask_name><round_saeonly_name>):
15862 (avx512er_vmrcp28<mode><round_saeonly_name>): Put nonimmediate
15863 operand as the first input operand, set type attribute.
15864 (<mask_codefor>avx512er_rsqrt28<mode><mask_name><round_saeonly_name>):
15865 Set type attribute.
15866 (avx512er_vmrsqrt28<mode><round_saeonly_name>): Put nonimmediate
15867 operand as the first input operand, set type attribute.
15869 2014-02-19 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15871 * config/rs6000/rs6000.c (vspltis_constant): Fix most significant
15874 2014-02-19 H.J. Lu <hongjiu.lu@intel.com>
15877 * config/i386/i386.c (construct_container): Remove TFmode check
15878 for X86_64_INTEGER_CLASS.
15880 2014-02-19 Uros Bizjak <ubizjak@gmail.com>
15883 * config/i386/i386.c (type_natural_mode): Warn for ABI changes
15884 only when -Wpsabi is enabled.
15886 2014-02-19 Michael Hudson-Doyle <michael.hudson@linaro.org>
15889 * config/aarch64/aarch64.c (aarch64_pass_by_reference): The rules for
15890 passing arrays in registers are the same as for structs, so remove the
15891 special case for them.
15893 2014-02-19 Eric Botcazou <ebotcazou@adacore.com>
15895 * expr.c (expand_expr_real_1) <case VIEW_CONVERT_EXPR>: For a bit-field
15896 destination type, extract only the valid bits if the source type is not
15897 integral and has a different mode.
15899 2014-02-19 Richard Biener <rguenther@suse.de>
15902 * tree-inline.c (estimate_num_insns): Avoid calling cgraph_get_node
15905 2014-02-19 Richard Biener <rguenther@suse.de>
15908 * ipa-prop.c: Include stringpool.h and tree-ssanames.h.
15909 (ipa_modify_call_arguments): Emit an argument load explicitely and
15910 preserve virtual SSA form there and for the replacement call.
15911 Do not update SSA form nor free dominance info.
15913 2014-02-18 Jan Hubicka <hubicka@ucw.cz>
15915 * ipa.c (function_and_variable_visibility): Also clear WEAK
15916 flag when disolving COMDAT_GROUP.
15918 2014-02-18 Jan Hubicka <hubicka@ucw.cz>
15920 * ipa-prop.h (ipa_ancestor_jf_data): Update ocmment.
15921 * ipa-prop.c (ipa_set_jf_known_type): Return early when
15922 not devirtualizing.
15923 (ipa_set_ancestor_jf): Set type to NULL hwen it is not preserved;
15924 do more sanity checks.
15925 (detect_type_change): Return true when giving up early.
15926 (compute_complex_assign_jump_func): Fix type parameter of
15927 ipa_set_ancestor_jf.
15928 (compute_complex_ancestor_jump_func): Likewise.
15929 (update_jump_functions_after_inlining): Fix updating of
15931 * ipa-cp.c (ipa_get_jf_ancestor_result): Be ready for type to be NULL.
15933 2014-02-18 Jan Hubicka <hubicka@ucw.cz>
15935 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Also remove
15936 inline clones when edge disappears.
15938 2014-02-18 Michael Meissner <meissner@linux.vnet.ibm.com>
15941 * config/rs6000/rs6000.md (mov<mode>_64bit, TF/TDmode moves):
15942 Split 64-bit moves into 2 patterns. Do not allow the use of
15943 direct move for TDmode in little endian, since the decimal value
15944 has little endian bytes within a word, but the 64-bit pieces are
15945 ordered in a big endian fashion, and normal subreg's of TDmode are
15947 (mov<mode>_64bit_dm): Likewise.
15948 (movtd_64bit_nodm): Likewise.
15950 2014-02-18 Eric Botcazou <ebotcazou@adacore.com>
15952 PR tree-optimization/60174
15953 * tree-ssa-reassoc.c (init_range_entry): Do not look into the defining
15954 statement of an SSA_NAME that occurs in an abnormal PHI node.
15956 2014-02-18 Jakub Jelinek <jakub@redhat.com>
15959 * final.c (SEEN_BB): Remove.
15960 (SEEN_NOTE, SEEN_EMITTED): Renumber.
15961 (final_scan_insn): Don't force_source_line on second
15962 NOTE_INSN_BASIC_BLOCK.
15964 2014-02-18 Uros Bizjak <ubizjak@gmail.com>
15967 * config/i386/i386.h (struct ix86_args): Add warn_avx512f.
15968 * config/i386/i386.c (init_cumulative_args): Initialize warn_avx512f.
15969 (type_natural_mode): Warn ABI change when %zmm register is not
15970 available for AVX512F vector value passing.
15972 2014-02-18 Kai Tietz <ktietz@redhat.com>
15975 * config/i386/i386.c (ix86_expand_prologue): Use value in
15976 rax register as displacement when restoring %r10 or %rax.
15977 Fix wrong offset when restoring both registers.
15979 2014-02-18 Eric Botcazou <ebotcazou@adacore.com>
15981 * ipa-prop.c (compute_complex_ancestor_jump_func): Replace overzealous
15982 assertion with conditional return.
15984 2014-02-18 Jakub Jelinek <jakub@redhat.com>
15985 Uros Bizjak <ubizjak@gmail.com>
15988 * config/i386/driver-i386.c (host_detect_local_cpu): If
15989 YMM state is not saved by the OS, also clear has_f16c. Move
15990 CPUID 0x80000001 handling before YMM state saving checking.
15992 2014-02-18 Andrey Belevantsev <abel@ispras.ru>
15994 PR rtl-optimization/58960
15995 * haifa-sched.c (alloc_global_sched_pressure_data): New,
15996 factored out from ...
15997 (sched_init): ... here.
15998 (free_global_sched_pressure_data): New, factored out from ...
15999 (sched_finish): ... here.
16000 * sched-int.h (free_global_sched_pressure_data): Declare.
16001 * sched-rgn.c (nr_regions_initial): New static global.
16002 (haifa_find_rgns): Initialize it.
16003 (schedule_region): Disable sched-pressure for the newly
16006 2014-02-17 Richard Biener <rguenther@suse.de>
16008 * tree-vect-stmts.c (free_stmt_vec_info): Clear BB and
16009 release SSA defs of pattern stmts.
16011 2014-02-17 Richard Biener <rguenther@suse.de>
16013 * tree-inline.c (expand_call_inline): Release the virtual
16014 operand defined by the call we are about to inline.
16016 2014-02-17 Richard Biener <rguenther@suse.de>
16018 * tree-ssa.c (verify_ssa): If verify_def found an error, ICE.
16020 2014-02-17 Kirill Yukhin <kirill.yukhin@intel.com>
16021 Ilya Tocar <ilya.tocar@intel.com>
16023 * config/i386/avx512fintrin.h (_mm512_maskz_permutexvar_epi64): Swap
16024 arguments order in builtin.
16025 (_mm512_permutexvar_epi64): Ditto.
16026 (_mm512_mask_permutexvar_epi64): Ditto
16027 (_mm512_maskz_permutexvar_epi32): Ditto
16028 (_mm512_permutexvar_epi32): Ditto
16029 (_mm512_mask_permutexvar_epi32): Ditto
16031 2014-02-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
16033 * config/rs6000/altivec.md (p8_vmrgew): Handle little endian targets.
16034 (p8_vmrgow): Likewise.
16036 2014-02-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
16038 * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Handle little
16041 2014-02-15 Michael Meissner <meissner@linux.vnet.ibm.com>
16044 * config/rs6000/rs6000.md (rreg): Add TFmode, TDmode constraints.
16045 (mov<mode>_internal, TFmode/TDmode): Split TFmode/TDmode moves
16046 into 64-bit and 32-bit moves. On 64-bit moves, add support for
16047 using direct move instructions on ISA 2.07. Also adjust
16048 instruction length for 64-bit.
16049 (mov<mode>_64bit, TFmode/TDmode): Likewise.
16050 (mov<mode>_32bit, TFmode/TDmode): Likewise.
16052 2014-02-15 Alan Modra <amodra@gmail.com>
16056 * config/rs6000/rs6000.c (rs6000_secondary_reload_inner): Use
16057 find_replacement on parts of insn rtl that might be reloaded.
16059 2014-02-15 Richard Biener <rguenther@suse.de>
16061 PR tree-optimization/60183
16062 * tree-ssa-phiprop.c (propagate_with_phi): Avoid speculating loads.
16063 (tree_ssa_phiprop): Calculate and free post-dominators.
16065 2014-02-14 Jeff Law <law@redhat.com>
16067 PR rtl-optimization/60131
16068 * ree.c (get_extended_src_reg): New function.
16069 (combine_reaching_defs): Use it rather than assuming location of REG.
16070 (find_and_remove_re): Verify first operand of extension is
16071 a REG before adding the insns to the copy list.
16073 2014-02-14 Roland McGrath <mcgrathr@google.com>
16075 * configure.ac (HAVE_AS_IX86_UD2): New test for 'ud2' mnemonic.
16076 * configure: Regenerated.
16077 * config.in: Regenerated.
16078 * config/i386/i386.md (trap) [HAVE_AS_IX86_UD2]: Use the mnemonic
16079 instead of ASM_SHORT.
16081 2014-02-14 Vladimir Makarov <vmakarov@redhat.com>
16082 Richard Earnshaw <rearnsha@arm.com>
16084 PR rtl-optimization/59535
16085 * lra-constraints.c (process_alt_operands): Encourage alternative
16086 when unassigned pseudo class is superset of the alternative class.
16087 (inherit_reload_reg): Don't inherit when optimizing for code size.
16088 * config/arm/arm.h (MODE_BASE_REG_CLASS): Add version for LRA
16089 returning CORE_REGS for anything but Thumb1 and BASE_REGS for
16090 modes not less than 4 for Thumb1.
16092 2014-02-14 Kyle McMartin <kyle@redhat.com>
16095 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for AArch64.
16097 2014-02-14 Richard Biener <rguenther@suse.de>
16099 * cilk-common.c (cilk_arrow): Build a MEM_REF, not an INDIRECT_REF.
16100 (get_frame_arg): Drop the assert with langhook types_compatible_p.
16101 Do not strip INDIRECT_REFs.
16103 2014-02-14 Richard Biener <rguenther@suse.de>
16106 * lto-streamer-out.c (DFS_write_tree_body): Do not follow
16107 DECL_FUNCTION_SPECIFIC_TARGET.
16108 (hash_tree): Do not hash DECL_FUNCTION_SPECIFIC_TARGET.
16109 * tree-streamer-out.c (pack_ts_target_option): Remove.
16110 (streamer_pack_tree_bitfields): Do not stream TS_TARGET_OPTION.
16111 (write_ts_function_decl_tree_pointers): Do not stream
16112 DECL_FUNCTION_SPECIFIC_TARGET.
16113 * tree-streamer-in.c (unpack_ts_target_option): Remove.
16114 (unpack_value_fields): Do not stream TS_TARGET_OPTION.
16115 (lto_input_ts_function_decl_tree_pointers): Do not stream
16116 DECL_FUNCTION_SPECIFIC_TARGET.
16118 2014-02-14 Jakub Jelinek <jakub@redhat.com>
16120 * tree-vect-loop.c (vect_is_slp_reduction): Don't set use_stmt twice.
16121 (get_initial_def_for_induction, vectorizable_induction): Ignore
16122 debug stmts when looking for exit_phi.
16123 (vectorizable_live_operation): Fix up condition.
16125 2014-02-14 Chung-Ju Wu <jasonwucj@gmail.com>
16127 * config/nds32/nds32.c (nds32_asm_function_prologue): Do not use
16128 nreverse() because it changes the content of original tree list.
16130 2014-02-14 Chung-Ju Wu <jasonwucj@gmail.com>
16132 * config/nds32/t-mlibs (MULTILIB_OPTIONS): Fix typo in comment.
16133 * config/nds32/nds32.c (nds32_merge_decl_attributes): Likewise.
16135 2014-02-14 Chung-Ju Wu <jasonwucj@gmail.com>
16137 * config/nds32/nds32.c (nds32_naked_function_p): Follow the
16138 GNU coding standards.
16140 2014-02-13 Jakub Jelinek <jakub@redhat.com>
16143 * dwarf2out.c (gen_subprogram_die): Don't call
16144 add_calling_convention_attribute if subr_die is old_die.
16146 2014-02-13 Sharad Singhai <singhai@google.com>
16148 * doc/optinfo.texi: Fix order of nodes.
16150 2014-02-13 Uros Bizjak <ubizjak@gmail.com>
16152 * config/i386/sse.md (xop_vmfrcz<mode>2): Generate const0 in
16153 operands[2], not operands[3].
16155 2014-02-13 Richard Biener <rguenther@suse.de>
16158 * doc/install.texi (ISL): Update recommended version to 0.12.2,
16159 mention the possibility of an in-tree build.
16160 (CLooG): Update recommended version to 0.18.1, mention the
16161 possibility of an in-tree build and clarify that the ISL
16162 bundled with CLooG does not work.
16164 2014-02-13 Jakub Jelinek <jakub@redhat.com>
16167 * expr.c (compress_float_constant): If x is a hard register,
16168 extend into a pseudo and then move to x.
16170 2014-02-13 Dominik Vogt <vogt@linux.vnet.ibm.com>
16172 * config/s390/s390.c (s390_asm_output_function_label): Fix crash
16173 caused by bad second argument to warning_at() with -mhotpatch and
16174 nested functions (e.g. with gfortran).
16176 2014-02-13 Richard Sandiford <rdsandiford@googlemail.com>
16178 * opts.c (option_name): Remove "enabled by default" rider.
16180 2014-02-12 John David Anglin <danglin@gcc.gnu.org>
16182 * config/pa/pa.c (pa_option_override): Remove auto increment FIXME.
16184 2014-02-12 H.J. Lu <hongjiu.lu@intel.com>
16185 Uros Bizjak <ubizjak@gmail.com>
16188 * configure.ac (HAVE_AS_GOTOFF_IN_DATA): Pass --32 to GNU assembler.
16189 * configure: Regenerated.
16191 2014-02-12 Richard Biener <rguenther@suse.de>
16193 * vec.c (vec_prefix::calculate_allocation): Move as
16194 inline variant to vec.h.
16195 (vec_prefix::calculate_allocation_1): New out-of-line version.
16196 * vec.h (vec_prefix::calculate_allocation_1): Declare.
16197 (vec_prefix::m_has_auto_buf): Rename to ...
16198 (vec_prefix::m_using_auto_storage): ... this.
16199 (vec_prefix::calculate_allocation): Inline the easy cases
16200 and dispatch to calculate_allocation_1 which doesn't need the
16202 (va_heap::reserve): Use gcc_checking_assert.
16203 (vec<T, A, vl_embed>::embedded_init): Add argument to initialize
16204 m_using_auto_storage.
16205 (auto_vec): Change m_vecpfx member to a vec<T, va_heap, vl_embed>
16207 (vec<T, va_heap, vl_ptr>::reserve): Remove redundant check.
16208 (vec<T, va_heap, vl_ptr>::release): Avoid casting.
16209 (vec<T, va_heap, vl_ptr>::using_auto_storage): Simplify.
16211 2014-02-12 Richard Biener <rguenther@suse.de>
16213 * gcse.c (compute_transp): break from loop over canon_modify_mem_list
16214 when we found a dependence.
16216 2014-02-12 Thomas Schwinge <thomas@codesourcery.com>
16218 * gimplify.c (gimplify_call_expr, gimplify_modify_expr): Move
16220 (maybe_fold_stmt): ... into this new function.
16221 * omp-low.c (lower_omp): Update comment.
16223 * omp-low.c (lower_omp_target): Add clobber for sizes array, after
16226 * omp-low.c (diagnose_sb_0): Make sure label_ctx is valid to
16229 2014-02-12 James Greenhalgh <james.greenhalgh@arm.com>
16231 * config/arm/aarch-cost-tables.h (generic_extra_costs): Fix
16232 identifiers in comments.
16233 (cortexa53_extra_costs): Likewise.
16234 * config/arm/arm.c (cortexa9_extra_costs): Fix identifiers in comments.
16235 (cortexa7_extra_costs): Likewise.
16236 (cortexa12_extra_costs): Likewise.
16237 (cortexa15_extra_costs): Likewise.
16238 (v7m_extra_costs): Likewise.
16240 2014-02-12 Richard Biener <rguenther@suse.de>
16242 PR middle-end/60092
16243 * gimple-low.c (lower_builtin_posix_memalign): Lower conditional
16244 of posix_memalign being successful.
16245 (lower_stmt): Restrict lowering of posix_memalign to when
16246 -ftree-bit-ccp is enabled.
16248 2014-02-12 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
16250 * config/avr/avr-c.c (avr_resolve_overloaded_builtin): Pass vNULL for
16252 * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Likewise.
16254 2014-02-12 Eric Botcazou <ebotcazou@adacore.com>
16256 PR rtl-optimization/60116
16257 * combine.c (try_combine): Also remove dangling REG_DEAD notes on the
16258 other_insn once the combination has been validated.
16260 2014-02-11 Jan Hubicka <hubicka@ucw.cz>
16263 * ipa-utils.h (possible_polymorphic_call_targets): Update prototype
16265 * ipa-devirt.c: Include demangle.h
16266 (odr_violation_reported): New static variable.
16267 (add_type_duplicate): Update odr_violations.
16268 (maybe_record_node): Add completep parameter; update it.
16269 (record_target_from_binfo): Add COMPLETEP parameter;
16270 update it as needed.
16271 (possible_polymorphic_call_targets_1): Likewise.
16272 (struct polymorphic_call_target_d): Add nonconstruction_targets;
16273 rename FINAL to COMPLETE.
16274 (record_targets_from_bases): Sanity check we found the binfo;
16275 fix COMPLETEP updating.
16276 (possible_polymorphic_call_targets): Add NONCONSTRUTION_TARGETSP
16277 parameter, fix computing of COMPLETEP.
16278 (dump_possible_polymorphic_call_targets): Imrove readability of dump;
16279 at LTO time do demangling.
16280 (ipa_devirt): Use nonconstruction_targets; Improve dumps.
16281 * gimple-fold.c (gimple_get_virt_method_for_vtable): Add can_refer
16283 (gimple_get_virt_method_for_binfo): Likewise.
16284 * gimple-fold.h (gimple_get_virt_method_for_binfo,
16285 gimple_get_virt_method_for_vtable): Update prototypes.
16287 2014-02-11 Vladimir Makarov <vmakarov@redhat.com>
16290 * genautomata.c (add_presence_absence): Fix typo with
16291 {final_}presence_list.
16293 2014-02-11 Michael Meissner <meissner@linux.vnet.ibm.com>
16296 * config/rs6000/rs6000.md (128-bit GPR splitter): Add a splitter
16297 for VSX/Altivec vectors that land in GPR registers.
16299 2014-02-11 Richard Henderson <rth@redhat.com>
16300 Jakub Jelinek <jakub@redhat.com>
16303 * tree-sra.c (load_assign_lhs_subreplacements): Add VIEW_CONVERT_EXPR
16304 around drhs if type conversion to lacc->type is not useless.
16306 2014-02-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16308 * config/aarch64/aarch64-cores.def (cortex-a57): Use cortexa57
16310 (cortex-a57.cortex-a53): Likewise.
16311 * config/aarch64/aarch64.c (cortexa57_tunings): New tuning struct.
16313 2014-02-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16315 * config/arm/thumb2.md (*thumb2_movhi_insn): Add alternatives for
16318 2014-02-11 Renlin Li <Renlin.Li@arm.com>
16320 * doc/sourcebuild.texi: Document check_effective_target_arm_vfp3_ok and
16321 add_options_for_arm_vfp3.
16323 2014-02-11 Jeff Law <law@redhat.com>
16325 PR middle-end/54041
16326 * expr.c (expand_expr_addr_expr_1): Handle expand_expr returning an
16327 object with an undesirable mode.
16329 2014-02-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16332 * config/i386/sol2-9.h: New file.
16333 * config.gcc (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*,
16334 *-*-solaris2.9*): Use it.
16336 2014-02-10 Nagaraju Mekala <nagaraju.mekala@xilinx.com>
16338 * config/microblaze/microblaze.md: Add movsi4_rev insn pattern.
16339 * config/microblaze/predicates.md: Add reg_or_mem_operand predicate.
16341 2014-02-10 Nagaraju Mekala <nagaraju.mekala@xilinx.com>
16343 * config/microblaze/microblaze.c: Extend mcpu version format
16345 2014-02-10 David Holsgrove <david.holsgrove@xilinx.com>
16347 * config/microblaze/microblaze.h: Define SIZE_TYPE and PTRDIFF_TYPE.
16349 2014-02-10 Richard Henderson <rth@redhat.com>
16352 * calls.c (expand_call): Don't double-push for reg_parm_stack_space.
16353 * config/i386/i386.c (init_cumulative_args): Remove sorry for 64-bit
16354 ms-abi vs -mno-accumulate-outgoing-args.
16355 (ix86_expand_prologue): Unconditionally call ix86_eax_live_at_start_p.
16356 * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Fix comment with
16359 2014-02-10 Bernd Edlinger <bernd.edlinger@hotmail.de>
16361 PR middle-end/60080
16362 * cfgexpand.c (expand_asm_operands): Attach source location to
16363 ASM_INPUT rtx objects.
16364 * print-rtl.c (print_rtx): Check for UNKNOWN_LOCATION.
16366 2014-02-10 Nick Clifton <nickc@redhat.com>
16368 * config/mn10300/mn10300.c (popcount): New function.
16369 (mn10300_expand_prologue): Include saved registers in stack usage
16372 2014-02-10 Jeff Law <law@redhat.com>
16374 PR middle-end/52306
16375 * reload1.c (emit_input_reload_insns): Do not create invalid RTL
16376 when changing the SET_DEST of a prior insn to avoid an input reload.
16378 2014-02-10 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16380 * config/rs6000/sysv4.h (ENDIAN_SELECT): Do not attempt to enforce
16381 big-endian mode for -mcall-aixdesc, -mcall-freebsd, -mcall-netbsd,
16382 -mcall-openbsd, or -mcall-linux.
16383 (CC1_ENDIAN_BIG_SPEC): Remove.
16384 (CC1_ENDIAN_LITTLE_SPEC): Remove.
16385 (CC1_ENDIAN_DEFAULT_SPEC): Remove.
16386 (CC1_SPEC): Remove (always empty) %cc1_endian_... spec.
16387 (SUBTARGET_EXTRA_SPECS): Remove %cc1_endian_big, %cc1_endian_little,
16388 and %cc1_endian_default.
16389 * config/rs6000/sysv4le.h (CC1_ENDIAN_DEFAULT_SPEC): Remove.
16391 2014-02-10 Richard Biener <rguenther@suse.de>
16393 PR tree-optimization/60115
16394 * tree-eh.c (tree_could_trap_p): Unify TARGET_MEM_REF and
16395 MEM_REF handling. Properly verify that the accesses are not
16396 out of the objects bound.
16398 2014-02-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16400 * config/aarch64/aarch64.c (aarch64_override_options): Fix typo from
16403 2014-02-10 Eric Botcazou <ebotcazou@adacore.com>
16405 * ipa-devirt.c (get_polymorphic_call_info_from_invariant): Return
16406 proper constants and fix formatting.
16407 (possible_polymorphic_call_targets): Fix formatting.
16409 2014-02-10 Kirill Yukhin <kirill.yukhin@intel.com>
16410 Ilya Tocar <ilya.tocar@intel.com>
16412 * config/i386/avx512fintrin.h (_mm512_storeu_epi64): Removed.
16413 (_mm512_loadu_epi32): Renamed into...
16414 (_mm512_loadu_si512): This.
16415 (_mm512_storeu_epi32): Renamed into...
16416 (_mm512_storeu_si512): This.
16417 (_mm512_maskz_ceil_ps): Removed.
16418 (_mm512_maskz_ceil_pd): Ditto.
16419 (_mm512_maskz_floor_ps): Ditto.
16420 (_mm512_maskz_floor_pd): Ditto.
16421 (_mm512_floor_round_ps): Ditto.
16422 (_mm512_floor_round_pd): Ditto.
16423 (_mm512_ceil_round_ps): Ditto.
16424 (_mm512_ceil_round_pd): Ditto.
16425 (_mm512_mask_floor_round_ps): Ditto.
16426 (_mm512_mask_floor_round_pd): Ditto.
16427 (_mm512_mask_ceil_round_ps): Ditto.
16428 (_mm512_mask_ceil_round_pd): Ditto.
16429 (_mm512_maskz_floor_round_ps): Ditto.
16430 (_mm512_maskz_floor_round_pd): Ditto.
16431 (_mm512_maskz_ceil_round_ps): Ditto.
16432 (_mm512_maskz_ceil_round_pd): Ditto.
16433 (_mm512_expand_pd): Ditto.
16434 (_mm512_expand_ps): Ditto.
16435 * config/i386/i386.c (ix86_builtins): Remove
16436 IX86_BUILTIN_EXPANDPD512_NOMASK, IX86_BUILTIN_EXPANDPS512_NOMASK.
16437 (bdesc_args): Ditto.
16438 * config/i386/predicates.md (const1256_operand): New.
16439 (const_1_to_2_operand): Ditto.
16440 * config/i386/sse.md (avx512pf_gatherpf<mode>sf): Change hint value.
16441 (*avx512pf_gatherpf<mode>sf_mask): Ditto.
16442 (*avx512pf_gatherpf<mode>sf): Ditto.
16443 (avx512pf_gatherpf<mode>df): Ditto.
16444 (*avx512pf_gatherpf<mode>df_mask): Ditto.
16445 (*avx512pf_gatherpf<mode>df): Ditto.
16446 (avx512pf_scatterpf<mode>sf): Ditto.
16447 (*avx512pf_scatterpf<mode>sf_mask): Ditto.
16448 (*avx512pf_scatterpf<mode>sf): Ditto.
16449 (avx512pf_scatterpf<mode>df): Ditto.
16450 (*avx512pf_scatterpf<mode>df_mask): Ditto.
16451 (*avx512pf_scatterpf<mode>df): Ditto.
16452 (avx512f_expand<mode>): Removed.
16453 (<shift_insn><mode>3<mask_name>): Change predicate type.
16455 2014-02-08 Jakub Jelinek <jakub@redhat.com>
16457 * tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers
16458 not at the end of datarefs vector use ordered_remove to avoid
16459 reordering datarefs vector.
16462 * gimplify.c (gimplify_bind_expr): In ORT_SIMD region
16463 mark local addressable non-static vars as GOVD_PRIVATE
16464 instead of GOVD_LOCAL.
16465 * omp-low.c (lower_omp_for): Move gimple_bind_vars
16466 and BLOCK_VARS of gimple_bind_block to new_stmt rather
16469 PR middle-end/60092
16470 * tree-ssa-ccp.c (surely_varying_stmt_p): Don't return true
16471 if TYPE_ATTRIBUTES (gimple_call_fntype ()) contain
16472 assume_aligned or alloc_align attributes.
16473 (bit_value_assume_aligned): Add ATTR, PTRVAL and ALLOC_ALIGN
16474 arguments. Handle also assume_aligned and alloc_align attributes.
16475 (evaluate_stmt): Adjust bit_value_assume_aligned caller. Handle
16476 calls to functions with assume_aligned or alloc_align attributes.
16477 * doc/extend.texi: Document assume_aligned and alloc_align attributes.
16479 2014-02-08 Terry Guo <terry.guo@arm.com>
16481 * doc/invoke.texi: Document ARM -march=armv7e-m.
16483 2014-02-08 Jakub Jelinek <jakub@redhat.com>
16485 * cilk-common.c (cilk_init_builtins): Clear TREE_NOTHROW
16486 flag on __cilkrts_rethrow builtin.
16489 * ipa-cp.c (determine_versionability): Fail at -O0
16490 or __attribute__((optimize (0))) or -fno-ipa-cp functions.
16491 * tree-sra.c (ipa_sra_preliminary_function_checks): Similarly.
16494 2014-02-04 Jakub Jelinek <jakub@redhat.com>
16497 * tree-inline.c (copy_forbidden): Fail for
16498 __attribute__((optimize (0))) functions.
16500 2014-02-07 Jan Hubicka <hubicka@ucw.cz>
16502 * varpool.c: Include pointer-set.h.
16503 (varpool_remove_unreferenced_decls): Variables in other partitions
16504 will not be output; be however careful to not lose information
16505 about partitioning.
16507 2014-02-07 Jan Hubicka <hubicka@ucw.cz>
16509 * gimple-fold.c (gimple_get_virt_method_for_vtable): Do O(1)
16510 lookup in the vtable constructor.
16512 2014-02-07 Jeff Law <law@redhat.com>
16515 * config/m68k/m68k.md (ashldi_extsi): Turn into a
16516 define_insn_and_split.
16518 * ipa-inline.c (inline_small_functions): Fix typos.
16520 2014-02-07 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
16522 * config/s390/s390-protos.h (s390_can_use_simple_return_insn)
16523 (s390_can_use_return_insn): Declare.
16524 * config/s390/s390.h (EPILOGUE_USES): Define.
16525 * config/s390/s390.c (s390_mainpool_start): Allow two main_pool
16527 (s390_chunkify_start): Handle return JUMP_LABELs.
16528 (s390_early_mach): Emit a main_pool instruction on the entry edge.
16529 (s300_set_up_by_prologue, s390_can_use_simple_return_insn)
16530 (s390_can_use_return_insn): New functions.
16531 (s390_fix_long_loop_prediction): Handle conditional returns.
16532 (TARGET_SET_UP_BY_PROLOGUE): Define.
16533 * config/s390/s390.md (ANY_RETURN): New code iterator.
16534 (*creturn, *csimple_return, return, simple_return): New patterns.
16536 2014-02-07 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
16538 * config/s390/s390.c (s390_restore_gprs_from_fprs): Add REG_CFA_RESTORE
16539 notes to each restore. Also add REG_CFA_DEF_CFA when restoring %r15.
16540 (s390_optimize_prologue): Don't clear RTX_FRAME_RELATED_P. Update the
16541 REG_CFA_RESTORE list when deciding not to restore a register.
16543 2014-02-07 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
16545 * config/s390/s390.c: Include tree-pass.h and context.h.
16546 (s390_early_mach): New function, split out from...
16547 (s390_emit_prologue): ...here.
16548 (pass_data_s390_early_mach): New pass structure.
16549 (pass_s390_early_mach): New class.
16550 (s390_option_override): Create and register early_mach pass.
16551 Move to end of file.
16553 2014-02-07 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
16555 * var-tracking.c (vt_stack_adjustments): Don't require stack_adjusts
16556 to match for the exit block.
16558 2014-02-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16560 * config/s390/s390.md ("atomic_load<mode>", "atomic_store<mode>")
16561 ("atomic_compare_and_swap<mode>", "atomic_fetch_<atomic><mode>"):
16562 Reject misaligned operands.
16564 2014-02-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16566 * optabs.c (expand_atomic_compare_and_swap): Allow expander to fail.
16568 2014-02-07 Richard Biener <rguenther@suse.de>
16570 PR middle-end/60092
16571 * gimple-low.c (lower_builtin_posix_memalign): New function.
16572 (lower_stmt): Call it to lower posix_memalign in a way
16573 to make alignment info accessible.
16575 2014-02-07 Jakub Jelinek <jakub@redhat.com>
16578 * tree.c (build_common_builtin_nodes): Set ECF_LEAF for
16579 __builtin_setjmp_receiver.
16581 2014-02-07 Richard Biener <rguenther@suse.de>
16583 PR middle-end/60092
16584 * builtin-types.def (BT_FN_INT_PTRPTR_SIZE_SIZE): Add.
16585 * builtins.def (BUILT_IN_POSIX_MEMALIGN): Likewise.
16586 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
16587 Handle BUILT_IN_POSIX_MEMALIGN.
16588 (find_func_clobbers): Likewise.
16589 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Likewise.
16590 (call_may_clobber_ref_p_1): Likewise.
16592 2014-02-06 Jan Hubicka <hubicka@ucw.cz>
16595 * ipa-devirt.c (record_target_from_binfo): Remove overactive
16598 2014-02-06 Jan Hubicka <hubicka@ucw.cz>
16601 * lto-cgraph.c (lto_output_node): Use
16602 symtab_get_symbol_partitioning_class.
16603 (lto_output_varpool_node): likewise.
16604 (symtab_get_symbol_partitioning_class): Move here from
16605 lto/lto-partition.c
16606 * cgraph.h (symbol_partitioning_class): Likewise.
16607 (symtab_get_symbol_partitioning_class): Declare.
16609 2014-02-06 Jan Hubicka <hubicka@ucw.cz>
16611 * ggc.h (ggc_internal_cleared_alloc): New macro.
16612 * vec.h (vec_safe_copy): Handle memory stats.
16613 * omp-low.c (simd_clone_struct_alloc): Use ggc_internal_cleared_alloc.
16614 * target-globals.c (save_target_globals): Likewise.
16616 2014-02-06 Jan Hubicka <hubicka@ucw.cz>
16619 * expr.c (emit_move_resolve_push): Export; be bit more selective
16620 on when to clear alias set.
16621 * expr.h (emit_move_resolve_push): Declare.
16622 * function.h (struct function): Add tail_call_marked.
16623 * tree-tailcall.c (optimize_tail_call): Set tail_call_marked.
16624 * config/i386/i386-protos.h (ix86_expand_push): Remove.
16625 * config/i386/i386.md (TImode move expander): De not call
16627 (FP push expanders): Preserve memory attributes.
16628 * config/i386/sse.md (push<mode>1): Remove.
16629 * config/i386/i386.c (ix86_expand_vector_move): Handle push operation.
16630 (ix86_expand_push): Remove.
16631 * config/i386/mmx.md (push<mode>1): Remove.
16633 2014-02-06 Jakub Jelinek <jakub@redhat.com>
16635 PR rtl-optimization/60030
16636 * internal-fn.c (ubsan_expand_si_overflow_mul_check): Surround
16637 lopart with paradoxical subreg before shifting it up by hprec.
16639 2014-02-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16641 * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): New table.
16642 Remove extra newline at end of file.
16643 * config/arm/arm.c (arm_cortex_a57_tune): New tuning struct.
16644 (arm_issue_rate): Handle cortexa57.
16645 * config/arm/arm-cores.def (cortex-a57): Use cortex_a57 tuning.
16646 (cortex-a57.cortex-a53): Likewise.
16648 2014-02-06 Jakub Jelinek <jakub@redhat.com>
16651 * config/arm/arm.c (emit_multi_reg_push): Add dwarf_regs_mask argument,
16652 don't record in REG_FRAME_RELATED_EXPR registers not set in that
16654 (arm_expand_prologue): Adjust all callers.
16655 (arm_unwind_emit_sequence): Allow saved, but not important for unwind
16656 info, registers also at the lowest numbered registers side. Use
16657 gcc_assert instead of abort, and SET_SRC/SET_DEST macros instead of
16661 * var-tracking.c (adjust_mems): Before adding a SET to
16662 amd->side_effects, adjust it's SET_SRC using simplify_replace_fn_rtx.
16664 2014-02-06 Alan Modra <amodra@gmail.com>
16667 * config/rs6000/rs6000.c (rs6000_secondary_memory_needed_mode): Only
16668 change SDmode to DDmode when lra_in_progress.
16670 2014-02-06 Jakub Jelinek <jakub@redhat.com>
16672 PR middle-end/59150
16673 * tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers, call
16674 free_data_ref on the dr first, and before goto again also set dr
16675 to the next dr. For simd_lane_access, free old datarefs[i] before
16676 overwriting it. For get_vectype_for_scalar_type failure, don't
16677 free_data_ref if simd_lane_access.
16679 * Makefile.in (prefix.o, cppbuiltin.o): Depend on $(BASEVER).
16682 * tree.h (opts_for_fn): New inline function.
16683 (opt_for_fn): Define.
16684 * config/i386/i386.c (ix86_function_regparm): Use
16685 opt_for_fn (decl, optimize) instead of optimize.
16687 2014-02-06 Marcus Shawcroft <marcus.shawcroft@arm.com>
16689 * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix logic
16690 for SYMBOL_REF in large memory model.
16692 2014-02-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16694 * config/aarch64/aarch64-cores.def (cortex-a53): Specify CRC32
16695 and crypto support.
16696 (cortex-a57): Likewise.
16697 (cortex-a57.cortex-a53): Likewise.
16699 2014-02-06 Yury Gribov <y.gribov@samsung.com>
16700 Kugan Vivekanandarajah <kuganv@linaro.org>
16702 * config/arm/arm.c (arm_vector_alignment_reachable): Check
16704 * config/arm/arm.c (arm_builtin_support_vector_misalignment): Likewise.
16706 2014-02-06 Richard Biener <rguenther@suse.de>
16708 * tree-cfg.c (gimple_duplicate_sese_region): Fix ordering of
16709 set_loop_copy and initialize_original_copy_tables.
16711 2014-02-06 Alex Velenko <Alex.Velenko@arm.com>
16713 * config/aarch64/aarch64-simd.md
16714 (aarch64_ashr_simddi): Change QI to SI.
16716 2014-02-05 Jan Hubicka <hubicka@ucw.cz>
16717 Jakub Jelinek <jakub@redhat.com>
16719 PR middle-end/60013
16720 * ipa-inline-analysis.c (compute_bb_predicates): Ensure monotonicity
16723 2014-02-05 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
16725 * config/rs6000/rs6000.c (altivec_expand_vec_perm_const): Change
16726 CODE_FOR_altivec_vpku[hw]um to
16727 CODE_FOR_altivec_vpku[hw]um_direct.
16728 * config/rs6000/altivec.md (vec_unpacks_hi_<VP_small_lc>): Change
16729 UNSPEC_VUNPACK_HI_SIGN to UNSPEC_VUNPACK_HI_SIGN_DIRECT.
16730 (vec_unpacks_lo_<VP_small_lc>): Change UNSPEC_VUNPACK_LO_SIGN to
16731 UNSPEC_VUNPACK_LO_SIGN_DIRECT.
16733 2014-02-05 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
16735 * config/rs6000/altivec.md (altivec_vsum2sws): Adjust code
16736 generation for -maltivec=be.
16737 (altivec_vsumsws): Simplify redundant test.
16739 2014-02-05 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
16741 * altivec.md (UNSPEC_VPACK_UNS_UNS_MOD_DIRECT): New unspec.
16742 (UNSPEC_VUNPACK_HI_SIGN_DIRECT): Likewise.
16743 (UNSPEC_VUNPACK_LO_SIGN_DIRECT): Likewise.
16744 (mulv8hi3): Use gen_altivec_vpkuwum_direct instead of
16745 gen_altivec_vpkuwum.
16746 (altivec_vpkpx): Test for VECTOR_ELT_ORDER_BIG instead of for
16748 (altivec_vpks<VI_char>ss): Likewise.
16749 (altivec_vpks<VI_char>us): Likewise.
16750 (altivec_vpku<VI_char>us): Likewise.
16751 (altivec_vpku<VI_char>um): Likewise.
16752 (altivec_vpku<VI_char>um_direct): New (copy of
16753 altivec_vpku<VI_char>um that still relies on BYTES_BIG_ENDIAN, for
16755 (altivec_vupkhs<VU_char>): Emit vupkls* instead of vupkhs* when
16756 target is little endian and -maltivec=be is not specified.
16757 (*altivec_vupkhs<VU_char>_direct): New (copy of
16758 altivec_vupkhs<VU_char> that always emits vupkhs*, for internal use).
16759 (altivec_vupkls<VU_char>): Emit vupkhs* instead of vupkls* when
16760 target is little endian and -maltivec=be is not specified.
16761 (*altivec_vupkls<VU_char>_direct): New (copy of
16762 altivec_vupkls<VU_char> that always emits vupkls*, for internal use).
16763 (altivec_vupkhpx): Emit vupklpx instead of vupkhpx when target is
16764 little endian and -maltivec=be is not specified.
16765 (altivec_vupklpx): Emit vupkhpx instead of vupklpx when target is
16766 little endian and -maltivec=be is not specified.
16768 2014-02-05 Richard Henderson <rth@redhat.com>
16771 * combine-stack-adj.c: Revert r206943.
16772 * sched-int.h (struct deps_desc): Add last_args_size.
16773 * sched-deps.c (init_deps): Initialize it.
16774 (sched_analyze_insn): Add OUTPUT dependencies between insns that
16775 contain REG_ARGS_SIZE notes.
16777 2014-02-05 Jan Hubicka <hubicka@ucw.cz>
16779 * lto-cgraph.c (asm_nodes_output): Make global.
16780 * lto-wrapper.c (run_gcc): Pass down paralelizm to WPA.
16781 * gcc.c (AS_NEEDS_DASH_FOR_PIPED_INPUT): Allow WPA parameter
16782 (driver_handle_option): Handle OPT_fwpa.
16784 2014-02-05 Jakub Jelinek <jakub@redhat.com>
16787 * ipa-devirt.c (possible_polymorphic_call_targets): Fix
16788 a comment typo and formatting issue. If odr_hash hasn't been
16789 created, return vNULL and set *completep to false.
16791 PR middle-end/57499
16792 * tree-eh.c (cleanup_empty_eh): Bail out on totally empty
16793 bb with no successors.
16795 2014-02-05 James Greenhalgh <james.greenhalgh@arm.com>
16798 * doc/invoke.texi (-march): Clarify documentation for ARM.
16799 (-mtune): Likewise.
16802 2014-02-05 Richard Biener <rguenther@suse.de>
16804 * tree-vect-loop.c (vect_analyze_loop_2): Be more informative
16805 when not vectorizing because of too many alias checks.
16806 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
16807 Add more verboseness, avoid duplicate MSG_MISSED_OPTIMIZATION.
16809 2014-02-05 Nick Clifton <nickc@redhat.com>
16811 * config/mn10300/mn10300.c (mn10300_hard_regno_mode_ok): Do not
16812 accept extended registers in any mode when compiling for the MN10300.
16814 2014-02-05 Yury Gribov <y.gribov@samsung.com>
16816 * cif-code.def (ATTRIBUTE_MISMATCH): New CIF code.
16817 * ipa-inline.c (report_inline_failed_reason): Handle mismatched
16818 sanitization attributes.
16819 (can_inline_edge_p): Likewise.
16820 (sanitize_attrs_match_for_inline_p): New function.
16822 2014-02-04 Jan Hubicka <hubicka@ucw.cz>
16824 * ipa-prop.c (detect_type_change): Shor circuit testing of
16825 type changes on THIS pointer.
16827 2014-02-04 John David Anglin <danglin@gcc.gnu.org>
16830 * config/pa/pa.c (legitimize_tls_address): Return original address
16831 if not passed a SYMBOL_REF rtx.
16832 (hppa_legitimize_address): Call legitimize_tls_address for all TLS
16834 (pa_emit_move_sequence): Simplify TLS source operands.
16835 (pa_legitimate_constant_p): Reject all TLS constants.
16836 * config/pa/pa.h (PA_SYMBOL_REF_TLS_P): Correct comment.
16837 (CONSTANT_ADDRESS_P): Reject TLS CONST addresses.
16839 2014-02-04 Jan Hubicka <hubicka@ucw.cz>
16841 * ipa.c (function_and_variable_visibility): Decompose DECL_ONE_ONLY
16842 groups when we know they are controlled by LTO.
16843 * varasm.c (default_binds_local_p_1): If object is in other partition,
16844 it will be resolved locally.
16846 2014-02-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
16848 * config/host-linux.c (linux_gt_pch_use_address): Don't
16849 use SSIZE_MAX because it is not always defined.
16851 2014-02-04 Vladimir Makarov <vmakarov@redhat.com>
16854 * lra-constraints.c (need_for_split_p): Use more 3 reloads as
16855 threshold for pseudo splitting.
16856 (update_ebb_live_info): Process call argument hard registers and
16857 hard registers from insn definition too.
16858 (max_small_class_regs_num): New constant.
16859 (inherit_in_ebb): Update live hard regs through EBBs. Update
16860 reloads_num only for small register classes. Don't split for
16863 2014-02-04 Markus Trippelsdorf <markus@trippelsdorf.de>
16866 * ipa-cp.c (ipa_get_indirect_edge_target_1): Check that target
16869 2014-02-04 Jan Hubicka <hubicka@ucw.cz>
16871 * gimple-fold.c (can_refer_decl_in_current_unit_p): Default
16872 visibility is safe.
16874 2014-02-04 Marek Polacek <polacek@redhat.com>
16876 * gdbinit.in (pel): Define.
16878 2014-02-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
16880 * doc/invoke.texi (fstrict-volatile-bitfields): Clarify current
16883 2014-02-04 Richard Biener <rguenther@suse.de>
16886 * lto-streamer-out.c (tree_is_indexable): Force NAMELIST_DECLs
16887 in function context local.
16888 (lto_output_tree_ref): Do not write trees from lto_output_tree_ref.
16889 * lto-streamer-in.c (lto_input_tree_ref): Handle LTO_namelist_decl_ref
16890 similar to LTO_imported_decl_ref.
16892 2014-02-04 Jakub Jelinek <jakub@redhat.com>
16894 PR tree-optimization/60002
16895 * cgraphclones.c (build_function_decl_skip_args): Clear
16896 DECL_LANG_SPECIFIC.
16898 PR tree-optimization/60023
16899 * tree-if-conv.c (predicate_mem_writes): Pass true instead of
16900 false to gsi_replace.
16901 * tree-vect-stmts.c (vect_finish_stmt_generation): If stmt
16902 has been in some EH region and vec_stmt could throw, add
16903 vec_stmt into the same EH region.
16904 * tree-data-ref.c (get_references_in_stmt): If IFN_MASK_LOAD
16905 has no lhs, ignore it.
16906 * internal-fn.c (expand_MASK_LOAD): Likewise.
16909 * tree-inline.c (copy_forbidden): Fail for
16910 __attribute__((optimize (0))) functions.
16913 * omp-low.c (simd_clone_struct_copy): If from->inbranch
16914 is set, copy one less argument.
16915 (expand_simd_clones): Don't subtract clone_info->inbranch
16916 from simd_clone_struct_alloc argument.
16918 PR rtl-optimization/57915
16919 * recog.c (simplify_while_replacing): If all unary/binary/relational
16920 operation arguments are constant, attempt to simplify those.
16922 PR middle-end/59261
16923 * expmed.c (expand_mult): For MODE_VECTOR_INT multiplication
16924 if there is no vashl<mode>3 or ashl<mode>3 insn, skip_synth.
16926 2014-02-04 Richard Biener <rguenther@suse.de>
16928 PR tree-optimization/60012
16929 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Apply
16930 TBAA disambiguation to all DDRs.
16932 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16935 * config/sol2.h (LINK_LIBGCC_MAPFILE_SPEC): Define.
16936 (LINK_SPEC): Use it for -shared, -shared-libgcc.
16938 2014-02-03 Jan Hubicka <hubicka@ucw.cz>
16941 * tree.c (get_binfo_at_offset): Do not get confused by empty classes;
16943 2014-02-03 Jan Hubicka <hubicka@ucw.cz>
16945 * gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Remove.
16946 * gimple-fold.h (gimple_extract_devirt_binfo_from_cst): Remove.
16948 2014-02-03 Jan Hubicka <hubicka@ucw.cz>
16951 * ipa-cp.c (ipa_get_indirect_edge_target_1): Use ipa-devirt
16952 to figure out targets of polymorphic calls with known decl.
16953 * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
16954 * ipa-utils.h (get_polymorphic_call_info_from_invariant): Declare.
16955 * ipa-devirt.c (get_polymorphic_call_info_for_decl): Break out from ...
16956 (get_polymorphic_call_info): ... here.
16957 (get_polymorphic_call_info_from_invariant): New function.
16959 2014-02-03 Jan Hubicka <hubicka@ucw.cz>
16961 * ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct
16962 lookup via vtable pointer; check for type consistency
16963 and turn inconsitent facts into UNREACHABLE.
16964 * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
16965 * gimple-fold.c (gimple_get_virt_method_for_vtable): Do not ICE on
16966 type inconsistent querries; return UNREACHABLE instead.
16968 2014-02-03 Richard Henderson <rth@twiddle.net>
16971 * tree-ssa-uninit.c (push_to_worklist): Don't re-push if we've
16972 already processed this node.
16973 (normalize_one_pred_1): Pass along mark_set.
16974 (normalize_one_pred): Create and destroy a pointer_set_t.
16975 (normalize_one_pred_chain): Likewise.
16977 2014-02-03 Laurent Aflonsi <laurent.alfonsi@st.com>
16979 PR gcov-profile/58602
16980 * gcc/gcov-io.c (gcov_open): Open with truncation when mode < 0.
16982 2014-02-03 Jan Hubicka <hubicka@ucw.cz>
16985 * ipa-cp.c (ipa_get_indirect_edge_target_1): Give up on
16986 -fno-devirtualize; try to devirtualize by the knowledge of
16987 virtual table pointer given by aggregate propagation.
16988 * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
16989 (ipa_print_node_jump_functions): Dump also offset that
16990 is relevant for polymorphic calls.
16991 (determine_known_aggregate_parts): Add arg_type parameter; use it
16992 instead of determining the type from pointer type.
16993 (ipa_compute_jump_functions_for_edge): Update call of
16994 determine_known_aggregate_parts.
16995 * gimple-fold.c (gimple_get_virt_method_for_vtable): Break out from ...
16996 (gimple_get_virt_method_for_binfo): ... here; simplify using
16997 vtable_pointer_value_to_vtable.
16998 * gimple-fold.h (gimple_get_virt_method_for_vtable): Declare.
16999 * ipa-devirt.c (subbinfo_with_vtable_at_offset): Turn OFFSET parameter
17000 to unsigned HOST_WIDE_INT; use vtable_pointer_value_to_vtable.
17001 (vtable_pointer_value_to_vtable): Break out from ...; handle also
17003 (vtable_pointer_value_to_binfo): ... here.
17004 * ipa-utils.h (vtable_pointer_value_to_vtable): Declare.
17006 2014-02-03 Teresa Johnson <tejohnson@google.com>
17008 * tree-vect-slp.c (vect_supported_load_permutation_p): Avoid
17009 redef of outer loop index variable.
17011 2014-02-03 Marc Glisse <marc.glisse@inria.fr>
17015 * doc/extend.texi (Function Attributes): Typo.
17017 2014-02-03 Cong Hou <congh@google.com>
17019 PR tree-optimization/60000
17020 * tree-vect-loop.c (vect_transform_loop): Set pattern_def_seq to NULL
17021 if the vectorized statement is a store. A store statement can only
17022 appear at the end of pattern statements.
17024 2014-02-03 H.J. Lu <hongjiu.lu@intel.com>
17026 * config/i386/i386.c (flag_opts): Add -mlong-double-128.
17027 (ix86_option_override_internal): Default long double to 64-bit for
17028 32-bit Bionic and to 128-bit for 64-bit Bionic.
17030 * config/i386/i386.h (LONG_DOUBLE_TYPE_SIZE): Use 128 if
17031 TARGET_LONG_DOUBLE_128 is true.
17032 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
17034 * config/i386/i386.opt (mlong-double-80): Negate -mlong-double-64.
17035 (mlong-double-64): Negate -mlong-double-128.
17036 (mlong-double-128): New option.
17038 * config/i386/i386-c.c (ix86_target_macros): Define
17039 __LONG_DOUBLE_128__ for TARGET_LONG_DOUBLE_128.
17041 * doc/invoke.texi: Document -mlong-double-128.
17043 2014-02-03 H.J. Lu <hongjiu.lu@intel.com>
17045 PR rtl-optimization/60024
17046 * sel-sched.c (init_regs_for_mode): Check if mode is OK first.
17048 2014-02-03 Markus Trippelsdorf <markus@trippelsdorf.de>
17050 * doc/invoke.texi (fprofile-reorder-functions): Fix typo.
17052 2014-02-03 Andrey Belevantsev <abel@ispras.ru>
17054 PR rtl-optimization/57662
17055 * sel-sched.c (code_motion_path_driver): Do not mark already not
17056 existing blocks in the visiting bitmap.
17058 2014-02-03 Andrey Belevantsev <abel@ispras.ru>
17060 * sel-sched-ir.c (sel_gen_insn_from_expr_after): Reset INSN_DELETED_P
17061 on the insn being emitted.
17063 2014-02-03 James Greenhalgh <james.greenhalgh@arm.com>
17064 Will Deacon <will.deacon@arm.com>
17066 * doc/gimple.texi (gimple_asm_clear_volatile): Remove.
17068 2014-02-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17070 * config/arm/arm-tables.opt: Regenerate.
17072 2014-02-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
17074 * config/rs6000/rs6000.c (altivec_expand_vec_perm_le): Generalize
17075 for vector types other than V16QImode.
17076 * config/rs6000/altivec.md (altivec_vperm_<mode>): Change to a
17077 define_expand, and call altivec_expand_vec_perm_le when producing
17078 code with little endian element order.
17079 (*altivec_vperm_<mode>_internal): New insn having previous
17080 behavior of altivec_vperm_<mode>.
17081 (altivec_vperm_<mode>_uns): Change to a define_expand, and call
17082 altivec_expand_vec_perm_le when producing code with little endian
17084 (*altivec_vperm_<mode>_uns_internal): New insn having previous
17085 behavior of altivec_vperm_<mode>_uns.
17087 2014-02-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
17089 * config/rs6000/altivec.md (UNSPEC_VSUMSWS_DIRECT): New unspec.
17090 (altivec_vsumsws): Add handling for -maltivec=be with a little
17092 (altivec_vsumsws_direct): New.
17093 (reduc_splus_<mode>): Call gen_altivec_vsumsws_direct instead of
17094 gen_altivec_vsumsws.
17096 2014-02-02 Jan Hubicka <hubicka@ucw.cz>
17098 * ipa-devirt.c (subbinfo_with_vtable_at_offset,
17099 vtable_pointer_value_to_binfo): New functions.
17100 * ipa-utils.h (vtable_pointer_value_to_binfo): Declare.
17101 * ipa-prop.c (extr_type_from_vtbl_ptr_store): Use it.
17103 2014-02-02 Sandra Loosemore <sandra@codesourcery.com>
17105 * config/nios2/nios2.md (load_got_register): Initialize GOT
17106 pointer from _gp_got instead of _GLOBAL_OFFSET_TABLE_.
17107 * config/nios2/nios2.c (nios2_function_profiler): Likewise.
17109 2014-02-02 Jan Hubicka <hubicka@ucw.cz>
17111 * ipa-prop.c (update_jump_functions_after_inlining): When type is not
17112 preserverd by passthrough, do not propagate the type.
17114 2014-02-02 Richard Sandiford <rdsandiford@googlemail.com>
17116 * config/mips/mips.c (MIPS_GET_FCSR, MIPS_SET_FCSR): New macros.
17117 (mips_atomic_assign_expand_fenv): New function.
17118 (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define.
17120 2014-02-02 Richard Sandiford <rdsandiford@googlemail.com>
17122 * doc/extend.texi (__builtin_mips_get_fcsr): Document.
17123 (__builtin_mips_set_fcsr): Likewise.
17124 * config/mips/mips-ftypes.def: Add MIPS_VOID_FTYPE_USI and
17125 MIPS_USI_FTYPE_VOID.
17126 * config/mips/mips-protos.h (mips16_expand_get_fcsr): Declare
17127 (mips16_expand_set_fcsr): Likewise.
17128 * config/mips/mips.c (mips16_get_fcsr_stub): New variable.
17129 (mips16_set_fcsr_stub): Likewise.
17130 (mips16_get_fcsr_one_only_stub): New class.
17131 (mips16_set_fcsr_one_only_stub): Likewise.
17132 (mips16_expand_get_fcsr, mips16_expand_set_fcsr): New functions.
17133 (mips_code_end): Output the get_fcsr and set_fcsr stubs, if needed.
17134 (BUILTIN_AVAIL_MIPS16, AVAIL_ALL): New macros.
17135 (hard_float): New availability predicate.
17136 (mips_builtins): Add get_fcsr and set_fcsr.
17137 (mips_expand_builtin): Check BUILTIN_AVAIL_MIPS16.
17138 * config/mips/mips.md (UNSPEC_GET_FCSR, UNSPEC_SET_FCSR): New unspecs.
17139 (GET_FCSR_REGNUM, SET_FCSR_REGNUM): New constants.
17140 (mips_get_fcsr, *mips_get_fcsr, mips_get_fcsr_mips16_<mode>)
17141 (mips_set_fcsr, *mips_set_fcsr, mips_set_fcsr_mips16_<mode>): New
17144 2014-02-02 Richard Sandiford <rdsandiford@googlemail.com>
17146 * config/mips/mips.c (mips_one_only_stub): New class.
17147 (mips_need_mips16_rdhwr_p): Replace with...
17148 (mips16_rdhwr_stub): ...this new variable.
17149 (mips16_stub_call_address): New function.
17150 (mips16_rdhwr_one_only_stub): New class.
17151 (mips_expand_thread_pointer): Use mips16_stub_call_address.
17152 (mips_output_mips16_rdhwr): Delete.
17153 (mips_finish_stub): New function.
17154 (mips_code_end): Use it to handle rdhwr stubs.
17156 2014-02-02 Uros Bizjak <ubizjak@gmail.com>
17159 * config/i386/i386.c (classify_argument): Fix handling of bit_offset
17160 when calculating size of integer atomic types.
17162 2014-02-02 H.J. Lu <hongjiu.lu@intel.com>
17164 * ipa-inline-analysis.c (true_predicate_p): Fix a typo in comments.
17166 2014-02-01 Jakub Jelinek <jakub@redhat.com>
17168 PR tree-optimization/60003
17169 * gimple-low.c (lower_builtin_setjmp): Set cfun->has_nonlocal_label.
17170 * profile.c (branch_prob): Use gimple_call_builtin_p
17171 to check for BUILT_IN_SETJMP_RECEIVER.
17172 * tree-inline.c (copy_bb): Call notice_special_calls.
17174 2014-01-31 Vladimir Makarov <vmakarov@redhat.com>
17177 * lra-constraints.c (process_alt_operands): Update reload_sum only
17180 2014-01-31 Richard Henderson <rth@redhat.com>
17182 PR middle-end/60004
17183 * tree-eh.c (lower_try_finally_switch): Delay lowering finally block
17184 until after else_eh is processed.
17186 2014-01-31 Ilya Tocar <ilya.tocar@intel.com>
17188 * config/i386/avx512fintrin.h (_MM_FROUND_TO_NEAREST_INT),
17189 (_MM_FROUND_TO_NEG_INF), (_MM_FROUND_TO_POS_INF),
17190 (_MM_FROUND_TO_ZERO), (_MM_FROUND_CUR_DIRECTION): Are already defined
17191 in smmintrin.h, remove them.
17192 (_MM_FROUND_NO_EXC): Same as above, bit also wrong value.
17193 * config/i386/i386.c (ix86_print_operand): Split sae and rounding.
17194 * config/i386/i386.md (ROUND_SAE): Fix value.
17195 * config/i386/predicates.md (const_4_or_8_to_11_operand): New.
17196 (const48_operand): New.
17197 * config/i386/subst.md (round), (round_expand): Use
17198 const_4_or_8_to_11_operand.
17199 (round_saeonly), (round_saeonly_expand): Use const48_operand.
17201 2014-01-31 Ilya Tocar <ilya.tocar@intel.com>
17203 * config/i386/constraints.md (Yk): Swap meaning with k.
17204 * config/i386/i386.md (movhi_internal): Change Yk to k.
17205 (movqi_internal): Ditto.
17206 (*k<logic><mode>): Ditto.
17209 (kandn<mode>): Ditto.
17210 (*<code>hi_1): Ditto.
17211 (*<code>qi_1): Ditto.
17212 (kxnor<mode>): Ditto.
17213 (kortestzhi): Ditto.
17214 (kortestchi): Ditto.
17216 (*one_cmplhi2_1): Ditto.
17217 (*one_cmplqi2_1): Ditto.
17218 * config/i386/sse.md (): Change k to Yk.
17219 (avx512f_load<mode>_mask): Ditto.
17220 (avx512f_blendm<mode>): Ditto.
17221 (avx512f_store<mode>_mask): Ditto.
17222 (avx512f_storeu<ssemodesuffix>512_mask): Ditto.
17223 (avx512f_storedqu<mode>_mask): Ditto.
17224 (avx512f_cmp<mode>3<mask_scalar_merge_name><round_saeonly_name>):
17226 (avx512f_ucmp<mode>3<mask_scalar_merge_name>): Ditto.
17227 (avx512f_vmcmp<mode>3<round_saeonly_name>): Ditto.
17228 (avx512f_vmcmp<mode>3_mask<round_saeonly_name>): Ditto.
17229 (avx512f_maskcmp<mode>3): Ditto.
17230 (avx512f_fmadd_<mode>_mask<round_name>): Ditto.
17231 (avx512f_fmadd_<mode>_mask3<round_name>): Ditto.
17232 (avx512f_fmsub_<mode>_mask<round_name>): Ditto.
17233 (avx512f_fmsub_<mode>_mask3<round_name>): Ditto.
17234 (avx512f_fnmadd_<mode>_mask<round_name>): Ditto.
17235 (avx512f_fnmadd_<mode>_mask3<round_name>): Ditto.
17236 (avx512f_fnmsub_<mode>_mask<round_name>): Ditto.
17237 (avx512f_fnmsub_<mode>_mask3<round_name>): Ditto.
17238 (avx512f_fmaddsub_<mode>_mask<round_name>): Ditto.
17239 (avx512f_fmaddsub_<mode>_mask3<round_name>): Ditto.
17240 (avx512f_fmsubadd_<mode>_mask<round_name>): Ditto.
17241 (avx512f_fmsubadd_<mode>_mask3<round_name>): Ditto.
17242 (avx512f_vextract<shuffletype>32x4_1_maskm): Ditto.
17243 (vec_extract_lo_<mode>_maskm): Ditto.
17244 (vec_extract_hi_<mode>_maskm): Ditto.
17245 (avx512f_vternlog<mode>_mask): Ditto.
17246 (avx512f_fixupimm<mode>_mask<round_saeonly_name>): Ditto.
17247 (avx512f_sfixupimm<mode>_mask<round_saeonly_name>): Ditto.
17248 (avx512f_<code><pmov_src_lower><mode>2_mask): Ditto.
17249 (avx512f_<code>v8div16qi2_mask): Ditto.
17250 (avx512f_<code>v8div16qi2_mask_store): Ditto.
17251 (avx512f_eq<mode>3<mask_scalar_merge_name>_1): Ditto.
17252 (avx512f_gt<mode>3<mask_scalar_merge_name>): Ditto.
17253 (avx512f_testm<mode>3<mask_scalar_merge_name>): Ditto.
17254 (avx512f_testnm<mode>3<mask_scalar_merge_name>): Ditto.
17255 (*avx512pf_gatherpf<mode>sf_mask): Ditto.
17256 (*avx512pf_gatherpf<mode>df_mask): Ditto.
17257 (*avx512pf_scatterpf<mode>sf_mask): Ditto.
17258 (*avx512pf_scatterpf<mode>df_mask): Ditto.
17259 (avx512cd_maskb_vec_dupv8di): Ditto.
17260 (avx512cd_maskw_vec_dupv16si): Ditto.
17261 (avx512f_vpermi2var<mode>3_maskz): Ditto.
17262 (avx512f_vpermi2var<mode>3_mask): Ditto.
17263 (avx512f_vpermi2var<mode>3_mask): Ditto.
17264 (avx512f_vpermt2var<mode>3_maskz): Ditto.
17265 (*avx512f_gathersi<mode>): Ditto.
17266 (*avx512f_gathersi<mode>_2): Ditto.
17267 (*avx512f_gatherdi<mode>): Ditto.
17268 (*avx512f_gatherdi<mode>_2): Ditto.
17269 (*avx512f_scattersi<mode>): Ditto.
17270 (*avx512f_scatterdi<mode>): Ditto.
17271 (avx512f_compress<mode>_mask): Ditto.
17272 (avx512f_compressstore<mode>_mask): Ditto.
17273 (avx512f_expand<mode>_mask): Ditto.
17274 * config/i386/subst.md (mask): Change k to Yk.
17275 (mask_scalar_merge): Ditto.
17278 2014-01-31 Marc Glisse <marc.glisse@inria.fr>
17280 * doc/extend.texi (Vector Extensions): Document ?: in C++.
17282 2014-01-31 Richard Biener <rguenther@suse.de>
17284 PR middle-end/59990
17285 * builtins.c (fold_builtin_memory_op): Make sure to not
17286 use a floating-point mode or a boolean or enumeral type for
17287 the copy operation.
17289 2014-01-30 DJ Delorie <dj@redhat.com>
17291 * config/msp430/msp430.h (LIB_SPEC): Add -lcrt
17292 * config/msp430/msp430.md (msp430_refsym_need_exit): New.
17293 * config/msp430/msp430.c (msp430_expand_epilogue): Call it
17294 whenever main() has an epilogue.
17296 2014-01-30 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
17298 * config/rs6000/rs6000.c (rs6000_expand_vector_init): Remove
17299 unused variable "field".
17300 * config/rs6000/vsx.md (vsx_mergel_<mode>): Add missing DONE.
17301 (vsx_mergeh_<mode>): Likewise.
17302 * config/rs6000/altivec.md (altivec_vmrghb): Likewise.
17303 (altivec_vmrghh): Likewise.
17304 (altivec_vmrghw): Likewise.
17305 (altivec_vmrglb): Likewise.
17306 (altivec_vmrglh): Likewise.
17307 (altivec_vmrglw): Likewise.
17308 (altivec_vspltb): Add missing uses.
17309 (altivec_vsplth): Likewise.
17310 (altivec_vspltw): Likewise.
17311 (altivec_vspltsf): Likewise.
17313 2014-01-30 Jakub Jelinek <jakub@redhat.com>
17316 * ifcvt.c (cond_exec_process_insns): Don't conditionalize
17317 frame related instructions.
17319 2014-01-30 Vladimir Makarov <vmakarov@redhat.com>
17321 PR rtl-optimization/59959
17322 * lra-constrains.c (simplify_operand_subreg): Assign NO_REGS to
17323 any reload of register whose subreg is invalid.
17325 2014-01-30 Jakub Jelinek <jakub@redhat.com>
17327 * config/i386/f16cintrin.h (_cvtsh_ss): Avoid -Wnarrowing warning.
17328 * config/i386/avx512fintrin.h (_mm512_mask_cvtusepi64_storeu_epi32):
17329 Add missing return type - void.
17331 2014-01-30 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
17333 * gcc/config/rs6000/rs6000.c (rs6000_expand_vector_init): Use
17334 gen_vsx_xxspltw_v4sf_direct instead of gen_vsx_xxspltw_v4sf;
17335 remove element index adjustment for endian (now handled in vsx.md
17337 (altivec_expand_vec_perm_const): Use
17338 gen_altivec_vsplt[bhw]_direct instead of gen_altivec_vsplt[bhw].
17339 * gcc/config/rs6000/vsx.md (UNSPEC_VSX_XXSPLTW): New unspec.
17340 (vsx_xxspltw_<mode>): Adjust element index for little endian.
17341 * gcc/config/rs6000/altivec.md (altivec_vspltb): Divide into a
17342 define_expand and a new define_insn *altivec_vspltb_internal;
17343 adjust for -maltivec=be on a little endian target.
17344 (altivec_vspltb_direct): New.
17345 (altivec_vsplth): Divide into a define_expand and a new
17346 define_insn *altivec_vsplth_internal; adjust for -maltivec=be on a
17347 little endian target.
17348 (altivec_vsplth_direct): New.
17349 (altivec_vspltw): Divide into a define_expand and a new
17350 define_insn *altivec_vspltw_internal; adjust for -maltivec=be on a
17351 little endian target.
17352 (altivec_vspltw_direct): New.
17353 (altivec_vspltsf): Divide into a define_expand and a new
17354 define_insn *altivec_vspltsf_internal; adjust for -maltivec=be on
17355 a little endian target.
17357 2014-01-30 Richard Biener <rguenther@suse.de>
17359 PR tree-optimization/59993
17360 * tree-ssa-forwprop.c (associate_pointerplus): Check we
17361 can propagate form the earlier stmt and avoid the transform
17362 when the intermediate result is needed.
17364 2014-01-30 Alangi Derick <alangiderick@gmail.com>
17366 * README.Portability: Fix typo.
17368 2014-01-30 David Holsgrove <david.holsgrove@xilinx.com>
17370 * config/microblaze/microblaze.md(cstoresf4, cbranchsf4): Replace
17371 comparison_operator with ordered_comparison_operator.
17373 2014-01-30 Nick Clifton <nickc@redhat.com>
17375 * config/mn10300/mn10300-protos.h (mn10300_store_multiple_operation_p):
17376 Rename to mn10300_store_multiple_regs.
17377 * config/mn10300/mn10300.c: Likewise.
17378 * config/mn10300/mn10300.md (store_movm): Fix typo: call
17379 store_multiple_regs.
17380 * config/mn10300/predicates.md (mn10300_store_multiple_operation):
17381 Call mn10300_store_multiple_regs.
17383 2014-01-30 Nick Clifton <nickc@redhat.com>
17384 DJ Delorie <dj@redhat.com>
17386 * config/rl78/rl78.c (register_sizes): Make the "upper half" of
17387 %fp 2 to keep registers after it properly word-aligned.
17388 (rl78_alloc_physical_registers_umul): Handle the case where both
17389 input operands are the same.
17391 2014-01-30 Richard Biener <rguenther@suse.de>
17393 PR tree-optimization/59903
17394 * tree-vect-loop.c (vect_transform_loop): Guard multiple-types
17397 2014-01-30 Jason Merrill <jason@redhat.com>
17400 * tree.c (walk_type_fields): Handle VECTOR_TYPE.
17403 * cgraphunit.c (expand_thunk): Copy volatile arg to a temporary.
17405 2014-01-30 Richard Biener <rguenther@suse.de>
17407 PR tree-optimization/59951
17408 * tree-vect-slp.c (vect_bb_slp_scalar_cost): Skip uses in debug insns.
17410 2014-01-30 Savin Zlobec <savin.zlobec@gmail.com>
17413 * config/nios2/nios2.c (nios2_fpu_insn_asm): Fix asm output of
17414 SFmode to DFmode case.
17416 2014-01-29 DJ Delorie <dj@redhat.com>
17418 * config/msp430/msp430.opt (-minrt): New.
17419 * config/msp430/msp430.h (STARTFILE_SPEC): Link alternate runtime
17421 (ENDFILE_SPEC): Likewise.
17423 2014-01-29 Jan Hubicka <hubicka@ucw.cz>
17425 * ipa-inline-analysis.c (clobber_only_eh_bb_p): New function.
17426 (estimate_function_body_sizes): Use it.
17428 2014-01-29 Paolo Carlini <paolo.carlini@oracle.com>
17431 * dwarf2out.c (is_cxx_auto): New.
17432 (is_base_type): Use it.
17433 (gen_type_die_with_usage): Likewise.
17435 2014-01-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
17437 * config/rs6000/rs6000.c (altivec_expand_vec_perm_const): Use
17438 CODE_FOR_altivec_vmrg*_direct rather than CODE_FOR_altivec_vmrg*.
17439 * config/rs6000/vsx.md (vsx_mergel_<mode>): Adjust for
17440 -maltivec=be with LE targets.
17441 (vsx_mergeh_<mode>): Likewise.
17442 * config/rs6000/altivec.md (UNSPEC_VMRG[HL]_DIRECT): New unspecs.
17443 (mulv8hi3): Use gen_altivec_vmrg[hl]w_direct.
17444 (altivec_vmrghb): Replace with define_expand and new
17445 *altivec_vmrghb_internal insn; adjust for -maltivec=be with LE targets.
17446 (altivec_vmrghb_direct): New define_insn.
17447 (altivec_vmrghh): Replace with define_expand and new
17448 *altivec_vmrghh_internal insn; adjust for -maltivec=be with LE targets.
17449 (altivec_vmrghh_direct): New define_insn.
17450 (altivec_vmrghw): Replace with define_expand and new
17451 *altivec_vmrghw_internal insn; adjust for -maltivec=be with LE targets.
17452 (altivec_vmrghw_direct): New define_insn.
17453 (*altivec_vmrghsf): Adjust for endianness.
17454 (altivec_vmrglb): Replace with define_expand and new
17455 *altivec_vmrglb_internal insn; adjust for -maltivec=be with LE targets.
17456 (altivec_vmrglb_direct): New define_insn.
17457 (altivec_vmrglh): Replace with define_expand and new
17458 *altivec_vmrglh_internal insn; adjust for -maltivec=be with LE targets.
17459 (altivec_vmrglh_direct): New define_insn.
17460 (altivec_vmrglw): Replace with define_expand and new
17461 *altivec_vmrglw_internal insn; adjust for -maltivec=be with LE targets.
17462 (altivec_vmrglw_direct): New define_insn.
17463 (*altivec_vmrglsf): Adjust for endianness.
17464 (vec_widen_umult_hi_v16qi): Use gen_altivec_vmrghh_direct.
17465 (vec_widen_umult_lo_v16qi): Use gen_altivec_vmrglh_direct.
17466 (vec_widen_smult_hi_v16qi): Use gen_altivec_vmrghh_direct.
17467 (vec_widen_smult_lo_v16qi): Use gen_altivec_vmrglh_direct.
17468 (vec_widen_umult_hi_v8hi): Use gen_altivec_vmrghw_direct.
17469 (vec_widen_umult_lo_v8hi): Use gen_altivec_vmrglw_direct.
17470 (vec_widen_smult_hi_v8hi): Use gen_altivec_vmrghw_direct.
17471 (vec_widen_smult_lo_v8hi): Use gen_altivec_vmrglw_direct.
17473 2014-01-29 Marcus Shawcroft <marcus.shawcroft@arm.com>
17475 * config/aarch64/aarch64.c (aarch64_expand_mov_immediate)
17476 (aarch64_legitimate_address_p, aarch64_class_max_nregs): Adjust
17479 2014-01-29 Richard Biener <rguenther@suse.de>
17481 PR tree-optimization/58742
17482 * tree-ssa-forwprop.c (associate_pointerplus): Rename to
17483 associate_pointerplus_align.
17484 (associate_pointerplus_diff): New function.
17485 (associate_pointerplus): Likewise. Call associate_pointerplus_align
17486 and associate_pointerplus_diff.
17488 2014-01-29 Richard Biener <rguenther@suse.de>
17490 * lto-streamer.h (LTO_major_version): Bump to 3.
17491 (LTO_minor_version): Reset to 0.
17493 2014-01-29 Renlin Li <Renlin.Li@arm.com>
17495 * config/arm/arm-arches.def (ARM_ARCH): Add armv7ve arch.
17496 * config/arm/arm.c (FL_FOR_ARCH7VE): New.
17497 (arm_file_start): Generate correct asm header for armv7ve.
17498 * config/arm/bpabi.h: Add multilib support for armv7ve.
17499 * config/arm/driver-arm.c: Change the architectures of cortex-a7
17500 and cortex-a15 to armv7ve.
17501 * config/arm/t-aprofile: Add multilib support for armv7ve.
17502 * doc/invoke.texi: Document -march=armv7ve.
17504 2014-01-29 Richard Biener <rguenther@suse.de>
17506 PR tree-optimization/58742
17507 * tree-ssa-forwprop.c (associate_plusminus): Return true
17508 if we changed sth, defer EH cleanup to ...
17509 (ssa_forward_propagate_and_combine): ... here. Call simplify_mult.
17510 (simplify_mult): New function.
17512 2014-01-29 Jakub Jelinek <jakub@redhat.com>
17514 PR middle-end/59917
17515 PR tree-optimization/59920
17516 * tree.c (build_common_builtin_nodes): Remove
17517 __builtin_setjmp_dispatcher initialization.
17518 * omp-low.h (make_gimple_omp_edges): Add a new int * argument.
17519 * profile.c (branch_prob): Use gsi_start_nondebug_after_labels_bb
17520 instead of gsi_after_labels + manually skipping debug stmts.
17521 Don't ignore bbs with BUILT_IN_SETJMP_DISPATCHER, instead
17522 ignore bbs with IFN_ABNORMAL_DISPATCHER.
17523 * tree-inline.c (copy_edges_for_bb): Remove
17524 can_make_abnormal_goto argument, instead add abnormal_goto_dest
17525 argument. Ignore computed_goto_p stmts. Don't call
17526 make_abnormal_goto_edges. If a call might need abnormal edges
17527 for non-local gotos, see if it already has an edge to
17528 IFN_ABNORMAL_DISPATCHER or if it is IFN_ABNORMAL_DISPATCHER
17529 with true argument, don't do anything then, otherwise add
17530 EDGE_ABNORMAL from the call's bb to abnormal_goto_dest.
17531 (copy_cfg_body): Compute abnormal_goto_dest, adjust copy_edges_for_bb
17533 * gimple-low.c (struct lower_data): Remove calls_builtin_setjmp.
17534 (lower_function_body): Don't emit __builtin_setjmp_dispatcher.
17535 (lower_stmt): Don't set data->calls_builtin_setjmp.
17536 (lower_builtin_setjmp): Adjust comment.
17537 * builtins.def (BUILT_IN_SETJMP_DISPATCHER): Remove.
17538 * tree-cfg.c (found_computed_goto): Remove.
17539 (factor_computed_gotos): Remove.
17540 (make_goto_expr_edges): Return bool, true for computed gotos.
17541 Don't call make_abnormal_goto_edges.
17542 (build_gimple_cfg): Don't set found_computed_goto, don't call
17543 factor_computed_gotos.
17544 (computed_goto_p): No longer static.
17545 (make_blocks): Don't set found_computed_goto.
17546 (get_abnormal_succ_dispatcher, handle_abnormal_edges): New functions.
17547 (make_edges): If make_goto_expr_edges returns true, push bb
17548 into ab_edge_goto vector, for stmt_can_make_abnormal_goto calls
17549 instead of calling make_abnormal_goto_edges push bb into ab_edge_call
17550 vector. Record mapping between bbs and OpenMP regions if there
17551 are any, adjust make_gimple_omp_edges caller. Call
17552 handle_abnormal_edges.
17553 (make_abnormal_goto_edges): Remove.
17554 * tree-cfg.h (make_abnormal_goto_edges): Remove.
17555 (computed_goto_p, get_abnormal_succ_dispatcher): New prototypes.
17556 * internal-fn.c (expand_ABNORMAL_DISPATCHER): New function.
17557 * builtins.c (expand_builtin): Don't handle BUILT_IN_SETJMP_DISPATCHER.
17558 * internal-fn.def (ABNORMAL_DISPATCHER): New.
17559 * omp-low.c (make_gimple_omp_edges): Add region_idx argument, when
17560 filling *region also set *region_idx to (*region)->entry->index.
17563 * read-rtl.c (read_rtx_code): Clear all of RTX_CODE_SIZE (code).
17564 For REGs set ORIGINAL_REGNO.
17566 2014-01-29 Bingfeng Mei <bmei@broadcom.com>
17568 * doc/md.texi: Mention that a target shouldn't implement
17569 vec_widen_(s|u)mul_even/odd pair if it is less efficient
17572 2014-01-29 Jakub Jelinek <jakub@redhat.com>
17574 PR tree-optimization/59594
17575 * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Sort
17576 a copy of the datarefs vector rather than the vector itself.
17578 2014-01-28 Jason Merrill <jason@redhat.com>
17581 * dwarf2out.c (auto_die): New static.
17582 (gen_type_die_with_usage): Handle C++1y 'auto'.
17583 (gen_subprogram_die): If in-class DIE had 'auto', emit type again
17586 2014-01-28 H.J. Lu <hongjiu.lu@intel.com>
17589 * config/i386/gnu-user64.h (SPEC_32): Add "m16|" to "m32".
17590 (SPEC_X32): Likewise.
17591 (SPEC_64): Likewise.
17592 * config/i386/i386.c (ix86_option_override_internal): Turn off
17593 OPTION_MASK_ISA_64BIT, OPTION_MASK_ABI_X32 and OPTION_MASK_ABI_64
17595 (x86_file_start): Output .code16gcc for TARGET_16BIT.
17596 * config/i386/i386.h (TARGET_16BIT): New macro.
17597 (TARGET_16BIT_P): Likewise.
17598 * config/i386/i386.opt: Add m16.
17599 * doc/invoke.texi: Document -m16.
17601 2014-01-28 Jakub Jelinek <jakub@redhat.com>
17603 PR preprocessor/59935
17604 * input.c (location_get_source_line): Bail out on when line number
17605 is zero, and test the return value of lookup_or_add_file_to_cache_tab.
17607 2014-01-28 Richard Biener <rguenther@suse.de>
17609 PR tree-optimization/58742
17610 * tree-ssa-forwprop.c (associate_plusminus): Handle
17611 pointer subtraction of the form (T)(P + A) - (T)P.
17613 2014-01-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17615 * config/arm/arm.c (arm_new_rtx_costs): Remove useless statement
17618 2014-01-28 Richard Biener <rguenther@suse.de>
17621 2014-01-28 Richard Biener <rguenther@suse.de>
17623 PR rtl-optimization/45364
17624 PR rtl-optimization/59890
17625 * var-tracking.c (local_get_addr_clear_given_value): Handle
17626 already cleared slot.
17627 (val_reset): Handle not allocated local_get_addr_cache.
17628 (vt_find_locations): Use post-order on the inverted CFG.
17630 2014-01-28 Richard Biener <rguenther@suse.de>
17632 * tree-data-ref.h (ddr_is_anti_dependent, ddrs_have_anti_deps): Remove.
17634 2014-01-28 Richard Biener <rguenther@suse.de>
17636 PR rtl-optimization/45364
17637 PR rtl-optimization/59890
17638 * var-tracking.c (local_get_addr_clear_given_value): Handle
17639 already cleared slot.
17640 (val_reset): Handle not allocated local_get_addr_cache.
17641 (vt_find_locations): Use post-order on the inverted CFG.
17643 2014-01-28 Alan Modra <amodra@gmail.com>
17645 * Makefile.in (BUILD_CPPFLAGS): Do not use ALL_CPPFLAGS.
17646 * configure.ac <recursive call for build != host>: Define
17647 GENERATOR_FILE. Comment. Use CXX_FOR_BUILD, CXXFLAGS_FOR_BUILD
17648 and LD_FOR_BUILD too.
17649 * configure: Regenerate.
17651 2014-01-27 Allan Sandfeld Jensen <sandfeld@kde.org>
17653 * config/i386/i386.c (get_builtin_code_for_version): Separate
17654 Westmere from Nehalem, Ivy Bridge from Sandy Bridge and
17655 Broadwell from Haswell.
17657 2014-01-27 Steve Ellcey <sellcey@mips.com>
17659 * common/config/mips/mips-common.c (TARGET_DEFAULT_TARGET_FLAGS):
17660 Remove TARGET_FP_EXCEPTIONS_DEFAULT and MASK_FUSED_MADD.
17661 * config/mips/mips.c (mips_option_override): Change setting
17663 * config/mips/mips.h (TARGET_FP_EXCEPTIONS_DEFAULT): Remove.
17664 * config/mips/mips.opt (DSP, DSPR2, FP_EXCEPTIONS, FUSED_MADD, MIPS3D):
17665 Change from Mask to Var.
17667 2014-01-27 Jeff Law <law@redhat.com>
17669 * ipa-inline.c (inline_small_functions): Fix typo.
17671 2014-01-27 Ilya Tocar <ilya.tocar@intel.com>
17673 * config/i386/avx512fintrin.h (_mm512_mask_cvtepi32_storeu_epi8): New.
17674 (_mm512_mask_cvtsepi32_storeu_epi8): Ditto.
17675 (_mm512_mask_cvtusepi32_storeu_epi8): Ditto.
17676 (_mm512_mask_cvtepi32_storeu_epi16): Ditto.
17677 (_mm512_mask_cvtsepi32_storeu_epi16): Ditto.
17678 (_mm512_mask_cvtusepi32_storeu_epi16): Ditto.
17679 (_mm512_mask_cvtepi64_storeu_epi32): Ditto.
17680 (_mm512_mask_cvtsepi64_storeu_epi32): Ditto.
17681 (_mm512_mask_cvtusepi64_storeu_epi32): Ditto.
17682 (_mm512_mask_cvtepi64_storeu_epi16): Ditto.
17683 (_mm512_mask_cvtsepi64_storeu_epi16): Ditto.
17684 (_mm512_mask_cvtusepi64_storeu_epi16): Ditto.
17685 (_mm512_mask_cvtepi64_storeu_epi8): Ditto.
17686 (_mm512_mask_cvtsepi64_storeu_epi8): Ditto.
17687 (_mm512_mask_cvtusepi64_storeu_epi8): Ditto.
17688 (_mm512_storeu_epi64): Ditto.
17689 (_mm512_cmpge_epi32_mask): Ditto.
17690 (_mm512_cmpge_epu32_mask): Ditto.
17691 (_mm512_cmpge_epi64_mask): Ditto.
17692 (_mm512_cmpge_epu64_mask): Ditto.
17693 (_mm512_cmple_epi32_mask): Ditto.
17694 (_mm512_cmple_epu32_mask): Ditto.
17695 (_mm512_cmple_epi64_mask): Ditto.
17696 (_mm512_cmple_epu64_mask): Ditto.
17697 (_mm512_cmplt_epi32_mask): Ditto.
17698 (_mm512_cmplt_epu32_mask): Ditto.
17699 (_mm512_cmplt_epi64_mask): Ditto.
17700 (_mm512_cmplt_epu64_mask): Ditto.
17701 (_mm512_cmpneq_epi32_mask): Ditto.
17702 (_mm512_cmpneq_epu32_mask): Ditto.
17703 (_mm512_cmpneq_epi64_mask): Ditto.
17704 (_mm512_cmpneq_epu64_mask): Ditto.
17705 (_mm512_expand_pd): Ditto.
17706 (_mm512_expand_ps): Ditto.
17707 * config/i386/i386-builtin-types.def: Add PV16QI, PV16QI, PV16HI,
17708 VOID_PV8SI_V8DI_QI, VOID_PV8HI_V8DI_QI, VOID_PV16QI_V8DI_QI,
17709 VOID_PV16QI_V16SI_HI, VOID_PV16HI_V16SI_HI.
17710 * config/i386/i386.c (ix86_builtins): Add
17711 IX86_BUILTIN_EXPANDPD512_NOMASK, IX86_BUILTIN_EXPANDPS512_NOMASK,
17712 IX86_BUILTIN_PMOVDB512_MEM, IX86_BUILTIN_PMOVDW512_MEM,
17713 IX86_BUILTIN_PMOVQB512_MEM, IX86_BUILTIN_PMOVQD512_MEM,
17714 IX86_BUILTIN_PMOVQW512_MEM, IX86_BUILTIN_PMOVSDB512_MEM,
17715 IX86_BUILTIN_PMOVSDW512_MEM, IX86_BUILTIN_PMOVSQB512_MEM,
17716 IX86_BUILTIN_PMOVSQD512_MEM, IX86_BUILTIN_PMOVSQW512_MEM,
17717 IX86_BUILTIN_PMOVUSDB512_MEM, IX86_BUILTIN_PMOVUSDW512_MEM,
17718 IX86_BUILTIN_PMOVUSQB512_MEM, IX86_BUILTIN_PMOVUSQD512_MEM,
17719 IX86_BUILTIN_PMOVUSQW512_MEM.
17720 (bdesc_special_args): Add __builtin_ia32_pmovusqd512mem_mask,
17721 __builtin_ia32_pmovsqd512mem_mask,
17722 __builtin_ia32_pmovqd512mem_mask,
17723 __builtin_ia32_pmovusqw512mem_mask,
17724 __builtin_ia32_pmovsqw512mem_mask,
17725 __builtin_ia32_pmovqw512mem_mask,
17726 __builtin_ia32_pmovusdw512mem_mask,
17727 __builtin_ia32_pmovsdw512mem_mask,
17728 __builtin_ia32_pmovdw512mem_mask,
17729 __builtin_ia32_pmovqb512mem_mask,
17730 __builtin_ia32_pmovusqb512mem_mask,
17731 __builtin_ia32_pmovsqb512mem_mask,
17732 __builtin_ia32_pmovusdb512mem_mask,
17733 __builtin_ia32_pmovsdb512mem_mask,
17734 __builtin_ia32_pmovdb512mem_mask.
17735 (bdesc_args): Add __builtin_ia32_expanddf512,
17736 __builtin_ia32_expandsf512.
17737 (ix86_expand_special_args_builtin): Handle VOID_FTYPE_PV8SI_V8DI_QI,
17738 VOID_FTYPE_PV8HI_V8DI_QI, VOID_FTYPE_PV16HI_V16SI_HI,
17739 VOID_FTYPE_PV16QI_V8DI_QI, VOID_FTYPE_PV16QI_V16SI_HI.
17740 * config/i386/sse.md (unspec): Add UNSPEC_EXPAND_NOMASK.
17741 (avx512f_<code><pmov_src_lower><mode>2_mask_store): New.
17742 (*avx512f_<code>v8div16qi2_store_mask): Renamed to ...
17743 (avx512f_<code>v8div16qi2_mask_store): This.
17744 (avx512f_expand<mode>): New.
17746 2014-01-27 Kirill Yukhin <kirill.yukhin@intel.com>
17748 * config/i386/avx512pfintrin.h (_mm512_mask_prefetch_i32gather_pd):
17750 (_mm512_mask_prefetch_i64gather_pd): Ditto.
17751 (_mm512_prefetch_i32scatter_pd): Ditto.
17752 (_mm512_mask_prefetch_i32scatter_pd): Ditto.
17753 (_mm512_prefetch_i64scatter_pd): Ditto.
17754 (_mm512_mask_prefetch_i64scatter_pd): Ditto.
17755 (_mm512_mask_prefetch_i32gather_ps): Fix operand type.
17756 (_mm512_mask_prefetch_i64gather_ps): Ditto.
17757 (_mm512_prefetch_i32scatter_ps): Ditto.
17758 (_mm512_mask_prefetch_i32scatter_ps): Ditto.
17759 (_mm512_prefetch_i64scatter_ps): Ditto.
17760 (_mm512_mask_prefetch_i64scatter_ps): Ditto.
17761 * config/i386/i386-builtin-types.def: Define
17762 VOID_FTYPE_QI_V8SI_PCINT64_INT_INT
17763 and VOID_FTYPE_QI_V8DI_PCINT64_INT_INT.
17764 * config/i386/i386.c (ix86_builtins): Define IX86_BUILTIN_GATHERPFQPD,
17765 IX86_BUILTIN_GATHERPFDPD, IX86_BUILTIN_SCATTERPFDPD,
17766 IX86_BUILTIN_SCATTERPFQPD.
17767 (ix86_init_mmx_sse_builtins): Define __builtin_ia32_gatherpfdpd,
17768 __builtin_ia32_gatherpfdps, __builtin_ia32_gatherpfqpd,
17769 __builtin_ia32_gatherpfqps, __builtin_ia32_scatterpfdpd,
17770 __builtin_ia32_scatterpfdps, __builtin_ia32_scatterpfqpd,
17771 __builtin_ia32_scatterpfqps.
17772 (ix86_expand_builtin): Expand new built-ins.
17773 * config/i386/sse.md (avx512pf_gatherpf<mode>): Add SF suffix,
17774 fix memory access data type.
17775 (*avx512pf_gatherpf<mode>_mask): Ditto.
17776 (*avx512pf_gatherpf<mode>): Ditto.
17777 (avx512pf_scatterpf<mode>): Ditto.
17778 (*avx512pf_scatterpf<mode>_mask): Ditto.
17779 (*avx512pf_scatterpf<mode>): Ditto.
17780 (GATHER_SCATTER_SF_MEM_MODE): New.
17781 (avx512pf_gatherpf<mode>df): Ditto.
17782 (*avx512pf_gatherpf<mode>df_mask): Ditto.
17783 (*avx512pf_scatterpf<mode>df): Ditto.
17785 2014-01-27 Jakub Jelinek <jakub@redhat.com>
17788 * expmed.h (expmed_mode_index): Rework so that analysis and optimziers
17789 know when the MODE_PARTIAL_INT and MODE_VECTOR_INT cases can never be
17792 2014-01-27 James Greenhalgh <james.greenhalgh@arm.com>
17794 * common/config/arm/arm-common.c
17795 (arm_rewrite_mcpu): Handle multiple names.
17797 (BIG_LITTLE_SPEC): Do not discard mcpu switches.
17799 2014-01-27 James Greenhalgh <james.greenhalgh@arm.com>
17801 * gimple-builder.h (create_gimple_tmp): Delete.
17803 2014-01-27 Christian Bruel <christian.bruel@st.com>
17805 * config/sh/sh-mem.cc (sh_expand_cmpnstr): Fix remaining bytes after
17808 2014-01-26 John David Anglin <danglin@gcc.gnu.org>
17810 * config/pa/pa.md (call): Generate indirect long calls to non-local
17811 functions when outputing 32-bit code.
17812 (call_value): Likewise except for special call to buggy powf function.
17814 * config/pa/pa.c (pa_attr_length_indirect_call): Adjust length of
17815 portable runtime and PIC indirect calls.
17816 (pa_output_indirect_call): Remove unnecessary nop from portable runtime
17817 and PIC call sequences. Use ldo instead of blr to set return register
17818 in PIC call sequence.
17820 2014-01-25 Walter Lee <walt@tilera.com>
17822 * config/tilegx/sync.md (atomic_fetch_sub): Fix negation and
17823 avoid clobbering a live register.
17825 2014-01-25 Walter Lee <walt@tilera.com>
17827 * config/tilegx/tilegx-c.c (tilegx_cpu_cpp_builtins):
17828 Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2}.
17829 * config/tilegx/tilepro-c.c (tilepro_cpu_cpp_builtins):
17830 Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8}.
17832 2014-01-25 Walter Lee <walt@tilera.com>
17834 * config/tilegx/tilegx.c (tilegx_function_arg): Start 16-byte
17835 arguments on even registers.
17836 (tilegx_gimplify_va_arg_expr): Align 16-byte var args to
17838 * config/tilegx/tilegx.h (STACK_BOUNDARY): Change to 16 bytes.
17839 (BIGGEST_ALIGNMENT): Ditto.
17840 (BIGGEST_FIELD_ALIGNMENT): Ditto.
17842 2014-01-25 Walter Lee <walt@tilera.com>
17844 * config/tilegx/tilegx.c (tilegx_gen_bundles): Delete barrier
17845 insns before bundling.
17846 * config/tilegx/tilegx.md (tile_network_barrier): Update comment.
17848 2014-01-25 Walter Lee <walt@tilera.com>
17850 * config/tilegx/tilegx.c (tilegx_expand_builtin): Set
17851 PREFETCH_SCHEDULE_BARRIER_P to true for prefetches.
17852 * config/tilepro/tilepro.c (tilepro_expand_builtin): Ditto.
17854 2014-01-25 Richard Sandiford <rdsandiford@googlemail.com>
17856 * config/mips/constraints.md (kl): Delete.
17857 * config/mips/mips.md (divmod<mode>4, udivmod<mode>4): Turn into
17858 define expands, using...
17859 (divmod<mode>4_mips16, udivmod<mode>4_mips16): ...these new
17860 instructions for MIPS16.
17861 (*divmod<mode>4, *udivmod<mode>4): New patterns, taken from the
17862 non-MIPS16 version of the old divmod<mode>4 and udivmod<mode>4.
17864 2014-01-25 Walter Lee <walt@tilera.com>
17866 * config/tilepro/tilepro.md (ctzdi2): Use register_operand predicate.
17870 2014-01-25 Walter Lee <walt@tilera.com>
17872 * config/tilegx/tilegx.c (tilegx_expand_to_rtl_hook): New.
17873 (TARGET_EXPAND_TO_RTL_HOOK): Define.
17875 2014-01-25 Richard Sandiford <rdsandiford@googlemail.com>
17877 * rtlanal.c (canonicalize_condition): Split out duplicated mode check.
17880 2014-01-25 Jakub Jelinek <jakub@redhat.com>
17882 * print-rtl.c (in_call_function_usage): New var.
17883 (print_rtx): When in CALL_INSN_FUNCTION_USAGE, always print
17884 EXPR_LIST mode as mode and not as reg note name.
17886 PR middle-end/59561
17887 * cfgloopmanip.c (copy_loop_info): If
17888 loop->warned_aggressive_loop_optimizations, make sure
17889 the flag is set in target loop too.
17891 2014-01-24 Balaji V. Iyer <balaji.v.iyer@intel.com>
17893 * builtins.c (is_builtin_name): Renamed flag_enable_cilkplus to
17895 * builtins.def: Likewise.
17896 * cilk.h (fn_contains_cilk_spawn_p): Likewise.
17897 * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Likewise.
17898 * ira.c (ira_setup_eliminable_regset): Likewise.
17899 * omp-low.c (gate_expand_omp): Likewise.
17900 (execute_lower_omp): Likewise.
17901 (diagnose_sb_0): Likewise.
17902 (gate_diagnose_omp_blocks): Likewise.
17903 (simd_clone_clauses_extract): Likewise.
17906 2014-01-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
17908 * config/rs6000/rs6000.c (rs6000_expand_vec_perm_const_1): Remove
17909 correction for little endian...
17910 * config/rs6000/vsx.md (vsx_xxpermdi2_<mode>_1): ...and move it to
17913 2014-01-24 Jeff Law <law@redhat.com>
17915 PR tree-optimization/59919
17916 * tree-vrp.c (find_assert_locations_1): Do not register asserts
17917 for non-returning calls.
17919 2014-01-24 James Greenhalgh <james.greenhalgh@arm.com>
17921 * common/config/aarch64/aarch64-common.c
17922 (aarch64_rewrite_mcpu): Handle multiple names.
17923 * config/aarch64/aarch64.h
17924 (BIG_LITTLE_SPEC): Do not discard mcpu switches.
17926 2014-01-24 Dodji Seketeli <dodji@redhat.com>
17928 * input.c (add_file_to_cache_tab): Handle the case where fopen
17931 2014-01-23 H.J. Lu <hongjiu.lu@intel.com>
17934 * config/i386/i386.md (pushsf splitter): Get stack adjustment
17935 from push operand if code of push isn't PRE_DEC.
17937 2014-01-23 Michael Meissner <meissner@linux.vnet.ibm.com>
17940 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
17941 -mquad-memory-atomic. Update -mquad-memory documentation to say
17942 it is only used for non-atomic loads/stores.
17944 * config/rs6000/predicates.md (quad_int_reg_operand): Allow either
17945 -mquad-memory or -mquad-memory-atomic switches.
17947 * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Add
17948 -mquad-memory-atomic to ISA 2.07 support.
17950 * config/rs6000/rs6000.opt (-mquad-memory-atomic): Add new switch
17951 to separate support of normal quad word memory operations (ldq, stq)
17952 from the atomic quad word memory operations.
17954 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
17955 support to separate non-atomic quad word operations from atomic
17956 quad word operations. Disable non-atomic quad word operations in
17957 little endian mode so that we don't have to swap words after the
17958 load and before the store.
17959 (quad_load_store_p): Add comment about atomic quad word support.
17960 (rs6000_opt_masks): Add -mquad-memory-atomic to the list of
17961 options printed with -mdebug=reg.
17963 * config/rs6000/rs6000.h (TARGET_SYNC_TI): Use
17964 -mquad-memory-atomic as the test for whether we have quad word
17965 atomic instructions.
17966 (TARGET_SYNC_HI_QI): If either -mquad-memory-atomic, -mquad-memory,
17967 or -mp8-vector are used, allow byte/half-word atomic operations.
17969 * config/rs6000/sync.md (load_lockedti): Insure that the address
17970 is a proper indexed or indirect address for the lqarx instruction.
17971 On little endian systems, swap the hi/lo registers after the lqarx
17973 (load_lockedpti): Use indexed_or_indirect_operand predicate to
17974 insure the address is valid for the lqarx instruction.
17975 (store_conditionalti): Insure that the address is a proper indexed
17976 or indirect address for the stqcrx. instruction. On little endian
17977 systems, swap the hi/lo registers before doing the stqcrx.
17979 (store_conditionalpti): Use indexed_or_indirect_operand predicate to
17980 insure the address is valid for the stqcrx. instruction.
17982 * gcc/config/rs6000/rs6000-c.c (rs6000_target_modify_macros):
17983 Define __QUAD_MEMORY__ and __QUAD_MEMORY_ATOMIC__ based on what
17984 type of quad memory support is available.
17986 2014-01-23 Vladimir Makarov <vmakarov@redhat.com>
17988 PR regression/59915
17989 * lra-constraints.c (simplify_operand_subreg): Spill pseudo if
17990 there is a danger of looping.
17992 2014-01-23 Pat Haugen <pthaugen@us.ibm.com>
17994 * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
17995 force flag_ira_loop_pressure if set via command line.
17997 2014-01-23 Alex Velenko <Alex.Velenko@arm.com>
17999 * config/aarch64/aarch64-simd-builtins.def (ashr): DI mode removed.
18000 (ashr_simd): New builtin handling DI mode.
18001 * config/aarch64/aarch64-simd.md (aarch64_ashr_simddi): New pattern.
18002 (aarch64_sshr_simddi): New match pattern.
18003 * config/aarch64/arm_neon.h (vshr_n_s32): Builtin call modified.
18004 (vshrd_n_s64): Likewise.
18005 * config/aarch64/predicates.md (aarch64_shift_imm64_di): New predicate.
18007 2014-01-23 Nick Clifton <nickc@redhat.com>
18009 * config/msp430/msp430.h (ASM_SPEC): Pass the -mcpu as -mcpu.
18010 (LIB_SPEC): Drop use of memory.ld and peripherals.ld scripts in
18011 favour of mcu specific scripts.
18012 * config/msp430/t-msp430 (MULTILIB_MATCHES): Add more matches for
18015 2014-01-23 James Greenhalgh <james.greenhalgh@arm.com>
18016 Alex Velenko <Alex.Velenko@arm.com>
18018 * config/aarch64/arm_neon.h (vaddv_s8): __LANE0 cleanup.
18019 (vaddv_s16): Likewise.
18020 (vaddv_s32): Likewise.
18021 (vaddv_u8): Likewise.
18022 (vaddv_u16): Likewise.
18023 (vaddv_u32): Likewise.
18024 (vaddvq_s8): Likewise.
18025 (vaddvq_s16): Likewise.
18026 (vaddvq_s32): Likewise.
18027 (vaddvq_s64): Likewise.
18028 (vaddvq_u8): Likewise.
18029 (vaddvq_u16): Likewise.
18030 (vaddvq_u32): Likewise.
18031 (vaddvq_u64): Likewise.
18032 (vaddv_f32): Likewise.
18033 (vaddvq_f32): Likewise.
18034 (vaddvq_f64): Likewise.
18035 (vmaxv_f32): Likewise.
18036 (vmaxv_s8): Likewise.
18037 (vmaxv_s16): Likewise.
18038 (vmaxv_s32): Likewise.
18039 (vmaxv_u8): Likewise.
18040 (vmaxv_u16): Likewise.
18041 (vmaxv_u32): Likewise.
18042 (vmaxvq_f32): Likewise.
18043 (vmaxvq_f64): Likewise.
18044 (vmaxvq_s8): Likewise.
18045 (vmaxvq_s16): Likewise.
18046 (vmaxvq_s32): Likewise.
18047 (vmaxvq_u8): Likewise.
18048 (vmaxvq_u16): Likewise.
18049 (vmaxvq_u32): Likewise.
18050 (vmaxnmv_f32): Likewise.
18051 (vmaxnmvq_f32): Likewise.
18052 (vmaxnmvq_f64): Likewise.
18053 (vminv_f32): Likewise.
18054 (vminv_s8): Likewise.
18055 (vminv_s16): Likewise.
18056 (vminv_s32): Likewise.
18057 (vminv_u8): Likewise.
18058 (vminv_u16): Likewise.
18059 (vminv_u32): Likewise.
18060 (vminvq_f32): Likewise.
18061 (vminvq_f64): Likewise.
18062 (vminvq_s8): Likewise.
18063 (vminvq_s16): Likewise.
18064 (vminvq_s32): Likewise.
18065 (vminvq_u8): Likewise.
18066 (vminvq_u16): Likewise.
18067 (vminvq_u32): Likewise.
18068 (vminnmv_f32): Likewise.
18069 (vminnmvq_f32): Likewise.
18070 (vminnmvq_f64): Likewise.
18072 2014-01-23 James Greenhalgh <james.greenhalgh@arm.com>
18074 * config/aarch64/aarch64-simd.md
18075 (aarch64_dup_lane<mode>): Correct lane number on big-endian.
18076 (aarch64_dup_lane_<vswap_widthi_name><mode>): Likewise.
18077 (*aarch64_mul3_elt<mode>): Likewise.
18078 (*aarch64_mul3_elt<vswap_width_name><mode>): Likewise.
18079 (*aarch64_mul3_elt_to_64v2df): Likewise.
18080 (*aarch64_mla_elt<mode>): Likewise.
18081 (*aarch64_mla_elt_<vswap_width_name><mode>): Likewise.
18082 (*aarch64_mls_elt<mode>): Likewise.
18083 (*aarch64_mls_elt_<vswap_width_name><mode>): Likewise.
18084 (*aarch64_fma4_elt<mode>): Likewise.
18085 (*aarch64_fma4_elt_<vswap_width_name><mode>): Likewise.
18086 (*aarch64_fma4_elt_to_64v2df): Likewise.
18087 (*aarch64_fnma4_elt<mode>): Likewise.
18088 (*aarch64_fnma4_elt_<vswap_width_name><mode>): Likewise.
18089 (*aarch64_fnma4_elt_to_64v2df): Likewise.
18090 (aarch64_sq<r>dmulh_lane<mode>): Likewise.
18091 (aarch64_sq<r>dmulh_laneq<mode>): Likewise.
18092 (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal): Likewise.
18093 (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal): Likewise.
18094 (aarch64_sqdml<SBINQOPS:as>l2_lane<mode>_internal): Likewise.
18095 (aarch64_sqdmull_lane<mode>_internal): Likewise.
18096 (aarch64_sqdmull2_lane<mode>_internal): Likewise.
18098 2013-01-23 Alex Velenko <Alex.Velenko@arm.com>
18100 * config/aarch64/aarch64-simd.md
18101 (aarch64_be_checked_get_lane<mode>): New define_expand.
18102 * config/aarch64/aarch64-simd-builtins.def
18103 (BUILTIN_VALL (GETLANE, be_checked_get_lane, 0)):
18104 New builtin definition.
18105 * config/aarch64/arm_neon.h: (__aarch64_vget_lane_any):
18106 Use new safe be builtin.
18108 2014-01-23 Alex Velenko <Alex.Velenko@arm.com>
18110 * config/aarch64/aarch64-simd.md (aarch64_be_ld1<mode>):
18112 (aarch64_be_st1<mode>): Likewise.
18113 (aarch_ld1<VALL:mode>): Define_expand modified.
18114 (aarch_st1<VALL:mode>): Likewise.
18115 * config/aarch64/aarch64.md (UNSPEC_LD1): New unspec definition.
18116 (UNSPEC_ST1): Likewise.
18118 2014-01-23 David Holsgrove <david.holsgrove@xilinx.com>
18120 * config/microblaze/microblaze.md: Add trap insn and attribute
18122 2014-01-23 Dodji Seketeli <dodji@redhat.com>
18124 PR preprocessor/58580
18125 * input.h (location_get_source_line): Take an additional line_size
18127 (void diagnostics_file_cache_fini): Declare new function.
18128 * input.c (struct fcache): New type.
18129 (fcache_tab_size, fcache_buffer_size, fcache_line_record_size):
18130 New static constants.
18131 (diagnostic_file_cache_init, total_lines_num)
18132 (lookup_file_in_cache_tab, evicted_cache_tab_entry)
18133 (add_file_to_cache_tab, lookup_or_add_file_to_cache_tab)
18134 (needs_read, needs_grow, maybe_grow, read_data, maybe_read_data)
18135 (get_next_line, read_next_line, goto_next_line, read_line_num):
18136 New static function definitions.
18137 (diagnostic_file_cache_fini): New function.
18138 (location_get_source_line): Take an additional output line_len
18139 parameter. Re-write using lookup_or_add_file_to_cache_tab and
18141 * diagnostic.c (diagnostic_finish): Call
18142 diagnostic_file_cache_fini.
18143 (adjust_line): Take an additional input parameter for the length
18144 of the line, rather than calculating it with strlen.
18145 (diagnostic_show_locus): Adjust the use of
18146 location_get_source_line and adjust_line with respect to their new
18147 signature. While displaying a line now, do not stop at the first
18148 null byte. Rather, display the zero byte as a space and keep
18149 going until we reach the size of the line.
18150 * Makefile.in: Add vec.o to OBJS-libcommon
18152 2014-01-23 Kirill Yukhin <kirill.yukhin@intel.com>
18153 Ilya Tocar <ilya.tocar@intel.com>
18155 * config/i386/avx512fintrin.h (_mm512_kmov): New.
18156 * config/i386/i386.c (IX86_BUILTIN_KMOV16): Ditto.
18157 (__builtin_ia32_kmov16): Ditto.
18158 * config/i386/i386.md (UNSPEC_KMOV): New.
18161 2014-01-23 Kirill Yukhin <kirill.yukhin@intel.com>
18163 * config/i386/avx512fintrin.h (_mm512_loadu_si512): Rename.
18164 (_mm512_storeu_si512): Ditto.
18166 2014-01-23 Richard Sandiford <rdsandiford@googlemail.com>
18169 * rtl.h (get_referenced_operands): Declare.
18170 * recog.c (get_referenced_operands): New function.
18171 * config/mips/mips.c (mips_reorg_process_insns): Check which asm
18172 operands have been referenced when recording LO_SUM references.
18174 2014-01-22 David Holsgrove <david.holsgrove@xilinx.com>
18176 * config/microblaze/microblaze.md: Correct bswaphi2 insn.
18178 2014-01-22 Jan Hubicka <hubicka@ucw.cz>
18180 * config/i386/x86-tune.def (X86_TUNE_ACCUMULATE_OUTGOING_ARGS):
18181 Enable for generic and recent AMD targets.
18183 2014-01-22 Jan Hubicka <hubicka@ucw.cz>
18185 * combine-stack-adj.c (combine_stack_adjustments_for_block): Remove
18186 ARG_SIZE note when adjustment was eliminated.
18188 2014-01-22 Jeff Law <law@redhat.com>
18190 PR tree-optimization/59597
18191 * tree-ssa-threadupdate.c (dump_jump_thread_path): Move to earlier
18192 in file. Accept new argument REGISTERING and use it to modify
18193 dump output appropriately.
18194 (register_jump_thread): Corresponding changes.
18195 (mark_threaded_blocks): Reinstate code to cancel unprofitable
18196 thread paths involving joiner blocks. Add code to dump cancelled
18197 jump threading paths.
18199 2014-01-22 Vladimir Makarov <vmakarov@redhat.com>
18201 PR rtl-optimization/59477
18202 * lra-constraints.c (inherit_in_ebb): Process call for living hard
18203 regs. Update reloads_num and potential_reload_hard_regs for all insns.
18205 2014-01-22 Tom Tromey <tromey@redhat.com>
18207 * config/i386/i386-interix.h (i386_pe_unique_section): Don't use
18209 * config/cr16/cr16-protos.h (notice_update_cc): Don't use PARAMS.
18211 2014-01-21 Vladimir Makarov <vmakarov@redhat.com>
18213 PR rtl-optimization/59896
18214 * lra-constraints.c (process_alt_operands): Check unused note for
18215 matched operands of insn with no output reloads.
18217 2014-01-21 Richard Sandiford <rdsandiford@googlemail.com>
18219 * config/mips/mips.c (mips_move_to_gpr_cost): Add M16_REGS case.
18220 (mips_move_from_gpr_cost): Likewise.
18222 2014-01-21 Vladimir Makarov <vmakarov@redhat.com>
18224 PR rtl-optimization/59858
18225 * lra-constraints.c (SMALL_REGISTER_CLASS_P): Use
18226 ira_class_hard_regs_num.
18227 (process_alt_operands): Increase reject for dying matched operand.
18229 2014-01-21 Jakub Jelinek <jakub@redhat.com>
18232 * config/i386/i386.c (expand_small_movmem_or_setmem): If mode is
18233 smaller than size, perform several stores or loads and stores
18234 at dst + count - size to store or copy all of size bytes, rather
18235 than just last modesize bytes.
18237 2014-01-20 DJ Delorie <dj@redhat.com>
18239 * config/rl78/rl78.c (rl78_propogate_register_origins): Verify
18240 that CLOBBERs are REGs before propogating their values.
18242 2014-01-20 H.J. Lu <hongjiu.lu@intel.com>
18244 PR middle-end/59789
18245 * cgraph.c (cgraph_inline_failed_string): Add type to DEFCIFCODE.
18246 (cgraph_inline_failed_type): New function.
18247 * cgraph.h (DEFCIFCODE): Add type.
18248 (cgraph_inline_failed_type_t): New enum.
18249 (cgraph_inline_failed_type): New prototype.
18250 * cif-code.def: Add CIF_FINAL_NORMAL to OK, FUNCTION_NOT_CONSIDERED,
18251 FUNCTION_NOT_OPTIMIZED, REDEFINED_EXTERN_INLINE,
18252 FUNCTION_NOT_INLINE_CANDIDATE, LARGE_FUNCTION_GROWTH_LIMIT,
18253 LARGE_STACK_FRAME_GROWTH_LIMIT, MAX_INLINE_INSNS_SINGLE_LIMIT,
18254 MAX_INLINE_INSNS_AUTO_LIMIT, INLINE_UNIT_GROWTH_LIMIT,
18255 RECURSIVE_INLINING, UNLIKELY_CALL, NOT_DECLARED_INLINED,
18256 OPTIMIZING_FOR_SIZE, ORIGINALLY_INDIRECT_CALL,
18257 INDIRECT_UNKNOWN_CALL, USES_COMDAT_LOCAL.
18258 Add CIF_FINAL_ERROR to UNSPECIFIED, BODY_NOT_AVAILABLE,
18259 FUNCTION_NOT_INLINABLE, OVERWRITABLE, MISMATCHED_ARGUMENTS,
18260 EH_PERSONALITY, NON_CALL_EXCEPTIONS, TARGET_OPTION_MISMATCH,
18261 OPTIMIZATION_MISMATCH.
18262 * tree-inline.c (expand_call_inline): Emit errors during
18263 early_inlining if cgraph_inline_failed_type returns CIF_FINAL_ERROR.
18265 2014-01-20 Uros Bizjak <ubizjak@gmail.com>
18268 * config/i386/sse.md (*andnot<mode>3<mask_name>): Handle MODE_V16SF
18269 mode attribute in insn output.
18271 2014-01-20 Eric Botcazou <ebotcazou@adacore.com>
18273 * output.h (output_constant): Delete.
18274 * varasm.c (output_constant): Make private.
18276 2014-01-20 Alex Velenko <Alex.Velenko@arm.com>
18278 * config/aarch64/aarch64-simd.md (vec_perm<mode>): Add BE check.
18280 2014-01-20 Jakub Jelinek <jakub@redhat.com>
18282 PR middle-end/59860
18283 * tree.h (fold_builtin_strcat): New prototype.
18284 * builtins.c (fold_builtin_strcat): No longer static. Add len
18285 argument, if non-NULL, don't call c_strlen. Optimize
18286 directly into __builtin_memcpy instead of __builtin_strcpy.
18287 (fold_builtin_2): Adjust fold_builtin_strcat caller.
18288 * gimple-fold.c (gimple_fold_builtin): Handle BUILT_IN_STRCAT.
18290 2014-01-20 Uros Bizjak <ubizjak@gmail.com>
18292 * config/i386/i386.c (ix86_avoid_lea_for_addr): Return false
18293 for SImode_address_operand operands, having only a REG argument.
18295 2014-01-20 Marcus Shawcroft <marcus.shawcroft@arm.com>
18297 * config/aarch64/aarch64-linux.h (GLIBC_DYNAMIC_LINKER): Expand
18298 loader name using mbig-endian.
18299 (LINUX_TARGET_LINK_SPEC): Pass linker -m flag.
18301 2014-01-20 James Greenhalgh <james.greenhalgh@arm.com>
18303 * doc/invoke.texi (-march): Clarify documentation for AArch64.
18304 (-mtune): Likewise.
18307 2014-01-20 Tejas Belagod <tejas.belagod@arm.com>
18309 * config/aarch64/aarch64-protos.h
18310 (aarch64_cannot_change_mode_class_ptr): Declare.
18311 * config/aarch64/aarch64.c (aarch64_cannot_change_mode_class,
18312 aarch64_cannot_change_mode_class_ptr): New.
18313 * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Change to call
18314 backend hook aarch64_cannot_change_mode_class.
18316 2014-01-20 James Greenhalgh <james.greenhalgh@arm.com>
18318 * common/config/aarch64/aarch64-common.c
18319 (aarch64_handle_option): Don't handle any option order logic here.
18320 * config/aarch64/aarch64.c (aarch64_parse_arch): Do not override
18321 selected_cpu, warn on architecture version mismatch.
18322 (aarch64_override_options): Fix parsing order for option strings.
18324 2014-01-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
18325 Iain Sandoe <iain@codesourcery.com>
18328 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Fix unused variable
18329 warning. Amend comment to reflect current functionality.
18331 2014-01-20 Richard Biener <rguenther@suse.de>
18333 PR middle-end/59860
18334 * builtins.c (fold_builtin_strcat): Remove case better handled
18335 by tree-ssa-strlen.c.
18337 2014-01-20 Alan Lawrence <alan.lawrence@arm.com>
18339 * config/aarch64/aarch64.opt
18340 (mcpu, march, mtune): Make case-insensitive.
18342 2014-01-20 Jakub Jelinek <jakub@redhat.com>
18345 * config/i386/i386.c (ix86_avoid_lea_for_addr): Return false
18346 if operands[1] is a REG or ZERO_EXTEND of a REG.
18348 2014-01-19 Jan Hubicka <hubicka@ucw.cz>
18350 * varasm.c (compute_reloc_for_constant): Use targetm.binds_local_p.
18352 2014-01-19 John David Anglin <danglin@gcc.gnu.org>
18354 * config/pa/pa.c (pa_attr_length_millicode_call): Correct length of
18355 long non-pic millicode calls.
18357 2014-01-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
18359 * config/vax/vax.h (FUNCTION_ARG_REGNO_P): Fix unused variable warning.
18361 2014-01-19 Kito Cheng <kito@0xlab.org>
18363 * builtins.c (expand_movstr): Check movstr expand done or fail.
18365 2014-01-18 Uros Bizjak <ubizjak@gmail.com>
18366 H.J. Lu <hongjiu.lu@intel.com>
18369 * config/i386/i386.md (*lea<mode>): Zero-extend return register
18370 to DImode for zero-extended addresses.
18372 2014-01-19 Jakub Jelinek <jakub@redhat.com>
18374 PR rtl-optimization/57763
18375 * bb-reorder.c (fix_crossing_unconditional_branches): Set JUMP_LABEL
18376 on the new indirect jump_insn and increment LABEL_NUSES (label).
18378 2014-01-18 H.J. Lu <hongjiu.lu@intel.com>
18382 * config.gcc (x86_archs): New variable.
18383 (x86_64_archs): Likewise.
18384 (x86_cpus): Likewise.
18385 Use $x86_archs, $x86_64_archs and $x86_cpus to check valid
18386 --with-arch/--with-cpu= options.
18387 Support --with-arch=/--with-cpu={nehalem,westmere,
18388 sandybridge,ivybridge,haswell,broadwell,bonnell,silvermont}.
18390 2014-01-18 Uros Bizjak <ubizjak@gmail.com>
18392 * config/i386/i386.c (ix86_adjust_cost): Reorder PROCESSOR_K8
18393 and PROCESSOR_ATHLON to simplify code. Move "memory" calculation.
18395 2014-01-18 Uros Bizjak <ubizjak@gmail.com>
18397 * config/i386/i386.md (*swap<mode>): Rename from swap<mode>.
18399 2014-01-18 Jakub Jelinek <jakub@redhat.com>
18402 * config/i386/i386-c.c (ix86_pragma_target_parse): Temporarily
18403 clear cpp_get_options (parse_in)->warn_unused_macros for
18404 ix86_target_macros_internal with cpp_define.
18406 2014-01-18 Richard Sandiford <rdsandiford@googlemail.com>
18408 * jump.c (delete_related_insns): Keep (use (insn))s.
18409 * reorg.c (redundant_insn): Check for barriers too.
18411 2014-01-17 H.J. Lu <hongjiu.lu@intel.com>
18413 * config/i386/i386.c (ix86_split_lea_for_addr): Fix a comment typo.
18415 2014-01-17 John David Anglin <danglin@gcc.gnu.org>
18417 * config/pa/pa.c (pa_attr_length_indirect_call): Don't output a short
18418 call to $$dyncall when TARGET_LONG_CALLS is true.
18420 2014-01-17 Jeff Law <law@redhat.com>
18422 * ree.c (combine_set_extension): Temporarily disable test for
18423 changing number of hard registers.
18425 2014-01-17 Jan Hubicka <hubicka@ucw.cz>
18427 PR middle-end/58125
18428 * ipa-inline-analysis.c (inline_free_summary):
18429 Do not free summary of aliases.
18431 2014-01-17 Jakub Jelinek <jakub@redhat.com>
18433 PR middle-end/59706
18434 * gimplify.c (gimplify_expr): Use create_tmp_var
18435 instead of create_tmp_var_raw. If cond doesn't have
18436 integral type, don't add the IFN_ANNOTATE builtin at all.
18438 2014-01-17 Martin Jambor <mjambor@suse.cz>
18441 * ipa-cp.c (prev_edge_clone): New variable.
18442 (grow_next_edge_clone_vector): Renamed to grow_edge_clone_vectors.
18443 Also resize prev_edge_clone vector.
18444 (ipcp_edge_duplication_hook): Also update prev_edge_clone.
18445 (ipcp_edge_removal_hook): New function.
18446 (ipcp_driver): Register ipcp_edge_removal_hook.
18448 2014-01-17 Andrew Pinski <apinski@cavium.com>
18449 Steve Ellcey <sellcey@mips.com>
18452 * config/mips/mips.c (mips_print_operand): Check operand mode instead
18455 2014-01-17 Jeff Law <law@redhat.com>
18457 PR middle-end/57904
18458 * passes.def: Reorder pass_copy_prop, pass_unrolli, pass_ccp sequence
18459 so that pass_ccp runs first.
18461 2014-01-17 H.J. Lu <hongjiu.lu@intel.com>
18463 * config/i386/i386.c (ix86_lea_outperforms): Use TARGET_XXX.
18464 (ix86_adjust_cost): Use !TARGET_XXX.
18465 (do_reorder_for_imul): Likewise.
18466 (swap_top_of_ready_list): Likewise.
18467 (ix86_sched_reorder): Likewise.
18469 2014-01-17 H.J. Lu <hongjiu.lu@intel.com>
18471 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
18472 PROCESSOR_INTEL. Treat like PROCESSOR_GENERIC.
18473 * config/i386/i386.c (intel_memcpy): New. Duplicate slm_memcpy.
18474 (intel_memset): New. Duplicate slm_memset.
18475 (intel_cost): New. Duplicate slm_cost.
18476 (m_INTEL): New macro.
18477 (processor_target_table): Add "intel".
18478 (ix86_option_override_internal): Replace PROCESSOR_SILVERMONT
18479 with PROCESSOR_INTEL for "intel".
18480 (ix86_lea_outperforms): Support PROCESSOR_INTEL. Duplicate
18481 PROCESSOR_SILVERMONT.
18482 (ix86_issue_rate): Likewise.
18483 (ix86_adjust_cost): Likewise.
18484 (ia32_multipass_dfa_lookahead): Likewise.
18485 (swap_top_of_ready_list): Likewise.
18486 (ix86_sched_reorder): Likewise.
18487 (ix86_avoid_lea_for_addr): Check TARGET_AVOID_LEA_FOR_ADDR
18488 instead of TARGET_OPT_AGU.
18489 * config/i386/i386.h (TARGET_INTEL): New.
18490 (TARGET_AVOID_LEA_FOR_ADDR): Likewise.
18491 (processor_type): Add PROCESSOR_INTEL.
18492 * config/i386/x86-tune.def: Support m_INTEL. Duplicate m_SILVERMONT.
18493 Add X86_TUNE_AVOID_LEA_FOR_ADDR.
18495 2014-01-17 Marek Polacek <polacek@redhat.com>
18498 * gimple-fold.c (fold_array_ctor_reference): Don't fold if element
18501 2014-01-17 Richard Biener <rguenther@suse.de>
18503 PR tree-optimization/46590
18504 * opts.c (default_options_table): Add entries for
18505 OPT_fbranch_count_reg, OPT_fmove_loop_invariants and OPT_ftree_pta,
18506 all enabled at -O1 but not for -Og.
18507 * common.opt (fbranch-count-reg): Remove Init(1).
18508 (fmove-loop-invariants): Likewise.
18509 (ftree-pta): Likewise.
18511 2014-01-17 Jakub Jelinek <jakub@redhat.com>
18513 * config/i386/i386.c (ix86_data_alignment): For compatibility with
18514 (incorrect) GCC 4.8 and earlier alignment assumptions ensure we align
18515 decls to at least the GCC 4.8 used alignments.
18518 * tree-nested.c (convert_nonlocal_reference_stmt,
18519 convert_local_reference_stmt): For NAMELIST_DECLs in gimple_bind_vars
18520 of GIMPLE_BIND stmts, adjust associated decls.
18522 2014-01-17 Richard Biener <rguenther@suse.de>
18524 PR tree-optimization/46590
18525 * vec.h (vec<>::bseach): New member function implementing
18526 binary search according to C89 bsearch.
18527 (vec<>::qsort): Avoid calling ::qsort for vectors with sizes 0 or 1.
18528 * tree-ssa-loop-im.c (struct mem_ref): Make stored member a
18529 bitmap pointer again. Make accesses_in_loop a flat array.
18530 (mem_ref_obstack): New global.
18531 (outermost_indep_loop): Adjust for mem_ref->stored changes.
18532 (mark_ref_stored): Likewise.
18533 (ref_indep_loop_p_2): Likewise.
18534 (set_ref_stored_in_loop): New helper function.
18535 (mem_ref_alloc): Allocate mem_refs on the mem_ref_obstack obstack.
18536 (memref_free): Adjust.
18537 (record_mem_ref_loc): Simplify.
18538 (gather_mem_refs_stmt): Adjust.
18539 (sort_locs_in_loop_postorder_cmp): New function.
18540 (analyze_memory_references): Sort accesses_in_loop after
18541 loop postorder number.
18542 (find_ref_loc_in_loop_cmp): New function.
18543 (for_all_locs_in_loop): Find relevant cluster of locs in
18544 accesses_in_loop and iterate without recursion.
18545 (execute_sm): Avoid uninit warning.
18546 (struct ref_always_accessed): Simplify.
18547 (ref_always_accessed::operator ()): Likewise.
18548 (ref_always_accessed_p): Likewise.
18549 (tree_ssa_lim_initialize): Initialize mem_ref_obstack, compute
18550 loop postorder numbers here.
18551 (tree_ssa_lim_finalize): Free mem_ref_obstack and loop postorder
18554 2014-01-17 Jan Hubicka <hubicka@ucw.cz>
18557 * passes.c (rest_of_decl_compilation): Don't call varpool_finalize_decl
18558 on decls for which assemble_alias has been called.
18560 2014-01-17 Nick Clifton <nickc@redhat.com>
18562 * config/msp430/msp430.opt: (mcpu): New option.
18563 * config/msp430/msp430.c (msp430_mcu_name): Use target_mcu.
18564 (msp430_option_override): Parse target_cpu. If the MCU name
18565 matches a generic string, clear target_mcu.
18566 (msp430_attr): Allow numeric interrupt values up to 63.
18567 (msp430_expand_epilogue): No longer invert operand 1 of gen_popm.
18568 * config/msp430/msp430.h (ASM_SPEC): Convert -mcpu into a -mmcu
18570 * config/msp430/t-msp430: (MULTILIB_MATCHES): Remove mcu matches.
18572 * config/msp430/msp430.md (popm): Use %J rather than %I.
18573 (addsi3): Use msp430_nonimmediate_operand for operand 2.
18574 (addhi_cy_i): Use immediate_operand for operand 2.
18575 * doc/invoke.texi: Document -mcpu option.
18577 2014-01-17 Richard Biener <rguenther@suse.de>
18579 PR rtl-optimization/38518
18580 * df.h (df_analyze_loop): Declare.
18581 * df-core.c: Include cfgloop.h.
18582 (df_analyze_1): Split out main part of df_analyze.
18583 (df_analyze): Adjust.
18584 (loop_inverted_post_order_compute): New function.
18585 (loop_post_order_compute): Likewise.
18586 (df_analyze_loop): New function avoiding whole-function
18587 postorder computes.
18588 * loop-invariant.c (find_defs): Use df_analyze_loop.
18589 (find_invariants): Adjust.
18590 * loop-iv.c (iv_analysis_loop_init): Use df_analyze_loop.
18592 2014-01-17 Zhenqiang Chen <zhenqiang.chen@arm.com>
18594 * config/arm/arm.c (arm_v7m_tune): Set max_insns_skipped to 2.
18595 (thumb2_final_prescan_insn): Set max to MAX_INSN_PER_IT_BLOCK.
18597 2014-01-16 Ilya Enkovich <ilya.enkovich@intel.com>
18599 * ipa-ref.c (ipa_remove_stmt_references): Fix references
18600 traversal when removing references.
18602 2014-01-16 Jan Hubicka <hubicka@ucw.cz>
18605 * tree.c (get_binfo_at_offset): Look harder for virtual bases.
18607 2014-01-16 Bernd Schmidt <bernds@codesourcery.com>
18609 PR middle-end/56791
18610 * reload.c (find_reloads_address_1): Do not use RELOAD_OTHER when
18611 pushing a reload for an autoinc when we had previously reloaded an
18612 inner part of the address.
18614 2014-01-16 Jakub Jelinek <jakub@redhat.com>
18616 * tree-vectorizer.h (struct _loop_vec_info): Add no_data_dependencies
18618 (LOOP_VINFO_NO_DATA_DEPENDENCIES): Define.
18619 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Clear it
18620 when not giving up or versioning for alias only because of
18622 (vect_analyze_data_ref_dependences): Set to true.
18623 * tree-vect-stmts.c (hoist_defs_of_uses): Return false if def_stmt
18625 (vectorizable_load): Use LOOP_VINFO_NO_DATA_DEPENDENCIES instead of
18626 LOOP_REQUIRES_VERSIONING_FOR_ALIAS, add && !nested_in_vect_loop
18629 PR middle-end/58344
18630 * expr.c (expand_expr_real_1): Handle init == NULL_TREE.
18633 * config/i386/i386.c (ix86_expand_builtin): If target doesn't satisfy
18634 operand 0 predicate for gathers, use a new pseudo as subtarget.
18636 2014-01-16 Vladimir Makarov <vmakarov@redhat.com>
18638 PR middle-end/59609
18639 * lra-constraints.c (process_alt_operands): Add printing debug info.
18640 Check absence of input/output reloads for matched operands too.
18642 2014-01-16 Vladimir Makarov <vmakarov@redhat.com>
18644 PR rtl-optimization/59835
18645 * ira.c (ira_init_register_move_cost): Increase cost for
18648 2014-01-16 Alan Lawrence <alan.lawrence@arm.com>
18650 * config/arm/arm.opt (mcpu, march, mtune): Make case-insensitive.
18652 2014-01-16 Richard Earnshaw <rearnsha@arm.com>
18655 * aarch64.c (aarch64_split_128bit_move): Don't lookup REGNO on
18656 non-register objects. Use gen_(high/low)part more consistently.
18659 2014-01-16 Michael Meissner <meissner@linux.vnet.ibm.com>
18662 * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Add little
18663 endian support, remove tests for WORDS_BIG_ENDIAN.
18664 (p8_mfvsrd_3_<mode>): Likewise.
18665 (reload_gpr_from_vsx<mode>): Likewise.
18666 (reload_gpr_from_vsxsf): Likewise.
18667 (p8_mfvsrd_4_disf): Likewise.
18669 2014-01-16 Richard Biener <rguenther@suse.de>
18671 PR rtl-optimization/46590
18672 * lcm.c (compute_antinout_edge): Use postorder iteration.
18673 (compute_laterin): Use inverted postorder iteration.
18675 2014-01-16 Nick Clifton <nickc@redhat.com>
18677 PR middle-end/28865
18678 * varasm.c (output_constant): Return the number of bytes actually
18680 (output_constructor_array_range): Update the field size with the
18681 number of bytes emitted by output_constant.
18682 (output_constructor_regular_field): Likewise. Also do not
18683 complain if the total number of bytes emitted is now greater
18684 than the expected fieldpos.
18685 * output.h (output_constant): Update prototype and descriptive comment.
18687 2014-01-16 Marek Polacek <polacek@redhat.com>
18689 PR middle-end/59827
18690 * cgraph.c (gimple_check_call_args): Don't use DECL_ARG_TYPE if
18691 it is error_mark_node.
18693 2014-01-15 Uros Bizjak <ubizjak@gmail.com>
18695 * config/i386/i386.c (ix86_hard_regno_mode_ok): Use
18696 VALID_AVX256_REG_OR_OI_MODE.
18698 2014-01-15 Pat Haugen <pthaugen@us.ibm.com>
18700 * config/rs6000/rs6000.c (rs6000_output_function_prologue): Check if
18701 current procedure should be profiled.
18703 2014-01-15 Andrew Pinski <apinski@cavium.com>
18705 * config/aarch64/aarch64.c (aarch64_register_move_cost): Correct cost
18706 of moving from/to the STACK_REG register class.
18708 2014-01-15 Richard Henderson <rth@redhat.com>
18711 * reginfo.c (global_regs_decl): Globalize.
18712 * rtl.h (global_regs_decl): Declare.
18713 * ira.c (do_reload): Diagnose frame_pointer_needed and it
18714 reserved via global_regs.
18716 2014-01-15 Teresa Johnson <tejohnson@google.com>
18718 * tree-ssa-sccvn.c (visit_reference_op_call): Handle NULL vdef.
18720 2014-01-15 Bill Schmidt <wschmidt@vnet.linux.ibm.com>
18722 * config/rs6000/altivec.md (mulv8hi3): Explicitly generate vmulesh
18723 and vmulosh rather than call gen_vec_widen_smult_*.
18724 (vec_widen_umult_even_v16qi): Test VECTOR_ELT_ORDER_BIG rather
18725 than BYTES_BIG_ENDIAN to determine use of even or odd instruction.
18726 (vec_widen_smult_even_v16qi): Likewise.
18727 (vec_widen_umult_even_v8hi): Likewise.
18728 (vec_widen_smult_even_v8hi): Likewise.
18729 (vec_widen_umult_odd_v16qi): Likewise.
18730 (vec_widen_smult_odd_v16qi): Likewise.
18731 (vec_widen_umult_odd_v8hi): Likewise.
18732 (vec_widen_smult_odd_v8hi): Likewise.
18733 (vec_widen_umult_hi_v16qi): Explicitly generate vmuleub and
18734 vmuloub rather than call gen_vec_widen_umult_*.
18735 (vec_widen_umult_lo_v16qi): Likewise.
18736 (vec_widen_smult_hi_v16qi): Explicitly generate vmulesb and
18737 vmulosb rather than call gen_vec_widen_smult_*.
18738 (vec_widen_smult_lo_v16qi): Likewise.
18739 (vec_widen_umult_hi_v8hi): Explicitly generate vmuleuh and vmulouh
18740 rather than call gen_vec_widen_umult_*.
18741 (vec_widen_umult_lo_v8hi): Likewise.
18742 (vec_widen_smult_hi_v8hi): Explicitly gnerate vmulesh and vmulosh
18743 rather than call gen_vec_widen_smult_*.
18744 (vec_widen_smult_lo_v8hi): Likewise.
18746 2014-01-15 Jeff Law <law@redhat.com>
18748 PR tree-optimization/59747
18749 * ree.c (find_and_remove_re): Properly handle case where a second
18750 eliminated extension requires widening a copy created for elimination
18751 of a prior extension.
18752 (combine_set_extension): Ensure that the number of hard regs needed
18753 for a destination register does not change when we widen it.
18755 2014-01-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
18757 * config.gcc (*-*-rtems*): Add t-rtems to tmake_file.
18758 (arm*-*-uclinux*eabi*): Do not override an existing tmake_file.
18759 (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*): Likwise.
18760 (arm*-*-rtems*): Use t-rtems from existing tmake_file.
18761 (avr-*-rtems*): Likewise.
18762 (bfin*-rtems*): Likewise.
18763 (moxie-*-rtems*): Likewise.
18764 (h8300-*-rtems*): Likewise.
18765 (i[34567]86-*-rtems*): Likewise.
18766 (lm32-*-rtems*): Likewise.
18767 (m32r-*-rtems*): Likewise.
18768 (m68k-*-rtems*): Likewise.
18769 (microblaze*-*-rtems*): Likewise.
18770 (mips*-*-rtems*): Likewise.
18771 (powerpc-*-rtems*): Likewise.
18772 (sh-*-rtems*): Likewise.
18773 (sparc-*-rtems*): Likewise.
18774 (sparc64-*-rtems*): Likewise.
18775 (v850-*-rtems*): Likewise.
18776 (m32c-*-rtems*): Likewise.
18778 2014-01-15 Vladimir Makarov <vmakarov@redhat.com>
18780 PR rtl-optimization/59511
18781 * ira.c (ira_init_register_move_cost): Use memory costs for some
18782 cases of register move cost calculations.
18783 * lra-constraints.c (lra_constraints): Use REG_FREQ_FROM_BB
18784 instead of BB frequency.
18785 * lra-coalesce.c (move_freq_compare_func, lra_coalesce): Ditto.
18786 * lra-assigns.c (find_hard_regno_for): Ditto.
18788 2014-01-15 Richard Biener <rguenther@suse.de>
18790 PR tree-optimization/59822
18791 * tree-vect-stmts.c (hoist_defs_of_uses): New function.
18792 (vectorizable_load): Use it to hoist defs of uses of invariant
18793 loads out of the loop.
18795 2014-01-15 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
18796 Kugan Vivekanandarajah <kuganv@linaro.org>
18799 * config/aarch64/aarch64.c (aarch64_build_constant): Fix incorrect
18802 2014-01-15 Richard Biener <rguenther@suse.de>
18804 PR rtl-optimization/59802
18805 * lcm.c (compute_available): Use inverted postorder to seed
18806 the initial worklist.
18808 2014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18811 * config/s390/s390.c (s390_preferred_reload_class): Don't return
18812 ADDR_REGS for invalid symrefs in non-PIC code.
18814 2014-01-15 Jakub Jelinek <jakub@redhat.com>
18817 * builtins.c (determine_block_size): Initialize *probable_max_size
18818 even if len_rtx is CONST_INT.
18820 2014-01-14 Andrew Pinski <apinski@cavium.com>
18822 * config/aarch64/aarch64-protos.h (tune_params): Add issue_rate.
18823 * config/aarch64/aarch64.c (generic_tunings): Add issue rate of 2.
18824 (cortexa53_tunings): Likewise.
18825 (aarch64_sched_issue_rate): New function.
18826 (TARGET_SCHED_ISSUE_RATE): Define.
18828 2014-01-14 Vladimir Makarov <vmakarov@redhat.com>
18830 * ira-costs.c (find_costs_and_classes): Add missed
18831 ira_init_register_move_cost_if_necessary.
18833 2014-01-14 Vladimir Makarov <vmakarov@redhat.com>
18836 * config/arm/arm.c (arm_coproc_mem_operand): Add lra_in_progress.
18838 2014-01-14 H.J. Lu <hongjiu.lu@intel.com>
18841 * config/i386/i386.c (type_natural_mode): Add a bool parameter
18842 to indicate if type is used for function return value. Warn ABI
18843 change if the vector mode isn't available for function return value.
18844 (ix86_function_arg_advance): Pass false to type_natural_mode.
18845 (ix86_function_arg): Likewise.
18846 (ix86_gimplify_va_arg): Likewise.
18847 (function_arg_32): Don't warn ABI change.
18848 (ix86_function_value): Pass true to type_natural_mode.
18849 (ix86_return_in_memory): Likewise.
18850 (ix86_struct_value_rtx): Removed.
18851 (TARGET_STRUCT_VALUE_RTX): Likewise.
18853 2014-01-14 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
18855 * jump.c (redirect_jump_2): Remove REG_CROSSING_JUMP notes when
18856 converting a conditional jump into a conditional return.
18858 2014-01-14 Richard Biener <rguenther@suse.de>
18860 PR tree-optimization/58921
18861 PR tree-optimization/59006
18862 * tree-vect-loop-manip.c (vect_loop_versioning): Remove code
18863 hoisting invariant stmts.
18864 * tree-vect-stmts.c (vectorizable_load): Insert the splat of
18865 invariant loads on the preheader edge if possible.
18867 2014-01-14 Joey Ye <joey.ye@arm.com>
18869 * doc/plugin.texi (Building GCC plugins): Update to C++.
18871 2014-01-14 Kirill Yukhin <kirill.yukhin@intel.com>
18873 * config/i386/avx512erintrin.h (_mm_rcp28_round_sd): New.
18874 (_mm_rcp28_round_ss): Ditto.
18875 (_mm_rsqrt28_round_sd): Ditto.
18876 (_mm_rsqrt28_round_ss): Ditto.
18877 (_mm_rcp28_sd): Ditto.
18878 (_mm_rcp28_ss): Ditto.
18879 (_mm_rsqrt28_sd): Ditto.
18880 (_mm_rsqrt28_ss): Ditto.
18881 * config/i386/avx512fintrin.h (_mm512_stream_load_si512): Ditto.
18882 * config/i386/i386-builtin-types.def (V8DI_FTYPE_PV8DI): Ditto.
18883 * config/i386/i386.c (IX86_BUILTIN_MOVNTDQA512): Ditto.
18884 (IX86_BUILTIN_RCP28SD): Ditto.
18885 (IX86_BUILTIN_RCP28SS): Ditto.
18886 (IX86_BUILTIN_RSQRT28SD): Ditto.
18887 (IX86_BUILTIN_RSQRT28SS): Ditto.
18888 (bdesc_special_args): Define __builtin_ia32_movntdqa512,
18889 __builtin_ia32_rcp28sd_round, __builtin_ia32_rcp28ss_round,
18890 __builtin_ia32_rsqrt28sd_round, __builtin_ia32_rsqrt28ss_round.
18891 (ix86_expand_special_args_builtin): Expand new FTYPE.
18892 * config/i386/sse.md (define_mode_attr "sse4_1_avx2"): Expand to V8DI.
18893 (srcp14<mode>): Make insn unary.
18894 (avx512f_vmscalef<mode><round_name>): Use substed predicate.
18895 (avx512f_sgetexp<mode><round_saeonly_name>): Ditto.
18896 (avx512f_rndscale<mode><round_saeonly_name>): Ditto.
18897 (<sse4_1_avx2>_movntdqa): Extend to 512 bits.
18898 (avx512er_exp2<mode><mask_name><round_saeonly_name>):
18899 Fix rounding: make it SAE only.
18900 (<mask_codefor>avx512er_rcp28<mode><mask_name><round_saeonly_name>):
18902 (<mask_codefor>avx512er_rsqrt28<mode><mask_name><round_saeonly_name>):
18904 (avx512er_vmrcp28<mode><round_saeonly_name>): Ditto.
18905 (avx512er_vmrsqrt28<mode><round_saeonly_name>): Ditto.
18906 (avx512f_getmant<mode><mask_name><round_saeonly_name>): Ditto.
18907 * config/i386/subst.md (round_saeonly_mask_scalar_operand3): Remove.
18908 (round_saeonly_mask_scalar_operand4): Ditto.
18909 (round_saeonly_mask_scalar_op3): Ditto.
18910 (round_saeonly_mask_scalar_op4): Ditto.
18912 2014-01-13 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
18914 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
18915 Implement -maltivec=be for vec_insert and vec_extract.
18917 2014-01-10 DJ Delorie <dj@redhat.com>
18919 * config/msp430/msp430.md (call_internal): Don't allow memory
18920 references with SP as the base register.
18921 (call_value_internal): Likewise.
18922 * config/msp430/constraints.md (Yc): New. For memory references
18923 that don't use SP as a base register.
18925 * config/msp430/msp430.c (msp430_print_operand): Add 'J' to mean
18926 "an integer without a # prefix"
18927 * config/msp430/msp430.md (epilogue_helper): Use it.
18929 2014-01-13 Jakub Jelinek <jakub@redhat.com>
18932 * config/i386/i386.c (ix86_vectorize_builtin_gather): Uncomment
18933 AVX512F gather builtins.
18934 * tree-vect-stmts.c (vectorizable_mask_load_store): For now punt
18935 on gather decls with INTEGER_TYPE masktype.
18936 (vectorizable_load): For INTEGER_TYPE masktype, put the INTEGER_CST
18937 directly into the builtin rather than hoisting it before loop.
18939 PR tree-optimization/59387
18940 * tree-scalar-evolution.c: Include gimple-fold.h and gimplify-me.h.
18941 (scev_const_prop): If folded_casts and type has undefined overflow,
18942 use force_gimple_operand instead of force_gimple_operand_gsi and
18943 for each added stmt if it is assign with
18944 arith_code_with_undefined_signed_overflow, call
18945 rewrite_to_defined_overflow.
18946 * tree-ssa-loop-im.c: Don't include gimplify-me.h, include
18947 gimple-fold.h instead.
18948 (arith_code_with_undefined_signed_overflow,
18949 rewrite_to_defined_overflow): Moved to ...
18950 * gimple-fold.c (arith_code_with_undefined_signed_overflow,
18951 rewrite_to_defined_overflow): ... here. No longer static.
18952 Include gimplify-me.h.
18953 * gimple-fold.h (arith_code_with_undefined_signed_overflow,
18954 rewrite_to_defined_overflow): New prototypes.
18956 2014-01-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18958 * config/arm/arm.h (MAX_CONDITIONAL_EXECUTE): Fix typo in description.
18960 2014-01-13 Eric Botcazou <ebotcazou@adacore.com>
18962 * builtins.c (get_object_alignment_2): Minor tweak.
18963 * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Rewrite.
18965 2014-01-13 Christian Bruel <christian.bruel@st.com>
18967 * config/sh/sh-mem.cc (sh_expand_cmpnstr): Unroll small sizes and
18968 optimized non constant lengths.
18970 2014-01-13 Jakub Jelinek <jakub@redhat.com>
18973 * omp-low.c (expand_omp_atomic_pipeline): Expand the initial
18974 load as __atomic_load_N if possible.
18976 2014-01-11 David Edelsohn <dje.gcc@gmail.com>
18978 * config/rs6000/rs6000.c (rs6000_expand_mtfsf_builtin): Remove
18980 (rs6000_expand_builtin): Adjust call.
18982 2014-01-11 David Edelsohn <dje.gcc@gmail.com>
18985 * config/rs6000/rs6000.h (SWITCHABLE_TARGET): Define.
18986 * config/rs6000/rs6000.c: Include target-globals.h.
18987 (rs6000_set_current_function): Instead of doing target_reinit
18988 unconditionally, use save_target_globals_default_opts and
18989 restore_target_globals.
18991 * config/rs6000/rs6000-builtin.def (mffs, mtfsf): Add builtins for
18993 * config/rs6000/rs6000.c (rs6000_expand_mtfsf_builtin): New.
18994 (rs6000_expand_builtin): Handle mffs and mtfsf.
18995 (rs6000_init_builtins): Define mffs and mtfsf.
18996 * config/rs6000/rs6000.md (UNSPECV_MFFS, UNSPECV_MTFSF): New constants.
18997 (rs6000_mffs): New pattern.
18998 (rs6000_mtfsf): New pattern.
19000 2014-01-11 Bin Cheng <bin.cheng@arm.com>
19002 * tree-ssa-loop-ivopts.c (iv_ca_narrow): New parameter.
19003 Start narrowing with START. Apply candidate-use pair
19004 and check overall cost in narrowing.
19005 (iv_ca_prune): Pass new argument.
19007 2014-01-10 Jeff Law <law@redhat.com>
19009 PR middle-end/59743
19010 * ree.c (combine_reaching_defs): Ensure the defining statement
19011 occurs before the extension when optimizing extensions with
19012 different source and destination hard registers.
19014 2014-01-10 Jan Hubicka <hubicka@ucw.cz>
19017 * ipa-devirt.c (build_type_inheritance_graph): Also add types of
19018 vtables into the type inheritance graph.
19020 2014-01-10 Jakub Jelinek <jakub@redhat.com>
19022 PR rtl-optimization/59754
19023 * ree.c (combine_reaching_defs): Disallow !SCALAR_INT_MODE_P
19024 modes in the REGNO != REGNO case.
19026 2014-01-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
19028 * config/rs6000/rs6000-builtin.def: Fix pasto for VPKSDUS.
19030 2014-01-10 Jakub Jelinek <jakub@redhat.com>
19032 PR tree-optimization/59745
19033 * tree-predcom.c (tree_predictive_commoning_loop): Call
19034 free_affine_expand_cache if giving up because components is NULL.
19036 * target-globals.c (save_target_globals): Allocate < 4KB structs using
19037 GC in payload of target_globals struct instead of allocating them on
19038 the heap and the larger structs separately using GC.
19039 * target-globals.h (struct target_globals): Make regs, hard_regs,
19040 reload, expmed, ira, ira_int and lra_fields GTY((atomic)) instead
19041 of GTY((skip)) and change type to void *.
19042 (reset_target_globals): Cast loads from those fields to corresponding
19045 2014-01-10 Steve Ellcey <sellcey@mips.com>
19048 * Makefile.in (PLUGIN_HEADERS): Add gimplify.h, gimple-iterator.h,
19049 gimple-ssa.h, fold-const.h, tree-cfg.h, tree-into-ssa.h,
19050 tree-ssanames.h, print-tree.h, varasm.h, and context.h.
19052 2014-01-10 Richard Earnshaw <rearnsha@arm.com>
19055 * aarch64-modes.def (CC_Zmode): New flags mode.
19056 * aarch64.c (aarch64_select_cc_mode): Only allow NEG when the condition
19057 represents an equality.
19058 (aarch64_get_condition_code): Handle CC_Zmode.
19059 * aarch64.md (compare_neg<mode>): Restrict to equality operations.
19061 2014-01-10 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19063 * config/s390/s390.c (s390_expand_tbegin): Remove jump over CC
19064 extraction in good case.
19066 2014-01-10 Richard Biener <rguenther@suse.de>
19068 PR tree-optimization/59374
19069 * tree-vect-slp.c (vect_slp_analyze_bb_1): Move dependence
19070 checking after SLP discovery. Mark stmts not participating
19071 in any SLP instance properly.
19073 2014-01-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19075 * config/arm/arm.c (arm_new_rtx_costs): Use destination mode
19076 when handling a SET rtx.
19078 2014-01-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19080 * config/arm/arm-cores.def (cortex-a53): Specify FL_CRC32.
19081 (cortex-a57): Likewise.
19082 (cortex-a57.cortex-a53): Likewise. Remove redundant flags.
19084 2014-01-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19086 * config/arm/arm.c (arm_init_iwmmxt_builtins): Skip
19087 non-iwmmxt builtins.
19089 2014-01-10 Jan Hubicka <hubicka@ucw.cz>
19093 * ipa-devirt.c record_target_from_binfo): Take as argument
19094 stack of binfos and lookup matching one for virtual inheritance.
19095 (possible_polymorphic_call_targets_1): Update.
19097 2014-01-10 Huacai Chen <chenhc@lemote.com>
19099 * config/mips/driver-native.c (host_detect_local_cpu): Handle new
19100 kernel strings for Loongson-2E/2F/3A.
19102 2014-01-10 Jakub Jelinek <jakub@redhat.com>
19104 PR middle-end/59670
19105 * tree-vect-data-refs.c (vect_analyze_data_refs): Check
19106 is_gimple_call before calling gimple_call_internal_p.
19108 2014-01-09 Steve Ellcey <sellcey@mips.com>
19110 * Makefile.in (TREE_FLOW_H): Remove.
19111 (TREE_SSA_H): Add file names from tree-flow.h.
19112 * doc/tree-ssa.texi (Annotations): Remove reference to tree-flow.h
19113 * tree.h: Remove tree-flow.h reference.
19114 * hash-table.h: Remove tree-flow.h reference.
19115 * tree-ssa-loop-niter.c (dump_affine_iv): Replace tree-flow.h
19116 reference with tree-ssa-loop.h.
19118 2014-01-09 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
19120 * doc/invoke.texi: Add -maltivec={be,le} options, and document
19121 default element-order behavior for -maltivec.
19122 * config/rs6000/rs6000.opt: Add -maltivec={be,le} options.
19123 * config/rs6000/rs6000.c (rs6000_option_override_internal): Ensure
19124 that -maltivec={le,be} implies -maltivec; disallow -maltivec=le
19125 when targeting big endian, at least for now.
19126 * config/rs6000/rs6000.h: Add #define of VECTOR_ELT_ORDER_BIG.
19128 2014-01-09 Jakub Jelinek <jakub@redhat.com>
19130 PR middle-end/47735
19131 * cfgexpand.c (expand_one_var): For SSA_NAMEs, if the underlying
19132 var satisfies use_register_for_decl, just take into account type
19133 alignment, rather than decl alignment.
19135 PR tree-optimization/59622
19136 * gimple-fold.c (gimple_fold_call): Fix a typo in message. For
19137 __builtin_unreachable replace the OBJ_TYPE_REF call with a call to
19138 __builtin_unreachable and add if needed a setter of the lhs SSA_NAME.
19139 Don't devirtualize for inplace at all. For targets.length () == 1,
19140 if the call is noreturn and cfun isn't in SSA form yet, clear lhs.
19142 2014-01-09 H.J. Lu <hongjiu.lu@intel.com>
19144 * config/i386/i386.md (cpu): Remove the unused btver1.
19146 2014-01-09 H.J. Lu <hongjiu.lu@intel.com>
19148 * gdbasan.in: Put a breakpoint on __sanitizer::Report.
19150 2014-01-09 Jakub Jelinek <jakub@redhat.com>
19153 * tree-core.h (struct target_globals): New forward declaration.
19154 (struct tree_target_option): Add globals field.
19155 * tree.h (TREE_TARGET_GLOBALS): Define.
19156 (prepare_target_option_nodes_for_pch): New prototype.
19157 * target-globals.h (struct target_globals): Define even if
19158 !SWITCHABLE_TARGET.
19159 * tree.c (prepare_target_option_node_for_pch,
19160 prepare_target_option_nodes_for_pch): New functions.
19161 * config/i386/i386.h (SWITCHABLE_TARGET): Define.
19162 * config/i386/i386.c: Include target-globals.h.
19163 (ix86_set_current_function): Instead of doing target_reinit
19164 unconditionally, use save_target_globals_default_opts and
19165 restore_target_globals.
19167 2014-01-09 Richard Biener <rguenther@suse.de>
19169 PR tree-optimization/59715
19170 * tree-cfg.h (split_critical_edges): Declare.
19171 * tree-cfg.c (split_critical_edges): Export.
19172 * tree-ssa-sink.c (execute_sink_code): Split critical edges.
19174 2014-01-09 Max Ostapenko <m.ostapenko@partner.samsung.com>
19176 * cfgexpand.c (expand_stack_vars): Optionally disable
19177 asan stack protection.
19178 (expand_used_vars): Likewise.
19179 (partition_stack_vars): Likewise.
19180 * asan.c (asan_emit_stack_protection): Optionally disable
19181 after return stack usage.
19182 (instrument_derefs): Optionally disable memory access instrumentation.
19183 (instrument_builtin_call): Likewise.
19184 (instrument_strlen_call): Likewise.
19185 (asan_protect_global): Optionally disable global variables protection.
19186 * doc/invoke.texi: Added doc for new options.
19187 * params.def: Added new options.
19188 * params.h: Likewise.
19190 2014-01-09 Jakub Jelinek <jakub@redhat.com>
19192 PR rtl-optimization/59724
19193 * ifcvt.c (cond_exec_process_if_block): Don't call
19194 flow_find_head_matching_sequence with 0 longest_match.
19195 * cfgcleanup.c (flow_find_head_matching_sequence): Count even
19196 non-active insns if !stop_after.
19197 (try_head_merge_bb): Revert 2014-01-07 changes.
19199 2014-01-08 Jeff Law <law@redhat.com>
19201 * ree.c (get_sub_rtx): New function, extracted from...
19202 (merge_def_and_ext): Here.
19203 (combine_reaching_defs): Use get_sub_rtx.
19205 2014-01-08 Eric Botcazou <ebotcazou@adacore.com>
19207 * cgraph.h (varpool_variable_node): Do not choke on null node.
19209 2014-01-08 Catherine Moore <clm@codesourcery.com>
19211 * config/mips/mips.md (simple_return): Attempt to use JRC
19213 * config/mips/mips.h (MIPS_CALL): Attempt to use JALS for microMIPS.
19215 2014-01-08 Richard Sandiford <rdsandiford@googlemail.com>
19217 PR rtl-optimization/59137
19218 * reorg.c (steal_delay_list_from_target): Call update_block for
19220 (steal_delay_list_from_fallthrough, relax_delay_slots): Likewise.
19222 2014-01-08 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
19224 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
19225 two duplicate entries.
19227 2014-01-08 Richard Sandiford <rdsandiford@googlemail.com>
19230 2012-10-07 Richard Sandiford <rdsandiford@googlemail.com>
19232 * config/mips/mips.c (mips_truncated_op_cost): New function.
19233 (mips_rtx_costs): Adjust test for BADDU.
19234 * config/mips/mips.md (*baddu_di<mode>): Push truncates to operands.
19236 2012-10-02 Richard Sandiford <rdsandiford@googlemail.com>
19238 * config/mips/mips.md (*baddu_si_eb, *baddu_si_el): Merge into...
19239 (*baddu_si): ...this new pattern.
19241 2014-01-08 Jakub Jelinek <jakub@redhat.com>
19244 * ipa-prop.c (ipa_analyze_params_uses): Ignore uses in debug stmts.
19246 2014-01-08 Bernd Edlinger <bernd.edlinger@hotmail.de>
19248 PR middle-end/57748
19249 * expr.h (expand_expr_real, expand_expr_real_1): Add new parameter
19251 (expand_expr, expand_normal): Adjust.
19252 * expr.c (expand_expr_real, expand_expr_real_1): Add new parameter
19253 inner_reference_p. Use inner_reference_p to expand inner references.
19254 (store_expr): Adjust.
19255 * cfgexpand.c (expand_call_stmt): Adjust.
19257 2014-01-08 Rong Xu <xur@google.com>
19259 * gcov-io.c (gcov_var): Move from gcov-io.h.
19260 (gcov_position): Ditto.
19261 (gcov_is_error): Ditto.
19262 (gcov_rewrite): Ditto.
19263 * gcov-io.h: Refactor. Move gcov_var to gcov-io.h, and libgcov
19264 only part to libgcc/libgcov.h.
19266 2014-01-08 Marek Polacek <polacek@redhat.com>
19268 PR middle-end/59669
19269 * omp-low.c (simd_clone_adjust): Don't crash if def is NULL.
19271 2014-01-08 Marek Polacek <polacek@redhat.com>
19274 * ubsan.c (ubsan_type_descriptor): Call strip_array_types on type2.
19276 2014-01-08 Jakub Jelinek <jakub@redhat.com>
19278 PR rtl-optimization/59649
19279 * stor-layout.c (get_mode_bounds): For BImode return
19280 0 and STORE_FLAG_VALUE.
19282 2014-01-08 Richard Biener <rguenther@suse.de>
19284 PR middle-end/59630
19285 * gimple.h (is_gimple_builtin_call): Remove.
19286 (gimple_builtin_call_types_compatible_p): New.
19287 (gimple_call_builtin_p): New overload.
19288 * gimple.c (is_gimple_builtin_call): Remove.
19289 (validate_call): Rename to ...
19290 (gimple_builtin_call_types_compatible_p): ... this and export. Also
19291 check return types.
19292 (validate_type): New static function.
19293 (gimple_call_builtin_p): New overload and adjust.
19294 * gimple-fold.c (gimple_fold_builtin): Fold the return value.
19295 (gimple_fold_call): Likewise. Use gimple_call_builtin_p.
19296 (gimple_fold_stmt_to_constant_1): Likewise.
19297 * tsan.c (instrument_gimple): Use gimple_call_builtin_p.
19299 2014-01-08 Richard Biener <rguenther@suse.de>
19301 PR middle-end/59471
19302 * gimplify.c (gimplify_expr): Gimplify register-register type
19303 VIEW_CONVERT_EXPRs to separate stmts.
19305 2014-01-07 Jeff Law <law@redhat.com>
19307 PR middle-end/53623
19308 * ree.c (combine_set_extension): Handle case where source
19309 and destination registers in an extension insn are different.
19310 (combine_reaching_defs): Allow source and destination registers
19311 in extension to be different under limited circumstances.
19312 (add_removable_extension): Remove restriction that the
19313 source and destination registers in the extension are the same.
19314 (find_and_remove_re): Emit a copy from the extension's
19315 destination to its source after the defining insn if
19316 the source and destination registers are different.
19318 PR middle-end/59285
19319 * ifcvt.c (merge_if_block): If we are merging a block with more than
19320 one successor with a block with no successors, remove any BARRIER
19321 after the second block.
19323 2014-01-07 Dan Xio Qiang <ziyan01@163.com>
19325 * hw-doloop.c (reorg_loops): Release the bitmap obstack.
19327 2014-01-07 John David Anglin <danglin@gcc.gnu.org>
19330 * config/pa/pa.c (pa_legitimate_address_p): Return false before reload
19331 for 14-bit register offsets when INT14_OK_STRICT is false.
19333 2014-01-07 Roland Stigge <stigge@antcom.de>
19334 Michael Meissner <meissner@linux.vnet.ibm.com>
19337 * config/rs6000/rs6000.c (rs6000_legitimate_offset_address_p):
19338 Only check TFmode for SPE constants. Don't check TImode or TDmode.
19340 2014-01-07 James Greenhalgh <james.greenhalgh@arm.com>
19342 * config/aarch64/aarch64-elf.h (ASM_SPEC): Remove identity spec for
19345 2014-01-07 Yufeng Zhang <yufeng.zhang@arm.com>
19347 * config/arm/arm.c (arm_expand_neon_args): Call expand_expr
19348 with EXPAND_MEMORY for NEON_ARG_MEMORY; check if the returned
19349 rtx is const0_rtx or not.
19351 2014-01-07 Richard Sandiford <rdsandiford@googlemail.com>
19354 * target-globals.c (save_target_globals): Remove this_fn_optab
19356 * toplev.c: Include optabs.h.
19357 (target_reinit): Temporarily restore the global options if another
19358 set of options are in force.
19360 2014-01-07 Jakub Jelinek <jakub@redhat.com>
19362 PR rtl-optimization/58668
19363 * cfgcleanup.c (flow_find_cross_jump): Don't count
19364 any jumps if dir_p is NULL. Remove p1 variable, use active_insn_p
19365 to determine what is counted.
19366 (flow_find_head_matching_sequence): Use active_insn_p to determine
19368 (try_head_merge_bb): Adjust for the flow_find_head_matching_sequence
19370 * ifcvt.c (count_bb_insns): Use active_insn_p && !JUMP_P to
19371 determine what is counted.
19373 PR tree-optimization/59643
19374 * tree-predcom.c (split_data_refs_to_components): If one dr is
19375 read and one write, determine_offset fails and the write isn't
19376 in the bad component, just put the read into the bad component.
19378 2014-01-07 Mike Stump <mikestump@comcast.net>
19379 Jakub Jelinek <jakub@redhat.com>
19382 * tree-core.h (struct tree_optimization_option): Change optabs
19383 type from unsigned char * to void *.
19384 * optabs.c (init_tree_optimization_optabs): Adjust
19385 TREE_OPTIMIZATION_OPTABS initialization.
19387 2014-01-06 Jakub Jelinek <jakub@redhat.com>
19390 * config/i386/i386.h (struct machine_function): Add
19391 no_drap_save_restore field.
19392 * config/i386/i386.c (ix86_save_reg): Use
19393 !cfun->machine->no_drap_save_restore instead of
19394 crtl->stack_realign_needed.
19395 (ix86_finalize_stack_realign_flags): Don't clear drap_reg unless
19396 this function clears frame_pointer_needed. Set
19397 cfun->machine->no_drap_save_restore if clearing frame_pointer_needed
19398 and DRAP reg is needed.
19400 2014-01-06 Marek Polacek <polacek@redhat.com>
19403 * doc/implement-c.texi: Mention that other integer types are
19404 permitted as bit-field types in strictly conforming mode.
19406 2014-01-06 Felix Yang <fei.yang0953@gmail.com>
19408 * modulo-sched.c (schedule_reg_moves): Clear distance1_uses if it
19409 is newly allocated.
19411 2014-01-06 Richard Earnshaw <rearnsha@arm.com>
19413 * aarch64.c (aarch64_rtx_costs): Fix cost calculation for MADD.
19415 2014-01-06 Martin Jambor <mjambor@suse.cz>
19418 * ipa-cp.c (ipcp_discover_new_direct_edges): Changed param_index type
19420 * ipa-prop.c (ipa_print_node_params): Fix indentation.
19422 2014-01-06 Eric Botcazou <ebotcazou@adacore.com>
19426 * var-tracking.c (add_stores): Preserve the value of the source even if
19427 we don't record the store.
19429 2014-01-06 Terry Guo <terry.guo@arm.com>
19431 * config.gcc (arm*-*-*): Check --with-arch against arm-arches.def.
19433 2014-01-05 Iain Sandoe <iain@codesourcery.com>
19436 * config/darwin.c (darwin_function_section): Adjust return values to
19437 correspond to optimisation changes made in r206070.
19439 2014-01-05 Uros Bizjak <ubizjak@gmail.com>
19441 * config/i386/i386.c (ix86_data_alignment): Calculate max_align
19442 from prefetch_block tune setting.
19443 (nocona_cost): Correct size of prefetch block to 64.
19445 2014-01-04 Eric Botcazou <ebotcazou@adacore.com>
19447 * config/arm/arm.c (arm_get_frame_offsets): Revamp long lines.
19448 (arm_expand_epilogue_apcs_frame): Take into account the number of bytes
19449 used to save the static chain register in the computation of the offset
19450 from which the FP registers need to be restored.
19452 2014-01-04 Jakub Jelinek <jakub@redhat.com>
19454 PR tree-optimization/59519
19455 * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Don't
19456 ICE if get_current_def (current_new_name) is already non-NULL, as long
19457 as it is a phi result of some other phi in *new_exit_bb that has
19460 * config/i386/sse.md (avx512f_load<mode>_mask): Emit vmovup{s,d}
19461 or vmovdqu* for misaligned_operand.
19462 (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>,
19463 <sse2_avx_avx512f>_loaddqu<mode><mask_name>): Handle <mask_applied>.
19464 * config/i386/i386.c (ix86_expand_special_args_builtin): Set
19465 aligned_mem for AVX512F masked aligned load and store builtins and for
19466 non-temporal moves.
19468 2014-01-03 Bingfeng Mei <bmei@broadcom.com>
19470 PR tree-optimization/59651
19471 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks):
19472 Address range for negative step should be added by TYPE_SIZE_UNIT.
19474 2014-01-03 Andreas Schwab <schwab@linux-m68k.org>
19476 * config/m68k/m68k.c (handle_move_double): Handle pushes with
19477 overlapping registers also for registers other than the stack pointer.
19479 2014-01-03 Marek Polacek <polacek@redhat.com>
19482 * doc/extend.texi: Fix the return value of __builtin_FUNCTION and
19485 2014-01-03 Jakub Jelinek <jakub@redhat.com>
19488 * config/i386/i386.c (ix86_avoid_jump_mispredicts): Don't consider
19491 * config/i386/i386.md (MODE_SIZE): New mode attribute.
19492 (push splitter): Use <P:MODE_SIZE> instead of
19493 GET_MODE_SIZE (<P:MODE>mode).
19494 (lea splitter): Use <MODE_SIZE> instead of GET_MODE_SIZE (<MODE>mode).
19495 (mov -1, reg peephole2): Likewise.
19496 * config/i386/sse.md (*mov<mode>_internal,
19497 <sse>_storeu<ssemodesuffix><avxsizesuffix>,
19498 <sse2_avx_avx512f>_storedqu<mode>, <sse>_andnot<mode>3,
19499 *<code><mode>3, *andnot<mode>3<mask_name>,
19500 <mask_codefor><code><mode>3<mask_name>): Likewise.
19501 * config/i386/subst.md (mask_mode512bit_condition,
19502 sd_mask_mode512bit_condition): Likewise.
19504 2014-01-02 Xinliang David Li <davidxl@google.com>
19506 PR tree-optimization/59303
19507 * tree-ssa-uninit.c (is_use_properly_guarded): Main cleanup.
19508 (dump_predicates): Better output format.
19509 (pred_equal_p): New function.
19510 (is_neq_relop_p): Ditto.
19511 (is_neq_zero_form_p): Ditto.
19512 (pred_expr_equal_p): Ditto.
19513 (pred_neg_p): Ditto.
19514 (simplify_pred): Ditto.
19515 (simplify_preds_2): Ditto.
19516 (simplify_preds_3): Ditto.
19517 (simplify_preds_4): Ditto.
19518 (simplify_preds): Ditto.
19519 (push_pred): Ditto.
19520 (push_to_worklist): Ditto.
19521 (get_pred_info_from_cmp): Ditto.
19522 (is_degenerated_phi): Ditto.
19523 (normalize_one_pred_1): Ditto.
19524 (normalize_one_pred): Ditto.
19525 (normalize_one_pred_chain): Ditto.
19526 (normalize_preds): Ditto.
19527 (normalize_cond_1): Remove function.
19528 (normalize_cond): Ditto.
19529 (is_gcond_subset_of): Ditto.
19530 (is_subset_of_any): Ditto.
19531 (is_or_set_subset_of): Ditto.
19532 (is_and_set_subset_of): Ditto.
19533 (is_norm_cond_subset_of): Ditto.
19534 (pred_chain_length_cmp): Ditto.
19535 (convert_control_dep_chain_into_preds): Type change.
19536 (find_predicates): Ditto.
19537 (find_def_preds): Ditto.
19538 (destroy_predicates_vecs): Ditto.
19539 (find_matching_predicates_in_rest_chains): Ditto.
19540 (use_pred_not_overlap_with_undef_path_pred): Ditto.
19541 (is_pred_expr_subset): Ditto.
19542 (is_pred_chain_subset_of): Ditto.
19543 (is_included_in): Ditto.
19544 (is_superset_of): Ditto.
19546 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
19548 Update copyright years.
19550 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
19552 * common/config/arc/arc-common.c, config/arc/arc-modes.def,
19553 config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
19554 config/arc/arc.md, config/arc/arc.opt,
19555 config/arm/arm_neon_builtins.def, config/arm/crypto.def,
19556 config/i386/avx512cdintrin.h, config/i386/avx512erintrin.h,
19557 config/i386/avx512fintrin.h, config/i386/avx512pfintrin.h,
19558 config/i386/btver2.md, config/i386/shaintrin.h, config/i386/slm.md,
19559 config/linux-protos.h, config/linux.c, config/winnt-c.c,
19560 diagnostic-color.c, diagnostic-color.h, gimple-ssa-isolate-paths.c,
19561 vtable-verify.c, vtable-verify.h: Use the standard form for the
19564 2014-01-02 Tobias Burnus <burnus@net-b.de>
19566 * gcc.c (process_command): Update copyright notice dates.
19567 * gcov-dump.c: Ditto.
19569 * doc/cpp.texi: Bump @copying's copyright year.
19570 * doc/cppinternals.texi: Ditto.
19571 * doc/gcc.texi: Ditto.
19572 * doc/gccint.texi: Ditto.
19573 * doc/gcov.texi: Ditto.
19574 * doc/install.texi: Ditto.
19575 * doc/invoke.texi: Ditto.
19577 2014-01-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
19579 * config/nios2/nios2.h (BITS_PER_UNIT): Don't define it.
19581 2014-01-01 Jakub Jelinek <jakub@redhat.com>
19583 * config/i386/sse.md (*mov<mode>_internal): Guard
19584 EXT_REX_SSE_REGNO_P (REGNO ()) uses with REG_P.
19586 PR rtl-optimization/59647
19587 * cse.c (cse_process_notes_1): Don't substitute negative VOIDmode
19588 new_rtx into UNSIGNED_FLOAT rtxes.
19590 Copyright (C) 2014 Free Software Foundation, Inc.
19592 Copying and distribution of this file, with or without modification,
19593 are permitted in any medium without royalty provided the copyright
19594 notice and this notice are preserved.