1 2014-07-14 Richard Biener <rguenther@suse.de>
3 * cgraph.h (decl_in_symtab_p): Make inline.
5 2014-07-14 Jakub Jelinek <jakub@redhat.com>
8 * doc/invoke.texi (-Wmemset-transposed-args): Document.
11 * config/i386/i386.c (classify_argument): Don't merge classes above
14 2014-07-13 Jan Hubicka <hubicka@ucw.cz>
16 * cgraph.h (symtab_node): Add nonzero_address.
17 (decl_in_symtab_p): Break out from ...
18 (symtab_get_node): ... here.
19 * fold-const.c: Include cgraph.h
20 (tree_single_nonzero_warnv_p): Use symtab to determine
21 if symbol is non-zero.
22 * symtab.c (symtab_node::nonzero_address): New method.
24 2014-07-12 Jan Hubicka <hubicka@ucw.cz>
26 * ipa-devirt.c (odr_subtypes_equivalent_p): Disable temporary hack
27 forgotten in previous commit.
29 2014-07-12 Jan Hubicka <hubicka@ucw.cz>
31 * tree.c (type_in_anonymous_namespace_p): Ignore TREE_PUBLIC
33 * ipa-devirt.c: Include stor-layout.h and intl.h
34 (odr_subtypes_equivalent_p): New function.
35 (warn_odr): New function.
36 (warn_type_mismatch): New function.
37 (odr_types_equivalent_p): New function.
38 (add_type_duplicate): Use it.
39 * common.opt (Wodr): New flag.
40 * doc/invoke.texi (Wodr): Document new warning.
42 2014-07-12 Jan Hubicka <hubicka@ucw.cz>
44 * timevar.def (TV_IPA_LTO_DECL_INIT_IO): Remove.
45 (TV_IPA_LTO_CTORS_IN, TV_IPA_LTO_CTORS_OUT): New timevar.
46 * cgraph.c (cgraph_get_body): Push GIMPLE_IN timevar.
47 (varpool_get_constructor): Push CTORS_IN timevar.
48 * lto-streamer-out.c (lto_output): Push TV_IPA_LTO_CTORS_OUT
51 2014-07-12 Uros Bizjak <ubizjak@gmail.com>
53 * config/i386/i386-builtin-types.def: Add USHORT_FTYPE_VOID.
54 Remove VOID_FTYPE_PUSHORT.
55 * config/i386/i386.c (bdesc_special_args) <__builtin_ia32_fnstsw>:
56 Change code to USHORT_FTYPE_VOID.
57 (ix86_expand_special_args_builtin): Handle USHORT_FTYPE_VOID.
58 (ix86_expand_builtin): Remove IX86_BUILTIN_FNSTSW handling.
59 (ix86_atomic_assign_expand_fenv): Update for
60 __builtin_ia32_fnstsw changes.
61 * config/i386/i386.md (x86_fnstsw_1): Set length unconditionally to 2.
62 (fnstsw): Change operand 0 to nonimmediate operand.
64 2014-07-11 Jan Hubicka <hubicka@ucw.cz>
66 * vapool.c: Include tree-ssa-alias.h, gimple.h and lto-streamer.h
67 (varpool_get_constructor): New function.
68 (varpool_ctor_useable_for_folding_p): Break out from ...
69 (ctor_for_folding): ... here; use varpool_get_constructor.
70 (varpool_assemble_decl): Likewise.
71 * lto-streamer.h (struct output_block): Turn cgraph_node
73 (lto_input_variable_constructor): Declare.
74 * ipa-visibility.c (function_and_variable_visibility): Use
75 varpool_get_constructor.
76 * cgraph.h (varpool_get_constructor): Declare.
77 (varpool_ctor_useable_for_folding_p): New function.
78 * lto-streamer-out.c (get_symbol_initial_value): Take encoder
79 parameter; return error_mark_node for non-trivial constructors.
80 (lto_write_tree_1, DFS_write_tree): Update use of
81 get_symbol_initial_value.
82 (output_function): Update initialization of symbol.
83 (output_constructor): New function.
84 (copy_function): Rename to ..
85 (copy_function_or_variable): ... this one; handle vars too.
86 (lto_output): Output variable sections.
87 * lto-streamer-in.c (input_constructor): New function.
88 (lto_read_body): Rename from ...
89 (lto_read_body_or_constructor): ... this one; handle vars too.
90 (lto_input_variable_constructor): New function.
91 * ipa-prop.c (ipa_prop_write_jump_functions,
92 ipa_prop_write_all_agg_replacement): Update.
93 * lto-cgraph.c (compute_ltrans_boundary): Use it.
94 (output_cgraph_opt_summary): Set symbol to NULL.
96 2014-07-11 Jan Hubicka <hubicka@ucw.cz>
98 * ipa-prop.c (ipa_binfo_from_known_type_jfunc): In LTO do not walk
99 non-polymorphic types.
100 * ipa-cp.c (ipa_get_jf_ancestor_result): Likewise.
101 * ipa-devirt.c (types_same_for_odr): Do not explode when one
102 of types is not polymorphic.
104 2014-07-11 Vladimir Makarov <vmakarov@redhat.com>
106 * lra-constraints.c (remove_inheritance_pseudos): Process
107 destination pseudo too.
109 2014-07-11 Rong Xu <xur@google.com>
111 * gcov-tool.c (gcov_output_files): Fix build error introduced in
114 2014-07-11 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
116 * config/avr/avr-arch.h (avr_mcu_t): Add text section start attribute.
117 * config/avr/avr-devices.c (AVR_MCU): Same.
118 (avr_mcu_types): add text start value to end of device list.
119 * config/avr/avr-mcus.def: Add text section start for all devices.
120 (ata5782): Add new avr5 device.
122 * config/avr/avr-tables.opt: Regenerate.
123 * config/avr/avr.h: Add declaration for text section start handler.
124 (EXTRA_SPEC_FUNCTIONS): Add text section start handler to
126 (LINK_SPEC): Include text section start handler to linker spec.
127 * config/avr/driver-avr.c (avr_device_to_text_start): New function to
128 pass -Ttext option to linker if the text section start for the device
130 * config/avr/t-multilib: Regenerate.
131 * doc/avr-mmcu.texi: Regenerate.
133 2014-07-11 David Edelsohn <dje.gcc@gmail.com>
135 * config/rs6000/aix51.h (LINK_SPEC): Remove -bnodelcsect.
136 * config/rs6000/aix52.h (LINK_SPEC): Same.
137 * config/rs6000/aix53.h (LINK_SPEC): Same.
138 * config/rs6000/aix61.h (LINK_SPEC): Same.
139 * config/rs6000/xcoff.h (MAKE_DECL_ONE_ONLY): Define.
141 2014-07-11 Roman Gareev <gareevroman@gmail.com>
143 * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): New function.
144 (graphite_verify): New function.
145 (ivs_params_clear): New function.
146 (gcc_expression_from_isl_ast_expr_id): New function.
147 (gcc_expression_from_isl_expr_int): New function.
148 (binary_op_to_tree): New function.
149 (ternary_op_to_tree): New function.
150 (unary_op_to_tree): New function.
151 (nary_op_to_tree): New function.
152 (gcc_expression_from_isl_expr_op): New function.
153 (gcc_expression_from_isl_expression): New function.
154 (graphite_create_new_loop): New function.
155 (translate_isl_ast_for_loop): New function.
156 (get_upper_bound): New function.
157 (graphite_create_new_loop_guard): New function.
158 (translate_isl_ast_node_for): New function.
159 (translate_isl_ast): New function.
160 (add_parameters_to_ivs_params): New function.
161 (scop_to_isl_ast): New parameter ip.
162 (graphite_regenerate_ast_isl): Add generation of GIMPLE code.
164 2014-07-11 Jan Hubicka <hubicka@ucw.cz>
166 * config/xtensa/predicates.md (call expander): Update for
167 DECL_SECTION_NAME being string.
169 2014-07-11 Richard Biener <rguenther@suse.de>
172 * builtins.c (fold_builtin_memory_op): Inline memory moves that
173 can be implemented with a single load followed by a single store.
174 (c_strlen): Only warn when only_value is not 2.
176 2014-07-11 Evgeny Stupachenko <evstupac@gmail.com>
178 * config/i386/i386.c (expand_vec_perm_pblendv): Disable for AVX.
180 2014-07-11 Marat Zakirov <m.zakirov@samsung.com>
183 * config/arm/arm.md (*movhi_insn_arch4): Handle stack pointer.
184 (*movhi_bytes): Likewise.
185 (*arm_movqi_insn): Likewise.
187 2014-07-11 Uros Bizjak <ubizjak@gmail.com>
190 * config/alpha/alpha.c: Include tree-pass.h, context.h
192 (pass_data_handle_trap_shadows): New pass.
193 (pass_handle_trap_shadows::gate): New pass gate function.
194 (make_pass_handle_trap_shadows): New function.
195 (rest_of_handle_trap_shadows): Ditto.
197 (alpha_align_insns_1): Rename from alpha_align_insns.
198 (pass_data_align_insns): New pass.
199 (pass_align_insns::gate): New pass gate function.
200 (make_pass_aling_insns): New function.
201 (rest_of_align_insns): Ditto.
202 (alpha_align_insns): Ditto.
204 (alpha_option_override): Declare handle_trap_shadows info
205 and align_insns_info. Register handle_trap_shadows and align_insns
207 (alpha_reorg): Do not call alpha_trap_shadows and
208 alpha_align_insn from here.
210 (alpha_pad_function_end): Do not skip BARRIERs.
212 2014-07-10 Rong Xu <xur@google.com>
214 Add gcov-tool: an offline gcda profile processing tool support.
215 * gcov-io.c (gcov_position): Make avaialble to gcov-tool.
216 (gcov_is_error): Ditto.
217 (gcov_read_string): Ditto.
218 (gcov_read_sync): Ditto.
219 * gcov-io.h: Move counter defines to gcov-counter.def.
220 * gcov-dump.c (tag_counters): Use gcov-counter.def.
222 * gcov-tool.c: Offline gcda profile processing tool.
223 (unlink_gcda_file): Remove one gcda file.
224 (unlink_profile_dir): Remove gcda files from the profile path.
225 (gcov_output_files): Output gcda files to an output dir.
226 (profile_merge): Merge two profiles in directory.
227 (print_merge_usage_message): Print merge usage.
228 (merge_usage): Print merge usage and exit.
229 (do_merge): Driver for profile merge sub-command.
230 (profile_rewrite): Rewrite profile.
231 (print_rewrite_usage_message): Print rewrite usage.
232 (rewrite_usage): Print rewrite usage and exit.
233 (do_rewrite): Driver for profile rewrite sub-command.
234 (print_usage): Print gcov-info usage and exit.
235 (print_version): Print gcov-info version.
236 (process_args): Process arguments.
237 (main): Main routine for gcov-tool.
238 * Makefile.in: Build and install gcov-tool.
239 * gcov-counter.def: New file split from gcov-io.h.
240 * doc/gcc.texi: Include gcov-tool.texi.
241 * doc/gcov-tool.texi: Document for gcov-tool.
243 2014-07-10 Richard Biener <rguenther@suse.de>
245 PR tree-optimization/61757
246 * tree-ssa-dom.c (loop_depth_of_name): Restore.
247 (propagate_rhs_into_lhs): Revert part of last change.
249 2014-07-10 Thomas Schwinge <thomas@codesourcery.com>
251 * fold-const.c (fold_checksum_tree): Look at DECL_VINDEX only for
254 2014-07-10 Eric Botcazou <ebotcazou@adacore.com>
257 * function.c (allocate_struct_function): Revert r188667 change.
259 * gimple-low.c (lower_builtin_setjmp): Use properly-typed constant.
261 2014-07-10 Tom G. Christensen <tgc@jupiterrise.com>
263 * doc/install.texi: Remove links to defunct package providers for
266 2014-07-09 Tom de Vries <tom@codesourcery.com>
268 * final.c (get_call_fndecl): Declare.
269 (self_recursive_call_p): New function.
270 (collect_fn_hard_reg_usage): Handle self-recursive function calls.
272 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
274 * ipa-devirt.c (record_node): Walk through aliases.
276 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
278 * lto-streamer-out.c (hash_scc): Avoid quadratic hashing loop.
280 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
283 * stor-layout.c (finish_builtin_struct): Copy fields into the variants.
285 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
287 * ipa-visibility.c (function_and_variable_visibility): Remove
288 temporary hack disabling local aliases on AIX.
290 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
292 * ipa-cp.c (devirtualization_time_bonus): Walk through aliases.
293 * ipa-inline-analysis.c (estimate_edge_devirt_benefit): Likewise.
295 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
297 * rs6000/rs6000-protos.h (rs6000_xcoff_declare_object_name): Declare.
298 * rs6000/rs6000.c: Inline output of .set instruction.
299 (declare_alias_data): New struct.
300 (rs6000_declare_alias): New function.
301 (rs6000_xcoff_declare_function_name): Use it.
302 (rs6000_xcoff_declare_object_name): New function.
303 * config/rs6000/xcoff.h: Define ASM_DECLARE_OBJECT_NAME.
304 (ASM_OUTPUT_DEF): Turn to empty definition.
306 2014-07-08 Trevor Saunders <tsaunders@mozilla.com>
309 * hash-table.h: use hash_table::value_type instead of
310 Descriptor::value_type in the return types of several methods.
312 2014-07-08 Trevor Saunders <tsaunders@mozilla.com>
314 * tree-pass.h (pass_data): Remove has_execute member.
315 * passes.c (execute_one_pass): Don't check pass->has_execute.
316 * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
317 cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
318 compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
319 config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
320 config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
321 config/sh/sh_optimize_sett_clrt.cc, config/sh/sh_treg_combine.cc,
322 config/sparc/sparc.c, cprop.c, cse.c, dce.c, df-core.c, dse.c,
323 dwarf2cfi.c, except.c, final.c, function.c, fwprop.c, gcse.c,
324 gimple-low.c, gimple-ssa-isolate-paths.c,
325 gimple-ssa-strength-reduction.c, graphite.c, ifcvt.c, init-regs.c,
326 ipa-comdats.c, ipa-cp.c, ipa-devirt.c, ipa-inline-analysis.c,
327 ipa-inline.c, ipa-profile.c, ipa-pure-const.c, ipa-reference.c,
328 ipa-split.c, ipa-visibility.c, ipa.c, ira.c, jump.c, loop-init.c,
329 lower-subreg.c, mode-switching.c, modulo-sched.c, omp-low.c, passes.c,
330 postreload-gcse.c, postreload.c, predict.c, recog.c, ree.c,
331 reg-stack.c, regcprop.c, reginfo.c, regrename.c, reorg.c, sched-rgn.c,
332 stack-ptr-mod.c, store-motion.c, tracer.c, trans-mem.c,
333 tree-call-cdce.c, tree-cfg.c, tree-cfgcleanup.c, tree-complex.c,
334 tree-eh.c, tree-emutls.c, tree-if-conv.c, tree-into-ssa.c,
335 tree-loop-distribution.c, tree-nrv.c, tree-object-size.c,
336 tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
337 tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
338 tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
339 tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
340 tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
341 tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
342 tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
343 tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
344 tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
345 tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
346 tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
347 tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c,
348 web.c: Remove initializer for pass_data::has_execute.
350 2014-07-08 Trevor Saunders <tsaunders@mozilla.com>
352 * graphite-htab.h: Use hash_map instead of hash_table.
353 * graphite-clast-to-gimple.c: Adjust.
354 * passes.c: Use hash_map instead of hash_table.
356 * sese.h: Remove now unused code.
358 2014-07-08 Sriraman Tallam <tmsriram@google.com>
361 * config/i386/i386.c (ix86_in_large_data_p): Check for size less
364 2014-07-08 Jakub Jelinek <jakub@redhat.com>
366 PR rtl-optimization/61673
367 * combine.c (simplify_comparison): Test just mode's sign bit
368 in tmode rather than the sign bit and any bits above it.
370 2014-07-08 Roman Gareev <gareevroman@gmail.com>
372 * graphite-isl-ast-to-gimple.c (generate_isl_context):
373 Add __isl_give to the declaration.
374 (generate_isl_schedule): Likewise.
375 (scop_to_isl_ast): Likewise.
377 2014-07-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
379 * config/arm/arm.c (cortexa5_extra_costs): New table.
380 (arm_cortex_a5_tune): Use cortexa5_extra_costs.
382 2014-07-08 Jakub Jelinek <jakub@redhat.com>
384 PR tree-optimization/61725
385 * tree-vrp.c (extract_range_basic): Don't assume vr0 is unsigned
386 range, use range_includes_zerop_p instead of integer_zerop on
387 vr0->min, only use log2 of max if min is not negative.
389 2014-07-08 Richard Biener <rguenther@suse.de>
391 * tree-ssa-dom.h (loop_depth_of_name): Remove.
392 * tree-ssa-dom.c (record_equivalences_from_phis): Remove
393 restriction on loop depth difference.
394 (record_equality): Likewise.
395 (propagate_rhs_into_lhs): Likewise. Simplify condition.
396 (loop_depth_of_name): Remove.
397 * tree-ssa-copy.c (copy_prop_visit_phi_node): Remove
398 restriction on loop depth difference.
399 (init_copy_prop): Likewise.
401 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
403 * tree-ssa-alias.c (walk_aliased_vdefs_1): Add FUNCTION_ENTRY_REACHED
405 (walk_aliased_vdefs): Likewise.
406 * tree-ssa-alias.h (walk_aliased_vdefs): Likewise.
407 * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Skip clobbers
408 (detect_type_change_from_memory_writes): Check if entry was reached.
410 2014-07-08 Richard Biener <rguenther@suse.de>
412 PR tree-optimization/61681
413 * tree-ssa-structalias.c (find_what_var_points_to): Expand
414 NONLOCAL inside ESCAPED.
416 2014-07-08 Richard Biener <rguenther@suse.de>
418 PR tree-optimization/61680
419 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
420 Handle properly all read-write dependences with group accesses.
422 2014-07-08 Yuri Rumyantsev <ysrumyan@gmail.com>
424 PR tree-optimization/61576
425 * tree-if-conv.c (is_cond_scalar_reduction): Add check that basic
426 block containing reduction statement is predecessor of phi basi block.
428 2014-07-08 Marek Polacek <polacek@redhat.com>
431 * fold-const.c (round_up_loc): Change the parameter type.
433 * fold-const.h (round_up_loc): Adjust declaration.
434 * stor-layout.c (finalize_record_size): Check for too large types.
436 2014-07-07 Jan Hubicka <hubicka@ucw.cz>
438 * symtab.c: Include calls.h.
439 (symtab_nonoverwritable_alias_1): Check sanity of the local alias.
441 2014-07-07 Maciej W. Rozycki <macro@codesourcery.com>
443 * config/rs6000/rs6000.c (output_vec_const_move): Handle
444 little-endian code generation.
445 * config/rs6000/spe.md (spe_evmergehi): Rename to...
446 (vec_perm00_v2si): ... this. Handle little-endian code generation.
447 (spe_evmergehilo): Rename to...
448 (vec_perm01_v2si): ... this. Handle little-endian code generation.
449 (spe_evmergelo): Rename to...
450 (vec_perm11_v2si): ... this. Handle little-endian code generation.
451 (spe_evmergelohi): Rename to...
452 (vec_perm10_v2si): ... this. Handle little-endian code generation.
453 (spe_evmergehi, spe_evmergehilo): New expanders.
454 (spe_evmergelo, spe_evmergelohi): Likewise.
455 (*frob_<SPE64:mode>_<DITI:mode>): Handle little-endian code generation.
456 (*frob_tf_ti): Likewise.
457 (*frob_<mode>_di_2): Likewise.
458 (*frob_tf_di_8_2): Likewise.
459 (*frob_di_<mode>): Likewise.
460 (*frob_ti_tf): Likewise.
461 (*frob_<DITI:mode>_<SPE64:mode>_2): Likewise.
462 (*frob_ti_<mode>_8_2): Likewise.
463 (*frob_ti_tf_2): Likewise.
464 (mov_si<mode>_e500_subreg0): Rename to...
465 (mov_si<mode>_e500_subreg0_be): ... this. Restrict to the big
467 (*mov_si<mode>_e500_subreg0_le): New instruction pattern.
468 (*mov_si<mode>_e500_subreg0_elf_low): Rename to...
469 (*mov_si<mode>_e500_subreg0_elf_low_be): ... this. Restrict to
470 the big endianness only.
471 (*mov_si<mode>_e500_subreg0_elf_low_le): New instruction pattern.
472 (*mov_si<mode>_e500_subreg0_2): Rename to...
473 (*mov_si<mode>_e500_subreg0_2_be): ... this. Restrict to the
474 big big endianness only.
475 (*mov_si<mode>_e500_subreg0_2_le): New instruction pattern.
476 (*mov_si<mode>_e500_subreg4): Rename to...
477 (*mov_si<mode>_e500_subreg4_be): ... this. Restrict to the big
479 (mov_si<mode>_e500_subreg4_le): New instruction pattern.
480 (*mov_si<mode>_e500_subreg4_elf_low): Rename to...
481 (*mov_si<mode>_e500_subreg4_elf_low_be): ... this. Restrict to
482 the big endianness only.
483 (*mov_si<mode>_e500_subreg4_elf_low_le): New instruction/splitter
485 (*mov_si<mode>_e500_subreg4_2): Rename to...
486 (*mov_si<mode>_e500_subreg4_2_be): ... this. Restrict to the big
488 (*mov_si<mode>_e500_subreg4_2_le): New instruction pattern.
489 (*mov_sitf_e500_subreg8): Rename to...
490 (*mov_sitf_e500_subreg8_be): ... this. Restrict to the big
492 (*mov_sitf_e500_subreg8_le): New instruction pattern.
493 (*mov_sitf_e500_subreg8_2): Rename to...
494 (*mov_sitf_e500_subreg8_2_be): ... this. Restrict to the big
496 (*mov_sitf_e500_subreg8_2_le): New instruction pattern.
497 (*mov_sitf_e500_subreg12): Rename to...
498 (*mov_sitf_e500_subreg12_be): ... this. Restrict to the big
500 (*mov_sitf_e500_subreg12_le): New instruction pattern.
501 (*mov_sitf_e500_subreg12_2): Rename to...
502 (*mov_sitf_e500_subreg12_2_be): ... this. Restrict to the big
504 (*mov_sitf_e500_subreg12_2_le): New instruction pattern.
506 2014-07-07 Max Ostapenko <m.ostapenko@partner.samsung.com>
508 * asan.c (instrument_strlen_call): Do not instrument first byte
509 in strlen if already instrumented.
511 2014-07-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
513 * config/arm/arm.opt (mwords-little-endian): Delete.
514 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Remove handling
515 of TARGET_LITTLE_WORDS.
516 (WORDS_BIG_ENDIAN): Define to BYTES_BIG_ENDIAN.
517 * config/arm/arm.c (arm_option_override): Remove TARGET_LITTLE_WORDS
519 * doc/invoke.texi: Remove references to -mwords-little-endian.
521 2014-07-07 Jakub Jelinek <jakub@redhat.com>
523 * expmed.c (struct init_expmed_rtl): Change all fields but
524 pow2 and cint from struct rtx_def to rtx.
525 (init_expmed_one_conv, init_expmed_one_mode): Adjust for that change.
526 (init_expmed): Likewise. Allocate all the 18 rtxes and ggc_free them
529 2014-07-06 Marek Polacek <polacek@redhat.com>
532 * doc/invoke.texi: Document -Wsizeof-array-argument.
534 2014-07-05 Gerald Pfeifer <gerald@pfeifer.com>
536 * wide-int.h (wide_int_storage): Change declaration from struct
539 2014-07-05 Jan Hubicka <hubicka@ucw.cz>
541 * cgraph.c (cgraph_create_indirect_edge): Update call of
542 get_polymorphic_call_info.
543 * ipa-utils.h (get_polymorphic_call_info): Add parameter CALL.
544 (possible_polymorphic_call_targets): Add parameter call.
545 (decl_maybe_in_construction_p): New predicate.
546 (get_polymorphic_call_info): Add parameter call;
547 use decl_maybe_in_construction_p.
548 * gimple-fold.c (fold_gimple_assign): Update use of
549 possible_polymorphic_call_targets.
550 (gimple_fold_call): Likewise.
551 * ipa-prop.c: Inlcude calls.h
552 (ipa_binfo_from_known_type_jfunc): Check that known type is record.
553 (param_type_may_change_p): New predicate.
554 (detect_type_change_from_memory_writes): Break out from ...
555 (detect_type_change): ... this one; use param_type_may_change_p.
556 (detect_type_change_ssa): Use param_type_may_change_p.
557 (compute_known_type_jump_func): Use decl_maybe_in_construction_p.
559 2014-07-05 Charles Baylis <charles.baylis@linaro.org>
562 * config/arm/arm-protos.h (arm_legitimate_address_p,
563 arm_is_constant_pool_ref): Add prototypes.
564 * config/arm/arm.c (arm_legitimate_address_p): Remove static.
565 (arm_is_constant_pool_ref) New function.
566 * config/arm/arm.md (unaligned_loadhis, arm_zero_extendhisi2_v6,
567 arm_zero_extendqisi2_v6): Use Uh constraint for memory operand.
568 (arm_extendhisi2, arm_extendhisi2_v6): Use Uh constraint for memory
569 operand. Remove pool_range and neg_pool_range attributes.
570 (arm_extendqihi_insn, arm_extendqisi, arm_extendqisi_v6): Remove
571 pool_range and neg_pool_range attributes.
572 * config/arm/constraints.md (Uh): New constraint.
573 (Uq): Don't allow constant pool references.
575 2014-07-04 James Greenhalgh <james.greenhalgh@arm.com>
577 * config/aarch64/aarch64-simd.md (move_lo_quad_internal_<mode>): New.
578 (move_lo_quad_internal_be_<mode>): Likewise.
579 (move_lo_quad_<mode>): Convert to define_expand.
580 (aarch64_simd_move_hi_quad_<mode>): Gate on BYTES_BIG_ENDIAN.
581 (aarch64_simd_move_hi_quad_be_<mode>): New.
582 (move_hi_quad_<mode>): Use appropriate insn for BYTES_BIG_ENDIAN.
583 (aarch64_combinez<mode>): Gate on BYTES_BIG_ENDIAN.
584 (aarch64_combinez_be<mode>): New.
585 (aarch64_combine<mode>): Convert to define_expand.
586 (aarch64_combine_internal<mode>): New.
587 (aarch64_simd_combine<mode>): Remove bogus RTL description.
589 2014-07-04 Tom de Vries <tom@codesourcery.com>
591 * doc/md.texi (@subsection Constraint Modifier Characters): Clarify
592 combination of earlyclobber and read/write modifiers.
594 2014-07-04 Tom de Vries <tom@codesourcery.com>
596 * config/aarch64/aarch64-simd.md
597 (define_insn "vec_unpack_trunc_<mode>"): Fix constraint.
599 2014-07-04 Richard Earnshaw <rearnsha@arm.com>
602 * config/aarch64/aarch64.h (OPTION_DEFAULT_SPECS): Define.
604 2014-07-04 Jakub Jelinek <jakub@redhat.com>
607 * cgraphunit.c (expand_thunk): Call free_dominance_info.
609 PR tree-optimization/61684
610 * tree-ssa-ifcombine.c (recognize_single_bit_test): Make sure
611 rhs1 of conversion is a SSA_NAME before using SSA_NAME_DEF_STMT on it.
613 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
614 Kito Cheng <kito@0xlab.org>
615 Monk Chiang <sh.chiang04@gmail.com>
617 * config/nds32/nds32.c (nds32_have_prologue_p): Move to ...
618 (nds32_symbol_load_store_p): Move to ...
619 (nds32_fp_as_gp_check_available): Move to ...
620 * config/nds32/nds32-fp-as-gp.c: ... here.
621 * config/nds32/nds32-protos.h (nds32_symbol_load_store_p): Remove
624 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
625 Kito Cheng <kito@0xlab.org>
626 Monk Chiang <sh.chiang04@gmail.com>
628 * config/nds32/nds32.c (nds32_expand_load_multiple): Move to ...
629 (nds32_expand_store_multiple): Move to ...
630 (nds32_expand_movmemqi): Move to ...
631 * config/nds32/nds32-memory-manipulation.c: ... here.
633 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
634 Kito Cheng <kito@0xlab.org>
635 Monk Chiang <sh.chiang04@gmail.com>
637 * config/nds32/nds32.c (nds32_byte_to_size): Move to ...
638 (nds32_output_casesi_pc_relative): Move to ...
639 (nds32_output_casesi): Move to ...
640 (nds32_mem_format): Move to ...
641 (nds32_output_16bit_store): Move to ...
642 (nds32_output_16bit_load): Move to ...
643 (nds32_output_32bit_store): Move to ...
644 (nds32_output_32bit_load): Move to ...
645 (nds32_output_32bit_load_s): Move to ...
646 (nds32_output_stack_push): Move to ...
647 (nds32_output_stack_pop): Move to ...
648 * config/nds32/nds32-md-auxiliary.c: ... here.
650 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
651 Ling-Hua Tseng <uranus@tinlans.org>
653 * config/nds32/nds32-pipelines-auxiliary.c: Add comment to describe
654 the purpose of this file.
656 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
657 Kito Cheng <kito@0xlab.org>
658 Monk Chiang <sh.chiang04@gmail.com>
660 * config/nds32/nds32.c (nds32_rtx_costs): Move implementation to ...
661 (nds32_address_cost): Move implementation to ...
662 * config/nds32/nds32-cost.c: ... here.
663 * config/nds32/nds32-protos.h (nds32_rtx_costs_impl): Declare.
664 (nds32_address_cost_impl): Declare.
666 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
667 Kito Cheng <kito@0xlab.org>
668 Monk Chiang <sh.chiang04@gmail.com>
670 * config/nds32/nds32.c
671 (nds32_consecutive_registers_load_store_p): Move to ...
672 (nds32_valid_multiple_load_store): Move to ...
673 (nds32_valid_stack_push_pop): Move to ...
674 (nds32_can_use_bclr_p): Move to ...
675 (nds32_can_use_bset_p): Move to ...
676 (nds32_can_use_btgl_p): Move to ...
677 (nds32_can_use_bitci_p): Move to ...
678 * config/nds32/nds32-predicates.c: ... here.
680 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
681 Kito Cheng <kito@0xlab.org>
682 Monk Chiang <sh.chiang04@gmail.com>
684 * config/nds32/nds32.c
685 (nds32_expand_builtin_null_ftype_reg): Move to ...
686 (nds32_expand_builtin_reg_ftype_imm): Move to ...
687 (nds32_expand_builtin_null_ftype_reg_imm): Move to ...
688 (nds32_init_builtins): Move implementation to ...
689 (nds32_expand_builtin): Move implementation to ...
690 * config/nds32/nds32-intrinsic.c: ... here.
691 * config/nds32/nds32-protos.h (nds32_init_builtins_impl): Declare.
692 (nds32_expand_builtin_impl): Declare.
694 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
695 Kito Cheng <kito@0xlab.org>
696 Monk Chiang <sh.chiang04@gmail.com>
698 * config/nds32/nds32.c (nds32_emit_section_head_template): Move to ...
699 (nds32_emit_section_tail_template): Move to ...
700 (nds32_emit_isr_jmptbl_section): Move to ...
701 (nds32_emit_isr_vector_section): Move to ...
702 (nds32_emit_isr_reset_conten): Move to ...
703 (nds32_check_isr_attrs_conflict): Move to ...
704 (nds32_construct_isr_vectors_information): Move to ...
705 (nds32_asm_file_start): Move implementation to ...
706 (nds32_asm_file_end): Move implementation to ...
707 * config/nds32/nds32-isr.c: ... here.
708 * config/nds32/nds32-protos.h
709 (nds32_check_isr_attrs_conflict): Declare.
710 (nds32_construct_isr_vectors_information): Declare.
711 (nds32_asm_file_start_for_isr): Declare.
712 (nds32_asm_file_end_for_isr): Declare.
714 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
715 Kito Cheng <kito@0xlab.org>
716 Monk Chiang <sh.chiang04@gmail.com>
718 * config.gcc (nds32*): Add new modules to extra_objs.
719 (nds32le-*-*): Use t-nds32 makefile fragment for new modules.
720 (nds32be-*-*): Likewise.
721 * config/nds32/nds32-cost.c: New file.
722 * config/nds32/nds32-fp-as-gp.c: New file.
723 * config/nds32/nds32-intrinsic.c: New file.
724 * config/nds32/nds32-isr.c: New file.
725 * config/nds32/nds32-md-auxiliary.c: New file.
726 * config/nds32/nds32-memory-manipulation.c: New file.
727 * config/nds32/nds32-pipelines-auxiliary.c: New file.
728 * config/nds32/nds32-predicates.c: New file.
729 * config/nds32/t-nds32: New file.
731 2014-07-03 Jakub Jelinek <jakub@redhat.com>
733 PR tree-optimization/61682
734 * wide-int.cc (wi::mul_internal): Handle high correctly for umul_ppmm
735 using cases and when one of the operands is equal to 1.
737 2014-07-03 Segher Boessenkool <segher@kernel.crashing.org>
739 * config/rs6000/rs6000.md (rotl<mode>3, ashl<mode>3, lshr<mode>3,
740 ashr<mode>3): Correct mode of operands[2].
741 (rotl<mode>3_dot, rotl<mode>3_dot2, ashl<mode>3_dot, ashl<mode>3_dot2,
742 lshr<mode>3_dot, lshr<mode>3_dot2, ashr<mode>3_dot, ashr<mode>3_dot2):
743 Correct mode of operands[2]. Fix split condition.
745 2014-07-03 Richard Earnshaw <rearnsha@arm.com>
747 * arm.md (arch): Add armv6_or_vfpv3.
748 (arch_enabled): Add test for the above.
749 * vfp.md (divsf_vfp, divdf_vfp): Add earlyclobber when code can run
751 (sqrtsf_vfp, sqrtdf_vfp): Likewise.
753 2014-07-03 Jakub Jelinek <jakub@redhat.com>
755 * gcov-io.c (gcov_read_words): Don't call memmove if excess is 0.
756 * data-streamer-in.c (streamer_read_hwi): Shift UHWI 1 instead of
757 HWI 1 and negate the unsigned value.
758 * expmed.c (expand_sdiv_pow2): For modes wider than word always
759 use AND instead of shift.
760 * wide-int-print.cc (print_decs): Negate UHWI instead of HWI.
762 2014-07-03 Marek Polacek <polacek@redhat.com>
764 * doc/invoke.texi (-fsanitize=bounds): Tweak wording.
765 (-fsanitize=float-divide-by-zero): Move to the table with
766 -fsanitize=undefined suboptions.
767 (-fsanitize=float-cast-overflow): Likewise.
769 2014-07-03 Maciej W. Rozycki <macro@codesourcery.com>
771 * config/rs6000/rs6000.c (rs6000_adjust_atomic_subword): Use
772 BYTES_BIG_ENDIAN rather than WORDS_BIG_ENDIAN to check for byte
775 2014-07-03 Zhenqiang Chen <zhenqiang.chen@linaro.org>
777 * loop-invariant.c (struct invariant): Add a new member: eqno;
778 (find_identical_invariants): Update eqno;
779 (create_new_invariant): Init eqno;
780 (get_inv_cost): Compute comp_cost with eqno;
782 2014-07-02 Segher Boessenkool <segher@kernel.crashing.org>
784 * genconfig.c (have_rotate_flag, have_rotatert_flag): New variables.
785 (walk_insn_part) <ROTATE, ROTATERT>: New cases.
786 (main): Conditionally write HAVE_rotate resp. HAVE_rotatert.
787 * simplify-rtx.c (simplify_binary_operation_1) <ROTATE, ROTATERT>:
788 Only do the transformation if both HAVE_rotate and HAVE_rotatert.
790 2014-07-02 Christian Bruel <christian.bruel@st.com>
794 * mode-switching.c (struct bb_info): Add mode_out, mode_in caches.
795 (make_preds_opaque): Delete.
796 (clear_mode_bit, mode_bit_p, set_mode_bit): New macros.
797 (commit_mode_sets): New function.
798 (optimize_mode_switching): Handle current_mode to mode_switching_emit.
799 Process all modes at once.
800 * basic-block.h (pre_edge_lcm_avs): Declare.
801 * lcm.c (pre_edge_lcm_avs): Renamed from pre_edge_lcm.
802 Call clear_aux_for_edges. Fix comments.
803 (pre_edge_lcm): New wrapper function to call pre_edge_lcm_avs.
804 (pre_edge_rev_lcm): Idem.
805 * config/epiphany/epiphany.c (emit_set_fp_mode): Add prev_mode
807 * config/epiphany/epiphany-protos.h (emit_set_fp_mode): Idem.
808 * config/epiphany/resolve-sw-modes.c (pass_resolve_sw_modes::execute):
810 * config/i386/i386.c (x96_emit_mode_set): Idem.
811 * config/sh/sh.c (sh_emit_mode_set): Likewise. Handle PR toggle.
812 * config/sh/sh.md (toggle_pr): Defined if TARGET_FPU_SINGLE.
813 (fpscr_toggle) Disallow from delay slot.
814 * target.def (emit_mode_set): Add prev_mode parameter.
815 * doc/tm.texi: Regenerate.
817 2014-07-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
819 * config/aarch64/aarch64.c (aarch64_expand_vec_perm): Delete unused
822 2014-07-01 Jan Hubicka <hubicka@ucw.cz>
824 * ipa-utils.h (method_class_type, vtable_pointer_value_to_binfo,
825 vtable_pointer_value_to_vtable): Constify.
826 (contains_polymorphic_type_p): Declare.
827 * ipa-devirt.c (method_class_type, vtable_pointer_value_to_binfo,
828 vtable_pointer_value_to_vtable): Constify.
829 (contains_polymorphic_type_p): New predicate.
830 * ipa-prop.c (ipa_set_jf_known_type): Allow types containing
832 (ipa_set_ancestor_jf): Likewise.
833 (detect_type_change): Return false in easy cases.
834 (compute_complex_assign_jump_func): Require type to contain
836 (compute_known_type_jump_func): Likewise.
838 2014-07-01 Jan Hubicka <hubicka@ucw.cz>
840 * tree.c (decls_same_for_odr, decls_same_for_odr, types_same_for_odr):
842 (type_in_anonymous_namespace_p): Constify argument.
843 * tree.h (types_same_for_odr, type_in_anonymous_namespace_p): Constify.
844 * ipa-devirt.c (odr_type_d): Add ODR_VIOLATED field.
845 (main_odr_variant): New function.
846 (hash_type_name): Make static; update assert; do not ICE on
848 (types_same_for_odr): Bring here from tree.c; simplify and remove
849 old structural comparing code that doesn't work for templates.
850 (odr_hasher::equal): Update assert.
851 (add_type_duplicate): Return true when bases should be computed;
852 replace incomplete loader by complete; do not output duplicated
853 warnings; do not ICE on non-records; set odr_violated flag.
854 (get_odr_type): Be ready to replace incomplete type by complete
855 one; work on ODR variants instead of main variants; reorder item
856 in array so bases have still smaller indexes.
857 (dump_type_inheritance_graph): Be ready for holdes in odr_types array.
858 (possible_polymorphic_call_targets): Do not ICE when BINFO is NULL.
860 2014-07-01 Cary Coutant <ccoutant@google.com>
862 * dwarf2out.c (remove_addr_table_entry): Remove unnecessary hash table
864 (resolve_addr_in_expr): When replacing the rtx in a location list
865 entry, get a new address table entry.
866 (dwarf2out_finish): Call index_location_lists even if there are no
867 addr_index_table entries yet.
869 2014-07-01 Trevor Saunders <tsaunders@mozilla.com>
871 * config/i386/winnt.c (i386_pe_section_type_flags): Revert previous
872 change for not being obvious.
874 2014-07-01 Trevor Saunders <tsaunders@mozilla.com>
876 * config/i386/winnt.c (i386_pe_section_type_flags): Remove name of
879 2014-07-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
881 * config/aarch64/arm_neon.h (vcage_f64): New intrinsic.
882 (vcagt_f64): Likewise.
883 (vcale_f64): Likewise.
884 (vcaled_f64): Likewise.
885 (vcales_f32): Likewise.
886 (vcalt_f64): Likewise.
887 (vcaltd_f64): Likewise.
888 (vcalts_f32): Likewise.
890 2014-07-01 Marek Polacek <polacek@redhat.com>
892 * doc/invoke.texi: Document -Wint-conversion.
894 2014-07-01 Marek Polacek <polacek@redhat.com>
897 * doc/invoke.texi: Document -Wincompatible-pointer-types.
899 2014-07-01 Martin Liska <mliska@suse.cz>
901 IPA REF alias refactoring
902 * cgraph.h (iterate_direct_aliases): New function.
903 (FOR_EACH_ALIAS): New macro iterates all direct aliases for a node.
904 * cgraph.c (cgraph_for_node_thunks_and_aliases): Usage of
905 FOR_EACH_ALIAS added.
906 (cgraph_for_node_and_aliases): Likewise.
907 * cgraphunit.c (assemble_thunks_and_aliases): Likewise.
908 * ipa-inline.c (reset_edge_caches): Likewise.
909 (update_caller_keys): Likewise.
910 * trans-mem.c (ipa_tm_execute): Likewise.
911 *varpool.c (varpool_analyze_node): Likewise.
912 (varpool_for_node_and_aliases): Likewise.
913 * ipa-ref.h (first_alias): New function.
914 (last_alias): Likewise.
915 (has_aliases_p): Likewise.
916 * ipa-ref.c (ipa_ref::remove_reference): Removal function
917 is sensitive to IPA_REF_ALIASes.
918 * symtab.c (symtab_node::add_reference): Node of IPA_REF_ALIAS type
919 are put at the beginning of the list.
920 (symtab_node::iterate_direct_aliases): New function.
922 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
925 * tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if
927 (write_ts_type_common_tree_pointers): Do not stream fields not set
928 for incomplete types; do not stream duplicated fields for variants;
929 sanity check that variant and type match.
930 (write_ts_type_non_common_tree_pointers): Likewise.
931 * tree-streamer-in.c (unpack_ts_type_common_value_fields): Mark in
932 TYPE_SIZE whether type is complete.
933 (lto_input_ts_type_common_tree_pointers): Do same changes as in
934 write_ts_type_common_tree_pointers
935 (lto_input_ts_type_non_common_tree_pointers): Likewise.
937 2014-06-30 Joseph Myers <joseph@codesourcery.com>
939 * var-tracking.c (add_stores): Return instead of asserting if old
940 and new values for conditional store are the same.
942 2014-06-30 Richard Henderson <rth@redhat.com>
946 * bb-reorder.c (pass_duplicate_computed_gotos::execute): Cleanup
947 the cfg if there were any changes.
948 * passes.def: Revert move of peephole2 after reorder_blocks;
949 move duplicate_computed_gotos before peephole2.
951 2014-06-30 Uros Bizjak <ubizjak@gmail.com>
953 * except.c (emit_note_eh_region_end): New helper function.
954 (convert_to_eh_region_ranges): Use emit_note_eh_region_end to
955 emit EH_REGION_END note.
956 * jump.c (cleanup_barriers): Do not split a call and its
957 corresponding CALL_ARG_LOCATION note.
959 2014-06-30 Jeff Law <law@redhat.com>
961 PR tree-optimization/61607
962 * tree-ssa-threadedge.c (simplify_control_stmt_condition): Look
963 deeper into the SSA_NAME_VALUE chain.
965 2014-06-30 Marek Polacek <polacek@redhat.com>
967 * convert.c (convert_to_integer): Don't instrument conversions if the
968 function has no_sanitize_undefined attribute.
969 * ubsan.c: Don't run the ubsan pass if the function has
970 no_sanitize_undefined attribute.
972 2014-06-30 Jakub Jelinek <jakub@redhat.com>
974 * doc/invoke.texi (-fsanitize=bounds): Move to the table with
975 -fsanitize=undefined suboptions.
977 2014-06-30 Alan Lawrence <alan.lawrence@arm.com>
979 * config/aarch64/aarch64-simd.md (vec_perm): Enable for bigendian.
980 * config/aarch64/aarch64.c (aarch64_expand_vec_perm): Remove assert
981 against bigendian and adjust indices.
983 2014-06-30 Gerald Pfeifer <gerald@pfeifer.com>
985 * doc/install.texi (Specific, aarch64*-*-*): Fix markup. Reword a bit.
987 2014-06-30 Marcus Shawcroft <marcus.shawcroft@arm.com>
990 * config/aarch64/aarch64.md (*aarch64_ashr_sisd_or_int_<mode>3):
991 Add alternative; make early clobber. Adjust both split patterns
992 to use operand 0 as the working register.
994 2014-06-30 Jakub Jelinek <jakub@redhat.com>
996 * ira-build.c (sort_conflict_id_map): Don't call qsort if num is 0,
997 as ira_object_id_map might be NULL, or 1.
999 2014-06-30 Zhenqiang Chen <zhenqiang.chen@linaro.org>
1001 * loop-invariant.c (get_inv_cost): Handle register class.
1002 (gain_for_invariant): Check the register pressure of the inv
1003 and its overlapped register class, other than all.
1005 2014-06-30 Gerald Pfeifer <gerald@pfeifer.com>
1007 * doc/invoke.texi (Optimize Options): Fix descriptions of
1008 ipa-cp-loop-hint-bonus and ipa-cp-array-index-hint-bonus.
1010 2014-06-29 David Wohlferd <dw@LimeGreenSocks.com>
1012 * doc/extend.texi (Function Attributes): Update 'naked' attribute
1015 2014-06-29 Tobias Grosser <tobias@grosser.es>
1018 * graphite-isl-ast-to-gimple.c: Add missing guards.
1020 2014-06-29 Roman Gareev <gareevroman@gmail.com>
1022 * Makefile.in: Add the compilation of graphite-isl-ast-to-gimple.o.
1023 * common.opt: Add new switch fgraphite-code-generator=[isl|cloog].
1024 * flag-types.h: Add new enum fgraphite_generator.
1025 * graphite-isl-ast-to-gimple.c: New.
1026 * graphite-isl-ast-to-gimple.h: New.
1027 * graphite.c (graphite_transform_loops): Add choice of Graphite
1028 code generator, which depends on flag_graphite_code_gen.
1030 2014-06-29 Roman Gareev <gareevroman@gmail.com>
1032 * graphite-dependences.c (subtract_commutative_associative_deps):
1033 Add NULL checking of the following variables: must_raw_no_source,
1034 may_raw_no_source, must_war_no_source, may_war_no_source,
1035 must_waw_no_source, may_waw_no_source, must_raw, may_raw,
1036 must_war, may_war, must_waw, may_waw.
1038 2014-06-29 Roman Gareev <gareevroman@gmail.com>
1040 * graphite-clast-to-gimple.c: gloog is renamed to
1041 graphite_regenerate_ast_cloog. gloog_error is renamed to
1042 graphite_regenerate_error.
1043 * graphite-clast-to-gimple.h: The definition of the struct
1044 bb_pbb_def is moved to graphite-htab.h.
1045 Add inclusion of the hash-table.h.
1046 * graphite-htab.h: The declaration of the function gloog is moved
1047 to graphite-clast-to-gimple.h and renamed to
1048 graphite_regenerate_ast_cloog.
1049 * graphite.c (graphite_transform_loops): gloog is renamed
1050 to graphite_regenerate_ast_cloog.
1052 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
1054 * tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if
1056 (write_ts_type_common_tree_pointers): Do not stream fields not set
1057 for incomplete types; do not stream duplicated fields for variants;
1058 sanity check that variant and type match.
1059 (write_ts_type_non_common_tree_pointers): Likewise.
1060 * tree-streamer-in.c (unpack_ts_type_common_value_fields): Mark in
1061 TYPE_SIZE whether type is complete.
1062 (lto_input_ts_type_common_tree_pointers): Do same changes as in
1063 write_ts_type_common_tree_pointers
1064 (lto_input_ts_type_non_common_tree_pointers): Likewise.
1066 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
1068 * cgraph.c (dump_cgraph_node): Dump init&fini priorities.
1070 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
1072 * tree-inline.c (remap_type_1): Do not duplicate fields
1073 that are shared in between type and its main variant.
1075 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
1077 * ipa-prop.c (ipa_set_jf_known_type): Record always the main variant
1079 (ipa_set_ancestor_jf) Likewise.
1080 (check_stmt_for_type_change): Check that we work on main variant.
1081 (detect_type_change): Look into main variant.
1082 (compute_known_type_jump_func): Check that main variant has BINFO.
1084 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
1086 * ipa-devirt.c (set_type_binfo): New function.
1087 (add_type_duplicate): Use it.
1088 (get_odr_type): Sanity check that binfos points to main variants.
1089 (get_class_context): Be sure the context's outer_type is main variant.
1090 (contains_type_p): Walk main variant.
1091 (get_polymorphic_call_info_for_decl): Set outer_type to be
1093 (get_polymorphic_call_info): Likewise.
1094 (possible_polymorphic_call_targets): Sanity check that we operate
1097 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
1099 * stor-layout.c (finish_builtin_struct): Copy fields into the variants.
1101 2014-06-28 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1103 * config/rs6000/rs6000.c (rs6000_aggregate_candidate): Revert
1104 accidental change due to wide-int branch merge.
1106 2014-06-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1108 * configure.ac (gcc_cv_as_compress_debug): Check for assembler
1109 compressed debug support.
1110 (gcc_cv_ld_compress_debug): Check for linker compressed debug support.
1111 * configure: Regenerate.
1112 * config.in: Regenerate.
1113 * common.opt (compressed_debug_sections): New enum.
1114 (gz, gz=): New options.
1115 * gcc.c (LINK_COMPRESS_DEBUG_SPEC, ASM_COMPRESS_DEBUG_SPEC): Define.
1116 (LINK_COMMAND_SPEC): Invoke LINK_COMPRESS_DEBUG_SPEC.
1117 (asm_options): Invoke ASM_COMPRESS_DEBUG_SPEC.
1118 * config/darwin.h (LINK_COMMAND_SPEC_A): Invoke
1119 LINK_COMPRESS_DEBUG_SPEC.
1120 * config/i386/djgpp.h (LINK_COMMAND_SPEC): Likewise.
1121 * opts.c (common_handle_option): Handle OPT_gz, OPT_gz_.
1122 * doc/invoke.texi (Option Summary, Debugging Options): Add -gz[=type].
1123 (Debugging Options): Document -gz[=type].
1125 2014-06-27 Martin Jambor <mjambor@suse.cz>
1128 * cgraphclones.c (duplicate_thunk_for_node): Removed parameter
1129 args_to_skip, use those from node instead. Copy args_to_skip and
1130 combined_args_to_skip from node to the new thunk.
1131 (redirect_edge_duplicating_thunks): Removed parameter args_to_skip.
1132 (cgraph_create_virtual_clone): Moved computation of
1133 combined_args_to_skip...
1134 (cgraph_clone_node): ...here, simplify it to bitmap_ior..
1136 2014-06-27 trevor Saunders <tsaunders@mozilla.com>
1138 * config/i386/winnt.c (i386_pe_section_type_flags): Remove
1139 redundant diagnostic machinary.
1141 2014-06-27 Richard Biener <rguenther@suse.de>
1143 * tree-ssa-math-opts.c (bswap_replace): Fix
1144 SLOW_UNALIGNED_ACCESS test to only apply to unaligned object.
1146 2014-06-27 Martin Liska <mliska@suse.cz>
1148 * gimple.h (gimple_location_safe): New function introduced.
1149 * cgraphunit.c (walk_polymorphic_call_targets): Usage
1150 of gimple_location_safe replaces gimple_location.
1151 (gimple_fold_call): Likewise.
1152 * ipa-devirt.c (ipa_devirt): Likewise.
1153 * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
1154 * ipa.c (walk_polymorphic_call_targets): Likewise.
1155 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Likewise.
1157 2014-06-27 Jakub Jelinek <jakub@redhat.com>
1159 PR tree-optimization/57233
1160 PR tree-optimization/61299
1161 * tree-vect-generic.c (get_compute_type, count_type_subparts): New
1163 (expand_vector_operations_1): Use them. If {L,R}ROTATE_EXPR
1164 would be lowered to scalar shifts, check if corresponding
1165 shifts and vector BIT_IOR_EXPR are supported and don't lower
1166 or lower just to narrower vector type in that case.
1167 * expmed.c (expand_shift_1): Fix up handling of vector
1170 2014-06-26 Uros Bizjak <ubizjak@gmail.com>
1173 * config/alpha/alpha.c (alpha_handle_trap_shadows): Handle BARRIER RTX.
1175 2014-06-26 Jan Hubicka <hubicka@ucw.cz>
1177 * doc/invoke.texi (-fsemantic-interposition): Document.
1178 * common.opt (fsemantic-interposition): New flag.
1179 * varasm.c (decl_replaceable_p): Use it.
1181 2014-06-26 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1184 * config/rs6000/vsx.md (vsx_extract_v4sf): Fix bug with element
1185 extraction other than index 3.
1187 2014-06-26 Teresa Johnson <tejohnson@google.com>
1189 * doc/invoke.texi: Fix typo.
1190 * dumpfile.c: Add support for documented -fdump-* options
1191 optimized/missed/note/optall.
1193 2014-06-26 Martin Jambor <mjambor@suse.cz>
1195 * params.def (PARAM_ALLOW_LOAD_DATA_RACES)
1196 (PARAM_ALLOW_PACKED_LOAD_DATA_RACES)
1197 (PARAM_ALLOW_PACKED_STORE_DATA_RACES): Removed.
1198 (PARAM_ALLOW_STORE_DATA_RACES): Set default to zero.
1199 * opts.c (default_options_optimization): Set
1200 PARAM_ALLOW_STORE_DATA_RACES to one at -Ofast.
1201 * doc/invoke.texi (allow-load-data-races)
1202 (allow-packed-load-data-races, allow-packed-store-data-races): Removed.
1203 (allow-store-data-races): Document the new default.
1205 2014-06-26 Martin Jambor <mjambor@suse.cz>
1207 * ipa-prop.c (ipa_impossible_devirt_target): No longer static,
1208 renamed to ipa_impossible_devirt_target. Fix typo.
1209 * ipa-prop.h (ipa_impossible_devirt_target): Declare.
1210 * ipa-cp.c (ipa_get_indirect_edge_target_1): Use
1211 ipa_impossible_devirt_target.
1213 2014-06-26 Richard Biener <rguenther@suse.de>
1215 PR tree-optimization/61607
1216 * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust comment
1217 explaining why we restrict copies on loop depth.
1218 * tree-ssa-dom.c (cprop_operand): Remove restriction on
1220 (record_equivalences_from_phis): Instead add it here.
1222 2014-06-26 Bernd Schmidt <bernds@codesourcery.com>
1224 * Makefile.in (COLLECT2_OBJS): Add collect-utils.o.
1225 (LTO_WRAPPER_OBJS): New variable.
1226 (lto-wrapper$(exeext)): Use it.
1227 * collect2.c: Include "collect-utils.h".
1228 (verbose, debug): Remove variables.
1229 (at_file_supplied): No longer static.
1230 (tool_name): New variable.
1231 (do_wait, fork_execute, maybe_unlink): Don't declare.
1232 (tool_cleanup): No longer static.
1233 (notice): Remove function.
1234 (maybe_run_lto_and_relink, main, do_dsymutil): Add new arg to
1236 (collect_wait, do_wait, collect_execute): Remove functions.
1237 (maybe_unlink): No longer static.
1238 * collect2.h (verbose, debug): Don't declare.
1239 (at_file_supplied): Declare.
1240 * collect-utils.c (utils_cleanup): New arg from_signal. All callers
1242 (collect_execute): Replace with implementation from collect2, plus a
1243 new arg use_atfile. All callers changed.
1244 (collect_wait): Replace with implementation from collect2.
1245 (maybe_unlink_file): Remove function.
1246 (fork_execute): Replace with implementation from collect2, plus a
1247 new arg use_atfile. All callers changed.
1248 (do_wait): Add call to utils_cleanup to the error path.
1249 * collect-utils.h (collect_execute, fork_execute, utils_cleanup)
1250 (tool_cleanup): Adjust declarations.
1251 * lto-wrapper.c (tool_cleanup): Add unused bool argument.
1252 * tlink.c: Include "collect-utils.h".
1253 (tlink_execute): New arg use_atfile. All callers changed.
1254 (tlink_init, tlink_execute): Remove declarations.
1256 * collect-utils.c (save_temps): New variable.
1257 (do_wait): Use it instead of debug. Use fatal_error.
1258 * collect-utils.h (save_temps): Declare.
1259 * collect2.c (verbose): Rename from vflag. All uses changed.
1260 (tool_cleanup): New function, copied from collect_atexit.
1261 (collect_atexit, handler): Just call it.
1262 * collect2.h (verbose): Declaration renamed from vflag.
1263 * lto-wrapper.c (maybe_unlink, run_gcc): Use save_temps instead of
1266 * Makefile.in (ALL_HOST_BACKEND_OBJS): Add collect-utils.o.
1267 (lto-wrapper$(exeext)): Link with collect-utils.o.
1268 * collect-utils.c: New file.
1269 * collect-utils.h: New file.
1270 * lto-wrapper.c: Include "collect-utils.h".
1271 (args_name): Delete variable.
1272 (tool_name): New variable.
1273 (tool_cleanup): New function.
1274 (maybe_unlink): Renamed from maybe_unlink_file. All callers changed.
1275 (lto_wrapper_cleanup, fatal_signal, collect_execute, collect_wait)
1276 (fork_execute): Remove functions.
1278 2014-06-26 Nick Clifton <nickc@redhat.com>
1280 * config/frv/frv.c (frv_in_small_data_p): Remove redundant assert.
1282 * doc/extend.texi (Function Attributes): Fix typo in description
1283 of RX vector attribute.
1285 2014-06-26 James Greenhalgh <james.greenhalgh@arm.com>
1287 * config.gcc (supported_defaults): Error when passing either
1288 --with-tune or --with-arch in conjunction with --with-cpu for ARM.
1290 2014-06-26 Richard Biener <rguenther@suse.de>
1292 * tree-ssa-dom.c (cprop_operand): Remove restriction on
1293 propagating volatile pointers.
1295 2014-06-26 Richard Biener <rguenther@suse.de>
1297 PR tree-optimization/61607
1298 * tree-ssa-threadupdate.c (ssa_redirect_edges): Cancel the
1299 loop if we redirected its latch edge.
1300 (thread_block_1): Do not cancel loops prematurely.
1302 2014-06-25 Jan Hubicka <hubicka@ucw.cz>
1304 * toplev.c (backend_init_target): Move init_emit_regs and
1306 (backend_init) ... here; skip ira_init_once and backend_init_target.
1307 (target_reinit) ... and here; clear
1308 this_target_rtl->lang_dependent_initialized.
1309 (lang_dependent_init_target): Clear
1310 this_target_rtl->lang_dependent_initialized;
1311 break out rtl initialization to ...
1312 (initialize_rtl): ... here; call also backend_init_target
1314 * toplev.h (initialize_rtl): New function.
1315 * function.c: Include toplev.h
1316 (init_function_start): Call initialize_rtl.
1317 * rtl.h (target_rtl): Add target_specific_initialized,
1318 lang_dependent_initialized.
1320 2014-06-25 Paul Gortmaker <paul.gortmaker@windriver.com>
1321 Jakub Jelinek <jakub@redhat.com>
1323 * gcc.c (set_multilib_dir): Malloc "." pointer as well.
1325 2014-06-25 Tom de Vries <tom@codesourcery.com>
1327 * config/arm/arm.c (arm_emit_call_insn): Remove clobber of CC_REGNUM.
1329 2014-06-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
1331 * tree-ssa-forwprop.c (associate_plusminus): For widening conversions
1332 check for undefined overflow in (T)(P + A) - (T)P -> (T)A.
1333 Issue a strict overflow warning if appropriate.
1335 2014-06-25 Martin Liska <mliska@suse.cz>
1338 * Makefile.in: Removed header file (ipa-ref-inline.h).
1339 * cgraph.c (cgraph_turn_edge_to_speculative): New IPA REF function
1341 (cgraph_speculative_call_info): Likewise.
1342 (cgraph_for_node_thunks_and_aliases): Likewise.
1343 (cgraph_for_node_and_aliases): Likewise.
1344 (verify_cgraph_node): Likewise.
1345 * cgraph.h: Batch of IPA REF functions become member functions of
1346 symtab_node: add_reference, maybe_add_reference, clone_references,
1347 clone_referring, clone_reference, find_reference,
1348 remove_stmt_references, remove_all_references,
1349 remove_all_referring, dump_references, dump_referring,
1350 has_alias_p, iterate_reference, iterate_referring.
1351 * cgraphbuild.c (record_reference): New IPA REF function used.
1352 (record_type_list): Likewise.
1353 (record_eh_tables): Likewise.
1354 (mark_address): Likewise.
1355 (mark_load): Likewise.
1356 (mark_store): Likewise.
1357 (pass_build_cgraph_edges): Likewise.
1358 (rebuild_cgraph_edge): Likewise.
1359 (cgraph_rebuild_references): Likewise.
1360 (pass_remove_cgraph_callee_edges): Likewise.
1361 * cgraphclones.c (cgraph_clone_node): Likewise.
1362 (cgraph_create_virtual_clone): Likewise.
1363 (cgraph_materialize_clone): Likewise.
1364 (cgraph_materialize_all_clones): Likewise.
1365 * cgraphunit.c (cgraph_reset_node): Likewise.
1366 (cgraph_reset_node): Likewise.
1367 (analyze_function): Likewise.
1368 (assemble_thunks_and_aliases): Likewise.
1369 (expand_function): Likewise.
1370 * ipa-comdats.c (propagate_comdat_group): Likewise.
1371 (enqueue_references): Likewise.
1372 * ipa-cp.c (ipcp_discover_new_direct_edges): Likewise.
1373 (create_specialized_node): Likewise.
1374 * ipa-devirt.c (referenced_from_vtable_p): Likewise.
1375 * ipa-inline-transform.c (can_remove_node_now_p_1): Likewise.
1376 * ipa-inline.c (reset_edge_caches): Likewise.
1377 (update_caller_keys): Likewise.
1378 (execute): Likewise.
1379 * ipa-prop.c (remove_described_reference): Likewise.
1380 (propagate_controlled_uses): Likewise.
1381 (ipa_edge_duplication_hook): Likewise.
1382 (ipa_modify_call_arguments): Likewise.
1383 * ipa-pure-const.c (propagate_pure_const): Likewise.
1384 * ipa-ref-inline.h: Header file removed, functions moved
1385 to symtab_node class.
1386 * ipa-ref.c (remove_reference): New class member function.
1387 (cannot_lead_to_return): New class member function.
1388 (referring_ref_list): Likewise.
1389 (referred_ref_list): Likewise.
1390 Rest of functions moved to symtab_node class.
1391 * ipa-ref.h: New member functions remove_reference,
1392 cannot_lead_to_return, referring_ref_list, referred_ref_list added
1394 ipa_ref_list class has new member functions: first_reference,
1395 first_referring, clear, nreferences.
1396 * ipa-reference.c (analyze_function): New IPA REF function used.
1397 (write_node_summary_p): Likewise.
1398 (ipa_reference_write_optimization_summary): Likewise.
1399 * ipa-split.c (split_function): Likewise.
1400 * ipa-utils.c (ipa_reverse_postorder): Likewise.
1401 * ipa-visibility.c (cgraph_non_local_node_p_1): Likewise.
1402 (function_and_variable_visibility): Likewise.
1403 * ipa.c (has_addr_references_p): Likewise.
1404 (process_references): Argument type changed.
1405 (symtab_remove_unreachable_nodes): New IPA REF function used.
1406 (process_references): Likewise.
1407 (set_writeonly_bit): Likewise.
1408 * lto-cgraph.c: Implementation of new symtab_node member functions
1409 that uses new IPA REF functions.
1410 * lto-streamer-in.c (fixup_call_stmt_edges_1): New IPA REF
1412 * lto-streamer-out.c (output_symbol_p): Likewise.
1413 * lto-streamer.h (referenced_from_this_partition_p): Argument type
1415 * symtab.c: Implementation of new IPA REF API.
1416 * trans-mem.c (ipa_tm_create_version_alias): New IPA REF function used.
1417 (ipa_tm_create_version): Likewise.
1418 (ipa_tm_execute): Likewise.
1419 * tree-emutls.c (gen_emutls_addr): Likewise.
1420 * tree-inline.c (copy_bb): Likewise.
1421 (delete_unreachable_blocks_update_callgraph): Likewise.
1422 * varpool.c (varpool_remove_unreferenced_decls): Likewise.
1423 (varpool_for_node_and_aliases): Likewise.
1425 2014-06-25 Trevor Saunders <tsaunders@mozilla.com>
1427 * config/i386/winnt.c (i386_find_on_wrapper_list): Fix typo.
1429 2014-06-25 Trevor Saunders <tsaunders@mozilla.com>
1432 * fold-const.c (fold_checksum_tree): Use a hash_table of const
1433 tree_node * instead of tree_node *.
1435 (print_fold_checksum): Likewise.
1436 (fold_check_failed): Likewise.
1437 (debug_fold_checksum): Likewise.
1438 (fold_build1_stat_loc): Likewise.
1439 (fold_build2_stat_loc): Likewise.
1440 (fold_build3_stat_loc): Likewise.
1441 (fold_build_call_array_loc): Likewise.
1443 2014-06-25 David Edelsohn <dje.gcc@gmail.com>
1445 * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Replace
1446 implementation with call to...
1447 * config/rs6000/rs6000.c (rs6000_xcoff_declare_function_name): New
1449 * config/rs6000/rs6000-protos.h (rs6000_xcoff_declare_function_name):
1452 2014-06-25 Marc Glisse <marc.glisse@inria.fr>
1454 PR tree-optimization/57742
1455 * tree-ssa-strlen.c (handle_builtin_memset): Update strinfo
1456 after replacing the statement.
1458 2014-06-25 Nick Clifton <nickc@redhat.com>
1460 * config/v850/v850.c (GHS_default_section_names): Change to const
1462 (GHS_current_section_names): Likewise.
1463 (v850_insert_attributes): Do not build strings, just assign the
1464 names directly. Change the type of 'chosen_section' to const
1466 * config/v850/v850-c.c (ghs_pragma_section): Assign the alias
1467 directly to the array entry.
1468 * config/v850/v850.h (GHS_default_section_names): Change to const
1470 (GHS_current_section_names): Likewise.
1472 2014-06-25 Jakub Jelinek <jakub@redhat.com>
1474 * langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.
1475 (LANG_HOOKS_DECLS): Add it.
1476 * gimplify.c (gimplify_omp_for): Make sure OMP_CLAUSE_LINEAR_STEP
1478 * tree.h (OMP_CLAUSE_LINEAR_ARRAY): Define.
1479 * langhooks.h (struct lang_hooks_for_decls): Add
1480 omp_clause_linear_ctor hook.
1481 * omp-low.c (lower_rec_input_clauses): Set max_vf even if
1482 OMP_CLAUSE_LINEAR_ARRAY is set. Don't fold_convert
1483 OMP_CLAUSE_LINEAR_STEP. For OMP_CLAUSE_LINEAR_ARRAY in
1484 combined simd loop use omp_clause_linear_ctor hook.
1486 2014-06-24 Cong Hou <congh@google.com>
1488 * tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD
1489 pattern recognition.
1490 (type_conversion_p): PROMOTION is true if it's a type promotion
1491 conversion, and false otherwise. Return true if the given expression
1492 is a type conversion one.
1493 * tree-vectorizer.h: Adjust the number of patterns.
1494 * tree.def: Add SAD_EXPR.
1495 * optabs.def: Add sad_optab.
1496 * cfgexpand.c (expand_debug_expr): Add SAD_EXPR case.
1497 * expr.c (expand_expr_real_2): Likewise.
1498 * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
1499 * gimple.c (get_gimple_rhs_num_ops): Likewise.
1500 * optabs.c (optab_for_tree_code): Likewise.
1501 * tree-cfg.c (estimate_operator_cost): Likewise.
1502 * tree-ssa-operands.c (get_expr_operands): Likewise.
1503 * tree-vect-loop.c (get_initial_def_for_reduction): Likewise.
1504 * config/i386/sse.md: Add SSE2 and AVX2 expand for SAD.
1505 * doc/generic.texi: Add document for SAD_EXPR.
1506 * doc/md.texi: Add document for ssad and usad.
1508 2014-06-24 Trevor Saunders <tsaunders@mozilla.com>
1510 * config/i386/winnt.c (i386_pe_section_type_flags): Fix const
1511 qualification in cast.
1513 2014-06-24 Jan Hubicka <hubicka@ucw.cz>
1515 * tree.c (find_decls_types_r): Do not check DECL_VINDEX for TYPE_DECL.
1516 * tree.h (DECL_VINDEX, DECL_SAVED_TREE): Restrict to DECL_FUNCTION.
1517 * tree-core.h (tree_decl_non_common): Move saved_tree and vindex...
1518 (tree_function_decl): ... here.
1519 * tree-streamer-out.c (write_ts_decl_non_common_tree_pointers): Move
1520 streaming of vindex to ...
1521 (write_ts_function_decl_tree_pointers): ... here.
1522 * tree-streamer-in.c (lto_input_ts_decl_non_common_tree_pointers):
1523 Do not stream DECL_VINDEX.
1524 (lto_input_ts_function_decl_tree_pointers): Stream it here.
1526 2014-06-24 Catherine Moore <clm@codesourcery.com>
1527 Sandra Loosemore <sandra@codesourcery.com>
1529 * config/mips/mips.c (mips_order_regs_for_local_alloc): Delete.
1530 * config/mips/mips.h (ADJUST_REG_ALLOC_ORDER): Delete.
1531 * config/mips/mips-protos.h (mips_order_regs_for_local_alloc): Delete.
1533 2014-06-24 Marc Glisse <marc.glisse@inria.fr>
1535 * doc/invoke.texi (Warning Options): Remove duplicated
1536 -Wmaybe-uninitialized.
1538 2014-06-24 Marc Glisse <marc.glisse@inria.fr>
1540 PR tree-optimization/57742
1541 * tree-ssa-strlen.c (get_string_length): Ignore malloc.
1542 (handle_builtin_malloc, handle_builtin_memset): New functions.
1543 (strlen_optimize_stmt): Call them.
1544 * passes.def: Move strlen after loop+dom but before vrp.
1546 2014-06-24 Jakub Jelinek <jakub@redhat.com>
1549 * config/i386/driver-i386.c (host_detect_local_cpu): For unknown
1550 model family 6 CPU with has_longmode never use a CPU without
1553 2014-06-24 H.J. Lu <hongjiu.lu@intel.com>
1556 * config/i386/driver-i386.c (host_detect_local_cpu): Revert
1559 2014-06-24 Trevor Saunders <tsaunders@mozilla.com>
1561 * alloc-pool.c (alloc_pool_hash): Use hash_map instead of hash_table.
1562 * dominance.c (iterate_fix_dominators): Use hash_map instead of
1564 * hash-map.h: New file.
1565 * ipa-comdats.c: Use hash_map instead of pointer_map.
1567 * lto-section-out.c: Adjust.
1568 * lto-streamer.h: Replace pointer_map with hash_map.
1569 * symtab.c (verify_symtab): Likewise.
1570 * tree-ssa-strlen.c (decl_to_stridxlist_htab): Likewise.
1571 * tree-ssa-uncprop.c (val_ssa_equiv): Likewise.
1572 * tree-streamer.h: Likewise.
1573 * tree-streamer.c: Adjust.
1574 * pointer-set.h: Remove pointer_map.
1576 2014-06-24 Trevor Saunders <tsaunders@mozilla.com>
1578 * hash-table.h: Add a template arg to choose between storing values
1579 and storing pointers to values, and then provide partial
1580 specializations for both.
1581 * tree-browser.c (tree_upper_hasher): Provide the type the hash table
1582 should store, not the type values should point to.
1583 * tree-into-ssa.c (var_info_hasher): Likewise.
1584 * tree-ssa-dom.c (expr_elt_hasher): Likewise.
1585 * tree-complex.c: Adjust.
1586 * tree-hasher.h (int_tree_hasher): store int_tree_map in the hash
1587 table instead of int_tree_map *.
1588 * tree-parloops.c: Adjust.
1589 * tree-ssa-reassoc.c (ocount_hasher): Don't lie to hash_map about what
1590 type is being stored.
1591 * tree-vectorizer.c: Adjust.
1593 2014-06-24 Trevor Saunders <tsaunders@mozilla.com>
1595 * hash-table.h: Remove a layer of indirection from hash_table so that
1596 it contains the hash table's data instead of a pointer to the data.
1597 * alloc-pool.c, asan.c, attribs.c, bitmap.c, cfg.c,
1598 config/arm/arm.c, config/i386/winnt.c, config/ia64/ia64.c,
1599 config/mips/mips.c, config/sol2.c, coverage.c, cselib.c,
1600 data-streamer-out.c, dse.c, dwarf2cfi.c, dwarf2out.c, except.c,
1601 fold-const.c, gcse.c, ggc-common.c,
1602 gimple-ssa-strength-reduction.c, gimplify.c,
1603 graphite-clast-to-gimple.c, graphite-dependences.c,
1604 graphite-htab.h, graphite.c, haifa-sched.c, ipa-devirt.c,
1605 ipa-profile.c, ira-color.c, ira-costs.c, loop-invariant.c,
1606 loop-iv.c, loop-unroll.c, lto-streamer-in.c, lto-streamer-out.c,
1607 lto-streamer.c, lto-streamer.h, passes.c, plugin.c,
1608 postreload-gcse.c, sese.c, statistics.c, store-motion.c,
1609 trans-mem.c, tree-browser.c, tree-cfg.c, tree-complex.c,
1610 tree-eh.c, tree-into-ssa.c, tree-parloops.c, tree-sra.c,
1611 tree-ssa-ccp.c, tree-ssa-coalesce.c, tree-ssa-dom.c,
1612 tree-ssa-live.c, tree-ssa-loop-im.c,
1613 tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c, tree-ssa-pre.c,
1614 tree-ssa-reassoc.c, tree-ssa-sccvn.c, tree-ssa-strlen.c,
1615 tree-ssa-structalias.c, tree-ssa-tail-merge.c,
1616 tree-ssa-threadupdate.c, tree-ssa-uncprop.c,
1617 tree-vect-data-refs.c, tree-vect-loop.c, tree-vectorizer.c,
1618 tree-vectorizer.h, valtrack.c, valtrack.h, var-tracking.c,
1619 vtable-verify.c, vtable-verify.h: Adjust.
1621 2014-06-24 Richard Biener <rguenther@suse.de>
1623 PR tree-optimization/61572
1624 * tree-ssa-sink.c (statement_sink_location): Do not sink
1625 loads from hard registers.
1627 2014-06-24 Jakub Jelinek <jakub@redhat.com>
1629 * gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator
1630 not mentioned in clauses use private clause if the iterator is
1631 declared in #pragma omp for simd, and when adding lastprivate
1632 instead, add it to the outer #pragma omp for too. Diagnose
1633 if the variable is private in outer context. For simd collapse > 1
1634 loops, replace all iterators with temporaries.
1635 * omp-low.c (lower_rec_input_clauses): Handle LINEAR clause the
1636 same even in collapse > 1 loops.
1638 * gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP,
1639 OMP_CLAUSE_TO, OMP_CLAUSE_FROM): Make sure OMP_CLAUSE_SIZE is
1641 <case OMP_CLAUSE_ALIGNED>: Gimplify OMP_CLAUSE_ALIGNED_ALIGNMENT.
1642 (gimplify_adjust_omp_clauses_1): Make sure OMP_CLAUSE_SIZE is
1644 (gimplify_adjust_omp_clauses): Likewise.
1645 * omp-low.c (lower_rec_simd_input_clauses,
1646 lower_rec_input_clauses, expand_omp_simd): Handle non-constant
1647 safelen the same as safelen(1).
1648 * tree-nested.c (convert_nonlocal_omp_clauses,
1649 convert_local_omp_clauses): Handle OMP_CLAUSE_ALIGNED. For
1650 OMP_CLAUSE_{MAP,TO,FROM} if not decl use walk_tree.
1651 (convert_nonlocal_reference_stmt, convert_local_reference_stmt):
1652 Fixup handling of GIMPLE_OMP_TARGET.
1653 (convert_tramp_reference_stmt, convert_gimple_call): Handle
1656 2014-06-24 Chung-Lin Tang <cltang@codesourcery.com>
1658 PR tree-optimization/61554
1659 * tree-ssa-propagate.c: Include "bitmap.h".
1660 (substitute_and_fold_dom_walker): Add 'bitmap need_eh_cleanup' member,
1661 properly update constructor/destructor.
1662 (substitute_and_fold_dom_walker::before_dom_children):
1663 Remove call to gimple_purge_dead_eh_edges, add bb->index to
1664 need_eh_cleaup instead.
1665 (substitute_and_fold): Call gimple_purge_all_dead_eh_edges on
1668 2014-06-23 Jan Hubicka <hubicka@ucw.cz>
1670 * varpool.c (dump_varpool_node): Dump used_by_single_function.
1671 * tree-pass.h (make_pass_ipa_single_use): New pass.
1672 * cgraph.h (used_by_single_function): New flag.
1673 * lto-cgraph.c (lto_output_varpool_node, input_varpool_node):
1675 * passes.def (pass_ipa_single_use): Scedule.
1676 * ipa.c (BOTTOM): New macro.
1677 (meet): New function
1678 (propagate_single_user): New function.
1679 (ipa_single_use): New function.
1680 (pass_data_ipa_single_use): New pass.
1681 (pass_ipa_single_use): New pass.
1682 (pass_ipa_single_use::gate): New gate.
1683 (make_pass_ipa_single_use): New function.
1685 2014-06-23 Kai Tietz <ktietz@redhat.com>
1688 * passes.def (peephole2): Move peephole2 pass before sched2 pass.
1689 * config/i386/i386.md (peehole2): Combine memories and indirect jumps.
1691 2014-06-23 Richard Biener <rguenther@suse.de>
1693 * tree-ssa-loop.c (gate_loop): New function.
1694 (pass_tree_loop::gate): Call it.
1695 (pass_data_tree_no_loop, pass_tree_no_loop,
1696 make_pass_tree_no_loop): New.
1697 * tree-vectorizer.c: Include tree-scalar-evolution.c
1698 (pass_slp_vectorize::execute): Initialize loops and SCEV if
1700 (pass_slp_vectorize::clone): New method.
1701 * timevar.def (TV_TREE_NOLOOP): New.
1702 * tree-pass.h (make_pass_tree_no_loop): Declare.
1703 * passes.def (pass_tree_no_loop): New pass group with
1706 2014-06-23 H.J. Lu <hongjiu.lu@intel.com>
1709 * config/i386/driver-i386.c (host_detect_local_cpu): Set arch
1710 to x86-64 if a 32-bit processor supports SSE2 and 64-bit.
1712 2014-06-23 James Greenhalgh <james.greenhalgh@arm.com>
1714 * config/aarch64/aarch64.md (addsi3_aarch64): Set "simd" attr to
1717 2014-06-23 Alan Modra <amodra@gmail.com>
1720 * tree-vrp.c (remove_range_assertions): Do not set is_unreachable
1721 to zero on debug statements.
1723 2014-06-23 Alan Lawrence <alan.lawrence@arm.com>
1726 * config/aarch64/aarch64-builtins.c (aarch64_types_unop_qualifiers):
1727 Ignore third operand if present by marking qualifier_internal.
1729 * config/aarch64/aarch64-simd-builtins.def (abs): Comment.
1731 * config/aarch64/arm_neon.h (int64x1_t, uint64x1_t): Typedef to GCC
1733 (aarch64_vget_lane_s64, aarch64_vdup_lane_s64,
1734 arch64_vdupq_lane_s64, aarch64_vdupq_lane_u64): Remove macro.
1735 (vqadd_s64, vqadd_u64, vqsub_s64, vqsub_u64, vqneg_s64, vqabs_s64,
1736 vcreate_s64, vcreate_u64, vreinterpret_s64_f64, vreinterpret_u64_f64,
1737 vcombine_u64, vbsl_s64, vbsl_u64, vceq_s64, vceq_u64, vceqz_s64,
1738 vceqz_u64, vcge_s64, vcge_u64, vcgez_s64, vcgt_s64, vcgt_u64,
1739 vcgtz_s64, vcle_s64, vcle_u64, vclez_s64, vclt_s64, vclt_u64,
1740 vcltz_s64, vdup_n_s64, vdup_n_u64, vld1_s64, vld1_u64, vmov_n_s64,
1741 vmov_n_u64, vqdmlals_lane_s32, vqdmlsls_lane_s32,
1742 vqdmulls_lane_s32, vqrshl_s64, vqrshl_u64, vqrshl_u64, vqshl_s64,
1743 vqshl_u64, vqshl_n_s64, vqshl_n_u64, vqshl_n_s64, vqshl_n_u64,
1744 vqshlu_n_s64, vrshl_s64, vrshl_u64, vrshr_n_s64, vrshr_n_u64,
1745 vrsra_n_s64, vrsra_n_u64, vshl_n_s64, vshl_n_u64, vshl_s64,
1746 vshl_u64, vshr_n_s64, vshr_n_u64, vsli_n_s64, vsli_n_u64,
1747 vsqadd_u64, vsra_n_s64, vsra_n_u64, vsri_n_s64, vsri_n_u64,
1748 vst1_s64, vst1_u64, vtst_s64, vtst_u64, vuqadd_s64): Wrap existing
1749 logic in GCC vector extensions
1751 (vpaddd_s64, vaddd_s64, vaddd_u64, vceqd_s64, vceqd_u64, vceqzd_s64
1752 vceqzd_u64, vcged_s64, vcged_u64, vcgezd_s64, vcgtd_s64, vcgtd_u64,
1753 vcgtzd_s64, vcled_s64, vcled_u64, vclezd_s64, vcltd_s64, vcltd_u64,
1754 vcltzd_s64, vqdmlals_s32, vqdmlsls_s32, vqmovnd_s64, vqmovnd_u64
1755 vqmovund_s64, vqrshld_s64, vqrshld_u64, vqrshrnd_n_s64,
1756 vqrshrnd_n_u64, vqrshrund_n_s64, vqshld_s64, vqshld_u64,
1757 vqshld_n_u64, vqshrnd_n_s64, vqshrnd_n_u64, vqshrund_n_s64,
1758 vrshld_u64, vrshrd_n_u64, vrsrad_n_u64, vshld_n_u64, vshld_s64,
1759 vshld_u64, vslid_n_u64, vsqaddd_u64, vsrad_n_u64, vsrid_n_u64,
1760 vsubd_s64, vsubd_u64, vtstd_s64, vtstd_u64): Fix type signature.
1762 (vabs_s64): Use GCC vector extensions; call __builtin_aarch64_absdi.
1764 (vget_high_s64, vget_high_u64): Reimplement with GCC vector
1767 (__GET_LOW, vget_low_u64): Wrap result using vcreate_u64.
1768 (vget_low_s64): Use __GET_LOW macro.
1769 (vget_lane_s64, vget_lane_u64, vdupq_lane_s64, vdupq_lane_u64): Use
1770 gcc vector extensions, add call to __builtin_aarch64_lane_boundsi.
1771 (vdup_lane_s64, vdup_lane_u64,): Add __builtin_aarch64_lane_bound_si.
1772 (vdupd_lane_s64, vdupd_lane_u64): Fix type signature, add
1773 __builtin_aarch64_lane_boundsi, use GCC vector extensions.
1775 (vcombine_s64): Use GCC vector extensions; remove cast.
1776 (vqaddd_s64, vqaddd_u64, vqdmulls_s32, vqshld_n_s64, vqshlud_n_s64,
1777 vqsubd_s64, vqsubd_u64, vrshld_s64, vrshrd_n_s64, vrsrad_n_s64,
1778 vshld_n_s64, vshrd_n_s64, vslid_n_s64, vsrad_n_s64, vsrid_n_s64):
1779 Fix type signature; remove cast.
1781 2014-06-23 Alan Lawrence <alan.lawrence@arm.com>
1784 * config/aarch64/aarch64.c (aarch64_simd_mangle_map): Add entry for
1786 * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_type_mode):
1789 (BUILTIN_VD_RE): Remove.
1790 (aarch64_init_simd_builtins): Add V1DF to modes/modenames.
1791 (aarch64_fold_builtin): Update reinterpret patterns, df becomes v1df.
1792 * config/aarch64/aarch64-simd-builtins.def (create): Make a v1df
1794 (vreinterpretv1df*, vreinterpret*v1df): New.
1795 (vreinterpretdf*, vreinterpret*df): Remove.
1796 * config/aarch64/aarch64-simd.md (aarch64_create,
1797 aarch64_reinterpret*): Generate V1DFmode pattern not DFmode.
1798 * config/aarch64/iterators.md (VD_RE): Include V1DF, remove DF.
1800 * config/aarch64/arm_neon.h (float64x1_t): typedef with gcc extensions.
1801 (vcreate_f64): Remove cast, use v1df builtin.
1802 (vcombine_f64): Remove cast, get elements with gcc vector extensions.
1803 (vget_low_f64, vabs_f64, vceq_f64, vceqz_f64, vcge_f64, vgfez_f64,
1804 vcgt_f64, vcgtz_f64, vcle_f64, vclez_f64, vclt_f64, vcltz_f64,
1805 vdup_n_f64, vdupq_lane_f64, vld1_f64, vld2_f64, vld3_f64, vld4_f64,
1806 vmov_n_f64, vst1_f64): Use gcc vector extensions.
1807 (vget_lane_f64, vdupd_lane_f64, vmulq_lane_f64, ): Use gcc extensions,
1808 add range check using __builtin_aarch64_im_lane_boundsi.
1809 (vfma_lane_f64, vfmad_lane_f64, vfma_laneq_f64, vfmaq_lane_f64,
1810 vfms_lane_f64, vfmsd_lane_f64, vfms_laneq_f64, vfmsq_lane_f64): Fix
1811 type signature, use gcc vector extensions.
1812 (vreinterpret_p8_f64, vreinterpret_p16_f64, vreinterpret_f32_f64,
1813 vreinterpret_f64_f32, vreinterpret_f64_p8, vreinterpret_f64_p16,
1814 vreinterpret_f64_s8, vreinterpret_f64_s16, vreinterpret_f64_s32,
1815 vreinterpret_f64_s64, vreinterpret_f64_u8, vreinterpret_f64_u16,
1816 vreinterpret_f64_u32, vreinterpret_f64_u64, vreinterpret_s8_f64,
1817 vreinterpret_s16_f64, vreinterpret_s32_f64, vreinterpret_s64_f64,
1818 vreinterpret_u8_f64, vreinterpret_u16_f64, vreinterpret_u32_f64,
1819 vreinterpret_u64_f64): Use v1df builtin not df.
1821 2014-06-23 James Greenhalgh <james.greenhalgh@arm.com>
1823 * config/aarch64/aarch64.md (*addsi3_aarch64): Add alternative in
1826 2014-06-23 Jan Hubicka <hubicka@ucw.cz>
1828 * lto-cgraph.c (lto_output_node, input_node): Set/get init/fini
1831 2014-06-23 Zhenqiang Chen <zhenqiang.chen@linaro.org>
1833 * loop-invariant.c (pre_check_invariant_p): New function.
1834 (find_invariant_insn): Call pre_check_invariant_p.
1836 2014-06-22 Richard Henderson <rth@redhat.com>
1839 * compare-elim.c (struct comparison): Add eh_note.
1840 (find_comparison_dom_walker::before_dom_children): Don't eliminate
1841 a redundant comparison in a different EH region. Purge EH edges if
1844 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
1846 * config/rs6000/rs6000.md (maybe_var_shift): New define_attr.
1847 (var_shift): Use it.
1848 (rotl<mode>3, *rotlsi3_64, *rotl<mode>3_dot, *rotl<mode>3_dot2,
1849 *rotlsi3_internal4, *rotlsi3_internal5, *rotlsi3_internal6,
1850 *rotlsi3_internal8le, *rotlsi3_internal8be, *rotlsi3_internal9le,
1851 *rotlsi3_internal9be, *rotlsi3_internal10le, *rotlsi3_internal10be,
1852 *rotlsi3_internal11le, *rotlsi3_internal11be, *rotlsi3_internal12le,
1853 *rotlsi3_internal12be, ashl<mode>3, *ashlsi3_64, *ashl<mode>3_dot,
1854 *ashl<mode>3_dot2, lshr<mode>3, *lshrsi3_64, *lshr<mode>3_dot,
1855 *lshr<mode>3_dot2, *ashr<mode>3, *ashrsi3_64, *ashr<mode>3_dot,
1856 *ashr<mode>3_dot2, *rotldi3_internal4, *rotldi3_internal5,
1857 *rotldi3_internal6, *rotldi3_internal7le, *rotldi3_internal7be,
1858 *rotldi3_internal8le, *rotldi3_internal8be, *rotldi3_internal9le,
1859 *rotldi3_internal9be, *rotldi3_internal10le, *rotldi3_internal10be,
1860 *rotldi3_internal11le, *rotldi3_internal11be, *rotldi3_internal12le,
1861 *rotldi3_internal12be, *rotldi3_internal13le, *rotldi3_internal13be,
1862 *rotldi3_internal14le, *rotldi3_internal14be, *rotldi3_internal15le,
1863 *rotldi3_internal15be): Use the new attribute. Merge register and
1864 integer alternatives.
1866 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
1868 * config/rs6000/rs6000.md (ashrsi3, two anonymous define_insns and
1869 define_splits, ashrdi3, *ashrdi3_internal1, *ashrdi3_internal2 and
1870 split, *ashrdi3_internal3 and split): Delete, merge into...
1871 (ashr<mode>3): New expander.
1872 (*ashr<mode>3, ashr<mode>3_dot, ashr<mode>3_dot2): New.
1873 (*ashrsi3_64): Fix formatting. Replace "i" by "n".
1875 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
1877 * config/rs6000/rs6000.md (rotlsi3, *rotlsi3_internal2 and split,
1878 *rotlsi3_internal3 and split, rotldi3, *rotldi3_internal2 and split,
1879 *rotldi3_internal3 and split): Delete, merge into...
1880 (rotl<mode>3, rotl<mode>3_dot, rotl<mode>3_dot2): New.
1881 (*rotlsi3_64): Fix formatting. Fix condition. Replace "i" by "n".
1882 Use "rotlw" extended mnemonic.
1884 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
1886 * config/rs6000/rs6000.md (ashlsi3, two anonymous define_insns
1887 and define_splits, ashldi3, *ashldi3_internal1, *ashldi3_internal2
1888 and split, *ashldi3_internal3 and split): Delete, merge into...
1889 (ashl<mode>3, ashl<mode>3_dot, ashl<mode>3_dot2): New.
1890 (*ashlsi3_64): Fix formatting. Replace "i" by "n".
1892 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
1894 * config/rs6000/rs6000.md ("hH"): New define_mode_attr.
1895 (lshrsi3, two anonymous define_insns and define_splits,
1896 lshrdi3, *lshrdi3_internal1, *lshrdi3_internal2 and split,
1897 *lshrdi3_internal3 and split): Delete, merge into...
1898 (lshr<mode>3, lshr<mode>3_dot, lshr<mode>3_dot2): New.
1899 (*lshrsi3_64): Fix formatting. Replace "i" by "n".
1901 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
1903 * config/rs6000/rs6000.md (lshrsi3, and its two dot patterns):
1904 Remove "O" alternative.
1906 2014-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1908 * config/mips/mips.c (mips_move_to_gpr_cost): Remove mode argument.
1909 (mips_move_from_gpr_cost): Likewise.
1910 (mips_register_move_cost): Update accordingly.
1911 (mips_secondary_reload_class): Remove name of in_p.
1913 2014-06-22 Marc Glisse <marc.glisse@inria.fr>
1916 * config/i386/i386.md (x86_64_shrd, x86_shrd,
1917 ix86_rotr<dwi>3_doubleword): Replace ashiftrt with lshiftrt.
1919 2014-06-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1921 * config/nios2/nios2.c: Include "builtins.h".
1923 2014-06-20 Jan Hubicka <hubicka@ucw.cz>
1925 * cgraph.h (tls_model_names): New variable.
1926 * print-tree.c (print_node): Simplify.
1927 * varpool.c (tls_model_names): New variable.
1928 (dump_varpool_node): Output tls model.
1930 2014-06-20 Jan Hubicka <hubicka@ucw.cz>
1932 * ipa-visibility.c (function_and_variable_visibility): Disable
1933 temporarily local aliases for some targets.
1935 2014-06-20 Marek Polacek <polacek@redhat.com>
1937 * asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.
1938 * flag-types.h (enum sanitize_code): Add SANITIZE_BOUNDS and or it
1939 into SANITIZE_UNDEFINED.
1940 * doc/invoke.texi: Describe -fsanitize=bounds.
1941 * gimplify.c (gimplify_call_expr): Add gimplification of internal
1942 functions created in the FEs.
1943 * internal-fn.c: Move "internal-fn.h" after "tree.h".
1944 (expand_UBSAN_BOUNDS): New function.
1945 * internal-fn.def (UBSAN_BOUNDS): New internal function.
1946 * internal-fn.h: Don't define internal functions here.
1947 * opts.c (common_handle_option): Add -fsanitize=bounds.
1948 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_OUT_OF_BOUNDS,
1949 BUILT_IN_UBSAN_HANDLE_OUT_OF_BOUNDS_ABORT): Add.
1950 * tree-core.h: Define internal functions here.
1951 (struct tree_base): Add ifn field.
1952 * tree-pretty-print.c: Include "internal-fn.h".
1953 (dump_generic_node): Handle functions without CALL_EXPR_FN.
1954 * tree.c (get_callee_fndecl): Likewise.
1955 (build_call_expr_internal_loc): New function.
1956 * tree.def (CALL_EXPR): Update description.
1957 * tree.h (CALL_EXPR_IFN): Define.
1958 (build_call_expr_internal_loc): Declare.
1959 * ubsan.c (get_ubsan_type_info_for_type): Return 0 for non-arithmetic
1961 (ubsan_type_descriptor): Change bool parameter to enum
1962 ubsan_print_style. Adjust the code. Add handling of
1964 (ubsan_expand_bounds_ifn): New function.
1965 (ubsan_expand_null_ifn): Adjust ubsan_type_descriptor call.
1966 (ubsan_build_overflow_builtin): Likewise.
1967 (instrument_bool_enum_load): Likewise.
1968 (ubsan_instrument_float_cast): Likewise.
1969 * ubsan.h (enum ubsan_print_style): New enum.
1970 (ubsan_expand_bounds_ifn): Declare.
1971 (ubsan_type_descriptor): Adjust declaration. Use a default parameter.
1973 2014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
1975 * config/rs6000/rs6000.md: Append `DONE' to preparation
1976 statements of `bswap' pattern splitters.
1978 2014-06-20 Tom de Vries <tom@codesourcery.com>
1980 * target.def (call_fusage_contains_non_callee_clobbers): Update
1982 * doc/tm.texi: Regenerate.
1984 2014-06-20 Yury Gribov <y.gribov@samsung.com>
1985 Max Ostapenko <m.ostapenko@partner.samsung.com>
1988 * asan.c (instrument_strlen_call): Fixed instrumentation of
1991 2014-06-20 Martin Jambor <mjambor@suse.cz>
1994 * ipa-prop.c (impossible_devirt_target): New function.
1995 (try_make_edge_direct_virtual_call): Use it, also instead of
1998 2014-06-20 Yury Gribov <y.gribov@samsung.com>
1999 Max Ostapenko <m.ostapenko@partner.samsung.com>
2002 * asan.c (build_check_stmt): Add condition.
2004 2014-06-20 Martin Jambor <mjambor@suse.cz>
2007 * cgraph.c (clone_of_p): Allow skipped_branch to deal with
2010 2014-06-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2012 * config/aarch64/iterators.md (VCOND): Handle SI and HI modes.
2014 (VCONQ): Make comment more helpful.
2016 * config/aarch64/aarch64-simd.md
2017 (aarch64_sqdmulh_lane<mode>):
2018 Use VCOND for operands 2. Update lane checking and flipping logic.
2019 (aarch64_sqrdmulh_lane<mode>): Likewise.
2020 (aarch64_sq<r>dmulh_lane<mode>_internal): Likewise.
2021 (aarch64_sqdmull2<mode>): Remove VCON, use VQ_HSI mode iterator.
2022 (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal, VD_HSI): Change mode
2023 attribute of operand 3 to VCOND.
2024 (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal, SD_HSI): Likewise.
2025 (aarch64_sqdml<SBINQOPS:as>l2_lane<mode>_internal): Likewise.
2026 (aarch64_sqdmull_lane<mode>_internal, VD_HSI): Likewise.
2027 (aarch64_sqdmull_lane<mode>_internal, SD_HSI): Likewise.
2028 (aarch64_sqdmull2_lane<mode>_internal): Likewise.
2029 (aarch64_sqdml<SBINQOPS:as>l_laneq<mode>_internal, VD_HSI: New
2031 (aarch64_sqdml<SBINQOPS:as>l_laneq<mode>_internal, SD_HSI): Likewise.
2032 (aarch64_sqdml<SBINQOPS:as>l2_laneq<mode>_internal): Likewise.
2033 (aarch64_sqdmull_laneq<mode>_internal, VD_HSI): Likewise.
2034 (aarch64_sqdmull_laneq<mode>_internal, SD_HSI): Likewise.
2035 (aarch64_sqdmull2_laneq<mode>_internal): Likewise.
2036 (aarch64_sqdmlal_lane<mode>): Change mode attribute of penultimate
2037 operand to VCOND. Update lane flipping and bounds checking logic.
2038 (aarch64_sqdmlal2_lane<mode>): Likewise.
2039 (aarch64_sqdmlsl_lane<mode>): Likewise.
2040 (aarch64_sqdmull_lane<mode>): Likewise.
2041 (aarch64_sqdmull2_lane<mode>): Likewise.
2042 (aarch64_sqdmlal_laneq<mode>):
2043 Replace VCON usage with VCONQ.
2044 Emit aarch64_sqdmlal_laneq<mode>_internal insn.
2045 (aarch64_sqdmlal2_laneq<mode>): Emit
2046 aarch64_sqdmlal2_laneq<mode>_internal insn.
2047 Replace VCON with VCONQ.
2048 (aarch64_sqdmlsl2_lane<mode>): Replace VCON with VCONQ.
2049 (aarch64_sqdmlsl2_laneq<mode>): Likewise.
2050 (aarch64_sqdmull_laneq<mode>): Emit
2051 aarch64_sqdmull_laneq<mode>_internal insn.
2052 Replace VCON with VCONQ.
2053 (aarch64_sqdmull2_laneq<mode>): Emit
2054 aarch64_sqdmull2_laneq<mode>_internal insn.
2055 (aarch64_sqdmlsl_laneq<mode>): Replace VCON usage with VCONQ.
2056 * config/aarch64/arm_neon.h (vqdmlal_high_lane_s16): Change type
2057 of 3rd argument to int16x4_t.
2058 (vqdmlalh_lane_s16): Likewise.
2059 (vqdmlslh_lane_s16): Likewise.
2060 (vqdmull_high_lane_s16): Likewise.
2061 (vqdmullh_lane_s16): Change type of 2nd argument to int16x4_t.
2062 (vqdmlal_lane_s16): Don't create temporary int16x8_t value.
2063 (vqdmlsl_lane_s16): Likewise.
2064 (vqdmull_lane_s16): Don't create temporary int16x8_t value.
2065 (vqdmlal_high_lane_s32): Change type 3rd argument to int32x2_t.
2066 (vqdmlals_lane_s32): Likewise.
2067 (vqdmlsls_lane_s32): Likewise.
2068 (vqdmull_high_lane_s32): Change type 2nd argument to int32x2_t.
2069 (vqdmulls_lane_s32): Likewise.
2070 (vqdmlal_lane_s32): Don't create temporary int32x4_t value.
2071 (vqdmlsl_lane_s32): Likewise.
2072 (vqdmull_lane_s32): Don't create temporary int32x4_t value.
2073 (vqdmulhh_lane_s16): Change type of second argument to int16x4_t.
2074 (vqrdmulhh_lane_s16): Likewise.
2075 (vqdmlsl_high_lane_s16): Likewise.
2076 (vqdmulhs_lane_s32): Change type of second argument to int32x2_t.
2077 (vqdmlsl_high_lane_s32): Likewise.
2078 (vqrdmulhs_lane_s32): Likewise.
2080 2014-06-20 Tom de Vries <tom@codesourcery.com>
2082 * final.c (collect_fn_hard_reg_usage): Add separate IOR_HARD_REG_SET for
2083 get_call_reg_set_usage.
2085 2014-06-20 Tom de Vries <tom@codesourcery.com>
2087 * final.c (collect_fn_hard_reg_usage): Don't save function_used_regs if
2088 it contains all call_used_regs.
2090 2014-06-20 Tom de Vries <tom@codesourcery.com>
2092 * final.c (collect_fn_hard_reg_usage): Add and use variable
2095 2014-06-20 Jan Hubicka <hubicka@ucw.cz>
2097 * cgraph.h (struct symtab_node): Add field in_init_priority_hash
2098 (set_init_priority, get_init_priority, set_fini_priority,
2099 get_fini_priority): New methods.
2100 * tree.c (init_priority_for_decl): Remove.
2101 (init_ttree): Do not initialize init priority.
2102 (decl_init_priority_lookup, decl_fini_priority_lookup): Rewrite.
2103 (decl_priority_info): Remove.
2104 (decl_init_priority_insert): Rewrite.
2105 (decl_fini_priority_insert): Rewrite.
2106 * tree.h (tree_priority_map_eq, tree_priority_map_hash,
2107 tree_priority_map_marked_p): Remove.
2108 * lto-cgraph.c (lto_output_node, input_node): Stream init priorities.
2109 * lto-streamer-out.c (hash_tree): Do not hash priorities.
2110 * tree-streamer-out.c (pack_ts_decl_with_vis_value_fields): Do
2111 not output priorities.
2112 (pack_ts_function_decl_value_fields): Likewise.
2113 * tree-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Do
2114 not input priorities.
2115 (unpack_ts_function_decl_value_fields): Likewise.
2116 * symtab.c (symbol_priority_map): Declare.
2117 (init_priority_hash): Declare.
2118 (symtab_unregister_node): Unregister from priority hash, too.
2119 (symtab_node::get_init_priority, cgraph_node::get_fini_priority):
2121 (symbol_priority_map_eq, symbol_priority_map_hash): New functions.
2122 (symbol_priority_info): New function.
2123 (symtab_node::set_init_priority, cgraph_node::set_fini_priority):
2125 * tree-core.h (tree_priority_map): Remove.
2127 2014-06-20 Jakub Jelinek <jakub@redhat.com>
2129 * tree-ssa-math-opts.c (do_shift_rotate, find_bswap_or_nop_1): Cast
2130 0xff to uint64_t before shifting it up.
2132 2014-06-20 Julian Brown <julian@codesourcery.com>
2133 Chung-Lin Tang <cltang@codesourcery.com>
2135 * config/arm/arm.c (arm_output_mi_thunk): Fix offset for
2136 TARGET_THUMB1_ONLY. Add comments.
2138 2014-06-19 Tom de Vries <tom@codesourcery.com>
2140 * config/aarch64/aarch64-protos.h (aarch64_emit_call_insn): Change
2141 return type to void.
2142 * config/aarch64/aarch64.c (aarch64_emit_call_insn): Same.
2144 2014-06-19 Zhenqiang Chen <zhenqiang.chen@linaro.org>
2146 * loop-invariant.c (get_inv_cost): Skip invariants, which are marked
2147 as "move", from depends_on.
2149 2014-06-19 Terry Guo <terry.guo@arm.com>
2151 * config/arm/thumb1.md (define_split): Split 64bit constant in earlier
2154 2014-06-18 Segher Boessenkool <segher@kernel.crashing.org>
2156 * config/rs6000/rs6000.h (FIXED_REGISTERS): Update comment.
2158 (REG_ALLOC_ORDER): Update comment. Move cr5 earlier.
2160 2014-06-18 Kaz Kojima <kkojima@gcc.gnu.org>
2163 * config/sh/sh.c (prepare_move_operands): Don't process TLS
2164 addresses here if reload in progress or completed.
2166 2014-06-18 Robert Suchanek <robert.suchanek@imgtec.com>
2168 * config/mips/constraints.md ("d"): BASE_REG_CLASS replaced by
2169 "TARGET_MIPS16 ? M16_REGS : GR_REGS".
2170 * config/mips/mips.c (mips_regno_to_class): Update for M16_SP_REGS.
2171 (mips_regno_mode_ok_for_base_p): Remove use of !strict_p for MIPS16.
2172 (mips_register_priority): New function that implements the target
2173 hook TARGET_REGISTER_PRIORITY.
2174 (mips_spill_class): Likewise for TARGET_SPILL_CLASS.
2175 (mips_lra_p): Likewise for TARGET_LRA_P.
2176 (TARGET_REGISTER_PRIORITY): Define macro.
2177 (TARGET_SPILL_CLASS): Likewise.
2178 (TARGET_LRA_P): Likewise.
2179 * config/mips/mips.h (reg_class): Add M16_SP_REGS and SPILL_REGS
2181 (REG_CLASS_NAMES): Likewise.
2182 (REG_CLASS_CONTENTS): Likewise.
2183 (BASE_REG_CLASS): Use M16_SP_REGS.
2184 * config/mips/mips.md (*mul_acc_si): Add alternative tuned for LRA.
2185 New set attribute to enable alternatives depending on the register
2187 (*mul_acc_si_r3900, *mul_sub_si): Likewise.
2188 (*lea64): Disable pattern for MIPS16.
2189 * config/mips/mips.opt (mlra): New option.
2191 2014-06-18 Robert Suchanek <robert.suchanek@imgtec.com>
2193 * lra-constraints.c (base_to_reg): New function.
2194 (process_address): Use new function.
2196 2014-06-18 Tom de Vries <tom@codesourcery.com>
2198 * config/aarch64/aarch64-protos.h (aarch64_emit_call_insn): Declare.
2199 * config/aarch64/aarch64.c
2200 (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): Redefine as true.
2201 (aarch64_emit_call_insn): New function.
2202 (aarch64_load_symref_appropriately): Use aarch64_emit_call_insn instead
2204 * config/aarch64/aarch64.md (define_expand "call_internal")
2205 (define_expand "call_value_internal", define_expand "sibcall_internal")
2206 (define_expand "sibcall_value_internal"): New.
2207 (define_expand "call", define_expand "call_value")
2208 (define_expand "sibcall", define_expand "sibcall_value"): Use internal
2209 expand variant and aarch64_emit_call_insn.
2211 2014-06-18 Radovan Obradovic <robradovic@mips.com>
2212 Tom de Vries <tom@codesourcery.com>
2214 * config/arm/arm-protos.h (arm_emit_call_insn): Add bool parameter.
2215 * config/arm/arm.c (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS):
2217 (arm_emit_call_insn): Add and use sibcall parameter. Add IP and CC
2218 clobbers to CALL_INSN_FUNCTION_USAGE.
2219 (define_expand "sibcall_internal")
2220 (define_expand "sibcall_value_internal"): New.
2221 (define_expand "call", define_expand "call_value"): Add argument to
2223 (define_expand "sibcall"): Use sibcall_internal and arm_emit_call_insn.
2224 (define_expand "sibcall_value"): Use sibcall_value_internal and
2227 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
2229 * config/arm/bpabi.c (__gnu_uldivmod_helper): Remove.
2231 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
2233 * config/arm/bpabi-v6m.S (__aeabi_uldivmod): Perform division using
2236 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
2238 * config/arm/bpabi.S (__aeabi_ldivmod, __aeabi_uldivmod,
2239 push_for_divide, pop_for_divide): Use .cfi_* directives for DWARF
2240 annotations. Fix DWARF information.
2242 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
2244 * config/arm/bpabi.S (__aeabi_ldivmod): Perform division using
2245 __udivmoddi4, and fixups for negative operands.
2247 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
2249 * config/arm/bpabi.S (__aeabi_ldivmod): Optimise stack manipulation.
2251 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
2253 * config/arm/bpabi.S (__aeabi_uldivmod): Perform division using call
2256 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
2258 * config/arm/bpabi.S (__aeabi_uldivmod): Optimise stack pointer
2261 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
2263 * config/arm/bpabi.S (__aeabi_uldivmod, __aeabi_ldivmod): Add comment
2264 describing register usage on function entry and exit.
2266 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
2268 * config/arm/bpabi.S (__aeabi_uldivmod): Fix whitespace.
2269 (__aeabi_ldivmod): Fix whitespace.
2271 2014-06-18 Andreas Schwab <schwab@suse.de>
2273 * doc/md.texi (Standard Names): Use @itemx for grouped items.
2274 Remove blank line after @item.
2276 2014-06-18 Richard Henderson <rth@redhat.com>
2279 * config/aarch64/aarch64.md (tlsdesc_small_<PTR>): Clobber CC_REGNUM.
2281 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
2283 * config/arm/arm.c (neon_vector_mem_operand): Allow register
2284 POST_MODIFY for neon loads and stores.
2285 (arm_print_operand): Output post-index register for neon loads and
2288 2014-06-18 Richard Biener <rguenther@suse.de>
2290 * tree-ssa-dce.c (perform_tree_ssa_dce): Fixup bogus commit.
2292 2014-06-18 Richard Biener <rguenther@suse.de>
2294 * tree-pass.h (make_pass_dce_loop): Remove.
2295 * passes.def: Replace pass_dce_loop with pass_dce.
2296 * tree-ssa-dce.c (perform_tree_ssa_dce): If something
2297 changed free niter estimates and reset the scev cache.
2298 (tree_ssa_dce_loop, pass_data_dce_loop, pass_dce_loop,
2299 make_pass_dce_loop): Remove.
2300 * tree-ssa-copy.c: Include tree-ssa-loop-niter.h.
2301 (fini_copy_prop): Return whether something changed. Always
2302 let substitute_and_fold perform DCE and free niter estimates
2303 and reset the scev cache if so.
2304 (execute_copy_prop): If sth changed schedule cleanup-cfg.
2305 (pass_data_copy_prop): Do not unconditionally schedule
2306 cleanup-cfg or update-ssa.
2308 2014-06-18 Yuri Rumyantsev <ysrumyan@gmail.com>
2310 PR tree-optimization/61518
2311 * tree-if-conv.c (is_cond_scalar_reduction): Add missed check that
2312 reduction var is used in reduction stmt or phi-function only.
2314 2014-06-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2316 * config/arm/arm_neon.h (vadd_f32): Change #ifdef to __FAST_MATH.
2318 2014-06-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2320 PR tree-optimization/61517
2321 * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adapt to return a stmt
2322 whose rhs's first tree is the source expression instead of the
2324 (find_bswap_or_nop): Likewise.
2325 (bsap_replace): Rename stmt in cur_stmt. Pass gsi by value and src as a
2326 gimple stmt whose rhs's first tree is the source. In the memory source
2327 case, move the stmt to be replaced close to one of the original load to
2328 avoid the problem of a store between the load and the stmt's original
2330 (pass_optimize_bswap::execute): Adapt to change in bswap_replace's
2333 2014-06-18 Andreas Schwab <schwab@suse.de>
2335 PR rtl-optimization/54555
2336 * postreload.c (move2add_use_add2_insn): Substitute
2337 STRICT_LOW_PART only if it is cheaper.
2339 2014-06-18 Uros Bizjak <ubizjak@gmail.com>
2341 * config/i386/i386.md (*sibcall_memory): Rename from *sibcall_intern.
2342 Do not use unspec as call operand. Use memory_operand instead of
2343 memory_nox32_operand and add "m" operand constraint. Disable
2344 pattern for TARGET_X32.
2345 (*sibcall_pop_memory): Ditto.
2346 (*sibcall_value_memory): Ditto.
2347 (*sibcall_value_pop_memory): Ditto.
2348 (sibcall peepholes): Merge SImode and DImode patterns using
2349 W mode iterator. Use memory_operand instead of memory_nox32_operand.
2350 Disable pattern for TARGET_X32. Check if eliminated register is
2351 really dead after call insn. Generate call RTX without unspec operand.
2352 (sibcall_value peepholes): Ditto.
2353 (sibcall_pop peepholes): Fix call insn RTXes. Use memory_operand
2354 instead of memory_nox32_operand. Check if eliminated register is
2355 really dead after call insn. Generate call RTX without unspec operand.
2356 (sibcall_value_pop peepholes): Ditto.
2357 * config/i386/predicates.md (memory_nox32_operand): Remove predicate.
2359 2014-06-18 Terry Guo <terry.guo@arm.com>
2362 * config/arm/arm.c (thumb1_reorg): Move to next basic block if we
2365 2014-06-18 Olivier Hainque <hainque@adacore.com>
2367 * tree-core.h (tree_block): Add an "end_locus" field, allowing
2368 memorization of the end of block source location.
2369 * tree.h (BLOCK_SOURCE_END_LOCATION): New accessor.
2370 * gimplify.c (gimplify_bind_expr): Propagate the block start and
2371 end source location info we have on the block entry/exit code we
2374 2014-06-18 Richard Biener <rguenther@suse.de>
2376 * common.opt (fssa-phiopt): New option.
2377 * opts.c (default_options_table): Enable -fssa-phiopt with -O1+
2379 * tree-ssa-phiopt.c (pass_phiopt): Add gate method.
2380 * doc/invoke.texi (-fssa-phiopt): Document.
2382 2014-06-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2384 * genattrtab.c (n_bypassed): New variable.
2385 (process_bypasses): Initialise n_bypassed.
2386 Count number of bypassed reservations.
2387 (make_automaton_attrs): Allocate space for bypassed reservations
2388 rather than number of bypasses.
2390 2014-06-18 Richard Biener <rguenther@suse.de>
2392 * tree-ssa-propagate.c (replace_phi_args_in): Return whether
2393 we propagated anything.
2394 (substitute_and_fold_dom_walker::before_dom_children): Something
2395 changed if we propagated into PHI arguments.
2396 * tree-ssa-pre.c (eliminate): Always schedule cfg-cleanup if
2399 2014-06-18 Evgeny Stupachenko <evstupac@gmail.com>
2401 * config/i386/i386.c (ix86_reassociation_width): Add alternative for
2403 * config/i386/i386.h (TARGET_VECTOR_PARALLEL_EXECUTION): New.
2404 * config/i386/x86-tune.def (X86_TUNE_VECTOR_PARALLEL_EXECUTION): New.
2405 * tree-vect-data-refs.c (vect_shift_permute_load_chain): New.
2406 Introduces alternative way of loads group permutaions.
2407 (vect_transform_grouped_load): Try alternative way of permutations.
2409 2014-06-18 Jakub Jelinek <jakub@redhat.com>
2411 * gimplify.c (omp_notice_variable): If n is non-NULL and no flags
2412 changed in ORT_TARGET region, don't jump to do_outer.
2413 (struct gimplify_adjust_omp_clauses_data): New type.
2414 (gimplify_adjust_omp_clauses_1): Adjust for data being
2415 a struct gimplify_adjust_omp_clauses_data pointer instead
2416 of tree *. Pass pre_p as a new argument to
2417 lang_hooks.decls.omp_finish_clause hook.
2418 (gimplify_adjust_omp_clauses): Add pre_p argument, adjust
2419 splay_tree_foreach to pass both list_p and pre_p.
2420 (gimplify_omp_parallel, gimplify_omp_task, gimplify_omp_for,
2421 gimplify_omp_workshare, gimplify_omp_target_update): Adjust
2422 gimplify_adjust_omp_clauses callers.
2423 * langhooks.c (lhd_omp_finish_clause): New function.
2424 * langhooks-def.h (lhd_omp_finish_clause): New prototype.
2425 (LANG_HOOKS_OMP_FINISH_CLAUSE): Define to lhd_omp_finish_clause.
2426 * langhooks.h (struct lang_hooks_for_decls): Add a new
2427 gimple_seq * argument to omp_finish_clause hook.
2428 * omp-low.c (scan_sharing_clauses): Call scan_omp_op on
2429 non-DECL_P OMP_CLAUSE_DECL if ctx->outer.
2430 (scan_omp_parallel, lower_omp_for): When adding
2431 _LOOPTEMP_ clause var, add it to outer ctx's decl_map as identity.
2432 * tree-core.h (OMP_CLAUSE_MAP_TO_PSET): New map kind.
2433 * tree-nested.c (convert_nonlocal_omp_clauses,
2434 convert_local_omp_clauses): Handle various OpenMP 4.0 clauses.
2435 * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_MAP_TO_PSET.
2437 2014-06-17 Andrew MacLeod <amacleod@redhat.com>
2439 * tree-dfa.h (get_addr_base_and_unit_offset_1): Move from here.
2440 * tree-dfa.c (get_addr_base_and_unit_offset_1): To here.
2442 2014-06-17 Xinliang David Li <davidxl@google.com>
2444 * tree-pretty-print.c (dump_function_header): Print cgraph uid.
2445 * passes.c (pass_init_dump_file): Do not set initialize
2446 flag to false unconditionally.
2448 2014-06-17 Richard Biener <rguenther@suse.de>
2450 * genopinit.c (main): Use vec<>::qsort method.
2451 * tree-ssa-loop-niter.c (discover_iteration_bound_by_body_walk):
2453 * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Likewise.
2455 2014-06-17 Matthew Fortune <matthew.fortune@imgtec.com>
2457 * config/mips/mips-protos.h (mips_expand_fcc_reload): Remove.
2458 * config/mips/mips.c (mips_expand_fcc_reload): Remove.
2459 (mips_move_to_gpr_cost): Remove ST_REGS case.
2460 (mips_move_from_gpr_cost): Likewise.
2461 (mips_register_move_cost): Likewise.
2462 (mips_secondary_reload_class): Likewise.
2464 2014-06-17 Richard Biener <rguenther@suse.de>
2466 * passes.def (pass_all_early_optimizations): Remove copy-prop pass.
2467 (pass_all_optimizations): Move 3rd copy-prop pass from after
2468 fre to before ifcombine/phiopt.
2470 2014-06-17 Richard Biener <rguenther@suse.de>
2472 * tree-switch-conversion.c (collect_switch_conv_info): Simplify
2473 and allow all blocks to be forwarders.
2475 2014-06-17 Yufeng Zhang <yufeng.zhang@arm.com>
2478 * config/aarch64/aarch64.c (aarch64_layout_arg): Add new local
2479 variable 'size'; calculate 'size' right in the front; use
2480 'size' to compute 'nregs' (when 'allocate_ncrn != 0') and
2481 pcum->aapcs_stack_words.
2483 2014-06-17 Nick Clifton <nickc@redhat.com>
2485 * config/msp430/msp430.md (mulhisi3): Add a NOP after the DINT.
2486 (umulhi3, mulsidi3, umulsidi3): Likewise.
2488 2014-06-17 Thomas Schwinge <thomas@codesourcery.com>
2491 * fold-const.c (fold_checksum_tree) <TS_DECL_WITH_VIS>: Remove
2492 check for section name.
2494 2014-06-17 Richard Biener <rguenther@suse.de>
2496 * tree-ssa-propagate.c: Include domwalk.h.
2497 (substitute_and_fold): Outline main worker into a domwalker ...
2498 (substitute_and_fold_dom_walker::before_dom_children): ... here.
2499 Schedule stmts we can fully propagate for removal. Remove
2501 (substitute_and_fold): Apply a dominator walk to perform
2502 substitution. Process stmts scheduled for removal here.
2504 2014-06-17 Richard Biener <rguenther@suse.de>
2506 * tree-ssa-loop-im.c (determine_max_movement): Adjust cost
2509 2014-06-17 Kugan Vivekanandarajah <kuganv@linaro.org>
2511 * config/arm/arm.c (arm_atomic_assign_expand_fenv): call
2512 default_atomic_assign_expand_fenv for !TARGET_HARD_FLOAT.
2513 (arm_init_builtins) : Initialize builtins __builtins_arm_set_fpscr and
2514 __builtins_arm_get_fpscr only when TARGET_HARD_FLOAT.
2515 * config/arm/vfp.md (set_fpscr): Make pattern conditional on
2517 (get_fpscr) : Likewise.
2519 2014-06-16 Vladimir Makarov <vmakarov@redhat.com>
2521 PR rtl-optimization/61325
2522 * lra-constraints.c (valid_address_p): Add forward declaration.
2523 (simplify_operand_subreg): Check address validity before and after
2524 alter_reg of memory subreg.
2526 2014-06-16 Uros Bizjak <ubizjak@gmail.com>
2528 * config/i386/i386.c (decide_alg): Correctly handle
2529 maximum size of stringop algorithm.
2531 2014-06-16 Yury Gribov <y.gribov@samsung.com>
2533 * asan.c (build_check_stmt): Fix maybe-uninitialized warning.
2535 2014-06-16 Vladimir Makarov <vmakarov@redhat.com>
2537 PR rtl-optimization/61522
2538 * lra-assigns.c (assign_by_spills): Check null targetm.spill_class.
2540 2014-06-16 Jan Hubicka <hubicka@ucw.cz>
2543 * symtab.c (symtab_node::reset_section): New method.
2544 * cgraph.c (cgraph_node_cannot_be_local_p_1): Accept non-local
2546 * cgraph.h (reset_section): Declare.
2547 * ipa-inline-analysis.c (do_estimate_growth): Check for comdat groups;
2548 do not consider comdat locals.
2549 * cgraphclones.c (set_new_clone_decl_and_node_flags): Get section
2551 * ipa-visiblity.c (cgraph_externally_visible_p): Cleanup.
2552 (update_visibility_by_resolution_info): Consider UNDEF; fix checking;
2553 reset sections of symbols dragged out of the comdats.
2554 (function_and_variable_visibility): Reset sections of
2557 2014-06-16 Richard Biener <rguenther@suse.de>
2559 PR tree-optimization/61482
2560 * tree-vrp.c (adjust_range_with_scev): Avoid setting of
2561 [-INF(OVF), +INF(OVF)] range.
2563 2014-06-16 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
2565 * config/i386/i386.c (ix86_expand_sse2_mulvxdi3): Issue
2566 instructions "vpmuludq" and "vpaddq" instead of "vpmacsdql" for
2567 handling 32-bit multiplication.
2569 2014-06-16 Chung-Lin Tang <cltang@codesourcery.com>
2572 * lra-lives.c (process_bb_lives): Skip creating copy during
2573 insn scan when src/dest has constrained to same regno.
2575 2014-06-15 Jan Hubicka <hubicka@ucw.cz>
2577 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Check again
2578 DECL_IN_CONSTANT_POOL and TREE_ASM_WRITTEN.
2580 2014-06-16 Yury Gribov <y.gribov@samsung.com>
2582 * asan.c (check_func): New function.
2583 (maybe_create_ssa_name): Likewise.
2584 (build_check_stmt_with_calls): Likewise.
2585 (use_calls_p): Likewise.
2586 (report_error_func): Change interface.
2587 (build_check_stmt): Allow non-integer lengths; add support
2589 (asan_instrument): Likewise.
2590 (instrument_mem_region_access): Moved code to build_check_stmt.
2591 (instrument_derefs): Likewise.
2592 (instrument_strlen_call): Likewise.
2593 * cfgcleanup.c (old_insns_match_p): Add support for new functions.
2594 * doc/invoke.texi: Describe new parameter.
2595 * params.def: Define new parameter.
2596 * params.h: Likewise.
2597 * sanitizer.def: Describe new builtins.
2599 2014-06-16 Richard Biener <rguenther@suse.de>
2601 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
2602 Make all defs available at the end.
2603 (eliminate): If we remove a PHI node schedule cfg-cleanup.
2605 2014-06-18 Jakub Jelinek <jakub@redhat.com>
2608 * config.gcc (arm*-*-linux-*): Include vxworks-dummy.h in tm_file.
2610 2014-06-16 Richard Sandiford <rdsandiford@googlemail.com>
2613 * auto-inc-dec.c (merge_in_block): Fix location of insn_info
2614 initialization. Replace remaining use of uid.
2616 2014-06-15 Jan Hubicka <hubicka@ucw.cz>
2618 * c-family/c-common.c (handle_tls_model_attribute): Use
2620 * c-family/c-common.c (handle_tls_model_attribute): Use
2622 * cgraph.h (struct varpool_node): Add tls_model.
2623 * tree.c (decl_tls_model, set_decl_tls_model): New functions.
2624 * tree.h (DECL_TLS_MODEL): Update.
2625 (DECL_THREAD_LOCAL_P): Check that variable is static.
2626 (decl_tls_model): Declare.
2627 (set_decl_tls_model): Declare.
2628 * tree-emutls.c (get_emutls_init_templ_addr): First build decl and then
2629 set symbol prorperties.
2630 (get_emutls_init_templ_addr): Cleanup.
2631 (new_emutls_decl): Update.
2632 * lto-cgraph.c (lto_output_varpool_node): Stream TLS model
2633 (lto_input_varpool_node): Likewise.
2634 * lto-streamer-out.c (hash_tree): Likewise.
2635 * tree-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Do
2636 not stream DECL_TLS_MODEL.
2637 * tree-profile.c (init_ic_make_global_vars): Use set_decl_tls_model.
2638 * tree-core.h (tree_decl_with_vis): Remove tls_model; update comments.
2640 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
2642 * df.h (DF_REF_REG_USE_P, DF_MWS_REG_USE_P): Remove null checks.
2644 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
2646 * df.h (df_mw_hardreg, df_base_ref): Add a link pointer.
2647 (df_insn_info): Turn defs, uses, eq_uses and mw_hardregs into linked
2649 (df_scan_bb_info): Likewise artificial_defs and artificial_uses.
2650 (DF_REF_NEXT_LOC, DF_MWS_NEXT): New macros.
2651 (FOR_EACH_INSN_INFO_DEF, FOR_EACH_INSN_INFO_USE)
2652 (FOR_EACH_INSN_INFO_EQ_USE, FOR_EACH_INSN_INFO_MW)
2653 (FOR_EACH_ARTIFICIAL_USE, FOR_EACH_ARTIFICIAL_DEF)
2654 (df_get_artificial_defs, df_get_artificial_uses)
2655 (df_single_def, df_single_use): Update accordingly.
2656 (df_refs_chain_dump): Take the first element in a linked list as
2657 parameter, rather than a pointer to an array of pointers.
2658 * df-core.c (df_refs_chain_dump, df_mws_dump): Likewise.
2659 * df-problems.c (df_rd_bb_local_compute_process_def): Likewise.
2660 (df_chain_create_bb_process_use): Likewise.
2661 (df_md_bb_local_compute_process_def): Likewise.
2662 * fwprop.c (process_defs, process_uses): Likewise.
2663 (register_active_defs, update_uses): Likewise.
2664 (forward_propagate_asm): Update for new df_ref linking.
2665 * df-scan.c (df_scan_free_ref_vec, df_scan_free_mws_vec): Delete.
2666 (df_null_ref_rec, df_null_mw_rec): Likewise.
2667 (df_scan_free_internal): Don't free df_ref and df_mw_hardreg lists
2669 (df_scan_free_bb_info): Remove check for null artificial_defs.
2670 (df_install_ref_incremental): Adjust for new df_ref linking.
2671 Use a single-element insertion rather than a full sort.
2672 (df_ref_chain_delete_du_chain): Take the first element
2673 in a linked list as parameter, rather than a pointer to an array of
2675 (df_ref_chain_delete, df_mw_hardreg_chain_delete): Likewise.
2676 (df_add_refs_to_table, df_refs_verify, df_mws_verify): Likewise.
2677 (df_insn_info_delete): Remove check for null defs and call to
2678 df_scan_free_mws_vec.
2679 (df_insn_rescan): Initialize df_ref and df_mw_hardreg lists to
2680 null rather than df_null_*_rec.
2681 (df_insn_rescan_debug_internal): Likewise, and update null
2682 checks in the same way. Remove check for null defs.
2683 (df_ref_change_reg_with_loc_1): Fix choice of list for defs.
2684 Move a single element rather doing a full sort.
2685 (df_mw_hardreg_chain_delete_eq_uses): Adjust for new df_mw_hardreg
2687 (df_notes_rescan): Likewise. Use a merge rather than a full sort.
2688 Initialize df_ref and df_mw_hardreg lists to null rather than
2690 (df_ref_compare): Take df_refs as parameter, transferring the
2692 (df_ref_ptr_compare): ...this new function.
2693 (df_sort_and_compress_refs): Update accordingly.
2694 (df_mw_compare): Take df_mw_hardregs as parameter, transferring the
2696 (df_mw_ptr_compare): ...this new function.
2697 (df_sort_and_compress_mws): Update accordingly.
2698 (df_install_refs, df_install_mws): Return a linked list rather than
2699 an array of pointers.
2700 (df_refs_add_to_chains): Assert that old lists are empty rather
2702 (df_insn_refs_verify): Don't handle null defs speciailly.
2703 * web.c (union_match_dups): Update for new df_ref linking.
2705 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
2707 * df.h (df_ref_create, df_ref_remove): Delete.
2708 * df-scan.c (df_ref_create, df_ref_compress_rec): Likewise.
2709 (df_ref_remove): Likewise.
2711 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
2713 * df.h (df_single_def, df_single_use): New functions.
2714 * ira.c (find_moveable_pseudos): Use them.
2716 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
2718 * df.h (FOR_EACH_INSN_INFO_MW): New macro.
2719 * df-problems.c (df_note_bb_compute): Use it.
2720 * regstat.c (regstat_bb_compute_ri): Likewise.
2722 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
2724 * df.h (FOR_EACH_ARTIFICIAL_USE, FOR_EACH_ARTIFICIAL_DEF): New macros.
2725 * cse.c (cse_extended_basic_block): Use them.
2726 * dce.c (mark_artificial_use): Likewise.
2727 * df-problems.c (df_rd_simulate_artificial_defs_at_top): Likewise.
2728 (df_lr_bb_local_compute, df_live_bb_local_compute): Likewise.
2729 (df_chain_remove_problem, df_chain_bb_dump): Likewise.
2730 (df_word_lr_bb_local_compute, df_note_bb_compute): Likewise.
2731 (df_simulate_initialize_backwards): Likewise.
2732 (df_simulate_finalize_backwards): Likewise.
2733 (df_simulate_initialize_forwards): Likewise.
2734 (df_md_simulate_artificial_defs_at_top): Likewise.
2735 * df-scan.c (df_reorganize_refs_by_reg_by_insn): Likewise.
2736 * regrename.c (init_rename_info): Likewise.
2737 * regstat.c (regstat_bb_compute_ri): Likewise.
2738 (regstat_bb_compute_calls_crossed): Likewise.
2740 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
2742 * df.h (DF_INSN_INFO_MWS, FOR_EACH_INSN_INFO_DEF): New macros.
2743 (FOR_EACH_INSN_INFO_USE, FOR_EACH_INSN_INFO_EQ_USE): Likewise.
2744 (FOR_EACH_INSN_DEF, FOR_EACH_INSN_USE, FOR_EACH_INSN_EQ_USE): Likewise.
2745 * auto-inc-dec.c (find_inc, merge_in_block): Use them.
2746 * combine.c (create_log_links): Likewise.
2747 * compare-elim.c (find_flags_uses_in_insn): Likewise.
2748 (try_eliminate_compare): Likewise.
2749 * cprop.c (make_set_regs_unavailable, mark_oprs_set): Likewise.
2750 * dce.c (deletable_insn_p, find_call_stack_args): Likewise.
2751 (remove_reg_equal_equiv_notes_for_defs): Likewise.
2752 (reset_unmarked_insns_debug_uses, mark_reg_dependencies): Likewise.
2753 (word_dce_process_block, dce_process_block): Likewise.
2754 * ddg.c (def_has_ccmode_p): Likewise.
2755 * df-core.c (df_bb_regno_first_def_find): Likewise.
2756 (df_bb_regno_last_def_find, df_find_def, df_find_use): Likewise.
2757 * df-problems.c (df_rd_simulate_one_insn): Likewise.
2758 (df_lr_bb_local_compute, df_live_bb_local_compute): Likewise.
2759 (df_chain_remove_problem, df_chain_insn_top_dump): Likewise.
2760 (df_chain_insn_bottom_dump, df_word_lr_bb_local_compute): Likewise.
2761 (df_word_lr_simulate_defs, df_word_lr_simulate_uses): Likewise.
2762 (df_remove_dead_eq_notes, df_note_bb_compute): Likewise.
2763 (df_simulate_find_defs, df_simulate_find_uses): Likewise.
2764 (df_simulate_find_noclobber_defs, df_simulate_defs): Likewise.
2765 (df_simulate_uses, df_md_simulate_one_insn): Likewise.
2766 * df-scan.c (df_reorganize_refs_by_reg_by_insn): Likewise.
2767 * fwprop.c (local_ref_killed_between_p): Likewise.
2768 (all_uses_available_at, free_load_extend): Likewise.
2769 * gcse.c (update_bb_reg_pressure, calculate_bb_reg_pressure): Likewise.
2770 * hw-doloop.c (scan_loop): Likewise.
2771 * ifcvt.c (dead_or_predicable): Likewise.
2772 * init-regs.c (initialize_uninitialized_regs): Likewise.
2773 * ira-lives.c (mark_hard_reg_early_clobbers): Likewise.
2774 (process_bb_node_lives): Likewise.
2775 * ira.c (compute_regs_asm_clobbered, build_insn_chain): Likewise.
2776 (find_moveable_pseudos): Likewise.
2777 * loop-invariant.c (check_dependencies, record_uses): Likewise.
2778 * recog.c (peep2_find_free_register): Likewise.
2779 * ree.c (get_defs): Likewise.
2780 * regstat.c (regstat_bb_compute_ri): Likewise.
2781 (regstat_bb_compute_calls_crossed): Likewise.
2782 * sched-deps.c (find_inc, find_mem): Likewise.
2783 * sel-sched-ir.c (maybe_downgrade_id_to_use): Likewise.
2784 (maybe_downgrade_id_to_use, setup_id_reg_sets): Likewise.
2785 * shrink-wrap.c (requires_stack_frame_p): Likewise.
2786 (prepare_shrink_wrap): Likewise.
2787 * store-motion.c (compute_store_table, build_store_vectors): Likewise.
2788 * web.c (union_defs, pass_web::execute): Likewise.
2789 * config/i386/i386.c (increase_distance, insn_defines_reg): Likewise.
2790 (insn_uses_reg_mem, ix86_ok_to_clobber_flags): Likewise.
2792 2014-06-13 Vladimir Makarov <vmakarov@redhat.com>
2794 * lra-assign.c (assign_by_spills): Add code to assign vector regs
2795 to inheritance pseudos.
2796 * config/i386/i386.c (ix86_spill_class): Add check on NO_REGS.
2798 2014-06-13 Peter Bergner <bergner@vnet.ibm.com>
2801 * config/rs6000/rs6000-builtin.def (BU_MISC_1): Delete.
2802 (BU_MISC_2): Rename to ...
2803 (BU_LDBL128_2): ... this.
2804 * config/rs6000/rs6000.h (RS6000_BTM_LDBL128): New define.
2805 (RS6000_BTM_COMMON): Add RS6000_BTM_LDBL128.
2806 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Handle
2808 (rs6000_invalid_builtin): Add long double 128-bit builtin support.
2809 (rs6000_builtin_mask_names): Add RS6000_BTM_LDBL128.
2810 * config/rs6000/rs6000.md (unpacktf_0): Remove define)expand.
2811 (unpacktf_1): Likewise.
2812 * doc/extend.texi (__builtin_longdouble_dw0): Remove documentation.
2813 (__builtin_longdouble_dw1): Likewise.
2814 * doc/sourcebuild.texi (longdouble128): Document.
2816 2014-06-13 Jeff Law <law@redhat.com>
2818 PR rtl-optimization/61094
2819 PR rtl-optimization/61446
2820 * ree.c (combine_reaching_defs): Get the mode for the copy from
2821 the extension insn rather than the defining insn.
2823 2014-06-13 Dehao Chen <dehao@google.com>
2825 * dwarf2out.c (add_linkage_name): Emit more linkage name.
2827 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
2829 * doc/install.texi (--enable-linker-plugin-configure-flags)
2830 (--enable-linker-plugin-flags): Document new flags.
2832 2014-06-13 Martin Jambor <mjambor@suse.cz>
2835 * ipa-devirt.c (possible_polymorphic_call_targets): Store NULL to
2836 cache_token if returning early.
2838 2014-06-13 Nick Clifton <nickc@redhat.com>
2840 * config/rx/rx.h (JUMP_ALIGN): Return the log value if user
2841 requested alignment is active.
2842 (LABEL_ALIGN): Likewise.
2843 (LOOP_ALIGN): Likewise.
2845 2014-06-13 Richard Biener <rguenther@suse.de>
2847 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
2848 Rewrite to propagate the VN result into all uses where
2849 possible and to remove stmts becoming dead because of that.
2850 (eliminate): Generalize stmt removal handling, remove in
2851 reverse dominator order to support proper debug stmt
2852 generation. Update stmts before removing stmts.
2853 * tree-ssa-propagate.c (propagate_tree_value): Remove bogus assert.
2855 2014-06-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
2857 PR tree-optimization/61375
2858 * tree-ssa-math-opts.c (init_symbolic_number): Cancel optimization if
2859 symbolic number cannot be represented in an uint64_t.
2860 (find_bswap_or_nop_1): Likewise.
2862 2014-06-12 Jan Hubicka <hubicka@ucw.cz>
2864 * symtab.c (symtab_node::reset_section): New method.
2865 * cgraph.c (cgraph_node_cannot_be_local_p_1): Accept non-local
2867 * cgraph.h (reset_section): Declare.
2868 * ipa-inline-analysis.c (do_estimate_growth): Check for comdat groups;
2869 do not consider comdat locals.
2870 * cgraphclones.c (set_new_clone_decl_and_node_flags): Get section
2872 * ipa-visiblity.c (cgraph_externally_visible_p): Cleanup.
2873 (update_visibility_by_resolution_info): Consider UNDEF; fix checking;
2874 reset sections of symbols dragged out of the comdats.
2875 (function_and_variable_visibility): Reset sections of
2878 2014-06-12 Jan Hubicka <hubicka@ucw.cz>
2880 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Reorg
2881 to use symtab and decl_binds_to_current_def_p
2882 * tree-vectorizer.c (increase_alignment): Increase alignment
2883 of alias target, too.
2885 2014-06-12 Jakub Jelinek <jakub@redhat.com>
2888 * gimplify.c (struct gimplify_omp_ctx): Add distribute field.
2889 (gimplify_adjust_omp_clauses): Don't or in GOVD_LASTPRIVATE
2890 if outer combined construct is distribute.
2891 (gimplify_omp_for): For OMP_DISTRIBUTE set
2892 gimplify_omp_ctxp->distribute.
2893 * omp-low.c (scan_sharing_clauses) <case OMP_CLAUSE_SHARED>: For
2894 GIMPLE_OMP_TEAMS, if decl isn't global in outer context, record
2895 mapping into decl map.
2897 2014-06-12 Jason Merrill <jason@redhat.com>
2899 * common.opt (fabi-version): Change default to 0.
2901 2014-06-12 Jason Merrill <jason@redhat.com>
2903 * toplev.c (process_options): Reject -fabi-version=1.
2905 2014-06-12 Jeff Law <law@redhat.com>
2907 PR tree-optimization/61009
2908 * tree-ssa-threadedge.c (thread_through_normal_block): Correct return
2909 value when we stop processing a block due to problematic PHIs.
2911 2014-06-12 Alan Lawrence <alan.lawrence@arm.com>
2913 * config/aarch64/arm_neon.h (vmlaq_n_f64, vmlsq_n_f64, vrsrtsq_f64,
2914 vcge_p8, vcgeq_p8, vcgez_p8, vcgez_u8, vcgez_u16, vcgez_u32, vcgez_u64,
2915 vcgezq_p8, vcgezq_u8, vcgezq_u16, vcgezq_u32, vcgezq_u64, vcgezd_u64,
2916 vcgt_p8, vcgtq_p8, vcgtz_p8, vcgtz_u8, vcgtz_u16, vcgtz_u32, vcgtz_u64,
2917 vcgtzq_p8, vcgtzq_u8, vcgtzq_u16, vcgtzq_u32, vcgtzq_u64, vcgtzd_u64,
2918 vcle_p8, vcleq_p8, vclez_p8, vclez_u64, vclezq_p8, vclezd_u64, vclt_p8,
2919 vcltq_p8, vcltz_p8, vcltzq_p8, vcltzd_u64): Remove functions as they
2920 are not in the spec.
2922 2014-06-10 Alan Lawrence <alan.lawrence@arm.com>
2925 * config/aarch64/aarch64-modes.def: Add V1DFmode.
2926 * config/aarch64/aarch64.c (aarch64_vector_mode_supported_p):
2929 2014-06-12 Eric Botcazou <ebotcazou@adacore.com>
2931 * tree-core.h (DECL_NONALIASED): Use proper spelling in comment.
2933 2014-06-12 Georg-Johann Lay <avr@gjlay.de>
2936 * config/avr/avr.md (push<mode>1): Avoid (subreg(mem)) when
2937 loading from address spaces.
2939 2014-06-12 Martin Liska <mliska@suse.cz>
2942 * ipa-prop.c (ipa_make_edge_direct_to_target): Check that gimple call
2943 statement is reachable.
2945 2014-06-11 Jan Hubicka <hubicka@ucw.cz>
2947 * symtab.c (section_hash): New hash.
2948 (symtab_unregister_node): Clear section before freeing.
2949 (hash_section_hash_entry): New haser.
2950 (eq_sections): New function.
2951 (symtab_node::set_section_for_node): New method.
2952 (set_section_1): Update.
2953 (symtab_node::set_section): Take string instead of tree as parameter.
2954 (symtab_resolve_alias): Update.
2955 * cgraph.h (section_hash_entry_d): New structure.
2956 (section_hash_entry): New typedef.
2957 (cgraph_node): Change comdat_group_ to x_comdat_group,
2958 change section_ to x_section and turn into section_hash_entry;
2959 update accestors; put set_section_for_node offline.
2960 * tree.c (decl_section_name): Turn into string.
2961 (set_decl_section_name): Change parameter to be string.
2962 * tree.h (decl_section_name, set_decl_section_name): Update prototypes.
2963 * sdbout.c (sdbout_one_type): Update.
2964 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Update.
2965 * varasm.c (IN_NAMED_SECTION, get_named_section,
2966 resolve_unique_section, hot_function_section, get_named_text_section,
2967 USE_SELECT_SECTION_FOR_FUNCTIONS, default_function_rodata_section,
2968 make_decl_rtl, default_unique_section): Update.
2969 * config/c6x/c6x.c (c6x_in_small_data_p): Update.
2970 (c6x_elf_unique_section): Update.
2971 * config/nios2/nios2.c (nios2_in_small_data_p): Update.
2972 * config/pa/pa.c (pa_function_section): Update.
2973 * config/pa/pa.h (IN_NAMED_SECTION_P): Update.
2974 * config/ia64/ia64.c (ia64_in_small_data_p): Update.
2975 * config/arc/arc.c (arc_in_small_data_p): Update.
2976 * config/arm/unknown-elf.h (IN_NAMED_SECTION_P): Update.
2977 * config/mcore/mcore.c (mcore_unique_section): Update.
2978 * config/mips/mips.c (mips16_build_function_stub): Update.
2979 (mips16_build_call_stub): Update.
2980 (mips_function_rodata_section): Update.
2981 (mips_in_small_data_p): Update.
2982 * config/score/score.c (score_in_small_data_p): Update.
2983 * config/rx/rx.c (rx_in_small_data): Update.
2984 * config/rs6000/rs6000.c (rs6000_elf_in_small_data_p): Update.
2985 (rs6000_xcoff_asm_named_section): Update.
2986 (rs6000_xcoff_unique_section): Update.
2987 * config/frv/frv.c (frv_string_begins_with): Update.
2988 (frv_in_small_data_p): Update.
2989 * config/v850/v850.c (v850_encode_data_area): Update.
2990 * config/bfin/bfin.c (DECL_SECTION_NAME): Update.
2991 (bfin_handle_l1_data_attribute): Update.
2992 (bfin_handle_l2_attribute): Update.
2993 * config/mep/mep.c (mep_unique_section): Update.
2994 * config/microblaze/microblaze.c (microblaze_elf_in_small_data_p):
2996 * config/h8300/h8300.c (h8300_handle_eightbit_data_attribute): Update.
2997 (h8300_handle_tiny_data_attribute): Update.
2998 * config/m32r/m32r.c (m32r_in_small_data_p): Update.
2999 (m32r_in_small_data_p): Update.
3000 * config/alpha/alpha.c (alpha_in_small_data_p): Update.
3001 * config/i386/i386.c (ix86_in_large_data_p): Update.
3002 * config/i386/winnt.c (i386_pe_unique_section): Update.
3003 * config/darwin.c (darwin_function_section): Update.
3004 * config/lm32/lm32.c (lm32_in_small_data_p): Update.
3005 * tree-emutls.c (get_emutls_init_templ_addr): Update.
3006 (new_emutls_decl): Update.
3007 * lto-cgraph.c (lto_output_node, input_node, input_varpool_node,
3008 input_varpool_node): Update.
3009 (ead_string_cst): Turn to ...
3010 (read_string): ... this one.
3011 * dwarf2out.c (secname_for_decl): Update.
3012 * asan.c (asan_protect_global): Update.
3014 2014-06-11 DJ Delorie <dj@redhat.com>
3016 * config/rx/rx.h (FUNCTION_BOUNDARY): Adjust for RX100/200 4-byte
3018 * config/rx/rx.c (rx_option_override): Likewise.
3019 (rx_align_for_label): Likewise.
3021 * config/rx/rx.c (rx_max_skip_for_label): Don't skip anything if -Os.
3023 2014-06-11 Maciej W. Rozycki <macro@codesourcery.com>
3025 * config/mmix/mmix-protos.h (mmix_asm_output_source_line): Remove
3028 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
3030 * common.md: New file.
3031 * doc/md.texi: Update description of generic, machine-independent
3033 * config/s390/constraints.md (e): Delete.
3034 * Makefile.in (md_file): Include common.md.
3035 * config/m32c/t-m32c (md_file): Likewise.
3036 * genpreds.c (general_mem): New array.
3037 (generic_constraint_letters): Remove constraints now defined by
3039 (add_constraint): Map TARGET_MEM_CONSTRAINT to general_mem.
3040 Allow the first character to be '<' or '>' as well.
3041 * genoutput.c (general_mem): New array.
3042 (indep_constraints): Remove constraints now defined by common.md.
3043 (note_constraint): Map TARGET_MEM_CONSTRAINT to general_mem.
3044 Remove special handling of 'm'.
3045 * ira-costs.c (record_reg_classes): Remove special handling of
3046 constraints now defined by common.md.
3047 * ira.c (ira_setup_alts, ira_get_dup_out_num): Likewise.
3048 * ira-lives.c (single_reg_class): Likewise.
3049 (ira_implicitly_set_insn_hard_regs): Likewise.
3050 * lra-constraints.c (reg_class_from_constraints): Likewise.
3051 (process_alt_operands, process_address, curr_insn_transform): Likewise.
3052 * postreload.c (reload_cse_simplify_operands): Likewise.
3053 * reload.c (push_secondary_reload, scratch_reload_class)
3054 (find_reloads, alternative_allows_const_pool_ref): Likewise.
3055 * reload1.c (maybe_fix_stack_asms): Likewise.
3056 * targhooks.c (default_secondary_reload): Likewise.
3057 * stmt.c (parse_output_constraint): Likewise.
3058 * recog.c (preprocess_constraints): Likewise.
3059 (constrain_operands, peep2_find_free_register): Likewise.
3060 (asm_operand_ok): Likewise, but add a comment saying why 'o'
3061 must be handled specially.
3063 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
3065 * system.h (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Poison.
3066 * genpreds.c (have_const_dbl_constraints): Delete.
3067 (add_constraint): Don't set it.
3068 (write_tm_preds_h): Don't call CONST_DOUBLE_OK_FOR_CONSTRAINT_P.
3069 * ira-costs.c (record_reg_classes): Handle CONST_INT and CONST_DOUBLE
3070 constraints using the lookup_constraint logic.
3071 * ira-lives.c (single_reg_class): Likewise.
3072 * ira.c (ira_setup_alts): Likewise.
3073 * lra-constraints.c (process_alt_operands): Likewise.
3074 * recog.c (asm_operand_ok, constrain_operands): Likewise.
3075 * reload.c (find_reloads): Likewise.
3077 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
3079 * genpreds.c (const_int_start, const_int_end): New variables.
3080 (choose_enum_order): Output CONST_INT constraints before memory
3082 (write_tm_preds_h): Always define insn_const_int_ok_for_constraint.
3084 * ira-costs.c (record_reg_classes): Handle CT_CONST_INT.
3085 * ira.c (ira_setup_alts): Likewise.
3086 * lra-constraints.c (process_alt_operands): Likewise.
3087 * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
3088 * reload.c (find_reloads): Likewise.
3090 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
3092 * recog.h (operand_alternative): Remove offmem_ok, nonffmem_ok,
3093 decmem_ok and incmem_ok. Reformat other bitfields for consistency.
3094 * recog.c (preprocess_constraints): Update accordingly.
3096 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
3098 * system.h (REG_CLASS_FROM_CONSTRAINT): Poison.
3099 (REG_CLASS_FOR_CONSTRAINT, EXTRA_CONSTRAINT_STR): Likewise.
3100 (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Likewise.
3101 * genpreds.c (print_type_tree): New function.
3102 (write_tm_preds_h): Remove REG_CLASS_FROM_CONSTRAINT,
3103 REG_CLASS_FOR_CONSTRAINT, EXTRA_MEMORY_CONSTRAINT,
3104 EXTRA_ADDRESS_CONSTRAINT and EXTRA_CONSTRAINT_STR.
3105 Write out enum constraint_type and get_constraint_type.
3106 * lra-constraints.c (satisfies_memory_constraint_p): Take a
3107 constraint_num rather than a constraint string.
3108 (satisfies_address_constraint_p): Likewise.
3109 (reg_class_from_constraints): Avoid old constraint macros.
3110 (process_alt_operands, process_address_1): Likewise.
3111 (curr_insn_transform): Likewise.
3112 * ira-costs.c (record_reg_classes): Likewise.
3113 (record_operand_costs): Likewise.
3114 * ira-lives.c (single_reg_class): Likewise.
3115 (ira_implicitly_set_insn_hard_regs): Likewise.
3116 * ira.c (ira_setup_alts, ira_get_dup_out_num): Likewise.
3117 * postreload.c (reload_cse_simplify_operands): Likewise.
3118 * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
3119 (constrain_operands, peep2_find_free_register): Likewise.
3120 * reload.c (push_secondary_reload, scratch_reload_class): Likewise.
3121 (find_reloads, alternative_allows_const_pool_ref): Likewise.
3122 * reload1.c (maybe_fix_stack_asms): Likewise.
3123 * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
3124 * targhooks.c (default_secondary_reload): Likewise.
3125 * config/m32c/m32c.c (m32c_matches_constraint_p): Avoid reference
3126 to EXTRA_CONSTRAINT_STR.
3127 * config/sparc/constraints.md (U): Likewise REG_CLASS_FROM_CONSTRAINT.
3129 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
3131 * genpreds.c (write_constraint_satisfied_p_1): Replace with...
3132 (write_constraint_satisfied_p_array): ...this new function.
3133 (write_tm_preds_h): Replace write_constraint_satisfied_p_1 with
3135 (write_insn_preds_c): Update accordingly.
3137 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
3139 * genpreds.c (write_lookup_constraint): Rename to...
3140 (write_lookup_constraint_1): ...this.
3141 (write_lookup_constraint_array): New function.
3142 (write_tm_preds_h): Define lookup_constraint as an inline function
3143 that uses write_lookup_constraint_array where possible.
3144 (write_insn_preds_c): Update for the changes above.
3146 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
3148 * doc/md.texi (regclass_for_constraint): Rename to...
3149 (reg_class_for_constraint): ...this.
3150 * genpreds.c (num_constraints, enum_order, register_start)
3151 (register_end, satisfied_start, memory_start, memory_end)
3152 (address_start, address_end): New variables.
3153 (add_constraint): Count the number of constraints.
3154 (choose_enum_order): New function.
3155 (write_enum_constraint_num): Iterate over enum_order.
3156 (write_regclass_for_constraint): Rename to...
3157 (write_reg_class_for_constraint_1): ...this and update output
3159 (write_constraint_satisfied_p): Rename to...
3160 (write_constraint_satisfied_p_1): ...this and update output
3161 accordingly. Do nothing if all extra constraints are register
3163 (write_insn_extra_memory_constraint): Delete.
3164 (write_insn_extra_address_constraint): Delete.
3165 (write_range_function): New function.
3166 (write_tm_preds_h): Define constraint_satisfied_p and
3167 reg_class_for_constraint as inline functions that do a range check
3168 before calling the out-of-line function. Use write_range_function
3169 to implement insn_extra_{register,memory,address}_constraint,
3170 the first of which is new.
3171 (write_insn_preds_c): Update after above changes to write_* functions.
3172 (main): Call choose_enum_order.
3174 2014-06-11 Thomas Preud'homme <thomas.preudhomme@arm.com>
3176 PR tree-optimization/61306
3177 * tree-ssa-math-opts.c (struct symbolic_number): Store type of
3178 expression instead of its size.
3179 (do_shift_rotate): Adapt to change in struct symbolic_number. Return
3180 false to prevent optimization when the result is unpredictable due to
3181 arithmetic right shift of signed type with highest byte is set.
3182 (verify_symbolic_number_p): Adapt to change in struct symbolic_number.
3183 (init_symbolic_number): Likewise.
3184 (find_bswap_or_nop_1): Likewise. Return NULL to prevent optimization
3185 when the result is unpredictable due to sign extension.
3187 2014-06-11 Terry Guo <terry.guo@arm.com>
3189 * config/arm/arm.md (*thumb1_adddi3): Move into new file thumb1.md.
3190 (*thumb1_addsi3): Ditto.
3191 (*thumb_subdi3): Ditto.
3192 (thumb1_subsi3_insn): Ditto.
3193 (*thumb_mulsi3): Ditto.
3194 (*thumb_mulsi3_v6): Ditto.
3195 (*thumb1_andsi3_insn): Ditto.
3196 (thumb1_bicsi3): Ditto.
3197 (*thumb1_iorsi3_insn): Ditto.
3198 (*thumb1_xorsi3_insn): Ditto.
3199 (*thumb1_ashlsi3): Ditto.
3200 (*thumb1_ashrsi3): Ditto.
3201 (*thumb1_lshrsi3): Ditto.
3202 (*thumb1_rotrsi3): Ditto.
3203 (*thumb1_negdi2): Ditto.
3204 (*thumb1_negsi2): Ditto.
3205 (*thumb1_abssi2): Ditto.
3206 (*thumb1_neg_abssi2): Ditto.
3207 (*thumb1_one_cmplsi2): Ditto.
3208 (*thumb1_zero_extendhisi2): Ditto.
3209 (*thumb1_zero_extendqisi2): Ditto.
3210 (*thumb1_zero_extendqisi2_v6): Ditto.
3211 (thumb1_extendhisi2): Ditto.
3212 (thumb1_extendqisi2): Ditto.
3213 (*thumb1_movdi_insn): Ditto.
3214 (*thumb1_movsi_insn): Ditto.
3215 (*thumb1_movhi_insn): Ditto.
3216 (thumb_movhi_clobber): Ditto.
3217 (*thumb1_movqi_insn): Ditto.
3218 (*thumb1_movhf): Ditto.
3219 (*thumb1_movsf_insn): Ditto.
3220 (*thumb_movdf_insn): Ditto.
3223 (cbranchqi4): Ditto.
3224 (cbranchsi4_insn): Ditto.
3225 (cbranchsi4_scratch): Ditto.
3226 (*negated_cbranchsi4): Ditto.
3227 (*tbit_cbranch): Ditto.
3228 (*tlobits_cbranch): Ditto.
3229 (*tstsi3_cbranch): Ditto.
3230 (*cbranchne_decr1): Ditto.
3231 (*addsi3_cbranch): Ditto.
3232 (*addsi3_cbranch_scratch): Ditto.
3233 (*thumb_cmpdi_zero): Ditto.
3234 (cstoresi_eq0_thumb1): Ditto.
3235 (cstoresi_ne0_thumb1): Ditto.
3236 (*cstoresi_eq0_thumb1_insn): Ditto.
3237 (*cstoresi_ne0_thumb1_insn): Ditto.
3238 (cstoresi_nltu_thumb1): Ditto.
3239 (cstoresi_ltu_thumb1): Ditto.
3240 (thumb1_addsi3_addgeu): Ditto.
3241 (*thumb_jump): Ditto.
3242 (*call_reg_thumb1_v5): Ditto.
3243 (*call_reg_thumb1): Ditto.
3244 (*call_value_reg_thumb1_v5): Ditto.
3245 (*call_value_reg_thumb1): Ditto.
3246 (*call_insn): Ditto.
3247 (*call_value_insn): Ditto.
3248 (thumb1_casesi_internal_pic): Ditto.
3249 (thumb1_casesi_dispatch): Ditto.
3250 (*thumb1_indirect_jump): Ditto.
3251 (prologue_thumb1_interwork): Ditto.
3252 (*epilogue_insns): Ditto.
3253 (consttable_1): Ditto.
3254 (consttable_2): Ditto.
3256 (*thumb1_tablejump): Ditto.
3257 (thumb_eh_return): Ditto.
3258 (define_peephole2): Two of them are thumb1 only and got moved into
3260 (define_split): Six of them are thumb1 only and got moved into new
3262 * config/arm/thumb1.md: New file comprised of above thumb1 only
3265 2014-06-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3267 * config.gcc (aarch64*-*-*): Add arm_acle.h to extra headers.
3268 * Makefile.in (TEXI_GCC_FILES): Add aarch64-acle-intrinsics.texi to
3270 * config/aarch64/aarch64-builtins.c (AARCH64_CRC32_BUILTINS): Define.
3271 (aarch64_crc_builtin_datum): New struct.
3272 (aarch64_crc_builtin_data): New.
3273 (aarch64_init_crc32_builtins): New function.
3274 (aarch64_init_builtins): Initialise CRC32 builtins when appropriate.
3275 (aarch64_crc32_expand_builtin): New.
3276 (aarch64_expand_builtin): Add CRC32 builtin expansion case.
3277 * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Define
3278 __ARM_FEATURE_CRC32 when appropriate.
3279 (TARGET_CRC32): Define.
3280 * config/aarch64/aarch64.md (UNSPEC_CRC32B, UNSPEC_CRC32H,
3281 UNSPEC_CRC32W, UNSPEC_CRC32X, UNSPEC_CRC32CB, UNSPEC_CRC32CH,
3282 UNSPEC_CRC32CW, UNSPEC_CRC32CX): New unspec values.
3283 (aarch64_<crc_variant>): New pattern.
3284 * config/aarch64/arm_acle.h: New file.
3285 * config/aarch64/iterators.md (CRC): New int iterator.
3286 (crc_variant, crc_mode): New int attributes.
3287 * doc/aarch64-acle-intrinsics.texi: New file.
3288 * doc/extend.texi (aarch64): Document aarch64 ACLE intrinsics.
3289 Include aarch64-acle-intrinsics.texi.
3291 2014-06-11 Evgeny Stupachenko <evstupac@gmail.com>
3293 * tree-vect-data-refs.c (vect_grouped_store_supported): New
3294 check for stores group of length 3.
3295 (vect_permute_store_chain): New permutations for stores group of
3297 * tree-vect-stmts.c (vect_model_store_cost): Change cost
3298 of vec_perm_shuffle for the new permutations.
3300 2014-06-11 Jan Hubicka <hubicka@ucw.cz>
3302 * ipa-visibility.c (function_and_variable_visibility): Disable virtual
3303 table rewriting temporarily on targets not supporting ONE_ONLY.
3305 2014-06-11 Richard Biener <rguenther@suse.de>
3309 2014-06-04 Richard Biener <rguenther@suse.de>
3311 * tree.h (may_be_aliased): Trust TREE_ADDRESSABLE from
3312 TREE_PUBLIC and DECL_EXTERNAL decls.
3314 2014-06-10 Jan Hubicka <hubicka@ucw.cz>
3316 * varasm.c (set_implicit_section): New function.
3317 (resolve_unique_section): Use it to set implicit section
3319 (get_named_text_section): Use symtab_get_node (decl)->implicit_section
3320 (default_function_section): Likewise.
3321 (decl_binds_to_current_def_p): Constify argument.
3322 * varasm.h (decl_binds_to_current_def_p): Update prototype.
3323 * asan.c (asan_protect_global): Use
3324 symtab_get_node (decl)->implicit_section.
3325 * symtab.c (dump_symtab_base): Dump implicit sections.
3326 (verify_symtab_base): Verify sanity of sectoins and comdats.
3327 (symtab_resolve_alias): Alias share the section of its target.
3328 (set_section_1): New function.
3329 (symtab_node::set_section): Move here, recurse to aliases.
3330 (verify_symtab): Check for duplicated symtab lists.
3331 * tree-core.h (implicit_section_name_p): Remove.
3332 * tree-vect-data-refs.c: Include varasm.h.
3333 (vect_can_force_dr_alignment_p): Fix conditional on when
3334 decl bints to current definition; use
3335 symtab_get_node (decl)->implicit_section.
3336 * cgraph.c (cgraph_make_node_local_1): Fix section set.
3337 * cgraph.h (struct symtab_node): Add implicit_section.
3338 (set_section): Rename to ...
3339 (set_section_for_node): ... this one.
3340 (set_section): Declare.
3341 * tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): Remove.
3342 * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
3343 input_overwrite_node, input_varpool_node): Stream implicit_section.
3344 * ipa.c (symtab_remove_unreachable_nodes): Do not check symtab before
3345 removal; it will fail in LTO.
3347 2014-06-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3349 * config/aarch64/aarch64-simd.md (move_lo_quad_<mode>):
3350 Change second alternative type to f_mcr.
3351 * config/aarch64/aarch64.md (*movsi_aarch64): Change 11th
3352 and 12th alternatives' types to f_mcr and f_mrc.
3353 (*movdi_aarch64): Same for 12th and 13th alternatives.
3354 (*movsf_aarch64): Change 9th alternatives' type to mov_reg.
3355 (aarch64_movtilow_tilow): Change type to fmov.
3357 2014-06-10 Jiong Wang <jiong.wang@arm.com>
3359 * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs)
3360 (aarch64_save_or_restore_callee_save_registers): Fix layout.
3362 2014-06-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3364 * config/aarch64/aarch64-simd.md (aarch64_sqdmulh_lane<mode>):
3366 (aarch64_sqrdmulh_lane<mode>): Likewise.
3367 (aarch64_sq<r>dmulh_lane<mode>): Rename to...
3368 (aarch64_sq<r>dmulh_lane<mode>_internal): ...this.
3369 (aarch64_sqdmulh_laneq<mode>): New expander.
3370 (aarch64_sqrdmulh_laneq<mode>): Likewise.
3371 (aarch64_sq<r>dmulh_laneq<mode>): Rename to...
3372 (aarch64_sq<r>dmulh_laneq<mode>_internal): ...this.
3373 (aarch64_sqdmulh_lane<mode>): New expander.
3374 (aarch64_sqrdmulh_lane<mode>): Likewise.
3375 (aarch64_sq<r>dmulh_lane<mode>): Rename to...
3376 (aarch64_sq<r>dmulh_lane<mode>_internal): ...this.
3377 (aarch64_sqdmlal_lane<mode>): Add lane flip for big-endian.
3378 (aarch64_sqdmlal_laneq<mode>): Likewise.
3379 (aarch64_sqdmlsl_lane<mode>): Likewise.
3380 (aarch64_sqdmlsl_laneq<mode>): Likewise.
3381 (aarch64_sqdmlal2_lane<mode>): Likewise.
3382 (aarch64_sqdmlal2_laneq<mode>): Likewise.
3383 (aarch64_sqdmlsl2_lane<mode>): Likewise.
3384 (aarch64_sqdmlsl2_laneq<mode>): Likewise.
3385 (aarch64_sqdmull_lane<mode>): Likewise.
3386 (aarch64_sqdmull_laneq<mode>): Likewise.
3387 (aarch64_sqdmull2_lane<mode>): Likewise.
3388 (aarch64_sqdmull2_laneq<mode>): Likewise.
3390 2014-06-10 Richard Biener <rguenther@suse.de>
3392 PR tree-optimization/61438
3393 * tree-ssa-pre.c (eliminate_dom_walker): Add do_pre member.
3394 (eliminate_dom_walker::before_dom_children): Only try to inhibit
3395 insertion of IVs if running PRE.
3396 (eliminate): Adjust.
3397 (pass_pre::execute): Likewise.
3398 (pass_fre::execute): Likewise.
3400 2014-06-10 Richard Biener <rguenther@suse.de>
3403 * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
3404 Do not use the main variant for the type comparison.
3405 (ncr_compar): Likewise.
3406 (nonoverlapping_component_refs_p): Likewise.
3408 2014-06-10 Marcus Shawcroft <marcus.shawcroft@arm.com>
3410 * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Fix
3411 REG_CFA_RESTORE mode.
3413 2014-06-10 Evgeny Stupachenko <evstupac@gmail.com>
3415 * config/i386/i386.c (expand_vec_perm_pblendv): New.
3416 * config/i386/i386.c (ix86_expand_vec_perm_const_1): Use
3417 expand_vec_perm_pblendv.
3419 2014-06-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3421 * doc/arm-acle-intrinsics.texi: Specify when CRC32 intrinsics are
3423 Simplify description of __crc32d and __crc32cd intrinsics.
3424 * doc/extend.texi (ARM ACLE Intrinsics): Remove comment about CRC32
3427 2014-06-10 Thomas Schwinge <thomas@codesourcery.com>
3430 * configure.ac: Use gcc_AC_CHECK_DECLS to check for strnlen prototype.
3431 * config.in: Regenerate.
3432 * configure: Likewise.
3434 2014-06-10 Jan Hubicka <hubicka@ucw.cz>
3436 * ipa-reference.c (is_proper_for_analysis): Exclude addressable
3438 (intersect_static_var_sets): Remove.
3439 (propagate): Do not prune local statics.
3441 2014-06-10 Jakub Jelinek <jakub@redhat.com>
3444 * omp-low.c (lower_rec_input_clauses) <case OMP_CLAUSE_LASTPRIVATE>:
3445 Set lastprivate_firstprivate even if omp_private_outer_ref
3446 langhook returns true.
3447 <case OMP_CLAUSE_REDUCTION>: When calling omp_clause_default_ctor
3448 langhook, call unshare_expr on new_var and call
3449 build_outer_var_ref to get the last argument.
3451 2014-06-10 Marek Polacek <polacek@redhat.com>
3454 * doc/extend.texi: Add cindex for transparent_union.
3456 2014-06-09 Thomas Preud'homme <thomas.preudhomme@arm.com>
3458 * tree-ssa-math-opts.c (find_bswap_or_nop_load): Check return value of
3459 init_symbolic_number ().
3461 2014-05-18 John David Anglin <danglin@gcc.gnu.org>
3464 * emit-rtl.c (reset_all_used_flags): In a sequence, check that
3465 XVECEXP (pat, 0, i) is an INSN before calling reset_insn_used_flags.
3466 (verify_rtl_sharing): Likewise.
3468 2014-06-09 Marc Glisse <marc.glisse@inria.fr>
3471 * tree.c (build_qualified_type): Use a canonical type for
3474 2014-06-09 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3476 * config/arm/arm-modes.def: Remove XFmode.
3478 2014-06-09 Alan Lawrence <alan.lawrence@arm.com>
3481 * config/arm/arm_neon.h (vtrn_s8, vtrn_s16, vtrn_u8, vtrn_u16, vtrn_p8,
3482 vtrn_p16, vtrn_s32, vtrn_f32, vtrn_u32, vtrnq_s8, vtrnq_s16, vtrnq_s32,
3483 vtrnq_f32, vtrnq_u8, vtrnq_u16, vtrnq_u32, vtrnq_p8, vtrnq_p16,
3484 vzip_s8, vzip_s16, vzip_u8, vzip_u16, vzip_p8, vzip_p16, vzip_s32,
3485 vzip_f32, vzip_u32, vzipq_s8, vzipq_s16, vzipq_s32, vzipq_f32,
3486 vzipq_u8, vzipq_u16, vzipq_u32, vzipq_p8, vzipq_p16, vuzp_s8, vuzp_s16,
3487 vuzp_s32, vuzp_f32, vuzp_u8, vuzp_u16, vuzp_u32, vuzp_p8, vuzp_p16,
3488 vuzpq_s8, vuzpq_s16, vuzpq_s32, vuzpq_f32, vuzpq_u8, vuzpq_u16,
3489 vuzpq_u32, vuzpq_p8, vuzpq_p16): Correct mask for bigendian.
3491 2014-06-09 Jan Hubicka <hubicka@ucw.cz>
3493 * tree-core.h (tree_decl_with_vis): Remove section_name.
3495 2014-06-09 Kito Cheng <kito@0xlab.org>
3497 * ira.c (ira): Don't call init_caller_save if LRA enabled
3498 since LRA use its own infrastructure to handle that.
3500 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
3502 * symtab.c (dump_symtab_base): Update dumping.
3503 (symtab_make_decl_local): Clear only DECL_COMDAT.
3504 * tree-vect-data-refs.c (Check that variable is static before
3505 tampering with sections.
3506 * cgraphclones.c (duplicate_thunk_for_node): Do not clear section name.
3507 (cgraph_create_virtual_clone): Likewise.
3508 * tree.c (decl_comdat_group, decl_comdat_group_id): Constify argument.
3509 (decl_section_name, set_decl_section_name): New accessors.
3510 (find_decls_types_r): Do not walk section name
3511 * tree.h (DECL_SECTION_NAME): Implement using decl_section_name.
3512 (decl_comdat_group, decl_comdat_group_id): Constify.
3513 (decl_section_name, set_decl_section_name): Update.
3514 * varpool.c (varpool_finalize_named_section_flags): Use get_section.
3515 * cgraph.c (cgraph_add_thunk): Reset node instead of rebuilding.
3516 (cgraph_make_node_local_1): Clear section and comdat group.
3517 * cgraph.h (set_comdat_group): Sanity check.
3518 (get_section, set_section): New.
3519 * ipa-comdats.c (ipa_comdats): Use get_section.
3520 * ipa.c (ipa_discover_readonly_nonaddressable_var): Likewise.
3521 * lto-streamer-out.c: Do not follow section names.
3522 * c-family/c-common.c (handle_section_attribute): Update.
3523 * lto-cgraph.c (lto_output_node): Output section.
3524 (lto_output_varpool_node): Likewise.
3525 (read_comdat_group): Rename to ...
3526 (read_identifier): ... this one.
3527 (read_string_cst): New function.
3528 (input_node, input_varpool_node): Input section names.
3529 * tree-emutls.c (get_emutls_init_templ_addr): Update.
3530 (new_emutls_decl): Update.
3531 (secname_for_decl): Check section names only of static vars.
3532 * config/mep/mep.c (mep_unique_section): Use set_decl_section_name.
3533 * config/i386/winnt.c (i386_pe_unique_section): Likewise.
3534 * config/i386/i386.c (x86_64_elf_unique_section): Likewise.
3535 * config/c6x/c6x.c (c6x_elf_unique_section): Likewise.
3536 * config/rs6000/rs6000.c (rs6000_xcoff_unique_section): Likewise.
3537 * config/mcore/mcore.c (mcore_unique_section): Likewise.
3538 * config/mips/mips.c (mips16_build_function_stub): Likewise.
3539 * config/v850/v850.c (v850_insert_attributes): Likewise.
3540 * config/h8300/h8300.c (h8300_handle_eightbit_data_attribute):
3542 (h8300_handle_tiny_data_attribute): Likewise.
3543 * config/bfin/bfin.c (bfin_handle_l1_text_attribute): Likewise.
3544 (bfin_handle_l2_attribute): Likewise.
3546 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
3548 * symtab.c (symtab_nonoverwritable_alias): Copy VIRTUAL flag;
3549 remove static initializer.
3551 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
3553 * varasm.c (use_blocks_for_decl_p): Check symbol table
3554 instead of alias attribute.
3555 (place_block_symbol): Recurse on aliases.
3557 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
3559 * ipa-visibility.c: Include varasm.h
3560 (can_replace_by_local_alias): Ceck decl_binds_to_current_def_p.
3562 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
3564 * cgraphunit.c (assemble_thunks_and_aliases): Expand thunks before
3567 2014-06-07 Steven Bosscher <steven@gcc.gnu.org>
3569 * gcse.c (can_assign_to_reg_without_clobbers_p): Do not let pointers
3570 from test_insn into GGC space escape via SET_SRC.
3572 2014-06-07 Eric Botcazou <ebotcazou@adacore.com>
3574 * tree-ssa-tail-merge.c (same_succ_hash): Hash the static chain of a
3575 call statement, if any.
3576 (gimple_equal_p) <GIMPLE_CALL>: Compare the static chain of the call
3577 statements, if any. Tidy up.
3579 2014-06-06 Michael Meissner <meissner@linux.vnet.ibm.com>
3582 * config/rs6000/vsx.md (VSX_LE): Split VSX_D into 2 separate
3583 iterators, VSX_D that handles 64-bit types, and VSX_LE that
3584 handles swapping the two 64-bit double words on little endian
3585 systems. Include V1TImode and optionally TImode in VSX_LE so that
3586 these types are properly swapped. Change all of the insns and
3587 splits that do the 64-bit swaps to use VSX_LE.
3588 (vsx_le_perm_load_<mode>): Likewise.
3589 (vsx_le_perm_store_<mode>): Likewise.
3590 (splitters for little endian memory operations): Likewise.
3591 (vsx_xxpermdi2_le_<mode>): Likewise.
3592 (vsx_lxvd2x2_le_<mode>): Likewise.
3593 (vsx_stxvd2x2_le_<mode>): Likewise.
3595 2014-06-06 Uros Bizjak <ubizjak@gmail.com>
3598 * config/i386/i386.md (*floatunssi<mode>2_i387_with_xmm): New
3599 define_insn_and_split pattern, merged from *floatunssi<mode>2_1
3600 and corresponding splitters. Zero extend general register
3601 or memory input operand to XMM temporary. Enable for
3602 TARGET_SSE2 and TARGET_INTER_UNIT_MOVES_TO_VEC only.
3603 (floatunssi<mode>2): Update expander predicate.
3605 2014-06-06 Vladimir Makarov <vmakarov@redhat.com>
3607 PR rtl-optimization/61325
3608 * lra-constraints.c (process_address_1): Check scale equal to one
3609 to prevent transformation: base + scale * index => base + new_reg.
3611 2014-06-06 Richard Biener <rguenther@suse.de>
3613 PR tree-optimization/59299
3614 * tree-ssa-sink.c (all_immediate_uses_same_place): Work on
3616 (nearest_common_dominator_of_uses): Likewise.
3617 (statement_sink_location): Adjust. Support sinking loads.
3619 2014-06-06 Martin Jambor <mjambor@suse.cz>
3621 * ipa-prop.c (get_place_in_agg_contents_list): New function.
3622 (build_agg_jump_func_from_list): Likewise.
3623 (determine_known_aggregate_parts): Renamed to
3624 determine_locally_known_aggregate_parts. Moved some functionality
3625 to the two functions above, removed bound checks.
3627 2014-06-06 James Greenhalgh <james.greenhalgh@arm.com>
3629 * config/aarch64/aarch64-protos.h (aarch64_expand_movmem): New.
3630 * config/aarch64/aarch64.c (aarch64_move_pointer): New.
3631 (aarch64_progress_pointer): Likewise.
3632 (aarch64_copy_one_part_and_move_pointers): Likewise.
3633 (aarch64_expand_movmen): Likewise.
3634 * config/aarch64/aarch64.h (MOVE_RATIO): Set low.
3635 * config/aarch64/aarch64.md (movmem<mode>): New.
3637 2014-06-06 Bingfeng Mei <bmei@broadcom.com>
3639 * targhooks.c (default_add_stmt_cost): Call target specific
3640 hook instead of default one.
3642 2014-06-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3644 * ChangeLog (2014-05-23): Fix ChangeLog entry to refer to target
3645 endianness instead of host endianness.
3646 * tree-ssa-math-opts.c (find_bswap_or_nop_1): Likewise in dumps and
3649 2014-06-06 Eric Botcazou <ebotcazou@adacore.com>
3652 * function.c (instantiate_decls): Process the saved static chain.
3653 (expand_function_start): If not optimizing, save the static chain
3655 * tree-nested.c (convert_all_function_calls): Always create the static
3656 chain for nested functions if not optimizing.
3658 2014-06-06 Eric Botcazou <ebotcazou@adacore.com>
3660 * tree-cfg.c (make_edges) <GIMPLE_RETURN>: Put a location on the edge.
3662 2014-06-06 Richard Biener <rguenther@suse.de>
3664 * cfgexpand.c (expand_gimple_cond): Remove check for current_loops.
3665 (construct_init_block): Likewise.
3666 (construct_exit_block): Likewise.
3667 (pass_expand::execute): Likewise.
3668 * graphite.c (graphite_transforms): Replace check for current_loops
3669 with a check for > 1 loops.
3670 (pass_graphite_transforms::execute): Adjust.
3671 * ipa-split.c (split_function): Remove check for current_loops.
3672 * omp-low.c (expand_parallel_call): Likewise.
3673 (expand_omp_for_init_counts): Likewise.
3674 (extract_omp_for_update_vars): Likewise.
3675 (expand_omp_for_generic): Likewise.
3676 (expand_omp_sections): Likewise.
3677 (expand_omp_target): Likewise.
3678 * tracer.c (tail_duplicate): Likewise.
3679 (pass_tracer::execute): Likewise.
3680 * trans-mem.c (expand_transaction): Likewise.
3681 * tree-complex.c (expand_complex_div_wide): Likewise.
3682 * tree-eh.c (lower_resx): Likewise.
3683 (cleanup_empty_eh_merge_phis): Likewise.
3684 * tree-predcom.c (run_tree_predictive_commoning): Replace check for
3685 current_loops with a check for > 1 loops.
3686 (pass_predcom::execute): Adjust.
3687 * tree-scalar-evolution.c (scev_reset): Remove check for current_loops.
3688 * tree-ssa-copy.c (copy_prop_visit_phi_node): Likewise.
3689 * tree-ssa-dom.c (pass_phi_only_cprop::execute): Likewise.
3690 * tree-ssa-tail-merge.c (tail_merge_optimize): Likewise.
3691 * tree-ssa-threadupdate.c (thread_through_all_blocks): Likewise.
3692 * tree-switch-conversion.c (process_switch): Likewise.
3693 * tree-tailcall.c (tree_optimize_tail_calls_1): Likewise.
3694 * tree-vrp.c (vrp_visit_phi_node): Likewise.
3695 (execute_vrp): Likewise.
3696 * ubsan.c (ubsan_expand_null_ifn): Likewise.
3698 2014-06-06 Eric Botcazou <ebotcazou@adacore.com>
3700 * rtl.h (insn_location): Declare.
3701 * cfgcleanup.c (try_forward_edges): Compare the locus of locations
3702 with UNKNOWN_LOCATION.
3703 * emit-rtl.c (insn_location): New function.
3704 * final.c (notice_source_line): Check that the instruction has a
3705 location before retrieving it and use insn_location.
3706 * modulo-sched.c (loop_single_full_bb_p): Likewise.
3707 * print-rtl.c (print_rtx): Likewise.
3709 2014-06-06 Richard Biener <rguenther@suse.de>
3711 * passes.def: Move 2nd VRP pass before phi-only-cprop.
3713 2014-06-06 Christian Bruel <christian.bruel@st.com>
3715 PR tree-optimization/43934
3716 * tree-ssa-loop-im.c (determine_max_movement): Add PHI def constant
3719 2014-06-06 Richard Sandiford <rdsandiford@googlemail.com>
3721 * ira-lives.c (single_reg_class): Add missing break. Explicitly
3722 return NO_REGS for extra address and memory constraints. Handle
3723 operands that match (or are equivalent to something that matches)
3724 extra constant constraints. Ignore other non-register operands.
3726 2014-06-06 Alan Modra <amodra@gmail.com>
3729 * doc/tm.texi.in (INCOMING_REG_PARM_STACK_SPACE): Document.
3730 * doc/tm.texi: Regenerate.
3731 * function.c (INCOMING_REG_PARM_STACK_SPACE): Provide default.
3732 Use throughout in place of REG_PARM_STACK_SPACE.
3733 * config/rs6000/rs6000.c (rs6000_reg_parm_stack_space): Add
3734 "incoming" param. Pass to rs6000_function_parms_need_stack.
3735 (rs6000_function_parms_need_stack): Add "incoming" param, ignore
3736 prototype_p when incoming. Use function decl when incoming
3737 to handle K&R style functions.
3738 * config/rs6000/rs6000.h (REG_PARM_STACK_SPACE): Adjust.
3739 (INCOMING_REG_PARM_STACK_SPACE): Define.
3741 2014-06-05 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
3744 * cfgexpand.c (expand_debug_expr): Use address space of nested
3745 TREE_TYPE for ADDR_EXPR and MEM_REF.
3747 2014-06-05 Jeff Law <law@redhat.com>
3749 PR tree-optimization/61289
3750 * tree-ssa-threadedge.c (invalidate_equivalences): Remove SRC_MAP and
3751 DST_MAP parameters. Invalidate by walking all the SSA_NAME_VALUES
3752 looking for those which match LHS. All callers changed.
3753 (record_temporary_equivalences_from_phis): Remove SRC_MAP and DST_MAP
3754 parameters and code which manipulated them. All callers changed.
3755 (record_temporary_equivalences_from_stmts_at_dest): Remove SRC_MAP
3756 and DST_MAP parameters. Simplify invalidation code by just calling
3757 invalidate_equivalences. All callers changed.
3758 (thread_across_edge): Simplify now that we don't need to maintain
3759 the map of equivalences to invalidate.
3761 2014-06-05 Kai Tietz <ktietz@redhat.com>
3762 Richard Henderson <rth@redhat.com>
3765 * config/i386/predicates.md (memory_nox32_operand): Add memory_operand
3766 checking for !TARGET_X32.
3767 * config/i386/i386.md (UNSPEC_PEEPSIB): New unspec constant.
3768 (sibcall_intern): New define_insn, plus required peepholes.
3769 (sibcall_pop_intern): Likewise.
3770 (sibcall_value_intern): Likewise.
3771 (sibcall_value_pop_intern): Likewise.
3773 2014-06-05 Ilya Enkovich <ilya.enkovich@intel.com>
3775 * tree-inline.c (tree_function_versioning): Check DF info existence
3776 before accessing it.
3778 2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
3780 * config/aarch64/aarch64.h (aarch64_frame): Add hard_fp_offset and
3782 * config/aarch64/aarch64.c (aarch64_layout_frame): Initialize
3783 aarch64_frame hard_fp_offset and frame_size.
3784 (aarch64_expand_prologue): Use aarch64_frame hard_fp_offset and
3785 frame_size; remove original_frame_size.
3786 (aarch64_expand_epilogue, aarch64_final_eh_return_addr): Likewise.
3787 (aarch64_initial_elimination_offset): Remove frame_size and
3788 offset. Use aarch64_frame frame_size.
3790 2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
3791 Jiong Wang <jiong.wang@arm.com>
3792 Renlin <renlin.li@arm.com>
3794 * config/aarch64/aarch64.c (aarch64_layout_frame): Correct
3795 initialization of R30 offset. Update offset. Iterate core
3796 regisers upto X30. Remove X29, X30 specific code.
3798 2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
3799 Jiong Wang <jiong.wang@arm.com>
3801 * config/aarch64/aarch64.c (SLOT_NOT_REQUIRED, SLOT_REQUIRED): Define.
3802 (aarch64_layout_frame): Use SLOT_NOT_REQUIRED and SLOT_REQUIRED.
3803 (aarch64_register_saved_on_entry): Adjust test.
3805 2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
3807 * config/aarch64/aarch64.h (machine_function): Move
3808 saved_varargs_size from here...
3809 (aarch64_frame): ... to here.
3811 * config/aarch64/aarch64.c (aarch64_expand_prologue)
3812 (aarch64_expand_epilogue, aarch64_final_eh_return_addr)
3813 (aarch64_initial_elimination_offset)
3814 (aarch64_setup_incoming_varargs): Adjust location of
3817 2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
3819 * config/aarch64/aarch64.c (aarch64_expand_prologue): Update stack
3822 2014-06-05 Jaydeep Patil <Jaydeep.Patil@imgtec.com>
3823 Prachi Godbole <Prachi.Godbole@imgtec.com>
3825 * config/mips/mips-cpus.def: Add definition for p5600. Updated
3826 mips32r5 entry to use PROCESSOR_P5600.
3827 * config/mips/mips-tables.opt: Regenerate.
3828 * config/mips/mips-protos.h (mips_fmadd_bypass): Add prototype.
3829 * config/mips/mips.c (mips_fmadd_bypass): New function.
3830 (mips_rtx_cost_data): Add costs for p5600.
3831 (mips_issue_rate): Add support for p5600.
3832 (mips_multipass_dfa_lookahead): Likewise.
3833 * config/mips/mips.h (TUNE_P5600): New define.
3834 (TUNE_MACC_CHAINS): Add TUNE_P5600.
3835 (MIPS_ISA_LEVEL_SPEC): Map -march=p5600 to -mips32r5.
3836 * config/mips/mips.md: Include p5600.md.
3837 (processor): Add p5600.
3838 * config/mips/p5600.md: New file.
3840 2014-06-05 Evgeny Stupachenko <evstupac@gmail.com>
3842 * config/i386/sse.md (*ssse3_palignr<mode>_perm): New.
3843 * config/i386/predicates.md (palignr_operand): New.
3844 Indicates if permutation is suitable for palignr instruction.
3846 2014-06-05 Yuri Rumyantsev <ysrumyan@gmail.com>
3848 PR tree-optimization/61319
3849 * tree-if-conv.c (is_cond_scalar_reduction): Add missed check that
3850 stmt belongs to loop.
3852 2014-06-05 Richard Biener <rguenther@suse.de>
3854 * gimplify.c (create_tmp_from_val): Remove is_formal parameter
3855 and set DECL_GIMPLE_REG_P unconditionally if appropriate.
3856 (lookup_tmp_var): Adjust.
3857 (prepare_gimple_addressable): Unset DECL_GIMPLE_REG_P here.
3859 2014-06-05 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3861 * config/arm/arm.md (enabled): Disable opt_enabled attribute.
3863 2014-06-05 Marek Polacek <polacek@redhat.com>
3866 * doc/invoke.texi: Document -Wlogical-not-parentheses.
3868 2014-06-04 Tom de Vries <tom@codesourcery.com>
3870 * config/s390/s390.md ("addptrdi3", "addptrsi3"): Use INTVAL only on
3873 2014-06-04 Marc Glisse <marc.glisse@inria.fr>
3875 PR tree-optimization/61385
3876 * tree-ssa-phiopt.c (value_replacement): Punt if there are PHI nodes.
3878 2014-06-04 Bernd Schmidt <bernds@codesourcery.com>
3880 * lto-wrapper.c (fatal, fatal_perror): Remove functions. All callers
3881 changed to use fatal_error.
3882 (main): Ensure lto_wrapper_cleanup is run atexit.
3884 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
3886 * lra-constraints.c (valid_address_p): Move earlier in file.
3887 (address_eliminator): New structure.
3888 (satisfies_memory_constraint_p): New function.
3889 (satisfies_address_constraint_p): Likewise.
3890 (process_alt_operands, process_address, curr_insn_transform): Use them.
3892 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
3894 * lra-int.h (lra_static_insn_data): Make operand_alternative a
3896 (target_lra_int, default_target_lra_int, this_target_lra_int)
3897 (op_alt_data): Delete.
3898 * lra.h (lra_init): Delete.
3899 * lra.c (default_target_lra_int, this_target_lra_int): Delete.
3900 (init_insn_code_data_once): Remove op_alt_data handling.
3901 (finish_insn_code_data_once): Likewise.
3902 (init_op_alt_data): Delete.
3903 (get_static_insn_data): Initialize operand_alternative to null.
3904 (free_insn_recog_data): Cast operand_alternative before freeing it.
3905 (setup_operand_alternative): Take the operand_alternative as
3906 parameter and assume it isn't already cached in the static
3908 (lra_set_insn_recog_data): Update accordingly.
3910 * ira.c (ira_init): Don't call lra_init.
3911 * target-globals.h (this_target_lra_int): Declare.
3912 (target_globals): Remove lra_int.
3913 (restore_target_globals): Update accordingly.
3914 * target-globals.c: Don't include lra-int.h.
3915 (default_target_globals, save_target_globals): Remove lra_int.
3917 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
3919 * recog.h (operand_alternative): Convert reg_class, reject,
3920 matched and matches into bitfields.
3921 (preprocess_constraints): New overload.
3922 (preprocess_insn_constraints): New function.
3923 (preprocess_constraints): Take the insn as parameter.
3924 (recog_op_alt): Change into a pointer.
3925 (target_recog): Add x_op_alt.
3926 * recog.c (asm_op_alt): New variable.
3927 (recog_op_alt): Change into a pointer.
3928 (preprocess_constraints): New overload, replacing the old function
3929 definition with one that doesn't use global state.
3930 (preprocess_insn_constraints): New function.
3931 (preprocess_constraints): Use them. Take the insn as parameter.
3932 Use asm_op_alt for asms.
3933 (recog_init): Free existing x_op_alt entries.
3934 * ira-lives.c (check_and_make_def_conflict): Make operand_alternative
3936 (make_early_clobber_and_input_conflicts): Likewise.
3937 (process_bb_node_lives): Pass the insn to process_constraints.
3938 * reg-stack.c (check_asm_stack_operands): Likewise.
3939 (subst_asm_stack_regs): Likewise.
3940 * regcprop.c (copyprop_hardreg_forward_1): Likewise.
3941 * regrename.c (build_def_use): Likewise.
3942 * sched-deps.c (sched_analyze_insn): Likewise.
3943 * sel-sched.c (get_reg_class, implicit_clobber_conflict_p): Likewise.
3944 * config/arm/arm.c (xscale_sched_adjust_cost): Likewise.
3945 (note_invalid_constants): Likewise.
3946 * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
3947 (ix86_legitimate_combined_insn): Make operand_alternative pointer
3950 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
3952 * recog.c (preprocess_constraints): Don't skip disabled alternatives.
3953 * ira-lives.c (check_and_make_def_conflict): Check for disabled
3955 (make_early_clobber_and_input_conflicts): Likewise.
3956 * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
3958 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
3960 * recog.h (alternative_class): New function.
3961 (which_op_alt): Return a const recog_op_alt.
3962 * reg-stack.c (check_asm_stack_operands): Update type accordingly.
3963 (subst_asm_stack_regs): Likewise.
3964 * config/arm/arm.c (note_invalid_constants): Likewise.
3965 * regcprop.c (copyprop_hardreg_forward_1): Likewise. Don't modify
3966 the operand_alternative; use alternative class instead.
3967 * sel-sched.c (get_reg_class): Likewise.
3968 * regrename.c (build_def_use): Likewise.
3969 (hide_operands, restore_operands, record_out_operands): Update type
3972 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
3974 * recog.h (recog_op_alt): Convert to a flat array.
3975 (which_op_alt): New function.
3976 * recog.c (recog_op_alt): Convert to a flat array.
3977 (preprocess_constraints): Update accordingly, grouping all
3978 operands of the same alternative together, rather than the
3980 * ira-lives.c (check_and_make_def_conflict): Likewise.
3981 (make_early_clobber_and_input_conflicts): Likewise.
3982 * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
3983 * reg-stack.c (check_asm_stack_operands): Use which_op_alt.
3984 (subst_asm_stack_regs): Likewise.
3985 * regcprop.c (copyprop_hardreg_forward_1): Likewise.
3986 * regrename.c (hide_operands, record_out_operands): Likewise.
3987 (build_def_use): Likewise.
3988 * sel-sched.c (get_reg_class): Likewise.
3989 * config/arm/arm.c (note_invalid_constants): Likewise.
3991 2014-06-04 Jason Merrill <jason@redhat.com>
3995 * gimplify.c (gimplify_arg): Non-static.
3996 * gimplify.h: Declare it.
3998 2014-06-04 Richard Biener <rguenther@suse.de>
4000 * tree.h (may_be_aliased): Trust TREE_ADDRESSABLE from
4001 TREE_PUBLIC and DECL_EXTERNAL decls.
4003 2014-06-04 Matthew Fortune <matthew.fortune@imgtec.com>
4005 * regcprop.c (copyprop_hardreg_forward_1): Account for
4006 HARD_REGNO_CALL_PART_CLOBBERED.
4008 2014-06-04 Richard Biener <rguenther@suse.de>
4010 * configure.ac: Check whether the underlying type of int64_t
4011 is long or long long.
4012 * configure: Regenerate.
4013 * config.in: Likewise.
4014 * hwint.h (HOST_WIDE_INT): Match the underlying type of int64_t.
4015 (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
4017 2014-06-04 Richard Biener <rguenther@suse.de>
4019 PR tree-optimization/60098
4020 * tree-ssa-dse.c (dse_possible_dead_store_p): Walk until
4022 (dse_optimize_stmt): Simplify, now that we found a kill
4025 2014-06-04 Richard Biener <rguenther@suse.de>
4027 * tree-ssa-alias.c (stmt_may_clobber_ref_p): Improve handling
4028 of accesses with non-invariant address.
4030 2014-06-04 Martin Liska <mliska@suse.cz>
4032 * cgraph.h (cgraph_make_wrapper): New function introduced.
4033 * cgraphunit.c (cgraph_make_wrapper): The function implementation.
4034 * ipa-inline.h (inline_analyze_function): The function is global.
4035 * ipa-inline-analysis.c (inline_analyze_function): Likewise.
4037 2014-06-04 Martin Liska <mliska@suse.cz>
4039 * tree.h (private_lookup_attribute_starting): New function.
4040 (lookup_attribute_starting): Likewise.
4041 * tree.c (private_lookup_attribute_starting): Likewise.
4043 2014-06-04 Martin Liska <mliska@suse.cz>
4045 * cgraph.h (expand_thunk): New argument added.
4046 (address_taken_from_non_vtable_p): New global function.
4047 * ipa-visibility.c (address_taken_from_non_vtable_p): Likewise.
4048 * cgraphclones.c (duplicate_thunk_for_node): Argument added to call.
4049 * cgraphunit.c (analyze_function): Likewise.
4050 (assemble_thunks_and_aliases): Argument added to call.
4051 (expand_thunk): New argument forces to produce GIMPLE thunk.
4053 2014-06-04 Martin Liska <mliska@suse.cz>
4055 * coverage.h (coverage_compute_cfg_checksum): Argument added.
4056 * coverage.c (coverage_compute_cfg_checksum): Likewise.
4057 * profile.c (branch_prob): Likewise.
4059 2014-06-04 Martin Jambor <mjambor@suse.cz>
4062 * ipa-pure-const.c (propagate_pure_const): Add unreachable default
4063 handler for switch on an ipa_ref_use enum.
4064 * ipa-reference.c (analyze_function): Likewise.
4066 2014-06-04 Kai Tietz <ktietz@redhat.com>
4068 * recog.c (peep2_attempt): Copy SIBLING_CALL_P flag
4069 from old call-instruction.
4071 2014-06-04 Bin Cheng <bin.cheng@arm.com>
4073 * config/aarch64/aarch64.c (aarch64_classify_address)
4074 (aarch64_legitimize_reload_address): Support full addressing modes
4076 * config/aarch64/aarch64.md (mov<mode>, movmisalign<mode>)
4077 (*aarch64_simd_mov<mode>, *aarch64_simd_mov<mode>): Relax predicates.
4079 2014-06-03 Andrew Pinski <apinski@cavium.com>
4081 * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Allow non comparisons
4084 2014-06-03 Andrew Pinski <apinski@cavium.com>
4086 * config/aarch64/aarch64.c (aarch64_if_then_else_costs): New function.
4087 (aarch64_rtx_costs): Use aarch64_if_then_else_costs.
4089 2014-06-03 Kai Tietz <ktietz@redhat.com>
4091 * config/i386/i386.c (ix86_function_value_regno_p): Disallow DX_REG
4094 2014-06-03 Dehao Chen <dehao@google.com>
4096 * tree-cfg.c (gimple_merge_blocks): Only reset count when BBs are in
4099 2014-06-03 Marek Polacek <polacek@redhat.com>
4102 * doc/invoke.texi: Document -Wswitch-bool.
4103 * function.c (stack_protect_epilogue): Cast controlling expression of
4105 * gengtype.c (walk_type): Generate switch expression with its
4106 controlling expression cast to int.
4108 2014-06-03 Vishnu K S <Vishnu.k_s@atmel.com>
4110 * config/avr/avr-mcus.def: Add new avr25 devices attiny441, attiny828
4112 * config/avr/avr-tables.opt: Regenerate.
4113 * config/avr/t-multilib: Regenerate.
4114 * doc/avr-mmcu.texi: Regenerate.
4116 2014-06-03 Vishnu K S <vishnu.k_s@atmel.com>
4117 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
4119 * config/avr/avr-mcus.def (ata6616c): Add new avr25 device.
4120 (ata6617c, ata664251): Add new avr35 devices.
4121 (ata6612c): Add new avr4 device.
4122 (ata6613c, ata6614q): Add new avr5 devices.
4123 * config/avr/avr-tables.opt: Regenerate.
4124 * config/avr/t-multilib: Regenerate.
4125 * doc/avr-mmcu.texi: Regenerate.
4127 2014-06-03 Alan Lawrence <alan.lawrence@arm.com>
4129 * gcc/config/aarch64/aarch64-builtins.c
4130 (aarch64_types_binop_ssu_qualifiers): New static data.
4131 (TYPES_BINOP_SSU): Define.
4132 * gcc/config/aarch64/aarch64-simd-builtins.def (suqadd, ushl, urshl,
4133 urshr_n, ushll_n): Use appropriate unsigned qualifiers.
4134 * gcc/config/aarch64/arm_neon.h (vrshl_u8, vrshl_u16, vrshl_u32,
4135 vrshl_u64, vrshlq_u8, vrshlq_u16, vrshlq_u32, vrshlq_u64, vrshld_u64,
4136 vrshr_n_u8, vrshr_n_u16, vrshr_n_u32, vrshr_n_u64, vrshrq_n_u8,
4137 vrshrq_n_u16, vrshrq_n_u32, vrshrq_n_u64, vrshrd_n_u64, vshll_n_u8,
4138 vshll_n_u16, vshll_n_u32, vuqadd_s8, vuqadd_s16, vuqadd_s32,
4139 vuqadd_s64, vuqaddq_s8, vuqaddq_s16, vuqaddq_s32, vuqaddq_s64,
4140 vuqaddb_s8, vuqaddh_s16, vuqadds_s32, vuqaddd_s64): Add signedness
4141 suffix to builtin function name, remove cast.
4142 (vshl_s8, vshl_s16, vshl_s32, vshl_s64, vshl_u8, vshl_u16, vshl_u32,
4143 vshl_u64, vshlq_s8, vshlq_s16, vshlq_s32, vshlq_s64, vshlq_u8,
4144 vshlq_u16, vshlq_u32, vshlq_u64, vshld_s64, vshld_u64): Remove cast.
4146 2014-06-03 Alan Lawrence <alan.lawrence@arm.com>
4148 * gcc/config/aarch64/aarch64-builtins.c
4149 (aarch64_types_binop_uus_qualifiers,
4150 aarch64_types_shift_to_unsigned_qualifiers,
4151 aarch64_types_unsigned_shiftacc_qualifiers): Define.
4152 * gcc/config/aarch64/aarch64-simd-builtins.def (uqshl, uqrshl, uqadd,
4153 uqsub, usqadd, usra_n, ursra_n, uqshrn_n, uqrshrn_n, usri_n, usli_n,
4154 sqshlu_n, uqshl_n): Update qualifiers.
4155 * gcc/config/aarch64/arm_neon.h (vqadd_u8, vqadd_u16, vqadd_u32,
4156 vqadd_u64, vqaddq_u8, vqaddq_u16, vqaddq_u32, vqaddq_u64, vqsub_u8,
4157 vqsub_u16, vqsub_u32, vqsub_u64, vqsubq_u8, vqsubq_u16, vqsubq_u32,
4158 vqsubq_u64, vqaddb_u8, vqaddh_u16, vqadds_u32, vqaddd_u64, vqrshl_u8,
4159 vqrshl_u16, vqrshl_u32, vqrshl_u64, vqrshlq_u8, vqrshlq_u16,
4160 vqrshlq_u32, vqrshlq_u64, vqrshlb_u8, vqrshlh_u16, vqrshls_u32,
4161 vqrshld_u64, vqrshrn_n_u16, vqrshrn_n_u32, vqrshrn_n_u64,
4162 vqrshrnh_n_u16, vqrshrns_n_u32, vqrshrnd_n_u64, vqshl_u8, vqshl_u16,
4163 vqshl_u32, vqshl_u64, vqshlq_u8, vqshlq_u16, vqshlq_u32, vqshlq_u64,
4164 vqshlb_u8, vqshlh_u16, vqshls_u32, vqshld_u64, vqshl_n_u8, vqshl_n_u16,
4165 vqshl_n_u32, vqshl_n_u64, vqshlq_n_u8, vqshlq_n_u16, vqshlq_n_u32,
4166 vqshlq_n_u64, vqshlb_n_u8, vqshlh_n_u16, vqshls_n_u32, vqshld_n_u64,
4167 vqshlu_n_s8, vqshlu_n_s16, vqshlu_n_s32, vqshlu_n_s64, vqshluq_n_s8,
4168 vqshluq_n_s16, vqshluq_n_s32, vqshluq_n_s64, vqshlub_n_s8,
4169 vqshluh_n_s16, vqshlus_n_s32, vqshlud_n_s64, vqshrn_n_u16,
4170 vqshrn_n_u32, vqshrn_n_u64, vqshrnh_n_u16, vqshrns_n_u32,
4171 vqshrnd_n_u64, vqsubb_u8, vqsubh_u16, vqsubs_u32, vqsubd_u64,
4172 vrsra_n_u8, vrsra_n_u16, vrsra_n_u32, vrsra_n_u64, vrsraq_n_u8,
4173 vrsraq_n_u16, vrsraq_n_u32, vrsraq_n_u64, vrsrad_n_u64, vsli_n_u8,
4174 vsli_n_u16, vsli_n_u32,vsli_n_u64, vsliq_n_u8, vsliq_n_u16,
4175 vsliq_n_u32, vsliq_n_u64, vslid_n_u64, vsqadd_u8, vsqadd_u16,
4176 vsqadd_u32, vsqadd_u64, vsqaddq_u8, vsqaddq_u16, vsqaddq_u32,
4177 vsqaddq_u64, vsqaddb_u8, vsqaddh_u16, vsqadds_u32, vsqaddd_u64,
4178 vsra_n_u8, vsra_n_u16, vsra_n_u32, vsra_n_u64, vsraq_n_u8,
4179 vsraq_n_u16, vsraq_n_u32, vsraq_n_u64, vsrad_n_u64, vsri_n_u8,
4180 vsri_n_u16, vsri_n_u32, vsri_n_u64, vsriq_n_u8, vsriq_n_u16,
4181 vsriq_n_u32, vsriq_n_u64, vsrid_n_u64): Remove casts.
4183 2014-06-03 Teresa Johnson <tejohnson@google.com>
4185 * tree-sra.c (modify_function): Record caller nodes after rebuild.
4187 2014-06-02 Jason Merrill <jason@redhat.com>
4190 * varpool.c (ctor_for_folding): Handle uninitialized vtables.
4192 2014-06-03 Alan Lawrence <alan.lawrence@arm.com>
4194 * config/aarch64/aarch64.c (aarch64_evpc_ext): allow and handle
4197 2014-06-03 Alan Lawrence <alan.lawrence@arm.com>
4199 * config/aarch64/aarch64-simd.md (aarch64_rev<REVERSE:rev-op><mode>):
4201 * config/aarch64/aarch64.c (aarch64_evpc_rev): New function.
4202 (aarch64_expand_vec_perm_const_1): Add call to aarch64_evpc_rev.
4203 * config/aarch64/iterators.md (REVERSE): New iterator.
4204 (UNSPEC_REV64, UNSPEC_REV32, UNSPEC_REV16): New enum elements.
4205 (rev_op): New int_attribute.
4206 * config/aarch64/arm_neon.h (vrev16_p8, vrev16_s8, vrev16_u8,
4207 vrev16q_p8, vrev16q_s8, vrev16q_u8, vrev32_p8, vrev32_p16, vrev32_s8,
4208 vrev32_s16, vrev32_u8, vrev32_u16, vrev32q_p8, vrev32q_p16, vrev32q_s8,
4209 vrev32q_s16, vrev32q_u8, vrev32q_u16, vrev64_f32, vrev64_p8,
4210 vrev64_p16, vrev64_s8, vrev64_s16, vrev64_s32, vrev64_u8, vrev64_u16,
4211 vrev64_u32, vrev64q_f32, vrev64q_p8, vrev64q_p16, vrev64q_s8,
4212 vrev64q_s16, vrev64q_s32, vrev64q_u8, vrev64q_u16, vrev64q_u32):
4213 Replace temporary __asm__ with __builtin_shuffle.
4215 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
4217 * config/mips/mips-cpus.def: Add mips32r3, mips32r5, mips64r3 and
4219 * config/mips/mips-tables.opt: Regenerate.
4220 * config/mips/mips.c (mips_compute_frame_info): Changed if statement
4221 to use mips_isa_rev rather than ISA_MIPS32R2.
4222 * config/mips/mips.h (ISA_MIPS32R3): New define.
4223 (ISA_MIPS32R5): New define.
4224 (ISA_MIPS64R3): New define.
4225 (ISA_MIPS64R5): New define.
4226 (TARGET_CPU_CPP_BUILTINS): Added support for ISA_MIPS32R3,
4227 ISA_MIPS32R5, ISA_MIPS64R3 and ISA_MIPS64R5.
4228 (MIPS_ISA_LEVEL_SPEC): Added support for mips32r3, mips32r5, mips64r3
4230 (MIPS_ISA_SYNCI_SPEC): Likewise.
4231 (ISA_HAS_64BIT_REGS): Added ISA_MIPS64R3 and ISA_MIPS64R5.
4232 (LINK_SPEC): Added mips32r3 and mips32r5.
4233 * config/mips/t-isa3264 (MULTILIB_MATCHES): Map mips32r3 and mips32r5
4234 to mips32r2; and mips64r3 and mips64r5 to mips64r2.
4235 * config/mips/t-mti-elf (MULTILIB_MATCHES): Likewise.
4236 * config/mips/t-mti-linux (MULTILIB_MATCHES): Likewise.
4237 * config/mips/t-sde (MULTILIB_MATCHES): Likewise.
4238 * config/mips/t-sdemtk (MULTILIB_MATCHES): New define.
4239 * doc/invoke.texi: Document mips32r3, mips32r5, mips64r3 and mips64r5.
4241 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
4243 * doc/invoke.texi: Document -mxpa and -mno-xpa MIPS command line
4245 * config/mips/mips.opt (mxpa): New option.
4246 * config/mips/mips.h (ASM_SPEC): Pass mxpa and mno-xpa to the
4249 2014-06-03 Martin Jambor <mjambor@suse.cz>
4252 * ipa-cp.c (cgraph_edge_brings_value_p): Handle edges leading to
4255 2014-06-03 Thomas Preud'homme <thomas.preudhomme@arm.com>
4257 PR tree-optimization/61328
4258 * tree-ssa-math-opts.c (init_symbolic_number): Extract symbolic number
4259 initialization from find_bswap_or_nop_1.
4260 (find_bswap_or_nop_1): Test return value of find_bswap_or_nop_1 stored
4261 in source_expr2 before using the size value the function sets. Also
4262 make use of init_symbolic_number () in both the old place and
4263 find_bswap_or_nop_load () to avoid reading uninitialized memory when
4264 doing recursion in the GIMPLE_BINARY_RHS case.
4266 2014-06-03 Richard Biener <rguenther@suse.de>
4268 PR tree-optimization/61383
4269 * tree-ssa-ifcombine.c (bb_no_side_effects_p): Make sure
4272 2014-06-03 Richard Sandiford <rdsandiford@googlemail.com>
4274 * defaults.h (USE_MD_CONSTRAINTS, EXTRA_MEMORY_CONSTRAINT)
4275 (EXTRA_ADDRESS_CONSTRAINT, DEFAULT_CONSTRAINT_LEN, CONSTRAINT_LEN)
4276 (CONST_OK_FOR_CONSTRAINT_P, CONST_DOUBLE_OK_FOR_LETTER_P)
4277 (REG_CLASS_FROM_CONSTRAINT, EXTRA_CONSTRAINT_STR): Delete definitions
4279 (REG_CLASS_FROM_LETTER, CONST_OK_FOR_LETTER_P)
4280 (CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT): Move poising to...
4281 * system.h: ...here and make it unconditional.
4282 * target.def (conditional_register_usage): Mention
4283 define_register_constraint instead of old-style constraint macros.
4284 * doc/tm.texi.in: Remove documentation for old-style constraint macros.
4285 * doc/tm.texi: Regenerate.
4286 * genoutput.c: Remove USE_MD_CONSTRAINTS conditions and all code
4287 protected by !USE_MD_CONSTRAINTS.
4288 * config/frv/frv.md: Remove quote from old version of documentation.
4289 * config/frv/frv.c (frv_conditional_register_usage): Likewise.
4290 * config/m32r/m32r.c (easy_di_const, easy_df_const): Avoid mentioning
4291 CONST_DOUBLE_OK_FOR_LETTER.
4292 * config/sh/constraints.md: Likewise EXTRA_CONSTRAINT.
4294 2014-06-02 Andrew Pinski <apinski@cavium.com>
4296 * config/aarch64/aarch64-linux.h (GLIBC_DYNAMIC_LINKER):
4297 /lib/ld-linux32-aarch64.so.1 is used for ILP32.
4298 (LINUX_TARGET_LINK_SPEC): Update linker script for ILP32.
4299 file whose name depends on -mabi= and -mbig-endian.
4300 * config/aarch64/t-aarch64-linux (MULTILIB_OSDIRNAMES):
4301 Handle LP64 better and handle ilp32 too.
4302 (MULTILIB_OPTIONS): Delete.
4303 (MULTILIB_DIRNAMES): Delete.
4305 2014-06-02 Andrew MacLeod <amacleod@redhat.com>
4307 * expr.h: Remove prototypes of functions defined in builtins.c.
4308 * tree.h: (build_call_expr_*, build_string_literal): Add prototypes.
4309 Remove prototypes of functions defined in builtins.c.
4310 * builtins.h: Update prototype list to include all exported functions.
4311 * builtins.c: (default_libc_has_function, gnu_libc_has_function,
4312 no_c99_libc_has_function): Move to targhooks.c
4313 (build_string_literal, build_call_expr_loc_array,
4314 build_call_expr_loc_vec, build_call_expr_loc, build_call_expr): Move
4316 (expand_builtin_object_size, fold_builtin_object_size): Make static.
4317 * targhooks.c (default_libc_has_function, gnu_libc_has_function,
4318 no_c99_libc_has_function): Relocate from builtins.c.
4319 * tree.c: Include builtins.h.
4320 (build_call_expr_loc_array, build_call_expr_loc_vec,
4321 build_call_expr_loc, build_call_expr, build_string_literal): Relocate
4323 * fold-const.h (fold_fma): Move prototype to builtins.h.
4324 * realmpfr.h (do_mpc_arg2): Move prototype to builtins.h.
4325 * asan.c: Include builtins.h.
4326 * cfgexpand.c: Likewise.
4327 * convert.c: Likewise.
4328 * emit-rtl.c: Likewise.
4329 * except.c: Likewise.
4331 * fold-const.c: Likewise.
4332 * gimple-fold.c: Likewise.
4333 * gimple-ssa-strength-reduction.c: Likewise.
4334 * gimplify.c: Likewise.
4335 * ipa-inline.c: Likewise.
4336 * ipa-prop.c: Likewise.
4337 * lto-streamer-out.c: Likewise.
4339 * tree-inline.c: Likewise.
4340 * tree-object-size.c: Likewise.
4341 * tree-sra.c: Likewise.
4342 * tree-ssa-ccp.c: Likewise.
4343 * tree-ssa-forwprop.c: Likewise.
4344 * tree-ssa-loop-ivcanon.c: Likewise.
4345 * tree-ssa-loop-ivopts.c: Likewise.
4346 * tree-ssa-math-opts.c: Likewise.
4347 * tree-ssa-reassoc.c: Likewise.
4348 * tree-ssa-threadedge.c: Likewise.
4349 * tree-streamer-in.c: Likewise.
4350 * tree-vect-data-refs.c: Likewise.
4351 * tree-vect-patterns.c: Likewise.
4352 * tree-vect-stmts.c: Likewise.
4353 * config/aarch64/aarch64.c: Likewise.
4354 * config/alpha/alpha.c: Likewise.
4355 * config/arc/arc.c: Likewise.
4356 * config/arm/arm.c: Likewise.
4357 * config/avr/avr.c: Likewise.
4358 * config/bfin/bfin.c: Likewise.
4359 * config/c6x/c6x.c: Likewise.
4360 * config/cr16/cr16.c: Likewise.
4361 * config/cris/cris.c: Likewise.
4362 * config/epiphany/epiphany.c: Likewise.
4363 * config/fr30/fr30.c: Likewise.
4364 * config/frv/frv.c: Likewise.
4365 * config/h8300/h8300.c: Likewise.
4366 * config/i386/i386.c: Likewise.
4367 * config/i386/winnt.c: Likewise.
4368 * config/ia64/ia64.c: Likewise.
4369 * config/iq2000/iq2000.c: Likewise.
4370 * config/lm32/lm32.c: Likewise.
4371 * config/m32c/m32c.c: Likewise.
4372 * config/m32r/m32r.c: Likewise.
4373 * config/m68k/m68k.c: Likewise.
4374 * config/mcore/mcore.c: Likewise.
4375 * config/mep/mep.c: Likewise.
4376 * config/microblaze/microblaze.c: Likewise.
4377 * config/mips/mips.c: Likewise.
4378 * config/mmix/mmix.c: Likewise.
4379 * config/mn10300/mn10300.c: Likewise.
4380 * config/moxie/moxie.c: Likewise.
4381 * config/msp430/msp430.c: Likewise.
4382 * config/nds32/nds32.c: Likewise.
4383 * config/pa/pa.c: Likewise.
4384 * config/pdp11/pdp11.c: Likewise.
4385 * config/picochip/picochip.c: Likewise.
4386 * config/rl78/rl78.c: Likewise.
4387 * config/rs6000/rs6000.c: Likewise.
4388 * config/rx/rx.c: Likewise.
4389 * config/s390/s390.c: Likewise.
4390 * config/score/score.c: Likewise.
4391 * config/sh/sh.c: Likewise.
4392 * config/sparc/sparc.c: Likewise.
4393 * config/spu/spu.c: Likewise.
4394 * config/stormy16/stormy16.c: Likewise.
4395 * config/tilegx/tilegx.c: Likewise.
4396 * config/tilepro/tilepro.c: Likewise.
4397 * config/v850/v850.c: Likewise.
4398 * config/vax/vax.c: Likewise.
4399 * config/xtensa/xtensa.c: Likewise.
4401 2014-06-02 Jeff Law <law@redhat.com>
4403 PR rtl-optimization/61094
4404 * ree.c (combine_reaching_defs): Do not reextend an insn if it
4405 was marked as do_no_reextend. If a copy is needed to eliminate
4406 an extension, then mark it as do_not_reextend.
4408 2014-06-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
4410 * config/aarch64/aarch64.md (set_fpcr): Drop ISB after FPCR write.
4412 2014-06-02 Richard Henderson <rth@redhat.com>
4415 * config/alpha/alpha.c (print_operand_address): Allow symbolic
4416 addresses inside asms. Use output_operand_lossage instead of
4419 2014-06-02 Uros Bizjak <ubizjak@gmail.com>
4422 * config/i386/i386.c (ix86_expand_vec_perm) [case V32QImode]: Use
4423 GEN_INT (-128) instead of GEN_INT (128) to set MSB of QImode constant.
4425 2014-06-02 Tom de Vries <tom@codesourcery.com>
4427 * config/aarch64/aarch64.c (aarch64_float_const_representable_p): Handle
4428 case that x has VOIDmode.
4430 2014-06-02 Bernd Schmidt <bernds@codesourcery.com>
4432 * varasm.c (copy_constant): Delete function.
4433 (build_constant_desc): Don't call it.
4435 2014-06-02 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4438 * config/arm/arm.h (TARGET_SUPPORTS_WIDE_INT): Define.
4439 * config/arm/arm.md (mov64 splitter): Replace const_double_operand
4440 with immediate_operand.
4442 2014-06-02 Andreas Schwab <schwab@suse.de>
4444 * config/ia64/ia64.c
4445 (ia64_first_cycle_multipass_dfa_lookahead_guard): Check
4446 pending_data_specs first.
4448 2014-06-02 Richard Biener <rguenther@suse.de>
4450 PR tree-optimization/61378
4451 * tree-ssa-sccvn.c (vn_reference_lookup_3): Initialize
4454 2014-06-01 Uros Bizjak <ubizjak@gmail.com>
4456 * config/i386/constraints.md (Bw): Rename from 'w'.
4457 (Bz): Rename from 'z'.
4458 * config/i386/i386.md: Change 'w' to 'Bw' and 'z' to 'Bz' globally.
4460 2014-06-01 Kai Tietz <ktietz@redhat.com>
4463 * config/i386/constrains.md (define_constrain): New 'Bs' constraint.
4464 * config/i386/i386.md (sibcall_insn_operand): Use Bs
4465 instead of m constraint.
4467 2014-05-31 Andreas Schwab <schwab@linux-m68k.org>
4469 * config/m68k/m68k.md (beq0_di, bne0_di): Make the "o" constraint
4470 a separate alternative where the scratch operand 2 is marked as
4473 2014-05-31 Kugan Vivekanandarajah <kuganv@linaro.org>
4475 * config/arm/arm.c (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New define.
4476 (arm_builtins) : Add ARM_BUILTIN_GET_FPSCR and ARM_BUILTIN_SET_FPSCR.
4477 (bdesc_2arg) : Add description for builtins __builtins_arm_set_fpscr
4478 and __builtins_arm_get_fpscr.
4479 (arm_init_builtins) : Initialize builtins __builtins_arm_set_fpscr and
4480 __builtins_arm_get_fpscr.
4481 (arm_expand_builtin) : Expand builtins __builtins_arm_set_fpscr and
4482 __builtins_arm_ldfpscr.
4483 (arm_atomic_assign_expand_fenv): New function.
4484 * config/arm/vfp.md (set_fpscr): New pattern.
4485 (get_fpscr) : Likewise.
4486 * config/arm/unspecs.md (unspecv): Add VUNSPEC_GET_FPSCR and
4488 * doc/extend.texi (AARCH64 Built-in Functions) : Document
4489 __builtins_arm_set_fpscr, __builtins_arm_get_fpscr.
4491 2014-05-30 Jakub Jelinek <jakub@redhat.com>
4493 * asan.c (report_error_func): Add SLOW_P argument, use
4494 BUILT_IN_ASAN_*_N if set.
4495 (build_check_stmt): Likewise.
4496 (instrument_derefs): If T has insufficient alignment,
4497 force same handling as for odd sizes.
4499 * sanitizer.def (BUILT_IN_ASAN_REPORT_LOAD_N,
4500 BUILT_IN_ASAN_REPORT_STORE_N): New.
4501 * asan.c (struct asan_mem_ref): Change access_size type to
4503 (asan_mem_ref_init, asan_mem_ref_new, get_mem_refs_of_builtin_call,
4504 update_mem_ref_hash_table): Likewise.
4505 (asan_mem_ref_hasher::hash): Hash in a HWI.
4506 (report_error_func): Change size_in_bytes argument to HWI.
4507 Use *_N builtins if size_in_bytes is larger than 16 or not power of
4509 (build_shadow_mem_access): New function.
4510 (build_check_stmt): Use it. Change size_in_bytes argument to HWI.
4511 Handle size_in_bytes not power of two or larger than 16.
4512 (instrument_derefs): Don't give up if size_in_bytes is not
4513 power of two or is larger than 16.
4515 2014-05-30 Kai Tietz <ktietz@redhat.com>
4518 * config/i386/i386.c (x86_output_mi_thunk): Add memory case
4519 for sibling-tail-calls.
4520 * config/i386/i386.md (sibcall_insn_operand): Add memory-constrain
4522 * config/i386/predicates.md (sibcall_memory_operand): New predicate.
4523 (sibcall_insn_operand): Add check for sibcall_memory_operand.
4525 2014-05-30 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
4527 * config/avr/avr-mcus.def: Change ATA6289 ISA to AVR4
4528 * config/avr/avr-tables.opt: Regenerate.
4529 * config/avr/t-multilib: Regenerate.
4530 * doc/avr-mmcu.texi: Regenerate.
4532 2014-05-30 Ian Lance Taylor <iant@google.com>
4534 * config/i386/xmmintrin.h (_mm_pause): Move out of scope of pragma
4537 2014-05-30 Tom de Vries <tom@codesourcery.com>
4539 * config/i386/i386.c (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS):
4542 2014-05-30 Tom de Vries <tom@codesourcery.com>
4544 * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
4545 * lra.c (initialize_lra_reg_info_element): Add init of
4546 actual_call_used_reg_set field.
4547 (lra): Call lra_create_live_ranges before lra_inheritance for
4549 * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
4551 * lra-constraints.c (need_for_call_save_p): Use actual_call_used_reg_set
4552 instead of call_used_reg_set for -fuse-caller-save.
4553 * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
4555 2014-05-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4557 * config/arm/thumb2.md (*thumb2_movhi_insn): Set type of movw
4559 * config/arm/vfp.md (*thumb2_movsi_vfp): Likewise.
4561 2014-05-30 Richard Sandiford <rdsandiford@googlemail.com>
4563 * ira.c (ira_get_dup_out_num): Check for output operands at
4564 the start of the loop. Handle cases where an included alternative
4565 follows an excluded one.
4567 2014-05-29 Mike Stump <mikestump@comcast.net>
4570 * collect2.c (maybe_run_lto_and_relink): Be sure to always run
4571 post ld passes when lto is used.
4573 2014-05-29 Vladimir Makarov <vmakarov@redhat.com>
4575 PR rtl-optimization/61325
4576 * lra-constraints.c (process_address): Rename to process_address_1.
4577 (process_address): New function.
4579 2014-05-29 Alan Lawrence <alan.lawrence@arm.com>
4581 * config/aarch64/aarch64-builtins.c (aarch64_types_binopv_qualifiers,
4582 TYPES_BINOPV): New static data.
4583 * config/aarch64/aarch64-simd-builtins.def (im_lane_bound):
4585 * config/aarch64/aarch64-simd.md (aarch64_ext,
4586 aarch64_im_lane_boundsi): New patterns.
4587 * config/aarch64/aarch64.c (aarch64_expand_vec_perm_const_1): Match
4589 (aarch64_evpc_ext): New function.
4591 * config/aarch64/iterators.md (UNSPEC_EXT): New enum element.
4593 * config/aarch64/arm_neon.h (vext_f32, vext_f64, vext_p8, vext_p16,
4594 vext_s8, vext_s16, vext_s32, vext_s64, vext_u8, vext_u16, vext_u32,
4595 vext_u64, vextq_f32, vextq_f64, vextq_p8, vextq_p16, vextq_s8,
4596 vextq_s16, vextq_s32, vextq_s64, vextq_u8, vextq_u16, vextq_u32,
4597 vextq_u64): Replace __asm with __builtin_shuffle and im_lane_boundsi.
4599 2014-05-29 Tom de Vries <tom@codesourcery.com>
4601 * rtl.h (BLOCK_SYMBOL_CHECK): Use SYMBOL_REF_FLAGS.
4603 2014-05-29 Richard Earnshaw <rearnsha@arm.com>
4604 Richard Sandiford <rdsandiford@googlemail.com>
4606 * arm/iterators.md (shiftable_ops): New code iterator.
4607 (t2_binop0, arith_shift_insn): New code attributes.
4608 * arm/predicates.md (shift_nomul_operator): New predicate.
4609 * arm/arm.md (insn_enabled): Delete.
4610 (enabled): Remove insn_enabled test.
4611 (*arith_shiftsi): Delete. Replace with ...
4612 (*<arith_shift_insn>_multsi): ... new pattern.
4613 (*<arith_shift_insn>_shiftsi): ... new pattern.
4614 * config/arm/arm.c (arm_print_operand): Handle operand format 'b'.
4616 2014-05-29 Radovan Obradovic <robradovic@mips.com>
4617 Tom de Vries <tom@codesourcery.com>
4619 * config/mips/mips.h (POST_CALL_TMP_REG): Define.
4620 * config/mips/mips.c (mips_emit_call_insn): Add POST_CALL_TMP_REG
4622 (mips_split_call): Use POST_CALL_TMP_REG.
4623 (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): Redefine to true.
4625 2014-05-29 Tom de Vries <tom@codesourcery.com>
4627 * final.c (collect_fn_hard_reg_usage): Guard variable declaration
4628 with #ifdef STACK_REGS.
4630 2014-05-28 Jan Hubicka <hubicka@ucw.cz>
4632 * varasm.c (get_variable_section): Walk aliases.
4633 (place_block_symbol): Walk aliases.
4635 2014-05-28 Tom de Vries <tom@codesourcery.com>
4638 2014-05-28 Tom de Vries <tom@codesourcery.com>
4640 * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
4641 * lra.c (initialize_lra_reg_info_element): Add init of
4642 actual_call_used_reg_set field.
4643 (lra): Call lra_create_live_ranges before lra_inheritance for
4645 * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
4647 * lra-constraints.c (need_for_call_save_p): Use
4648 actual_call_used_reg_set instead of call_used_reg_set for
4650 * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
4652 2014-05-28 Richard Sandiford <rdsandiford@googlemail.com>
4654 * doc/md.texi: Document that the % constraint character must
4655 be at the beginning of the string.
4656 * genoutput.c (validate_insn_alternatives): Check that '=',
4657 '+' and '%' only appear at the beginning of a constraint.
4658 * ira.c (commutative_constraint_p): Delete.
4659 (ira_get_dup_out_num): Expect the '%' commutativity marker to be
4660 at the start of the string.
4661 * config/alpha/alpha.md (*movmemdi_1, *clrmemdi_1): Remove
4663 * config/arm/neon.md (bicdi3_neon): Likewise.
4664 * config/iq2000/iq2000.md (addsi3_internal, subsi3_internal, sgt_si)
4665 (slt_si, sltu_si): Likewise.
4666 * config/vax/vax.md (sbcdi3): Likewise.
4667 * config/h8300/h8300.md (*cmpstz): Remove duplicate '+'.
4668 * config/arc/arc.md (mulsi_600, mulsidi_600, umulsidi_600)
4669 (mul64): Move '%' to beginning of constraint.
4670 * config/arm/arm.md (*xordi3_insn): Likewise.
4671 * config/nds32/nds32.md (add<mode>3, mulsi3, andsi3, iorsi3)
4674 2014-05-28 Richard Sandiford <rdsandiford@googlemail.com>
4676 * doc/md.texi: Document the restrictions on the "enabled" attribute.
4678 2014-05-28 Jason Merrill <jason@redhat.com>
4681 * cgraph.h (symtab_node::get_comdat_group_id): New.
4682 * cgraphunit.c (analyze_functions): Call it.
4683 * symtab.c (dump_symtab_node): Likewise.
4684 * tree.c (decl_comdat_group_id): New.
4685 * tree.h: Declare it.
4686 * lto-streamer-out.c (write_symbol): Use it.
4687 * trans-mem.c (ipa_tm_create_version_alias): Likewise.
4689 2014-05-28 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4691 PR bootstrap/PR61146
4692 * wide-int.cc: Do not include longlong.h when compiling with clang.
4694 2014-05-28 Richard Biener <rguenther@suse.de>
4696 * tree-ssa-propagate.c (add_control_edge): Print less vertical space.
4697 * tree-vrp.c (extract_range_from_ssa_name): Also copy VR_UNDEFINED.
4698 (vrp_visit_assignment_or_call): Print less vertical space.
4699 (vrp_visit_stmt): Likewise.
4700 (vrp_visit_phi_node): Likewise. For a PHI argument with
4701 VR_VARYING range consider recording it as copy.
4703 2014-05-28 Richard Biener <rguenther@suse.de>
4706 2014-05-28 Richard Biener <rguenther@suse.de>
4708 * hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
4710 2014-05-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
4712 * expr.c (expand_assignment): Fold the bitpos in the to_rtx if
4713 sufficiently aligned and an offset is used at the same time.
4714 (expand_expr_real_1): Likewise.
4716 2014-05-28 Richard Biener <rguenther@suse.de>
4719 * fold-const.c (fold_comparison): When folding
4720 X +- C1 CMP Y +- C2 to X CMP Y +- C2 +- C1 also ensure
4721 the sign of the remaining constant operand stays the same.
4723 2014-05-28 Kaushik Phatak <kaushik.phatak@kpit.com>
4725 * config/rl78/rl78.h (TARGET_CPU_CPP_BUILTINS): Define
4726 __RL78_64BIT_DOUBLES__ or __RL78_32BIT_DOUBLES__.
4727 (ASM_SPEC): Pass -m64bit-doubles or -m32bit-doubles on
4729 (DOUBLE_TYPE_SIZE): Use 64 bit if TARGET_64BIT_DOUBLES is true.
4730 * gcc/config/rl78/rl78.opt (m64bit-doubles): New option.
4731 (m32bit-doubles) Likewise.
4732 * gcc/config/rl78/t-rl78: Add 64-bit-double multilib.
4733 * doc/invoke.texi: Document -m32bit-doubles and -m64bit-doubles
4736 2014-05-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4738 * configure.ac ($gcc_cv_ld_clearcap): New test.
4739 * configure: Regenerate.
4740 * config.in: Regenerate.
4741 * config/sol2.opt (mclear-hwcap): New option.
4742 * config/sol2.h (LINK_CLEARCAP_SPEC): Define.
4743 * config/sol2-clearcap.map: Moved here from
4744 testsuite/gcc.target/i386/clearcap.map.
4745 * config/sol2-clearcapv2.map: Move here from
4746 gcc.target/i386/clearcapv2.map.
4747 * config/t-sol2 (install): Depend on install-clearcap-map.
4748 (install-clearcap-map): New target.
4749 * doc/invoke.texi (Option Summary, Solaris 2 Options): Document
4752 2014-05-28 Richard Biener <rguenther@suse.de>
4754 * hwint.h (*_HALF_WIDE_INT*): Move to ...
4755 * wide-int.cc (HOST_BITS_PER_HALF_WIDE_INT, HOST_HALF_WIDE_INT):
4756 ... here and remove the rest.
4757 * hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
4759 2014-05-28 Richard Biener <rguenther@suse.de>
4761 PR tree-optimization/61335
4762 * tree-vrp.c (vrp_visit_phi_node): If the compare of old and
4763 new range fails, drop to varying.
4765 2014-05-28 Olivier Hainque <hainque@adacore.com>
4767 * config/rs6000/vxworks.h (VXCPU_FOR_8548): New. Default to PPC85XX.
4768 (CPP_SPEC): Add entry for -mcpu=8548.
4769 * config/rs6000/vxworksae.h: Reinstate. Override VXCPU_FOR_8548.
4770 * config.gcc (powerpc-wrs-vxworksae, tm_file): Add back vxworksae.h.
4772 2014-05-28 Tom de Vries <tom@codesourcery.com>
4774 * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
4775 * lra.c (initialize_lra_reg_info_element): Add init of
4776 actual_call_used_reg_set field.
4777 (lra): Call lra_create_live_ranges before lra_inheritance for
4779 * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
4781 * lra-constraints.c (need_for_call_save_p): Use
4782 actual_call_used_reg_set instead of call_used_reg_set for
4784 * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
4786 2014-05-28 Radovan Obradovic <robradovic@mips.com>
4787 Tom de Vries <tom@codesourcery.com>
4789 * doc/invoke.texi (@item Optimization Options): Add -fuse-caller-save
4791 (@item -fuse-caller-save): New item.
4793 2014-05-28 Radovan Obradovic <robradovic@mips.com>
4794 Tom de Vries <tom@codesourcery.com>
4796 * opts.c (default_options_table): Add OPT_LEVELS_2_PLUS entry with
4797 OPT_fuse_caller_save.
4799 2014-05-28 Radovan Obradovic <robradovic@mips.com>
4800 Tom de Vries <tom@codesourcery.com>
4802 * df-scan.c (df_get_call_refs): Use get_call_reg_set_usage.
4803 * caller-save.c (setup_save_areas, save_call_clobbered_regs): Use
4804 get_call_reg_set_usage.
4805 * resource.c (mark_set_resources, mark_target_live_regs): Use
4806 get_call_reg_set_usage.
4807 * ira-int.h (struct ira_allocno): Add crossed_calls_clobbered_regs
4809 (ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS): Define.
4810 * ira-lives.c (process_bb_node_lives): Use get_call_reg_set_usage.
4811 Calculate ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
4812 * ira-build.c (ira_create_allocno): Init
4813 ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
4814 (create_cap_allocno, propagate_allocno_info)
4815 (propagate_some_info_from_allocno)
4816 (copy_info_to_removed_store_destinations): Handle
4817 ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
4818 * ira-costs.c (ira_tune_allocno_costs): Use
4819 ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS to adjust costs.
4821 2014-05-28 Radovan Obradovic <robradovic@mips.com>
4822 Tom de Vries <tom@codesourcery.com>
4824 * cgraph.h (struct cgraph_rtl_info): Add function_used_regs
4825 and function_used_regs_valid fields.
4826 * final.c: Move include of hard-reg-set.h to before rtl.h to declare
4827 find_all_hard_reg_sets.
4828 (collect_fn_hard_reg_usage, get_call_fndecl, get_call_cgraph_rtl_info)
4829 (get_call_reg_set_usage): New function.
4830 (rest_of_handle_final): Use collect_fn_hard_reg_usage.
4831 * regs.h (get_call_reg_set_usage): Declare.
4833 2014-05-28 Georg-Johann Lay <avr@gjlay.de>
4836 * config/dbx.h (License): Add Runtime Library Exception.
4837 * config/newlib-stdint.h (License): Same.
4838 * config/rtems.h (License): Same
4839 * config/initfini-array.h (License): Same
4840 * config/v850/v850.h (License): Same.
4841 * config/v850/v850-opts.h (License): Same
4842 * config/v850/rtems.h (License): Same.
4844 2014-05-28 Georg-Johann Lay <avr@gjlay.de>
4847 * doc/extend.texi (Local Labels): Note that label differences are
4848 not supported for AVR.
4850 2014-05-28 Richard Sandiford <rdsandiford@googlemail.com>
4851 Olivier Hainque <hainque@adacore.com>
4853 * rtl.h (set_for_reg_notes): Declare.
4854 * emit-rtl.c (set_for_reg_notes): New function.
4855 (set_unique_reg_note): Use it.
4856 * optabs.c (add_equal_note): Likewise
4858 2014-05-27 Andrew Pinski <apinski@cavium.com>
4860 * config/aarch64/aarch64.md (stack_protect_set_<mode>):
4861 Use <w> for the register in assembly template.
4862 (stack_protect_test): Use the mode of operands[0] for the result.
4863 (stack_protect_test_<mode>): Use <w> for the register
4864 in assembly template.
4866 2014-05-27 DJ Delorie <dj@redhat.com>
4868 * config/rx/rx.c (add_vector_labels): New.
4869 (rx_output_function_prologue): Call it.
4870 (rx_handle_func_attribute): Don't require empty arguments.
4871 (rx_handle_vector_attribute): New.
4872 (rx_attribute_table): Add "vector" attribute.
4873 * doc/extend.texi (interrupt, vector): Document new/changed
4874 RX-specific attributes.
4876 * config/rx/rx.c (rx_adjust_insn_length): Skip for non-insns.
4878 2014-05-27 Eric Botcazou <ebotcazou@adacore.com>
4880 * double-int.c (div_and_round_double) <ROUND_DIV_EXPR>: Use the proper
4881 predicate to detect a negative quotient.
4883 2014-05-27 Eric Botcazou <ebotcazou@adacore.com>
4885 * fold-const.c (fold_comparison): Clean up and extend X +- C1 CMP C2
4886 to X CMP C2 -+ C1 transformation to EQ_EXPR/NE_EXPR.
4887 Add X - Y CMP 0 to X CMP Y transformation.
4888 (fold_binary_loc) <EQ_EXPR/NE_EXPR>: Remove same transformations.
4890 2014-05-27 Segher Boessenkool <segher@kernel.crashing.org>
4892 * stmt.c (dump_case_nodes): Don't convert values to HOST_WIDE_INT
4895 2014-05-27 Steve Ellcey <sellcey@mips.com>
4897 * config/mips/mips.c: Add include of cgraph.h.
4899 2014-05-27 Richard Biener <rguenther@suse.de>
4901 * system.h (__STDC_FORMAT_MACROS): Define as very first thing.
4903 2014-05-27 Georg-Johann Lay <avr@gjlay.de>
4906 * config/arm/arm.h (License): Add note to COPYING.RUNTIME.
4907 * config/arm/arm-cores.def (License): Same.
4908 * config/arm/arm-opts.h (License): Same.
4909 * config/arm/aout.h (License): Same.
4910 * config/arm/bpabi.h (License): Same.
4911 * config/arm/elf.h (License): Same.
4912 * config/arm/linux-elf.h (License): Same.
4913 * config/arm/linux-gas.h (License): Same.
4914 * config/arm/netbsd-elf.h (License): Same.
4915 * config/arm/uclinux-eabi.h (License): Same.
4916 * config/arm/uclinux-elf.h (License): Same.
4917 * config/arm/vxworks.h (License): Same.
4919 2014-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4921 * config/arm/neon.md (neon_bswap<mode>): New pattern.
4922 * config/arm/arm.c (neon_itype): Add NEON_BSWAP.
4923 (arm_init_neon_builtins): Handle NEON_BSWAP.
4924 Define required type nodes.
4925 (arm_expand_neon_builtin): Handle NEON_BSWAP.
4926 (arm_builtin_vectorized_function): Handle BUILTIN_BSWAP builtins.
4927 * config/arm/arm_neon_builtins.def (bswap): Define builtins.
4928 * config/arm/iterators.md (VDQHSD): New mode iterator.
4930 2014-05-27 Richard Biener <rguenther@suse.de>
4932 * tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops_using_ranges):
4933 Try using literal operands when comparing value-ranges failed.
4935 2014-05-27 Richard Sandiford <rdsandiford@googlemail.com>
4937 * ira.c (commutative_operand): Adjust for change to recog_data.
4938 [Missing from previous commit.]
4940 2014-05-27 Richard Sandiford <rdsandiford@googlemail.com>
4942 * system.h (TEST_BIT): New macro.
4943 * recog.h (alternative_mask): New type.
4944 (ALL_ALTERNATIVES, ALTERNATIVE_BIT): New macros.
4945 (recog_data_d): Replace alternative_enabled_p array with
4946 enabled_alternatives.
4947 (target_recog): New structure.
4948 (default_target_recog, this_target_recog): Declare.
4949 (get_enabled_alternatives, recog_init): Likewise.
4950 * recog.c (default_target_recog, this_target_recog): New variables.
4951 (get_enabled_alternatives): New function.
4952 (extract_insn): Use it.
4953 (recog_init): New function.
4954 (preprocess_constraints, constrain_operands): Adjust for change to
4956 * postreload.c (reload_cse_simplify_operands): Likewise.
4957 * reload.c (find_reloads): Likewise.
4958 * ira-costs.c (record_reg_classes): Likewise.
4959 * ira-lives.c (single_reg_class): Likewise. Fix bug in which
4960 all alternatives after a disabled one would be skipped.
4961 (ira_implicitly_set_insn_hard_regs): Likewise.
4962 * ira.c (ira_setup_alts): Adjust for change to recog_data.
4963 * lra-int.h (lra_insn_recog_data): Replace alternative_enabled_p
4964 with enabled_alternatives.
4965 * lra.c (free_insn_recog_data): Update accordingly.
4966 (lra_update_insn_recog_data): Likewise.
4967 (lra_set_insn_recog_data): Likewise. Use get_enabled_alternatives.
4968 * lra-constraints.c (process_alt_operands): Likewise. Handle
4969 only_alternative as part of the enabled mask.
4970 * target-globals.h (this_target_recog): Declare.
4971 (target_globals): Add a recog field.
4972 (restore_target_globals): Restore this_target_recog.
4973 * target-globals.c: Include recog.h.
4974 (default_target_globals): Initialize recog field.
4975 (save_target_globals): Likewise.
4976 * reginfo.c (reinit_regs): Call recog_init.
4977 * toplev.c (backend_init_target): Likewise.
4979 2014-05-27 Richard Sandiford <rdsandiford@googlemail.com>
4981 * gencodes.c (main): Make LAST_INSN_CODE higher than any insn code,
4982 rather than any named insn's code.
4984 2014-05-27 Georg-Johann Lay <avr@gjlay.de>
4987 * config/arm/arm-opts.h (License): Add GCC Runtime Library Exception.
4988 * config/arm/arm-cores.def (License): Same.
4990 2014-05-26 Jan Hubicka <hubicka@ucw.cz>
4992 * tree.h (decl_comdat_group): Declare.
4993 * cgraph.h (symtab_in_same_comdat_p): Move offline to ...
4994 * tree.c (decl_comdat_group): Here.
4996 2014-05-26 Richard Sandiford <r.sandiford@uk.ibm.com>
4998 PR rtl-optimization/61222
4999 * combine.c (simplify_shift_const_1): When moving a PLUS outside
5000 the shift, truncate the PLUS operand to the result mode.
5002 2014-05-26 Uros Bizjak <ubizjak@gmail.com>
5005 * config/i386/i386.c (ix86_rtx_costs)
5006 <case CONST_INT, case CONST, case LABEL_REF, case SYMBOL_REF>:
5009 2014-05-26 Martin Jambor <mjambor@suse.cz>
5011 * ira.c (split_live_ranges_for_shrink_wrap): Remove bailout on
5014 2014-05-26 Richard Biener <rguenther@suse.de>
5016 * wide-int.h (wi::int_traits <long>, wi::int_traits <unsigned long>,
5017 wi::int_traits <long long>, wi::int_traits <unsigned long long>):
5018 Provide specializations.
5019 (wi::int_traits <HOST_WIDE_INT>,
5020 wi::int_traits <unsigned HOST_WIDE_INT>): Remove specializations.
5022 2014-05-26 Alan Modra <amodra@gmail.com>
5025 * config/rs6000/rs6000.c (rs6000_emit_set_const): Remove unneeded
5026 params and return a bool. Remove dead code. Update comment.
5027 Assert we have a const_int source. Remove bogus code from
5028 32-bit HWI days. Move !TARGET_POWERPC64 handling, and correct
5029 handling of constants > 2G and reg_equal note, from..
5030 (rs6000_emit_set_long_const): ..here. Remove unneeded param and
5031 return value. Update comment. If we can, use a new pseudo
5032 for intermediate calculations.
5033 * config/rs6000/rs6000-protos.h (rs6000_emit_set_const): Update
5035 * config/rs6000/rs6000.md (movsi_internal1_single+1): Update
5036 call to rs6000_emit_set_const in splitter.
5037 (movdi_internal64+2, +3): Likewise.
5039 2014-05-26 Richard Biener <rguenther@suse.de>
5041 * system.h: Define __STDC_FORMAT_MACROS before
5042 including inttypes.h.
5043 * hwint.h (HOST_WIDEST_INT, HOST_BITS_PER_WIDEST_INT,
5044 HOST_WIDEST_INT_PRINT, HOST_WIDEST_INT_PRINT_DEC,
5045 HOST_WIDEST_INT_PRINT_DEC_C, HOST_WIDEST_INT_PRINT_UNSIGNED,
5046 HOST_WIDEST_INT_PRINT_HEX, HOST_WIDEST_INT_PRINT_DOUBLE_HEX,
5047 HOST_WIDEST_INT_C): Remove.
5048 (PRId64, PRIi64, PRIo64, PRIu64, PRIx64, PRIX64): Define
5049 if C99 inttypes.h is not available.
5050 * coretypes.h (gcov_type, gcov_type_unsigned): Use [u]int64_t.
5051 * gcov-io.h (gcov_type, gcov_type_unsigned): Likewise.
5052 * gcov-io.c (gcov_histo_index): Drop non-64bit hwi case.
5053 * cfgloop.h (struct niter_desc): Use uint64_t for niter field.
5054 * bitmap.c (struct bitmap_descriptor_d): Use uint64_t for counters.
5055 (struct output_info): Likewise.
5056 (print_statistics): Adjust.
5057 (dump_bitmap_statistics): Likewise.
5058 * bt-load.c (migrate_btr_defs): Print with PRId64.
5059 * cfg.c (dump_edge_info, dump_bb_info): Likewise.
5060 (MAX_SAFE_MULTIPLIER): Adjust.
5061 * cfghooks.c (dump_bb_for_graph): Print with PRId64.
5062 * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee,
5063 dump_cgraph_node): Likewise.
5064 * final.c (dump_basic_block_info): Likewise.
5065 * gcov-dump.c (tag_counters, tag_summary, dump_working_sets): Likewise.
5066 * gcov.c (format_gcov): Likewise.
5067 * ipa-cp.c (good_cloning_opportunity_p): Likewise. Use int64_t
5069 (get_clone_agg_value): Use HOST_WIDE_INT for offset.
5070 * ipa-inline.c (compute_max_insns): Use int64_t for calcuation.
5071 (inline_small_functions, dump_overall_stats, dump_inline_stats):
5072 Use PRId64 for dumping.
5073 * ipa-profile.c (dump_histogram, ipa_profile): Likewise.
5074 * ira-color.c (struct allocno_hard_regs): Use int64_t for cost.
5075 (add_allocno_hard_regs): Adjust.
5076 * loop-doloop.c (doloop_modify): Print using PRId64.
5077 * loop-iv.c (inverse): Compute in uint64_t.
5078 (determine_max_iter, iv_number_of_iterations): Likewise.
5079 * loop-unroll.c (decide_peel_completely, decide_peel_simple):
5081 * lto-streamer-out.c (write_symbol): Use uint64_t.
5082 * mcf.c (CAP_INFINITY): Use int64_t maximum.
5083 (dump_fixup_edge, create_fixup_graph, cancel_negative_cycle,
5084 find_max_flow, adjust_cfg_counts): Use int64_t and dump with PRId64.
5085 * modulo-sched.c (const_iteration_count): Use int64_t.
5086 (sms_schedule): Dump using PRId64.
5087 * predict.c (dump_prediction): Likewise.
5088 * pretty-print.h (pp_widest_integer): Remove.
5089 * profile.c (get_working_sets, is_edge_inconsistent,
5090 is_inconsistent, read_profile_edge_counts): Dump using PRId64.
5091 * tree-pretty-print.c (pp_double_int): Remove case handling
5092 HOST_BITS_PER_DOUBLE_INT == HOST_BITS_PER_WIDEST_INT.
5093 * tree-ssa-math-opts.c (struct symbolic_number): Use uint64_t
5095 (pass_optimize_bswap::execute): Remove restriction on hosts.
5096 * tree-streamer-in.c (streamer_alloc_tree): Use HOST_WIDE_INT.
5097 * tree-streamer-out.c (streamer_write_tree_header): Likewise.
5098 * tree.c (widest_int_cst_value): Remove.
5099 * tree.h (widest_int_cst_value): Likewise.
5100 * value-prof.c (dump_histogram_value): Print using PRId64.
5101 * gengtype.c (main): Also inject int64_t.
5102 * ggc-page.c (struct max_alignment): Use int64_t.
5103 * alloc-pool.c (struct allocation_object_def): Likewise.
5104 * ira-conflicts.c (build_conflict_bit_table): Use uint64_t
5106 * doc/tm.texi.in: Remove reference to HOST_WIDEST_INT.
5107 * doc/tm.texi: Regenerated.
5108 * gengtype-lex.l (IWORD): Handle [u]int64_t.
5109 * config/sh/sh.c (expand_cbranchdi4): Use gcov_type.
5110 * config/mmix/mmix-protos.h (mmix_intval, mmix_shiftable_wyde_value,
5111 mmix_output_register_setting): Use [u]int64_t in prototypes.
5112 * config/mmix/mmix.c (mmix_print_operand, mmix_output_register_setting,
5113 mmix_shiftable_wyde_value, mmix_output_shiftvalue_op_from_str,
5114 mmix_output_octa, mmix_output_shifted_value): Adjust.
5115 (mmix_intval): Adjust. Remove unreachable case.
5116 * config/mmix/mmix.md (*nonlocal_goto_receiver_expanded): Use int64_t.
5118 2014-05-26 Richard Biener <rguenther@suse.de>
5120 * configure.ac: Drop __int64 type check. Insist that we
5121 found uint64_t and int64_t.
5122 * hwint.h (HOST_BITS_PER___INT64): Remove.
5123 (HOST_BITS_PER_WIDE_INT): Define to 64 and remove __int64 case.
5124 (HOST_WIDE_INT_PRINT_*): Remove 32bit case.
5125 (HOST_WIDEST_INT*): Define to HOST_WIDE_INT*.
5126 (HOST_WIDEST_FAST_INT): Remove __int64 case.
5127 * vmsdbg.h (struct _DST_SRC_COMMAND): Use int64_t
5128 for dst_q_src_df_rms_cdt.
5129 * configure: Regenerate.
5130 * config.in: Likewise.
5132 2014-05-26 Michael Tautschnig <mt@debian.org>
5135 * doc/extend.texi (X86 Built-in Functions): Fix parameter lists of
5136 __builtin_ia32_vfrczs[sd] and __builtin_ia32_mpsadbw256.
5138 2014-05-26 Zhenqiang Chen <zhenqiang.chen@linaro.org>
5140 PR rtl-optimization/61278
5141 * shrink-wrap.c (move_insn_for_shrink_wrap): Check df_live.
5143 2014-05-26 Zhenqiang Chen <zhenqiang.chen@linaro.org>
5145 PR rtl-optimization/61220
5146 Part of PR rtl-optimization/61225
5147 * shrink-wrap.c (move_insn_for_shrink_wrap): Skip SP and FP adjustment
5148 insn; skip split_edge for a block with only one successor.
5150 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
5152 * symtab.c (symtab_nonoverwritable_alias): Copy READONLY flag
5155 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
5157 * ipa-visibility.c (can_replace_by_local_alias_in_vtable): New function.
5158 (update_vtable_references): New function.
5159 (function_and_variable_visibility): Rewrite also vtable initializers.
5160 * varpool.c (cgraph_variable_initializer_availability): Remove assert.
5162 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
5164 * ggc.h (ggc_grow): New function.
5165 * ggc-none.c (ggc_grow): New function.
5166 * ggc-page.c (ggc_grow): Likewise.
5168 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
5170 * ipa.c (cgraph_non_local_node_p_1, cgraph_local_node_p,
5171 address_taken_from_non_vtable_p, comdat_can_be_unshared_p_1,
5172 comdat_can_be_unshared_p, cgraph_externally_visible_p,
5173 varpool_externally_visible_p, can_replace_by_local_alias,
5174 update_visibility_by_resolution_info, function_and_variable_visibility,
5175 pass_data_ipa_function_and_variable_visibility,
5176 make_pass_ipa_function_and_variable_visibility,
5177 whole_program_function_and_variable_visibility,
5178 pass_data_ipa_whole_program_visibility,
5179 make_pass_ipa_whole_program_visibility): Move to ipa-visibility.c
5180 * cgraph.h (cgraph_local_node_p): Declare.
5181 * ipa-visibility.c: New file.
5182 * Makefile.in (OBJS): Add ipa-visiblity.o
5184 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
5186 * gimple-fold.c (can_refer_decl_in_current_unit_p): Be sure
5187 that var decl is available.
5189 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
5191 * tree-core.h (tree_decl_with_vis): Replace comdat_group by
5192 symtab_node pointer.
5193 * tree.c (copy_node_stat): Be sure to not copy symtab_node pointer.
5194 (find_decls_types_r): Do not walk COMDAT_GROUP.
5195 * tree.h (DECL_COMDAT_GROUP): Revamp to use decl_comdat_group.
5196 * varasm.c (make_decl_one_only): Use set_comdat_group;
5197 create node if needed.
5198 * ipa-inline-transform.c (save_inline_function_body): Update
5199 way we decl->symtab mapping.
5200 * symtab.c (symtab_hash, hash_node, eq_node
5201 symtab_insert_node_to_hashtable): Remove.
5202 (symtab_register_node): Update.
5203 (symtab_unregister_node): Update.
5204 (symtab_get_node): Reimplement as inline function.
5205 (symtab_add_to_same_comdat_group): Update.
5206 (symtab_dissolve_same_comdat_group_list): Update.
5207 (dump_symtab_base): Update.
5208 (verify_symtab_base): Update.
5209 (symtab_make_decl_local): Update.
5210 (fixup_same_cpp_alias_visibility): Update.
5211 (symtab_nonoverwritable_alias): Update.
5212 * cgraphclones.c (set_new_clone_decl_and_node_flags): Update.
5213 * ipa.c (update_visibility_by_resolution_info): UPdate.
5214 * bb-reorder.c: Include cgraph.h
5215 * lto-streamer-out.c (DFS_write_tree_body, hash_tree): Do not deal
5217 * ipa-comdats.c (set_comdat_group, ipa_comdats): Update.
5218 * cgraph.c (cgraph_get_create_node): Update.
5219 * cgraph.h (struct symtab_node): Add get_comdat_group, set_comdat_group
5221 (symtab_get_node): Make inline.
5222 (symtab_insert_node_to_hashtable): Remove.
5223 (symtab_can_be_discarded): Update.
5224 (decl_comdat_group): New function.
5225 * tree-streamer-in.c (lto_input_ts_decl_with_vis_tree_pointers):
5227 * lto-cgraph.c (lto_output_node, lto_output_varpool_node): Stream out
5229 (read_comdat_group): New function.
5230 (input_node, input_varpool_node): Use it.
5231 * trans-mem.c (ipa_tm_create_version_alias): Update code creating
5233 * mips.c (mips_start_unique_function): Likewise.
5234 (ix86_code_end): Likewise.
5235 (rs6000_code_end): Likweise.
5236 * tree-streamer-out.c (DECL_COMDAT_GROUP): Do not stream comdat group.
5238 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
5240 * gengtype-state.c (fatal_reading_state): Bring offline.
5241 * optabs.c (widening_optab_handler): Bring offline.
5242 * optabs.h (widening_optab_handler): Likewise.
5243 * final.c (get_attr_length_1): Likewise.
5245 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
5247 * sched-int.h (sd_iterator_cond): Manually tail recurse.
5249 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
5251 * config/rs6000/440.md (ppc440-integer): Include shift without dot.
5252 (ppc440-compare): Include shift with dot.
5253 * config/rs6000/e300c2c3.md (ppce300c3_iu): Include shift without dot.
5254 * config/rs6000/e5500.md (e5500_sfx2): Include constant shift
5256 * config/rs6000/e6500.md (e6500_sfx): Exclude constant shift
5258 (e6500_sfx2): Include it.
5259 * config/rs6000/rs6000.md ( *zero_extend<mode>di2_internal1,
5260 *zero_extend<mode>di2_internal2, *zero_extend<mode>di2_internal3,
5261 *zero_extendsidi2_lfiwzx, andsi3_mc, andsi3_nomc,
5262 andsi3_internal0_nomc, extzvsi_internal, extzvdi_internal,
5263 *extzvdi_internal1, *extzvdi_internal2, rotlsi3, *rotlsi3_64,
5264 *rotlsi3_internal4, *rotlsi3_internal7le, *rotlsi3_internal7be,
5265 *rotlsi3_internal10le, *rotlsi3_internal10be, rlwinm,
5266 *lshiftrt_internal1le, *lshiftrt_internal1be,
5267 *lshiftrt_internal4le, *lshiftrt_internal4be, rotldi3,
5268 *rotldi3_internal4, *rotldi3_internal7le, *rotldi3_internal7be,
5269 *rotldi3_internal10le, *rotldi3_internal10be,
5270 *rotldi3_internal13le, *rotldi3_internal13be, *ashldi3_internal4,
5271 ashldi3_internal5, *ashldi3_internal6, *ashldi3_internal7,
5272 ashldi3_internal8, *ashldi3_internal9, anddi3_mc, anddi3_nomc,
5273 *anddi3_internal2_mc, *anddi3_internal3_mc, and 4 anonymous
5274 define_insns): Use type "shift" in the appropriate alternatives.
5276 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
5278 * config/rs6000/rs6000.md (type): Add "logical". Delete
5280 (dot): Adjust comment.
5281 (andsi3_mc, *andsi3_internal2_mc, *andsi3_internal3_mc,
5282 *andsi3_internal4, *andsi3_internal5_mc, *boolsi3_internal2,
5283 *boolsi3_internal3, *boolccsi3_internal2, *boolccsi3_internal3,
5284 anddi3_mc, *anddi3_internal2_mc, *anddi3_internal3_mc,
5285 *booldi3_internal2, *booldi3_internal3, *boolcdi3_internal2,
5286 *boolcdi3_internal3, *boolccdi3_internal2, *boolccdi3_internal3,
5287 *mov<mode>_internal2, and 10 anonymous define_insns): Use "logical".
5288 * config/rs6000/rs6000.c (rs6000_adjust_cost): Adjust.
5290 * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
5291 * config/rs6000/440.md (ppc440-integer, ppc440-compare): Adjust.
5292 * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
5293 * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
5294 * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
5295 * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
5296 * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
5297 * config/rs6000/8540.md (ppc8540_su): Adjust.
5298 * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
5299 cell-cmp-microcoded): Adjust.
5300 * config/rs6000/e300c2c3.md (ppce300c3_cmp, ppce300c3_iu): Adjust.
5301 * config/rs6000/e500mc.md (e500mc_su): Adjust.
5302 * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Adjust.
5303 * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Adjust.
5304 * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Adjust.
5305 * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
5306 * config/rs6000/power4.md (power4-integer, power4-cmp): Adjust.
5307 * config/rs6000/power5.md (power5-integer, power5-cmp): Adjust.
5308 * config/rs6000/power6.md (power6-integer, power6-fast-compare):
5310 * config/rs6000/power7.md (power7-integer, power7-cmp): Adjust.
5311 * config/rs6000/power8.md (power8-1cyc, power8-fast-compare):
5312 Adjust. Adjust comment.
5313 * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
5314 * config/rs6000/titan.md (titan_fxu_adder, titan_fxu_alu): Adjust.
5316 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
5318 * config/rs6000/rs6000.md (type): Add "add".
5319 (*add<mode>3_internal1, addsi3_high, *add<mode>3_internal2,
5320 *add<mode>3_internal3, *neg<mode>2_internal, and 5 anonymous
5321 define_insns): Use it.
5322 * config/rs6000/rs6000.c (rs6000_adjust_cost): Adjust.
5324 * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
5325 * config/rs6000/440.md (ppc440-integer, ppc440-compare): Adjust.
5326 * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
5327 * config/rs6000/601.md (ppc601-integer): Adjust.
5328 * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
5329 * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
5330 * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
5331 * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
5332 * config/rs6000/8540.md (ppc8540_su): Adjust.
5333 * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
5334 cell-cmp-microcoded): Adjust.
5335 * config/rs6000/e300c2c3.md (ppce300c3_cmp, ppce300c3_iu): Adjust.
5336 * config/rs6000/e500mc.md (e500mc_su): Adjust.
5337 * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Adjust.
5338 * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Adjust.
5339 * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Adjust.
5340 * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
5341 * config/rs6000/power4.md (power4-integer, power4-cmp): Adjust.
5342 * config/rs6000/power5.md (power5-integer, power5-cmp): Adjust.
5343 * config/rs6000/power6.md (power6-integer, power6-fast-compare):
5345 * config/rs6000/power7.md (power7-integer, power7-cmp): Adjust.
5346 * config/rs6000/power8.md (power8-1cyc, power8-fast-compare): Adjust.
5347 * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
5348 * config/rs6000/titan.md (titan_fxu_adder, titan_fxu_alu): Adjust.
5350 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
5352 * config/rs6000/rs6000.md (type): Delete "var_shift_rotate",
5353 "delayed_compare", "var_delayed_compare".
5354 (var_shift): New attribute.
5355 (cell_micro): Adjust.
5356 (*andsi3_internal2_mc, *andsi3_internal3_mc, *andsi3_internal4,
5357 *andsi3_internal5_mc, *extzvsi_internal1, *extzvsi_internal2,
5358 rotlsi3, *rotlsi3_64, *rotlsi3_internal2, *rotlsi3_internal3,
5359 *rotlsi3_internal4, *rotlsi3_internal5, *rotlsi3_internal6,
5360 *rotlsi3_internal8le, *rotlsi3_internal8be, *rotlsi3_internal9le,
5361 *rotlsi3_internal9be, *rotlsi3_internal10le, *rotlsi3_internal10be,
5362 *rotlsi3_internal11le, *rotlsi3_internal11be, *rotlsi3_internal12le,
5363 *rotlsi3_internal12be, ashlsi3, *ashlsi3_64, lshrsi3, *lshrsi3_64,
5364 *lshiftrt_internal2le, *lshiftrt_internal2be, *lshiftrt_internal3le,
5365 *lshiftrt_internal3be, *lshiftrt_internal5le, *lshiftrt_internal5be,
5366 *lshiftrt_internal5le, *lshiftrt_internal5be, ashrsi3, *ashrsi3_64,
5367 rotldi3, *rotldi3_internal2, *rotldi3_internal3, *rotldi3_internal4,
5368 *rotldi3_internal5, *rotldi3_internal6, *rotldi3_internal7le,
5369 *rotldi3_internal7be, *rotldi3_internal8le, *rotldi3_internal8be,
5370 *rotldi3_internal9le, *rotldi3_internal9be, *rotldi3_internal10le,
5371 *rotldi3_internal10be, *rotldi3_internal11le, *rotldi3_internal11be,
5372 *rotldi3_internal12le, *rotldi3_internal12be, *rotldi3_internal13le,
5373 *rotldi3_internal13be, *rotldi3_internal14le, *rotldi3_internal14be,
5374 *rotldi3_internal15le, *rotldi3_internal15be, *ashldi3_internal1,
5375 *ashldi3_internal2, *ashldi3_internal3, *lshrdi3_internal1,
5376 *lshrdi3_internal2, *lshrdi3_internal3, *ashrdi3_internal1,
5377 *ashrdi3_internal2, *ashrdi3_internal3, *anddi3_internal2_mc,
5378 *anddi3_internal3_mc, as well as 11 anonymous define_insns): Adjust.
5379 * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
5380 insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
5382 * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
5383 * config/rs6000/440.md (ppc440-integer): Adjust.
5384 * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
5385 * config/rs6000/601.md (ppc601-integer, ppc601-compare): Adjust.
5386 * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
5387 * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
5388 * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
5389 * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
5390 * config/rs6000/8540.md (ppc8540_su): Adjust.
5391 * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
5392 cell-cmp-microcoded): Adjust.
5393 * config/rs6000/e300c2c3.md (ppce300c3_cmp): Adjust.
5394 * config/rs6000/e500mc.md (e500mc_su): Adjust.
5395 * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2,
5396 e500mc64_delayed): Adjust.
5397 * config/rs6000/e5500.md (e5500_sfx, e5500_delayed): Adjust.
5398 * config/rs6000/e6500.md (e6500_sfx, e6500_delayed): Adjust.
5399 * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
5400 * config/rs6000/power4.md (power4-integer, power4-compare): Adjust.
5401 * config/rs6000/power5.md (power5-integer, power5-compare): Adjust.
5402 * config/rs6000/power6.md (power6-shift, power6-var-rotate,
5403 power6-delayed-compare, power6-var-delayed-compare): Adjust.
5404 * config/rs6000/power7.md (power7-integer, power7-compare): Adjust.
5405 * config/rs6000/power8.md (power8-1cyc, power8-compare): Adjust.
5407 * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
5408 * config/rs6000/titan.md (titan_fxu_shift_and_rotate): Adjust.
5410 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
5412 * config/rs6000/rs6000.md (type): Delete "idiv", "ldiv". Add "div".
5413 (bits): New mode_attr.
5414 (idiv_ldiv): Delete mode_attr.
5415 (udiv<mode>3, *div<mode>3, div<div_extend>_<mode>): Adjust.
5416 * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
5417 rs6000_adjust_priority, is_nonpipeline_insn,
5418 insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
5420 * config/rs6000/40x.md (ppc403-idiv): Adjust.
5421 * config/rs6000/440.md (ppc440-idiv): Adjust.
5422 * config/rs6000/476.md (ppc476-idiv): Adjust.
5423 * config/rs6000/601.md (ppc601-idiv): Adjust.
5424 * config/rs6000/603.md (ppc603-idiv): Adjust.
5425 * config/rs6000/6xx.md (ppc604-idiv, ppc620-idiv, ppc630-idiv,
5426 ppc620-ldiv): Adjust.
5427 * config/rs6000/7450.md (ppc7450-idiv): Adjust.
5428 * config/rs6000/7xx.md (ppc750-idiv): Adjust.
5429 * config/rs6000/8540.md (ppc8540_divide): Adjust.
5430 * config/rs6000/a2.md (ppca2-idiv, ppca2-ldiv): Adjust.
5431 * config/rs6000/cell.md (cell-idiv, cell-ldiv): Adjust.
5432 * config/rs6000/e300c2c3.md (ppce300c3_divide): Adjust.
5433 * config/rs6000/e500mc.md (e500mc_divide): Adjust.
5434 * config/rs6000/e500mc64.md (e500mc64_divide): Adjust.
5435 * config/rs6000/e5500.md (e5500_divide, e5500_divide_d): Adjust.
5436 * config/rs6000/e6500.md (e6500_divide, e6500_divide_d): Adjust.
5437 * config/rs6000/mpc.md (mpccore-idiv): Adjust.
5438 * config/rs6000/power4.md (power4-idiv, power4-ldiv): Adjust.
5439 * config/rs6000/power5.md (power5-idiv, power5-ldiv): Adjust.
5440 * config/rs6000/power6.md (power6-idiv, power6-ldiv): Adjust.
5441 * config/rs6000/power7.md (power7-idiv, power7-ldiv): Adjust.
5442 * config/rs6000/power8.md (power8-idiv, power8-ldiv): Adjust.
5443 * config/rs6000/rs64.md (rs64a-idiv, rs64a-ldiv): Adjust.
5444 * config/rs6000/titan.md (titan_fxu_div): Adjust.
5446 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
5448 * config/rs6000/rs6000.md (type): Delete "insert_word",
5449 "insert_dword". Add "insert".
5450 (size): Update comment.
5451 * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
5452 insn_must_be_first_in_group): Adjust.
5453 (insvsi_internal, *insvsi_internal1, *insvsi_internal2,
5454 *insvsi_internal3, *insvsi_internal4, *insvsi_internal5,
5455 *insvsi_internal6, insvdi_internal): Adjust.
5457 * config/rs6000/40x.md (ppc403-integer): Adjust.
5458 * config/rs6000/440.md (ppc440-integer): Adjust.
5459 * config/rs6000/476.md (ppc476-simple-integer): Adjust.
5460 * config/rs6000/601.md (ppc601-integer): Adjust.
5461 * config/rs6000/603.md (ppc603-integer): Adjust.
5462 * config/rs6000/6xx.md (ppc604-integer): Adjust.
5463 * config/rs6000/7450.md (ppc7450-integer): Adjust.
5464 * config/rs6000/7xx.md (ppc750-integer): Adjust.
5465 * config/rs6000/8540.md (ppc8540_su): Adjust.
5466 * config/rs6000/cell.md (cell-integer, cell-insert): Adjust.
5467 * config/rs6000/e300c2c3.md (ppce300c3_iu): Adjust.
5468 * config/rs6000/e500mc.md (e500mc_su): Adjust.
5469 * config/rs6000/e500mc64.md (e500mc64_su): Adjust.
5470 * config/rs6000/e5500.md (e5500_sfx): Adjust.
5471 * config/rs6000/e6500.md (e6500_sfx): Adjust.
5472 * config/rs6000/mpc.md (mpccore-integer): Adjust.
5473 * config/rs6000/power4.md (power4-integer, power4-insert): Adjust.
5474 * config/rs6000/power5.md (power5-integer, power5-insert): Adjust.
5475 * config/rs6000/power6.md (power6-insert, power6-insert-dword): Adjust.
5476 * config/rs6000/power7.md (power7-integer): Adjust.
5477 * config/rs6000/power8.md (power8-1cyc): Adjust.
5478 * config/rs6000/rs64.md (rs64a-integer): Adjust.
5479 * config/rs6000/titan.md (titan_fxu_shift_and_rotate): Adjust.
5481 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
5483 * config/rs6000/rs6000.md (type): Add "mul". Delete "imul",
5484 "imul2", "imul3", "lmul", "imul_compare", "lmul_compare".
5485 (size): New attribute.
5486 (dot): New attribute.
5487 (cell_micro): Adjust.
5488 (mulsi3, *mulsi3_internal1, *mulsi3_internal2, mulsidi3,
5489 umulsidi3, smulsi3_highpart, umulsi3_highpart, muldi3,
5490 *muldi3_internal1, *muldi3_internal2, smuldi3_highpart,
5491 umuldi3_highpart): Adjust.
5492 * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
5493 rs6000_adjust_priority, is_nonpipeline_insn,
5494 insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
5496 * config/rs6000/40x.md (ppc403-imul, ppc405-imul, ppc405-imul2,
5497 ppc405-imul3): Adjust.
5498 * config/rs6000/440.md (ppc440-imul, ppc440-imul2): Adjust.
5499 * config/rs6000/476.md (ppc476-imul): Adjust.
5500 * config/rs6000/601.md (ppc601-imul): Adjust.
5501 * config/rs6000/603.md (ppc603-imul, ppc603-imul2): Adjust.
5502 * config/rs6000/6xx.md (ppc604-imul, ppc604e-imul, ppc620-imul,
5503 ppc620-imul2, ppc620-imul3, ppc620-lmul): Adjust.
5504 * config/rs6000/7450.md (ppc7450-imul, ppc7450-imul2): Adjust.
5505 * config/rs6000/7xx.md (ppc750-imul, ppc750-imul2, ppc750-imul3):
5507 * config/rs6000/8540.md (ppc8540_multiply): Adjust.
5508 * config/rs6000/a2.md (ppca2-imul, ppca2-lmul): Adjust.
5509 * config/rs6000/cell.md (cell-lmul, cell-lmul-cmp, cell-imul23,
5511 * config/rs6000/e300c2c3.md (ppce300c3_multiply): Adjust.
5512 * config/rs6000/e500mc.md (e500mc_multiply): Adjust.
5513 * config/rs6000/e500mc64.md (e500mc64_multiply): Adjust.
5514 * config/rs6000/e5500.md (e5500_multiply, e5500_multiply_i): Adjust.
5515 * config/rs6000/e6500.md (e6500_multiply, e6500_multiply_i): Adjust.
5516 * config/rs6000/mpc.md (mpccore-imul): Adjust.
5517 * config/rs6000/power4.md (power4-lmul-cmp, power4-imul-cmp,
5518 power4-lmul, power4-imul, power4-imul3): Adjust.
5519 * config/rs6000/power5.md (power5-lmul-cmp, power5-imul-cmp,
5520 power5-lmul, power5-imul, power5-imul3): Adjust.
5521 * config/rs6000/power6.md (power6-lmul-cmp, power6-imul-cmp,
5522 power6-lmul, power6-imul, power6-imul3): Adjust.
5523 * config/rs6000/power7.md (power7-mul, power7-mul-compare): Adjust.
5524 * config/rs6000/power8.md (power8-mul, power8-mul-compare): Adjust.
5526 * config/rs6000/rs64.md (rs64a-imul, rs64a-imul2, rs64a-imul3,
5527 rs64a-lmul): Adjust.
5528 * config/rs6000/titan.md (titan_imul): Adjust.
5530 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
5532 * config/rs6000/rs6000.md (type): Add new value "halfmul".
5533 (*macchwc, *macchw, *macchwuc, *macchwu, *machhwc, *machhw,
5534 *machhwuc, *machhwu, *maclhwc, *maclhw, *maclhwuc, *maclhwu,
5535 *nmacchwc, *nmacchw, *nmachhwc, *nmachhw, *nmaclhwc, *nmaclhw,
5536 *mulchwc, *mulchw, *mulchwuc, *mulchwu, *mulhhwc, *mulhhw,
5537 *mulhhwuc, *mulhhwu, *mullhwc, *mullhw, *mullhwuc, *mullhwu): Use it.
5538 * config/rs6000/40x.md (ppc405-imul3): Add type halfmul.
5539 * config/rs6000/440.md (ppc440-imul2): Add type halfmul.
5540 * config/rs6000/476.md (ppc476-imul): Add type halfmul.
5541 * config/rs6000/titan.md: Delete nonsensical comment.
5542 (titan_imul): Add type imul3.
5543 (titan_mulhw): Remove type imul3; add type halfmul.
5545 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
5547 * config/rs6000/rs6000.md (type): Reorder, reformat.
5549 2014-05-23 Martin Jambor <mjambor@suse.cz>
5551 PR tree-optimization/53787
5552 * params.def (PARAM_IPA_MAX_AA_STEPS): New param.
5553 * ipa-prop.h (ipa_node_params): Rename uses_analysis_done to
5554 analysis_done, update all uses.
5555 * ipa-prop.c: Include domwalk.h
5556 (param_analysis_info): Removed.
5557 (param_aa_status): New type.
5558 (ipa_bb_info): Likewise.
5559 (func_body_info): Likewise.
5560 (ipa_get_bb_info): New function.
5561 (aa_overwalked): Likewise.
5562 (find_dominating_aa_status): Likewise.
5563 (parm_bb_aa_status_for_bb): Likewise.
5564 (parm_preserved_before_stmt_p): Changed to use new param AA info.
5565 (load_from_unmodified_param): Accept func_body_info as a parameter
5566 instead of parms_ainfo.
5567 (parm_ref_data_preserved_p): Changed to use new param AA info.
5568 (parm_ref_data_pass_through_p): Likewise.
5569 (ipa_load_from_parm_agg_1): Likewise. Update callers.
5570 (compute_complex_assign_jump_func): Changed to use new param AA info.
5571 (compute_complex_ancestor_jump_func): Likewise.
5572 (ipa_compute_jump_functions_for_edge): Likewise.
5573 (ipa_compute_jump_functions): Removed.
5574 (ipa_compute_jump_functions_for_bb): New function.
5575 (ipa_analyze_indirect_call_uses): Likewise, moved variable
5577 (ipa_analyze_virtual_call_uses): Accept func_body_info instead of node
5578 and info, moved variable declarations down.
5579 (ipa_analyze_call_uses): Accept and pass on func_body_info instead of
5581 (ipa_analyze_stmt_uses): Likewise.
5582 (ipa_analyze_params_uses): Removed.
5583 (ipa_analyze_params_uses_in_bb): New function.
5584 (ipa_analyze_controlled_uses): Likewise.
5585 (free_ipa_bb_info): Likewise.
5586 (analysis_dom_walker): New class.
5587 (ipa_analyze_node): Handle node-specific forbidden analysis,
5588 initialize and free func_body_info, use dominator walker.
5589 (ipcp_modif_dom_walker): New class.
5590 (ipcp_transform_function): Create and free func_body_info, use
5591 ipcp_modif_dom_walker, moved a lot of functionality there.
5593 2014-05-23 Marek Polacek <polacek@redhat.com>
5594 Jakub Jelinek <jakub@redhat.com>
5596 * builtins.def: Change SANITIZE_FLOAT_DIVIDE to SANITIZE_NONDEFAULT.
5597 * gcc.c (sanitize_spec_function): Likewise.
5598 * convert.c (convert_to_integer): Include "ubsan.h". Add
5599 floating-point to integer instrumentation.
5600 * doc/invoke.texi: Document -fsanitize=float-cast-overflow.
5601 * flag-types.h (enum sanitize_code): Add SANITIZE_FLOAT_CAST and
5602 SANITIZE_NONDEFAULT.
5603 * opts.c (common_handle_option): Handle -fsanitize=float-cast-overflow.
5604 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_FLOAT_CAST_OVERFLOW,
5605 BUILT_IN_UBSAN_HANDLE_FLOAT_CAST_OVERFLOW_ABORT): Add.
5606 * ubsan.c: Include "realmpfr.h" and "dfp.h".
5607 (get_ubsan_type_info_for_type): Handle REAL_TYPEs.
5608 (ubsan_type_descriptor): Set tkind to 0xffff for types other than
5609 float/double/long double.
5610 (ubsan_instrument_float_cast): New function.
5611 * ubsan.h (ubsan_instrument_float_cast): Declare.
5613 2014-05-23 Jiong Wang <jiong.wang@arm.com>
5615 * config/aarch64/predicates.md (aarch64_call_insn_operand): New
5617 * config/aarch64/constraints.md ("Ucs", "Usf"): New constraints.
5618 * config/aarch64/aarch64.md (*sibcall_insn, *sibcall_value_insn):
5619 Adjust for tailcalling through registers.
5620 * config/aarch64/aarch64.h (enum reg_class): New caller save
5622 (REG_CLASS_NAMES): Likewise.
5623 (REG_CLASS_CONTENTS): Likewise.
5624 * config/aarch64/aarch64.c (aarch64_function_ok_for_sibcall):
5625 Allow tailcalling without decls.
5627 2014-05-23 Thomas Schwinge <thomas@codesourcery.com>
5629 * gimplify.c (omp_notice_variable) <case OMP_CLAUSE_DEFAULT_NONE>:
5630 Rewrite check for ORT_PARALLEL and ORT_COMBINED_PARALLEL.
5632 * omp-low.c (expand_omp_for_static_chunk): Rename variable si to
5633 gsi, and variables v_* to v*.
5635 2014-05-23 Eric Botcazou <ebotcazou@adacore.com>
5637 * varasm.c (output_constructor_bitfield): Fix thinkos in latest change.
5639 2014-05-23 Thomas Schwinge <thomas@codesourcery.com>
5641 * gimple.h (enum gf_mask): Add and use GF_OMP_FOR_SIMD.
5642 * omp-low.c: Update accordingly.
5644 * gimple.h (enum gf_mask): Rewrite "<< 0" shift expressions used
5645 for GF_OMP_FOR_KIND_MASK, GF_OMP_FOR_KIND_FOR,
5646 GF_OMP_FOR_KIND_DISTRIBUTE, GF_OMP_FOR_KIND_SIMD,
5647 GF_OMP_FOR_KIND_CILKSIMD, GF_OMP_TARGET_KIND_MASK,
5648 GF_OMP_TARGET_KIND_REGION, GF_OMP_TARGET_KIND_DATA,
5649 GF_OMP_TARGET_KIND_UPDATE.
5651 * gimplify.c (omp_notice_variable) <case OMP_CLAUSE_DEFAULT_NONE>:
5652 Explicitly enumerate the expected region types.
5654 2014-05-23 Paul Eggert <eggert@cs.ucla.edu>
5657 * doc/extend.texi (Function Attributes): Fix __attribute__ ((malloc))
5658 documentation; the old documentation didn't clearly state the
5659 constraints on the contents of the pointed-to storage.
5661 2014-05-23 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
5663 Fix bootstrap error on ia64
5664 * config/ia64/ia64.c (ia64_first_cycle_multipass_dfa_lookahead_guard):
5665 Return default value.
5667 2014-05-23 Thomas Preud'homme <thomas.preudhomme@arm.com>
5669 PR tree-optimization/54733
5670 * tree-ssa-math-opts.c (nop_stats): New "bswap_stats" structure.
5672 (find_bswap_or_nop_load): New.
5673 (find_bswap_1): Renamed to ...
5674 (find_bswap_or_nop_1): This. Also add support for memory source.
5675 (find_bswap): Renamed to ...
5676 (find_bswap_or_nop): This. Also add support for memory source and
5677 detection of bitwise operations equivalent to load in target
5679 (execute_optimize_bswap): Likewise. Also move its leading comment back
5680 in place and split statement transformation into ...
5681 (bswap_replace): This.
5683 2014-05-22 Vladimir Makarov <vmakarov@redhat.com>
5685 PR rtl-optimization/61215
5686 * lra-elelimination.c (lra_eliminate_regs_1): Don't use
5687 simplify_gen_subreg until final substitution.
5689 2014-05-23 Alan Modra <amodra@gmail.com>
5692 * config/rs6000/rs6000.c (mem_operand_gpr): Handle SImode.
5693 * config/rs6000/rs6000.md (extendsidi2_lfiwax, extendsidi2_nocell):
5694 Use "Y" constraint rather than "m".
5696 2014-05-23 Kugan Vivekanandarajah <kuganv@linaro.org>
5698 * config/aarch64/aarch64.c (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New
5700 * config/aarch64/aarch64-protos.h (aarch64_atomic_assign_expand_fenv):
5701 New function declaration.
5702 * config/aarch64/aarch64-builtins.c (aarch64_builtins) : Add
5703 AARCH64_BUILTIN_GET_FPCR, AARCH64_BUILTIN_SET_FPCR.
5704 AARCH64_BUILTIN_GET_FPSR and AARCH64_BUILTIN_SET_FPSR.
5705 (aarch64_init_builtins) : Initialize builtins
5706 __builtins_aarch64_set_fpcr, __builtins_aarch64_get_fpcr.
5707 __builtins_aarch64_set_fpsr and __builtins_aarch64_get_fpsr.
5708 (aarch64_expand_builtin) : Expand builtins __builtins_aarch64_set_fpcr
5709 __builtins_aarch64_get_fpcr, __builtins_aarch64_get_fpsr,
5710 and __builtins_aarch64_set_fpsr.
5711 (aarch64_atomic_assign_expand_fenv): New function.
5712 * config/aarch64/aarch64.md (set_fpcr): New pattern.
5713 (get_fpcr) : Likewise.
5714 (set_fpsr) : Likewise.
5715 (get_fpsr) : Likewise.
5716 (unspecv): Add UNSPECV_GET_FPCR and UNSPECV_SET_FPCR, UNSPECV_GET_FPSR
5717 and UNSPECV_SET_FPSR.
5718 * doc/extend.texi (AARCH64 Built-in Functions) : Document
5719 __builtins_aarch64_set_fpcr, __builtins_aarch64_get_fpcr.
5720 __builtins_aarch64_set_fpsr and __builtins_aarch64_get_fpsr.
5722 2014-05-22 Vladimir Makarov <vmakarov@redhat.com>
5724 PR rtl-optimization/60969
5725 * ira-costs.c (record_reg_classes): Process NO_REGS for matching
5726 constraints. Set up mem cost for NO_REGS case.
5728 2014-05-22 Thomas Schwinge <thomas@codesourcery.com>
5730 * builtin-types.def: Simplify examples for DEF_FUNCTION_TYPE_*.
5732 2012-05-22 Bernd Schmidt <bernds@codesourcery.com>
5734 * config/darwin.c: Include "lto-section-names.h".
5735 (LTO_SEGMENT_NAME): Don't define.
5736 * config/i386/winnt.c: Include "lto-section-names.h".
5737 * lto-streamer.c: Include "lto-section-names.h".
5738 * lto-streamer.h (LTO_SECTION_NAME_PREFIX): Don't define.
5739 * lto-wrapper.c: Include "lto-section-names.h".
5740 (LTO_SECTION_NAME_PREFIX): Don't define.
5741 * lto-section-names.h: New file.
5742 * cgraphunit.c: Include "lto-section-names.h".
5744 2014-05-22 Peter Bergner <bergner@vnet.ibm.com>
5746 * config/rs6000/htm.md (ttest): Use correct shift value to get CR0.
5748 2014-05-22 Richard Earnshaw <rearnsha@arm.com>
5751 * arm.md (arm_cmpdi_unsigned): Fix length calculation for Thumb2.
5753 2014-05-22 Nick Clifton <nickc@redhat.com>
5755 * config/msp430/msp430.h (ASM_SPEC): Add spaces after inserted options.
5757 2014-05-22 Eric Botcazou <ebotcazou@adacore.com>
5759 * tree-ssa-forwprop.c (associate_plusminus): Extend (T)(P + A) - (T)P
5760 -> (T)A transformation to integer types.
5762 2014-05-22 Teresa Johnson <tejohnson@google.com>
5764 * gcov-io.c (gcov_position): Use gcov_nonruntime_assert.
5765 (gcov_is_error): Remove gcc_assert from IN_LIBGCOV code.
5766 (gcov_rewrite): Use gcov_nonruntime_assert.
5768 (gcov_write_words): Ditto.
5769 (gcov_write_length): Ditto.
5770 (gcov_read_words): Use gcov_nonruntime_assert, and remove
5771 gcc_assert from IN_LIBGCOV code.
5772 (gcov_read_summary): Use gcov_error to flag profile corruption.
5773 (gcov_sync): Use gcov_nonruntime_assert.
5774 (gcov_seek): Remove gcc_assert from IN_LIBGCOV code.
5775 (gcov_histo_index): Use gcov_nonruntime_assert.
5776 (static void gcov_histogram_merge): Ditto.
5777 (compute_working_sets): Ditto.
5778 * gcov-io.h (gcov_nonruntime_assert): Define.
5779 (gcov_error): Define for !IN_LIBGCOV
5781 2014-05-22 Richard Biener <rguenther@suse.de>
5783 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
5784 BUILT_IN_REALLOC like BUILT_IN_STRDUP.
5785 (call_may_clobber_ref_p_1): Handle BUILT_IN_REALLOC as allocation
5786 and deallocation site.
5787 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
5788 Handle BUILT_IN_REALLOC similar to BUILT_IN_STRDUP with also
5789 passing through the incoming points-to set.
5790 (handle_lhs_call): Use flags argument instead of recomputing it.
5791 (find_func_aliases_for_call): Call handle_lhs_call with proper
5794 2014-05-22 Jakub Jelinek <jakub@redhat.com>
5796 * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Make sure
5797 all padding bits in REAL_VALUE_TYPE are cleared.
5799 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
5801 Cleanup and improve multipass_dfa_lookahead_guard
5802 * config/i386/i386.c (core2i7_first_cycle_multipass_filter_ready_try,)
5803 (core2i7_first_cycle_multipass_begin,)
5804 (core2i7_first_cycle_multipass_issue,)
5805 (core2i7_first_cycle_multipass_backtrack): Update signature.
5806 * config/ia64/ia64.c
5807 (ia64_first_cycle_multipass_dfa_lookahead_guard_spec): Remove.
5808 (ia64_first_cycle_multipass_dfa_lookahead_guard): Update signature.
5809 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC): Remove
5811 (ia64_first_cycle_multipass_dfa_lookahead_guard): Merge logic from
5812 ia64_first_cycle_multipass_dfa_lookahead_guard_spec. Update return
5814 * config/rs6000/rs6000.c (rs6000_use_sched_lookahead_guard): Update
5816 * doc/tm.texi: Regenerate.
5818 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC): Remove.
5819 * haifa-sched.c (ready_try): Make signed to allow negative values.
5820 (rebug_ready_list_1): Update.
5821 (choose_ready): Simplify.
5822 (sched_extend_ready_list): Update.
5824 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
5826 Remove IA64 speculation tweaking flags
5827 * config/ia64/ia64.c (ia64_set_sched_flags): Delete handling of
5828 speculation tuning flags.
5829 (msched-prefer-non-data-spec-insns,)
5830 (msched-prefer-non-control-spec-insns): Obsolete options.
5831 * haifa-sched.c (choose_ready): Remove handling of
5832 PREFER_NON_CONTROL_SPEC and PREFER_NON_DATA_SPEC.
5833 * sched-int.h (enum SPEC_SCHED_FLAGS): Remove PREFER_NON_CONTROL_SPEC
5834 and PREFER_NON_DATA_SPEC.
5835 * sel-sched.c (process_spec_exprs): Remove handling of
5836 PREFER_NON_CONTROL_SPEC and PREFER_NON_DATA_SPEC.
5838 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
5840 Improve scheduling debug output
5841 * haifa-sched.c (debug_ready_list): Remove unnecessary prototype.
5842 (advance_one_cycle): Update.
5843 (schedule_insn, queue_to_ready): Add debug printouts.
5844 (debug_ready_list_1): New static function.
5845 (debug_ready_list): Update.
5846 (max_issue): Add debug printouts.
5847 (dump_insn_stream): New static function.
5848 (schedule_block): Use it. Also better indent printouts.
5850 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
5852 Fix sched_insn debug counter
5853 * haifa-sched.c (schedule_insn): Update.
5854 (struct haifa_saved_data): Add nonscheduled_insns_begin.
5855 (save_backtrack_point, restore_backtrack_point): Update.
5856 (first_nonscheduled_insn): New static function.
5857 (queue_to_ready, choose_ready): Use it.
5858 (schedule_block): Init nonscheduled_insns_begin.
5859 (sched_emit_insn): Update.
5862 2014-05-22 Kugan Vivekanandarajah <kuganv@linaro.org>
5864 * config/aarch64/aarch64.c (aarch64_regno_regclass) : Change CORE_REGS
5866 (aarch64_secondary_reload) : LikeWise.
5867 (aarch64_class_max_nregs) : Remove CORE_REGS.
5868 * config/aarch64/aarch64.h (enum reg_class) : Remove CORE_REGS.
5869 (REG_CLASS_NAMES) : Likewise.
5870 (REG_CLASS_CONTENTS) : LikeWise.
5871 (INDEX_REG_CLASS) : Change CORE_REGS to GENERAL_REGS.
5873 2014-05-21 Guozhi Wei <carrot@google.com>
5876 * config/aarch64/arm_neon.h (vqdmulh_n_s16): Change the last operand's
5878 (vqdmulhq_n_s16): Likewise.
5880 2014-05-21 Segher Boessenkool <segher@kernel.crashing.org>
5882 * config/rs6000/predicates.md (update_indexed_address_mem): Delete.
5884 2014-05-21 Marek Polacek <polacek@redhat.com>
5887 * ubsan.c (is_ubsan_builtin_p): Turn assert into a condition.
5889 2014-05-21 Martin Jambor <mjambor@suse.cz>
5891 * doc/invoke.texi (Optimize Options): Document parameters
5892 ipa-cp-eval-threshold, ipa-max-agg-items, ipa-cp-loop-hint-bonus and
5893 ipa-cp-array-index-hint-bonus.
5895 2014-05-21 Mark Wielaard <mjw@redhat.com>
5898 * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_type if DWARF
5899 version >= 3 or not strict DWARF.
5900 * langhooks.h (struct lang_hooks_for_types): Add
5901 enum_underlying_base_type.
5902 * langhooks.c (lhd_enum_underlying_base_type): New function.
5903 * gcc/langhooks.h (struct lang_hooks_for_types): Add
5904 enum_underlying_base_type.
5905 * langhooks-def.h (lhd_enum_underlying_base_type): New declaration.
5906 (LANG_HOOKS_ENUM_UNDERLYING_BASE_TYPE): New define.
5907 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add new lang hook.
5909 2014-05-21 Richard Biener <rguenther@suse.de>
5911 * doc/invoke.texi (-flto-partition=): Document one and none algorithms.
5913 2014-05-21 John Marino <gnugcc@marino.st>
5915 * config.gcc (*-*-dragonfly*): New target.
5916 * configure.ac: Detect dl_iterate_phdr (*freebsd*, *dragonfly*).
5917 * configure: Regenerate.
5918 * config/dragonfly-stdint.h: New.
5919 * config/dragonfly.h: New.
5920 * config/dragonfly.opt: New.
5921 * config/i386/dragonfly.h: New.
5922 * ginclude/stddef.h: Detect _PTRDIFF_T_DECLARED for DragonFly.
5924 2014-05-21 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
5926 * tree.def (VOID_CST): New.
5927 * tree-core.h (TI_VOID): New.
5928 * tree.h (void_node): New.
5929 * tree.c (tree_node_structure_for_code, tree_code_size)
5930 (iterative_hash_expr): Handle VOID_CST.
5931 (build_common_tree_nodes): Initialize void_node.
5933 2014-05-21 Bernd Schmidt <bernds@codesourcery.com>
5935 * reload1.c (remove_init_insns, will_delete_init_insn_p): New static
5937 (reload, calculate_needs_all_insns, reload_as_needed): Use them.
5939 * config/bfin/bfin.c (split_load_immediate): Use gen_int_mode in a few
5942 * cfgrtl.c (cfg_layout_initialize): Weaken assert to only trigger if
5943 flag_reorder_blocks_and_partition.
5944 * hw-doloop.c (reorg_loops): Avoid reordering if that flag is set.
5946 2014-05-21 Oleg Endo <olegendo@gcc.gnu.org>
5949 * config/sh/sh.md (*addc_r_1): Rename to addc_t_r. Remove empty
5951 (*addc_r_t): Add new insn_and_split.
5953 2014-05-21 Jakub Jelinek <jakub@redhat.com>
5956 * omp-low.c (handle_simd_reference): New function.
5957 (lower_rec_input_clauses): Use it. Defer adding reference
5958 initialization even for reduction without placeholder if in simd,
5959 handle it properly later on.
5961 2014-05-20 Jan Hubicka <hubicka@ucw.cz>
5963 PR tree-optimization/60899
5964 * gimple-fold.c (can_refer_decl_in_current_unit_p): Cleanup;
5965 assume all static symbols will have definition wile parsing and
5966 check the do have definition later in compilation; check that
5967 variable referring symbol will be output before concluding that
5968 reference is safe; be conservative for referring local statics;
5969 be more precise about when comdat is output in other partition.
5971 2014-05-20 Jan Hubicka <hubicka@ucw.cz>
5974 * ipa-inline-transform.c (inline_call): Use add CALLEE_REMOVED
5976 * ipa-inline.c (inline_to_all_callers): If callee was removed; return.
5977 (ipa_inline): Loop inline_to_all_callers until no more aliases
5980 2014-05-20 Jan Hubicka <hubicka@ucw.cz>
5982 * ipa.c (ipa_discover_readonly_nonaddressable_var): Fix dumping;
5983 set writeonly flag only for vars actually written to.
5985 2014-05-20 Dehao Chen <dehao@google.com>
5987 * ipa-inline-transform.c (clone_inlined_nodes): Use min of edge count
5988 and callee count to get clone count.
5989 * tree-inline.c (expand_call_inline): Use callee count instead of bb
5992 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
5994 PR rtl-optimization/61243
5995 * emit-rtl.c (emit_copy_of_insn_after): Copy CROSSING_JUMP_P.
5997 2014-05-20 Xinliang David Li <davidxl@google.com>
5999 * cgraphunit.c (walk_polymorphic_call_targets): Add
6000 dbgcnt and fopt-info support.
6001 * ipa-prop.c (ipa_make_edge_direct_to_target): Ditto.
6002 * ipa-devirt.c (ipa_devirt): Ditto.
6003 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Ditto.
6004 * ipa.c (walk_polymorphic_call_targets): Ditto.
6005 * gimple-fold.c (fold_gimple_assign): Ditto.
6006 (gimple_fold_call): Ditto.
6007 * dbgcnt.def: New counter.
6009 2014-05-20 DJ Delorie <dj@redhat.com>
6011 * config/msp430/msp430.md (split): Don't allow subregs when
6012 splitting SImode adds.
6013 (andneghi): Fix subtraction logic.
6014 * config/msp430/predicates.md (msp430_nonsubreg_or_imm_operand): New.
6016 2014-05-20 Jan Hubicka <hubicka@ucw.cz>
6018 * tree.h (DECL_ONE_ONLY): Return true only for externally visible
6020 * except.c (switch_to_exception_section, resolve_unique_section,
6021 get_named_text_section, default_function_rodata_section,
6022 align_variable, get_block_for_decl, default_section_type_flags):
6023 Use DECL_COMDAT_GROUP instead of DECL_ONE_ONLY.
6024 * symtab.c (symtab_add_to_same_comdat_group,
6025 symtab_make_decl_local, fixup_same_cpp_alias_visibility,
6026 symtab_nonoverwritable_alias, symtab_get_symbol_partitioning_class):
6028 * cgraphclones.c (cgraph_create_virtual_clone): Likewise.
6029 * bb-reorder.c (pass_partition_blocks::gate): Likewise.
6030 * config/c6x/c6x.c (c6x_elf_unique_section): Likewise.
6031 (c6x_function_in_section_p): Likewise.
6032 * config/darwin.c (machopic_select_section): Likewise.
6033 * config/arm/arm.c (arm_function_in_section_p): Likewise.
6034 * config/mips/mips.c (mips_function_rodata_section): Likewise.
6035 * config/mep/mep.c (mep_select_section): LIkewise.
6036 * config/i386/i386.c (x86_64_elf_unique_section): Likewise.
6038 2014-05-20 Eric Botcazou <ebotcazou@adacore.com>
6040 * tree-ssa-dom.c (hashable_expr_equal_p) <EXPR_CALL>: Also compare the
6041 EH region of calls to pure functions that can throw an exception.
6042 * tree-ssa-sccvn.c (vn_reference_eq): Remove duplicated test.
6043 (copy_reference_ops_from_call): Also copy the EH region of the call if
6044 it can throw an exception.
6046 2014-05-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
6048 * simplify-rtx.c (simplify_binary_operation_1): Optimize case of
6049 nested VEC_SELECTs that are inverses of each other.
6051 2014-05-20 Richard Biener <rguenther@suse.de>
6053 * tree-ssa-sccvn.c (process_scc): Dump SCC here, when iterating,
6054 (extract_and_process_scc_for_name): not here.
6055 (cond_dom_walker::before_dom_children): Only process
6056 stmts that end the BB in interesting ways.
6057 (run_scc_vn): Mark param uses as visited.
6059 2014-05-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6061 * config/arm/arm.md (arith_shiftsi): Do not predicate for
6064 2014-05-20 Nick Clifton <nickc@redhat.com>
6066 * config/msp430/msp430.c (TARGET_GIMPLIFY_VA_ARG_EXPR): Define.
6067 (msp430_gimplify_va_arg_expr): New function.
6068 (msp430_print_operand): Handle (CONST (ZERO_EXTRACT)).
6070 * config/msp430/msp430.md (zero_extendpsisi2): Use + constraint on
6071 operand 0 in order to prevent confusion about the number of
6074 2014-05-20 Richard Biener <rguenther@suse.de>
6076 PR tree-optimization/61221
6077 * tree-ssa-pre.c (el_to_update): Remove.
6078 (eliminate_dom_walker::before_dom_children): Handle released
6079 VDEFs by value-numbering them to the associated VUSE. Update
6080 stmt immediately for substituted call address.
6081 (eliminate): Remove delayed stmt updating code.
6082 * tree-ssa-sccvn.c (vuse_ssa_val): New function valueizing
6083 possibly late re-numbered vuses.
6084 (vn_reference_lookup_2): Adjust.
6085 (vn_reference_lookup_pieces): Likewise.
6086 (vn_reference_lookup): Likewise.
6088 2014-05-20 Richard Biener <rguenther@suse.de>
6090 * config.gcc: Remove need_64bit_hwint.
6091 * configure.ac: Do not define NEED_64BIT_HOST_WIDE_INT.
6092 * hwint.h: Do not check NEED_64BIT_HOST_WIDE_INT but assume
6094 * config.in: Regenerate.
6095 * configure: Likewise.
6097 2014-05-19 David Wohlferd <dw@LimeGreenSocks.com>
6099 * doc/extend.texi: Create Label Attributes section,
6100 move all label attributes into it and reference it.
6102 2014-05-19 Richard Earnshaw <rearnsha@arm.com>
6104 * arm.c (thumb1_reorg): When scanning backwards skip anything
6105 that's not a proper insn.
6107 2014-05-19 Richard Biener <rguenther@suse.de>
6109 PR tree-optimization/61221
6110 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
6111 Do nothing for unreachable blocks.
6112 * tree-ssa-sccvn.c (cond_dom_walker::before_dom_children):
6113 Improve unreachability detection.
6115 2014-05-19 Richard Biener <rguenther@suse.de>
6117 PR tree-optimization/61209
6118 * tree-ssa-sccvn.c (visit_phi): Avoid setting expr to VN_TOP.
6120 2014-05-19 Nick Clifton <nickc@redhat.com>
6122 * except.c (init_eh): Fix computation of builtin setjmp buffer
6123 size to allow for targets where POINTER_SIZE > BITS_PER_WORD.
6125 2014-05-19 Richard Biener <rguenther@suse.de>
6127 PR tree-optimization/61184
6128 * tree-vrp.c (is_negative_overflow_infinity): Use
6129 TREE_OVERFLOW_P and do that check first.
6130 (is_positive_overflow_infinity): Likewise.
6131 (is_overflow_infinity): Likewise.
6132 (vrp_operand_equal_p): Properly treat operands with
6133 differing overflow as not equal.
6135 2014-05-19 Bernd Schmidt <bernds@codesourcery.com>
6137 * simplify-rtx.c (simplify_unary_operation_1): Use CONST_INT_P in
6138 shift simplification where it was intended.
6140 2014-05-19 Christian Bruel <christian.bruel@st.com>
6143 * config/sh/sh.md (movsf_ie): Unset fp_mode for fmov.
6145 2014-05-19 Richard Sandiford <r.sandiford@uk.ibm.com>
6148 * config/sparc/sparc.c (sparc_fold_builtin): Use widest_int rather
6151 2014-05-19 Richard Sandiford <rdsandiford@googlemail.com>
6153 * reg-notes.def (CROSSING_JUMP): Likewise.
6154 * rtl.h (rtx_def): Update comment for jump flag.
6155 (CROSSING_JUMP_P): Define.
6156 * cfgcleanup.c (try_forward_edges, try_optimize_cfg): Use it instead
6157 of a REG_CROSSING_JUMP note.
6158 * cfghooks.c (tidy_fallthru_edges): Likewise.
6159 * cfgrtl.c (fixup_partition_crossing, rtl_verify_edges): Likewise.
6160 * emit-rtl.c (try_split): Likewise.
6161 * haifa-sched.c (sched_create_recovery_edges): Likewise.
6162 * ifcvt.c (find_if_case_1, find_if_case_2): Likewise.
6163 * jump.c (redirect_jump_2): Likewise.
6164 * reorg.c (follow_jumps, fill_slots_from_thread): Likewise.
6165 (relax_delay_slots): Likewise.
6166 * config/arc/arc.md (jump_i, cbranchsi4_scratch, *bbit): Likewise.
6167 (bbit_di): Likewise.
6168 * config/arc/arc.c (arc_reorg, arc_can_follow_jump): Likewise.
6169 * config/sh/sh.md (jump_compact): Likewise.
6170 * bb-reorder.c (rotate_loop): Likewise.
6171 (pass_duplicate_computed_gotos::execute): Likewise.
6172 (add_reg_crossing_jump_notes): Rename to...
6173 (update_crossing_jump_flags): ...this.
6174 (pass_partition_blocks::execute): Update accordingly.
6176 2014-05-19 Richard Sandiford <rdsandiford@googlemail.com>
6178 * tree.h: Remove extraneous template <>.
6180 2014-05-17 Jan Hubicka <hubicka@ucw.cz>
6182 * ipa.c (symtab_remove_unreachable_nodes): Remove
6183 symbol from comdat group if its body was eliminated.
6184 (comdat_can_be_unshared_p_1): Static symbols can always be privatized.
6185 * symtab.c (symtab_remove_from_same_comdat_group): Break out from ...
6186 (symtab_unregister_node): ... this one.
6187 (verify_symtab_base): More strict checking of comdats.
6188 * cgraph.h (symtab_remove_from_same_comdat_group): Declare.
6190 2014-05-17 Jan Hubicka <hubicka@ucw.cz>
6192 * tree-pass.h (make_pass_ipa_comdats): New pass.
6193 * timevar.def (TV_IPA_COMDATS): New timevar.
6194 * passes.def (pass_ipa_comdats): Add.
6195 * Makefile.in (OBJS): Add ipa-comdats.o
6196 * ipa-comdats.c: New file.
6198 2014-05-17 Jan Hubicka <hubicka@ucw.cz>
6200 * ipa.c (update_visibility_by_resolution_info): New function.
6201 (function_and_variable_visibility): Use it.
6203 2014-05-17 Jan Hubicka <hubicka@ucw.cz>
6205 * cgraph.h (symtab_first_defined_symbol, symtab_next_defined_symbol):
6207 (FOR_EACH_DEFINED_SYMBOL): New macro.
6208 (varpool_first_static_initializer, varpool_next_static_initializer,
6209 varpool_first_defined_variable, varpool_next_defined_variable):
6211 (symtab_in_same_comdat_p): Correctly deal with inline functions.
6213 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
6215 * ggc-page.c (ggc_handle_finalizers): Add comment.
6217 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
6219 * ggc-common.c (ggc_internal_cleared_alloc): Adjust.
6220 * ggc-none.c (ggc_internal_alloc): Assert if a finalizer is passed.
6221 (ggc_internal_cleared_alloc): Likewise.
6222 * ggc-page.c (finalizer): New class.
6223 (vec_finalizer): Likewise.
6224 (globals::finalizers): New member.
6225 (globals::vec_finalizers): Likewise.
6226 (ggc_internal_alloc): Record the finalizer if any for the block being
6228 (ggc_handle_finalizers): New function.
6229 (ggc_collect): Call ggc_handle_finalizers.
6230 * ggc.h (ggc_internal_alloc): Add arguments to allow installing a
6232 (ggc_internal_cleared_alloc): Likewise.
6233 (finalize): New function.
6234 (need_finalization_p): Likewise.
6235 (ggc_alloc): Install the type's destructor as the finalizer if it
6237 (ggc_cleared_alloc): Likewise.
6238 (ggc_vec_alloc): Likewise.
6239 (ggc_cleared_vec_alloc): Likewise.
6241 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
6243 * ggc.h (ggc_alloc_cleared_simd_clone_stat): Remove function.
6245 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
6247 * alias.c (record_alias_subset): Adjust.
6248 * bitmap.c (bitmap_element_allocate): Likewise.
6249 (bitmap_gc_alloc_stat): Likewise.
6250 * cfg.c (init_flow): Likewise.
6251 (alloc_block): Likewise.
6252 (unchecked_make_edge): Likewise.
6253 * cfgloop.c (alloc_loop): Likewise.
6254 (flow_loops_find): Likewise.
6255 (rescan_loop_exit): Likewise.
6256 * cfgrtl.c (init_rtl_bb_info): Likewise.
6257 * cgraph.c (insert_new_cgraph_node_version): Likewise.
6258 (cgraph_allocate_node): Likewise.
6259 (cgraph_create_edge_1): Likewise.
6260 (cgraph_allocate_init_indirect_info): Likewise.
6261 * cgraphclones.c (cgraph_clone_edge): Likewise.
6262 * cgraphunit.c (add_asm_node): Likewise.
6263 (init_lowered_empty_function): Likewise.
6264 * config/aarch64/aarch64.c (aarch64_init_machine_status): Likewise.
6265 * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
6266 (alpha_use_linkage): Likewise.
6267 * config/arc/arc.c (arc_init_machine_status): Likewise.
6268 * config/arm/arm.c (arm_init_machine_status): Likewise.
6269 * config/avr/avr.c (avr_init_machine_status): Likewise.
6270 * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
6271 * config/c6x/c6x.c (c6x_init_machine_status): Likewise.
6272 * config/cris/cris.c (cris_init_machine_status): Likewise.
6273 * config/darwin.c (machopic_indirection_name): Likewise.
6274 (darwin_build_constant_cfstring): Likewise.
6275 (darwin_enter_string_into_cfstring_table): Likewise.
6276 * config/epiphany/epiphany.c (epiphany_init_machine_status): Likewise.
6277 * config/frv/frv.c (frv_init_machine_status): Likewise.
6278 * config/i386/i386.c (get_dllimport_decl): Likewise.
6279 (ix86_init_machine_status): Likewise.
6280 (assign_386_stack_local): Likewise.
6281 * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
6282 (i386_pe_maybe_record_exported_symbol): Likewise.
6283 (i386_pe_record_stub): Likewise.
6284 * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
6285 * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
6286 * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
6287 (m32c_note_pragma_address): Likewise.
6288 * config/mep/mep.c (mep_init_machine_status): Likewise.
6289 (mep_note_pragma_flag): Likewise.
6290 * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
6291 (mips16_local_alias): Likewise.
6292 (mips_init_machine_status): Likewise.
6293 * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
6294 * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
6295 * config/msp430/msp430.c (msp430_init_machine_status): Likewise.
6296 * config/nds32/nds32.c (nds32_init_machine_status): Likewise.
6297 * config/nios2/nios2.c (nios2_init_machine_status): Likewise.
6298 * config/pa/pa.c (pa_init_machine_status): Likewise.
6299 (pa_get_deferred_plabel): Likewise.
6300 * config/rl78/rl78.c (rl78_init_machine_status): Likewise.
6301 * config/rs6000/rs6000.c (builtin_function_type): Likewise.
6302 (rs6000_init_machine_status): Likewise.
6303 (output_toc): Likewise.
6304 * config/s390/s390.c (s390_init_machine_status): Likewise.
6305 * config/score/score.c (score_output_external): Likewise.
6306 * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
6307 * config/spu/spu.c (spu_init_machine_status): Likewise.
6308 * config/tilegx/tilegx.c (tilegx_init_machine_status): Likewise.
6309 * config/tilepro/tilepro.c (tilepro_init_machine_status): Likewise.
6310 * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
6311 * coverage.c (coverage_end_function): Likewise.
6312 * dbxout.c (dbxout_init): Likewise.
6313 * doc/gty.texi: Don't mention variable_size attribute.
6314 * dwarf2cfi.c (new_cfi): Adjust.
6315 (new_cfi_row): Likewise.
6316 (copy_cfi_row): Likewise.
6317 (create_cie_data): Likewise.
6318 * dwarf2out.c (dwarf2out_alloc_current_fde): Likewise.
6319 (new_loc_descr): Likewise.
6320 (find_AT_string_in_table): Likewise.
6321 (add_addr_table_entry): Likewise.
6322 (new_die): Likewise.
6323 (add_var_loc_to_decl): Likewise.
6324 (clone_die): Likewise.
6325 (clone_as_declaration): Likewise.
6326 (break_out_comdat_types): Likewise.
6327 (new_loc_list): Likewise.
6328 (add_loc_descr_to_each): Likewise.
6329 (add_location_or_const_value_attribute): Likewise.
6330 (add_linkage_name): Likewise.
6331 (lookup_filename): Likewise.
6332 (dwarf2out_var_location): Likewise.
6333 (new_line_info_table): Likewise.
6334 (dwarf2out_init): Likewise.
6335 (mem_loc_descriptor): Likewise.
6336 (loc_descriptor): Likewise.
6337 (add_const_value_attribute): Likewise.
6338 (tree_add_const_value_attribute): Likewise.
6339 (comp_dir_string): Likewise.
6340 (dwarf2out_vms_debug_main_pointer): Likewise.
6341 (string_cst_pool_decl): Likewise.
6342 * emit-rtl.c (set_mem_attrs): Likewise.
6343 (get_reg_attrs): Likewise.
6344 (start_sequence): Likewise.
6345 (init_emit): Likewise.
6346 (init_emit_regs): Likewise.
6347 * except.c (init_eh_for_function): Likewise.
6348 (gen_eh_region): Likewise.
6349 (gen_eh_region_catch): Likewise.
6350 (gen_eh_landing_pad): Likewise.
6351 (add_call_site): Likewise.
6352 * function.c (add_frame_space): Likewise.
6353 (insert_temp_slot_address): Likewise.
6354 (assign_stack_temp_for_type): Likewise.
6355 (get_hard_reg_initial_val): Likewise.
6356 (allocate_struct_function): Likewise.
6357 (prepare_function_start): Likewise.
6358 (types_used_by_var_decl_insert): Likewise.
6359 * gengtype.c (variable_size_p): Remove function.
6360 (enum alloc_quantity): Remove enum.
6361 (write_typed_alloc_def): Remove function.
6362 (write_typed_struct_alloc_def): Likewise.
6363 (write_typed_typedef_alloc_def): Likewise.
6364 (write_typed_alloc_defns): Likewise.
6366 * ggc-common.c (ggc_cleared_alloc_htab_ignore_args): Adjust.
6367 (ggc_cleared_alloc_ptr_array_two_args): Likewise.
6368 * ggc.h (ggc_alloc): new function.
6369 (ggc_cleared_alloc): Likewise.
6370 (ggc_vec_alloc): Template on type of vector element, and remove
6371 element size argument.
6372 (ggc_cleared_vec_alloc): Likewise.
6373 * gimple.c (gimple_build_omp_for): Adjust.
6374 (gimple_copy): Likewise.
6375 * ipa-cp.c (get_replacement_map): Likewise.
6376 (find_aggregate_values_for_callers_subset): Likewise.
6377 (known_aggs_to_agg_replacement_list): Likewise.
6378 * ipa-devirt.c (get_odr_type): Likewise.
6379 * ipa-prop.c (ipa_node_duplication_hook): Likewise.
6380 (read_agg_replacement_chain): Likewise.
6381 * loop-iv.c (get_simple_loop_desc): Likewise.
6382 * lto-cgraph.c (input_node_opt_summary): Likewise.
6383 * lto-section-in.c (lto_new_in_decl_state): Likewise.
6384 * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
6385 (input_eh_region): Likewise.
6386 (input_eh_lp): Likewise.
6387 (input_cfg): Likewise.
6388 * optabs.c (set_optab_libfunc): Likewise.
6389 (init_tree_optimization_optabs): Likewise.
6390 (set_conv_libfunc): Likewise.
6391 * passes.c (do_per_function_toporder): Likewise.
6392 * rtl.h: Don't use variable_size gty attribute.
6393 * sese.c (if_region_set_false_region): Adjust.
6394 * stringpool.c (gt_pch_save_stringpool): Likewise.
6395 * target-globals.c (save_target_globals): Likewise.
6396 * toplev.c (general_init): Likewise.
6397 * trans-mem.c (record_tm_replacement): Likewise.
6398 (split_bb_make_tm_edge): Likewise.
6399 * tree-cfg.c (move_sese_region_to_fn): Likewise.
6400 * tree-data-ref.h (lambda_vector_new): Likewise.
6401 * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
6402 * tree-iterator.c (tsi_link_before): Likewise.
6403 (tsi_link_after): Likewise.
6404 * tree-scalar-evolution.c (new_scev_info_str): Likewise.
6405 * tree-ssa-loop-niter.c (record_estimate): Likewise.
6406 * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
6407 * tree-ssa-operands.h: Don't use variable_size gty attribute.
6408 * tree-ssa.c (init_tree_ssa): Adjust.
6409 * tree-ssanames.c (set_range_info): Likewise.
6410 (get_ptr_info): Likewise.
6411 (duplicate_ssa_name_ptr_info): Likewise.
6412 (duplicate_ssa_name_range_info): Likewise.
6413 * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Likewise.
6414 (unpack_ts_fixed_cst_value_fields): Likewise.
6415 * tree.c (build_fixed): Likewise.
6416 (build_real): Likewise.
6417 (build_string): Likewise.
6418 (decl_priority_info): Likewise.
6419 (decl_debug_expr_insert): Likewise.
6420 (decl_value_expr_insert): Likewise.
6421 (decl_debug_args_insert): Likewise.
6422 (type_hash_add): Likewise.
6423 (build_omp_clause): Likewise.
6424 * ubsan.c (decl_for_type_insert): Likewise.
6425 * varasm.c (get_unnamed_section): Likewise.
6426 (get_noswitch_section): Likewise.
6427 (get_section): Likewise.
6428 (get_block_for_section): Likewise.
6429 (create_block_symbol): Likewise.
6430 (build_constant_desc): Likewise.
6431 (create_constant_pool): Likewise.
6432 (force_const_mem): Likewise.
6433 (record_tm_clone_pair): Likewise.
6434 * varpool.c (varpool_create_empty_node): Likewise.
6436 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
6438 * dwarf2out.c (tree_add_const_value_attribute): Call
6439 ggc_internal_cleared_alloc instead of ggc_alloc_cleared_atomic.
6440 * gengtype.c (write_typed_alloc_def): Call ggc_internal_<x>alloc
6441 instead of ggc_internal_<x>alloc_stat.
6442 * ggc-common.c (ggc_internal_cleared_alloc): Drop _stat suffix.
6443 (ggc_realloc): Likewise.
6444 * ggc-none.c (ggc_internal_alloc): Likewise.
6445 (ggc_internal_cleared_alloc): Likewise.
6446 * ggc-page.c: Likewise.
6447 * ggc.h (ggc_internal_alloc_stat): Likewise.
6448 (ggc_internal_alloc): Remove macro.
6449 (ggc_internal_cleared_alloc_stat): Drop _stat suffix.
6450 (ggc_internal_cleared_alloc): Remove macro.
6451 (GGC_RESIZEVEC): Adjust.
6452 (ggc_resizevar): Remove macro.
6453 (ggc_internal_vec_alloc_stat): Drop _stat suffix.
6454 (ggc_internal_cleared_vec_alloc_stat): Likewise.
6455 (ggc_internal_vec_cleared_alloc): Remove macro.
6456 (ggc_alloc_atomic_stat): Drop _stat suffix.
6457 (ggc_alloc_atomic): Remove macro.
6458 (ggc_alloc_cleared_atomic): Remove macro.
6459 (ggc_alloc_string_stat): Drop _stat suffix.
6460 (ggc_alloc_string): Remove macro.
6461 (ggc_alloc_rtx_def_stat): Adjust.
6462 (ggc_alloc_tree_node_stat): Likewise.
6463 (ggc_alloc_cleared_tree_node_stat): Likewise.
6464 (ggc_alloc_cleared_gimple_statement_stat): Likewise.
6465 (ggc_alloc_cleared_simd_clone_stat): Likewise.
6466 * gimple.c (gimple_build_omp_for): Likewise.
6467 (gimple_copy): Likewise.
6468 * stringpool.c (ggc_alloc_string_stat): Drop _stat suffix.
6469 * toplev.c (realloc_for_line_map): Adjust.
6470 * tree-data-ref.h (lambda_vector_new): Likewise.
6471 * tree-phinodes.c (allocate_phi_node): Likewise.
6472 * tree.c (grow_tree_vec_stat): Likewise.
6473 * vec.h (va_gc::reserve): Adjust.
6475 2014-05-17 Ajit Agarwal <ajitkum@xilinx.com>
6477 * config/microblaze/microblaze.c (break_handler): New Declaration.
6478 (microblaze_break_function_p,microblaze_is_break_handler): New.
6479 (compute_frame_size): Use microblaze_break_function_p.
6480 Add the test of break_handler.
6481 (microblaze_function_prologue) : Add the test of variable
6482 break_handler. Check the fnname by BREAK_HANDLER_NAME.
6483 (microblaze_function_epilogue) : Add the test of break_handler.
6484 (microblaze_globalize_label) : Add the test of break_handler.
6485 Check the name by BREAK_HANDLER_NAME.
6487 * config/microblaze/microblaze.h (BREAK_HANDLER_NAME): New macro
6489 * config/microblaze/microblaze.md (*<optab>,<optab>_internal): Add
6490 microblaze_is_break_handler test.
6491 (call_internal1,call_value_intern): Use microblaze_break_function_p.
6492 Use SYMBOL_REF_DECL.
6494 * config/microblaze/microblaze-protos.h
6495 (microblaze_break_function_p,microblaze_is_break_handler):
6498 * doc/extend.texi (MicroBlaze break_handler Functions): Document
6499 new MicroBlaze break_handler functions.
6501 2014-05-17 Uros Bizjak <ubizjak@gmail.com>
6503 * doc/extend.texi (Size of an asm): Move node text according
6504 to its @menu entry position.
6506 2014-05-17 Marc Glisse <marc.glisse@inria.fr>
6508 PR tree-optimization/61140
6509 PR tree-optimization/61150
6510 PR tree-optimization/61197
6511 * tree-ssa-phiopt.c (value_replacement): Punt on multiple phis.
6513 2014-05-17 Uros Bizjak <ubizjak@gmail.com>
6515 * doc/invoke.texi (free): Mention Alpha. Also enabled at -Os.
6517 2014-05-17 Richard Sandiford <r.sandiford@uk.ibm.com>
6519 * wide-int.cc: Only include longlong.h if W_TYPE_SIZE==32 or
6520 __SIZEOF_INT128__ is defined.
6522 2014-05-17 Richard Sandiford <rdsandiford@googlemail.com>
6524 * config/rs6000/rs6000.c (rs6000_real_tls_symbol_ref_p): New function.
6525 (rs6000_delegitimize_address): Use it.
6527 2014-05-17 Richard Sandiford <rdsandiford@googlemail.com>
6529 * emit-rtl.h (replace_equiv_address, replace_equiv_address_nv): Add an
6530 inplace argument. Store the new address in the original MEM when true.
6531 * emit-rtl.c (change_address_1): Likewise.
6532 (adjust_address_1, adjust_automodify_address_1, offset_address):
6534 * rtl.h (plus_constant): Add an inplace argument.
6535 * explow.c (plus_constant): Likewise. Try to reuse the original PLUS
6536 when true. Avoid generating (plus X (const_int 0)).
6537 * function.c (instantiate_virtual_regs_in_rtx): Adjust the PLUS
6538 in-place. Pass true to plus_constant.
6539 (instantiate_virtual_regs_in_insn): Pass true to replace_equiv_address.
6541 2014-05-16 Dehao Chen <dehao@google.com>
6543 * tree-cfg.c (gimple_merge_blocks): Updates bb count with max count.
6545 2014-05-16 Oleg Endo <olegendo@gcc.gnu.org>
6548 * config/sh/predicates.md (negt_reg_shl31_operand): Match additional
6550 * config/sh/sh.md (*negt_msb): Merge SH2A and non-SH2A variants.
6552 2014-05-16 Dehao Chen <dehao@google.com>
6554 * ira-int.h (REG_FREQ_FROM_EDGE_FREQ): Use
6555 optimize_function_for_size_p.
6556 * regs.h (REG_FREQ_FROM_BB): Likewise.
6558 2014-05-16 Oleg Endo <olegendo@gcc.gnu.org>
6561 * config/sh/sh.c (sh_eval_treg_value): Handle t_reg_operand and
6562 negt_reg_operand cases.
6563 * config/sh/sh.md (*cset_zero): Likewise by using cbranch_treg_value
6565 * config/sh/predicates.md (cbranch_treg_value): Simplify.
6567 2014-05-16 Oleg Endo <olegendo@gcc.gnu.org>
6569 * config/sh/sh.c (sh_option_override): Set branch cost to 2 for all
6572 2014-05-16 David Malcolm <dmalcolm@redhat.com>
6575 2014-04-29 David Malcolm <dmalcolm@redhat.com>
6577 * tree-cfg.c (dump_function_to_file): Dump the return type of
6578 functions, in a line to itself before the function body, mimicking
6579 the layout of a C function.
6581 2014-05-16 Dehao Chen <dehao@google.com>
6583 * cfghooks.c (make_forwarder_block): Use direct computation to
6584 get fall-through edge's count and frequency.
6586 2014-05-16 Benno Schulenberg <bensberg@justemail.net>
6588 * config/arc/arc.c (arc_init): Fix typo in error message.
6589 * config/i386/i386.c (ix86_expand_builtin): Likewise.
6590 (split_stack_prologue_scratch_regno): Likewise.
6591 * fortran/check.c (gfc_check_fn_rc2008): Remove duplicate
6592 word from error message.
6594 2014-05-16 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
6596 * ira-costs.c: Fix typo in comment.
6598 2014-05-16 David Wohlferd <dw@LimeGreenSocks.com>
6600 * doc/extend.texi: (Visibility Pragmas) Fix misplaced @xref
6602 2014-05-16 Jan Hubicka <hubicka@ucw.cz>
6604 * varpool.c (dump_varpool_node): Dump write-only flag.
6605 * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Stream
6607 * tree-cfg.c (execute_fixup_cfg): Remove statements setting
6608 write-only variables.
6609 * ipa.c (process_references): New function.
6610 (set_readonly_bit): New function.
6611 (set_writeonly_bit): New function.
6612 (clear_addressable_bit): New function.
6613 (ipa_discover_readonly_nonaddressable_var): Mark write only variables;
6614 fix handling of aliases.
6615 * cgraph.h (struct varpool_node): Add writeonly flag.
6617 2014-05-16 Vladimir Makarov <vmakarov@redhat.com>
6619 PR rtl-optimization/60969
6620 * ira-costs.c (record_reg_classes): Allow only memory for pseudo.
6621 Calculate costs for this case.
6623 2014-05-16 Eric Botcazou <ebotcazou@adacore.com>
6625 * fold-const (fold_unary_loc) <NON_LVALUE_EXPR>: New case.
6626 <CASE_CONVERT>: Pass arg0 instead of op0 to fold_convert_const.
6628 2014-05-16 Richard Biener <rguenther@suse.de>
6630 PR tree-optimization/61194
6631 * tree-vect-patterns.c (adjust_bool_pattern): Also handle
6632 bool patterns ending in a COND_EXPR.
6634 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
6636 * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Fix FNMUL case.
6638 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
6640 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle the case
6641 where we were unable to cost an RTX.
6643 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
6645 * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost SYMBOL_REF,
6648 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
6649 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
6651 * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost TRUNCATE.
6653 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
6654 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
6656 * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost FMA,
6657 FLOAT_EXTEND, FLOAT_TRUNCATE, ABS, SMAX, and SMIN.
6659 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
6660 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
6662 * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost comparison
6665 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
6666 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
6668 * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costs for
6671 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
6672 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
6674 * config/aarch64/aarch64.c (aarch64_rtx_arith_op_extract_p): New.
6675 (aarch64_rtx_costs): Improve costs for SIGN/ZERO_EXTRACT.
6677 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
6678 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
6680 * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costs for
6683 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
6684 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
6686 * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost
6687 ZERO_EXTEND and SIGN_EXTEND better.
6689 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
6690 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
6692 * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve cost for
6695 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
6696 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
6698 * config/aarch64/aarch64.c (aarch64_rtx_costs): Use address
6699 costs when costing loads and stores to memory.
6701 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
6702 Philip Tomsich <philipp.tomsich@theobroma-systems.com>
6704 * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costing
6707 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
6709 * config/aarch64/aarch64.c (aarch64_rtx_costs): Set default costs.
6711 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
6712 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
6714 * config/aarch64/aarch64.c (aarch64_strip_shift_or_extend): Rename
6716 (aarch64_strip_extend): ...this, don't strip shifts, check RTX is
6718 (aarch64_rtx_mult_cost): New.
6719 (aarch64_rtx_costs): Use it, refactor as appropriate.
6721 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
6722 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
6724 * config/aarch64/aarch64.c (aarch64_build_constant): Conditionally
6725 emit instructions, return number of instructions which would
6727 (aarch64_add_constant): Update call to aarch64_build_constant.
6728 (aarch64_output_mi_thunk): Likewise.
6729 (aarch64_rtx_costs): Estimate cost of a CONST_INT, cost of
6732 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
6734 * config/aarch64/aarch64.c (aarch64_rtx_costs_wrapper): New.
6735 (TARGET_RTX_COSTS): Call it.
6737 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
6739 * config/aarch64/aarch64.c (cortexa57_addrcost_table): New.
6740 (cortexa57_vector_cost): Likewise.
6741 (cortexa57_tunings): Use them.
6743 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
6745 * config/aarch64/aarch64-protos.h (scale_addr_mode_cost): New.
6746 (cpu_addrcost_table): Use it.
6747 * config/aarch64/aarch64.c (generic_addrcost_table): Initialize it.
6748 (aarch64_address_cost): Rewrite using aarch64_classify_address,
6751 2014-05-16 Richard Biener <rguenther@suse.de>
6753 * tree-ssa-sccvn.c: Include tree-cfg.h and domwalk.h.
6754 (set_ssa_val_to): Handle unexpected sets to VN_TOP.
6755 (visit_phi): Ignore edges marked as not executable.
6756 (class cond_dom_walker): New.
6757 (cond_dom_walker::before_dom_children): Value-number
6758 control statements and mark successor edges as not
6759 executable if possible.
6760 (run_scc_vn): First walk all control statements in
6761 dominator order, marking edges as not executable.
6762 * tree-inline.c (copy_edges_for_bb): Be not confused
6763 about random edge flags.
6765 2014-05-16 Richard Biener <rguenther@suse.de>
6767 * tree-ssa-sccvn.c (visit_use): Also constant-fold calls.
6769 2014-05-15 Peter Bergner <bergner@vnet.ibm.com>
6772 * config/rs6000/htmxlintrin.h (_HTM_TBEGIN_STARTED): New define.
6773 (__TM_simple_begin): Use it.
6774 (__TM_begin): Likewise.
6776 2014-05-15 Martin Jambor <mjambor@suse.cz>
6779 * ipa-prop.c (update_indirect_edges_after_inlining): Check
6780 type_preserved flag when the indirect edge is polymorphic.
6782 2014-05-15 Martin Jambor <mjambor@suse.cz>
6784 PR tree-optimization/61090
6785 * tree-sra.c (sra_modify_expr): Pass the current gsi to
6786 build_ref_for_model.
6788 2014-05-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6790 * config/arm/arm.c (arm_option_override): Use the SCHED_PRESSURE_MODEL
6791 enum name for PARAM_SCHED_PRESSURE_ALGORITHM.
6793 2014-05-15 Jakub Jelinek <jakub@redhat.com>
6795 PR tree-optimization/61158
6796 * fold-const.c (fold_binary_loc): If X is zero-extended and
6797 shiftc >= prec, make sure zerobits is all ones instead of
6798 invoking undefined behavior.
6800 2014-05-15 Zhenqiang Chen <zhenqiang.chen@linaro.org>
6802 * regcprop.h: New file.
6803 * regcprop.c (skip_debug_insn_p): New decl.
6804 (replace_oldest_value_reg): Check skip_debug_insn_p.
6805 (copyprop_hardreg_forward_bb_without_debug_insn): New function.
6806 * shrink-wrap.c: Include regcprop.h.
6807 (prepare_shrink_wrap): Call
6808 copyprop_hardreg_forward_bb_without_debug_insn.
6810 2014-05-15 Zhenqiang Chen <zhenqiang.chen@linaro.org>
6812 * shrink-wrap.h: Update comment.
6813 * shrink-wrap.c: Update comment.
6814 (next_block_for_reg): Rename to live_edge_for_reg.
6815 (live_edge_for_reg): Allow live_edge->dest has two predecessors.
6816 (move_insn_for_shrink_wrap): Split live_edge.
6817 (prepre_shrink_wrap): One more parameter for move_insn_for_shrink_wrap.
6819 2014-05-14 Eric Botcazou <ebotcazou@adacore.com>
6821 * config/sparc/sparc-protos.h (sparc_absnegfloat_split_legitimate):
6823 * config/sparc/sparc.c (sparc_absnegfloat_split_legitimate): Likewise.
6824 * config/sparc/sparc.md (fptype_ut699): New attribute.
6825 (in_branch_delay): Return false if -mfix-ut699 is specified and
6826 fptype_ut699 is set to single.
6827 (truncdfsf2): Add fptype_ut699 attribute.
6828 (fix_truncdfsi2): Likewise.
6829 (floatsisf2): Change fptype attribute.
6830 (fix_truncsfsi2): Likewise.
6831 (negtf2_notv9): Delete.
6832 (negtf2_v9): Likewise.
6833 (negtf2_hq): New instruction.
6834 (negtf2): New instruction and splitter.
6835 (negdf2_notv9): Rewrite.
6836 (abstf2_notv9): Delete.
6837 (abstf2_hq_v9): Likewise.
6838 (abstf2_v9): Likewise.
6839 (abstf2_hq): New instruction.
6840 (abstf2): New instruction and splitter.
6841 (absdf2_notv9): Rewrite.
6843 2014-05-14 Cary Coutant <ccoutant@google.com>
6846 * opts.c (common_handle_option): Don't special-case "-g".
6847 (set_debug_level): Default to at least level 2 with "-g".
6849 2014-05-14 DJ Delorie <dj@redhat.com>
6851 * config/msp430/msp430.c (msp430_builtin): Add
6852 MSP430_BUILTIN_DELAY_CYCLES.
6853 (msp430_init_builtins): Register void __delay_cycles(long long).
6854 (msp430_builtin_decl): Add it.
6855 (cg_magic_constant): New.
6856 (msp430_expand_delay_cycles): New.
6857 (msp430_expand_builtin): Call it.
6858 (msp430_print_operand_raw): Change integer printing from "int" to
6860 * config/msp430/msp430.md (define_constants): Add delay_cycles tags.
6861 (delay_cycles_start): New.
6862 (delay_cycles_end): New.
6863 (delay_cycles_32): New.
6864 (delay_cycles_32x): New.
6865 (delay_cycles_16): New.
6866 (delay_cycles_16x): New.
6867 (delay_cycles_2): New.
6868 (delay_cycles_1): New.
6869 * doc/extend.texi: Document __delay_cycles().
6871 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
6873 * config/nios2/nios2.md (nios2_cbranch): Fix paste-o in
6874 length attribute computation.
6876 2014-05-14 Richard Sandiford <rdsandiford@googlemail.com>
6879 * print-rtl.c (print_rtx): Suppress uids if flag_dump_unnumbered.
6881 2014-05-14 Richard Sandiford <r.sandiford@uk.ibm.com>
6884 * config/sparc/sparc.md: Fix types of low and high in DI constant
6885 splitter. Use gen_int_mode in some other splitters.
6887 2014-05-14 Martin Jambor <mjambor@suse.cz>
6890 * ipa-prop.c (ipa_modify_formal_parameters): Reset DECL_LANG_SPECIFIC.
6892 2014-05-14 James Norris <jnorris@codesourcery.com>
6894 * omp-low.c (expand_parallel_call): Remove shadow variable.
6895 (expand_omp_taskreg): Likewise.
6897 2014-05-14 Ilya Tocar <ilya.tocar@intel.com>
6899 * common/config/i386/i386-common.c
6900 (OPTION_MASK_ISA_CLFLUSHOPT_SET): Define.
6901 (OPTION_MASK_ISA_XSAVES_SET): Ditto.
6902 (OPTION_MASK_ISA_XSAVEC_SET): Ditto.
6903 (OPTION_MASK_ISA_CLFLUSHOPT_UNSET): Ditto.
6904 (OPTION_MASK_ISA_XSAVES_UNSET): Ditto.
6905 (OPTION_MASK_ISA_XSAVEC_UNSET): Ditto.
6906 (ix86_handle_option): Handle OPT_mxsavec, OPT_mxsaves, OPT_mclflushopt.
6907 * config.gcc (i[34567]86-*-*): Add clflushoptintrin.h,
6908 xsavecintrin.h, xsavesintrin.h.
6909 (x86_64-*-*): Ditto.
6910 * config/i386/clflushoptintrin.h: New.
6911 * config/i386/xsavecintrin.h: Ditto.
6912 * config/i386/xsavesintrin.h: Ditto.
6913 * config/i386/cpuid.h (bit_CLFLUSHOPT): Define.
6914 (bit_XSAVES): Ditto.
6915 (bit_XSAVES): Ditto.
6916 * config/i386/driver-i386.c (host_detect_local_cpu): Handle
6917 -mclflushopt, -mxsavec, -mxsaves, -mno-xsaves, -mno-xsavec,
6919 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
6920 OPTION_MASK_ISA_CLFLUSHOPT, OPTION_MASK_ISA_XSAVEC,
6921 OPTION_MASK_ISA_XSAVES.
6922 * config/i386/i386.c (ix86_target_string): Handle -mclflushopt,
6924 (PTA_CLFLUSHOPT) Define.
6925 (PTA_XSAVEC): Ditto.
6926 (PTA_XSAVES): Ditto.
6927 (ix86_option_override_internal): Handle new options.
6928 (ix86_valid_target_attribute_inner_p): Ditto.
6929 (ix86_builtins): Add IX86_BUILTIN_XSAVEC, IX86_BUILTIN_XSAVEC64,
6930 IX86_BUILTIN_XSAVES, IX86_BUILTIN_XRSTORS, IX86_BUILTIN_XSAVES64,
6931 IX86_BUILTIN_XRSTORS64, IX86_BUILTIN_CLFLUSHOPT.
6932 (bdesc_special_args): Add __builtin_ia32_xsaves,
6933 __builtin_ia32_xrstors, __builtin_ia32_xsavec, __builtin_ia32_xsaves64,
6934 __builtin_ia32_xrstors64, __builtin_ia32_xsavec64.
6935 (ix86_init_mmx_sse_builtins): Add __builtin_ia32_clflushopt.
6936 (ix86_expand_builtin): Handle new builtins.
6937 * config/i386/i386.h (TARGET_CLFLUSHOPT) Define.
6938 (TARGET_CLFLUSHOPT_P): Ditto.
6939 (TARGET_XSAVEC): Ditto.
6940 (TARGET_XSAVEC_P): Ditto.
6941 (TARGET_XSAVES): Ditto.
6942 (TARGET_XSAVES_P): Ditto.
6943 * config/i386/i386.md (ANY_XSAVE): Add UNSPECV_XSAVEC, UNSPECV_XSAVES.
6944 (ANY_XSAVE64)" Add UNSPECV_XSAVEC64, UNSPECV_XSAVES64.
6945 (attr xsave): Add xsavec, xsavec64, xsaves, xsaves64.
6947 (ANY_XRSTOR64): Ditto.
6949 (xrstor): Change into <xrstor>.
6950 (xrstor_rex64): Change into <xrstor>_rex64.
6951 (xrstor64): Change into <xrstor>64
6953 * config/i386/i386.opt (mclflushopt): New.
6956 * config/i386/x86intrin.h: Add clflushoptintrin.h, xsavesintrin.h,
6958 * doc/invoke.texi: Document new options.
6960 2014-05-14 Andrey Belevantsev <abel@ispras.ru>
6962 PR rtl-optimization/60866
6963 * sel-sched-ir (sel_init_new_insn): New parameter old_seqno.
6964 Default it to -1. Pass it down to init_simplejump_data.
6965 (init_simplejump_data): New parameter old_seqno. Pass it down
6966 to get_seqno_for_a_jump.
6967 (get_seqno_for_a_jump): New parameter old_seqno. Use it for
6968 initializing new jump seqno as a last resort. Add comment.
6969 (sel_redirect_edge_and_branch): Save old seqno of the conditional
6970 jump and pass it down to sel_init_new_insn.
6971 (sel_redirect_edge_and_branch_force): Likewise.
6973 2014-05-14 Georg-Johann Lay <avr@gjlay.de>
6975 * config/avr/avr.h (REG_CLASS_CONTENTS): Use unsigned suffix for
6976 shifted values to avoid build warning.
6978 2014-05-14 Eric Botcazou <ebotcazou@adacore.com>
6980 * cfgcleanup.c (try_forward_edges): Use location_t for locations.
6981 * cfgrtl.c (rtl_merge_blocks): Fix comment.
6982 (cfg_layout_merge_blocks): Likewise.
6983 * except.c (emit_to_new_bb_before): Remove prev_bb local variable.
6985 2014-05-14 Andrey Belevantsev <abel@ispras.ru>
6987 PR rtl-optimization/60901
6988 * config/i386/i386.c (ix86_dependencies_evaluation_hook): Check that
6989 bb predecessor belongs to the same scheduling region. Adjust comment.
6991 2014-05-13 Peter Bergner <bergner@vnet.ibm.com>
6993 * doc/sourcebuild.texi: (dfp_hw): Document.
6994 (p8vector_hw): Likewise.
6995 (powerpc_eabi_ok): Likewise.
6996 (powerpc_elfv2): Likewise.
6997 (powerpc_htm_ok): Likewise.
6998 (ppc_recip_hw): Likewise.
7001 2014-05-13 Cary Coutant <ccoutant@google.com>
7003 * opts.c (finish_options): Use -ggnu-pubnames with -gsplit-dwarf.
7005 2014-05-13 David Malcolm <dmalcolm@redhat.com>
7007 * gengtype-parse.c (require3): Eliminate in favor of...
7009 (require_template_declaration): Update to support optional single *
7012 * gengtype.c (get_ultimate_base_class): Add a non-const overload.
7013 (create_user_defined_type): Handle a single level of explicit
7014 pointerness within template arguments.
7015 (struct write_types_data): Add field "kind".
7016 (filter_type_name): Handle "*" character.
7017 (write_user_func_for_structure_ptr): Require a write_types_data
7018 rather than just a prefix string, so that we can look up the kind
7019 of the wtd and use it as an index into wrote_user_func_for_ptr,
7020 ensuring that such functions are written at most once. Support
7021 subclasses by invoking the marking function of the ultimate base class.
7022 (write_user_func_for_structure_body): Require a write_types_data
7023 rather than just a prefix string, so that we can pass this to
7024 write_user_func_for_structure_ptr.
7025 (write_func_for_structure): Likewise.
7026 (ggc_wtd): Add initializer of new "kind" field.
7027 (pch_wtd): Likewise.
7029 * gengtype.h (enum write_types_kinds): New.
7030 (struct type): Add field wrote_user_func_for_ptr to the "s"
7033 2014-05-13 Richard Sandiford <r.sandiford@uk.ibm.com>
7035 * fold-const.c (optimize_bit_field_compare): Use wi:: operations
7036 instead of const_binop.
7037 (fold_binary_loc): Likewise.
7039 2014-05-13 Richard Sandiford <r.sandiford@uk.ibm.com>
7041 * tree-dfa.h (get_addr_base_and_unit_offset_1): Update array index
7042 calculation to match get_ref_base_and_extent.
7044 2014-05-13 Catherine Moore <clm@codesourcery.com>
7045 Sandra Loosemore <sandra@codesourcery.com>
7047 * configure.ac: Fix assembly for explicit JALR relocation check.
7048 * configure: Regenerate.
7050 2014-05-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7052 * config/arm/arm.c (neon_itype): Remove NEON_RESULTPAIR.
7053 (arm_init_neon_builtins): Remove handling of NEON_RESULTPAIR.
7054 Remove associated type declarations and initialisations.
7055 (arm_expand_neon_builtin): Likewise.
7056 (neon_emit_pair_result_insn): Delete.
7057 * config/arm/arm_neon_builtins (vtrn, vzip, vuzp): Delete.
7058 * config/arm/neon.md (neon_vtrn<mode>): Delete.
7059 (neon_vzip<mode>): Likewise.
7060 (neon_vuzp<mode>): Likewise.
7062 2014-05-13 Richard Biener <rguenther@suse.de>
7065 * tree-inline.c (remap_gimple_stmt): Clear tail call flag,
7066 it needs revisiting whether the call still may be tail-called.
7068 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
7070 * rtl.def (SYMBOL_REF): Remove middle "0" field.
7071 * rtl.h (block_symbol): Reduce number of fields to 2.
7072 (rtx_def): Add u2.symbol_ref_flags.
7073 (SYMBOL_REF_FLAGS): Use it.
7074 (SYMBOL_REF_DATA, SET_SYMBOL_REF_DECL, SYMBOL_REF_DECL)
7075 (SET_SYMBOL_REF_CONSTANT, SYMBOL_REF_CONSTANT): Lower index.
7076 * gengtype.c (adjust_field_rtx_def): Remove SYMBOL_REF_FLAGS handling.
7077 Lower index of SYMBOL_REF_DATA.
7078 * print-rtl.c (print_rtx): Lower index for SYMBOL_REF_DATA.
7079 Print SYMBOL_REF_FLAGS at the same time.
7080 * genattrtab.c (attr_rtx_1): Only initialize 1 "0" SYMBOL_REF field.
7082 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
7084 * rtl.def (VAR_LOCATION): Remove "i" field.
7085 * rtl.h (rtx_def): Add u2.var_location_status.
7086 (PAT_VAR_LOCATION_STATUS): Use it.
7087 (gen_rtx_VAR_LOCATION): Declare.
7088 * gengenrtl.c (excluded_rtx): Add VAR_LOCATION.
7089 * emit-rtl.c (gen_rtx_VAR_LOCATION): New function.
7090 * var-tracking.c (emit_note_insn_var_location): Remove casts.
7092 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
7094 * rtl.def (scratch): Fix outdated comment and remove "0" field.
7095 * gengtype.c (adjust_field_rtx_def): Update accordingly.
7097 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
7099 * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, JUMP_TABLE_DATA)
7100 (BARRIER, CODE_LABEL, NOTE): Remove first "i" field.
7101 * rtl.h (rtx_def): Add insn_uid to u2 field.
7102 (RTX_FLAG_CHECK8): Delete in favor of...
7103 (RTL_INSN_CHAIN_FLAG_CHECK): ...this new macro.
7104 (INSN_DELETED_P): Update accordingly.
7105 (INSN_UID): Use u2.insn_uid.
7106 (INSN_CHAIN_CODE_P): Define.
7107 (PREV_INSN, NEXT_INSN, BLOCK_FOR_INSN, PATTERN, INSN_LOCATION)
7108 (INSN_CODE, REG_NOTES, CALL_INSN_FUNCTION_USAGE, CODE_LABEL_NUMBER)
7109 (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK, NOTE_EH_HANDLER)
7110 (NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_CFI, NOTE_LABEL_NUMBER)
7111 (NOTE_KIND, LABEL_NAME, LABEL_NUSES, JUMP_LABEL, LABEL_REFS): Lower
7112 indices accordingly.
7113 * print-rtl.c (print_rtx): Print INSN_UIDs before the main loop.
7114 Update indices for insn-chain rtxes.
7115 * gengtype.c (gen_rtx_next): Adjust test for insn-chain rtxes.
7116 (adjust_field_rtx_def): Lower '0' indices for all insn-chain rtxes.
7117 * emit-rtl.c (gen_label_rtx): Update gen_rtx_LABEL call.
7118 * caller-save.c (init_caller_save): Update gen_rtx_INSN calls.
7119 * combine.c (try_combine): Likewise.
7120 * ira.c (setup_prohibited_mode_move_regs): Likewise.
7122 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
7124 * rtl.def (REG): Remove middle field.
7125 * rtl.h (rtx_def): Add orignal_regno to u2.
7126 (ORIGINAL_REGNO): Use it instead of field 1.
7127 (REG_ATTRS): Lower field index accordingly.
7128 * gengtype.c (adjust_field_rtx_def): Remove handling of
7129 ORIGINAL_REGNO. Move REG_ATTRS index down.
7130 * print-rtl.c (print_rtx): Move ORIGINAL_REGNO handling to the
7131 code that prints the REGNO.
7133 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
7135 * print-rtl.c (print_rtx): Guard whole '0' block with ifndef
7138 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
7140 * rtl.h (rtx_def): Mark u2 as GTY ((skip)).
7142 2014-05-13 Bin Cheng <bin.cheng@arm.com>
7144 * tree-ssa-loop-ivopts.c (contain_complex_addr_expr): New.
7145 (alloc_iv): Lower base expressions containing ADDR_EXPR.
7147 2014-05-13 Ian Bolton <ian.bolton@arm.com>
7149 * config/aarch64/aarch64-protos.h
7150 (aarch64_hard_regno_caller_save_mode): New prototype.
7151 * config/aarch64/aarch64.c (aarch64_hard_regno_caller_save_mode):
7153 * config/aarch64/aarch64.h (HARD_REGNO_CALLER_SAVE_MODE): New macro.
7155 2014-05-13 Christian Bruel <christian.bruel@st.com>
7157 * target.def (mode_switching): New hook vector.
7158 (mode_emit, mode_needed, mode_after, mode_entry): New hooks.
7159 (mode_exit, modepriority_to_mode): Likewise.
7160 * mode-switching.c (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Hookify.
7161 (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
7162 * target.h: Include tm.h and hard-reg-set.h.
7163 * doc/tm.texi.in (EMIT_MODE_SET, MODE_NEEDED, MODE_AFTER, MODE_ENTRY)
7164 (MODE_EXIT, MODE_PRIORITY_TO_MODE): Delete and hookify.
7165 * doc/tm.texi Regenerate.
7166 * config/sh/sh.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Delete
7167 (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
7168 * config/sh/sh.c (sh_emit_mode_set, sh_mode_priority): Hookify.
7169 (sh_mode_needed, sh_mode_after, sh_mode_entry, sh_mode_exit): Likewise.
7170 * config/i386/i386.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Delete
7171 (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
7172 * config/i386/i386-protos.h (ix86_mode_needed, ix86_mode_after)
7173 (ix86_mode_entrym, ix86_emit_mode_set): Remove external declaration.
7174 * config/i386/i386.c (ix86_mode_needed, ix86_mode_after,
7175 (ix86_mode_exit, ix86_mode_entry, ix86_mode_priority)
7176 (ix86_emit_mode_set): Hookify.
7177 * config/epiphany/epiphany.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY):
7179 (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
7180 * config/epiphany/epiphany-protos.h (epiphany_mode_needed)
7181 (emit_set_fp_mode, epiphany_mode_entry_exit, epiphany_mode_after)
7182 (epiphany_mode_priority_to_mode): Remove declaration.
7183 * config/epiphany/epiphany.c (emit_set_fp_mode): Hookify.
7184 (epiphany_mode_needed, epiphany_mode_priority_to_mode): Likewise.
7185 (epiphany_mode_entry, epiphany_mode_exit, epiphany_mode_after):
7187 (epiphany_mode_priority_to_mode): Change priority type. Hookify.
7188 (epiphany_mode_needed, epiphany_mode_entry_exit): Hookify.
7189 (epiphany_mode_after, epiphany_mode_entry, emit_set_fp_mode): Hookify.
7191 2014-05-13 Jakub Jelinek <jakub@redhat.com>
7194 * config/i386/i386.c (ix86_expand_set_or_movmem): If count_exp
7195 is const0_rtx, return immediately. Don't test count == 0 when
7198 2014-05-13 Zhenqiang Chen <zhenqiang.chen@linaro.org>
7200 * Makefile.in: add shrink-wrap.o.
7201 * config/i386/i386.c: include "shrink-wrap.h"
7202 * function.c: Likewise.
7203 (requires_stack_frame_p, next_block_for_reg,
7204 move_insn_for_shrink_wrap, prepare_shrink_wrap,
7205 dup_block_and_redirect): Move to shrink-wrap.c
7206 (thread_prologue_and_epilogue_insns): Extract three code segments
7207 as functions in shrink-wrap.c
7208 * function.h: Move #ifdef HAVE_simple_return ... #endif block to
7210 * shrink-wrap.c: New file.
7211 * shrink-wrap.h: New file.
7213 2014-05-12 David Wohlferd <dw@LimeGreenSocks.com>
7215 * doc/extend.texi: Reflect current numbers of pragmas. Remove
7216 reference to Solaris.
7218 2014-05-12 Mike Stump <mikestump@comcast.net>
7221 * genattrtab.c (filename): Add.
7222 (convert_set_attr_alternative): Improve error message.
7223 (check_defs): Restore read_md_filename for error messages.
7224 (gen_insn): Save filename.
7226 2014-05-12 Dimitris Papavasiliou <dpapavas@gmail.com>
7228 * doc/invoke.texi: Document new switches -Wno-shadow-ivar,
7229 -fno-local-ivars and -fivar-visibility.
7230 * c-family/c.opt: Make -Wshadow also implicitly enable
7233 2014-05-12 David Wohlferd <dw@LimeGreenSocks.com>
7235 * doc/tm.texi: Remove reference to deleted macro.
7236 * doc/tm.texi.in: Likewise.
7238 2014-05-12 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
7241 * config/avr/avr.c (avr_out_store_psi): Use correct constant
7244 2014-05-12 Georg-Johann Lay <avr@gjlay.de>
7247 * config/arm/arm.h (License): Add GCC Runtime Library Exception.
7248 * config/arm/aout.h (License): Same.
7249 * config/arm/bpabi.h (License): Same.
7250 * config/arm/elf.h (License): Same.
7251 * config/arm/linux-elf.h (License): Same.
7252 * config/arm/linux-gas.h (License): Same.
7253 * config/arm/netbsd-elf.h (License): Same.
7254 * config/arm/uclinux-eabi.h (License): Same.
7255 * config/arm/uclinux-elf.h (License): Same.
7256 * config/arm/vxworks.h (License): Same.
7258 2014-05-11 Jakub Jelinek <jakub@redhat.com>
7260 * tree.h (OMP_CLAUSE_LINEAR_STMT): Define.
7261 * tree.c (omp_clause_num_ops): Increase OMP_CLAUSE_LINEAR
7262 number of operands to 3.
7263 (walk_tree_1): Walk all operands of OMP_CLAUSE_LINEAR.
7264 * tree-nested.c (convert_nonlocal_omp_clauses,
7265 convert_local_omp_clauses): Handle OMP_CLAUSE_DEPEND.
7266 * gimplify.c (gimplify_scan_omp_clauses): Handle
7267 OMP_CLAUSE_LINEAR_STMT.
7268 * omp-low.c (lower_rec_input_clauses): Fix typo.
7269 (maybe_add_implicit_barrier_cancel, lower_omp_1): Add
7270 cast between Fortran boolean_type_node and C _Bool if
7273 2014-05-11 Richard Sandiford <rdsandiford@googlemail.com>
7275 PR tree-optimization/61136
7276 * wide-int.h (multiple_of_p): Define a version that doesn't return
7278 * fold-const.c (extract_muldiv_1): Use wi::multiple_of_p instead of an
7279 integer_zerop/const_binop pair.
7280 (multiple_of_p): Likewise, converting both operands to widest_int
7283 2014-05-09 Teresa Johnson <tejohnson@google.com>
7285 * cgraphunit.c (analyze_functions): Use correct dump file.
7287 2014-05-09 Florian Weimer <fweimer@redhat.com>
7289 * cfgexpand.c (stack_protect_decl_p): New function, extracted from
7291 (stack_protect_return_slot_p): New function.
7292 (expand_used_vars): Call stack_protect_decl_p and
7293 stack_protect_return_slot_p for -fstack-protector-strong.
7295 2014-05-09 David Wohlferd <LimeGreenSocks@yahoo.com>
7296 Andrew Haley <aph@redhat.com>
7297 Richard Sandiford <rdsandiford@googlemail.com>
7299 * doc/extend.texi: Rewrite inline asm page / re-org asm-related
7302 2014-05-09 Kenneth Zadeck <zadeck@naturalbridge.com>
7305 * fold-const.c (fold_binary_loc): Changed width of mask.
7307 2014-05-09 Georg-Johann Lay <avr@gjlay.de>
7309 * config/avr/avr-fixed.md (round<mode>3): Use -1U instead of -1 in
7310 unsigned int initializers for regno_in, regno_out.
7312 2014-05-09 Georg-Johann Lay <avr@gjlay.de>
7315 * config/avr/avr.md (cc): Add new attribute set_vzn.
7316 (addqi3, addqq3, adduqq3, subqi3, subqq3, subuqq3, negqi2) [cc]:
7317 Set cc insn attribute to set_vzn instead of set_zn for alternatives
7318 with INC, DEC or NEG.
7319 * config/avr/avr.c (avr_notice_update_cc): Handle SET_VZN.
7320 (avr_out_plus_1): ADIW sets cc0 to CC_SET_CZN.
7321 INC, DEC and ADD+ADC set cc0 to CC_CLOBBER.
7323 2014-05-09 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7326 2014-05-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7328 * wide-int.cc (UTItype): Define.
7329 (UDWtype): Define for appropriate W_TYPE_SIZE.
7331 2014-05-09 Richard Biener <rguenther@suse.de>
7333 * Makefile.in (GTFILES): Remove tree-ssa-propagate.c.
7334 * tree-ssa-propagate.c: Do not include gt-tree-ssa-propagate.h.
7335 (interesting_ssa_edges, varying_ssa_edges): Move out of GC space.
7336 (add_ssa_edge, process_ssa_edge_worklist, ssa_prop_init,
7337 ssa_propagate): Adjust.
7339 2014-05-08 Jeff Law <law@redhat.com>
7341 PR tree-optimization/61009
7342 * tree-ssa-threadedge.c (thread_through_normal_block): Return a
7343 tri-state rather than a boolean. When a block is too big to
7344 thread through, inform caller via negative return value.
7345 (thread_across_edge): If a block was too big for normal threading,
7346 then it's too big for a joiner too, so remove temporary equivalences
7347 and return immediately.
7349 2014-05-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
7350 Matthias Klose <doko@ubuntu.com>
7353 * optc-gen.awk: Fix option handling for -Wunused-parameter.
7355 2014-05-08 Uros Bizjak <ubizjak@gmail.com>
7358 * config/i386/i386.c (PTA_HASWELL): Remove PTA_RTM.
7360 2014-05-08 Uros Bizjak <ubizjak@gmail.com>
7363 * config/alpha/alpha.c: Include gimple-iterator.h.
7364 (alpha_gimple_fold_builtin): New function. Move
7365 ALPHA_BUILTIN_UMULH folding from ...
7366 (alpha_fold_builtin): ... here.
7367 (TARGET_GIMPLE_FOLD_BUILTIN): New define.
7369 2014-05-08 Wei Mi <wmi@google.com>
7372 * config/i386/i386.c (ix86_compute_frame_layout): Update
7373 preferred_stack_boundary for call, expanded from tls descriptor.
7374 * config/i386/i386.md (*tls_global_dynamic_32_gnu): Update RTX
7375 to depend on SP register.
7376 (*tls_local_dynamic_base_32_gnu): Ditto.
7377 (*tls_local_dynamic_32_once): Ditto.
7378 (tls_global_dynamic_64_<mode>): Set
7379 ix86_tls_descriptor_calls_expanded_in_cfun.
7380 (tls_local_dynamic_base_64_<mode>): Ditto.
7381 (tls_global_dynamic_32): Set
7382 ix86_tls_descriptor_calls_expanded_in_cfun. Update RTX
7383 to depend on SP register.
7384 (tls_local_dynamic_base_32): Ditto.
7386 2014-05-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7388 * config/arm/arm_neon.h: Update comment.
7389 * config/arm/neon-docgen.ml: Delete.
7390 * config/arm/neon-gen.ml: Delete.
7391 * doc/arm-neon-intrinsics.texi: Update comment.
7393 2014-05-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7395 * config/arm/arm_neon_builtins.def (vadd, vsub): Only define the v2sf
7397 (vand, vorr, veor, vorn, vbic): Remove.
7398 * config/arm/neon.md (neon_vadd, neon_vsub, neon_vadd_unspec): Adjust
7400 (neon_vsub_unspec): Likewise.
7401 (neon_vorr, neon_vand, neon_vbic, neon_veor, neon_vorn): Remove.
7403 2014-05-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7405 * config/arm/arm_neon.h (vadd_s8): GNU C implementation
7406 (vadd_s16): Likewise.
7407 (vadd_s32): Likewise.
7408 (vadd_f32): Likewise.
7409 (vadd_u8): Likewise.
7410 (vadd_u16): Likewise.
7411 (vadd_u32): Likewise.
7412 (vadd_s64): Likewise.
7413 (vadd_u64): Likewise.
7414 (vaddq_s8): Likewise.
7415 (vaddq_s16): Likewise.
7416 (vaddq_s32): Likewise.
7417 (vaddq_s64): Likewise.
7418 (vaddq_f32): Likewise.
7419 (vaddq_u8): Likewise.
7420 (vaddq_u16): Likewise.
7421 (vaddq_u32): Likewise.
7422 (vaddq_u64): Likewise.
7423 (vmul_s8): Likewise.
7424 (vmul_s16): Likewise.
7425 (vmul_s32): Likewise.
7426 (vmul_f32): Likewise.
7427 (vmul_u8): Likewise.
7428 (vmul_u16): Likewise.
7429 (vmul_u32): Likewise.
7430 (vmul_p8): Likewise.
7431 (vmulq_s8): Likewise.
7432 (vmulq_s16): Likewise.
7433 (vmulq_s32): Likewise.
7434 (vmulq_f32): Likewise.
7435 (vmulq_u8): Likewise.
7436 (vmulq_u16): Likewise.
7437 (vmulq_u32): Likewise.
7438 (vsub_s8): Likewise.
7439 (vsub_s16): Likewise.
7440 (vsub_s32): Likewise.
7441 (vsub_f32): Likewise.
7442 (vsub_u8): Likewise.
7443 (vsub_u16): Likewise.
7444 (vsub_u32): Likewise.
7445 (vsub_s64): Likewise.
7446 (vsub_u64): Likewise.
7447 (vsubq_s8): Likewise.
7448 (vsubq_s16): Likewise.
7449 (vsubq_s32): Likewise.
7450 (vsubq_s64): Likewise.
7451 (vsubq_f32): Likewise.
7452 (vsubq_u8): Likewise.
7453 (vsubq_u16): Likewise.
7454 (vsubq_u32): Likewise.
7455 (vsubq_u64): Likewise.
7456 (vand_s8): Likewise.
7457 (vand_s16): Likewise.
7458 (vand_s32): Likewise.
7459 (vand_u8): Likewise.
7460 (vand_u16): Likewise.
7461 (vand_u32): Likewise.
7462 (vand_s64): Likewise.
7463 (vand_u64): Likewise.
7464 (vandq_s8): Likewise.
7465 (vandq_s16): Likewise.
7466 (vandq_s32): Likewise.
7467 (vandq_s64): Likewise.
7468 (vandq_u8): Likewise.
7469 (vandq_u16): Likewise.
7470 (vandq_u32): Likewise.
7471 (vandq_u64): Likewise.
7472 (vorr_s8): Likewise.
7473 (vorr_s16): Likewise.
7474 (vorr_s32): Likewise.
7475 (vorr_u8): Likewise.
7476 (vorr_u16): Likewise.
7477 (vorr_u32): Likewise.
7478 (vorr_s64): Likewise.
7479 (vorr_u64): Likewise.
7480 (vorrq_s8): Likewise.
7481 (vorrq_s16): Likewise.
7482 (vorrq_s32): Likewise.
7483 (vorrq_s64): Likewise.
7484 (vorrq_u8): Likewise.
7485 (vorrq_u16): Likewise.
7486 (vorrq_u32): Likewise.
7487 (vorrq_u64): Likewise.
7488 (veor_s8): Likewise.
7489 (veor_s16): Likewise.
7490 (veor_s32): Likewise.
7491 (veor_u8): Likewise.
7492 (veor_u16): Likewise.
7493 (veor_u32): Likewise.
7494 (veor_s64): Likewise.
7495 (veor_u64): Likewise.
7496 (veorq_s8): Likewise.
7497 (veorq_s16): Likewise.
7498 (veorq_s32): Likewise.
7499 (veorq_s64): Likewise.
7500 (veorq_u8): Likewise.
7501 (veorq_u16): Likewise.
7502 (veorq_u32): Likewise.
7503 (veorq_u64): Likewise.
7504 (vbic_s8): Likewise.
7505 (vbic_s16): Likewise.
7506 (vbic_s32): Likewise.
7507 (vbic_u8): Likewise.
7508 (vbic_u16): Likewise.
7509 (vbic_u32): Likewise.
7510 (vbic_s64): Likewise.
7511 (vbic_u64): Likewise.
7512 (vbicq_s8): Likewise.
7513 (vbicq_s16): Likewise.
7514 (vbicq_s32): Likewise.
7515 (vbicq_s64): Likewise.
7516 (vbicq_u8): Likewise.
7517 (vbicq_u16): Likewise.
7518 (vbicq_u32): Likewise.
7519 (vbicq_u64): Likewise.
7520 (vorn_s8): Likewise.
7521 (vorn_s16): Likewise.
7522 (vorn_s32): Likewise.
7523 (vorn_u8): Likewise.
7524 (vorn_u16): Likewise.
7525 (vorn_u32): Likewise.
7526 (vorn_s64): Likewise.
7527 (vorn_u64): Likewise.
7528 (vornq_s8): Likewise.
7529 (vornq_s16): Likewise.
7530 (vornq_s32): Likewise.
7531 (vornq_s64): Likewise.
7532 (vornq_u8): Likewise.
7533 (vornq_u16): Likewise.
7534 (vornq_u32): Likewise.
7535 (vornq_u64): Likewise.
7537 2014-05-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7539 * wide-int.cc (UTItype): Define.
7540 (UDWtype): Define for appropriate W_TYPE_SIZE.
7542 2014-05-08 Marc Glisse <marc.glisse@inria.fr>
7544 PR tree-optimization/59100
7545 * tree-ssa-phiopt.c: Include tree-inline.h.
7546 (neutral_element_p, absorbing_element_p): New functions.
7547 (value_replacement): Handle conditional binary operations with a
7548 neutral or absorbing element.
7550 2014-05-08 Richard Biener <rguenther@suse.de>
7552 * tree-ssa-sccvn.c (vn_get_expr_for): Valueize operands before
7553 folding the expression.
7554 (valueize_expr): Remove.
7555 (visit_reference_op_load): Do not valueize the result of
7557 (simplify_binary_expression): Likewise.
7558 (simplify_unary_expression): Likewise.
7560 2014-05-08 Richard Biener <rguenther@suse.de>
7562 * gimplify.c (gimplify_call_expr): Use saved fnptrtype for
7563 looking at TYPE_ARG_TYPES.
7565 2014-05-08 Richard Biener <rguenther@suse.de>
7567 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Remove
7568 pointer propagation special-case.
7570 2014-05-08 Bin Cheng <bin.cheng@arm.com>
7572 * tree-affine.c (tree_to_aff_combination): Handle MEM_REF for
7573 core part of address expressions.
7575 2014-05-08 Alan Modra <amodra@gmail.com>
7578 * config/rs6000/rs6000.c (expand_block_move): Allow 64-bit
7579 loads and stores when -mno-strict-align at any alignment.
7580 (expand_block_clear): Similarly. Also correct calculation of
7583 2014-05-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
7586 * tree-complex.c (expand_complex_move): Keep line info when expanding
7588 * tree-ssa-uninit.c (warn_uninit): New argument. Ignore assignment
7589 of complex expression. Use new argument to display correct location
7590 for values coming from phi statement.
7591 (warn_uninitialized_vars): Adapt to new signature of warn_uninit.
7592 (warn_uninitialized_phi): Pass location of phi argument to
7594 * tree-ssa.c (ssa_undefined_value_p): For SSA_NAME initialized by a
7595 COMPLEX_EXPR, recurse on each part of the COMPLEX_EXPR.
7597 2014-05-07 Segher Boessenkool <segher@kernel.crashing.org>
7599 * config/rs6000/predicates.md (indexed_address_mem): New.
7600 * config/rs6000/rs6000.md (type): Remove load_ext, load_ext_u,
7601 load_ext_ux, load_ux, load_u, store_ux, store_u, fpload_ux, fpload_u,
7602 fpstore_ux, fpstore_u.
7603 (sign_extend, indexed, update): New.
7604 (cell_micro): Adjust.
7605 (*zero_extend<mode>di2_internal1, *zero_extendsidi2_lfiwzx,
7606 *extendsidi2_lfiwax, *extendsidi2_nocell, *extendsfdf2_fpr,
7607 *movsi_internal1, *movsi_internal1_single, *movhi_internal,
7608 *movqi_internal, *movcc_internal1, mov<mode>_hardfloat,
7609 *mov<mode>_softfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
7610 *mov<mode>_softfloat64, *movdi_internal32, *movdi_internal64,
7611 *mov<mode>_string, *ldmsi8, *ldmsi7, *ldmsi6, *ldmsi5, *ldmsi4,
7612 *ldmsi3, *stmsi8, *stmsi7, *stmsi6, *stmsi5, *stmsi4, *stmsi3,
7613 *movdi_update1, movdi_<mode>_update, movdi_<mode>_update_stack,
7614 *movsi_update1, *movsi_update2, movsi_update, movsi_update_stack,
7615 *movhi_update1, *movhi_update2, *movhi_update3, *movhi_update4,
7616 *movqi_update1, *movqi_update2, *movqi_update3, *movsf_update1,
7617 *movsf_update2, *movsf_update3, *movsf_update4, *movdf_update1,
7618 *movdf_update2, load_toc_aix_si, load_toc_aix_di, probe_stack_<mode>,
7619 *stmw, *lmw, as well as 10 anonymous patterns): Adjust.
7621 * config/rs6000/dfp.md (movsd_store, movsd_load): Adjust.
7622 * config/rs6000/vsx.md (*vsx_movti_32bit, *vsx_extract_<mode>_load,
7623 *vsx_extract_<mode>_store): Adjust.
7624 * config/rs6000/rs6000.c (rs6000_adjust_cost, is_microcoded_insn,
7625 is_cracked_insn, insn_must_be_first_in_group,
7626 insn_must_be_last_in_group): Adjust.
7628 * config/rs6000/40x.md (ppc403-load, ppc403-store, ppc405-float):
7630 * config/rs6000/440.md (ppc440-load, ppc440-store, ppc440-fpload,
7631 ppc440-fpstore): Adjust.
7632 * config/rs6000/476.md (ppc476-load, ppc476-store, ppc476-fpload,
7633 ppc476-fpstore): Adjust.
7634 * config/rs6000/601.md (ppc601-load, ppc601-store, ppc601-fpload,
7635 ppc601-fpstore): Adjust.
7636 * config/rs6000/603.md (ppc603-load, ppc603-store, ppc603-fpload):
7638 * config/rs6000/6xx.md (ppc604-load, ppc604-store, ppc604-fpload):
7640 * config/rs6000/7450.md (ppc7450-load, ppc7450-store, ppc7450-fpload,
7641 ppc7450-fpstore): Adjust.
7642 * config/rs6000/7xx.md (ppc750-load, ppc750-store): Adjust.
7643 * config/rs6000/8540.md (ppc8540_load, ppc8540_store): Adjust.
7644 * config/rs6000/a2.md (ppca2-load, ppca2-fp-load, ppca2-fp-store):
7646 * config/rs6000/cell.md (cell-load, cell-load-ux, cell-load-ext,
7647 cell-fpload, cell-fpload-update, cell-store, cell-store-update,
7648 cell-fpstore, cell-fpstore-update): Adjust.
7649 * config/rs6000/e300c2c3.md (ppce300c3_load, ppce300c3_fpload,
7650 ppce300c3_store, ppce300c3_fpstore): Adjust.
7651 * config/rs6000/e500mc.md (e500mc_load, e500mc_fpload, e500mc_store,
7652 e500mc_fpstore): Adjust.
7653 * config/rs6000/e500mc64.md (e500mc64_load, e500mc64_fpload,
7654 e500mc64_store, e500mc64_fpstore): Adjust.
7655 * config/rs6000/e5500.md (e5500_load, e5500_fpload, e5500_store,
7656 e5500_fpstore): Adjust.
7657 * config/rs6000/e6500.md (e6500_load, e6500_fpload, e6500_store,
7658 e6500_fpstore): Adjust.
7659 * config/rs6000/mpc.md (mpccore-load, mpccore-store, mpccore-fpload):
7661 * config/rs6000/power4.md (power4-load, power4-load-ext,
7662 power4-load-ext-update, power4-load-ext-update-indexed,
7663 power4-load-update-indexed, power4-load-update, power4-fpload,
7664 power4-fpload-update, power4-store, power4-store-update,
7665 power4-store-update-indexed, power4-fpstore, power4-fpstore-update):
7667 * config/rs6000/power5.md (power5-load, power5-load-ext,
7668 power5-load-ext-update, power5-load-ext-update-indexed,
7669 power5-load-update-indexed, power5-load-update, power5-fpload,
7670 power5-fpload-update, power5-store, power5-store-update,
7671 power5-store-update-indexed, power5-fpstore, power5-fpstore-update):
7673 * config/rs6000/power6.md (power6-load, power6-load-ext,
7674 power6-load-update, power6-load-update-indexed,
7675 power6-load-ext-update, power6-load-ext-update-indexed, power6-fpload,
7676 power6-fpload-update, power6-store, power6-store-update,
7677 power6-store-update-indexed, power6-fpstore, power6-fpstore-update):
7679 * config/rs6000/power7.md (power7-load, power7-load-ext,
7680 power7-load-update, power7-load-update-indexed,
7681 power7-load-ext-update, power7-load-ext-update-indexed, power7-fpload,
7682 power7-fpload-update, power7-store, power7-store-update,
7683 power7-store-update-indexed, power7-fpstore, power7-fpstore-update):
7685 * config/rs6000/power8.md (power8-load, power8-load-update,
7686 power8-load-ext, power8-load-ext-update, power8-fpload,
7687 power8-fpload-update, power8-store, power8-store-update-indexed,
7688 power8-fpstore, power8-fpstore-update): Adjust.
7689 * config/rs6000/rs64.md (rs64a-load, rs64a-store, rs64a-fpload):
7691 * config/rs6000/titan.md (titan_lsu_load, titan_lsu_fpload,
7692 titan_lsu_store, titan_lsu_fpstore): Adjust.
7693 * config/rs6000/xfpu.md (fp-load, fp-store): Adjust.
7695 2014-05-07 Oleg Endo <olegendo@gcc.gnu.org>
7698 * config/sh/sh-mem.cc (sh_expand_strlen): Use loop when emitting
7699 unrolled byte insns. Emit address increments after move insns.
7701 2014-05-07 David Malcolm <dmalcolm@redhat.com>
7703 * gimple.h (gimple_builtin_call_types_compatible_p): Accept a
7704 const_gimple, rather than a gimple.
7705 (gimple_call_builtin_p): Likewise, for the three variants.
7707 * gimple.c (gimple_builtin_call_types_compatible_p): Likewise.
7708 (gimple_call_builtin_p): Likewise, for the three variants.
7710 2014-05-07 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
7712 PR tree-optimization/61095
7713 * tree-ssanames.c (get_nonzero_bits): Fix type extension in wi::shwi.
7715 2014-05-07 Richard Biener <rguenther@suse.de>
7717 PR tree-optimization/61034
7718 * tree-ssa-alias.c (call_may_clobber_ref_p_1): Export.
7719 (maybe_skip_until): Use translate to take into account
7720 lattices when trying to do disambiguations.
7721 (get_continuation_for_phi_1): Likewise.
7722 (get_continuation_for_phi): Adjust for added translate arguments.
7723 (walk_non_aliased_vuses): Likewise.
7724 * tree-ssa-alias.h (get_continuation_for_phi): Adjust prototype.
7725 (walk_non_aliased_vuses): Likewise.
7726 (call_may_clobber_ref_p_1): Declare.
7727 * tree-ssa-sccvn.c (vn_reference_lookup_3): Also disambiguate against
7728 calls. Stop early if we are only supposed to disambiguate.
7729 * tree-ssa-pre.c (translate_vuse_through_block): Adjust.
7731 2014-05-07 Joern Rennecke <joern.rennecke@embecosm.com>
7733 * config/epiphany/epiphany.c (epiphany_handle_interrupt_attribute):
7734 Emit an error when the function has arguments.
7736 2014-05-07 Thomas Schwinge <thomas@codesourcery.com>
7738 * cfgloop.h (unswitch_loops): Remove.
7739 * doc/passes.texi: Remove references to loop-unswitch.c
7740 * timevar.def (TV_LOOP_UNSWITCH): Remove.
7742 2014-05-07 Evgeny Stupachenko <evstupac@gmail.com>
7744 * tree-vect-data-refs.c (vect_grouped_load_supported): New
7745 check for loads group of length 3.
7746 (vect_permute_load_chain): New permutations for loads group of
7748 * tree-vect-stmts.c (vect_model_load_cost): Change cost
7749 of vec_perm_shuffle for the new permutations.
7751 2014-05-07 Alan Lawrence <alan.lawrence@arm.com>
7753 * config/aarch64/arm_neon.h (vtrn1_f32, vtrn1_p8, vtrn1_p16, vtrn1_s8,
7754 vtrn1_s16, vtrn1_s32, vtrn1_u8, vtrn1_u16, vtrn1_u32, vtrn1q_f32,
7755 vtrn1q_f64, vtrn1q_p8, vtrn1q_p16, vtrn1q_s8, vtrn1q_s16, vtrn1q_s32,
7756 vtrn1q_s64, vtrn1q_u8, vtrn1q_u16, vtrn1q_u32, vtrn1q_u64, vtrn2_f32,
7757 vtrn2_p8, vtrn2_p16, vtrn2_s8, vtrn2_s16, vtrn2_s32, vtrn2_u8,
7758 vtrn2_u16, vtrn2_u32, vtrn2q_f32, vtrn2q_f64, vtrn2q_p8, vtrn2q_p16,
7759 vtrn2q_s8, vtrn2q_s16, vtrn2q_s32, vtrn2q_s64, vtrn2q_u8, vtrn2q_u16,
7760 vtrn2q_u32, vtrn2q_u64): Replace temporary asm with __builtin_shuffle.
7762 2014-05-07 Thomas Schwinge <thomas@codesourcery.com>
7764 * loop-unswitch.c: Delete.
7766 2014-05-07 Richard Biener <rguenther@suse.de>
7768 * config.gcc: Always set need_64bit_hwint to yes.
7770 2014-05-07 Chung-Ju Wu <jasonwucj@gmail.com>
7772 * config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Have it in favor
7773 of using optimize_size.
7775 2014-05-06 Mike Stump <mikestump@comcast.net>
7777 * wide-int.h (wi::int_traits <HOST_WIDE_INT>): Always define.
7779 2014-05-06 Joseph Myers <joseph@codesourcery.com>
7781 * config/i386/sse.md (*mov<mode>_internal)
7782 (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>)
7783 (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>)
7784 (<sse>_andnot<mode>3, <code><mode>3, *andnot<mode>3)
7785 (*<code><mode>3, *andnot<mode>3<mask_name>)
7786 (<mask_codefor><code><mode>3<mask_name>): Only consider
7787 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL for modes of size 16.
7789 2014-05-06 Richard Sandiford <rdsandiford@googlemail.com>
7792 2014-05-03 Richard Sandiford <rdsandiford@googlemail.com>
7794 * lra-constraints.c (valid_address_p): Move earlier in file.
7795 Add a constraint argument to the address_info version.
7796 (satisfies_memory_constraint_p): New function.
7797 (satisfies_address_constraint_p): Likewise.
7798 (process_alt_operands, curr_insn_transform): Use them.
7799 (process_address): Pass the constraint to valid_address_p when
7800 checking address operands.
7802 2014-05-06 Richard Sandiford <r.sandiford@uk.ibm.com>
7804 * lto-cgraph.c (compute_ltrans_boundary): Make node variables local
7805 to their respective blocks. Fix inadvertent use of "node".
7807 2014-05-06 Richard Sandiford <rdsandiford@googlemail.com>
7809 * emit-rtl.c (init_derived_machine_modes): New functionm, split
7811 (init_emit_once): ...here.
7812 * rtl.h (init_derived_machine_modes): Declare.
7813 * toplev.c (do_compile): Call it even if no_backend.
7815 2014-05-06 Kenneth Zadeck <zadeck@naturalbridge.com>
7816 Mike Stump <mikestump@comcast.net>
7817 Richard Sandiford <rdsandiford@googlemail.com>
7818 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7820 * alias.c (ao_ref_from_mem): Use wide-int interfaces.
7821 (rtx_equal_for_memref_p): Update comment.
7822 (adjust_offset_for_component_ref): Use wide-int interfaces.
7823 * builtins.c (get_object_alignment_2): Likewise.
7824 (c_readstr): Likewise.
7825 (target_char_cast): Add comment.
7826 (determine_block_size): Use wide-int interfaces.
7827 (expand_builtin_signbit): Likewise.
7828 (fold_builtin_int_roundingfn): Likewise.
7829 (fold_builtin_bitop): Likewise.
7830 (fold_builtin_bswap): Likewise.
7831 (fold_builtin_logarithm): Use signop.
7832 (fold_builtin_pow): Likewise.
7833 (fold_builtin_memory_op): Use wide-int interfaces.
7834 (fold_builtin_object_size): Likewise.
7835 * cfgloop.c (alloc_loop): Initialize nb_iterations_upper_bound and
7836 nb_iterations_estimate.
7837 (record_niter_bound): Use wide-int interfaces.
7838 (get_estimated_loop_iterations_int): Likewise.
7839 (get_estimated_loop_iterations): Likewise.
7840 (get_max_loop_iterations): Likewise.
7841 * cfgloop.h: Include wide-int.h.
7842 (struct nb_iter_bound): Change bound to widest_int.
7843 (struct loop): Change nb_iterations_upper_bound and
7844 nb_iterations_estimate to widest_int.
7845 (record_niter_bound): Switch to use widest_int.
7846 (get_estimated_loop_iterations): Likewise.
7847 (get_max_loop_iterations): Likewise.
7848 (gcov_type_to_double_int): Rename to gcov_type_to_wide_int and
7849 update for wide-int.
7850 * cgraph.c (cgraph_add_thunk): Use wide-int interfaces.
7851 * combine.c (try_combine): Likewise.
7852 (subst): Use CONST_SCALAR_INT_P rather than CONST_INT_P.
7853 * config/aarch64/aarch64.c (aapcs_vfp_sub_candidate): Use wide-int
7855 (aarch64_float_const_representable_p): Likewise.
7856 * config/arc/arc.c: Include wide-int.h.
7857 (arc_can_use_doloop_p): Use wide-int interfaces.
7858 * config/arm/arm.c (aapcs_vfp_sub_candidate): Likewise.
7859 (vfp3_const_double_index): Likewise.
7860 * config/avr/avr.c (avr_out_round): Likewise.
7861 (avr_fold_builtin): Likewise.
7862 * config/bfin/bfin.c (bfin_local_alignment): Likewise.
7863 (bfin_can_use_doloop_p): Likewise.
7864 * config/darwin.c (darwin_mergeable_constant_section): Likewise.
7865 (machopic_select_rtx_section): Update to handle CONST_WIDE_INT.
7866 * config/i386/i386.c: Include wide-int.h.
7867 (ix86_data_alignment): Use wide-int interfaces.
7868 (ix86_local_alignment): Likewise.
7869 (ix86_emit_swsqrtsf): Update real_from_integer.
7870 * config/msp430/msp430.c (msp430_attr): Use wide-int interfaces.
7871 * config/nds32/nds32.c (nds32_insert_attributes): Likewise.
7872 * config/rs6000/predicates.md (any_operand): Add const_wide_int.
7873 (zero_constant): Likewise.
7874 (input_operand): Likewise.
7875 (splat_input_operand): Likewise.
7876 (non_logical_cint_operand): Change const_double to const_wide_int.
7877 * config/rs6000/rs6000.c (num_insns_constant): Handle CONST_WIDE_INT.
7878 (easy_altivec_constant): Remove comment.
7879 (paired_expand_vector_init): Use CONSTANT_P.
7880 (rs6000_legitimize_address): Handle CONST_WIDE_INT.
7881 (rs6000_emit_move): Update checks.
7882 (rs6000_aggregate_candidate): Use wide-int interfaces.
7883 (rs6000_expand_ternop_builtin): Likewise.
7884 (rs6000_output_move_128bit): Handle CONST_WIDE_INT.
7885 (rs6000_assemble_integer): Likewise.
7886 (rs6000_hash_constant): Likewise.
7887 (output_toc): Likewise.
7888 (rs6000_rtx_costs): Likewise.
7889 (rs6000_emit_swrsqrt); Update call to real_from_integer.
7890 * config/rs6000/rs6000-c.c: Include wide-int.h.
7891 (altivec_resolve_overloaded_builtin): Use wide-int interfaces.
7892 * config/rs6000/rs6000.h (TARGET_SUPPORTS_WIDE_INT): New.
7893 * config/rs6000/rs6000.md: Use const_scalar_int_operand.
7894 Handle CONST_WIDE_INT.
7895 * config/sol2-c.c (solaris_pragma_align): Change low to unsigned HWI.
7896 Use tree_fits_uhwi_p.
7897 * config/sparc/sparc.c: Include wide-int.h.
7898 (sparc_fold_builtin): Use wide-int interfaces.
7899 * config/vax/vax.c: Include wide-int.h.
7900 (vax_float_literal): Use real_from_integer.
7901 * coretypes.h (struct hwivec_def): New.
7903 (const_hwivec): New.
7904 * cse.c (hash_rtx_cb): Handle CONST_WIDE_INT.
7905 (equiv_constant): Handle CONST_WIDE_INT.
7906 * cselib.c (rtx_equal_for_cselib_1): Use CASE_CONST_UNIQUE.
7907 (cselib_hash_rtx): Handle CONST_WIDE_INT.
7908 * dbxout.c (stabstr_U): Use wide-int interfaces.
7909 (dbxout_type): Update to use cst_fits_shwi_p.
7910 * defaults.h (LOG2_BITS_PER_UNIT): Define.
7911 (TARGET_SUPPORTS_WIDE_INT): Add default.
7912 * dfp.c: Include wide-int.h.
7913 (decimal_real_to_integer2): Use wide-int interfaces and rename to
7914 decimal_real_to_integer.
7915 * dfp.h (decimal_real_to_integer2): Return a wide_int and rename to
7916 decimal_real_to_integer.
7917 * doc/generic.texi (Constant expressions): Update for wide_int.
7918 * doc/rtl.texi (const_double): Likewise.
7919 (const_wide_int, CONST_WIDE_INT, CONST_WIDE_INT_VEC): New.
7920 (CONST_WIDE_INT_NUNITS, CONST_WIDE_INT_ELT): New.
7921 * doc/tm.texi.in (REAL_VALUE_TO_INT): Remove.
7922 (REAL_VALUE_FROM_INT): Remove.
7923 (TARGET_SUPPORTS_WIDE_INT): New.
7924 * doc/tm.texi: Regenerate.
7925 * dojump.c (prefer_and_bit_test): Use wide-int interfaces.
7926 * double-int.h: Include wide-int.h.
7927 (struct wi::int_traits): New.
7928 * dwarf2out.c (get_full_len): New.
7929 (dw_val_equal_p): Add case dw_val_class_wide_int.
7930 (size_of_loc_descr): Likewise.
7931 (output_loc_operands): Likewise.
7932 (insert_double): Remove.
7933 (insert_wide_int): New.
7935 (print_die): Add case dw_val_class_wide_int.
7936 (attr_checksum): Likewise.
7937 (attr_checksum_ordered): Likewise.
7938 (same_dw_val_p): Likewise.
7939 (size_of_die): Likewise.
7940 (value_format): Likewise.
7941 (output_die): Likewise.
7942 (double_int_type_size_in_bits): Rename to offset_int_type_size_in_bits.
7944 (clz_loc_descriptor): Use wide-int interfaces.
7945 (mem_loc_descriptor): Likewise. Handle CONST_WIDE_INT.
7946 (loc_descriptor): Use wide-int interfaces. Handle CONST_WIDE_INT.
7947 (round_up_to_align): Use wide-int interfaces.
7948 (field_byte_offset): Likewise.
7949 (insert_double): Rename to insert_wide_int. Use wide-int interfaces.
7950 (add_const_value_attribute): Handle CONST_WIDE_INT. Update
7951 CONST_DOUBLE handling. Use wide-int interfaces.
7952 (add_bound_info): Use tree_fits_uhwi_p. Use wide-int interfaces.
7953 (gen_enumeration_type_die): Use add_AT_wide.
7954 (hash_loc_operands): Add case dw_val_class_wide_int.
7955 (compare_loc_operands): Likewise.
7956 * dwarf2out.h: Include wide-int.h.
7957 (wide_int_ptr): New.
7958 (enum dw_val_class): Add dw_val_class_wide_int.
7959 (struct dw_val_struct): Add val_wide.
7960 * emit-rtl.c (const_wide_int_htab): New.
7961 (const_wide_int_htab_hash): New.
7962 (const_wide_int_htab_eq): New.
7963 (lookup_const_wide_int): New.
7964 (const_double_htab_hash): Use wide-int interfaces.
7965 (const_double_htab_eq): Likewise.
7966 (rtx_to_double_int): Conditionally compile for wide-int.
7967 (immed_double_int_const): Rename to immed_wide_int_const and
7968 update for wide-int.
7969 (immed_double_const): Conditionally compile for wide-int.
7970 (init_emit_once): Use wide-int interfaces.
7971 * explow.c (plus_constant): Likewise.
7972 * expmed.c (mask_rtx): Move further up file. Use wide-int interfaces.
7973 (lshift_value): Use wide-int interfaces.
7974 (expand_mult): Likewise.
7975 (choose_multiplier): Likewise.
7976 (expand_smod_pow2): Likewise.
7977 (make_tree): Likewise.
7978 * expr.c (convert_modes): Consolidate handling of constants.
7979 Use wide-int interfaces.
7980 (emit_group_load_1): Add note.
7981 (store_expr): Update comment.
7982 (get_inner_reference): Use wide-int interfaces.
7983 (expand_constructor): Update comment.
7984 (expand_expr_real_2): Use wide-int interfaces.
7985 (expand_expr_real_1): Likewise.
7986 (reduce_to_bit_field_precision): Likewise.
7987 (const_vector_from_tree): Likewise.
7988 * final.c: Include wide-int-print.h.
7989 (output_addr_const): Handle CONST_WIDE_INT. Use CONST_DOUBLE_AS_INT_P.
7990 * fixed-value.c: Include wide-int.h.
7991 (fixed_from_string): Use wide-int interfaces.
7992 (fixed_to_decimal): Likewise.
7993 (fixed_convert_from_real): Likewise.
7994 (real_convert_from_fixed): Likewise.
7995 * fold-const.h (mem_ref_offset): Return an offset_int.
7996 (div_if_zero_remainder): Remove code parameter.
7997 * fold-const.c (div_if_zero_remainder): Remove code parameter.
7998 Use wide-int interfaces.
7999 (may_negate_without_overflow_p): Use wide-int interfaces.
8000 (negate_expr_p): Likewise.
8001 (fold_negate_expr): Likewise.
8002 (int_const_binop_1): Likewise.
8003 (const_binop): Likewise.
8004 (fold_convert_const_int_from_int): Likewise.
8005 (fold_convert_const_int_from_real): Likewise.
8006 (fold_convert_const_int_from_fixed): Likewise.
8007 (fold_convert_const_fixed_from_int): Likewise.
8008 (all_ones_mask_p): Take an unsigned size. Use wide-int interfaces.
8009 (sign_bit_p): Use wide-int interfaces.
8010 (make_range_step): Likewise.
8011 (build_range_check): Likewise. Pass an integer of the correct type
8012 instead of using integer_one_node.
8013 (range_predecessor): Pass an integer of the correct type instead
8014 of using integer_one_node.
8015 (range_successor): Likewise.
8016 (merge_ranges): Likewise.
8017 (unextend): Use wide-int interfaces.
8018 (extract_muldiv_1): Likewise.
8019 (fold_div_compare): Likewise.
8020 (fold_single_bit_test): Likewise.
8021 (fold_sign_changed_comparison): Likewise.
8022 (try_move_mult_to_index): Update calls to div_if_zero_remainder.
8023 (fold_plusminus_mult_expr): Use wide-int interfaces.
8024 (native_encode_int): Likewise.
8025 (native_interpret_int): Likewise.
8026 (fold_unary_loc): Likewise.
8027 (pointer_may_wrap_p): Likewise.
8028 (size_low_cst): Likewise.
8029 (mask_with_tz): Likewise.
8030 (fold_binary_loc): Likewise.
8031 (fold_ternary_loc): Likewise.
8032 (multiple_of_p): Likewise.
8033 (tree_call_nonnegative_warnv_p): Update calls to
8034 tree_int_cst_min_precision and real_from_integer.
8035 (fold_negate_const): Use wide-int interfaces.
8036 (fold_abs_const): Likewise.
8037 (fold_relational_const): Use tree_int_cst_lt.
8038 (round_up_loc): Use wide-int interfaces.
8039 * genemit.c (gen_exp): Add CONST_WIDE_INT case.
8040 * gengenrtl.c (excluded_rtx): Add CONST_WIDE_INT case.
8041 * gengtype.c: Remove include of double-int.h.
8042 (do_typedef): Use wide-int interfaces.
8043 (open_base_files): Add wide-int.h.
8044 (main): Add offset_int and widest_int typedefs.
8045 * gengtype-lex.l: Handle "^".
8046 (CXX_KEYWORD): Add "static".
8047 * gengtype-parse.c (require3): New.
8048 (require_template_declaration): Handle constant template arguments
8049 and nested templates.
8050 * gengtype-state.c: Don't include "double-int.h".
8051 * genpreds.c (write_one_predicate_function): Update comment.
8052 (write_tm_constrs_h): Add check for hval and lval use in
8054 * genrecog.c (validate_pattern): Add CONST_WIDE_INT case.
8055 (add_to_sequence): Likewise.
8056 * gensupport.c (struct std_pred_table): Add const_scalar_int_operand
8057 and const_double_operand.
8058 * gimple.c (preprocess_case_label_vec_for_gimple): Use wide-int
8060 * gimple-fold.c (get_base_constructor): Likewise.
8061 (fold_array_ctor_reference): Likewise.
8062 (fold_nonarray_ctor_reference): Likewise.
8063 (fold_const_aggregate_ref_1): Likewise.
8064 (gimple_val_nonnegative_real_p): Likewise.
8065 (gimple_fold_indirect_ref): Likewise.
8066 * gimple-pretty-print.c (dump_ssaname_info): Likewise.
8067 * gimple-ssa-strength-reduction.c: Include wide-int-print.h.
8068 (struct slsr_cand_d): Change index to be widest_int.
8069 (struct incr_info_d): Change incr to be widest_int.
8070 (alloc_cand_and_find_basis): Use wide-int interfaces.
8071 (slsr_process_phi): Likewise.
8072 (backtrace_base_for_ref): Likewise. Return a widest_int.
8073 (restructure_reference): Take a widest_int instead of a double_int.
8074 (slsr_process_ref): Use wide-int interfaces.
8075 (create_mul_ssa_cand): Likewise.
8076 (create_mul_imm_cand): Likewise.
8077 (create_add_ssa_cand): Likewise.
8078 (create_add_imm_cand): Take a widest_int instead of a double_int.
8079 (slsr_process_add): Use wide-int interfaces.
8080 (slsr_process_cast): Likewise.
8081 (slsr_process_copy): Likewise.
8082 (dump_candidate): Likewise.
8083 (dump_incr_vec): Likewise.
8084 (replace_ref): Likewise.
8085 (cand_increment): Likewise. Return a widest_int.
8086 (cand_abs_increment): Likewise.
8087 (replace_mult_candidate): Take a widest_int instead of a double_int.
8088 (replace_unconditional_candidate): Use wide-int interfaces.
8089 (incr_vec_index): Take a widest_int instead of a double_int.
8090 (create_add_on_incoming_edge): Likewise.
8091 (create_phi_basis): Use wide-int interfaces.
8092 (replace_conditional_candidate): Likewise.
8093 (record_increment): Take a widest_int instead of a double_int.
8094 (record_phi_increments): Use wide-int interfaces.
8095 (phi_incr_cost): Take a widest_int instead of a double_int.
8096 (lowest_cost_path): Likewise.
8097 (total_savings): Likewise.
8098 (analyze_increments): Use wide-int interfaces.
8099 (ncd_with_phi): Take a widest_int instead of a double_int.
8100 (ncd_of_cand_and_phis): Likewise.
8101 (nearest_common_dominator_for_cands): Likewise.
8102 (insert_initializers): Use wide-int interfaces.
8103 (all_phi_incrs_profitable): Likewise.
8104 (replace_one_candidate): Likewise.
8105 (replace_profitable_candidates): Likewise.
8106 * godump.c: Include wide-int-print.h.
8107 (go_output_typedef): Use wide-int interfaces.
8108 * graphite-clast-to-gimple.c (gmp_cst_to_tree): Likewise.
8109 * graphite-sese-to-poly.c (tree_int_to_gmp): Likewise.
8110 (build_loop_iteration_domains): Likewise.
8111 * hooks.h: Include wide-int.h rather than double-int.h.
8112 (hook_bool_dint_dint_uint_bool_true): Delete.
8113 (hook_bool_wint_wint_uint_bool_true): Declare.
8114 * hooks.c (hook_bool_dint_dint_uint_bool_true): Removed.
8115 (hook_bool_wint_wint_uint_bool_true): New.
8116 * internal-fn.c (ubsan_expand_si_overflow_addsub_check): Use wide-int
8118 (ubsan_expand_si_overflow_mul_check): Likewise.
8119 * ipa-devirt.c (get_polymorphic_call_info): Likewise.
8120 * ipa-prop.c (compute_complex_assign_jump_func): Likewise.
8121 (get_ancestor_addr_info): Likewise.
8122 (ipa_modify_call_arguments): Likewise.
8123 * loop-doloop.c (doloop_modify): Likewise.
8124 (doloop_optimize): Likewise.
8125 * loop-iv.c (iv_number_of_iterations): Likewise.
8126 * loop-unroll.c (decide_unroll_constant_iterations): Likewise.
8127 (unroll_loop_constant_iterations): Likewise.
8128 (decide_unroll_runtime_iterations): Likewise.
8129 (unroll_loop_runtime_iterations): Likewise.
8130 (decide_peel_simple): Likewise.
8131 (decide_unroll_stupid): Likewise.
8132 * lto-streamer-in.c (streamer_read_wi): Add.
8133 (input_cfg): Use wide-int interfaces.
8134 (lto_input_tree_1): Likewise.
8135 * lto-streamer-out.c (streamer_write_wi): Add.
8136 (hash_tree): Use wide-int interfaces.
8137 (output_cfg): Likewise.
8138 * Makefile.in (OBJS): Add wide-int.o and wide-int-print.o.
8139 (GTFILES): Add wide-int.h and signop.h.
8140 (TAGS): Look for .cc files too.
8141 * omp-low.c (scan_omp_1_op): Use wide-int interfaces.
8142 * optabs.c (expand_subword_shift): Likewise.
8143 (expand_doubleword_shift): Likewise.
8144 (expand_absneg_bit): Likewise.
8145 (expand_copysign_absneg): Likewise.
8146 (expand_copysign_bit): Likewise.
8147 * postreload.c (reload_cse_simplify_set): Likewise.
8148 * predict.c (predict_iv_comparison): Likewise.
8149 * pretty-print.h: Include wide-int-print.h.
8151 * print-rtl.c (print_rtx): Add CONST_WIDE_INT case.
8152 * print-tree.c: Include wide-int-print.h.
8153 (print_node_brief): Use wide-int interfaces.
8154 (print_node): Likewise.
8155 * read-rtl.c (validate_const_wide_int): New.
8156 (read_rtx_code): Add CONST_WIDE_INT case.
8157 * real.c: Include wide-int.h.
8158 (real_to_integer2): Delete.
8159 (real_to_integer): New function, returning a wide_int.
8160 (real_from_integer): Take a wide_int rather than two HOST_WIDE_INTs.
8161 (ten_to_ptwo): Update call to real_from_integer.
8162 (real_digit): Likewise.
8163 * real.h: Include signop.h, wide-int.h and insn-modes.h.
8164 (real_to_integer2, REAL_VALUE_FROM_INT, REAL_VALUE_FROM_UNSIGNED_INT)
8165 (REAL_VALUE_TO_INT): Delete.
8166 (real_to_integer): Declare a wide-int form.
8167 (real_from_integer): Take a wide_int rather than two HOST_WIDE_INTs.
8168 * recog.c (const_int_operand): Improve comment.
8169 (const_scalar_int_operand): New.
8170 (const_double_operand): Add a separate definition for CONST_WIDE_INT.
8171 * rtlanal.c (commutative_operand_precedence): Handle CONST_WIDE_INT.
8172 (split_double): Likewise.
8173 * rtl.c (DEF_RTL_EXPR): Handle CONST_WIDE_INT.
8174 (rtx_size): Likewise.
8175 (rtx_alloc_stat_v): New.
8176 (rtx_alloc_stat): Now calls rtx_alloc_stat_v.
8177 (cwi_output_hex): New.
8178 (iterative_hash_rtx): Handle CONST_WIDE_INT.
8179 (cwi_check_failed_bounds): New.
8180 * rtl.def (CONST_WIDE_INT): New.
8181 * rtl.h: Include <utility> and wide-int.h.
8182 (struct hwivec_def): New.
8183 (CWI_GET_NUM_ELEM): New.
8184 (CWI_PUT_NUM_ELEM): New.
8185 (struct rtx_def): Add num_elem and hwiv.
8186 (CASE_CONST_SCALAR_INT): Modify for TARGET_SUPPORTS_WIDE_INT.
8187 (CASE_CONST_UNIQUE): Likewise.
8188 (CASE_CONST_ANY): Likewise.
8189 (CONST_SCALAR_INT_P): Likewise.
8190 (CONST_WIDE_INT_P): New.
8192 (HWIVEC_CHECK): New.
8193 (cwi_check_failed_bounds): New.
8195 (HWIVEC_CHECK): New.
8196 (CONST_WIDE_INT_VEC) New.
8197 (CONST_WIDE_INT_NUNITS) New.
8198 (CONST_WIDE_INT_ELT) New.
8199 (rtx_mode_t): New type.
8200 (wi::int_traits <rtx_mode_t>): New.
8202 (wi::min_value): New.
8203 (wi::max_value): New.
8205 (const_wide_int_alloc): New.
8206 (immed_wide_int_const): New.
8207 * sched-vis.c (print_value): Handle CONST_WIDE_INT.
8208 * sel-sched-ir.c (lhs_and_rhs_separable_p): Update comment.
8209 * signop.h: New file.
8210 * simplify-rtx.c (mode_signbit_p): Handle CONST_WIDE_INT.
8211 (simplify_const_unary_operation): Use wide-int interfaces.
8212 (simplify_binary_operation_1): Likewise.
8213 (simplify_const_binary_operation): Likewise.
8214 (simplify_const_relational_operation): Likewise.
8215 (simplify_immed_subreg): Likewise.
8216 * stmt.c (expand_case): Likewise.
8217 * stor-layout.h (set_min_and_max_values_for_integral_type): Take a
8218 signop rather than a bool.
8219 * stor-layout.c (layout_type): Use wide-int interfaces.
8220 (initialize_sizetypes): Update calls to
8221 set_min_and_max_values_for_integral_type.
8222 (set_min_and_max_values_for_integral_type): Take a signop rather
8223 than a bool. Use wide-int interfaces.
8224 (fixup_signed_type): Update accordingly. Remove
8225 HOST_BITS_PER_DOUBLE_INT limit.
8226 (fixup_unsigned_type): Likewise.
8227 * system.h (STATIC_CONSTANT_P): New.
8228 (STATIC_ASSERT): New.
8229 * target.def (can_use_doloop_p): Take widest_ints rather than
8231 * target.h: Include wide-int.h rather than double-int.h.
8232 * targhooks.h (can_use_doloop_if_innermost): Take widest_ints rather
8234 * targhooks.c (default_cxx_get_cookie_size): Use tree_int_cst_lt
8235 rather than INT_CST_LT_UNSIGNED.
8236 (can_use_doloop_if_innermost): Take widest_ints rather than
8238 * tree-affine.c: Include wide-int-print.h.
8239 (double_int_ext_for_comb): Delete.
8240 (wide_int_ext_for_comb): New.
8241 (aff_combination_zero): Use wide-int interfaces.
8242 (aff_combination_const): Take a widest_int instead of a double_int.
8243 (aff_combination_elt): Use wide-int interfaces.
8244 (aff_combination_scale): Take a widest_int instead of a double_int.
8245 (aff_combination_add_elt): Likewise.
8246 (aff_combination_add_cst): Likewise.
8247 (aff_combination_add): Use wide-int interfaces.
8248 (aff_combination_convert): Likewise.
8249 (tree_to_aff_combination): Likewise.
8250 (add_elt_to_tree): Take a widest_int instead of a double_int.
8251 (aff_combination_to_tree): Use wide-int interfaces.
8252 (aff_combination_remove_elt): Likewise.
8253 (aff_combination_add_product): Take a widest_int instead of
8255 (aff_combination_mult): Use wide-int interfaces.
8256 (aff_combination_expand): Likewise.
8257 (double_int_constant_multiple_p): Delete.
8258 (wide_int_constant_multiple_p): New.
8259 (aff_combination_constant_multiple_p): Take a widest_int pointer
8260 instead of a double_int pointer.
8261 (print_aff): Use wide-int interfaces.
8262 (get_inner_reference_aff): Take a widest_int pointer
8263 instead of a double_int pointer.
8264 (aff_comb_cannot_overlap_p): Take widest_ints instead of double_ints.
8265 * tree-affine.h: Include wide-int.h.
8266 (struct aff_comb_elt): Change type of coef to widest_int.
8267 (struct affine_tree_combination): Change type of offset to widest_int.
8268 (double_int_ext_for_comb): Delete.
8269 (wide_int_ext_for_comb): New.
8270 (aff_combination_const): Use widest_int instead of double_int.
8271 (aff_combination_scale): Likewise.
8272 (aff_combination_add_elt): Likewise.
8273 (aff_combination_constant_multiple_p): Likewise.
8274 (get_inner_reference_aff): Likewise.
8275 (aff_comb_cannot_overlap_p): Likewise.
8276 (aff_combination_zero_p): Use wide-int interfaces.
8277 * tree.c: Include tree.h.
8278 (init_ttree): Use make_int_cst.
8279 (tree_code_size): Removed code for INTEGER_CST case.
8280 (tree_size): Add INTEGER_CST case.
8281 (make_node_stat): Update comment.
8282 (get_int_cst_ext_nunits, build_new_int_cst, build_int_cstu): New.
8283 (build_int_cst_type): Use wide-int interfaces.
8284 (double_int_to_tree): Likewise.
8285 (double_int_fits_to_tree_p): Delete.
8286 (force_fit_type_double): Delete.
8287 (force_fit_type): New.
8288 (int_cst_hash_hash): Use wide-int interfaces.
8289 (int_cst_hash_eq): Likewise.
8290 (build_int_cst_wide): Delete.
8291 (wide_int_to_tree): New.
8292 (cache_integer_cst): Use wide-int interfaces.
8293 (build_low_bits_mask): Likewise.
8294 (cst_and_fits_in_hwi): Likewise.
8295 (real_value_from_int_cst): Likewise.
8296 (make_int_cst_stat): New.
8297 (integer_zerop): Use wide_int interfaces.
8298 (integer_onep): Likewise.
8299 (integer_all_onesp): Likewise.
8300 (integer_pow2p): Likewise.
8301 (integer_nonzerop): Likewise.
8302 (tree_log2): Likewise.
8303 (tree_floor_log2): Likewise.
8304 (tree_ctz): Likewise.
8305 (int_size_in_bytes): Likewise.
8306 (mem_ref_offset): Return an offset_int rather than a double_int.
8307 (build_type_attribute_qual_variant): Use wide_int interfaces.
8308 (type_hash_eq): Likewise
8309 (tree_int_cst_equal): Likewise.
8310 (tree_int_cst_lt): Delete.
8311 (tree_int_cst_compare): Likewise.
8312 (tree_fits_shwi_p): Use wide_int interfaces.
8313 (tree_fits_uhwi_p): Likewise.
8314 (tree_int_cst_sign_bit): Likewise.
8315 (tree_int_cst_sgn): Likewise.
8316 (tree_int_cst_min_precision): Take a signop rather than a bool.
8317 (simple_cst_equal): Use wide_int interfaces.
8318 (compare_tree_int): Likewise.
8319 (iterative_hash_expr): Likewise.
8320 (int_fits_type_p): Likewise. Use tree_int_cst_lt rather than
8322 (get_type_static_bounds): Use wide_int interfaces.
8323 (tree_int_cst_elt_check_failed): New.
8324 (build_common_tree_nodes): Reordered to set prec before filling in
8326 (int_cst_value): Check cst_and_fits_in_hwi.
8327 (widest_int_cst_value): Use wide_int interfaces.
8328 (upper_bound_in_type): Likewise.
8329 (lower_bound_in_type): Likewise.
8330 (num_ending_zeros): Likewise.
8331 (drop_tree_overflow): Likewise.
8332 * tree-call-cdce.c (check_pow): Update call to real_from_integer.
8333 (gen_conditions_for_pow_cst_base): Likewise.
8334 * tree-cfg.c: Include wide-int.h and wide-int-print.h.
8335 (group_case_labels_stmt): Use wide-int interfaces.
8336 (verify_gimple_assign_binary): Likewise.
8337 (print_loop): Likewise.
8338 * tree-chrec.c (tree_fold_binomial): Likewise.
8339 * tree-core.h (struct tree_base): Add int_length.
8340 (struct tree_int_cst): Change rep of value.
8341 * tree-data-ref.c (dr_analyze_innermost): Use wide-int interfaces.
8342 (dr_may_alias_p): Likewise.
8343 (max_stmt_executions_tree): Likewise.
8344 * tree.def (INTEGER_CST): Update comment.
8345 * tree-dfa.c (get_ref_base_and_extent): Use wide-int interfaces.
8346 * tree-dfa.h (get_addr_base_and_unit_offset_1): Likewise.
8347 * tree-dump.c: Include wide-int.h and wide-int-print.h.
8348 (dequeue_and_dump): Use wide-int interfaces.
8349 * tree.h: Include wide-int.h.
8350 (NULL_TREE): Moved to earlier loc in file.
8351 (TREE_INT_CST_ELT_CHECK): New.
8352 (tree_int_cst_elt_check_failed): New.
8354 (TREE_INT_CST): Delete.
8355 (TREE_INT_CST_LOW): Use wide-int interfaces.
8356 (TREE_INT_CST_HIGH): Delete.
8357 (TREE_INT_CST_NUNITS): New.
8358 (TREE_INT_CST_EXT_NUNITS): Likewise.
8359 (TREE_INT_CST_OFFSET_NUNITS): Likewise.
8360 (TREE_INT_CST_ELT): Likewise.
8361 (INT_CST_LT): Delete.
8362 (tree_int_cst_elt_check): New (two forms).
8363 (type_code_size): Update comment.
8364 (make_int_cst_stat, make_int_cst): New.
8365 (tree_to_double_int): Delete.
8366 (double_int_fits_to_tree_p): Delete.
8367 (force_fit_type_double): Delete.
8368 (build_int_cstu): Replace with out-of-line function.
8369 (build_int_cst_wide): Delete.
8370 (tree_int_cst_lt): Define inline.
8371 (tree_int_cst_le): New.
8372 (tree_int_cst_compare): Define inline.
8373 (tree_int_cst_min_precision): Take a signop rather than a bool.
8374 (wi::int_traits <const_tree>): New.
8375 (wi::int_traits <tree>): New.
8376 (wi::extended_tree): New.
8377 (wi::int_traits <wi::extended_tree>): New.
8378 (wi::to_widest): New.
8379 (wi::to_offset): New.
8380 (wi::fits_to_tree_p): New.
8381 (wi::min_value): New.
8382 (wi::max_value): New.
8383 * tree-inline.c (remap_gimple_op_r): Use wide-int interfaces.
8384 (copy_tree_body_r): Likewise.
8385 * tree-object-size.c (compute_object_offset): Likewise.
8386 (addr_object_size): Likewise.
8387 * tree-predcom.c: Include wide-int-print.h.
8388 (struct dref_d): Change type of offset to widest_int.
8389 (dump_dref): Call wide-int printer.
8390 (aff_combination_dr_offset): Use wide-int interfaces.
8391 (determine_offset): Take a widest_int pointer rather than a
8393 (split_data_refs_to_components): Use wide-int interfaces.
8394 (suitable_component_p): Likewise.
8395 (order_drefs): Likewise.
8396 (add_ref_to_chain): Likewise.
8397 (valid_initializer_p): Likewise.
8398 (determine_roots_comp): Likewise.
8399 * tree-pretty-print.c: Include wide-int-print.h.
8400 (dump_generic_node): Use wide-int interfaces.
8401 * tree-sra.c (sra_ipa_modify_expr): Likewise.
8402 * tree-ssa-address.c (addr_for_mem_ref): Likewise.
8403 (move_fixed_address_to_symbol): Likewise.
8404 (move_hint_to_base): Likewise.
8405 (move_pointer_to_base): Likewise.
8406 (move_variant_to_index): Likewise.
8407 (most_expensive_mult_to_index): Likewise.
8408 (addr_to_parts): Likewise.
8409 (copy_ref_info): Likewise.
8410 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
8411 (indirect_refs_may_alias_p): Likewise.
8412 (stmt_kills_ref_p_1): Likewise.
8413 * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
8414 * tree-ssa-ccp.c: Update comment at top of file. Include
8416 (struct prop_value_d): Change type of mask to widest_int.
8417 (extend_mask): New function.
8418 (dump_lattice_value): Use wide-int interfaces.
8419 (get_default_value): Likewise.
8420 (set_constant_value): Likewise.
8421 (set_value_varying): Likewise.
8422 (valid_lattice_transition): Likewise.
8423 (set_lattice_value): Likewise.
8424 (value_to_double_int): Delete.
8425 (value_to_wide_int): New.
8426 (get_value_from_alignment): Use wide-int interfaces.
8427 (get_value_for_expr): Likewise.
8428 (do_dbg_cnt): Likewise.
8429 (ccp_finalize): Likewise.
8430 (ccp_lattice_meet): Likewise.
8431 (bit_value_unop_1): Use widest_ints rather than double_ints.
8432 (bit_value_binop_1): Likewise.
8433 (bit_value_unop): Use wide-int interfaces.
8434 (bit_value_binop): Likewise.
8435 (bit_value_assume_aligned): Likewise.
8436 (evaluate_stmt): Likewise.
8437 (ccp_fold_stmt): Likewise.
8438 (visit_cond_stmt): Likewise.
8439 (ccp_visit_stmt): Likewise.
8440 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
8441 (constant_pointer_difference): Likewise.
8442 (associate_pointerplus): Likewise.
8443 (combine_conversions): Likewise.
8444 * tree-ssa-loop.h: Include wide-int.h.
8445 (struct tree_niter_desc): Change type of max to widest_int.
8446 * tree-ssa-loop-im.c (mem_refs_may_alias_p): Use wide-int interfaces.
8447 * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Likewise.
8448 (remove_redundant_iv_tests): Likewise.
8449 (canonicalize_loop_induction_variables): Likewise.
8450 * tree-ssa-loop-ivopts.c (alloc_iv): Likewise.
8451 (constant_multiple_of): Take a widest_int pointer instead of
8452 a double_int pointer.
8453 (get_computation_aff): Use wide-int interfaces.
8454 (ptr_difference_cost): Likewise.
8455 (difference_cost): Likewise.
8456 (get_loop_invariant_expr_id): Likewise.
8457 (get_computation_cost_at): Likewise.
8458 (iv_elimination_compare_lt): Likewise.
8459 (may_eliminate_iv): Likewise.
8460 * tree-ssa-loop-niter.h (estimated_loop_iterations): Use widest_int
8461 instead of double_int.
8462 (max_loop_iterations): Likewise.
8463 (max_stmt_executions): Likewise.
8464 (estimated_stmt_executions): Likewise.
8465 * tree-ssa-loop-niter.c: Include wide-int-print.h.
8466 (split_to_var_and_offset): Use wide-int interfaces.
8467 (determine_value_range): Likewise.
8468 (bound_difference_of_offsetted_base): Likewise.
8469 (bounds_add): Take a widest_int instead of a double_int.
8470 (number_of_iterations_ne_max): Use wide-int interfaces.
8471 (number_of_iterations_ne): Likewise.
8472 (number_of_iterations_lt_to_ne): Likewise.
8473 (assert_loop_rolls_lt): Likewise.
8474 (number_of_iterations_lt): Likewise.
8475 (number_of_iterations_le): Likewise.
8476 (number_of_iterations_cond): Likewise.
8477 (number_of_iterations_exit): Likewise.
8478 (finite_loop_p): Likewise.
8479 (derive_constant_upper_bound_assign): Likewise.
8480 (derive_constant_upper_bound): Return a widest_int.
8481 (derive_constant_upper_bound_ops): Likewise.
8482 (do_warn_aggressive_loop_optimizations): Use wide-int interfaces.
8483 (record_estimate): Take a widest_int rather than a double_int.
8484 (record_nonwrapping_iv): Use wide-int interfaces.
8485 (double_int_cmp): Delete.
8486 (wide_int_cmp): New.
8487 (bound_index): Take a widest_int rather than a double_int.
8488 (discover_iteration_bound_by_body_walk): Use wide-int interfaces.
8489 (maybe_lower_iteration_bound): Likewise.
8490 (estimate_numbers_of_iterations_loop): Likewise.
8491 (estimated_loop_iterations): Take a widest_int pointer than than
8492 a double_int pointer.
8493 (estimated_loop_iterations_int): Use wide-int interfaces.
8494 (max_loop_iterations): Take a widest_int pointer than than
8495 a double_int pointer.
8496 (max_loop_iterations_int): Use wide-int interfaces.
8497 (max_stmt_executions): Take a widest_int pointer than than
8498 a double_int pointer.
8499 (estimated_stmt_executions): Likewise.
8500 (n_of_executions_at_most): Use wide-int interfaces.
8501 (scev_probably_wraps_p): Likewise.
8502 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Update calls
8504 * tree-scalar-evolution.c (simplify_peeled_chrec): Use wide-int
8506 * tree-ssanames.c (set_range_info): Use wide_int_refs rather than
8507 double_ints. Adjust for trailing_wide_ints <3> representation.
8508 (set_nonzero_bits): Likewise.
8509 (get_range_info): Return wide_ints rather than double_ints.
8510 Adjust for trailing_wide_ints <3> representation.
8511 (get_nonzero_bits): Likewise.
8512 (duplicate_ssa_name_range_info): Adjust for trailing_wide_ints <3>
8514 * tree-ssanames.h (struct range_info_def): Replace min, max and
8515 nonzero_bits with a trailing_wide_ints <3>.
8516 (set_range_info): Use wide_int_refs rather than double_ints.
8517 (set_nonzero_bits): Likewise.
8518 (get_range_info): Return wide_ints rather than double_ints.
8519 (get_nonzero_bits): Likewise.
8520 * tree-ssa-phiopt.c (jump_function_from_stmt): Use wide-int interfaces.
8521 * tree-ssa-pre.c (phi_translate_1): Likewise.
8522 * tree-ssa-reassoc.c (decrement_power): Use calls to real_from_integer.
8523 (acceptable_pow_call): Likewise.
8524 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use wide-int
8526 (vn_reference_fold_indirect): Likewise.
8527 (vn_reference_maybe_forwprop_address): Likewise.
8528 (valueize_refs_1): Likewise.
8529 * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Likewise.
8530 * tree-ssa-uninit.c (is_value_included_in): Use wide-int interfaces,
8531 tree_int_cst_lt and tree_int_cst_le.
8532 * tree-streamer-in.c (unpack_ts_base_value_fields): Use wide-int
8534 (streamer_alloc_tree): Likewise.
8535 * tree-streamer-out.c (pack_ts_int_cst_value_fields): Likewise.
8536 (streamer_write_tree_header): Likewise.
8537 (streamer_write_integer_cst): Likewise.
8538 * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
8539 (build_constructors): Likewise.
8540 (array_value_type): Likewise.
8541 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Likewise.
8542 (vect_check_gather): Likewise.
8543 * tree-vect-generic.c (build_replicated_const): Likewise.
8544 (expand_vector_divmod): Likewise.
8545 * tree-vect-loop.c (vect_transform_loop): Likewise.
8546 * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): Likewise.
8547 (vect_do_peeling_for_alignment): Likewise.
8548 * tree-vect-patterns.c (vect_recog_divmod_pattern): Likewise.
8549 * tree-vrp.c: Include wide-int.h.
8550 (operand_less_p): Use wide-int interfaces and tree_int_cst_lt.
8551 (extract_range_from_assert): Use wide-int interfaces.
8552 (vrp_int_const_binop): Likewise.
8553 (zero_nonzero_bits_from_vr): Take wide_int pointers rather than
8554 double_int pointers.
8555 (ranges_from_anti_range): Use wide-int interfaces.
8556 (quad_int_cmp): Delete.
8557 (quad_int_pair_sort): Likewise.
8558 (extract_range_from_binary_expr_1): Use wide-int interfaces.
8559 (extract_range_from_unary_expr_1): Likewise.
8560 (adjust_range_with_scev): Likewise.
8561 (masked_increment): Take and return wide_ints rather than double_ints.
8562 (register_edge_assert_for_2): Use wide-int interfaces.
8563 (check_array_ref): Likewise.
8564 (search_for_addr_array): Likewise.
8565 (maybe_set_nonzero_bits): Likewise.
8566 (union_ranges): Pass an integer of the correct type instead of
8567 using integer_one_node.
8568 (intersect_ranges): Likewise.
8569 (simplify_truth_ops_using_ranges): Likewise.
8570 (simplify_bit_ops_using_ranges): Use wide-int interfaces.
8571 (range_fits_type_p): Likewise.
8572 (simplify_cond_using_ranges): Likewise. Take a signop rather than
8574 (simplify_conversion_using_ranges): Use wide-int interfaces.
8575 (simplify_float_conversion_using_ranges): Likewise.
8576 (vrp_finalize): Likewise.
8577 * value-prof.c (gimple_divmod_fixed_value_transform): Likewise.
8578 (gimple_stringops_transform): Likewise.
8579 * varasm.c (decode_addr_const): Likewise.
8580 (const_hash_1): Likewise.
8581 (const_rtx_hash_1): Likewise
8582 (output_constant): Likewise.
8583 (array_size_for_constructor): Likewise.
8584 (output_constructor_regular_field): Likewise.
8585 (output_constructor_bitfield): Likewise.
8586 * var-tracking.c (loc_cmp): Handle CONST_WIDE_INT.
8587 * mkconfig.sh: Include machmode.h to pick up BITS_PER_UNIT for
8589 * gencheck.c: Define BITS_PER_UNIT.
8592 * wide-int-print.cc: New.
8593 * wide-int-print.h: New.
8595 2014-05-06 Jan-Benedict Glaw <jbglaw@lug-owl.de>
8597 * config/avr/avr.c (avr_can_eliminate): Mark unused argument.
8599 2014-05-06 Richard Biener <rguenther@suse.de>
8601 * tree-pass.h (TODO_verify_ssa, TODO_verify_flow,
8602 TODO_verify_stmts, TODO_verify_rtl_sharing): Remove.
8603 (TODO_verify_all): Adjust.
8604 * asan.c: Remove references to TODO_verify_ssa, TODO_verify_flow,
8605 TODO_verify_stmts and TODO_verify_rtl_sharing.
8606 * bb-reorder.c: Likewise.
8607 * cfgexpand.c: Likewise.
8608 * cprop.c: Likewise.
8610 * function.c: Likewise.
8611 * fwprop.c: Likewise.
8613 * gimple-ssa-isolate-paths.c: Likewise.
8614 * gimple-ssa-strength-reduction.c: Likewise.
8615 * ipa-split.c: Likewise.
8616 * loop-init.c: Likewise.
8617 * loop-unroll.c: Likewise.
8618 * lower-subreg.c: Likewise.
8619 * modulo-sched.c: Likewise.
8620 * postreload-gcse.c: Likewise.
8621 * predict.c: Likewise.
8622 * recog.c: Likewise.
8623 * sched-rgn.c: Likewise.
8624 * store-motion.c: Likewise.
8625 * tracer.c: Likewise.
8626 * trans-mem.c: Likewise.
8627 * tree-call-cdce.c: Likewise.
8628 * tree-cfg.c: Likewise.
8629 * tree-cfgcleanup.c: Likewise.
8630 * tree-complex.c: Likewise.
8631 * tree-eh.c: Likewise.
8632 * tree-emutls.c: Likewise.
8633 * tree-if-conv.c: Likewise.
8634 * tree-into-ssa.c: Likewise.
8635 * tree-loop-distribution.c: Likewise.
8636 * tree-object-size.c: Likewise.
8637 * tree-parloops.c: Likewise.
8638 * tree-pass.h: Likewise.
8639 * tree-sra.c: Likewise.
8640 * tree-ssa-ccp.c: Likewise.
8641 * tree-ssa-copy.c: Likewise.
8642 * tree-ssa-copyrename.c: Likewise.
8643 * tree-ssa-dce.c: Likewise.
8644 * tree-ssa-dom.c: Likewise.
8645 * tree-ssa-dse.c: Likewise.
8646 * tree-ssa-forwprop.c: Likewise.
8647 * tree-ssa-ifcombine.c: Likewise.
8648 * tree-ssa-loop-ch.c: Likewise.
8649 * tree-ssa-loop-ivcanon.c: Likewise.
8650 * tree-ssa-loop.c: Likewise.
8651 * tree-ssa-math-opts.c: Likewise.
8652 * tree-ssa-phiopt.c: Likewise.
8653 * tree-ssa-phiprop.c: Likewise.
8654 * tree-ssa-pre.c: Likewise.
8655 * tree-ssa-reassoc.c: Likewise.
8656 * tree-ssa-sink.c: Likewise.
8657 * tree-ssa-strlen.c: Likewise.
8658 * tree-ssa-tail-merge.c: Likewise.
8659 * tree-ssa-uncprop.c: Likewise.
8660 * tree-switch-conversion.c: Likewise.
8661 * tree-tailcall.c: Likewise.
8662 * tree-vect-generic.c: Likewise.
8663 * tree-vectorizer.c: Likewise.
8664 * tree-vrp.c: Likewise.
8666 * var-tracking.c: Likewise.
8667 * bt-load.c: Likewise.
8668 * cfgcleanup.c: Likewise.
8669 * combine-stack-adj.c: Likewise.
8670 * combine.c: Likewise.
8671 * compare-elim.c: Likewise.
8672 * config/epiphany/resolve-sw-modes.c: Likewise.
8673 * config/i386/i386.c: Likewise.
8674 * config/mips/mips.c: Likewise.
8675 * config/s390/s390.c: Likewise.
8676 * config/sh/sh_treg_combine.cc: Likewise.
8677 * config/sparc/sparc.c: Likewise.
8680 * final.c: Likewise.
8681 * ifcvt.c: Likewise.
8682 * mode-switching.c: Likewise.
8683 * passes.c: Likewise.
8684 * postreload.c: Likewise.
8686 * reg-stack.c: Likewise.
8687 * regcprop.c: Likewise.
8688 * regrename.c: Likewise.
8691 2014-05-06 Richard Biener <rguenther@suse.de>
8694 * bitmap.c (debug_bitmap): Dump to stderr, not stdout.
8695 * tree-ssa-structalias.c (dump_solution_for_var): Likewise.
8697 2014-05-05 Jan Hubicka <hubicka@ucw.cz>
8700 * ipa-devirt.c (get_class_context): Allow POD to change to non-POD.
8702 2014-05-05 Radovan Obradovic <robradovic@mips.com>
8703 Tom de Vries <tom@codesourcery.com>
8705 * target.def (call_fusage_contains_non_callee_clobbers): New
8707 * doc/tm.texi.in (@node Stack and Calling): Add Miscellaneous Register
8709 (@node Miscellaneous Register Hooks): New node.
8710 (@hook TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): New hook.
8711 * doc/tm.texi: Regenerate.
8713 2014-05-05 Marek Polacek <polacek@redhat.com>
8716 * opts.c (common_handle_option): Call error_at instead of warning_at.
8718 2014-05-05 Richard Biener <rguenther@suse.de>
8720 * passes.c (execute_function_todo): Don't reset TODO_verify_ssa
8721 from last_verified if update_ssa ran. Move TODO_verify_rtl_sharing
8722 under the TODO_verify_il umbrella.
8724 2014-05-05 Richard Biener <rguenther@suse.de>
8726 * passes.c (execute_function_todo): Move TODO_verify_flow under
8727 the TODO_verify_ul umbrella.
8729 2014-05-05 Richard Biener <rguenther@suse.de>
8732 * fold-const.c (fold_binary_loc): Consistently avoid canonicalizing
8733 X & CST away from a CST that is the mask of a mode.
8735 2014-05-05 Jan-Benedict Glaw <jbglaw@lug-owl.de>
8737 * config/picochip/picochip-protos.h (picochip_regno_nregs): Change
8738 int argument to enum machine_mode.
8739 (picochip_class_max_nregs): Ditto.
8740 * config/picochip/picochip.c (picochip_regno_nregs): Ditto.
8741 (picochip_class_max_nregs): Ditto.
8743 2014-05-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
8745 * target.def: Add new target hook.
8746 * doc/tm.texi: Regenerate.
8747 * targhooks.h (default_keep_leaf_when_profiled): Add prototype.
8748 * targhooks.c (default_keep_leaf_when_profiled): New function.
8750 * config/s390/s390.c (s390_keep_leaf_when_profiled): New function.
8751 (TARGET_KEEP_LEAF_WHEN_PROFILED): Define.
8753 2014-05-05 Bin Cheng <bin.cheng@arm.com>
8755 PR tree-optimization/60363
8756 * gcc/tree-ssa-threadupdate.c (get_value_locus_in_path): New.
8757 (copy_phi_args): New parameters. Call get_value_locus_in_path.
8758 (update_destination_phis): New parameter.
8759 (create_edge_and_update_destination_phis): Ditto.
8760 (ssa_fix_duplicate_block_edges): Pass new arguments.
8761 (thread_single_edge): Ditto.
8763 2014-05-04 Peter Bergner <bergner@vnet.ibm.com>
8765 * config/rs6000/rs6000.h (RS6000_BTM_HARD_FLOAT): New define.
8766 (RS6000_BTM_COMMON): Add RS6000_BTM_HARD_FLOAT.
8767 (TARGET_EXTRA_BUILTINS): Add TARGET_HARD_FLOAT.
8768 * config/rs6000/rs6000-builtin.def (BU_MISC_1):
8769 Use RS6000_BTM_HARD_FLOAT.
8770 (BU_MISC_2): Likewise.
8771 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Handle
8772 RS6000_BTM_HARD_FLOAT.
8773 (rs6000_option_override_internal): Enforce -mhard-float if -mhard-dfp
8775 (rs6000_invalid_builtin): Add hard floating builtin support.
8776 (rs6000_expand_builtin): Relax the gcc_assert to allow the new
8777 hard float builtins.
8778 (rs6000_builtin_mask_names): Add RS6000_BTM_HARD_FLOAT.
8780 2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
8782 * config/sh/sh_optimize_sett_clrt.cc (sh_optimize_sett_clrt::execute):
8783 Add missing function* argument.
8785 2014-05-03 Richard Sandiford <rdsandiford@googlemail.com>
8787 * lra-constraints.c (valid_address_p): Move earlier in file.
8788 Add a constraint argument to the address_info version.
8789 (satisfies_memory_constraint_p): New function.
8790 (satisfies_address_constraint_p): Likewise.
8791 (process_alt_operands, curr_insn_transform): Use them.
8792 (process_address): Pass the constraint to valid_address_p when
8793 checking address operands.
8795 2014-05-03 Richard Sandiford <rdsandiford@googlemail.com>
8797 * config/mips/mips.c (mips_isa_rev): New variable.
8798 (mips_set_architecture): Set it.
8799 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Set __mips_isa_rev
8801 (ISA_HAS_MUL3, ISA_HAS_FP_CONDMOVE, ISA_HAS_8CC, ISA_HAS_FP4)
8802 (ISA_HAS_PAIRED_SINGLE, ISA_HAS_MADD_MSUB, ISA_HAS_FP_RECIP_RSQRT)
8803 (ISA_HAS_CLZ_CLO, ISA_HAS_ROR, ISA_HAS_WSBH, ISA_HAS_PREFETCH)
8804 (ISA_HAS_SEB_SEH, ISA_HAS_EXT_INS, ISA_HAS_MXHC1)
8805 (ISA_HAS_HILO_INTERLOCKS, ISA_HAS_SYNCI, MIN_FPRS_PER_FMT): Reexpress
8806 conditions in terms of mips_isa_rev.
8807 (mips_isa_rev): Declare.
8809 2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
8811 * config/sh/sh-mem.cc: Use tabs instead of spaces.
8812 (prob_unlikely, prob_likely): Make variables const.
8814 2014-05-03 Denis Chertykov <chertykov@gmail.com>
8816 * config/avr/avr.c (avr_adjust_insn_length): Handle JUMP_TABLE_DATA.
8818 2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
8820 * config/sh/sh.h (SH_ASM_SPEC): Handle m1, m2*, m3* and m4* cases.
8822 2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
8824 * config/sh/sh.h (ROUND_ADVANCE): Delete macro.
8825 (ROUND_REG, PASS_IN_REG_P): Move and rename macros to ...
8826 * config/sh/sh.c (sh_round_reg, sh_pass_in_reg_p): ... these new
8828 (sh_arg_partial_bytes, sh_function_arg, sh_function_arg_advance,
8829 sh_setup_incoming_varargs): Replace usage of PASS_IN_REG_P with
8831 Replace usage of ROUND_REG with sh_round_reg.
8832 Use CEIL instead of ROUND_ADVANCE.
8834 2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
8837 * config/sh/sh.c: Include stdlib headers before everything else.
8839 2014-05-02 Jakub Jelinek <jakub@redhat.com>
8841 * gimplify.c (gimplify_adjust_omp_clauses_1): Handle
8842 GOVD_FIRSTPRIVATE | GOVD_LASTPRIVATE.
8843 (gimplify_adjust_omp_clauses): Simd region is never
8844 directly nested in combined parallel. Instead, for linear
8845 with copyin/copyout, if in combined for simd loop, make decl
8846 firstprivate/lastprivate on OMP_FOR.
8847 * omp-low.c (expand_omp_for_generic, expand_omp_for_static_nochunk,
8848 expand_omp_for_static_chunk): When setting endvar, also set
8849 fd->loop.v to the same value.
8851 2014-05-02 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
8853 * hwint.h (zext_hwi): Fix signed overflow for prec == 63.
8855 2014-05-02 Alan Lawrence <alan.lawrence@arm.com>
8857 * config/aarch64/aarch64.c (aarch64_expand_vec_perm_1): Tidy bit-flip
8860 2014-05-02 Marek Polacek <polacek@redhat.com>
8862 * doc/invoke.texi: Describe -fsanitize=float-divide-by-zero.
8864 2014-05-02 Kito Cheng <kito@0xlab.org>
8866 * defaults.h (HONOR_REG_ALLOC_ORDER): Change HONOR_REG_ALLOC_ORDER
8867 to a C expression marco.
8868 * ira-color.c (HONOR_REG_ALLOC_ORDER) : Ditto.
8869 * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Ditto.
8870 * config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Ditto.
8871 * doc/tm.texi (HONOR_REG_ALLOC_ORDER): Update document for
8872 HONOR_REG_ALLOC_ORDER.
8873 * doc/tm.texi.in (HONOR_REG_ALLOC_ORDER): Ditto.
8875 2014-05-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
8877 * config/arc/arc.c (TARGET_LRA_P): Undef before redefine.
8879 2014-05-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
8881 * config/arc/arc.c (arc_select_cc_mode): Fix typo.
8883 2014-05-01 Yuri Rumyantsev <ysrumyan@gmail.com>
8885 * tree-if-conv.c (is_cond_scalar_reduction): New function.
8886 (convert_scalar_cond_reduction): Likewise.
8887 (predicate_scalar_phi): Add recognition and transformation
8888 of simple conditioanl reduction to be vectorizable.
8890 2014-05-01 Marek Polacek <polacek@redhat.com>
8893 * doc/invoke.texi: Document -Wdiscarded-qualifiers.
8895 2014-04-30 Alan Lawrence <alan.lawrence@arm.com>
8897 * config/aarch64/arm_neon.h (vuzp1_f32, vuzp1_p8, vuzp1_p16, vuzp1_s8,
8898 vuzp1_s16, vuzp1_s32, vuzp1_u8, vuzp1_u16, vuzp1_u32, vuzp1q_f32,
8899 vuzp1q_f64, vuzp1q_p8, vuzp1q_p16, vuzp1q_s8, vuzp1q_s16, vuzp1q_s32,
8900 vuzp1q_s64, vuzp1q_u8, vuzp1q_u16, vuzp1q_u32, vuzp1q_u64, vuzp2_f32,
8901 vuzp2_p8, vuzp2_p16, vuzp2_s8, vuzp2_s16, vuzp2_s32, vuzp2_u8,
8902 vuzp2_u16, vuzp2_u32, vuzp2q_f32, vuzp2q_f64, vuzp2q_p8, vuzp2q_p16,
8903 vuzp2q_s8, vuzp2q_s16, vuzp2q_s32, vuzp2q_s64, vuzp2q_u8, vuzp2q_u16,
8904 vuzp2q_u32, vuzp2q_u64): Replace temporary asm with __builtin_shuffle.
8906 2014-04-30 Joern Rennecke <joern.rennecke@embecosm.com>
8908 * config/arc/arc.opt (mlra): Move comment above option name
8909 to avoid mis-parsing as language options.
8911 2014-04-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8913 * config/sol2-10.h (TARGET_LIBC_HAS_FUNCTION): Move ...
8914 * config/sol2.h: ... here.
8915 * config/sol2-10.h: Remove.
8917 * config/sol2-bi.h (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE)
8918 (WINT_TYPE_SIZE, MULTILIB_DEFAULTS, DEF_ARCH32_SPEC)
8919 (DEF_ARCH64_SPEC, ASM_CPU_DEFAULT_SPEC, LINK_ARCH64_SPEC_BASE)
8920 (LINK_ARCH64_SPEC, ARCH_DEFAULT_EMULATION, TARGET_LD_EMULATION)
8921 (LINK_ARCH_SPEC, SUBTARGET_EXTRA_SPECS): Move ...
8922 * config/sol2.h: ... here.
8923 (SECTION_NAME_FORMAT): Don't redefine.
8924 (STARTFILE_ARCH32_SPEC): Rename to ...
8925 (STARTFILE_ARCH_SPEC): ... this.
8926 (ASM_OUTPUT_ALIGNED_COMMON): Move ...
8927 * config/sparc/sol2.h: ... here.
8928 (SECTION_NAME_FORMAT): Don't undef.
8929 * config/i386/sol2.h (ASM_CPU_DEFAULT_SPEC)
8930 (SUBTARGET_EXTRA_SPECS): Remove.
8931 * config/sparc/sol2.h (ASM_CPU_DEFAULT_SPEC): Remove.
8933 * config/i386/sol2-bi.h (TARGET_SUBTARGET_DEFAULT)
8934 (MD_STARTFILE_PREFIX): Remove.
8935 (SUBTARGET_OPTIMIZATION_OPTIONS, ASM_CPU32_DEFAULT_SPEC)
8936 (ASM_CPU64_DEFAULT_SPEC, ASM_CPU_SPEC, ASM_SPEC, DEFAULT_ARCH32_P)
8937 (ARCH64_SUBDIR, ARCH32_EMULATION, ARCH64_EMULATION)
8938 (ASM_COMMENT_START, JUMP_TABLES_IN_TEXT_SECTION)
8939 (ASM_OUTPUT_DWARF_PCREL, ASM_OUTPUT_ALIGNED_COMMON)
8940 (USE_IX86_FRAME_POINTER, USE_X86_64_FRAME_POINTER): Move ...
8941 * config/i386/sol2.h: ... here.
8942 (TARGET_SUBTARGET_DEFAULT, SIZE_TYPE, PTRDIFF_TYPE): Remove.
8943 * config/i386/sol2-bi.h: Remove.
8944 * config/sol2.h (MD_STARTFILE_PREFIX): Remove.
8945 (LINK_ARCH32_SPEC_BASE): Remove /usr/ccs/lib/libp, /usr/ccs/lib.
8947 * config/i386/t-sol2-64: Rename to ...
8948 * config/i386/t-sol2: ... this.
8949 * config/sparc/t-sol2-64: Rename to ...
8950 * config/sparc/t-sol2: ... this.
8952 * config.gcc (*-*-solaris2*): Split sol2_tm_file into
8953 sol2_tm_file_head, sol2_tm_file_tail.
8954 Include ${cpu_type}/sol2.h before sol2.h.
8956 (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Include
8957 i386/x86-64.h between sol2_tm_file_head and sol2_tm_file_tail.
8958 Remove i386/sol2-bi.h, sol2-bi.h from tm_file.
8959 Reflect i386/t-sol2-64 renaming.
8960 (sparc*-*-solaris2*): Remove sol2-bi.h from tm_file.
8961 Reflect sparc/t-sol2-64 renaming.
8963 2014-04-30 Richard Biener <rguenther@suse.de>
8965 * passes.c (execute_function_todo): Move TODO_verify_stmts
8966 and TODO_verify_ssa under the TODO_verify_il umbrella.
8967 * tree-ssa.h (verify_ssa): Adjust prototype.
8968 * tree-ssa.c (verify_ssa): Add parameter to tell whether
8969 we should verify SSA operands.
8970 * tree-cfg.h (verify_gimple_in_cfg): Adjust prototype.
8971 * tree-cfg.c (verify_gimple_in_cfg): Add parameter to tell
8972 whether we should verify whether not throwing stmts have EH info.
8973 * graphite-scop-detection.c (create_sese_edges): Adjust.
8974 * tree-ssa-loop-manip.c (verify_loop_closed_ssa): Likewise.
8975 * tree-eh.c (lower_try_finally_switch): Do not add the
8976 default case label twice.
8978 2014-04-30 Marek Polacek <polacek@redhat.com>
8980 * gcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_DIVIDE.
8981 * builtins.def: Initialize builtins even for SANITIZE_FLOAT_DIVIDE.
8982 * flag-types.h (enum sanitize_code): Add SANITIZE_FLOAT_DIVIDE.
8983 * opts.c (common_handle_option): Add -fsanitize=float-divide-by-zero.
8985 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
8987 * config/aarch64/arm_neon.h (vzip1_f32, vzip1_p8, vzip1_p16, vzip1_s8,
8988 vzip1_s16, vzip1_s32, vzip1_u8, vzip1_u16, vzip1_u32, vzip1q_f32,
8989 vzip1q_f64, vzip1q_p8, vzip1q_p16, vzip1q_s8, vzip1q_s16, vzip1q_s32,
8990 vzip1q_s64, vzip1q_u8, vzip1q_u16, vzip1q_u32, vzip1q_u64, vzip2_f32,
8991 vzip2_p8, vzip2_p16, vzip2_s8, vzip2_s16, vzip2_s32, vzip2_u8,
8992 vzip2_u16, vzip2_u32, vzip2q_f32, vzip2q_f64, vzip2q_p8, vzip2q_p16,
8993 vzip2q_s8, vzip2q_s16, vzip2q_s32, vzip2q_s64, vzip2q_u8, vzip2q_u16,
8994 vzip2q_u32, vzip2q_u64): Replace inline __asm__ with __builtin_shuffle.
8996 2014-04-29 David Malcolm <dmalcolm@redhat.com>
8998 * tree-cfg.c (dump_function_to_file): Dump the return type of
8999 functions, in a line to itself before the function body, mimicking
9000 the layout of a C function.
9002 2014-04-29 Jakub Jelinek <jakub@redhat.com>
9004 PR tree-optimization/60971
9005 * tree-tailcall.c (process_assignment): Reject conversions which
9008 2014-04-29 James Greenhalgh <james.greenhalgh@arm.com>
9010 * calls.c (initialize_argument_information): Always treat
9011 PUSH_ARGS_REVERSED as 1, simplify code accordingly.
9012 (expand_call): Likewise.
9013 (emit_library_call_calue_1): Likewise.
9014 * expr.c (PUSH_ARGS_REVERSED): Do not define.
9015 (emit_push_insn): Always treat PUSH_ARGS_REVERSED as 1, simplify
9018 2014-04-29 Nick Clifton <nickc@redhat.com>
9020 * config/msp430/msp430.md (umulsidi): Fix typo.
9021 (mulhisi3): Enable even inside interrupt handlers.
9022 * config/msp430/msp430.c (msp430_print_operand): %O: Allow for the
9023 bigger return address pushed in large mode.
9025 2014-04-29 Nick Clifton <nickc@redhat.com>
9027 * config/arc/arc.c (arc_select_cc_mode): Fix parentheses.
9028 (arc_init_reg_tables): Use a machine_mode enum to iterate over
9030 * config/m32r/m32r.c (init_reg_tables): Likewise.
9031 * config/m32c/m32c.c (m32c_illegal_subreg_p): Use a machine_mode
9032 enum to hold the modes.
9034 2014-04-29 Richard Biener <rguenther@suse.de>
9036 * dominance.c (free_dominance_info): Add overload with
9038 (dom_info_state): Likewise.
9039 (dom_info_available_p): Likewise.
9040 * basic-block.h (free_dominance_info, dom_info_state,
9041 dom_info_available_p): Declare overloads.
9042 * passes.c (execute_function_todo): Verify that verifiers
9043 don't change dominator info state. Drop dominator info
9044 for IPA pass invocations.
9045 * cgraph.c (release_function_body): Restore asserts that
9046 dominator information is released.
9048 2014-04-29 Patrick Palka <patrick@parcs.ath.cx>
9050 * doc/invoke.texi: Fix typo.
9051 * tree-vrp.c: Fix typos.
9052 * gimple.c (infer_nonnull_range): Reorder operands of an && condition.
9054 2014-04-29 Zhenqiang Chen <zhenqiang.chen@linaro.org>
9056 * config/aarch64/aarch64.md (mov<mode>cc): New for GPF.
9058 2014-04-28 James Greenhalgh <james.greenhalgh@arm.com>
9060 * config/aarch64/aarch64-builtins.c
9061 (aarch64_types_storestruct_lane_qualifiers): New.
9062 (TYPES_STORESTRUCT_LANE): Likewise.
9063 * config/aarch64/aarch64-simd-builtins.def (st2_lane): New.
9064 (st3_lane): Likewise.
9065 (st4_lane): Likewise.
9066 * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): New.
9067 (vec_store_lanesci_lane<mode>): Likewise.
9068 (vec_store_lanesxi_lane<mode>): Likewise.
9069 (aarch64_st2_lane<VQ:mode>): Likewise.
9070 (aarch64_st3_lane<VQ:mode>): Likewise.
9071 (aarch64_st4_lane<VQ:mode>): Likewise.
9072 * config/aarch64/aarch64.md (unspec): Add UNSPEC_ST{2,3,4}_LANE.
9073 * config/aarch64/arm_neon.h
9074 (__ST2_LANE_FUNC): Rewrite using builtins, update use points to
9075 use new macro arguments.
9076 (__ST3_LANE_FUNC): Likewise.
9077 (__ST4_LANE_FUNC): Likewise.
9078 * config/aarch64/iterators.md (V_TWO_ELEM): New.
9079 (V_THREE_ELEM): Likewise.
9080 (V_FOUR_ELEM): Likewise.
9082 2014-04-28 David Malcolm <dmalcolm@redhat.com>
9084 * doc/gimple.texi: Replace the description of the now-defunct
9085 union gimple_statement_d with a diagram showing the
9086 gimple_statement_base class hierarchy and its relationships to
9087 the GSS_ and GIMPLE_ enums.
9089 2014-04-28 James Greenhalgh <james.greenhalgh@arm.com>
9091 * config/aarch64/aarch64-protos.h (aarch64_modes_tieable_p): New.
9092 * config/aarch64/aarch64.c
9093 (aarch64_cannot_change_mode_class): Weaken conditions.
9094 (aarch64_modes_tieable_p): New.
9095 * config/aarch64/aarch64.h (MODES_TIEABLE_P): Use it.
9097 2014-04-28 Pat Haugen <pthaugen@us.ibm.com>
9099 * config/rs6000/sync.md (AINT mode_iterator): Move definition.
9100 (loadsync_<mode>): Change mode.
9101 (load_quadpti, store_quadpti): New.
9102 (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
9103 * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
9105 2014-04-28 Martin Jambor <mjambor@suse.cz>
9107 * tree-sra.c (sra_modify_expr): Generate new memory accesses with
9108 same alias type as the original statement.
9109 (subreplacement_assignment_data): New type.
9110 (handle_unscalarized_data_in_subtree): New type of parameter,
9111 generate new memory accesses with same alias type as the original
9113 (load_assign_lhs_subreplacements): Likewise.
9114 (sra_modify_constructor_assign): Generate new memory accesses with
9115 same alias type as the original statement.
9117 2014-04-28 Richard Biener <rguenther@suse.de>
9119 * tree-pass.h (TODO_verify_il): Define.
9120 (TODO_verify_all): Complete properly.
9121 * passes.c (execute_function_todo): Move existing loop-closed
9122 SSA verification under TODO_verify_il.
9123 (execute_one_pass): Trigger TODO_verify_il at todo-after time.
9124 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps):
9125 Fix tree sharing issue.
9127 2014-04-28 Richard Biener <rguenther@suse.de>
9130 * builtins.def (DEF_C11_BUILTIN): Add.
9131 (BUILT_IN_ALIGNED_ALLOC): Likewise.
9132 * coretypes.h (enum function_class): Add function_c11_misc.
9133 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
9134 BUILT_IN_ALIGNED_ALLOC like BUILT_IN_MALLOC.
9135 (call_may_clobber_ref_p_1): Likewise.
9136 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
9137 (mark_all_reaching_defs_necessary_1): Likewise.
9138 (propagate_necessity): Likewise.
9139 (eliminate_unnecessary_stmts): Likewise.
9140 * tree-ssa-ccp.c (evaluate_stmt): Handle BUILT_IN_ALIGNED_ALLOC.
9142 2014-04-28 Richard Biener <rguenther@suse.de>
9144 * tree-vrp.c (vrp_var_may_overflow): Remove.
9145 (vrp_visit_phi_node): Rather than bumping to +-INF possibly
9146 with overflow immediately bump to one before that value and
9147 let iteration figure out overflow status.
9149 2014-04-28 Richard Biener <rguenther@suse.de>
9151 * configure.ac: Do valgrind header checks unconditionally.
9152 Add --enable-valgrind-annotations.
9153 * system.h: Guard valgrind header inclusion with
9154 ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING.
9155 * alloc-pool.c (pool_alloc, pool_free): Use
9156 ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING
9157 to guard possibly dead code.
9158 * config.in: Regenerated.
9159 * configure: Likewise.
9161 2014-04-28 Jeff Law <law@redhat.com>
9163 PR tree-optimization/60902
9164 * tree-ssa-threadedge.c
9165 (record_temporary_equivalences_from_stmts_at_dest): Only iterate
9166 over real defs when invalidating outputs from statements that do not
9167 produce useful outputs for threading.
9169 2014-04-28 Richard Biener <rguenther@suse.de>
9171 PR tree-optimization/60979
9172 * graphite-scop-detection.c (scopdet_basic_block_info): Reject
9173 SCOPs that end in a block with a successor with abnormal
9176 2014-04-28 Richard Biener <rguenther@suse.de>
9178 * tree-pass.h (execute_pass_list): Adjust prototype.
9179 * passes.c (pass_manager::execute_early_local_passes): Adjust.
9180 (do_per_function): Change callback signature, push all actual
9181 work to the callbals.
9182 (do_per_function_toporder): Likewise.
9183 (execute_function_dump): Adjust.
9184 (execute_function_todo): Likewise.
9185 (clear_last_verified): Likewise.
9186 (verify_curr_properties): Likewise.
9187 (update_properties_after_pass): Likewise.
9188 (execute_pass_list_1): Split out from ...
9189 (execute_pass_list): ... here. Adjust.
9190 (execute_ipa_pass_list): Likewise.
9191 * cgraphunit.c (cgraph_add_new_function): Adjust.
9192 (analyze_function): Likewise.
9193 (expand_function): Likewise.
9194 * cgraph.c (release_function_body): Free dominance info
9195 here instead of asserting it was magically freed elsewhere.
9197 2014-04-28 Eric Botcazou <ebotcazou@adacore.com>
9199 * configure.ac: Tweak GAS check for LEON instructions on SPARC.
9200 * configure: Regenerate.
9201 * config/sparc/sparc.opt (muser-mode): New option.
9202 * config/sparc/sync.md (atomic_compare_and_swap<mode>_1): Do not enable
9204 (atomic_compare_and_swap_leon3_1): New instruction for LEON3.
9205 * doc/invoke.texi (SPARC options): Document -muser-mode.
9207 2014-04-27 Richard Sandiford <rdsandiford@googlemail.com>
9209 * cselib.c (find_slot_memmode): Delete.
9210 (cselib_hasher): Change compare_type to a struct.
9211 (cselib_hasher::equal): Update accordingly. Don't expect wrapped
9213 (preserve_constants_and_equivs): Adjust for new compare_type.
9214 (cselib_find_slot): Likewise. Take the mode of the rtx as argument.
9215 (wrap_constant): Delete.
9216 (cselib_lookup_mem, cselib_lookup_1): Update calls to cselib_find_slot.
9218 2014-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
9220 * doc/install.texi (Building with profile feedback): Remove
9223 2014-04-26 Tom de Vries <tom@codesourcery.com>
9225 * config/i386/i386.md (define_expand "ldexpxf3"): Fix out-of-bounds
9228 2014-04-25 Cary Coutant <ccoutant@google.com>
9231 * dwarf2out.c (should_move_die_to_comdat): A type definition
9232 can contain a subprogram definition, but don't move it to a
9234 (clone_as_declaration): Copy DW_AT_abstract_origin attribute.
9235 (generate_skeleton_bottom_up): Remove DW_AT_object_pointer attribute
9237 (clone_tree_hash): Rename to...
9238 (clone_tree_partial): ...this; change callers. Copy
9239 DW_TAG_subprogram DIEs as declarations.
9240 (copy_decls_walk): Don't copy children of a declaration into a
9243 2014-04-25 H.J. Lu <hongjiu.lu@intel.com>
9246 * config/i386/i386.md (*movsf_internal): Set MODE to SI for
9249 2014-04-25 Jiong Wang <jiong.wang@arm.com>
9251 * config/arm/predicates.md (call_insn_operand): Add long_call check.
9252 * config/arm/arm.md (sibcall, sibcall_value): Force the address to
9254 * config/arm/arm.c (arm_function_ok_for_sibcall): Remove long_call
9257 2014-04-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9259 * config/arm/arm.c (arm_cortex_a8_tune): Initialise T16-related fields.
9261 2014-04-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9263 PR tree-optimization/60930
9264 * gimple-ssa-strength-reduction.c (create_mul_imm_cand): Reject
9265 creating a multiply candidate by folding two constant
9266 multiplicands when the result overflows.
9268 2014-04-25 Jakub Jelinek <jakub@redhat.com>
9270 PR tree-optimization/60960
9271 * tree-vect-generic.c (expand_vector_operation): Only call
9272 expand_vector_divmod if type's mode satisfies VECTOR_MODE_P.
9274 2014-04-25 Tom de Vries <tom@codesourcery.com>
9276 * expr.c (clobber_reg_mode): New function.
9277 * expr.h (clobber_reg): New function.
9279 2014-04-25 Tom de Vries <tom@codesourcery.com>
9281 * rtlanal.c (find_all_hard_reg_sets): Note INSN_CALL_FUNCTION_USAGE
9284 2014-04-25 Radovan Obradovic <robradovic@mips.com>
9285 Tom de Vries <tom@codesourcery.com>
9287 * rtlanal.c (find_all_hard_reg_sets): Add bool implicit parameter and
9289 * rtl.h (find_all_hard_reg_sets): Add bool parameter.
9290 * haifa-sched.c (recompute_todo_spec, check_clobbered_conditions): Add
9291 new argument to find_all_hard_reg_sets call.
9293 2014-04-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9295 * config/arm/aarch-common.c (aarch_rev16_shright_mask_imm_p):
9296 Use HOST_WIDE_INT_C for mask literal.
9297 (aarch_rev16_shleft_mask_imm_p): Likewise.
9299 2014-04-25 Eric Botcazou <ebotcazou@adacore.com>
9302 * config/sparc/sparc.md (ashlsi3_extend): Delete.
9304 2014-04-25 Marc Glisse <marc.glisse@inria.fr>
9306 PR preprocessor/56540
9307 * config/i386/i386-c.c (ix86_target_macros): Define
9308 __SIZEOF_FLOAT80__ and __SIZEOF_FLOAT128__.
9310 2014-04-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9312 * configure.ac (tga_func): Remove.
9313 (LIB_TLS_SPEC): Remove.
9314 * configure: Regenerate.
9315 * config.in: Regenerate.
9316 * config/sol2.h (LIB_SPEC): Don't use LIB_TLS_SPEC.
9318 2014-04-25 Richard Biener <rguenther@suse.de>
9321 * tree-ssa-structalias.c (ipa_pta_execute): Compute direct
9322 call stmt use/clobber sets during stmt walk instead of
9323 walking the possibly incomplete set of caller edges.
9325 2014-04-25 Richard Biener <rguenther@suse.de>
9328 * passes.c (apply_ipa_transforms): Inline into only caller ...
9329 (execute_one_pass): ... here. Properly bring in function
9330 bodies for nodes we want to apply IPA transforms to.
9332 2014-04-24 Cong Hou <congh@google.com>
9334 PR tree-optimization/60896
9335 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Pick up
9336 all statements in PATTERN_DEF_SEQ in recognized widen-mult pattern.
9337 (vect_mark_pattern_stmts): Set the def type of all statements in
9338 PATTERN_DEF_SEQ as vect_internal_def.
9340 2014-04-24 Michael Meissner <meissner@linux.vnet.ibm.com>
9342 * doc/extend.texi (PowerPC Built-in Functions): Document new
9343 powerpc extended divide, bcd, pack/unpack 128-bit, builtin functions.
9344 (PowerPC AltiVec/VSX Built-in Functions): Likewise.
9346 * config/rs6000/predicates.md (const_0_to_3_operand): New
9347 predicate to match 0..3 integer constants.
9349 * config/rs6000/rs6000-builtin.def (BU_DFP_MISC_1): Add new macros
9350 to support adding miscellaneous builtin functions.
9351 (BU_DFP_MISC_2): Likewise.
9352 (BU_P7_MISC_1): Likewise.
9353 (BU_P7_MISC_2): Likewise.
9354 (BU_P8V_MISC_3): Likewise.
9355 (BU_MISC_1): Likewise.
9356 (BU_MISC_2): Likewise.
9357 (DIVWE): Add extended divide builtin functions.
9360 (DIVWEUO): Likewise.
9364 (DIVDEUO): Likewise.
9365 (DXEX): Add decimal floating-point builtin functions.
9368 (DDEDPDQ): Likewise.
9370 (DENBCDQ): Likewise.
9377 (CDTBCD): Add new BCD builtin functions.
9381 (BCDADD_LT): Likewise.
9382 (BCDADD_EQ): Likewise.
9383 (BCDADD_GT): Likewise.
9384 (BCDADD_OV): Likewise.
9386 (BCDSUB_LT): Likewise.
9387 (BCDSUB_EQ): Likewise.
9388 (BCDSUB_GT): Likewise.
9389 (BCDSUB_OV): Likewise.
9390 (PACK_TD): Add new pack/unpack 128-bit type builtin functions.
9391 (UNPACK_TD): Likewise.
9392 (PACK_TF): Likewise.
9393 (UNPACK_TF): Likewise.
9394 (UNPACK_TF_0): Likewise.
9395 (UNPACK_TF_1): Likewise.
9396 (PACK_V1TI): Likewise.
9397 (UNPACK_V1TI): Likewise.
9399 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
9400 support for decimal floating point builtin functions.
9401 (rs6000_expand_ternop_builtin): Add checks for the new builtin
9402 functions that take constant arguments.
9403 (rs6000_invalid_builtin): Add decimal floating point builtin support.
9404 (rs6000_init_builtins): Setup long double, _Decimal64, and
9405 _Decimal128 types for new builtin functions.
9406 (builtin_function_type): Set the unsigned flags appropriately for
9407 the new builtin functions.
9408 (rs6000_opt_masks): Add support for decimal floating point builtin
9411 * config/rs6000/rs6000.h (RS6000_BTM_DFP): Add support for decimal
9412 floating point builtin functions.
9413 (RS6000_BTM_COMMON): Likewise.
9414 (RS6000_BTI_long_double): Likewise.
9415 (RS6000_BTI_dfloat64): Likewise.
9416 (RS6000_BTI_dfloat128): Likewise.
9417 (long_double_type_internal_node): Likewise.
9418 (dfloat64_type_internal_node): Likewise.
9419 (dfloat128_type_internal_node): Likewise.
9421 * config/rs6000/altivec.h (UNSPEC_BCDADD): Add support for ISA
9422 2.07 bcd arithmetic instructions.
9423 (UNSPEC_BCDSUB): Likewise.
9424 (UNSPEC_BCD_OVERFLOW): Likewise.
9425 (UNSPEC_BCD_ADD_SUB): Likewise.
9426 (bcd_add_sub): Likewise.
9427 (BCD_TEST): Likewise.
9428 (bcd<bcd_add_sub>): Likewise.
9429 (bcd<bcd_add_sub>_test): Likewise.
9430 (bcd<bcd_add_sub>_test2): Likewise.
9431 (bcd<bcd_add_sub>_<code>): Likewise.
9432 (peephole2 for combined bcd ops): Likewise.
9434 * config/rs6000/dfp.md (UNSPEC_DDEDPD): Add support for new
9435 decimal floating point builtin functions.
9436 (UNSPEC_DENBCD): Likewise.
9437 (UNSPEC_DXEX): Likewise.
9438 (UNSPEC_DIEX): Likewise.
9439 (UNSPEC_DSCLI): Likewise.
9440 (UNSPEC_DSCRI): Likewise.
9441 (D64_D128): Likewise.
9442 (dfp_suffix): Likewise.
9443 (dfp_ddedpd_<mode>): Likewise.
9444 (dfp_denbcd_<mode>): Likewise.
9445 (dfp_dxex_<mode>): Likewise.
9446 (dfp_diex_<mode>): Likewise.
9447 (dfp_dscli_<mode>): Likewise.
9448 (dfp_dscri_<mode>): Likewise.
9450 * config/rs6000/rs6000.md (UNSPEC_ADDG6S): Add support for new BCD
9452 (UNSPEC_CDTBCD): Likewise.
9453 (UNSPEC_CBCDTD): Likewise.
9454 (UNSPEC_DIVE): Add support for new extended divide builtin functions.
9455 (UNSPEC_DIVEO): Likewise.
9456 (UNSPEC_DIVEU): Likewise.
9457 (UNSPEC_DIVEUO): Likewise.
9458 (UNSPEC_UNPACK_128BIT): Add support for new builtin functions to
9459 pack/unpack 128-bit types.
9460 (UNSPEC_PACK_128BIT): Likewise.
9461 (idiv_ldiv): New mode attribute to set the 32/64-bit divide type.
9462 (udiv<mode>3): Use idiv_ldiv mode attribute.
9463 (div<mode>3): Likewise.
9464 (addg6s): Add new BCD builtin functions.
9467 (UNSPEC_DIV_EXTEND): Add support for new extended divide instructions.
9468 (div_extend): Likewise.
9469 (div<div_extend>_<mode>"): Likewise.
9470 (FP128_64): Add support for new builtin functions to pack/unpack
9472 (unpack<mode>): Likewise.
9473 (unpacktf_0): Likewise.
9474 (unpacktf_1): Likewise.
9475 (unpack<mode>_dm): Likewise.
9476 (unpack<mode>_nodm): Likewise.
9477 (pack<mode>): Likewise.
9478 (unpackv1ti): Likewise.
9479 (packv1ti): Likewise.
9481 2014-04-24 Vishnu K S <Vishnu.k_s@atmel.com>
9483 * gcc/config/avr/avr.c: Add comment on why -fdelete-null-pointer-checks
9486 2014-04-24 Jakub Jelinek <jakub@redhat.com>
9488 * tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.
9489 * gimplify.c (omp_is_private): Change last argument's type to int.
9490 Only diagnose lastprivate if the simd argument is 1, only diagnose
9491 linear if the simd argument is 2.
9492 (gimplify_omp_for): Adjust omp_is_private callers. When adding
9493 lastprivate or private, add the clause to OMP_FOR_CLAUSES. Pass
9494 GOVD_EXPLICIT to omp_add_variable. For simd with collapse == 1
9495 create OMP_CLAUSE_LINEAR rather than OMP_CLAUSE_PRIVATE for var.
9496 If var != decl and decl is in OMP_CLAUSE_LINEAR, gimplify decl
9497 increment to OMP_CLAUSE_LINEAR_GIMPLE_SEQ.
9498 * omp-low.c (scan_sharing_clauses, lower_lastprivate_clauses): Handle
9499 OMP_CLAUSE_LINEAR_GIMPLE_SEQ.
9500 * tree-nested.c (convert_nonlocal_omp_clauses,
9501 convert_local_omp_clauses): Handle OMP_CLAUSE_LINEAR.
9503 2014-04-24 Segher Boessenkool <segher@kernel.crashing.org>
9506 * config/m68k/m68k.md (extendplussidi): Don't allow memory for
9509 2014-04-24 Dimitris Papavasiliou <dpapavas@gmail.com>
9511 * flag-types.h (enum ivar_visibility): Add.
9513 2014-04-24 Trevor Saunders <tsaunders@mozilla.com>
9515 * config/sh/sh_treg_combine.c (sh_treg_combine::execute): Take
9516 function * argument.
9518 2014-04-24 Alan Lawrence <alan.lawrence@arm.com>
9520 * config/aarch64/aarch64.c (aarch64_evpc_tbl): Enable for bigendian.
9522 2014-04-24 Radovan Obradovic <robradovic@mips.com>
9523 Tom de Vries <tom@codesourcery.com>
9525 * reg-notes.def (REG_NOTE (CALL_DECL)): New reg-note REG_CALL_DECL.
9526 * calls.c (expand_call, emit_library_call_value_1): Add REG_CALL_DECL
9528 * combine.c (distribute_notes): Handle REG_CALL_DECL reg-note.
9529 * emit-rtl.c (try_split): Same.
9531 2014-04-24 Radovan Obradovic <robradovic@mips.com>
9532 Tom de Vries <tom@codesourcery.com>
9534 * common.opt (fuse-caller-save): New option.
9536 2014-04-24 Tejas Belagod <tejas.belagod@arm.com>
9538 * config/aarch64/aarch64.c (aarch64_evpc_tbl): Reverse order of
9539 elements for big-endian.
9541 2014-04-24 Richard Biener <rguenther@suse.de>
9543 * expr.c (expand_expr_real_1): Avoid gimple_assign_rhs_to_tree
9544 during TER and instead use the sepops interface for expanding
9545 non-GIMPLE_SINGLE_RHS.
9547 2014-04-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9549 * config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Only redefine
9550 if not HAVE_AS_IX86_DIFF_SECT_DELTA.
9552 2014-04-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9554 * configure.ac (gcc_cv_as_cfi_directive): Support Solaris/x86
9555 assembler 64-bit option.
9556 * configure: Regenerate.
9558 2014-04-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9560 * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Check
9561 TARGET_SIMD rather than TARGET_GENERAL_REGS_ONLY.
9562 (TARGET_SIMD): Take AARCH64_ISA_SIMD into account.
9563 (TARGET_FLOAT): Take AARCH64_ISA_FP into account.
9564 (TARGET_CRYPTO): Take TARGET_SIMD into account.
9566 2014-04-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9568 * config/aarch64/aarch64-builtins.c
9569 (aarch64_builtin_vectorized_function): Handle BUILT_IN_BSWAP16,
9570 BUILT_IN_BSWAP32, BUILT_IN_BSWAP64.
9571 * config/aarch64/aarch64-simd.md (bswap<mode>): New pattern.
9572 * config/aarch64/aarch64-simd-builtins.def: Define vector bswap
9574 * config/aarch64/iterator.md (VDQHSD): New mode iterator.
9575 (Vrevsuff): New mode attribute.
9577 2014-04-24 Terry Guo <terry.guo@arm.com>
9579 * config/arm/arm.h (machine_function): Define variable
9580 after_arm_reorg here.
9581 * config/arm/arm.c (after_arm_reorg): Remove the definition.
9582 (arm_split_constant): Update the way to access variable
9585 (arm_output_function_epilogue): Remove the reset of after_arm_reorg.
9587 2014-04-23 Tom de Vries <tom@codesourcery.com>
9589 * target-hooks-macros.h: Fix DEFHOOKPOD argument order in comment.
9591 2014-04-23 David Malcolm <dmalcolm@redhat.com>
9593 * is-a.h: Update comments to reflect the following changes to the
9594 "pointerness" of the API, making the template parameter match the
9595 return type, allowing use of is-a.h with typedefs of pointers.
9596 (is_a_helper::cast): Return a T rather then a pointer to a T, so
9597 that the return type matches the parameter to the is_a_helper.
9599 (dyn_cast): Likewise.
9601 * cgraph.c (cgraph_node_for_asm): Update for removal of implicit
9602 pointer from the is-a.h API.
9604 * cgraph.h (is_a_helper <cgraph_node>::test): Convert to...
9605 (is_a_helper <cgraph_node *>::test): ...this, matching change to
9607 (is_a_helper <varpool_node>::test): Likewise, convert to...
9608 (is_a_helper <varpool_node *>::test): ...this.
9610 (varpool_first_variable): Update for removal of implicit pointer
9611 from the is-a.h API.
9612 (varpool_next_variable): Likewise.
9613 (varpool_first_static_initializer): Likewise.
9614 (varpool_next_static_initializer): Likewise.
9615 (varpool_first_defined_variable): Likewise.
9616 (varpool_next_defined_variable): Likewise.
9617 (cgraph_first_defined_function): Likewise.
9618 (cgraph_next_defined_function): Likewise.
9619 (cgraph_first_function): Likewise.
9620 (cgraph_next_function): Likewise.
9621 (cgraph_first_function_with_gimple_body): Likewise.
9622 (cgraph_next_function_with_gimple_body): Likewise.
9623 (cgraph_alias_target): Likewise.
9624 (varpool_alias_target): Likewise.
9625 (cgraph_function_or_thunk_node): Likewise.
9626 (varpool_variable_node): Likewise.
9627 (symtab_real_symbol_p): Likewise.
9628 * cgraphunit.c (referred_to_p): Likewise.
9629 (analyze_functions): Likewise.
9630 (handle_alias_pairs): Likewise.
9631 * gimple-fold.c (can_refer_decl_in_current_unit_p): Likewise.
9632 * gimple-ssa.h (gimple_vuse_op): Likewise.
9633 (gimple_vdef_op): Likewise.
9634 * gimple-streamer-in.c (input_gimple_stmt): Likewise.
9635 * gimple.c (gimple_build_asm_1): Likewise.
9636 (gimple_build_try): Likewise.
9637 (gimple_build_resx): Likewise.
9638 (gimple_build_eh_dispatch): Likewise.
9639 (gimple_build_omp_for): Likewise.
9640 (gimple_omp_for_set_clauses): Likewise.
9642 * gimple.h (is_a_helper <gimple_statement_asm>::test): Convert to...
9643 (is_a_helper <gimple_statement_asm *>::test): ...this.
9644 (is_a_helper <gimple_statement_bind>::test): Convert to...
9645 (is_a_helper <gimple_statement_bind *>::test): ...this.
9646 (is_a_helper <gimple_statement_call>::test): Convert to...
9647 (is_a_helper <gimple_statement_call *>::test): ...this.
9648 (is_a_helper <gimple_statement_catch>::test): Convert to...
9649 (is_a_helper <gimple_statement_catch *>::test): ...this.
9650 (is_a_helper <gimple_statement_resx>::test): Convert to...
9651 (is_a_helper <gimple_statement_resx *>::test): ...this.
9652 (is_a_helper <gimple_statement_eh_dispatch>::test): Convert to...
9653 (is_a_helper <gimple_statement_eh_dispatch *>::test): ...this.
9654 (is_a_helper <gimple_statement_eh_else>::test): Convert to...
9655 (is_a_helper <gimple_statement_eh_else *>::test): ...this.
9656 (is_a_helper <gimple_statement_eh_filter>::test): Convert to...
9657 (is_a_helper <gimple_statement_eh_filter *>::test): ...this.
9658 (is_a_helper <gimple_statement_eh_mnt>::test): Convert to...
9659 (is_a_helper <gimple_statement_eh_mnt *>::test): ...this.
9660 (is_a_helper <gimple_statement_omp_atomic_load>::test): Convert to...
9661 (is_a_helper <gimple_statement_omp_atomic_load *>::test): ...this.
9662 (is_a_helper <gimple_statement_omp_atomic_store>::test): Convert to...
9663 (is_a_helper <gimple_statement_omp_atomic_store *>::test): ...this.
9664 (is_a_helper <gimple_statement_omp_return>::test): Convert to...
9665 (is_a_helper <gimple_statement_omp_return *>::test): ...this.
9666 (is_a_helper <gimple_statement_omp_continue>::test): Convert to...
9667 (is_a_helper <gimple_statement_omp_continue *>::test): ...this.
9668 (is_a_helper <gimple_statement_omp_critical>::test): Convert to...
9669 (is_a_helper <gimple_statement_omp_critical *>::test): ...this.
9670 (is_a_helper <gimple_statement_omp_for>::test): Convert to...
9671 (is_a_helper <gimple_statement_omp_for *>::test): ...this.
9672 (is_a_helper <gimple_statement_omp_taskreg>::test): Convert to...
9673 (is_a_helper <gimple_statement_omp_taskreg *>::test): ...this.
9674 (is_a_helper <gimple_statement_omp_parallel>::test): Convert to...
9675 (is_a_helper <gimple_statement_omp_parallel *>::test): ...this.
9676 (is_a_helper <gimple_statement_omp_target>::test): Convert to...
9677 (is_a_helper <gimple_statement_omp_target *>::test): ...this.
9678 (is_a_helper <gimple_statement_omp_sections>::test): Convert to...
9679 (is_a_helper <gimple_statement_omp_sections *>::test): ...this.
9680 (is_a_helper <gimple_statement_omp_single>::test): Convert to...
9681 (is_a_helper <gimple_statement_omp_single *>::test): ...this.
9682 (is_a_helper <gimple_statement_omp_teams>::test): Convert to...
9683 (is_a_helper <gimple_statement_omp_teams *>::test): ...this.
9684 (is_a_helper <gimple_statement_omp_task>::test): Convert to...
9685 (is_a_helper <gimple_statement_omp_task *>::test): ...this.
9686 (is_a_helper <gimple_statement_phi>::test): Convert to...
9687 (is_a_helper <gimple_statement_phi *>::test): ...this.
9688 (is_a_helper <gimple_statement_transaction>::test): Convert to...
9689 (is_a_helper <gimple_statement_transaction *>::test): ...this.
9690 (is_a_helper <gimple_statement_try>::test): Convert to...
9691 (is_a_helper <gimple_statement_try *>::test): ...this.
9692 (is_a_helper <gimple_statement_wce>::test): Convert to...
9693 (is_a_helper <gimple_statement_wce *>::test): ...this.
9694 (is_a_helper <const gimple_statement_asm>::test): Convert to...
9695 (is_a_helper <const gimple_statement_asm *>::test): ...this.
9696 (is_a_helper <const gimple_statement_bind>::test): Convert to...
9697 (is_a_helper <const gimple_statement_bind *>::test): ...this.
9698 (is_a_helper <const gimple_statement_call>::test): Convert to...
9699 (is_a_helper <const gimple_statement_call *>::test): ...this.
9700 (is_a_helper <const gimple_statement_catch>::test): Convert to...
9701 (is_a_helper <const gimple_statement_catch *>::test): ...this.
9702 (is_a_helper <const gimple_statement_resx>::test): Convert to...
9703 (is_a_helper <const gimple_statement_resx *>::test): ...this.
9704 (is_a_helper <const gimple_statement_eh_dispatch>::test): Convert to...
9705 (is_a_helper <const gimple_statement_eh_dispatch *>::test): ...this.
9706 (is_a_helper <const gimple_statement_eh_filter>::test): Convert to...
9707 (is_a_helper <const gimple_statement_eh_filter *>::test): ...this.
9708 (is_a_helper <const gimple_statement_omp_atomic_load>::test):
9710 (is_a_helper <const gimple_statement_omp_atomic_load *>::test):
9712 (is_a_helper <const gimple_statement_omp_atomic_store>::test):
9714 (is_a_helper <const gimple_statement_omp_atomic_store *>::test):
9716 (is_a_helper <const gimple_statement_omp_return>::test): Convert to...
9717 (is_a_helper <const gimple_statement_omp_return *>::test): ...this.
9718 (is_a_helper <const gimple_statement_omp_continue>::test): Convert
9720 (is_a_helper <const gimple_statement_omp_continue *>::test): ...this.
9721 (is_a_helper <const gimple_statement_omp_critical>::test): Convert
9723 (is_a_helper <const gimple_statement_omp_critical *>::test): ...this.
9724 (is_a_helper <const gimple_statement_omp_for>::test): Convert to...
9725 (is_a_helper <const gimple_statement_omp_for *>::test): ...this.
9726 (is_a_helper <const gimple_statement_omp_taskreg>::test): Convert to...
9727 (is_a_helper <const gimple_statement_omp_taskreg *>::test): ...this.
9728 (is_a_helper <const gimple_statement_omp_parallel>::test): Convert
9730 (is_a_helper <const gimple_statement_omp_parallel *>::test): ...this.
9731 (is_a_helper <const gimple_statement_omp_target>::test): Convert to...
9732 (is_a_helper <const gimple_statement_omp_target *>::test): ...this.
9733 (is_a_helper <const gimple_statement_omp_sections>::test): Convert
9735 (is_a_helper <const gimple_statement_omp_sections *>::test): ...this.
9736 (is_a_helper <const gimple_statement_omp_single>::test): Convert to...
9737 (is_a_helper <const gimple_statement_omp_single *>::test): ...this.
9738 (is_a_helper <const gimple_statement_omp_teams>::test): Convert to...
9739 (is_a_helper <const gimple_statement_omp_teams *>::test): ...this.
9740 (is_a_helper <const gimple_statement_omp_task>::test): Convert to...
9741 (is_a_helper <const gimple_statement_omp_task *>::test): ...this.
9742 (is_a_helper <const gimple_statement_phi>::test): Convert to...
9743 (is_a_helper <const gimple_statement_phi *>::test): ...this.
9744 (is_a_helper <const gimple_statement_transaction>::test): Convert to...
9745 (is_a_helper <const gimple_statement_transaction *>::test): ...this.
9746 (is_a_helper <const gimple_statement_with_ops>::test): Convert to...
9747 (is_a_helper <const gimple_statement_with_ops *>::test): ...this.
9748 (is_a_helper <gimple_statement_with_ops>::test): Convert to...
9749 (is_a_helper <gimple_statement_with_ops *>::test): ...this.
9750 (is_a_helper <const gimple_statement_with_memory_ops>::test): Convert
9752 (is_a_helper <const gimple_statement_with_memory_ops *>::test):
9754 (is_a_helper <gimple_statement_with_memory_ops>::test): Convert to...
9755 (is_a_helper <gimple_statement_with_memory_ops *>::test): ...this.
9757 (gimple_use_ops): Update for removal of implicit pointer from the
9759 (gimple_set_use_ops): Likewise.
9760 (gimple_vuse): Likewise.
9761 (gimple_vdef): Likewise.
9762 (gimple_vuse_ptr): Likewise.
9763 (gimple_vdef_ptr): Likewise.
9764 (gimple_set_vuse): Likewise.
9765 (gimple_set_vdef): Likewise.
9766 (gimple_omp_return_set_lhs): Likewise.
9767 (gimple_omp_return_lhs): Likewise.
9768 (gimple_omp_return_lhs_ptr): Likewise.
9769 (gimple_call_fntype): Likewise.
9770 (gimple_call_set_fntype): Likewise.
9771 (gimple_call_set_internal_fn): Likewise.
9772 (gimple_call_use_set): Likewise.
9773 (gimple_call_clobber_set): Likewise.
9774 (gimple_bind_vars): Likewise.
9775 (gimple_bind_set_vars): Likewise.
9776 (gimple_bind_body_ptr): Likewise.
9777 (gimple_bind_set_body): Likewise.
9778 (gimple_bind_add_stmt): Likewise.
9779 (gimple_bind_block): Likewise.
9780 (gimple_bind_set_block): Likewise.
9781 (gimple_asm_ninputs): Likewise.
9782 (gimple_asm_noutputs): Likewise.
9783 (gimple_asm_nclobbers): Likewise.
9784 (gimple_asm_nlabels): Likewise.
9785 (gimple_asm_input_op): Likewise.
9786 (gimple_asm_input_op_ptr): Likewise.
9787 (gimple_asm_output_op): Likewise.
9788 (gimple_asm_output_op_ptr): Likewise.
9789 (gimple_asm_set_output_op): Likewise.
9790 (gimple_asm_clobber_op): Likewise.
9791 (gimple_asm_set_clobber_op): Likewise.
9792 (gimple_asm_label_op): Likewise.
9793 (gimple_asm_set_label_op): Likewise.
9794 (gimple_asm_string): Likewise.
9795 (gimple_catch_types): Likewise.
9796 (gimple_catch_types_ptr): Likewise.
9797 (gimple_catch_handler_ptr): Likewise.
9798 (gimple_catch_set_types): Likewise.
9799 (gimple_catch_set_handler): Likewise.
9800 (gimple_eh_filter_types): Likewise.
9801 (gimple_eh_filter_types_ptr): Likewise.
9802 (gimple_eh_filter_failure_ptr): Likewise.
9803 (gimple_eh_filter_set_types): Likewise.
9804 (gimple_eh_filter_set_failure): Likewise.
9805 (gimple_eh_must_not_throw_fndecl): Likewise.
9806 (gimple_eh_must_not_throw_set_fndecl): Likewise.
9807 (gimple_eh_else_n_body_ptr): Likewise.
9808 (gimple_eh_else_e_body_ptr): Likewise.
9809 (gimple_eh_else_set_n_body): Likewise.
9810 (gimple_eh_else_set_e_body): Likewise.
9811 (gimple_try_eval_ptr): Likewise.
9812 (gimple_try_cleanup_ptr): Likewise.
9813 (gimple_try_set_eval): Likewise.
9814 (gimple_try_set_cleanup): Likewise.
9815 (gimple_wce_cleanup_ptr): Likewise.
9816 (gimple_wce_set_cleanup): Likewise.
9817 (gimple_phi_capacity): Likewise.
9818 (gimple_phi_num_args): Likewise.
9819 (gimple_phi_result): Likewise.
9820 (gimple_phi_result_ptr): Likewise.
9821 (gimple_phi_set_result): Likewise.
9822 (gimple_phi_arg): Likewise.
9823 (gimple_phi_set_arg): Likewise.
9824 (gimple_resx_region): Likewise.
9825 (gimple_resx_set_region): Likewise.
9826 (gimple_eh_dispatch_region): Likewise.
9827 (gimple_eh_dispatch_set_region): Likewise.
9828 (gimple_omp_critical_name): Likewise.
9829 (gimple_omp_critical_name_ptr): Likewise.
9830 (gimple_omp_critical_set_name): Likewise.
9831 (gimple_omp_for_clauses): Likewise.
9832 (gimple_omp_for_clauses_ptr): Likewise.
9833 (gimple_omp_for_set_clauses): Likewise.
9834 (gimple_omp_for_collapse): Likewise.
9835 (gimple_omp_for_index): Likewise.
9836 (gimple_omp_for_index_ptr): Likewise.
9837 (gimple_omp_for_set_index): Likewise.
9838 (gimple_omp_for_initial): Likewise.
9839 (gimple_omp_for_initial_ptr): Likewise.
9840 (gimple_omp_for_set_initial): Likewise.
9841 (gimple_omp_for_final): Likewise.
9842 (gimple_omp_for_final_ptr): Likewise.
9843 (gimple_omp_for_set_final): Likewise.
9844 (gimple_omp_for_incr): Likewise.
9845 (gimple_omp_for_incr_ptr): Likewise.
9846 (gimple_omp_for_set_incr): Likewise.
9847 (gimple_omp_for_pre_body_ptr): Likewise.
9848 (gimple_omp_for_set_pre_body): Likewise.
9849 (gimple_omp_parallel_clauses): Likewise.
9850 (gimple_omp_parallel_clauses_ptr): Likewise.
9851 (gimple_omp_parallel_set_clauses): Likewise.
9852 (gimple_omp_parallel_child_fn): Likewise.
9853 (gimple_omp_parallel_child_fn_ptr): Likewise.
9854 (gimple_omp_parallel_set_child_fn): Likewise.
9855 (gimple_omp_parallel_data_arg): Likewise.
9856 (gimple_omp_parallel_data_arg_ptr): Likewise.
9857 (gimple_omp_parallel_set_data_arg): Likewise.
9858 (gimple_omp_task_clauses): Likewise.
9859 (gimple_omp_task_clauses_ptr): Likewise.
9860 (gimple_omp_task_set_clauses): Likewise.
9861 (gimple_omp_task_child_fn): Likewise.
9862 (gimple_omp_task_child_fn_ptr): Likewise.
9863 (gimple_omp_task_set_child_fn): Likewise.
9864 (gimple_omp_task_data_arg): Likewise.
9865 (gimple_omp_task_data_arg_ptr): Likewise.
9866 (gimple_omp_task_set_data_arg): Likewise.
9867 (gimple_omp_taskreg_clauses): Likewise.
9868 (gimple_omp_taskreg_clauses_ptr): Likewise.
9869 (gimple_omp_taskreg_set_clauses): Likewise.
9870 (gimple_omp_taskreg_child_fn): Likewise.
9871 (gimple_omp_taskreg_child_fn_ptr): Likewise.
9872 (gimple_omp_taskreg_set_child_fn): Likewise.
9873 (gimple_omp_taskreg_data_arg): Likewise.
9874 (gimple_omp_taskreg_data_arg_ptr): Likewise.
9875 (gimple_omp_taskreg_set_data_arg): Likewise.
9876 (gimple_omp_task_copy_fn): Likewise.
9877 (gimple_omp_task_copy_fn_ptr): Likewise.
9878 (gimple_omp_task_set_copy_fn): Likewise.
9879 (gimple_omp_task_arg_size): Likewise.
9880 (gimple_omp_task_arg_size_ptr): Likewise.
9881 (gimple_omp_task_set_arg_size): Likewise.
9882 (gimple_omp_task_arg_align): Likewise.
9883 (gimple_omp_task_arg_align_ptr): Likewise.
9884 (gimple_omp_task_set_arg_align): Likewise.
9885 (gimple_omp_single_clauses): Likewise.
9886 (gimple_omp_single_clauses_ptr): Likewise.
9887 (gimple_omp_single_set_clauses): Likewise.
9888 (gimple_omp_target_clauses): Likewise.
9889 (gimple_omp_target_clauses_ptr): Likewise.
9890 (gimple_omp_target_set_clauses): Likewise.
9891 (gimple_omp_target_child_fn): Likewise.
9892 (gimple_omp_target_child_fn_ptr): Likewise.
9893 (gimple_omp_target_set_child_fn): Likewise.
9894 (gimple_omp_target_data_arg): Likewise.
9895 (gimple_omp_target_data_arg_ptr): Likewise.
9896 (gimple_omp_target_set_data_arg): Likewise.
9897 (gimple_omp_teams_clauses): Likewise.
9898 (gimple_omp_teams_clauses_ptr): Likewise.
9899 (gimple_omp_teams_set_clauses): Likewise.
9900 (gimple_omp_sections_clauses): Likewise.
9901 (gimple_omp_sections_clauses_ptr): Likewise.
9902 (gimple_omp_sections_set_clauses): Likewise.
9903 (gimple_omp_sections_control): Likewise.
9904 (gimple_omp_sections_control_ptr): Likewise.
9905 (gimple_omp_sections_set_control): Likewise.
9906 (gimple_omp_for_set_cond): Likewise.
9907 (gimple_omp_for_cond): Likewise.
9908 (gimple_omp_atomic_store_set_val): Likewise.
9909 (gimple_omp_atomic_store_val): Likewise.
9910 (gimple_omp_atomic_store_val_ptr): Likewise.
9911 (gimple_omp_atomic_load_set_lhs): Likewise.
9912 (gimple_omp_atomic_load_lhs): Likewise.
9913 (gimple_omp_atomic_load_lhs_ptr): Likewise.
9914 (gimple_omp_atomic_load_set_rhs): Likewise.
9915 (gimple_omp_atomic_load_rhs): Likewise.
9916 (gimple_omp_atomic_load_rhs_ptr): Likewise.
9917 (gimple_omp_continue_control_def): Likewise.
9918 (gimple_omp_continue_control_def_ptr): Likewise.
9919 (gimple_omp_continue_set_control_def): Likewise.
9920 (gimple_omp_continue_control_use): Likewise.
9921 (gimple_omp_continue_control_use_ptr): Likewise.
9922 (gimple_omp_continue_set_control_use): Likewise.
9923 (gimple_transaction_body_ptr): Likewise.
9924 (gimple_transaction_label): Likewise.
9925 (gimple_transaction_label_ptr): Likewise.
9926 (gimple_transaction_set_body): Likewise.
9927 (gimple_transaction_set_label): Likewise.
9929 * ipa-devirt.c (build_type_inheritance_graph): Likewise.
9930 * ipa-inline-analysis.c (inline_write_summary): Likewise.
9931 * ipa-ref.c (ipa_record_reference): Likewise.
9932 * ipa-reference.c (analyze_function): Likewise.
9933 (ipa_reference_write_optimization_summary): Likewise.
9934 * ipa.c (symtab_remove_unreachable_nodes): Likewise.
9935 (address_taken_from_non_vtable_p): Likewise.
9936 (comdat_can_be_unshared_p_1): Likewise.
9937 * lto-cgraph.c (lto_output_ref): Likewise.
9938 (add_references): Likewise.
9939 (compute_ltrans_boundary): Likewise.
9940 (output_symtab): Likewise.
9941 (input_ref): Likewise.
9942 (input_cgraph_1): Likewise.
9943 (output_cgraph_opt_summary): Likewise.
9944 * lto-streamer-out.c (lto_output): Likewise.
9945 (output_symbol_p): Likewise.
9946 * lto-streamer.h (lsei_next_function_in_partition): Likewise.
9947 (lsei_start_function_in_partition): Likewise.
9948 (lsei_next_variable_in_partition): Likewise.
9949 (lsei_start_variable_in_partition): Likewise.
9950 * symtab.c (insert_to_assembler_name_hash): Likewise.
9951 (unlink_from_assembler_name_hash): Likewise.
9952 (symtab_unregister_node): Likewise.
9953 (symtab_remove_node): Likewise.
9954 (dump_symtab_node): Likewise.
9955 (verify_symtab_base): Likewise.
9956 (verify_symtab_node): Likewise.
9957 (symtab_make_decl_local): Likewise.
9958 (symtab_alias_ultimate_target): Likewise.
9959 (symtab_resolve_alias): Likewise.
9960 (symtab_get_symbol_partitioning_class): Likewise.
9961 * tree-phinodes.c (allocate_phi_node): Likewise.
9962 (reserve_phi_args_for_new_edge): Likewise.
9963 (remove_phi_args): Likewise.
9964 * varpool.c (varpool_node_for_asm): Likewise.
9965 (varpool_remove_unreferenced_decls): Likewise.
9967 2014-04-23 Jeff Law <law@redhat.com>
9969 PR tree-optimization/60902
9970 * tree-ssa-threadedge.c
9971 (record_temporary_equivalences_from_stmts_at_dest): Make sure to
9972 invalidate outputs from statements that do not produce useful
9973 outputs for threading.
9975 2014-04-23 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
9977 * config/aarch64/aarch64.md (stack_protect_set, stack_protect_test)
9978 (stack_protect_set_<mode>, stack_protect_test_<mode>): Add
9979 machine descriptions for Stack Smashing Protector.
9981 2014-04-23 Richard Earnshaw <rearnsha@arm.com>
9983 * aarch64.md (<optab>_rol<mode>3): New pattern.
9984 (<optab>_rolsi3_uxtw): Likewise.
9985 * aarch64.c (aarch64_strip_shift): Handle ROTATE and ROTATERT.
9987 2014-04-23 James Greenhalgh <james.greenhalgh@arm.com>
9989 * config/arm/arm.c (arm_cortex_a57_tune): Initialize all fields.
9990 (arm_cortex_a12_tune): Likewise.
9992 2014-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9994 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle BSWAP.
9996 2014-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9998 * config/arm/arm.md (arm_rev16si2): New pattern.
9999 (arm_rev16si2_alt): Likewise.
10000 * config/arm/arm.c (arm_new_rtx_costs): Handle rev16 case.
10002 2014-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10004 * config/aarch64/aarch64.md (rev16<mode>2): New pattern.
10005 (rev16<mode>2_alt): Likewise.
10006 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle rev16 case.
10007 * config/arm/aarch-common.c (aarch_rev16_shright_mask_imm_p): New.
10008 (aarch_rev16_shleft_mask_imm_p): Likewise.
10009 (aarch_rev16_p_1): Likewise.
10010 (aarch_rev16_p): Likewise.
10011 * config/arm/aarch-common-protos.h (aarch_rev16_p): Declare extern.
10012 (aarch_rev16_shright_mask_imm_p): Likewise.
10013 (aarch_rev16_shleft_mask_imm_p): Likewise.
10015 2014-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10017 * config/arm/aarch-common-protos.h (alu_cost_table): Add rev field.
10018 * config/arm/aarch-cost-tables.h (generic_extra_costs): Specify
10020 (cortex_a53_extra_costs): Likewise.
10021 (cortex_a57_extra_costs): Likewise.
10022 * config/arm/arm.c (cortexa9_extra_costs): Likewise.
10023 (cortexa7_extra_costs): Likewise.
10024 (cortexa8_extra_costs): Likewise.
10025 (cortexa12_extra_costs): Likewise.
10026 (cortexa15_extra_costs): Likewise.
10027 (v7m_extra_costs): Likewise.
10028 (arm_new_rtx_costs): Handle BSWAP.
10030 2013-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10032 * config/arm/arm.c (cortexa8_extra_costs): New table.
10033 (arm_cortex_a8_tune): New tuning struct.
10034 * config/arm/arm-cores.def (cortex-a8): Use cortex_a8 tuning struct.
10036 2014-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10038 * config/arm/arm.c (arm_new_rtx_costs): Handle FMA.
10040 2014-04-23 Richard Biener <rguenther@suse.de>
10042 * Makefile.in (OBJS): Remove loop-unswitch.o.
10043 * tree-pass.h (make_pass_rtl_unswitch): Remove.
10044 * passes.def (pass_rtl_unswitch): Likewise.
10045 * loop-init.c (gate_rtl_unswitch): Likewise.
10046 (rtl_unswitch): Likewise.
10047 (pass_data_rtl_unswitch): Likewise.
10048 (pass_rtl_unswitch): Likewise.
10049 (make_pass_rtl_unswitch): Likewise.
10050 * rtl.h (reversed_condition): Likewise.
10051 (compare_and_jump_seq): Likewise.
10052 * loop-iv.c (reversed_condition): Move here from loop-unswitch.c
10054 * loop-unroll.c (compare_and_jump_seq): Likewise.
10056 2014-04-23 Richard Biener <rguenther@suse.de>
10058 PR tree-optimization/60903
10059 * tree-ssa-loop-im.c (analyze_memory_references): Remove
10060 commented code block.
10061 (execute_sm_if_changed): Properly apply IRREDUCIBLE_LOOP
10062 loop flags to newly created BBs and edges.
10064 2014-04-23 Nick Clifton <nickc@redhat.com>
10066 * config/msp430/msp430.c (msp430_handle_option): Move function
10068 (msp430_option_override): Simplify mcu and mcpu option handling.
10069 (msp430_is_f5_mcu): Rename to msp430_use_f5_series_hwmult. Add
10070 support for -mhwmult command line option.
10071 (has_32bit_hwmult): Rename to use_32bit_hwmult. Add support for
10072 -mhwmult command line option.
10073 (msp430_hwmult_enabled): Delete.
10074 (msp43o_output_labelref): Add support for -mhwmult command line option.
10075 * config/msp430/msp430.md (mulhisi3, umulhisi3, mulsidi3)
10076 (umulsidi3): Likewise.
10077 * config/msp430/msp430.opt (mmcu): Add Report attribute.
10078 (mcpu, mlarge, msmall): Likewise.
10079 (mhwmult): New option.
10080 * config/msp430/msp430-protos.h (msp430_hwmult_enabled): Remove
10082 (msp430_is_f5_mcu): Remove prototype.
10083 (msp430_use_f5_series_hwmult): Add prototype.
10084 * config/msp430/msp430-opts.h: New file.
10085 * common/config/msp430: New directory.
10086 * common/config/msp430/msp430-common.c: New file.
10087 * config.gcc (msp430): Remove target_has_targetm_common.
10088 * doc/invoke.texi: Document -mhwmult command line option.
10090 2014-04-23 Nick Clifton <nickc@redhat.com>
10092 * config/i386/cygwin.h (ENDFILE_SPEC): Include
10093 default-manifest.o if it can be found in the search path.
10094 * config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
10096 2014-04-23 Terry Guo <terry.guo@arm.com>
10098 * config/arm/arm.h (ASM_APP_OFF): Re-define it in a cleaner way.
10100 2014-04-23 Richard Biener <rguenther@suse.de>
10102 PR middle-end/60895
10103 * tree-inline.c (declare_return_variable): Use mark_addressable.
10105 2014-04-23 Richard Biener <rguenther@suse.de>
10107 PR middle-end/60891
10108 * loop-init.c (loop_optimizer_init): Make sure to apply
10109 LOOPS_MAY_HAVE_MULTIPLE_LATCHES before fixing up loops.
10111 2014-04-22 Jakub Jelinek <jakub@redhat.com>
10114 * common.opt (fsanitize-recover, fsanitize-undefined-trap-on-error):
10116 * gcc.c (sanitize_spec_function): Don't return "" for "undefined"
10117 if flag_sanitize_undefined_trap_on_error.
10118 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_DIVREM_OVERFLOW_ABORT,
10119 BUILT_IN_UBSAN_HANDLE_SHIFT_OUT_OF_BOUNDS_ABORT,
10120 BUILT_IN_UBSAN_HANDLE_VLA_BOUND_NOT_POSITIVE_ABORT,
10121 BUILT_IN_UBSAN_HANDLE_TYPE_MISMATCH_ABORT,
10122 BUILT_IN_UBSAN_HANDLE_ADD_OVERFLOW_ABORT,
10123 BUILT_IN_UBSAN_HANDLE_SUB_OVERFLOW_ABORT,
10124 BUILT_IN_UBSAN_HANDLE_MUL_OVERFLOW_ABORT,
10125 BUILT_IN_UBSAN_HANDLE_NEGATE_OVERFLOW_ABORT,
10126 BUILT_IN_UBSAN_HANDLE_LOAD_INVALID_VALUE_ABORT): New builtins.
10127 * ubsan.c (ubsan_instrument_unreachable): Return
10128 __builtin_trap () if flag_sanitize_undefined_trap_on_error.
10129 (ubsan_expand_null_ifn): Emit __builtin_trap ()
10130 if flag_sanitize_undefined_trap_on_error and
10131 __ubsan_handle_type_mismatch_abort if !flag_sanitize_recover.
10132 (ubsan_expand_null_ifn, ubsan_build_overflow_builtin,
10133 instrument_bool_enum_load): Emit __builtin_trap () if
10134 flag_sanitize_undefined_trap_on_error and
10135 __builtin_handle_*_abort () if !flag_sanitize_recover.
10136 * doc/invoke.texi (-fsanitize-recover,
10137 -fsanitize-undefined-trap-on-error): Document.
10139 2014-04-22 Christian Bruel <christian.bruel@st.com>
10141 * config/sh/sh.md (mov<mode>): Replace movQIHI.
10142 Force immediates to SImode.
10144 2014-04-22 Sandra Loosemore <sandra@codesourcery.com>
10146 * config/nios2/nios2.md (UNSPEC_ROUND): New.
10147 (lroundsfsi2): New.
10148 * config/nios2/nios2.opt (mno-custom-round, mcustom-round=): New.
10149 * config/nios2/nios2-opts.h (N2FPU_ALL_CODES): Add round.
10150 * config/nios2/nios2.c (N2F_NO_ERRNO): Define.
10151 (nios2_fpu_insn): Add entry for round.
10152 (N2FPU_NO_ERRNO_P): Define.
10153 (nios2_custom_check_insns): Add check for N2F_NO_ERRNO and
10155 * doc/invoke.texi (Nios II Options): Document -mcustom-round.
10157 2014-04-22 Richard Henderson <rth@redhat.com>
10159 * config/aarch64/aarch64 (addti3, subti3): New expanders.
10160 (add<GPI>3_compare0): Remove leading * from name.
10161 (add<GPI>3_carryin): Likewise.
10162 (sub<GPI>3_compare0): Likewise.
10163 (sub<GPI>3_carryin): Likewise.
10164 (<su_optab>mulditi3): New expander.
10165 (multi3): New expander.
10166 (madd<GPI>): Remove leading * from name.
10168 2014-04-22 Martin Jambor <mjambor@suse.cz>
10170 * cgraphclones.c (cgraph_function_versioning): Copy
10171 ipa_transforms_to_apply instead of asserting it is empty.
10173 2014-04-22 H.J. Lu <hongjiu.lu@intel.com>
10176 * config/i386/i386.c (ix86_expand_set_or_movmem): Call counter_mode
10177 on count_exp to get mode.
10179 2014-04-22 Andrew Pinski <apinski@cavium.com>
10181 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
10182 Handle TLS for ILP32.
10183 * config/aarch64/aarch64.md (tlsie_small): Rename to ...
10184 (tlsie_small_<mode>): this and handle PTR.
10185 (tlsie_small_sidi): New pattern.
10186 (tlsle_small): Change to an expand to handle ILP32.
10187 (tlsle_small_<mode>): New pattern.
10188 (tlsdesc_small): Rename to ...
10189 (tlsdesc_small_<mode>): this and handle PTR.
10191 2014-04-22 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
10193 * config/aarch64/aarch64.c (TARGET_FLAGS_REGNUM): Define.
10195 2014-04-22 Alex Velenko <Alex.Velenko@arm.com>
10197 * config/aarch64/aarch64-builtins.c (TYPES_REINTERP): Removed.
10198 (aarch64_types_signed_unsigned_qualifiers): Qualifier added.
10199 (aarch64_types_signed_poly_qualifiers): Likewise.
10200 (aarch64_types_unsigned_signed_qualifiers): Likewise.
10201 (aarch64_types_poly_signed_qualifiers): Likewise.
10202 (TYPES_REINTERP_SS): Type macro added.
10203 (TYPES_REINTERP_SU): Likewise.
10204 (TYPES_REINTERP_SP): Likewise.
10205 (TYPES_REINTERP_US): Likewise.
10206 (TYPES_REINTERP_PS): Likewise.
10207 (aarch64_fold_builtin): New expression folding added.
10208 * config/aarch64/aarch64-simd-builtins.def (REINTERP):
10209 Declarations removed.
10210 (REINTERP_SS): Declarations added.
10211 (REINTERP_US): Likewise.
10212 (REINTERP_PS): Likewise.
10213 (REINTERP_SU): Likewise.
10214 (REINTERP_SP): Likewise.
10215 * config/aarch64/arm_neon.h (vreinterpret_p8_f64): Implemented.
10216 (vreinterpretq_p8_f64): Likewise.
10217 (vreinterpret_p16_f64): Likewise.
10218 (vreinterpretq_p16_f64): Likewise.
10219 (vreinterpret_f32_f64): Likewise.
10220 (vreinterpretq_f32_f64): Likewise.
10221 (vreinterpret_f64_f32): Likewise.
10222 (vreinterpret_f64_p8): Likewise.
10223 (vreinterpret_f64_p16): Likewise.
10224 (vreinterpret_f64_s8): Likewise.
10225 (vreinterpret_f64_s16): Likewise.
10226 (vreinterpret_f64_s32): Likewise.
10227 (vreinterpret_f64_s64): Likewise.
10228 (vreinterpret_f64_u8): Likewise.
10229 (vreinterpret_f64_u16): Likewise.
10230 (vreinterpret_f64_u32): Likewise.
10231 (vreinterpret_f64_u64): Likewise.
10232 (vreinterpretq_f64_f32): Likewise.
10233 (vreinterpretq_f64_p8): Likewise.
10234 (vreinterpretq_f64_p16): Likewise.
10235 (vreinterpretq_f64_s8): Likewise.
10236 (vreinterpretq_f64_s16): Likewise.
10237 (vreinterpretq_f64_s32): Likewise.
10238 (vreinterpretq_f64_s64): Likewise.
10239 (vreinterpretq_f64_u8): Likewise.
10240 (vreinterpretq_f64_u16): Likewise.
10241 (vreinterpretq_f64_u32): Likewise.
10242 (vreinterpretq_f64_u64): Likewise.
10243 (vreinterpret_s64_f64): Likewise.
10244 (vreinterpretq_s64_f64): Likewise.
10245 (vreinterpret_u64_f64): Likewise.
10246 (vreinterpretq_u64_f64): Likewise.
10247 (vreinterpret_s8_f64): Likewise.
10248 (vreinterpretq_s8_f64): Likewise.
10249 (vreinterpret_s16_f64): Likewise.
10250 (vreinterpretq_s16_f64): Likewise.
10251 (vreinterpret_s32_f64): Likewise.
10252 (vreinterpretq_s32_f64): Likewise.
10253 (vreinterpret_u8_f64): Likewise.
10254 (vreinterpretq_u8_f64): Likewise.
10255 (vreinterpret_u16_f64): Likewise.
10256 (vreinterpretq_u16_f64): Likewise.
10257 (vreinterpret_u32_f64): Likewise.
10258 (vreinterpretq_u32_f64): Likewise.
10260 2014-04-22 Alex Velenko <Alex.Velenko@arm.com>
10262 * config/aarch64/aarch64/aarch64-builtins.c (TYPES_REINTERP): Removed.
10263 * config/aarch64/aarch64/aarch64-simd-builtins.def (REINTERP): Removed.
10264 (vreinterpret_p8_s8): Likewise.
10265 * config/aarch64/aarch64/arm_neon.h (vreinterpret_p8_s8): Uses cast.
10266 (vreinterpret_p8_s16): Likewise.
10267 (vreinterpret_p8_s32): Likewise.
10268 (vreinterpret_p8_s64): Likewise.
10269 (vreinterpret_p8_f32): Likewise.
10270 (vreinterpret_p8_u8): Likewise.
10271 (vreinterpret_p8_u16): Likewise.
10272 (vreinterpret_p8_u32): Likewise.
10273 (vreinterpret_p8_u64): Likewise.
10274 (vreinterpret_p8_p16): Likewise.
10275 (vreinterpretq_p8_s8): Likewise.
10276 (vreinterpretq_p8_s16): Likewise.
10277 (vreinterpretq_p8_s32): Likewise.
10278 (vreinterpretq_p8_s64): Likewise.
10279 (vreinterpretq_p8_f32): Likewise.
10280 (vreinterpretq_p8_u8): Likewise.
10281 (vreinterpretq_p8_u16): Likewise.
10282 (vreinterpretq_p8_u32): Likewise.
10283 (vreinterpretq_p8_u64): Likewise.
10284 (vreinterpretq_p8_p16): Likewise.
10285 (vreinterpret_p16_s8): Likewise.
10286 (vreinterpret_p16_s16): Likewise.
10287 (vreinterpret_p16_s32): Likewise.
10288 (vreinterpret_p16_s64): Likewise.
10289 (vreinterpret_p16_f32): Likewise.
10290 (vreinterpret_p16_u8): Likewise.
10291 (vreinterpret_p16_u16): Likewise.
10292 (vreinterpret_p16_u32): Likewise.
10293 (vreinterpret_p16_u64): Likewise.
10294 (vreinterpret_p16_p8): Likewise.
10295 (vreinterpretq_p16_s8): Likewise.
10296 (vreinterpretq_p16_s16): Likewise.
10297 (vreinterpretq_p16_s32): Likewise.
10298 (vreinterpretq_p16_s64): Likewise.
10299 (vreinterpretq_p16_f32): Likewise.
10300 (vreinterpretq_p16_u8): Likewise.
10301 (vreinterpretq_p16_u16): Likewise.
10302 (vreinterpretq_p16_u32): Likewise.
10303 (vreinterpretq_p16_u64): Likewise.
10304 (vreinterpretq_p16_p8): Likewise.
10305 (vreinterpret_f32_s8): Likewise.
10306 (vreinterpret_f32_s16): Likewise.
10307 (vreinterpret_f32_s32): Likewise.
10308 (vreinterpret_f32_s64): Likewise.
10309 (vreinterpret_f32_u8): Likewise.
10310 (vreinterpret_f32_u16): Likewise.
10311 (vreinterpret_f32_u32): Likewise.
10312 (vreinterpret_f32_u64): Likewise.
10313 (vreinterpret_f32_p8): Likewise.
10314 (vreinterpret_f32_p16): Likewise.
10315 (vreinterpretq_f32_s8): Likewise.
10316 (vreinterpretq_f32_s16): Likewise.
10317 (vreinterpretq_f32_s32): Likewise.
10318 (vreinterpretq_f32_s64): Likewise.
10319 (vreinterpretq_f32_u8): Likewise.
10320 (vreinterpretq_f32_u16): Likewise.
10321 (vreinterpretq_f32_u32): Likewise.
10322 (vreinterpretq_f32_u64): Likewise.
10323 (vreinterpretq_f32_p8): Likewise.
10324 (vreinterpretq_f32_p16): Likewise.
10325 (vreinterpret_s64_s8): Likewise.
10326 (vreinterpret_s64_s16): Likewise.
10327 (vreinterpret_s64_s32): Likewise.
10328 (vreinterpret_s64_f32): Likewise.
10329 (vreinterpret_s64_u8): Likewise.
10330 (vreinterpret_s64_u16): Likewise.
10331 (vreinterpret_s64_u32): Likewise.
10332 (vreinterpret_s64_u64): Likewise.
10333 (vreinterpret_s64_p8): Likewise.
10334 (vreinterpret_s64_p16): Likewise.
10335 (vreinterpretq_s64_s8): Likewise.
10336 (vreinterpretq_s64_s16): Likewise.
10337 (vreinterpretq_s64_s32): Likewise.
10338 (vreinterpretq_s64_f32): Likewise.
10339 (vreinterpretq_s64_u8): Likewise.
10340 (vreinterpretq_s64_u16): Likewise.
10341 (vreinterpretq_s64_u32): Likewise.
10342 (vreinterpretq_s64_u64): Likewise.
10343 (vreinterpretq_s64_p8): Likewise.
10344 (vreinterpretq_s64_p16): Likewise.
10345 (vreinterpret_u64_s8): Likewise.
10346 (vreinterpret_u64_s16): Likewise.
10347 (vreinterpret_u64_s32): Likewise.
10348 (vreinterpret_u64_s64): Likewise.
10349 (vreinterpret_u64_f32): Likewise.
10350 (vreinterpret_u64_u8): Likewise.
10351 (vreinterpret_u64_u16): Likewise.
10352 (vreinterpret_u64_u32): Likewise.
10353 (vreinterpret_u64_p8): Likewise.
10354 (vreinterpret_u64_p16): Likewise.
10355 (vreinterpretq_u64_s8): Likewise.
10356 (vreinterpretq_u64_s16): Likewise.
10357 (vreinterpretq_u64_s32): Likewise.
10358 (vreinterpretq_u64_s64): Likewise.
10359 (vreinterpretq_u64_f32): Likewise.
10360 (vreinterpretq_u64_u8): Likewise.
10361 (vreinterpretq_u64_u16): Likewise.
10362 (vreinterpretq_u64_u32): Likewise.
10363 (vreinterpretq_u64_p8): Likewise.
10364 (vreinterpretq_u64_p16): Likewise.
10365 (vreinterpret_s8_s16): Likewise.
10366 (vreinterpret_s8_s32): Likewise.
10367 (vreinterpret_s8_s64): Likewise.
10368 (vreinterpret_s8_f32): Likewise.
10369 (vreinterpret_s8_u8): Likewise.
10370 (vreinterpret_s8_u16): Likewise.
10371 (vreinterpret_s8_u32): Likewise.
10372 (vreinterpret_s8_u64): Likewise.
10373 (vreinterpret_s8_p8): Likewise.
10374 (vreinterpret_s8_p16): Likewise.
10375 (vreinterpretq_s8_s16): Likewise.
10376 (vreinterpretq_s8_s32): Likewise.
10377 (vreinterpretq_s8_s64): Likewise.
10378 (vreinterpretq_s8_f32): Likewise.
10379 (vreinterpretq_s8_u8): Likewise.
10380 (vreinterpretq_s8_u16): Likewise.
10381 (vreinterpretq_s8_u32): Likewise.
10382 (vreinterpretq_s8_u64): Likewise.
10383 (vreinterpretq_s8_p8): Likewise.
10384 (vreinterpretq_s8_p16): Likewise.
10385 (vreinterpret_s16_s8): Likewise.
10386 (vreinterpret_s16_s32): Likewise.
10387 (vreinterpret_s16_s64): Likewise.
10388 (vreinterpret_s16_f32): Likewise.
10389 (vreinterpret_s16_u8): Likewise.
10390 (vreinterpret_s16_u16): Likewise.
10391 (vreinterpret_s16_u32): Likewise.
10392 (vreinterpret_s16_u64): Likewise.
10393 (vreinterpret_s16_p8): Likewise.
10394 (vreinterpret_s16_p16): Likewise.
10395 (vreinterpretq_s16_s8): Likewise.
10396 (vreinterpretq_s16_s32): Likewise.
10397 (vreinterpretq_s16_s64): Likewise.
10398 (vreinterpretq_s16_f32): Likewise.
10399 (vreinterpretq_s16_u8): Likewise.
10400 (vreinterpretq_s16_u16): Likewise.
10401 (vreinterpretq_s16_u32): Likewise.
10402 (vreinterpretq_s16_u64): Likewise.
10403 (vreinterpretq_s16_p8): Likewise.
10404 (vreinterpretq_s16_p16): Likewise.
10405 (vreinterpret_s32_s8): Likewise.
10406 (vreinterpret_s32_s16): Likewise.
10407 (vreinterpret_s32_s64): Likewise.
10408 (vreinterpret_s32_f32): Likewise.
10409 (vreinterpret_s32_u8): Likewise.
10410 (vreinterpret_s32_u16): Likewise.
10411 (vreinterpret_s32_u32): Likewise.
10412 (vreinterpret_s32_u64): Likewise.
10413 (vreinterpret_s32_p8): Likewise.
10414 (vreinterpret_s32_p16): Likewise.
10415 (vreinterpretq_s32_s8): Likewise.
10416 (vreinterpretq_s32_s16): Likewise.
10417 (vreinterpretq_s32_s64): Likewise.
10418 (vreinterpretq_s32_f32): Likewise.
10419 (vreinterpretq_s32_u8): Likewise.
10420 (vreinterpretq_s32_u16): Likewise.
10421 (vreinterpretq_s32_u32): Likewise.
10422 (vreinterpretq_s32_u64): Likewise.
10423 (vreinterpretq_s32_p8): Likewise.
10424 (vreinterpretq_s32_p16): Likewise.
10425 (vreinterpret_u8_s8): Likewise.
10426 (vreinterpret_u8_s16): Likewise.
10427 (vreinterpret_u8_s32): Likewise.
10428 (vreinterpret_u8_s64): Likewise.
10429 (vreinterpret_u8_f32): Likewise.
10430 (vreinterpret_u8_u16): Likewise.
10431 (vreinterpret_u8_u32): Likewise.
10432 (vreinterpret_u8_u64): Likewise.
10433 (vreinterpret_u8_p8): Likewise.
10434 (vreinterpret_u8_p16): Likewise.
10435 (vreinterpretq_u8_s8): Likewise.
10436 (vreinterpretq_u8_s16): Likewise.
10437 (vreinterpretq_u8_s32): Likewise.
10438 (vreinterpretq_u8_s64): Likewise.
10439 (vreinterpretq_u8_f32): Likewise.
10440 (vreinterpretq_u8_u16): Likewise.
10441 (vreinterpretq_u8_u32): Likewise.
10442 (vreinterpretq_u8_u64): Likewise.
10443 (vreinterpretq_u8_p8): Likewise.
10444 (vreinterpretq_u8_p16): Likewise.
10445 (vreinterpret_u16_s8): Likewise.
10446 (vreinterpret_u16_s16): Likewise.
10447 (vreinterpret_u16_s32): Likewise.
10448 (vreinterpret_u16_s64): Likewise.
10449 (vreinterpret_u16_f32): Likewise.
10450 (vreinterpret_u16_u8): Likewise.
10451 (vreinterpret_u16_u32): Likewise.
10452 (vreinterpret_u16_u64): Likewise.
10453 (vreinterpret_u16_p8): Likewise.
10454 (vreinterpret_u16_p16): Likewise.
10455 (vreinterpretq_u16_s8): Likewise.
10456 (vreinterpretq_u16_s16): Likewise.
10457 (vreinterpretq_u16_s32): Likewise.
10458 (vreinterpretq_u16_s64): Likewise.
10459 (vreinterpretq_u16_f32): Likewise.
10460 (vreinterpretq_u16_u8): Likewise.
10461 (vreinterpretq_u16_u32): Likewise.
10462 (vreinterpretq_u16_u64): Likewise.
10463 (vreinterpretq_u16_p8): Likewise.
10464 (vreinterpretq_u16_p16): Likewise.
10465 (vreinterpret_u32_s8): Likewise.
10466 (vreinterpret_u32_s16): Likewise.
10467 (vreinterpret_u32_s32): Likewise.
10468 (vreinterpret_u32_s64): Likewise.
10469 (vreinterpret_u32_f32): Likewise.
10470 (vreinterpret_u32_u8): Likewise.
10471 (vreinterpret_u32_u16): Likewise.
10472 (vreinterpret_u32_u64): Likewise.
10473 (vreinterpret_u32_p8): Likewise.
10474 (vreinterpret_u32_p16): Likewise.
10475 (vreinterpretq_u32_s8): Likewise.
10476 (vreinterpretq_u32_s16): Likewise.
10477 (vreinterpretq_u32_s32): Likewise.
10478 (vreinterpretq_u32_s64): Likewise.
10479 (vreinterpretq_u32_f32): Likewise.
10480 (vreinterpretq_u32_u8): Likewise.
10481 (vreinterpretq_u32_u16): Likewise.
10482 (vreinterpretq_u32_u64): Likewise.
10483 (vreinterpretq_u32_p8): Likewise.
10484 (vreinterpretq_u32_p16): Likewise.
10486 2014-04-22 Alex Velenko <Alex.Velenko@arm.com>
10488 * gcc/config/aarch64/aarch64-simd.md (aarch64_s<optab><mode>):
10490 * config/aarch64/aarch64-simd-builtins.def (sqneg): Iterator extended.
10492 * config/aarch64/arm_neon.h (vqneg_s64): New intrinsic.
10493 (vqnegd_s64): Likewise.
10494 (vqabs_s64): Likewise.
10495 (vqabsd_s64): Likewise.
10497 2014-04-22 Richard Henderson <rth@redhat.com>
10499 * config/sparc/sparc.c (sparc_init_modes): Hoist GET_MODE_SIZE
10500 computation to the top of the loop.
10502 2014-04-22 Renlin <renlin.li@arm.com>
10503 Jiong Wang <jiong.wang@arm.com>
10505 * config/aarch64/aarch64.h (aarch64_frame): Delete "fp_lr_offset".
10506 * config/aarch64/aarch64.c (aarch64_layout_frame)
10507 (aarch64_initial_elimination_offset): Likewise.
10509 2014-04-22 Marcus Shawcroft <marcus.shawcroft@arm.com>
10511 * config/aarch64/aarch64.c (aarch64_initial_elimination_offset):
10514 2014-04-22 Richard Sandiford <rdsandiford@googlemail.com>
10516 * machmode.h (bitwise_mode_for_mode): Declare.
10517 * stor-layout.h (bitwise_type_for_mode): Likewise.
10518 * stor-layout.c (bitwise_mode_for_mode): New function.
10519 (bitwise_type_for_mode): Likewise.
10520 * builtins.c (fold_builtin_memory_op): Use it instead of
10521 int_mode_for_mode and build_nonstandard_integer_type.
10523 2014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10525 * config.gcc (enable_obsolete): Remove *-*-solaris2.9*.
10526 (*-*-solaris2.[0-9] | *-*-solaris2.[0-9].*): Mark unsupported.
10527 (*-*-solaris2*): Simplify.
10528 (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Likewise.
10529 (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Remove
10530 *-*-solaris2.9* handling.
10532 * configure.ac (gcc_cv_as_hidden): Remove test for Solaris 9/x86
10534 (gcc_cv_ld_hidden): Remove *-*-solaris2.9* handling.
10535 (ld_tls_support): Remove i?86-*-solaris2.9, sparc*-*-solaris2.9
10536 handling, simplify.
10537 (gcc_cv_as_gstabs_flag): Remove workaround for Solaris 9/x86 as bug.
10538 * configure: Regenerate.
10540 * config/i386/sol2-9.h: Remove.
10542 * doc/install.texi (Specific, i?86-*-solaris2.9): Remove.
10543 (Specific, *-*-solaris2*): Mention Solaris 9 support removal.
10544 Remove Solaris 9 references.
10546 2014-04-22 Vidya Praveen <vidyapraveen@arm.com>
10548 * aarch64.md (float<GPI:mode><GPF:mode>2): Remove.
10549 (floatuns<GPI:mode><GPF:mode>2): Remove.
10550 (<optab><fcvt_target><GPF:mode>2): New pattern for equal width float
10551 and floatuns conversions.
10552 (<optab><fcvt_iesize><GPF:mode>2): New pattern for inequal width float
10553 and floatuns conversions.
10554 * iterators.md (fcvt_target, FCVT_TARGET): Support SF and DF modes.
10555 (w1,w2): New mode attributes for inequal width conversions.
10557 2014-04-22 Renlin Li <Renlin.Li@arm.com>
10559 * config/aarch64/aarch64.c (aarch64_print_operand_address): Adjust
10560 the output asm format.
10562 2014-04-22 James Greenhalgh <james.greenhalgh@arm.com>
10564 * config/aarch64/aarch64-simd.md
10565 (aarch64_cm<optab>di): Always split.
10566 (*aarch64_cm<optab>di): New.
10567 (aarch64_cmtstdi): Always split.
10568 (*aarch64_cmtstdi): New.
10570 2014-04-22 Jakub Jelinek <jakub@redhat.com>
10572 PR tree-optimization/60823
10573 * omp-low.c (ipa_simd_modify_function_body): Go through
10574 all SSA_NAMEs and for those refering to vector arguments
10575 which are going to be replaced adjust SSA_NAME_VAR and,
10576 if it is a default definition, change it into a non-default
10577 definition assigned at the beginning of function from new_decl.
10578 (ipa_simd_modify_stmt_ops): Rewritten.
10579 * tree-dfa.c (set_ssa_default_def): When removing default def,
10580 check for NULL loc instead of NULL *loc.
10582 2014-04-22 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
10584 * config/arm/arm.c (arm_hard_regno_mode_ok): Loosen
10585 restrictions on core registers for DImode values in Thumb2.
10587 2014-04-22 Ian Bolton <ian.bolton@arm.com>
10589 * config/arm/arm.md (*anddi_notdi_zesidi): New pattern.
10590 * config/arm/thumb2.md (*iordi_notdi_zesidi): New pattern.
10592 2014-04-22 Ian Bolton <ian.bolton@arm.com>
10594 * config/arm/thumb2.md (*iordi_notdi_di): New pattern.
10595 (*iordi_notzesidi_di): Likewise.
10596 (*iordi_notsesidi_di): Likewise.
10598 2014-04-22 Ian Bolton <ian.bolton@arm.com>
10600 * config/arm/arm-protos.h (tune_params): New struct members.
10601 * config/arm/arm.c: Initialise tune_params per processor.
10602 (thumb2_reorg): Suppress conversion from t32 to t16 when optimizing
10603 for speed, based on new tune_params.
10605 2014-04-22 Alex Velenko <Alex.Velenko@arm.com>
10607 * config/aarch64/aarch64-builtins.c (BUILTIN_VDQF_DF): Macro added.
10608 * config/aarch64/aarch64-simd-builtins.def (frintn): Use added macro.
10609 * config/aarch64/aarch64-simd.md (<frint_pattern>): Comment corrected.
10610 * config/aarch64/aarch64.md (<frint_pattern>): Likewise.
10611 * config/aarch64/arm_neon.h (vrnd_f64): Added.
10612 (vrnda_f64): Likewise.
10613 (vrndi_f64): Likewise.
10614 (vrndm_f64): Likewise.
10615 (vrndn_f64): Likewise.
10616 (vrndp_f64): Likewise.
10617 (vrndx_f64): Likewise.
10619 2014-04-22 Zhenqiang Chen <zhenqiang.chen@linaro.org>
10621 * config/arm/arm.c (arm_print_operand, thumb_exit): Make sure
10622 GET_MODE_SIZE argument is enum machine_mode.
10624 2014-04-22 Jakub Jelinek <jakub@redhat.com>
10627 * config/sparc/sparc.c (sparc_init_modes): Pass enum machine_mode
10628 value instead of int to GET_MODE_CLASS and GET_MODE_SIZE macros.
10630 2014-04-22 Lin Zuojian <manjian2006@gmail.com>
10632 PR middle-end/60281
10633 * asan.c (asan_emit_stack_protection): Force the base to align to
10634 appropriate bits if STRICT_ALIGNMENT. Set shadow_mem align to
10635 appropriate bits if STRICT_ALIGNMENT.
10636 * cfgexpand.c (expand_stack_vars): Set base_align appropriately
10638 (expand_used_vars): Leave a space in the stack frame for alignment
10639 if STRICT_ALIGNMENT.
10641 2014-04-21 David Malcolm <dmalcolm@redhat.com>
10643 * gimple.h (gimple_assign_single_p): Accept a const_gimple rather
10645 (gimple_store_p): Likewise.
10646 (gimple_assign_load_p): Likewise.
10647 (gimple_assign_cast_p): Likewise.
10648 (gimple_clobber_p): Likewise.
10650 * doc/gimple.texi (gimple_assign_cast_p): Accept a const_gimple
10651 rather than a gimple.
10652 (gimple_assign_cast_p): Likewise.
10654 2014-04-21 Michael Meissner <meissner@linux.vnet.ibm.com>
10657 * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64 case):
10658 If mode is DDmode and TARGET_E500_DOUBLE allow move.
10660 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Print some
10661 more debug information for E500 if -mdebug=reg.
10663 2014-04-21 Uros Bizjak <ubizjak@gmail.com>
10666 * config/i386/i386.c (ix86_expand_builtin)
10667 <case IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Use temporary
10668 register for target RTX.
10669 <case IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Ditto.
10671 2014-04-18 Cong Hou <congh@google.com>
10673 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Enhance
10674 the widen-mult pattern by handling two operands with different sizes,
10675 and operands whose size is smaller than half of the result type.
10677 2014-04-18 Jan Hubicka <hubicka@ucw.cz>
10679 * ipa-inline.h (INLINE_HINT_known_hot): New hint.
10680 * ipa-inline-analysis.c (dump_inline_hints): Dump it.
10681 (do_estimate_edge_time): Compute it.
10682 * ipa-inline.c (want_inline_small_function_p): Bypass
10683 INLINE_INSNS_AUTO/SINGLE limits for calls that are known to be hot.
10685 2014-04-18 Jan Hubicka <hubicka@ucw.cz>
10687 * ipa-inline.c (spec_rem): New static variable.
10688 (dump_overall_stats): New function.
10689 (dump_inline_stats): New function.
10691 2014-04-18 Richard Henderson <rth@redhat.com>
10693 * config/aarch64/aarch64.c (aarch64_register_move_cost): Pass a mode
10694 to GET_MODE_SIZE, not a reg_class_t.
10696 2014-04-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10698 * config/rs6000/vsx.md (vsx_xxmrghw_<mode>): Adjust for little-endian.
10699 (vsx_xxmrglw_<mode>): Likewise.
10701 2014-04-17 Michael Meissner <meissner@linux.vnet.ibm.com>
10704 * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Make sure
10705 GET_MODE_SIZE gets passed an enum machine_mode type and not integer.
10706 (rs6000_init_hard_regno_mode_ok): Likewise.
10708 2014-04-17 Jan Hubicka <hubicka@ucw.cz>
10710 * ipa-inline.c (inline_small_functions): Account only non-cold
10712 * doc/invoke.texi (inline-unit-growth): Update documentation.
10714 2014-04-17 Pat Haugen <pthaugen@us.ibm.com>
10716 * config/rs6000/rs6000.md (addti3, subti3): New.
10718 2014-04-17 H.J. Lu <hongjiu.lu@intel.com>
10721 * config/i386/i386.c (ix86_expand_clear): Remove outdated
10722 comment. Check optimize_insn_for_size_p instead of
10723 optimize_insn_for_speed_p.
10725 2014-04-17 Martin Jambor <mjambor@suse.cz>
10727 * gimple-iterator.c (gsi_start_edge): New function.
10728 * gimple-iterator.h (gsi_start_edge): Declare.
10729 * tree-sra.c (single_non_eh_succ): New function.
10730 (disqualify_ops_if_throwing_stmt): Renamed to
10731 disqualify_if_bad_bb_terminating_stmt. Allow throwing statements
10732 having one non-EH successor BB.
10733 (sra_modify_expr): If stmt ends bb, use single non-EH successor to
10734 generate loads into replacements.
10735 (sra_modify_assign): Likewise and and also use the simple path for
10737 (sra_modify_function_body): Commit statements on edges.
10739 2014-04-17 Richard Biener <rguenther@suse.de>
10741 PR middle-end/60849
10742 * tree-ssa-propagate.c (valid_gimple_rhs_p): Allow vector
10743 comparison results and add clarifying comment.
10745 2014-04-17 Jakub Jelinek <jakub@redhat.com>
10747 * genmodes.c (struct mode_data): Add need_bytesize_adj field.
10748 (blank_mode): Initialize it.
10749 (emit_mode_size_inline, emit_mode_nunits_inline,
10750 emit_mode_inner_inline): New functions.
10751 (emit_insn_modes_h): Call them and surround their output with
10752 #if GCC_VERSION >= 4001 ... #endif.
10753 * machmode.h (GET_MODE_SIZE, GET_MODE_NUNITS, GET_MODE_INNER):
10754 For GCC_VERSION >= 4001 use mode_*_inline routines instead of
10755 mode_* arrays if the argument is __builtin_constant_p.
10756 * lower-subreg.c (dump_choices): Make sure GET_MODE_SIZE argument
10757 is enum machine_mode.
10759 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
10761 * passes.c (opt_pass::execute): Adjust.
10762 (pass_manager::execute_pass_mode_switching): Likewise.
10763 (early_local_passes::execute): Likewise.
10764 (execute_one_pass): Pass cfun to the pass's execute method.
10765 * tree-pass.h (opt_pass::execute): Add function * argument.
10766 * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
10767 cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
10768 compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
10769 config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
10770 config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
10771 config/sparc/sparc.c, cprop.c, dce.c, df-core.c, dse.c, dwarf2cfi.c,
10772 except.c, final.c, function.c, fwprop.c, gcse.c, gimple-low.c,
10773 gimple-ssa-isolate-paths.c, gimple-ssa-strength-reduction.c,
10774 graphite.c, ifcvt.c, init-regs.c, ipa-cp.c, ipa-devirt.c,
10775 ipa-inline-analysis.c, ipa-inline.c, ipa-profile.c, ipa-pure-const.c,
10776 ipa-reference.c, ipa-split.c, ipa.c, ira.c, jump.c, loop-init.c,
10777 lower-subreg.c, mode-switching.c, omp-low.c, postreload-gcse.c,
10778 postreload.c, predict.c, recog.c, ree.c, reg-stack.c, regcprop.c,
10779 reginfo.c, regrename.c, reorg.c, sched-rgn.c, stack-ptr-mod.c,
10780 store-motion.c, tracer.c, trans-mem.c, tree-call-cdce.c, tree-cfg.c,
10781 tree-cfgcleanup.c, tree-complex.c, tree-eh.c, tree-emutls.c,
10782 tree-if-conv.c, tree-into-ssa.c, tree-loop-distribution.c, tree-nrv.c,
10783 tree-object-size.c, tree-parloops.c, tree-predcom.c, tree-ssa-ccp.c,
10784 tree-ssa-copy.c, tree-ssa-copyrename.c, tree-ssa-dce.c,
10785 tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
10786 tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
10787 tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
10788 tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
10789 tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
10790 tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
10791 tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
10792 tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
10793 tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
10794 tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c, web.c:
10797 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
10799 * passes.c (opt_pass::gate): Take function * argument.
10800 (gate_all_early_local_passes): Merge into
10801 (early_local_passes::gate): this.
10802 (gate_all_early_optimizations): Merge into
10803 (all_early_optimizations::gate): this.
10804 (gate_all_optimizations): Mege into
10805 (all_optimizations::gate): this.
10806 (gate_all_optimizations_g): Merge into
10807 (all_optimizations_g::gate): this.
10808 (gate_rest_of_compilation): Mege into
10809 (rest_of_compilation::gate): this.
10810 (gate_postreload): Merge into
10811 (postreload::gate): this.
10812 (dump_one_pass): Pass cfun to the pass's gate method.
10813 (execute_ipa_summary_passes): Likewise.
10814 (execute_one_pass): Likewise.
10815 (ipa_write_summaries_2): Likewise.
10816 (ipa_write_optimization_summaries_1): Likewise.
10817 (ipa_read_summaries_1): Likewise.
10818 (ipa_read_optimization_summaries_1): Likewise.
10819 (execute_ipa_stmt_fixups): Likewise.
10820 * tree-pass.h (opt_pass::gate): Add function * argument.
10821 * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c,
10822 combine-stack-adj.c, combine.c, compare-elim.c,
10823 config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
10824 config/rl78/rl78.c, config/sh/sh_optimize_sett_clrt.cc,
10825 config/sh/sh_treg_combine.cc, config/sparc/sparc.c, cprop.c, cse.c,
10826 dce.c, df-core.c, dse.c, dwarf2cfi.c, except.c, fwprop.c, gcse.c,
10827 gimple-ssa-isolate-paths.c, gimple-ssa-strength-reduction.c,
10828 graphite.c, ifcvt.c, init-regs.c, ipa-cp.c, ipa-devirt.c,
10829 ipa-profile.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa.c,
10830 loop-init.c, lower-subreg.c, mode-switching.c, modulo-sched.c,
10831 omp-low.c, postreload-gcse.c, postreload.c, predict.c, recog.c, ree.c,
10832 reg-stack.c, regcprop.c, regrename.c, reorg.c, sched-rgn.c,
10833 store-motion.c, tracer.c, trans-mem.c, tree-call-cdce.c, tree-cfg.c,
10834 tree-cfgcleanup.c, tree-complex.c, tree-eh.c, tree-emutls.c,
10835 tree-if-conv.c, tree-into-ssa.c, tree-loop-distribution.c,
10836 tree-nrv.c, tree-parloops.c, tree-predcom.c, tree-profile.c,
10837 tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
10838 tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
10839 tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
10840 tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
10841 tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
10842 tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
10843 tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
10844 tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
10845 tree-ssa.c, tree-stdarg.c, tree-switch-conversion.c, tree-tailcall.c,
10846 tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c, tsan.c, ubsan.c,
10847 var-tracking.c, vtable-verify.c, web.c: Adjust.
10849 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
10851 * configure.ac: Check for -Woverloaded-virtual and enable it if found.
10852 * configure: Regenerate.
10854 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
10856 * passes.c (dump_one_pass): don't check pass->has_gate.
10857 (execute_ipa_summary_passes): Likewise.
10858 (execute_one_pass): Likewise.
10859 (ipa_write_summaries_2): Likewise.
10860 (ipa_write_optimization_summaries_1): Likewise.
10861 (ipa_read_optimization_summaries_1): Likewise.
10862 (execute_ipa_stmt_fixups): Likewise.
10863 * tree-pass.h (pass_data::has_gate): Remove.
10864 * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
10865 cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
10866 compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
10867 config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
10868 config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
10869 config/sh/sh_optimize_sett_clrt.cc, config/sh/sh_treg_combine.cc,
10870 config/sparc/sparc.c, cprop.c, cse.c, dce.c, df-core.c, dse.c,
10871 dwarf2cfi.c, except.c, final.c, function.c, fwprop.c, gcse.c,
10872 gimple-low.c, gimple-ssa-isolate-paths.c,
10873 gimple-ssa-strength-reduction.c, graphite.c, ifcvt.c, init-regs.c,
10874 ipa-cp.c, ipa-devirt.c, ipa-inline-analysis.c, ipa-inline.c,
10875 ipa-profile.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa.c,
10876 ira.c, jump.c, loop-init.c, lower-subreg.c, mode-switching.c,
10877 modulo-sched.c, omp-low.c, postreload-gcse.c, postreload.c, predict.c,
10878 recog.c, ree.c, reg-stack.c, regcprop.c, reginfo.c, regrename.c,
10879 reorg.c, sched-rgn.c, stack-ptr-mod.c, store-motion.c, tracer.c,
10880 trans-mem.c, tree-call-cdce.c, tree-cfg.c, tree-cfgcleanup.c,
10881 tree-complex.c, tree-eh.c, tree-emutls.c, tree-if-conv.c,
10882 tree-into-ssa.c, tree-loop-distribution.c, tree-nrv.c,
10883 tree-object-size.c, tree-parloops.c, tree-predcom.c, tree-profile.c,
10884 tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
10885 tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
10886 tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
10887 tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
10888 tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
10889 tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
10890 tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
10891 tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
10892 tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
10893 tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
10894 tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c, web.c:
10897 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
10899 * pass_manager.h (pass_manager::register_dump_files_1): Remove
10901 * passes.c (pass_manager::register_dump_files_1): Merge into
10902 (pass_manager::register_dump_files): this, and remove its handling of
10903 properties since the pass always has the properties anyway.
10904 (pass_manager::pass_manager): Adjust.
10906 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
10908 * pass_manager.h (pass_manager::register_dump_files_1): Adjust.
10909 * passes.c (pass_manager::register_dump_files_1): Remove dead code
10910 dealing with properties.
10911 (pass_manager::register_dump_files): Adjust.
10913 2014-03-20 Mark Wielaard <mjw@redhat.com>
10915 * dwarf2out.c (add_bound_info): If HOST_WIDE_INT is big enough,
10916 then represent the bound as normal constant value.
10918 2014-04-17 Jakub Jelinek <jakub@redhat.com>
10921 Forward port from 4.8 branch
10922 2013-07-19 Kirill Yukhin <kirill.yukhin@intel.com>
10924 * config/i386/bmiintrin.h (_blsi_u32): New.
10925 (_blsi_u64): Ditto.
10926 (_blsr_u32): Ditto.
10927 (_blsr_u64): Ditto.
10928 (_blsmsk_u32): Ditto.
10929 (_blsmsk_u64): Ditto.
10930 (_tzcnt_u32): Ditto.
10931 (_tzcnt_u64): Ditto.
10933 2014-04-17 Kito Cheng <kito@0xlab.org>
10935 * gcc.c (used_arg): Prevent out of bound access for multilib_options.
10937 2014-04-17 Richard Biener <rguenther@suse.de>
10939 PR middle-end/60849
10940 * tree-ssa-propagate.c (valid_gimple_rhs_p): Only allow effective
10941 boolean results for comparisons.
10943 2014-04-17 Richard Biener <rguenther@suse.de>
10945 PR tree-optimization/60836
10946 * tree-vect-loop.c (vect_create_epilog_for_reduction): Force
10947 initial PHI args to be gimple values.
10949 2014-04-17 Richard Biener <rguenther@suse.de>
10951 PR tree-optimization/60841
10952 * tree-vect-data-refs.c (vect_analyze_data_refs): Count stmts.
10953 * tree-vect-loop.c (vect_analyze_loop_2): Pass down number
10954 of stmts to SLP build.
10955 * tree-vect-slp.c (vect_slp_analyze_bb_1): Likewise.
10956 (vect_analyze_slp): Likewise.
10957 (vect_analyze_slp_instance): Likewise.
10958 (vect_build_slp_tree): Limit overall SLP tree growth.
10959 * tree-vectorizer.h (vect_analyze_data_refs,
10960 vect_analyze_slp): Adjust prototypes.
10962 2014-04-17 Evgeny Stupachenko <evstupac@gmail.com>
10964 * config/i386/i386.c (x86_add_stmt_cost): Fix vector cost model for
10967 2014-04-17 Evgeny Stupachenko <evstupac@gmail.com>
10969 * config/i386/x86-tune.def (TARGET_SLOW_PSHUFB): New tune definition.
10970 * config/i386/i386.h (TARGET_SLOW_PSHUFB): New tune flag.
10971 * config/i386/i386.c (expand_vec_perm_even_odd_1): Avoid byte shuffles
10972 for TARGET_SLOW_PSHUFB
10974 2014-04-17 Evgeny Stupachenko <evstupac@gmail.com>
10976 * config/i386/i386.c (slm_cost): Adjust vec_to_scalar_cost.
10977 * config/i386/i386.c (intel_cost): Ditto.
10979 2014-04-17 Joey Ye <joey.ye@arm.com>
10981 * opts.c (OPT_fif_conversion, OPT_fif_conversion2): Disable for Og.
10983 2014-04-16 Jan Hubicka <hubicka@ucw.cz>
10985 * opts.c (common_handle_option): Disable -fipa-reference coorectly
10986 with -fuse-profile.
10988 2014-04-16 Jan Hubicka <hubicka@ucw.cz>
10990 * ipa-devirt.c (odr_type_d): Add field all_derivations_known.
10991 (type_all_derivations_known_p): New predicate.
10992 (type_all_ctors_visible_p): New predicate.
10993 (type_possibly_instantiated_p): New predicate.
10994 (get_odr_type): Compute all_derivations_known.
10995 (dump_odr_type): Dump the flag.
10996 (maybe_record_type): Cleanup.
10997 (record_target_from_binfo): Add bases_to_consider array;
10998 record bases for types w/o instances and skip CXX destructor.
10999 (possible_polymorphic_call_targets_1): Add bases_to_consider
11000 and consider_construction parameters; check if type may have instance.
11001 (get_polymorphic_call_info): Set maybe_in_construction to true
11002 when we know nothing.
11003 (record_targets_from_bases): Skip CXX destructors; they are
11004 never called for types in construction.
11005 (possible_polymorphic_call_targets): Do not record target when
11006 type may not have instance.
11008 2014-04-16 Jan Hubicka <hubicka@ucw.cz>
11011 * ipa.c (symtab_remove_unreachable_nodes): Mark targets of
11012 external aliases alive, too.
11014 2014-04-16 Andrew Pinski <apinski@cavium.com>
11016 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Change aarch64 ilp32
11019 2014-04-16 Eric Botcazou <ebotcazou@adacore.com>
11021 * final.c (compute_alignments): Do not apply loop alignment to a block
11022 falling through to the exit.
11024 2014-04-16 Catherine Moore <clm@codesourcery.com>
11026 * mips.md (*mov<mode>_internal, *movhi_internal, *movqi_internal):
11027 Adjust constraints for microMIPS store patterns.
11029 2014-04-16 Pitchumani Sivanupandi <Pitchumani.S@atmel.com>
11031 * config/avr/avr-mcus.def: Correct typo for atxmega256a3bu macro.
11033 2014-04-16 Eric Botcazou <ebotcazou@adacore.com>
11035 * tree-ssa-operands.c (create_vop_var): Set DECL_IGNORED_P.
11036 (append_use): Run at -O0.
11037 (append_vdef): Likewise.
11038 * tree-ssa-ter.c (ter_is_replaceable_p): Do not special-case -O0.
11039 * tree-ssa-uninit.c (warn_uninitialized_vars): Remove obsolete comment.
11041 2014-04-16 Jakub Jelinek <jakub@redhat.com>
11043 PR tree-optimization/60844
11044 * tree-ssa-reassoc.c (reassoc_remove_stmt): New function.
11045 (propagate_op_to_single_use, remove_visited_stmt_chain,
11046 linearize_expr, repropagate_negates, reassociate_bb): Use it
11047 instead of gsi_remove.
11049 2014-04-16 Martin Jambor <mjambor@suse.cz>
11051 * cgraphclones.c (cgraph_create_virtual_clone): Duplicate
11052 ipa_transforms_to_apply.
11053 (cgraph_function_versioning): Assert that old_node has empty
11054 ipa_transforms_to_apply.
11055 * trans-mem.c (ipa_tm_create_version): Likewise.
11056 * tree-inline.c (tree_function_versioning): Do not duplicate
11057 ipa_transforms_to_apply.
11059 2014-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11062 * configure.ac (set_have_as_tls): Merge i[34567]86-*-* and
11064 Pass necessary as flags on 64-bit Solaris/x86.
11065 Use lowercase relocs for x86_64-*-*.
11066 * configure: Regenerate.
11068 2014-04-15 Jan Hubicka <jh@suse.cz>
11070 * ipa-devirt.c (referenced_from_vtable_p): New predicate.
11071 (maybe_record_node, likely_target_p): Use it.
11073 2014-04-15 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
11076 Revert following patch
11078 2014-04-02 Michael Meissner <meissner@linux.vnet.ibm.com>
11081 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If we have
11082 software floating point or no floating point registers, do not
11083 allow any type in the FPRs. Eliminate a test for SPE SIMD types
11084 in GPRs that occurs after we tested for GPRs that would never be
11087 * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64):
11088 Rewrite tests to use TARGET_DOUBLE_FLOAT and TARGET_E500_DOUBLE,
11089 since the FMOVE64 type is DFmode/DDmode. If TARGET_E500_DOUBLE,
11090 specifically allow DDmode, since that does not use the SPE SIMD
11093 2014-03-21 Mark Wielaard <mjw@redhat.com>
11095 * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_const_value
11096 as unsigned or int depending on type and value used.
11098 2014-04-15 Richard Biener <rguenther@suse.de>
11100 PR rtl-optimization/56965
11101 * alias.c (ncr_compar, nonoverlapping_component_refs_p): Move ...
11102 * tree-ssa-alias.c (ncr_compar, nonoverlapping_component_refs_p):
11104 * alias.c (true_dependence_1): Do not call
11105 nonoverlapping_component_refs_p.
11106 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Call
11107 nonoverlapping_component_refs_p.
11108 (indirect_refs_may_alias_p): Likewise.
11110 2014-04-15 Teresa Johnson <tejohnson@google.com>
11112 * cfg.c (dump_bb_info): Fix flags check.
11113 * tree-cfg.c (remove_bb): Only dump TDF_BLOCKS when removing.
11115 2014-04-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11117 PR rtl-optimization/60663
11118 * config/arm/arm.c (arm_new_rtx_costs): Improve ASM_OPERANDS case,
11121 2014-04-15 Richard Biener <rguenther@suse.de>
11123 * lto-streamer.h (LTO_major_version): Bump to 4.
11125 2014-04-15 Richard Biener <rguenther@suse.de>
11127 * common.opt (lto_partition_model): New enum.
11128 (flto-partition=): Merge separate options with a single with argument,
11129 add -flto-partition=one support.
11130 * flag-types.h (enum lto_partition_model): Declare.
11131 * opts.c (finish_options): Remove duplicate -flto-partition=
11133 * lto-wrapper.c (run_gcc): Adjust.
11135 2014-04-15 Richard Biener <rguenther@suse.de>
11137 * alias.c (ncr_compar): New function.
11138 (nonoverlapping_component_refs_p): Re-implement in O (n log n).
11140 2014-04-15 Richard Biener <rguenther@suse.de>
11142 * alias.c (record_component_aliases): Do not walk BINFOs.
11144 2014-04-15 Richard Biener <rguenther@suse.de>
11146 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
11147 Add struct function argument and adjust.
11148 (find_func_aliases_for_call): Likewise.
11149 (find_func_aliases): Likewise.
11150 (find_func_clobbers): Likewise.
11151 (intra_create_variable_infos): Likewise.
11152 (compute_points_to_sets): Likewise.
11153 (ipa_pta_execute): Adjust. Do not push/pop cfun.
11155 2014-04-15 Richard Biener <rguenther@suse.de>
11157 * tree.c (iterative_hash_expr): Use enum tree_code_class
11158 to store TREE_CODE_CLASS.
11159 (tree_block): Likewise.
11160 (tree_set_block): Likewise.
11161 * tree.h (fold_build_pointer_plus_loc): Use
11162 convert_to_ptrofftype_loc.
11164 2014-04-15 Jakub Jelinek <jakub@redhat.com>
11167 * Makefile.in (PLUGIN_HEADERS): Add various headers that have been
11170 2014-04-15 Eric Botcazou <ebotcazou@adacore.com>
11172 * cfgloop.h (struct loop): Move force_vectorize down.
11173 * gimplify.c (gimple_boolify) <ANNOTATE_EXPR>: Handle new kinds.
11174 (gimplify_expr) <ANNOTATE_EXPR>: Minor tweak.
11175 * lto-streamer-in.c (input_cfg): Read dont_vectorize field.
11176 * lto-streamer-out.c (output_cfg): Write dont_vectorize field.
11177 * tree-cfg.c (replace_loop_annotate): Revamp and handle new kinds.
11178 * tree-core.h (enum annot_expr_kind): Add new kind values.
11179 * tree-inline.c (copy_loops): Copy dont_vectorize field and reorder.
11180 * tree-pretty-print.c (dump_generic_node) <ANNOTATE_EXPR>: Handle new
11182 * tree.def (ANNOTATE_EXPR): Tweak comment.
11184 2014-04-14 Jan Hubicka <hubicka@ucw.cz>
11186 * ipa-devirt.c (maybe_record_node): Ignore all non-methods (including
11189 2014-04-14 Paolo Carlini <paolo.carlini@oracle.com>
11191 * tree.h (TYPE_IDENTIFIER): Declare.
11192 * tree.c (subrange_type_for_debug_p): Use it.
11193 * godump.c (go_format_type): Likewise.
11194 * dwarf2out.c (is_cxx_auto, modified_type_die,
11195 gen_type_die_with_usage, gen_type_die_with_usage): Likewise.
11196 * dbxout.c (dbxout_type, dbxout_symbol): Likewise.
11198 2014-04-14 Jan Hubicka <hubicka@ucw.cz>
11201 * varpool.c (varpool_remove_node): Do not alter decls when streaming.
11203 2014-04-14 Uros Bizjak <ubizjak@gmail.com>
11205 * config/i386/i386.c (examine_argument): Return bool. Return true if
11206 parameter should be passed in memory.
11207 <case X86_64_COMPLEX_X87_CLASS>: Adjust.
11208 (construct_container): Update calls to examine_argument.
11209 (function_arg_advance_64): Ditto.
11210 (return_in_memory_32): Merge with ix86_return_in_memory.
11211 (return_in_memory_64): Ditto.
11212 (return_in_memory_ms_64): Ditto.
11214 2014-04-14 Jan Hubicka <hubicka@ucw.cz>
11216 * ipa-utils.c (ipa_merge_profiles): Merge profile_id.
11217 * coverage.c (coverage_compute_profile_id): Handle externally visible
11220 2014-04-14 Martin Jambor <mjambor@suse.cz>
11222 * tree-sra.c (ipa_sra_preliminary_function_checks): Skip
11223 DECL_DISREGARD_INLINE_LIMITS functions.
11225 2014-04-14 H.J. Lu <hongjiu.lu@intel.com>
11228 * config/i386/i386.md (*fixuns_trunc<mode>_1): Revert the last change.
11230 2014-04-14 H.J. Lu <hongjiu.lu@intel.com>
11233 * config/i386/i386.md (*fixuns_trunc<mode>_1): Check
11234 optimize_insn_for_speed_p instead of
11235 optimize_function_for_speed_p.
11237 2014-04-14 Yufeng Zhang <yufeng.zhang@arm.com>
11239 * doc/invoke.texi (free): Document AArch64.
11241 2014-04-14 Richard Biener <rguenther@suse.de>
11243 PR tree-optimization/60042
11244 * tree-ssa-pre.c (inhibit_phi_insertion): Remove.
11245 (insert_into_preds_of_block): Do not prevent PHI insertion
11246 for REFERENCE exprs here ...
11247 (eliminate_dom_walker::before_dom_children): ... but prevent
11248 their use here under similar conditions when applied to the
11249 IL after PRE optimizations.
11251 2014-04-14 Richard Biener <rguenther@suse.de>
11253 * passes.def: Move early points-to after early SRA.
11255 2014-04-14 Richard Biener <rguenther@suse.de>
11257 * tree-ssa-forwprop.c (simplify_gimple_switch): Enhance
11258 check for which sign-changes we allow when forwarding
11259 a converted value into a switch.
11261 2014-04-14 Eric Botcazou <ebotcazou@adacore.com>
11263 * stor-layout.c (place_field): Finalize non-constant offset for the
11266 2014-04-14 Richard Biener <rguenther@suse.de>
11268 * tree-switch-conversion.c (lshift_cheap_p): Get speed_p
11270 (expand_switch_using_bit_tests_p): Likewise.
11271 (process_switch): Compute and pass on speed_p based on the
11273 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Use
11274 optimize_bb_for_speed_p.
11276 2014-04-14 Eric Botcazou <ebotcazou@adacore.com>
11278 * cfgloop.h (struct loop): Rename force_vect into force_vectorize.
11279 * function.h (struct function): Rename has_force_vect_loops into
11280 has_force_vectorize_loops.
11281 * lto-streamer-in.c (input_cfg): Adjust for renaming.
11282 (input_struct_function_base): Likewise.
11283 * lto-streamer-out.c (output_cfg): Likewise.
11284 (output_struct_function_base): Likewise.
11285 * omp-low.c (expand_omp_simd): Likewise.
11286 * tree-cfg.c (move_sese_region_to_fn): Likewise.
11287 * tree-if-conv.c (ifcvt_can_use_mask_load_store): Likewise.
11288 (version_loop_for_if_conversion): Likewise.
11289 (tree_if_conversion): Likewise.
11290 (main_tree_if_conversion): Likewise.
11291 (gate_tree_if_conversion): Likewise.
11292 * tree-inline.c (copy_loops): Likewise.
11293 * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely_1): Likewise.
11294 * tree-ssa-loop.c (tree_loop_vectorize): Likewise.
11295 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Likewise.
11296 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Likewise.
11297 * tree-vectorizer.c (vectorize_loops): Likewise.
11298 * tree-vectorizer.h (unlimited_cost_model): Likewise.
11300 2014-04-14 Richard Biener <rguenther@suse.de>
11303 * lto-streamer-out.c (wrap_refs): New function.
11304 (lto_output): Wrap symbol references in global initializes in
11305 type-preserving MEM_REFs.
11307 2014-04-14 Christian Bruel <christian.bruel@st.com>
11309 * config/sh/sh-mem.cc (sh_expand_strlen): Unroll last word.
11311 2014-04-14 Christian Bruel <christian.bruel@st.com>
11313 * config/sh/sh.md (setmemqi): New expand pattern.
11314 * config/sh/sh.h (CLEAR_RATIO): Define.
11315 * config/sh/sh-mem.cc (sh_expand_setmem): Define.
11316 * config/sh/sh-protos.h (sh_expand_setmem): Declare.
11318 2014-04-14 Richard Biener <rguenther@suse.de>
11320 PR middle-end/55022
11321 * fold-const.c (negate_expr_p): Don't negate directional rounding
11323 (fold_negate_expr): Likewise.
11325 2014-04-14 Richard Biener <rguenther@suse.de>
11327 PR tree-optimization/59817
11328 PR tree-optimization/60453
11329 * graphite-scop-detection.c (graphite_can_represent_scev): Complete
11330 recursion to catch all CHRECs in the scalar evolution and restrict
11331 the predicate for the remains appropriately.
11333 2014-04-12 Catherine Moore <clm@codesourcery.com>
11335 * config/mips/constraints.md: Add new register constraint "kb".
11336 * config/mips/mips.md (*mov<mode>_internal): Use constraint "kb".
11337 (*movhi_internal): Likewise.
11338 (*movqi_internal): Likewise.
11339 * config/mips/mips.h (M16_STORE_REGS): New register class.
11340 (REG_CLASS_NAMES): Add M16_STORE_REGS.
11341 (REG_CLASS_CONTENTS): Likewise.
11342 * config/mips/mips.c (mips_regno_to_class): Add M16_STORE_REGS.
11344 2014-04-11 Tobias Burnus <burnus@net-b.de>
11347 * doc/invoke.texi (-Wformat-signedness): Document it.
11348 (Wformat=2): Mention that this enables -Wformat-signedness.
11350 2014-04-11 Joern Rennecke <joern.rennecke@embecosm.com>
11352 * common/config/epiphany/epiphany-common.c
11353 (epiphany_option_optimization_table): Enable section anchors by
11354 default at -O1 or higher.
11355 * config/epiphany/epiphany.c (TARGET_MAX_ANCHOR_OFFSET): Define.
11356 (TARGET_MIN_ANCHOR_OFFSET): Likewise.
11357 (epiphany_rtx_costs) <SET>: For binary operators, the set as such
11358 carries no extra cost.
11359 (epiphany_legitimate_address_p): For BLKmode, apply SImode check.
11360 * config/epiphany/epiphany.h (ASM_OUTPUT_DEF): Define.
11361 * config/epiphany/predicates.md (memclob_operand): New predicate.
11362 * config/epiphany/epiphany.md (stack_adjust_add, stack_adjust_str):
11363 Use memclob_operand predicate and X constraint for operand 3.
11365 2014-04-11 Joern Rennecke <joern.rennecke@embecosm.com>
11367 * config/epiphany/epiphany.c (epiphany_rtx_cost): Compare
11368 with CC_N_NE / CC_C_LTU / CC_C_GTU carries no extra cost for
11371 2014-04-11 Joern Rennecke <joern.rennecke@embecosm.com>
11373 PR rtl-optimization/60651
11374 * mode-switching.c (optimize_mode_switching): Make sure to emit
11375 sets of a lower numbered entity before sets of a higher numbered
11376 entity to a mode of the same or lower priority.
11377 When creating a seginfo for a basic block that starts with a code
11378 label, move the insertion point past the code label.
11379 (new_seginfo): Document and enforce requirement that
11380 NOTE_INSN_BASIC_BLOCK only appears for empty blocks.
11381 * doc/tm.texi.in: Document ordering constraint for emitted mode sets.
11382 * doc/tm.texi: Regenerate.
11384 2014-01-11 Joern Rennecke <joern.rennecke@embecosm.com>
11387 * config/arc/arc.c (arc_save_restore): Fix assert typo.
11389 2013-04-11 Jakub Jelinek <jakub@redhat.com>
11391 * BASE-VER: Set to 4.10.0.
11393 2014-04-11 Tobias Burnus <burnus@net-b.de>
11396 * doc/bugreport.texi (Bugs): Remove nodes pointing to the nirvana.
11397 * doc/gcc.texi (Service): Update description in the @menu
11398 * doc/invoke.texi (Option Summary): Remove misplaced and
11401 2014-04-11 Steve Ellcey <sellcey@mips.com>
11402 Jakub Jelinek <jakub@redhat.com>
11404 PR middle-end/60556
11405 * expr.c (convert_move): Use emit_store_flag_force instead of
11406 emit_store_flag. Pass lowpart_mode instead of VOIDmode as 5th
11409 2014-04-11 Richard Biener <rguenther@suse.de>
11411 PR middle-end/60797
11412 * varasm.c (assemble_alias): Avoid endless error reporting
11413 recursion by setting TREE_ASM_WRITTEN.
11415 2014-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
11417 * config/s390/s390.md: Add a splitter for NOT rtx.
11419 2014-04-11 Jakub Jelinek <jakub@redhat.com>
11421 PR rtl-optimization/60663
11422 * cse.c (cse_insn): Set src_volatile on ASM_OPERANDS in PARALLEL.
11424 2014-04-10 Jan Hubicka <hubicka@ucw.cz>
11425 Jakub Jelinek <jakub@redhat.com>
11428 * ipa.c (function_and_variable_visibility): Copy forced_by_abi
11429 flag from decl_node to node.
11431 2014-04-10 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
11434 * config/arm/arm.c (TARGET_CONST_NOT_OK_FOR_DEBUG_P): Define
11435 (arm_const_not_ok_for_debug_p): Reject MINUS with SYM_REF's
11436 ameliorating the cases where it can be.
11438 2014-04-09 David Edelsohn <dje.gcc@gmail.com>
11441 2014-04-08 Pat Haugen <pthaugen@us.ibm.com>
11443 * config/rs6000/sync.md (AINT mode_iterator): Move definition.
11444 (loadsync_<mode>): Change mode.
11445 (load_quadpti, store_quadpti): New.
11446 (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
11447 * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
11448 * config/rs6000/predicates.md (quad_memory_operand): !TARGET_SYNC_TI.
11450 2014-04-09 Cong Hou <congh@google.com>
11453 * doc/sourcebuild.texi (vect_widen_mult_si_to_di_pattern): Add
11456 2014-04-08 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
11458 * config/rs6000/rs6000.c (rs6000_expand_vector_set): Use vnand
11459 instead of vnor to exploit possible fusion opportunity in the
11461 (altivec_expand_vec_perm_const_le): Likewise.
11463 2014-04-08 Pat Haugen <pthaugen@us.ibm.com>
11465 * config/rs6000/sync.md (AINT mode_iterator): Move definition.
11466 (loadsync_<mode>): Change mode.
11467 (load_quadpti, store_quadpti): New.
11468 (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
11469 * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
11471 2014-04-08 Richard Sandiford <rdsandiford@googlemail.com>
11474 * config/rs6000/vsx.md (vsx_xscvdpspn_scalar): Change input to DImode.
11475 * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Update accordingly.
11476 Use gen_rtx_REG rather than simplify_gen_subreg for op0_di.
11478 2014-04-08 Richard Biener <rguenther@suse.de>
11480 PR middle-end/60706
11481 * tree-pretty-print.c (pp_double_int): For HWI32 hosts with
11482 a 64bit widest int print double-int similar to on HWI64 hosts.
11484 2014-04-08 Richard Biener <rguenther@suse.de>
11486 PR tree-optimization/60785
11487 * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Treat
11488 default defs properly.
11490 2014-04-08 Nathan Sidwell <nathan@codesourcery.com>
11492 * doc/invoke (Wnon-virtual-dtor): Update to match implementation.
11493 (Weffc++): Likewise.
11495 2014-04-07 Jan Hubicka <hubcika@ucw.cz>
11497 * ipa-devirt.c (maybe_record_node): When node is not recorded,
11498 set completep to false rather than true.
11500 2014-04-07 Douglas B Rupp <rupp@adacore.com>
11503 * config/arm/arm.h (ASM_PREFERRED_EH_DATA_FORMAT): Expose from
11504 ARM_TARGET2_DWARF_FORMAT.
11506 2014-04-07 Charles Baylis <charles.baylis@linaro.org>
11509 * config/arm/arm.h (ASM_OUTPUT_CASE_END): Remove.
11510 (LABEL_ALIGN_AFTER_BARRIER): Align barriers which occur after
11513 2014-04-07 Richard Biener <rguenther@suse.de>
11515 PR tree-optimization/60766
11516 * tree-ssa-loop-ivopts.c (cand_value_at): Compute in an unsigned type.
11517 (may_eliminate_iv): Convert cand_value_at result to desired type.
11519 2014-04-07 Jason Merrill <jason@redhat.com>
11522 * common.opt (-fno-gnu-unique): Add.
11523 * config/elfos.h (USE_GNU_UNIQUE_OBJECT): Check it.
11525 2014-04-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11527 * haifa-sched.c: Fix outdated function reference and minor
11528 grammar errors in introductory comment.
11530 2014-04-07 Richard Biener <rguenther@suse.de>
11532 PR middle-end/60750
11533 * tree-ssa-operands.c (maybe_add_call_vops): Also add VDEFs
11534 for noreturn calls.
11535 * tree-cfgcleanup.c (fixup_noreturn_call): Do not remove VDEFs.
11537 2014-04-06 John David Anglin <danglin@gcc.gnu.org>
11540 * config/pa/pa.c (pa_output_function_epilogue): Skip address and code
11541 size accounting for thunks.
11542 (pa_asm_output_mi_thunk): Use final_start_function() and
11543 final_end_function() to output function start and end directives.
11545 2014-04-05 Pitchumani Sivanupandi <Pitchumani.S@atmel.com>
11547 * config/avr/avr-arch.h (avr_mcu_t): Add dev_attribute field to have
11548 device specific ISA/ feature information. Remove short_sp and
11549 errata_skip ds. Add avr_device_specific_features enum to have device
11551 * config/avr/avr-c.c (avr_cpu_cpp_builtins): use dev_attribute to check
11552 errata_skip. Add __AVR_ISA_RMW__ builtin macro if RMW ISA available.
11553 * config/avr/avr-devices.c (avr_mcu_types): Update AVR_MCU macro for
11554 updated device specific info.
11555 * config/avr/avr-mcus.def: Merge device specific details to
11556 dev_attribute field.
11557 * config/avr/avr.c (avr_2word_insn_p): use dev_attribute field to check
11559 * config/avr/avr.h (AVR_HAVE_8BIT_SP): same for short sp info.
11560 * config/avr/driver-avr.c (avr_device_to_as): Pass -mrmw option to
11561 assembler if RMW isa supported by current device.
11562 * config/avr/genmultilib.awk: Update as device info structure changed.
11563 * doc/invoke.texi: Add info for __AVR_ISA_RMW__ builtin macro
11565 2014-04-04 Cong Hou <congh@google.com>
11567 PR tree-optimization/60656
11568 * tree-vect-stmts.c (supportable_widening_operation):
11569 Fix a bug that elements in a vector with vect_used_by_reduction
11570 property are incorrectly reordered when the operation on it is not
11571 consistant with the one in reduction operation.
11573 2014-04-04 John David Anglin <danglin@gcc.gnu.org>
11575 PR rtl-optimization/60155
11576 * gcse.c (record_set_data): New function.
11577 (single_set_gcse): New function.
11578 (gcse_emit_move_after): Use single_set_gcse instead of single_set.
11579 (hoist_code): Likewise.
11580 (get_pressure_class_and_nregs): Likewise.
11582 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
11584 * explow.c (probe_stack_range): Emit a final optimization blockage.
11586 2014-04-04 Anthony Green <green@moxielogic.com>
11588 * config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2): Fix
11591 2014-04-04 Jan Hubicka <hubicka@ucw.cz>
11594 * lto-cgraph.c (input_overwrite_node): Check that partitioning
11595 flags are set only during streaming.
11596 * ipa.c (process_references, walk_polymorphic_call_targets,
11597 symtab_remove_unreachable_nodes): Drop bodies of always inline
11598 after early inlining.
11599 (symtab_remove_unreachable_nodes): Remove always_inline attribute.
11601 2014-04-04 Jakub Jelinek <jakub@redhat.com>
11602 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
11605 * dwarf2out.c (const_ok_for_output_1): Reject expressions
11608 2014-04-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11611 * config/arm/cortex-a53.md (cortex_a53_fdivs): Reduce reservation
11613 (cortex_a53_fdivd): Likewise.
11615 2014-04-04 Martin Jambor <mjambor@suse.cz>
11618 * cgraph.h (cgraph_clone_node): New parameter added to declaration.
11619 Adjust all callers.
11620 * cgraph.c (clone_of_p): Also return true if thunks match.
11621 (verify_edge_corresponds_to_fndecl): Removed extraneous call to
11622 cgraph_function_or_thunk_node and an obsolete comment.
11623 * cgraphclones.c (build_function_type_skip_args): Moved upwards in the
11625 (build_function_decl_skip_args): Likewise.
11626 (set_new_clone_decl_and_node_flags): New function.
11627 (duplicate_thunk_for_node): Likewise.
11628 (redirect_edge_duplicating_thunks): Likewise.
11629 (cgraph_clone_node): New parameter args_to_skip, pass it to
11630 redirect_edge_duplicating_thunks which is called instead of
11631 cgraph_redirect_edge_callee.
11632 (cgraph_create_virtual_clone): Pass args_to_skip to cgraph_clone_node,
11633 moved setting of a lot of flags to set_new_clone_decl_and_node_flags.
11635 2014-04-04 Jeff Law <law@redhat.com>
11638 * config/arm/predicates.md (const_int_I_operand): New predicate.
11639 (const_int_M_operand): Similarly.
11640 * config/arm/arm.md (insv_zero): Use const_int_M_operand instead of
11642 (insv_t2, extv_reg, extzv_t2): Likewise.
11643 (load_multiple_with_writeback): Similarly for const_int_I_operand.
11644 (pop_multiple_with_writeback_and_return): Likewise.
11645 (vfp_pop_multiple_with_writeback): Likewise
11647 2014-04-04 Richard Biener <rguenther@suse.de>
11650 * tree-ssanames.c (make_ssa_name_fn): Fix assert.
11651 * gimple.c (gimple_set_bb): Avoid ICEing for NULL cfun for
11653 * gimplify.h (gimple_add_tmp_var_fn): Declare.
11654 * gimplify.c (gimple_add_tmp_var_fn): New function.
11655 * gimple-expr.h (create_tmp_reg_fn): Declare.
11656 * gimple-expr.c (create_tmp_reg_fn): New function.
11657 * gimple-low.c (record_vars_into): Don't change cfun.
11658 * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Fix
11659 code generation without cfun.
11661 2014-04-04 Thomas Schwinge <thomas@codesourcery.com>
11664 * Makefile.in (install-driver): Fix shell scripting.
11666 2014-04-03 Cong Hou <congh@google.com>
11668 PR tree-optimization/60505
11669 * tree-vectorizer.h (struct _stmt_vec_info): Add th field as the
11670 threshold of number of iterations below which no vectorization
11672 * tree-vect-loop.c (new_loop_vec_info):
11673 Initialize LOOP_VINFO_COST_MODEL_THRESHOLD.
11674 * tree-vect-loop.c (vect_analyze_loop_operations):
11675 Set LOOP_VINFO_COST_MODEL_THRESHOLD.
11676 * tree-vect-loop.c (vect_transform_loop):
11677 Use LOOP_VINFO_COST_MODEL_THRESHOLD.
11678 * tree-vect-loop.c (vect_analyze_loop_2): Check the maximum number
11679 of iterations of the loop and see if we should build the epilogue.
11681 2014-04-03 Richard Biener <rguenther@suse.de>
11683 * tree-streamer.h (struct streamer_tree_cache_d): Add next_idx member.
11684 (streamer_tree_cache_create): Adjust.
11685 * tree-streamer.c (streamer_tree_cache_add_to_node_array): Adjust
11686 to allow optional nodes array.
11687 (streamer_tree_cache_insert_1): Use next_idx to assign idx.
11688 (streamer_tree_cache_append): Likewise.
11689 (streamer_tree_cache_create): Create nodes array optionally
11690 as specified by parameter.
11691 * lto-streamer-out.c (create_output_block): Avoid maintaining
11692 the node array in the writer cache.
11693 (DFS_write_tree): Remove assertion.
11694 (produce_asm_for_decls): Free the out decl state hash table early.
11695 * lto-streamer-in.c (lto_data_in_create): Adjust for
11696 streamer_tree_cache_create prototype change.
11698 2014-04-03 Richard Biener <rguenther@suse.de>
11700 * tree-streamer-out.c (streamer_write_chain): Do not temporarily
11701 set TREE_CHAIN to NULL_TREE.
11703 2014-04-03 Richard Biener <rguenther@suse.de>
11705 PR tree-optimization/60740
11706 * graphite-scop-detection.c (stmt_simple_for_scop_p): Iterate
11707 over all GIMPLE_COND operands.
11709 2014-04-03 Nathan Sidwell <nathan@codesourcery.com>
11711 * doc/invoke.texi (Wnon-virtual-dtor): Adjust documentation.
11712 (Weffc++): Remove Scott's numbering, merge lists and reference
11715 2014-04-03 Nick Clifton <nickc@redhat.com>
11717 * config/rl78/rl78-expand.md (movqi): Handle (SUBREG (SYMBOL_REF))
11720 2014-04-03 Martin Jambor <mjambor@suse.cz>
11722 * ipa-cp.c (ipcp_verify_propagated_values): Also dump symtab and
11723 mention gcc_unreachable before failing.
11724 * ipa.c (symtab_remove_unreachable_nodes): Also print order of
11727 2014-04-02 Jan Hubicka <hubicka@ucw.cz>
11730 * ipa-devirt.c (get_polymorphic_call_info): Do not ICE on type
11731 inconsistent code and instead mark the context inconsistent.
11732 (possible_polymorphic_call_targets): For inconsistent contexts
11733 return empty complete list.
11735 2014-04-02 Anthony Green <green@moxielogic.com>
11737 * config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2)
11738 (extendqisi2, extendhisi2): Define.
11739 * config/moxie/moxie.h (DEFAULT_SIGNED_CHAR): Change to 0.
11740 (WCHAR_TYPE): Change to unsigned int.
11742 2014-04-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
11744 PR tree-optimization/60733
11745 * gimple-ssa-strength-reduction.c (ncd_with_phi): Change required
11746 insertion point for PHI candidates to be the end of the feeding
11747 block for the PHI argument.
11749 2014-04-02 Vladimir Makarov <vmakarov@redhat.com>
11751 PR rtl-optimization/60650
11752 * lra-constraints.c (process_alt_operands): Decrease reject for
11753 earlyclobber matching.
11755 2014-04-02 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
11757 * config/s390/s390.c (s390_expand_insv): Use GET_MODE_BITSIZE.
11759 2014-04-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11761 * config/spu/spu.c (pad_bb): Do not crash when the last
11762 insn is CODE_FOR_blockage.
11764 2014-04-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11766 * config/spu/spu.md ("insv"): Fail if bitoffset+bitsize
11767 lies outside the target mode.
11769 2014-04-02 Michael Meissner <meissner@linux.vnet.ibm.com>
11772 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If we have
11773 software floating point or no floating point registers, do not
11774 allow any type in the FPRs. Eliminate a test for SPE SIMD types
11775 in GPRs that occurs after we tested for GPRs that would never be
11778 * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64):
11779 Rewrite tests to use TARGET_DOUBLE_FLOAT and TARGET_E500_DOUBLE,
11780 since the FMOVE64 type is DFmode/DDmode. If TARGET_E500_DOUBLE,
11781 specifically allow DDmode, since that does not use the SPE SIMD
11784 2014-04-02 Richard Biener <rguenther@suse.de>
11786 PR middle-end/60729
11787 * optabs.c (expand_abs_nojump): Honor flag_trapv only for
11788 MODE_INTs. Properly use negv_optab.
11789 (expand_abs): Likewise.
11791 2014-04-02 Richard Biener <rguenther@suse.de>
11794 * Makefile.in (install-driver): Guard extra installs with special
11797 2014-04-01 Michael Meissner <meissner@linux.vnet.ibm.com>
11799 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
11800 Document vec_vgbbd.
11802 2014-04-01 Richard Henderson <rth@redhat.com>
11805 * config/i386/i386.md (*float<SWI48><MODEF>2_sse): Leave the second
11806 alternative enabled before register allocation.
11808 2014-04-01 Chung-Lin Tang <cltang@codesourcery.com>
11810 * config/nios2/nios2.md (unspec): Remove UNSPEC_TLS, UNSPEC_TLS_LDM.
11811 * config/nios2/nios2.c (nios2_function_profiler): Fix addi operand
11813 (nios2_large_got_address): Remove unneeded 'sym' parameter.
11814 (nios2_got_address): Update nios2_large_got_address call site.
11815 (nios2_delegitimize_address): New function.
11816 (TARGET_DELEGITIMIZE_ADDRESS): Define to nios2_delegitimize_address.
11817 * config/nios2/linux.h (GLIBC_DYNAMIC_LINKER): Define.
11818 (LINK_SPEC): Specify dynamic linker using GNU_USER_DYNAMIC_LINKER.
11820 2014-04-01 Martin Husemann <martin@duskware.de>
11822 * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Define __mips_o32
11825 2014-04-01 Richard Sandiford <rdsandiford@googlemail.com>
11827 PR rtl-optimization/60604
11828 * recog.c (general_operand): Incorporate REG_CANNOT_CHANGE_MODE_P
11829 check from register_operand.
11830 (register_operand): Redefine in terms of general_operand.
11831 (nonmemory_operand): Use register_operand for the non-constant cases.
11833 2014-04-01 Richard Biener <rguenther@suse.de>
11835 * gimple.h (struct gimple_statement_base): Align subcode to 16 bits.
11837 2014-04-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
11839 * doc/invoke.texi (mapp-regs): Clarify.
11841 2014-03-31 Ulrich Drepper <drepper@gmail.com>
11843 * config/i386/avx512fintrin.h (__v32hi): Define type.
11844 (__v64qi): Likewise.
11845 (_mm512_set1_epi8): Define.
11846 (_mm512_set1_epi16): Define.
11847 (_mm512_set4_epi32): Define.
11848 (_mm512_set4_epi64): Define.
11849 (_mm512_set4_pd): Define.
11850 (_mm512_set4_ps): Define.
11851 (_mm512_setr4_epi64): Define.
11852 (_mm512_setr4_epi32): Define.
11853 (_mm512_setr4_pd): Define.
11854 (_mm512_setr4_ps): Define.
11855 (_mm512_setzero_epi32): Define.
11857 2014-03-31 Martin Jambor <mjambor@suse.cz>
11859 PR middle-end/60647
11860 * tree-sra.c (callsite_has_enough_arguments_p): Renamed to
11861 callsite_arguments_match_p. Updated all callers. Also check types of
11862 corresponding formal parameters and actual arguments.
11863 (not_all_callers_have_enough_arguments_p) Renamed to
11864 some_callers_have_mismatched_arguments_p.
11866 2014-03-31 Yuri Rumyantsev <ysrumyan@gmail.com>
11868 * tree-inline.c (copy_loops): Add missed copy of 'safelen'.
11870 2014-03-31 Kugan Vivekanandarajah <kuganv@linaro.org>
11873 * aarch64/aarch64.c (aarch64_classify_address): Fix alignment for
11876 2014-03-30 Uros Bizjak <ubizjak@gmail.com>
11878 * config/i386/sse.md (FMAMODE_NOVF512): New mode iterator.
11879 (<sd_mask_codefor>fma_fmadd_<mode><sd_maskz_name><round_name>):
11881 <sd_mask_codefor>fma_fmadd_<VF_512:mode><sd_maskz_name><round_name>.
11882 Use FMAMODE_NOVF512 mode iterator.
11883 (<sd_mask_codefor>fma_fmsub_<mode><sd_maskz_name><round_name>): Ditto.
11884 (<sd_mask_codefor>fma_fnmadd_<mode><sd_maskz_name><round_name>): Ditto.
11885 (<sd_mask_codefor>fma_fnmsub_<mode><sd_maskz_name><round_name>): Ditto.
11886 (<sd_mask_codefor>fma_fmaddsub_<mode><sd_maskz_name><round_name>):
11888 <sd_mask_codefor>fma_fmaddsub_<VF_512:mode><sd_maskz_name><round_name>.
11889 Use VF_128_256 mode iterator.
11890 (<sd_mask_codefor>fma_fmsubadd_<mode><sd_maskz_name><round_name>):
11893 2014-03-28 Jan Hubicka <hubicka@ucw.cz>
11895 * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Clear
11896 static chain if needed.
11898 2014-03-28 Vladimir Makarov <vmakarov@redhat.com>
11901 * lra-constraints.c (index_part_to_reg): New.
11902 (process_address): Use it.
11904 2014-03-27 Jeff Law <law@redhat.com>
11905 Jakub Jelinek <jakub@redhat.com>
11908 * expr.c (do_tablejump): Use simplify_gen_binary rather than
11909 gen_rtx_{PLUS,MULT} to build up the address expression.
11911 * i386/i386.c (ix86_legitimize_address): Use copy_addr_to_reg to avoid
11912 creating non-canonical RTL.
11914 2014-03-28 Jan Hubicka <hubicka@ucw.cz>
11917 * ipa-inline.c (want_inline_small_function_p): Short circuit large
11918 functions; reorganize to make cheap checks first.
11919 (inline_small_functions): Do not estimate growth when dumping;
11921 * ipa-inline.h (inline_summary): Add min_size.
11922 (growth_likely_positive): New function.
11923 * ipa-inline-analysis.c (dump_inline_summary): Add min_size.
11924 (set_cond_stmt_execution_predicate): Cleanup.
11925 (estimate_edge_size_and_time): Compute min_size.
11926 (estimate_calls_size_and_time): Likewise.
11927 (estimate_node_size_and_time): Likewise.
11928 (inline_update_overall_summary): Update min_size.
11929 (do_estimate_edge_time): Likewise.
11930 (do_estimate_edge_size): Update.
11931 (do_estimate_edge_hints): Update.
11932 (growth_likely_positive): New function.
11934 2014-03-28 Jakub Jelinek <jakub@redhat.com>
11937 * config/i386/i386.c (ix86_copy_addr_to_reg): Call copy_addr_to_reg
11938 also if addr has VOIDmode.
11940 2014-03-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11942 * config/arm/aarch-common.c (aarch_crypto_can_dual_issue): New.
11943 * config/arm/aarch-common-protos.h (aarch_crypto_can_dual_issue):
11945 * config/arm/cortex-a53.md: Add reservations and bypass for crypto
11946 instructions as well as AdvancedSIMD loads.
11948 2014-03-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11950 * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aes_op>v16qi):
11951 Use crypto_aese type.
11952 (aarch64_crypto_aes<aesmc_op>v16qi): Use crypto_aesmc type.
11953 * config/arm/arm.md (is_neon_type): Replace crypto_aes with
11954 crypto_aese, crypto_aesmc. Move to types.md.
11955 * config/arm/types.md (crypto_aes): Split into crypto_aese,
11957 * config/arm/iterators.md (crypto_type): Likewise.
11959 2014-03-28 Jan Hubicka <hubicka@ucw.cz>
11961 * cgraph.c: Include expr.h and tree-dfa.h.
11962 (cgraph_redirect_edge_call_stmt_to_callee): If call in noreturn;
11965 2014-03-28 Vladimir Makarov <vmakarov@redhat.com>
11968 * lra-assigns.c (find_hard_regno_for): Remove unavailable hard
11969 regs from checking multi-reg pseudos.
11971 2014-03-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
11973 * config/arm/t-aprofile (MULTILIB_MATCHES): Correct A12 rule.
11975 2014-03-28 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11977 * config/rs6000/rs6000.c (fusion_gpr_load_p): Refuse optimization
11978 if it would clobber the stack pointer, even temporarily.
11980 2014-03-28 Eric Botcazou <ebotcazou@adacore.com>
11982 * mode-switching.c: Make small adjustments to the top comment.
11984 2014-03-27 Michael Meissner <meissner@linux.vnet.ibm.com>
11986 * config/rs6000/constraints.md (wD constraint): New constraint to
11987 match the constant integer to get the top DImode/DFmode out of a
11988 vector in a VSX register.
11990 * config/rs6000/predicates.md (vsx_scalar_64bit): New predicate to
11991 match the constant integer to get the top DImode/DFmode out of a
11992 vector in a VSX register.
11994 * config/rs6000/rs6000-builtins.def (VBPERMQ): Add vbpermq builtin
11997 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
12000 * config/rs6000/rs6000.c (rs6000_debug_reg_global): If
12001 -mdebug=reg, print value of VECTOR_ELEMENT_SCALAR_64BIT.
12003 * config/rs6000/vsx.md (vsx_extract_<mode>, V2DI/V2DF modes):
12004 Optimize vec_extract of 64-bit values, where the value being
12005 extracted is in the top word, where we can use scalar
12006 instructions. Add direct move and store support. Combine the big
12007 endian/little endian vector select load support into a single insn.
12008 (vsx_extract_<mode>_internal1): Likewise.
12009 (vsx_extract_<mode>_internal2): Likewise.
12010 (vsx_extract_<mode>_load): Likewise.
12011 (vsx_extract_<mode>_store): Likewise.
12012 (vsx_extract_<mode>_zero): Delete, big and little endian insns are
12013 combined into vsx_extract_<mode>_load.
12014 (vsx_extract_<mode>_one_le): Likewise.
12016 * config/rs6000/rs6000.h (VECTOR_ELEMENT_SCALAR_64BIT): Macro to
12017 define the top 64-bit vector element.
12019 * doc/md.texi (PowerPC and IBM RS6000 constraints): Document wD
12022 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
12023 Document vec_vbpermq builtin.
12026 * config/rs6000/altivec.h (vec_xxsldwi): Add missing define to
12027 enable use of xxsldwi and xxpermdi builtin functions.
12028 (vec_xxpermdi): Likewise.
12030 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
12031 Document use of vec_xxsldwi and vec_xxpermdi builtins.
12033 2014-03-27 Vladimir Makarov <vmakarov@redhat.com>
12035 PR rtl-optimization/60650
12036 * lra-assign.c (find_hard_regno_for, spill_for): Add parameter
12038 (find_spills_for): New.
12039 (assign_by_spills): Pass the new parameter to find_hard_regno_for.
12040 Spill all pseudos on the second iteration.
12042 2014-03-27 Marek Polacek <polacek@redhat.com>
12045 * doc/extend.texi (ffs Builtins): Change unsigned types to signed
12048 2014-03-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12050 * config/s390/s390.c (s390_can_use_return_insn): Check for
12051 call-saved FPRs on 31 bit.
12053 2014-03-27 Jakub Jelinek <jakub@redhat.com>
12055 PR middle-end/60682
12056 * omp-low.c (lower_omp_1): For gimple_clobber_p stmts,
12057 if they need regimplification, just drop them instead of
12058 calling gimple_regimplify_operands on them.
12060 2014-03-27 Marcus Shawcroft <marcus.shawcroft@arm.com>
12063 * config/aarch64/aarch64.c (faked_omit_frame_pointer): Remove.
12064 (aarch64_frame_pointer_required): Adjust logic.
12065 (aarch64_can_eliminate): Adjust logic.
12066 (aarch64_override_options_after_change): Adjust logic.
12068 2014-03-27 Dehao Chen <dehao@google.com>
12070 * ipa-inline.c (early_inliner): Update node's inline info.
12072 2014-03-26 Dehao Chen <dehao@google.com>
12074 * dojump.c (do_compare_rtx_and_jump): Sets correct probability for
12075 compiler inserted conditional jumps for NAN float check.
12077 2014-03-26 Jakub Jelinek <jakub@redhat.com>
12079 * ubsan.h (ubsan_create_data): Change second argument's type
12080 to const location_t *.
12081 * ubsan.c (ubsan_source_location): If xloc.file is NULL, set it to
12083 (ubsan_create_data): Change second argument to const location_t *PLOC.
12084 Create Loc field whenever PLOC is non-NULL.
12085 (ubsan_instrument_unreachable, ubsan_expand_null_ifn,
12086 ubsan_build_overflow_builtin, instrument_bool_enum_load): Adjust
12090 * real.c (real_to_integer2): Change type of low to UHWI.
12092 2014-03-26 Tobias Burnus <burnus@net-b.de>
12094 * gcc.c (LINK_COMMAND_SPEC): Use libcilkrts.spec for -fcilkplus.
12095 (CILK_SELF_SPECS): New define.
12096 (driver_self_specs): Use it.
12098 2014-03-26 Richard Biener <rguenther@suse.de>
12100 * tree-pretty-print.c (percent_K_format): Implement special
12101 case for LTO and its stripped down BLOCK tree.
12103 2014-03-26 Jakub Jelinek <jakub@redhat.com>
12106 * ubsan.c (instrument_si_overflow): Instrument ABS_EXPR.
12108 * tree-vrp.c (simplify_internal_call_using_ranges): If only
12109 one range is range_int_cst_p, but not both, at least optimize
12110 addition/subtraction of 0 and multiplication by 0 or 1.
12111 * gimple-fold.c (gimple_fold_call): Fold
12112 IFN_UBSAN_CHECK_{ADD,SUB,MUL}.
12113 (gimple_fold_stmt_to_constant_1): If both op0 and op1 aren't
12114 INTEGER_CSTs, try to fold at least x * 0 and y - y.
12116 2014-03-26 Eric Botcazou <ebotcazou@adacore.com>
12118 PR rtl-optimization/60452
12119 * rtlanal.c (rtx_addr_can_trap_p_1): Fix head comment.
12120 <case REG>: Return 1 for invalid offsets from the frame pointer.
12122 2014-03-26 Marek Polacek <polacek@redhat.com>
12125 * doc/extend.texi (C Extensions): Mention variable-length arrays in
12128 2014-03-26 Marek Polacek <polacek@redhat.com>
12131 * doc/extend.texi (Designated Inits): Describe what happens to omitted
12134 2014-03-26 Marek Polacek <polacek@redhat.com>
12137 * ira-color.c (update_conflict_hard_regno_costs): Perform the
12138 multiplication in unsigned type.
12140 2014-03-26 Chung-Ju Wu <jasonwucj@gmail.com>
12142 * doc/install.texi: Document nds32le-*-elf and nds32be-*-elf.
12144 2014-03-26 Chung-Ju Wu <jasonwucj@gmail.com>
12146 * doc/contrib.texi: Add myself as Andes nds32 port contributor.
12148 2014-03-25 Jan Hubicka <hubicka@ucw.cz>
12151 * cif-code.def (UNREACHABLE) New code.
12152 * ipa-inline.c (inline_small_functions): Skip edges to
12153 __builtlin_unreachable.
12154 (estimate_edge_growth): Allow edges to __builtlin_unreachable.
12155 * ipa-inline-analysis.c (edge_set_predicate): Redirect edges with false
12156 predicate to __bulitin_unreachable.
12157 (set_cond_stmt_execution_predicate): Fix issue when
12158 invert_tree_comparison returns ERROR_MARK.
12159 * ipa-pure-const.c (propagate_pure_const, propagate_nothrow): Do not
12160 propagate to inline clones.
12161 * cgraph.c (verify_edge_corresponds_to_fndecl): Allow redirection
12163 * ipa-cp.c (create_specialized_node): Be ready for new node to appear.
12164 * cgraphclones.c (cgraph_clone_node): If call destination is already
12165 ureachable, do not redirect it back.
12166 * tree-inline.c (fold_marked_statements): Hanlde calls becoming
12169 2014-03-25 Jan Hubicka <hubicka@ucw.cz>
12171 * ipa-pure-const.c (propagate_pure_const, propagate_nothrow):
12172 Do not modify inline clones.
12174 2014-03-25 Jakub Jelinek <jakub@redhat.com>
12176 * config/i386/i386.md (general_sext_operand): New mode attr.
12177 (addv<mode>4, subv<mode>4, mulv<mode>4): If operands[2] is CONST_INT,
12178 don't generate (sign_extend (const_int)).
12179 (*addv<mode>4, *subv<mode>4, *mulv<mode>4): Disallow CONST_INT_P
12180 operands[2]. Use We constraint instead of <i> and
12181 <general_sext_operand> predicate instead of <general_operand>.
12182 (*addv<mode>4_1, *subv<mode>4_1, *mulv<mode>4_1): New insns.
12183 * config/i386/constraints.md (We): New constraint.
12184 * config/i386/predicates.md (x86_64_sext_operand,
12185 sext_operand): New predicates.
12187 2014-03-25 Martin Jambor <mjambor@suse.cz>
12190 * ipa-cp.c (ipa_get_indirect_edge_target_1): Redirect type
12191 inconsistent devirtualizations to __builtin_unreachable.
12193 2014-03-25 Marek Polacek <polacek@redhat.com>
12196 * doc/extend.texi (Example of asm with clobbered asm reg): Fix typo.
12198 2014-03-25 Alan Lawrence <alan.lawrence@arm.com>
12200 * config/aarch64/aarch64.c (aarch64_simd_valid_immediate): Reverse
12201 order of elements for big-endian.
12203 2014-03-25 Richard Biener <rguenther@suse.de>
12205 PR middle-end/60635
12206 * gimplify-me.c (gimple_regimplify_operands): Update the
12209 2014-03-25 Martin Jambor <mjambor@suse.cz>
12212 * lto-cgraph.c (lto_output_node): Stream body_removed flag.
12213 (lto_output_varpool_node): Likewise.
12214 (input_overwrite_node): Likewise.
12215 (input_varpool_node): Likewise.
12217 2014-03-25 Richard Biener <rguenther@suse.de>
12219 * lto-wrapper.c (merge_and_complain): Handle OPT_fPIE like OPT_fpie.
12220 (run_gcc): Likewise.
12222 2014-03-25 Jakub Jelinek <jakub@redhat.com>
12224 * combine.c (simplify_compare_const): Add MODE argument.
12225 Handle mode_width 0 as very large mode_width.
12226 (try_combine, simplify_comparison): Adjust callers.
12228 * cselib.c (cselib_hash_rtx): Perform addition in unsigned
12229 type to avoid signed integer overflow.
12230 * explow.c (plus_constant): Likewise.
12232 2014-03-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
12234 * doc/generic.texi: Correct typos.
12236 2014-03-24 Tobias Burnus <burnus@net-b.de>
12238 * doc/invoke.texi (-flto): Expand section about
12239 using static libraries with LTO.
12241 2014-03-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12243 PR rtl-optimization/60501
12244 * optabs.def (addptr3_optab): New optab.
12245 * optabs.c (gen_addptr3_insn, have_addptr3_insn): New function.
12246 * doc/md.texi ("addptrm3"): Document new RTL standard expander.
12247 * expr.h (gen_addptr3_insn, have_addptr3_insn): Add prototypes.
12249 * lra.c (emit_add3_insn): Use the addptr pattern if available.
12251 * config/s390/s390.md ("addptrdi3", "addptrsi3"): New expanders.
12253 2014-03-24 Ulrich Drepper <drepper@gmail.com>
12255 * config/i386/avx512fintrin.h: Define _mm512_set1_ps and
12258 * config/i386/avxintrin.h (_mm256_undefined_si256): Define.
12259 (_mm256_undefined_ps): Define.
12260 (_mm256_undefined_pd): Define.
12261 * config/i386/emmintrin.h (_mm_undefined_si128): Define.
12262 (_mm_undefined_pd): Define.
12263 * config/i386/xmmintrin.h (_mm_undefined_ps): Define.
12264 * config/i386/avx512fintrin.h (_mm512_undefined_si512): Define.
12265 (_mm512_undefined_ps): Define.
12266 (_mm512_undefined_pd): Define.
12267 Use _mm*_undefined_*.
12268 * config/i386/avx2intrin.h: Use _mm*_undefined_*.
12270 2014-03-24 Alex Velenko <Alex.Velenko@arm.com>
12272 * config/aarch64/aarch64-simd-builtins.def (lshr): DI mode excluded.
12273 (lshr_simd): DI mode added.
12274 * config/aarch64/aarch64-simd.md (aarch64_lshr_simddi): New pattern.
12275 (aarch64_ushr_simddi): Likewise.
12276 * config/aarch64/aarch64.md (UNSPEC_USHR64): New unspec.
12277 * config/aarch64/arm_neon.h (vshr_n_u64): Intrinsic fixed.
12278 (vshrd_n_u64): Likewise.
12280 2014-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12282 * Makefile.in (s-macro_list): Depend on cc1.
12284 2014-03-23 Teresa Johnson <tejohnson@google.com>
12286 * ipa-utils.c (ipa_print_order): Use specified dump file.
12288 2014-03-23 Eric Botcazou <ebotcazou@adacore.com>
12290 PR rtl-optimization/60601
12291 * bb-reorder.c (fix_up_fall_thru_edges): Test EDGE_FALLTHRU everywhere.
12293 * gcc.c (eval_spec_function): Initialize save_growing_value.
12295 2014-03-22 Jakub Jelinek <jakub@redhat.com>
12298 * internal-fn.c (ubsan_expand_si_overflow_addsub_check): For
12299 code == MINUS_EXPR, never swap op0 with op1.
12301 * toplev.c (init_local_tick): Avoid signed integer multiplication
12303 * genautomata.c (reserv_sets_hash_value): Fix rotate idiom, avoid
12304 shift by first operand's bitsize.
12306 2014-03-21 Jakub Jelinek <jakub@redhat.com>
12309 * config/i386/i386.h (TARGET_64BIT_P): If not TARGET_BI_ARCH,
12310 redefine to 1 or 0.
12311 * config/i386/darwin.h (TARGET_64BIT_P): Redefine to
12312 TARGET_ISA_64BIT_P(x).
12314 2014-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
12316 * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate a
12317 pattern for vector nor instead of subtract from splat(-1).
12318 (altivec_expand_vec_perm_const_le): Likewise.
12320 2014-03-21 Richard Henderson <rth@twiddle.net>
12323 * ifcvt.c (dead_or_predicable): Return FALSE if there are any frame
12324 related insns after epilogue_completed.
12326 2014-03-21 Martin Jambor <mjambor@suse.cz>
12329 * cgraph.h (symtab_node): New flag body_removed.
12330 * ipa.c (symtab_remove_unreachable_nodes): Set body_removed flag
12331 when removing bodies.
12332 * symtab.c (dump_symtab_base): Dump body_removed flag.
12333 * cgraph.c (verify_edge_corresponds_to_fndecl): Skip nodes which
12334 had their bodies removed.
12336 2014-03-21 Martin Jambor <mjambor@suse.cz>
12339 * ipa.c (symtab_remove_unreachable_nodes): Clear thunk flag of nodes
12342 2014-03-21 Richard Biener <rguenther@suse.de>
12344 PR tree-optimization/60577
12345 * tree-core.h (struct tree_base): Document nothrow_flag use
12346 in DECL_NONALIASED.
12347 * tree.h (DECL_NONALIASED): New.
12348 (may_be_aliased): Adjust.
12349 * coverage.c (build_var): Set DECL_NONALIASED.
12351 2014-03-20 Eric Botcazou <ebotcazou@adacore.com>
12353 * expr.c (expand_expr_real_1): Remove outdated comment.
12355 2014-03-20 Jakub Jelinek <jakub@redhat.com>
12357 PR middle-end/60597
12358 * ira.c (adjust_cleared_regs): Call copy_rtx on
12359 *reg_equiv[REGNO (loc)].src_p before passing it to
12360 simplify_replace_fn_rtx.
12363 * config/i386/i386.c (x86_output_mi_thunk): Surround UNSPEC_GOT
12364 into CONST, put pic register as first operand of PLUS. Use
12365 gen_const_mem for both 32-bit and 64-bit PIC got loads.
12367 2014-03-20 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
12369 * config/aarch64/aarch64.c (MEMORY_MOVE_COST): Delete.
12371 2014-03-20 Eric Botcazou <ebotcazou@adacore.com>
12373 * config/sparc/sparc.c (sparc_do_work_around_errata): Implement work
12374 around for store forwarding issue in the FPU on the UT699.
12375 * config/sparc/sparc.md (in_branch_delay): Return false for single FP
12376 loads and operations if -mfix-ut699 is specified.
12377 (divtf3_hq): Tweak attribute.
12378 (sqrttf2_hq): Likewise.
12380 2014-03-20 Eric Botcazou <ebotcazou@adacore.com>
12382 * calls.c (store_one_arg): Remove incorrect const qualification on the
12383 type of the temporary.
12384 * cfgexpand.c (expand_return): Likewise.
12385 * expr.c (expand_constructor): Likewise.
12386 (expand_expr_real_1): Likewise.
12388 2014-03-20 Zhenqiang Chen <zhenqiang.chen@linaro.org>
12390 * config/arm/arm.c (arm_dwarf_register_span): Update the element number
12393 2014-03-19 Kaz Kojima <kkojima@gcc.gnu.org>
12396 * config/sh/sh.md (udivsi3_i1): Clobber R1 register.
12398 2014-03-19 James Greenhalgh <james.greenhalgh@arm.com>
12400 * config/arm/aarch-common-protos.h
12401 (alu_cost_table): Fix spelling of "extend".
12402 * config/arm/arm.c (arm_new_rtx_costs): Fix spelling of "extend".
12404 2014-03-19 Richard Biener <rguenther@suse.de>
12406 PR middle-end/60553
12407 * tree-core.h (tree_type_common): Re-order pointer members
12408 to reduce recursion depth during GC walks.
12410 2014-03-19 Marek Polacek <polacek@redhat.com>
12413 * ubsan.c (ubsan_type_descriptor): Check that DECL_NAME is nonnull
12414 before accessing it.
12416 2014-03-19 Richard Biener <rguenther@suse.de>
12419 * lto-streamer-in.c (input_function): In WPA stage do not drop
12422 2014-03-19 Jakub Jelinek <jakub@redhat.com>
12424 PR tree-optimization/60559
12425 * vectorizable_mask_load_store): Replace scalar MASK_LOAD
12426 with build_zero_cst assignment.
12428 2014-03-18 Kai Tietz <ktietz@redhat.com>
12430 PR rtl-optimization/56356
12431 * sdbout.c (sdbout_parms): Verify that parms'
12432 incoming argument is valid.
12433 (sdbout_reg_parms): Likewise.
12435 2014-03-18 Richard Henderson <rth@redhat.com>
12438 * config/i386/i386.md (*float<SWI48x><MODEF>2_i387): Move down to
12439 be shadowed by *float<SWI48><MODEF>2_sse. Test X87_ENABLE_FLOAT.
12440 (*float<SWI48><MODEF>2_sse): Check X87_ENABLE_FLOAT for alternative 0.
12442 2014-03-18 Basile Starynkevitch <basile@starynkevitch.net>
12444 * plugin.def: Improve comment for PLUGIN_INCLUDE_FILE.
12445 * doc/plugins.texi (Plugin callbacks): Mention PLUGIN_INCLUDE_FILE.
12446 Italicize plugin event names in description. Explain that
12447 PLUGIN_PRAGMAS has no sense for lto1. Explain PLUGIN_INCLUDE_FILE.
12448 Remind that no GCC functions should be called after PLUGIN_FINISH.
12449 Explain what pragmas with expansion are.
12451 2014-03-18 Martin Liska <mliska@suse.cz>
12453 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Added case when
12454 gimple call statement is update.
12455 * gimple-fold.c (gimple_fold_call): Changed order for GIMPLE_ASSIGN and
12456 GIMPLE_CALL, where gsi iterator still points to GIMPLE CALL.
12458 2014-03-18 Jakub Jelinek <jakub@redhat.com>
12461 * ubsan.c (ubsan_instrument_unreachable): Call
12462 initialize_sanitizer_builtins.
12463 (ubsan_pass): Likewise.
12466 * ubsan.c (ubsan_type_descriptor, ubsan_create_data): Call
12467 varpool_finalize_decl instead of rest_of_decl_compilation.
12469 2014-03-18 Richard Biener <rguenther@suse.de>
12471 * df-problems.c (df_rd_confluence_n): Avoid bitmap_copy
12472 by using bitmap_and_compl instead of bitmap_and_compl_into.
12473 (df_rd_transfer_function): Likewise.
12475 2014-03-18 Richard Biener <rguenther@suse.de>
12477 * doc/lto.texi (fresolution): Fix typo.
12479 2014-03-18 Richard Biener <rguenther@suse.de>
12481 * doc/invoke.texi (flto): Update for changes in 4.9.
12483 2014-03-18 Richard Biener <rguenther@suse.de>
12485 * doc/loop.texi: Remove section on the removed lambda framework.
12486 Update loop docs with recent changes in preserving loop structure.
12488 2014-03-18 Richard Biener <rguenther@suse.de>
12490 * doc/lto.texi (-fresolution): Document.
12492 2014-03-18 Richard Biener <rguenther@suse.de>
12494 * doc/contrib.texi: Adjust my name.
12496 2014-03-18 Jakub Jelinek <jakub@redhat.com>
12499 * internal-fn.c: Include diagnostic-core.h.
12500 (expand_BUILTIN_EXPECT): New function.
12501 * gimplify.c (gimplify_call_expr): Use false instead of FALSE.
12502 (gimplify_modify_expr): Gimplify 3 argument __builtin_expect into
12503 IFN_BUILTIN_EXPECT call instead of __builtin_expect builtin call.
12504 * ipa-inline-analysis.c (find_foldable_builtin_expect): Handle
12505 IFN_BUILTIN_EXPECT.
12506 * predict.c (expr_expected_value_1): Handle IFN_BUILTIN_EXPECT.
12507 Revert 3 argument __builtin_expect code.
12508 (strip_predict_hints): Handle IFN_BUILTIN_EXPECT.
12509 * gimple-fold.c (gimple_fold_call): Likewise.
12510 * tree.h (fold_builtin_expect): New prototype.
12511 * builtins.c (build_builtin_expect_predicate): Add predictor
12512 argument, if non-NULL, create 3 argument __builtin_expect.
12513 (fold_builtin_expect): No longer static. Add ARG2 argument,
12514 pass it through to build_builtin_expect_predicate.
12515 (fold_builtin_2): Adjust caller.
12516 (fold_builtin_3): Handle BUILT_IN_EXPECT.
12517 * internal-fn.def (BUILTIN_EXPECT): New.
12519 2014-03-18 Tobias Burnus <burnus@net-b.de>
12522 * predict.def (PRED_FORTRAN_OVERFLOW, PRED_FORTRAN_FAIL_ALLOC,
12523 PRED_FORTRAN_FAIL_IO, PRED_FORTRAN_WARN_ONCE, PRED_FORTRAN_SIZE_ZERO,
12524 PRED_FORTRAN_INVALID_BOUND, PRED_FORTRAN_ABSENT_DUMMY): Add.
12526 2014-03-18 Jan Hubicka <hubicka@ucw.cz>
12529 * predict.c (combine_predictions_for_bb): Fix up formatting.
12530 (expr_expected_value_1, expr_expected_value): Add predictor argument,
12531 fill what it points to if non-NULL.
12532 (tree_predict_by_opcode): Adjust caller, use the predictor.
12533 * predict.def (PRED_COMPARE_AND_SWAP): Add.
12535 2014-03-18 Eric Botcazou <ebotcazou@adacore.com>
12537 * config/sparc/sparc.c (sparc_do_work_around_errata): Speed up and use
12538 proper constant for the store mode.
12540 2014-03-18 Ilya Enkovich <ilya.enkovich@intel.com>
12542 * symtab.c (change_decl_assembler_name): Fix transparent alias
12543 chain construction.
12545 2014-03-16 Renlin Li <Renlin.Li@arm.com>
12547 * config/aarch64/aarch64.c: Correct the comments about the
12548 aarch64 stack layout.
12550 2014-03-18 Thomas Schwinge <thomas@codesourcery.com>
12552 * omp-low.c (lower_rec_input_clauses) <build_omp_barrier>: Restore
12553 check for GF_OMP_FOR_KIND_FOR.
12555 2013-03-18 Kirill Yukhin <kirill.yukhin@intel.com>
12557 * config/i386/i386.h (ADDITIONAL_REGISTER_NAMES): Add
12558 ymm and zmm register names.
12560 2014-03-17 Jakub Jelinek <jakub@redhat.com>
12563 * config/i386/i386.c (ix86_expand_epilogue): Adjust REG_CFA_ADJUST_CFA
12564 note creation for the 2010-08-31 changes.
12566 2014-03-17 Marek Polacek <polacek@redhat.com>
12568 PR middle-end/60534
12569 * omp-low.c (omp_max_vf): Treat -fno-tree-loop-optimize the same
12570 as -fno-tree-loop-vectorize.
12571 (expand_omp_simd): Likewise.
12573 2014-03-15 Eric Botcazou <ebotcazou@adacore.com>
12575 * config/sparc/sparc-protos.h (tls_call_delay): Delete.
12576 (eligible_for_call_delay): New prototype.
12577 * config/sparc/sparc.c (tls_call_delay): Rename into...
12578 (eligible_for_call_delay): ...this. Return false if the instruction
12579 cannot be put in the delay slot of a branch.
12580 (eligible_for_restore_insn): Simplify.
12581 (eligible_for_return_delay): Return false if the instruction cannot be
12582 put in the delay slot of a branch and simplify.
12583 (eligible_for_sibcall_delay): Return false if the instruction cannot be
12584 put in the delay slot of a branch.
12585 * config/sparc/sparc.md (fix_ut699): New attribute.
12586 (tls_call_delay): Delete.
12587 (in_call_delay): Reimplement.
12588 (eligible_for_sibcall_delay): Rename into...
12589 (in_sibcall_delay): ...this.
12590 (eligible_for_return_delay): Rename into...
12591 (in_return_delay): ...this.
12592 (in_branch_delay): Reimplement.
12593 (in_uncond_branch_delay): Delete.
12594 (in_annul_branch_delay): Delete.
12596 2014-03-14 Richard Henderson <rth@redhat.com>
12599 * config/i386/i386.md (floathi<X87MODEF>2): Delete expander; rename
12600 define_insn from *floathi<X87MODEF>2_i387; allow nonimmediate_operand.
12601 (*floathi<X87MODEF>2_i387_with_temp): Remove.
12602 (floathi splitters): Remove.
12603 (float<SWI48x>xf2): New pattern.
12604 (float<SWI48><MODEF>2): Rename from float<SWI48x><X87MODEF>2. Drop
12605 code that tried to handle DImode for 32-bit, but which was excluded
12606 by the pattern's condition. Drop allocation of stack temporary.
12607 (*floatsi<MODEF>2_vector_mixed_with_temp): Remove.
12608 (*float<SWI48><MODEF>2_mixed_with_temp): Remove.
12609 (*float<SWI48><MODEF>2_mixed_interunit): Remove.
12610 (*float<SWI48><MODEF>2_mixed_nointerunit): Remove.
12611 (*floatsi<MODEF>2_vector_sse_with_temp): Remove.
12612 (*float<SWI48><MODEF>2_sse_with_temp): Remove.
12613 (*float<SWI48><MODEF>2_sse_interunit): Remove.
12614 (*float<SWI48><MODEF>2_sse_nointerunit): Remove.
12615 (*float<SWI48x><X87MODEF>2_i387_with_temp): Remove.
12616 (*float<SWI48x><X87MODEF>2_i387): Remove.
12617 (all float _with_temp splitters): Remove.
12618 (*float<SWI48x><MODEF>2_i387): New pattern.
12619 (*float<SWI48><MODEF>2_sse): New pattern.
12620 (float TARGET_USE_VECTOR_CONVERTS splitters): Merge them.
12621 (float TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters): Merge them.
12623 2014-03-14 Jakub Jelinek <jakub@redhat.com>
12624 Marek Polacek <polacek@redhat.com>
12626 PR middle-end/60484
12627 * common.opt (dump_base_name_prefixed): New Variable.
12628 * opts.c (finish_options): Don't prepend directory to x_dump_base_name
12629 if x_dump_base_name_prefixed is already set, set it at the end.
12631 2014-03-14 Vladimir Makarov <vmakarov@redhat.com>
12633 PR rtl-optimization/60508
12634 * lra-constraints.c (get_reload_reg): Add new parameter
12636 (process_addr_reg, simplify_operand_subreg, curr_insn_transform):
12637 Pass the new parameter values.
12639 2014-03-14 Richard Biener <rguenther@suse.de>
12641 * common.opt: Revert unintented changes from r205065.
12642 * opts.c: Likewise.
12644 2014-03-14 Richard Biener <rguenther@suse.de>
12646 PR middle-end/60518
12647 * cfghooks.c (split_block): Properly adjust all loops the
12648 block was a latch of.
12650 2014-03-14 Martin Jambor <mjambor@suse.cz>
12653 * ipa-prop.c (ipa_modify_call_arguments): Fix iteration condition
12656 2014-03-14 Georg-Johann Lay <avr@gjlay.de>
12659 * config/avr/avr.c (avr_set_current_function): Pass function name
12660 through default_strip_name_encoding before sanity checking instead
12661 of skipping the first char of the assembler name.
12663 2014-03-13 Richard Henderson <rth@redhat.com>
12666 * config/i386/i386.c (ix86_split_fp_branch): Remove pushed argument.
12667 (ix86_force_to_memory, ix86_free_from_memory): Remove.
12668 * config/i386/i386-protos.h: Likewise.
12669 * config/i386/i386.md (floathi<X87MODEF>2): Use assign_386_stack_local
12670 in the expander instead of a splitter.
12671 (float<SWI48x><X87MODEF>2): Use assign_386_stack_local if there is
12672 any possibility of requiring a memory.
12673 (*floatsi<MODEF>2_vector_mixed): Remove, and the splitters.
12674 (*floatsi<MODEF>2_vector_sse): Remove, and the splitters.
12675 (fp branch splitters): Update for ix86_split_fp_branch.
12676 (*jcc<X87MODEF>_<SWI24>_i387): Remove r/f alternative.
12677 (*jcc<X87MODEF>_<SWI24>_r_i387): Likewise.
12678 (splitter for jcc<X87MODEF>_<SWI24>_i387 r/f): Remove.
12679 (*fop_<MODEF>_2_i387): Remove f/r alternative.
12680 (*fop_<MODEF>_3_i387): Likewise.
12681 (*fop_xf_2_i387, *fop_xf_3_i387): Likewise.
12682 (splitters for the fop_* register patterns): Remove.
12683 (fscalexf4_i387): Rename from *fscalexf4_i387.
12684 (ldexpxf3): Use gen_floatsixf2 and gen_fscalexf4_i387.
12686 2014-03-13 Jakub Jelinek <jakub@redhat.com>
12688 PR tree-optimization/59779
12689 * tree-dfa.c (get_ref_base_and_extent): Use double_int
12690 type for bitsize and maxsize instead of HOST_WIDE_INT.
12692 2014-03-13 Steven Bosscher <steven@gcc.gnu.org>
12694 PR rtl-optimization/57320
12695 * function.c (rest_of_handle_thread_prologue_and_epilogue): Cleanup
12696 the CFG after thread_prologue_and_epilogue_insns.
12698 2014-03-13 Vladimir Makarov <vmakarov@redhat.com>
12700 PR rtl-optimization/57189
12701 * lra-constraints.c (process_alt_operands): Disfavor spilling
12704 2014-03-13 Cesar Philippidis <cesar@codesourcery.com>
12706 * lto-wrapper.c (maybe_unlink_file): Suppress diagnostic messages.
12708 2014-03-13 Jakub Jelinek <jakub@redhat.com>
12710 PR tree-optimization/59025
12711 PR middle-end/60418
12712 * tree-ssa-reassoc.c (sort_by_operand_rank): For SSA_NAMEs with the
12713 same rank, sort by bb_rank and gimple_uid of SSA_NAME_DEF_STMT first.
12715 2014-03-13 Georg-Johann Lay <avr@gjlay.de>
12718 * config/avr/avr.c (avr_out_plus): Swap cc_plus and cc_minus in
12719 calls of avr_out_plus_1.
12721 2014-03-13 Bin Cheng <bin.cheng@arm.com>
12723 * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Record
12724 BB's single pred and update the father loop's latch info later.
12726 2014-03-12 Michael Meissner <meissner@linux.vnet.ibm.com>
12728 * config/rs6000/vector.md (VEC_L): Add V1TI mode to vector types.
12732 (VEC_base): Likewise.
12733 (mov<MODE>, VEC_M modes): If we are loading TImode into VSX
12734 registers, we need to swap double words in little endian mode.
12736 * config/rs6000/rs6000-modes.def (V1TImode): Add new vector mode
12737 to be a container mode for 128-bit integer operations added in ISA
12738 2.07. Unlike TImode and PTImode, the preferred register set is
12739 the Altivec/VMX registers for the 128-bit operations.
12741 * config/rs6000/rs6000-protos.h (rs6000_move_128bit_ok_p): Add
12743 (rs6000_split_128bit_ok_p): Likewise.
12745 * config/rs6000/rs6000-builtin.def (BU_P8V_AV_3): Add new support
12746 macros for creating ISA 2.07 normal and overloaded builtin
12747 functions with 3 arguments.
12748 (BU_P8V_OVERLOAD_3): Likewise.
12749 (VPERM_1T): Add support for V1TImode in 128-bit vector operations
12750 for use as overloaded functions.
12751 (VPERM_1TI_UNS): Likewise.
12752 (VSEL_1TI): Likewise.
12753 (VSEL_1TI_UNS): Likewise.
12754 (ST_INTERNAL_1ti): Likewise.
12755 (LD_INTERNAL_1ti): Likewise.
12756 (XXSEL_1TI): Likewise.
12757 (XXSEL_1TI_UNS): Likewise.
12758 (VPERM_1TI): Likewise.
12759 (VPERM_1TI_UNS): Likewise.
12760 (XXPERMDI_1TI): Likewise.
12761 (SET_1TI): Likewise.
12762 (LXVD2X_V1TI): Likewise.
12763 (STXVD2X_V1TI): Likewise.
12764 (VEC_INIT_V1TI): Likewise.
12765 (VEC_SET_V1TI): Likewise.
12766 (VEC_EXT_V1TI): Likewise.
12767 (EQV_V1TI): Likewise.
12768 (NAND_V1TI): Likewise.
12769 (ORC_V1TI): Likewise.
12770 (VADDCUQ): Add support for 128-bit integer arithmetic instructions
12771 added in ISA 2.07. Add both normal 'altivec' builtins, and the
12772 overloaded builtin.
12773 (VADDUQM): Likewise.
12774 (VSUBCUQ): Likewise.
12775 (VADDEUQM): Likewise.
12776 (VADDECUQ): Likewise.
12777 (VSUBEUQM): Likewise.
12778 (VSUBECUQ): Likewise.
12780 * config/rs6000/rs6000-c.c (__int128_type): New static to hold
12781 __int128_t and __uint128_t types.
12782 (__uint128_type): Likewise.
12783 (altivec_categorize_keyword): Add support for vector __int128_t,
12784 vector __uint128_t, vector __int128, and vector unsigned __int128
12785 as a container type for TImode operations that need to be done in
12786 VSX/Altivec registers.
12787 (rs6000_macro_to_expand): Likewise.
12788 (altivec_overloaded_builtins): Add ISA 2.07 overloaded functions
12789 to support 128-bit integer instructions vaddcuq, vadduqm,
12790 vaddecuq, vaddeuqm, vsubcuq, vsubuqm, vsubecuq, vsubeuqm.
12791 (altivec_resolve_overloaded_builtin): Add support for V1TImode.
12793 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
12794 for V1TImode, and set up preferences to use VSX/Altivec registers.
12795 Setup VSX reload handlers.
12796 (rs6000_debug_reg_global): Likewise.
12797 (rs6000_init_hard_regno_mode_ok): Likewise.
12798 (rs6000_preferred_simd_mode): Likewise.
12799 (vspltis_constant): Do not allow V1TImode as easy altivec constants.
12800 (easy_altivec_constant): Likewise.
12801 (output_vec_const_move): Likewise.
12802 (rs6000_expand_vector_set): Convert V1TImode set and extract to
12804 (rs6000_expand_vector_extract): Likewise.
12805 (reg_offset_addressing_ok_p): Setup V1TImode to use VSX reg+reg
12807 (rs6000_const_vec): Add support for V1TImode.
12808 (rs6000_emit_le_vsx_load): Swap double words when loading or
12809 storing TImode/V1TImode.
12810 (rs6000_emit_le_vsx_store): Likewise.
12811 (rs6000_emit_le_vsx_move): Likewise.
12812 (rs6000_emit_move): Add support for V1TImode.
12813 (altivec_expand_ld_builtin): Likewise.
12814 (altivec_expand_st_builtin): Likewise.
12815 (altivec_expand_vec_init_builtin): Likewise.
12816 (altivec_expand_builtin): Likewise.
12817 (rs6000_init_builtins): Add support for V1TImode type. Add
12818 support for ISA 2.07 128-bit integer builtins. Define type names
12819 for the VSX/Altivec vector types.
12820 (altivec_init_builtins): Add support for overloaded vector
12821 functions with V1TImode type.
12822 (rs6000_preferred_reload_class): Prefer Altivec registers for V1TImode.
12823 (rs6000_move_128bit_ok_p): Move 128-bit move/split validation to
12825 (rs6000_split_128bit_ok_p): Likewise.
12826 (rs6000_handle_altivec_attribute): Create V1TImode from vector
12827 __int128_t and vector __uint128_t.
12829 * config/rs6000/vsx.md (VSX_L): Add V1TImode to vector iterators
12830 and mode attributes.
12832 (VSX_M2): Likewise.
12837 (VS_scalar): Likewise.
12838 (VS_double): Likewise.
12839 (vsx_set_v1ti): New builtin function to create V1TImode from TImode.
12841 * config/rs6000/rs6000.h (TARGET_VADDUQM): New macro to say whether
12842 we support the ISA 2.07 128-bit integer arithmetic instructions.
12843 (ALTIVEC_OR_VSX_VECTOR_MODE): Add V1TImode.
12844 (enum rs6000_builtin_type_index): Add fields to hold V1TImode
12845 and TImode types for use with the builtin functions.
12846 (V1TI_type_node): Likewise.
12847 (unsigned_V1TI_type_node): Likewise.
12848 (intTI_type_internal_node): Likewise.
12849 (uintTI_type_internal_node): Likewise.
12851 * config/rs6000/altivec.md (UNSPEC_VADDCUQ): New unspecs for ISA 2.07
12852 128-bit builtin functions.
12853 (UNSPEC_VADDEUQM): Likewise.
12854 (UNSPEC_VADDECUQ): Likewise.
12855 (UNSPEC_VSUBCUQ): Likewise.
12856 (UNSPEC_VSUBEUQM): Likewise.
12857 (UNSPEC_VSUBECUQ): Likewise.
12858 (VM): Add V1TImode to vector mode iterators.
12860 (VI_unit): Likewise.
12861 (altivec_vadduqm): Add ISA 2.07 128-bit binary builtins.
12862 (altivec_vaddcuq): Likewise.
12863 (altivec_vsubuqm): Likewise.
12864 (altivec_vsubcuq): Likewise.
12865 (altivec_vaddeuqm): Likewise.
12866 (altivec_vaddecuq): Likewise.
12867 (altivec_vsubeuqm): Likewise.
12868 (altivec_vsubecuq): Likewise.
12870 * config/rs6000/rs6000.md (FMOVE128_GPR): Add V1TImode to vector
12872 (BOOL_128): Likewise.
12873 (BOOL_REGS_OUTPUT): Likewise.
12874 (BOOL_REGS_OP1): Likewise.
12875 (BOOL_REGS_OP2): Likewise.
12876 (BOOL_REGS_UNARY): Likewise.
12877 (BOOL_REGS_AND_CR0): Likewise.
12879 * config/rs6000/altivec.h (vec_vaddcuq): Add support for ISA 2.07
12880 128-bit integer builtin support.
12881 (vec_vadduqm): Likewise.
12882 (vec_vaddecuq): Likewise.
12883 (vec_vaddeuqm): Likewise.
12884 (vec_vsubecuq): Likewise.
12885 (vec_vsubeuqm): Likewise.
12886 (vec_vsubcuq): Likewise.
12887 (vec_vsubuqm): Likewise.
12889 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
12890 Document vec_vaddcuq, vec_vadduqm, vec_vaddecuq, vec_vaddeuqm,
12891 vec_subecuq, vec_subeuqm, vec_vsubcuq, vec_vsubeqm builtins adding
12892 128-bit integer add/subtract to ISA 2.07.
12894 2014-03-12 Joern Rennecke <joern.rennecke@embecosm.com>
12896 * config/arc/arc.c (arc_predicate_delay_insns):
12897 Fix third argument passed to conditionalize_nonjump.
12899 2014-03-12 Yufeng Zhang <yufeng.zhang@arm.com>
12901 * config/aarch64/aarch64-builtins.c
12902 (aarch64_builtin_vectorized_function): Add BUILT_IN_LFLOORF,
12903 BUILT_IN_LLFLOOR, BUILT_IN_LCEILF and BUILT_IN_LLCEIL.
12904 * config/aarch64/arm_neon.h (vcvtaq_u64_f64): Call __builtin_llfloor
12905 instead of __builtin_lfloor.
12906 (vcvtnq_u64_f64): Call __builtin_llceil instead of __builtin_lceil.
12908 2014-03-12 Jakub Jelinek <jakub@redhat.com>
12910 * tree-ssa-ifcombine.c (forwarder_block_to): New function.
12911 (tree_ssa_ifcombine_bb_1): New function.
12912 (tree_ssa_ifcombine_bb): Use it. Handle also cases where else_bb
12913 is an empty forwarder block to then_bb or vice versa and then_bb
12914 and else_bb are effectively swapped.
12916 2014-03-12 Christian Bruel <christian.bruel@st.com>
12919 * config/arm/arm.c (arm_emit_vfp_multi_reg_pop): Emit a
12920 REG_CFA_DEF_CFA note.
12921 (arm_expand_epilogue_apcs_frame): call arm_add_cfa_adjust_cfa_note.
12922 (arm_unwind_emit): Allow REG_CFA_DEF_CFA.
12924 2014-03-12 Thomas Preud'homme <thomas.preudhomme@arm.com>
12926 PR tree-optimization/60454
12927 * tree-ssa-math-opts.c (find_bswap_1): Fix bswap detection.
12929 2014-03-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12931 * config.gcc (aarch64*-*-*): Use ISA flags from aarch64-arches.def.
12932 Do not define target_cpu_default2 to generic.
12933 * config/aarch64/aarch64.h (TARGET_CPU_DEFAULT): Use generic cpu.
12934 * config/aarch64/aarch64.c (aarch64_override_options): Update comment.
12935 * config/aarch64/aarch64-arches.def (armv8-a): Use generic cpu.
12937 2014-03-12 Jakub Jelinek <jakub@redhat.com>
12938 Marc Glisse <marc.glisse@inria.fr>
12940 PR tree-optimization/60502
12941 * tree-ssa-reassoc.c (eliminate_not_pairs): Use build_all_ones_cst
12942 instead of build_low_bits_mask.
12944 2014-03-12 Jakub Jelinek <jakub@redhat.com>
12946 PR middle-end/60482
12947 * tree-vrp.c (register_edge_assert_for_1): Don't add assert
12948 if there are multiple uses, but op doesn't live on E edge.
12949 * tree-cfg.c (assert_unreachable_fallthru_edge_p): Also ignore
12950 clobber stmts before __builtin_unreachable.
12952 2014-03-11 Richard Sandiford <rdsandiford@googlemail.com>
12954 * builtins.c (expand_builtin_setjmp_receiver): Use and clobber
12955 hard_frame_pointer_rtx.
12956 * cse.c (cse_insn): Remove volatile check.
12957 * cselib.c (cselib_process_insn): Likewise.
12958 * dse.c (scan_insn): Likewise.
12960 2014-03-11 Joern Rennecke <joern.rennecke@embecosm.com>
12962 * config/arc/arc.c (conditionalize_nonjump): New function,
12964 (arc_ifcvt): ... this.
12965 (arc_predicate_delay_insns): Use it.
12967 2014-03-11 Joern Rennecke <joern.rennecke@embecosm.com>
12969 * config/arc/predicates.md (extend_operand): During/after reload,
12970 allow const_int_operand.
12971 * config/arc/arc.md (mulsidi3_700): Use extend_operand predicate.
12972 (umulsidi3_700): Likewise. Change operand 2 constraint back to "cL".
12973 (mulsi3_highpart): Change operand 2 constraint alternatives 2 and 3
12975 (umulsi3_highpart_i): Likewise.
12977 2014-03-11 Richard Biener <rguenther@suse.de>
12979 * tree-ssa-structalias.c (get_constraint_for_ptr_offset):
12980 Add asserts to guard possible wrong-code bugs.
12982 2014-03-11 Richard Biener <rguenther@suse.de>
12984 PR tree-optimization/60429
12985 PR tree-optimization/60485
12986 * tree-ssa-structalias.c (set_union_with_increment): Properly
12987 take into account all fields that overlap the shifted vars.
12988 (do_sd_constraint): Likewise.
12989 (do_ds_constraint): Likewise.
12990 (get_constraint_for_ptr_offset): Likewise.
12992 2014-03-11 Chung-Lin Tang <cltang@codesourcery.com>
12994 * config/nios2/nios2.c (machine_function): Add fp_save_offset field.
12995 (nios2_compute_frame_layout):
12996 Add calculation of cfun->machine->fp_save_offset.
12997 (nios2_expand_prologue): Correct setting of frame pointer register
12999 (nios2_expand_epilogue): Update recovery of stack pointer from
13000 frame pointer accordingly.
13001 (nios2_initial_elimination_offset): Update calculation of offset
13002 for eliminating to HARD_FRAME_POINTER_REGNUM.
13004 2014-03-10 Jakub Jelinek <jakub@redhat.com>
13007 * ipa.c (symtab_remove_unreachable_nodes): Don't call
13008 cgraph_get_create_node on VAR_DECLs.
13010 2014-03-10 Richard Biener <rguenther@suse.de>
13012 PR middle-end/60474
13013 * tree.c (signed_or_unsigned_type_for): Handle OFFSET_TYPEs.
13015 2014-03-08 Douglas B Rupp <rupp@gnat.com>
13017 * config/vms/vms.opt (vms_float_format): New variable.
13019 2014-03-08 Tobias Burnus <burnus@net-b.de>
13021 * doc/invoke.texi (-fcilkplus): Update implementation status.
13023 2014-03-08 Paulo Matos <paulo@matos-sorge.com>
13024 Richard Biener <rguenther@suse.de>
13026 * lto-wrapper.c (merge_and_complain): Ensure -fshort-double is used
13027 consistently accross all TUs.
13028 (run_gcc): Enable -fshort-double automatically at link at link-time
13029 and disallow override.
13031 2014-03-08 Richard Sandiford <rdsandiford@googlemail.com>
13034 * config/mips/mips.c (mips_option_override): Promote -mpaired-single
13035 warning to an error. Disable TARGET_PAIRED_SINGLE and TARGET_MIPS3D
13036 if they can't be used.
13038 2014-03-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13040 * configure.ac (HAVE_AS_IX86_TLSLDMPLT): Improve test
13041 for Solaris 11/x86 ld.
13042 * configure: Regenerate.
13044 2014-03-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13046 * configure.ac (TLS_SECTION_ASM_FLAG): Save as tls_section_flag.
13047 (LIB_TLS_SPEC): Save as ld_tls_libs.
13048 (HAVE_AS_IX86_TLSLDMPLT): Define as 1/0.
13049 (HAVE_AS_IX86_TLSLDM): New test.
13050 * configure, config.in: Regenerate.
13051 * config/i386/i386.c (legitimize_tls_address): Fall back to
13052 TLS_MODEL_GLOBAL_DYNAMIC on 32-bit Solaris/x86 if tool chain
13053 cannot support TLS_MODEL_LOCAL_DYNAMIC.
13054 * config/i386/i386.md (*tls_local_dynamic_base_32_gnu): Use if
13055 instead of #ifdef in HAVE_AS_IX86_TLSLDMPLT test.
13057 2014-03-07 Paulo Matos <paulo@matos-sorge.com>
13059 * common.opt (fira-loop-pressure): Mark as optimization.
13061 2014-03-07 Thomas Schwinge <thomas@codesourcery.com>
13063 * langhooks.c (lhd_omp_mappable_type): The error_mark_node is not
13064 an OpenMP mappable type.
13066 2014-03-06 Matthias Klose <doko@ubuntu.com>
13068 * Makefile.in (s-mlib): Only pass MULTIARCH_DIRNAME if
13069 MULTILIB_OSDIRNAMES is not defined.
13071 2014-03-06 Jakub Jelinek <jakub@redhat.com>
13072 Meador Inge <meadori@codesourcery.com>
13075 * config/arm/arm.c (arm_tls_symbol_p): Remove.
13076 (arm_legitimize_address): Call legitimize_tls_address for any
13077 arm_tls_referenced_p expression, handle constant addend. Call it
13078 before testing for !TARGET_ARM.
13079 (thumb_legitimize_address): Don't handle arm_tls_symbol_p here.
13081 2014-03-06 Richard Biener <rguenther@suse.de>
13083 PR middle-end/60445
13087 2014-03-04 Paulo Matos <paulo@matos-sorge.com>
13089 * tree-streamer.c (record_common_node): Assert we don't record
13090 nodes with type double.
13091 (preload_common_node): Skip type double, complex double and double
13092 pointer since it is now frontend dependent due to fshort-double option.
13094 2014-03-06 Richard Biener <rguenther@suse.de>
13096 * gcc.c (PLUGIN_COND): Always enable unless -fno-use-linker-plugin
13097 or -fno-lto is specified and the linker has full plugin support.
13098 * collect2.c (lto_mode): Default to LTO_MODE_WHOPR if LTO is enabled.
13099 (main): Remove -flto processing, adjust lto_mode using use_plugin late.
13100 * lto-wrapper.c (merge_and_complain): Merge compile-time
13101 optimization levels.
13102 (run_gcc): And pass it through to the link options.
13104 2014-03-06 Alexandre Oliva <aoliva@redhat.com>
13108 2014-02-28 Alexandre Oliva <aoliva@redhat.com>
13110 * cselib.c (remove_useless_values): Skip to avoid quadratic
13111 behavior if the condition moved from...
13112 (cselib_process_insn): ... here holds.
13114 2014-03-05 Jakub Jelinek <jakub@redhat.com>
13117 * Makefile.in (PLUGIN_HEADERS): Add tree-phinodes.h, stor-layout.h,
13118 ssa-iterators.h, $(RESOURCE_H) and tree-cfgcleanup.h.
13121 * config/i386/t-i386 (OPTIONS_H_EXTRA): Add stringop.def.
13122 (TM_H): Add x86-tune.def.
13124 2014-03-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13126 * config/aarch64/aarch64.c (generic_tunings):
13127 Use cortexa57_extra_costs.
13129 2014-03-05 Jakub Jelinek <jakub@redhat.com>
13132 * cfgexpand.c (expand_used_vars): Do not assume all SSA_NAMEs
13133 of PARM/RESULT_DECLs must be coalesced with optimize && in_lto_p.
13134 * tree-ssa-coalesce.c (coalesce_ssa_name): Use MUST_COALESCE_COST - 1
13137 2014-03-04 Heiher <r@hev.cc>
13139 * config/mips/mips-cpus.def (loongson3a): Mark as a MIPS64r2 processor.
13140 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Adjust accordingly.
13142 2014-03-04 Uros Bizjak <ubizjak@gmail.com>
13144 * config/i386/predicates.md (const2356_operand): Change to ...
13145 (const2367_operand): ... this.
13146 * config/i386/sse.md (avx512pf_scatterpf<mode>sf): Use
13148 (*avx512pf_scatterpf<mode>sf_mask): Ditto.
13149 (*avx512pf_scatterpf<mode>sf): Ditto.
13150 (avx512pf_scatterpf<mode>df): Ditto.
13151 (*avx512pf_scatterpf<mode>df_mask): Ditto.
13152 (*avx512pf_scatterpf<mode>df): Ditto.
13153 * config/i386/i386.c (ix86_expand_builtin): Update
13154 incorrect hint operand error message.
13156 2014-03-04 Richard Biener <rguenther@suse.de>
13158 * lto-section-in.c (lto_get_section_data): Fix const cast.
13160 2014-03-04 Paulo Matos <paulo@matos-sorge.com>
13162 * tree-streamer.c (record_common_node): Assert we don't record
13163 nodes with type double.
13164 (preload_common_node): Skip type double, complex double and double
13165 pointer since it is now frontend dependent due to fshort-double option.
13167 2014-03-04 Richard Biener <rguenther@suse.de>
13170 * lto-streamer-in.c (lto_read_body): Remove LTO bytecode version check.
13171 (lto_input_toplevel_asms): Likewise.
13172 * lto-section-in.c (lto_get_section_data): Instead do it here
13175 2014-03-04 Richard Biener <rguenther@suse.de>
13177 PR tree-optimization/60382
13178 * tree-vect-loop.c (vect_is_simple_reduction_1): Do not consider
13179 dead PHIs a reduction.
13181 2014-03-03 Uros Bizjak <ubizjak@gmail.com>
13183 * config/i386/xmmintrin.h (enum _mm_hint) <_MM_HINT_ET0>: Correct
13185 (_mm_prefetch): Move out of GCC target("sse") pragma.
13186 * config/i386/prfchwintrin.h (_m_prefetchw): Move out of
13187 GCC target("prfchw") pragma.
13188 * config/i386/i386.md (prefetch): Emit prefetchwt1 only
13190 * config/i386/i386.c (ix86_option_override_internal): Enable
13191 -mprfchw with -mprefetchwt1.
13193 2014-03-03 Joern Rennecke <joern.rennecke@embecosm.com>
13195 * config/arc/arc.md (casesi_load) <length attribute alternative 0>:
13198 2014-03-03 Joern Rennecke <joern.rennecke@embecosm.com>
13200 * opts.h (CL_PCH_IGNORE): Define.
13201 * targhooks.c (option_affects_pch_p):
13202 Return false for options that have CL_PCH_IGNORE set.
13203 * opt-functions.awk: Process PchIgnore.
13204 * doc/options.texi: Document PchIgnore.
13206 * config/arc/arc.opt (misize): Add PchIgnore property.
13208 2014-03-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13210 * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Disallow
13211 reload of PLUS rtx's outside of GENERAL_REGS or BASE_REGS; relax
13212 constraint on constants to permit them being loaded into
13213 GENERAL_REGS or BASE_REGS.
13215 2014-03-03 Nick Clifton <nickc@redhat.com>
13217 * config/rl78/rl78-real.md (cbranchsi4_real_signed): Add
13218 anti-cacnonical alternatives.
13219 (negandhi3_real): New pattern.
13220 * config/rl78/rl78-virt.md (negandhi3_virt): New pattern.
13222 2014-03-03 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
13224 * config/avr/avr-mcus.def: Remove atxmega16x1.
13225 * config/avr/avr-tables.opt: Regenerate.
13226 * config/avr/t-multilib: Regenerate.
13227 * doc/avr-mmcu.texi: Regenerate.
13229 2014-03-03 Tobias Grosser <tobias@grosser.es>
13230 Mircea Namolaru <mircea.namolaru@inria.fr>
13232 PR tree-optimization/58028
13233 * graphite-clast-to-gimple.c (set_cloog_options): Don't remove
13236 2014-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
13238 * config/arm/neon.md (*movmisalign<mode>): Legitimize addresses
13239 not handled by recognizers.
13241 2014-03-03 Jakub Jelinek <jakub@redhat.com>
13243 PR middle-end/60175
13244 * function.c (expand_function_end): Don't emit
13245 clobber_return_register sequence if clobber_after is a BARRIER.
13246 * cfgexpand.c (construct_exit_block): Append instructions before
13247 return_label to prev_bb.
13249 2014-03-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13251 * config/rs6000/constraints.md: Document reserved use of "wc".
13253 2014-03-02 Jan Hubicka <hubicka@ucw.cz>
13256 * ipa.c (function_and_variable_visibility): When dissolving comdat
13257 group, also set all symbols to local.
13259 2014-03-02 Jan Hubicka <hubicka@ucw.cz>
13264 2013-12-14 Jan Hubicka <jh@suse.cz>
13265 PR middle-end/58477
13266 * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Skip clobbers.
13268 2014-03-02 Jon Beniston <jon@beniston.com>
13274 * config/lm32/lm32.c (lm32_legitimate_constant_p): Remove, as incorrect.
13275 (TARGET_LEGITIMATE_CONSTANT_P): Undefine, as not needed.
13276 * config/lm32/lm32.md (movsi_insn): Add 32-bit immediate support.
13277 (simple_return, *simple_return): New patterns
13278 * config/lm32/predicates.md (movsi_rhs_operand): Remove as obsolete.
13279 * configure.ac (force_sjlj_exceptions): Force sjlj exceptions for lm32.
13281 2014-03-01 Paolo Carlini <paolo.carlini@oracle.com>
13283 * dwarf2out.c (gen_subprogram_die): Tidy.
13285 2014-03-01 Oleg Endo <olegendo@gcc.gnu.org>
13288 * config/sh/sh.md (*mov_t_msb_neg): Split into ...
13289 (*mov_t_msb_neg_negc): ... this new insn.
13291 2014-02-28 Jason Merrill <jason@redhat.com>
13294 * ipa-devirt.c (ipa_devirt): Don't choose an implicitly-declared
13297 2014-02-28 Paolo Carlini <paolo.carlini@oracle.com>
13300 * dwarf2out.c (decltype_auto_die): New static.
13301 (gen_subprogram_die): Handle 'decltype(auto)' like 'auto'.
13302 (gen_type_die_with_usage): Handle 'decltype(auto)'.
13303 (is_cxx_auto): Likewise.
13305 2014-02-28 Ian Bolton <ian.bolton@arm.com>
13307 * config/aarch64/aarch64.h: Define __ARM_NEON by default if
13308 we are not using general regs only.
13310 2014-02-28 Richard Biener <rguenther@suse.de>
13313 * tree-cfgcleanup.c (tree_forwarder_block_p): Restrict
13314 previous fix and only allow to remove trivial pre-headers
13315 and latches. Also honor LOOPS_MAY_HAVE_MULTIPLE_LATCHES.
13316 (remove_forwarder_block): Properly update the latch of a loop.
13318 2014-02-28 Alexandre Oliva <aoliva@redhat.com>
13321 * cselib.c (cselib_hasher::equal): Special-case VALUE lookup.
13322 (cselib_preserved_hash_table): New.
13323 (preserve_constants_and_equivs): Move preserved vals to it.
13324 (cselib_find_slot): Look it up first.
13325 (cselib_init): Initialize it.
13326 (cselib_finish): Release it.
13327 (dump_cselib_table): Dump it.
13329 2014-02-28 Alexandre Oliva <aoliva@redhat.com>
13332 * cselib.c (remove_useless_values): Skip to avoid quadratic
13333 behavior if the condition moved from...
13334 (cselib_process_insn): ... here holds.
13336 2014-02-28 Alexandre Oliva <aoliva@redhat.com>
13339 * var-tracking.c (vt_initialize): Apply the same condition to
13340 preserve the CFA base value.
13342 2014-02-28 Joey Ye <joey.ye@arm.com>
13345 * config/arm/arm.c (thumb_far_jump_used_p): Don't change
13346 if reload in progress or completed.
13348 2014-02-28 Tobias Burnus <burnus@net-b.de>
13350 PR middle-end/60147
13351 * tree-pretty-print.c (dump_generic_node, print_declaration): Handle
13354 2014-02-27 H.J. Lu <hongjiu.lu@intel.com>
13356 * doc/tm.texi.in (Condition Code Status): Update documention for
13357 relative locations of cc0-setter and cc0-user.
13359 2014-02-27 Jeff Law <law@redhat.com>
13361 PR rtl-optimization/52714
13362 * combine.c (try_combine): When splitting an unrecognized PARALLEL
13363 into two independent simple sets, if I3 is a jump, ensure the
13364 pattern we place into I3 is a (set (pc) ...).
13366 2014-02-27 Mikael Pettersson <mikpe@it.uu.se>
13367 Jeff Law <law@redhat.com>
13369 PR rtl-optimization/49847
13370 * cse.c (fold_rtx) Handle case where cc0 setter and cc0 user
13371 are in different blocks.
13372 * doc/tm.texi (Condition Code Status): Update documention for
13373 relative locations of cc0-setter and cc0-user.
13375 2014-02-27 Vladimir Makarov <vmakarov@redhat.com>
13378 * lra.c (lra_emit_add): Check SUBREG too.
13380 2014-02-27 Andreas Schwab <schwab@suse.de>
13382 * config/m68k/m68k.c (m68k_option_override): Disable
13383 -flive-range-shrinkage for classic m68k.
13384 (m68k_override_options_after_change): Likewise.
13386 2014-02-27 Marek Polacek <polacek@redhat.com>
13388 PR middle-end/59223
13389 * tree-ssa-uninit.c (gate_warn_uninitialized): Run the pass even for
13390 -Wmaybe-uninitialized.
13392 2014-02-27 Alan Modra <amodra@gmail.com>
13395 * reload1.c (emit_input_reload_insns): When reload_override_in,
13396 set old to rl->in_reg when rl->in_reg is a subreg.
13398 2014-02-26 Richard Biener <rguenther@suse.de>
13401 * lra-assigns.c (spill_for): Avoid mixed-sign comparison.
13403 2014-02-25 Ilya Tocar <ilya.tocar@intel.com>
13405 * common/config/i386/predicates.md (const1256_operand): Remove.
13406 (const2356_operand): New.
13407 (const_1_to_2_operand): Remove.
13408 * config/i386/sse.md (avx512pf_gatherpf<mode>sf): Change hint value.
13409 (*avx512pf_gatherpf<mode>sf_mask): Ditto.
13410 (*avx512pf_gatherpf<mode>sf): Ditto.
13411 (avx512pf_gatherpf<mode>df): Ditto.
13412 (*avx512pf_gatherpf<mode>df_mask): Ditto.
13413 (*avx512pf_gatherpf<mode>df): Ditto.
13414 (avx512pf_scatterpf<mode>sf): Ditto.
13415 (*avx512pf_scatterpf<mode>sf_mask): Ditto.
13416 (*avx512pf_scatterpf<mode>sf): Ditto.
13417 (avx512pf_scatterpf<mode>df): Ditto.
13418 (*avx512pf_scatterpf<mode>df_mask): Ditto.
13419 (*avx512pf_scatterpf<mode>df): Ditto.
13420 * common/config/i386/xmmintrin.h (_mm_hint): Add _MM_HINT_ET0.
13422 2014-02-26 Ilya Tocar <ilya.tocar@intel.com>
13424 * config/i386/avx512fintrin.h (_mm512_testn_epi32_mask),
13425 (_mm512_mask_testn_epi32_mask), (_mm512_testn_epi64_mask),
13426 (_mm512_mask_testn_epi64_mask): Move to ...
13427 * config/i386/avx512cdintrin.h: Here.
13428 * config/i386/i386.c (bdesc_args): Change MASK_ISA for testnm.
13429 * config/i386/sse.md (avx512f_vmscalef<mode><round_name>): Remove %.
13430 (avx512f_scalef<mode><mask_name><round_name>): Ditto.
13431 (avx512f_testnm<mode>3<mask_scalar_merge_name>): Change conditon to
13432 TARGET_AVX512F from TARGET_AVX512CD.
13434 2014-02-26 Richard Biener <rguenther@suse.de>
13437 * ipa.c (walk_polymorphic_call_targets): Properly guard
13438 call to inline_update_overall_summary.
13440 2014-02-26 Bin Cheng <bin.cheng@arm.com>
13443 * tree-cfgcleanup.c (tree_forwarder_block_p): Protect loop preheaders
13444 and latches only if requested. Fix latch if it is removed.
13445 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Set
13446 LOOPS_HAVE_PREHEADERS.
13448 2014-02-25 Andrew Pinski <apinski@cavium.com>
13450 * builtins.c (expand_builtin_thread_pointer): Create a new target
13451 when the target is NULL.
13453 2014-02-25 Vladimir Makarov <vmakarov@redhat.com>
13455 PR rtl-optimization/60317
13456 * params.def (PARAM_LRA_MAX_CONSIDERED_RELOAD_PSEUDOS): New.
13457 * params.h (LRA_MAX_CONSIDERED_RELOAD_PSEUDOS): New.
13458 * lra-assigns.c: Include params.h.
13459 (spill_for): Use LRA_MAX_CONSIDERED_RELOAD_PSEUDOS as guard for
13460 other reload pseudos considerations.
13462 2014-02-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13464 * config/rs6000/vector.md (*vector_unordered<mode>): Change split
13465 to use canonical form for nor<mode>3.
13467 2014-02-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13470 * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Allow 128 to 64-bit
13473 2014-02-25 Ilya Tocar <ilya.tocar@intel.com>
13475 * common/config/i386/i386-common.c (OPTION_MASK_ISA_PREFETCHWT1_SET),
13476 (OPTION_MASK_ISA_PREFETCHWT1_UNSET): New.
13477 (ix86_handle_option): Handle OPT_mprefetchwt1.
13478 * config/i386/cpuid.h (bit_PREFETCHWT1): New.
13479 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
13481 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
13482 OPTION_MASK_ISA_PREFETCHWT1.
13483 * config/i386/i386.c (ix86_target_string): Handle mprefetchwt1.
13484 (PTA_PREFETCHWT1): New.
13485 (ix86_option_override_internal): Handle PTA_PREFETCHWT1.
13486 (ix86_valid_target_attribute_inner_p): Handle OPT_mprefetchwt1.
13487 * config/i386/i386.h (TARGET_PREFETCHWT1, TARGET_PREFETCHWT1_P): New.
13488 * config/i386/i386.md (prefetch): Check TARGET_PREFETCHWT1
13489 (*prefetch_avx512pf_<mode>_: Change into ...
13490 (*prefetch_prefetchwt1_<mode>: This.
13491 * config/i386/i386.opt (mprefetchwt1): New.
13492 * config/i386/xmmintrin.h (_mm_hint): Add _MM_HINT_ET1.
13493 (_mm_prefetch): Handle intent to write.
13494 * doc/invoke.texi (mprefetchwt1), (mno-prefetchwt1): Doccument.
13496 2014-02-25 Richard Biener <rguenther@suse.de>
13498 PR middle-end/60291
13499 * emit-rtl.c (mem_attrs_htab): Remove.
13500 (mem_attrs_htab_hash): Likewise.
13501 (mem_attrs_htab_eq): Likewise.
13502 (set_mem_attrs): Always allocate new mem-attrs when something changed.
13503 (init_emit_once): Do not allocate mem_attrs_htab.
13505 2014-02-25 Richard Biener <rguenther@suse.de>
13508 * lto-opts.c (lto_write_options): Output non-explicit conservative
13509 -fwrapv, -fno-trapv and -fno-strict-overflow.
13510 * lto-wrapper.c (merge_and_complain): Handle merging those options.
13511 (run_gcc): And pass them through.
13513 2014-02-25 Andrey Belevantsev <abel@ispras.ru>
13515 * sel-sched.c (calculate_new_fences): New parameter ptime.
13516 Calculate it as a maximum over all fence cycles.
13517 (sel_sched_region_2): Adjust the call to calculate_new_fences.
13518 Print the final schedule timing when sched_verbose.
13520 2014-02-25 Andrey Belevantsev <abel@ispras.ru>
13522 PR rtl-optimization/60292
13523 * sel-sched.c (fill_vec_av_set): Do not reset target availability
13524 bit fot the fence instruction.
13526 2014-02-24 Alangi Derick <alangiderick@gmail.com>
13528 * calls.h: Fix typo in comment.
13530 2014-02-24 John David Anglin <danglin@gcc.gnu.org>
13532 * config/pa/pa.c (pa_output_move_double): Don't valididate when
13533 adjusting offsetable addresses.
13535 2014-02-24 Guozhi Wei <carrot@google.com>
13537 * sparseset.h (sparseset_pop): Fix the wrong index.
13539 2014-02-24 Walter Lee <walt@tilera.com>
13541 * config.gcc (tilepro-*-*): Change to tilepro*-*-*.
13542 (tilegx-*-linux*): Change to tilegx*-*-linux*; Support tilegxbe
13544 * common/config/tilegx/tilegx-common.c
13545 (TARGET_DEFAULT_TARGET_FLAGS): Define.
13546 * config/tilegx/linux.h (ASM_SPEC): Add endian_spec.
13547 (LINK_SPEC): Ditto.
13548 * config/tilegx/sync.md (atomic_test_and_set): Handle big endian.
13549 * config/tilegx/tilegx.c (tilegx_return_in_msb): New.
13550 (tilegx_gimplify_va_arg_expr): Handle big endian.
13551 (tilegx_expand_unaligned_load): Ditto.
13552 (tilegx_expand_unaligned_store): Ditto.
13553 (TARGET_RETURN_IN_MSB): New.
13554 * config/tilegx/tilegx.h (TARGET_DEFAULT): New.
13555 (TARGET_ENDIAN_DEFAULT): New.
13556 (TARGET_BIG_ENDIAN): Handle big endian.
13557 (BYTES_BIG_ENDIAN): Ditto.
13558 (WORDS_BIG_ENDIAN): Ditto.
13559 (FLOAT_WORDS_BIG_ENDIAN): Ditto.
13560 (ENDIAN_SPEC): New.
13561 (EXTRA_SPECS): New.
13562 * config/tilegx/tilegx.md (extv): Handle big endian.
13564 (insn_st<n>): Ditto.
13565 (insn_st<n>_add<bitsuffix>): Ditto.
13566 (insn_stnt<n>): Ditto.
13567 (insn_stnt<n>_add<bitsuffix>):Ditto.
13568 (vec_interleave_highv8qi): Handle big endian.
13569 (vec_interleave_highv8qi_be): New.
13570 (vec_interleave_highv8qi_le): New.
13571 (insn_v1int_h): Handle big endian.
13572 (vec_interleave_lowv8qi): Handle big endian.
13573 (vec_interleave_lowv8qi_be): New.
13574 (vec_interleave_lowv8qi_le): New.
13575 (insn_v1int_l): Handle big endian.
13576 (vec_interleave_highv4hi): Handle big endian.
13577 (vec_interleave_highv4hi_be): New.
13578 (vec_interleave_highv4hi_le): New.
13579 (insn_v2int_h): Handle big endian.
13580 (vec_interleave_lowv4hi): Handle big endian.
13581 (vec_interleave_lowv4hi_be): New.
13582 (vec_interleave_lowv4hi_le): New.
13583 (insn_v2int_l): Handle big endian.
13584 (vec_interleave_highv2si): Handle big endian.
13585 (vec_interleave_highv2si_be): New.
13586 (vec_interleave_highv2si_le): New.
13587 (insn_v4int_h): Handle big endian.
13588 (vec_interleave_lowv2si): Handle big endian.
13589 (vec_interleave_lowv2si_be): New.
13590 (vec_interleave_lowv2si_le): New.
13591 (insn_v4int_l): Handle big endian.
13592 * config/tilegx/tilegx.opt (mbig-endian): New option.
13593 (mlittle-endian): New option.
13594 * doc/install.texi: Document tilegxbe-linux.
13595 * doc/invoke.texi: Document -mbig-endian and -mlittle-endian.
13597 2014-02-24 Martin Jambor <mjambor@suse.cz>
13600 * ipa-cp.c (propagate_constants_accross_call): Bail out early if
13601 there are no parameter descriptors.
13603 2014-02-24 Andrey Belevantsev <abel@ispras.ru>
13605 PR rtl-optimization/60268
13606 * sched-rgn.c (haifa_find_rgns): Move the nr_regions_initial variable
13607 initialization to ...
13608 (sched_rgn_init): ... here.
13609 (schedule_region): Check for SCHED_PRESSURE_NONE earlier.
13611 2014-02-23 David Holsgrove <david.holsgrove@xilinx.com>
13613 * config/microblaze/microblaze.md: Correct ashrsi_reg / lshrsi_reg
13616 2014-02-23 Edgar E. Iglesias <edgar.iglesias@xilinx.com>
13618 * config/microblaze/microblaze.h: Remove SECONDARY_MEMORY_NEEDED
13621 2014-02-23 David Holsgrove <david.holsgrove@xilinx.com>
13623 * /config/microblaze/microblaze.c: Add microblaze_asm_output_mi_thunk,
13624 define TARGET_ASM_OUTPUT_MI_THUNK and TARGET_ASM_CAN_OUTPUT_MI_THUNK.
13626 2014-02-23 David Holsgrove <david.holsgrove@xilinx.com>
13628 * config/microblaze/predicates.md: Add cmp_op predicate.
13629 * config/microblaze/microblaze.md: Add branch_compare instruction
13630 which uses cmp_op predicate and emits cmp insn before branch.
13631 * config/microblaze/microblaze.c (microblaze_emit_compare): Rename
13632 to microblaze_expand_conditional_branch and consolidate logic.
13633 (microblaze_expand_conditional_branch): emit branch_compare
13634 insn instead of handling cmp op separate from branch insn.
13636 2014-02-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13638 * config/rs6000/rs6000.c (rs6000_emit_le_vsx_move): Relax assert
13641 2014-02-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13643 * config/rs6000/altivec.md (altivec_lve<VI_char>x): Replace
13644 define_insn with define_expand and new define_insn
13645 *altivec_lve<VI_char>x_internal.
13646 (altivec_stve<VI_char>x): Replace define_insn with define_expand
13647 and new define_insn *altivec_stve<VI_char>x_internal.
13648 * config/rs6000/rs6000-protos.h (altivec_expand_stvex_be): New
13650 * config/rs6000/rs6000.c (altivec_expand_lvx_be): Document use by
13652 (altivec_expand_stvex_be): New function.
13654 2014-02-22 Joern Rennecke <joern.rennecke@embecosm.com>
13656 * config/avr/avr.c (avr_can_eliminate): Allow elimination from
13657 ARG_POINTER_REGNUM to STACK_POINTER_REGNUM if !frame_pointer_needed.
13658 * config/avr/avr.c (ELIMINABLE_REGS): Add elimination from
13659 ARG_POINTER_REGNUM to STACK_POINTER_REGNUM.
13661 2014-02-21 Vladimir Makarov <vmakarov@redhat.com>
13664 * lra-constraints.c (inherit_reload_reg): Use lra_emit_move
13665 instead of emit_move_insn.
13667 2014-02-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13669 * config/rs6000/altivec.md (altivec_vsumsws): Replace second
13670 vspltw with vsldoi.
13671 (reduc_uplus_v16qi): Use gen_altivec_vsumsws_direct instead of
13672 gen_altivec_vsumsws.
13674 2014-02-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13676 * config/rs6000/altivec.md (altivec_lvxl): Rename as
13677 *altivec_lvxl_<mode>_internal and use VM2 iterator instead of V4SI.
13678 (altivec_lvxl_<mode>): New define_expand incorporating
13679 -maltivec=be semantics where needed.
13680 (altivec_lvx): Rename as *altivec_lvx_<mode>_internal.
13681 (altivec_lvx_<mode>): New define_expand incorporating -maltivec=be
13682 semantics where needed.
13683 (altivec_stvx): Rename as *altivec_stvx_<mode>_internal.
13684 (altivec_stvx_<mode>): New define_expand incorporating
13685 -maltivec=be semantics where needed.
13686 (altivec_stvxl): Rename as *altivec_stvxl_<mode>_internal and use
13687 VM2 iterator instead of V4SI.
13688 (altivec_stvxl_<mode>): New define_expand incorporating
13689 -maltivec=be semantics where needed.
13690 * config/rs6000/rs6000-builtin.def: Add new built-in definitions
13691 LVXL_V2DF, LVXL_V2DI, LVXL_V4SF, LVXL_V4SI, LVXL_V8HI, LVXL_V16QI,
13692 LVX_V2DF, LVX_V2DI, LVX_V4SF, LVX_V4SI, LVX_V8HI, LVX_V16QI, STVX_V2DF,
13693 STVX_V2DI, STVX_V4SF, STVX_V4SI, STVX_V8HI, STVX_V16QI, STVXL_V2DF,
13694 STVXL_V2DI, STVXL_V4SF, STVXL_V4SI, STVXL_V8HI, STVXL_V16QI.
13695 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Replace
13696 ALTIVEC_BUILTIN_LVX with ALTIVEC_BUILTIN_LVX_<MODE> throughout;
13697 similarly for ALTIVEC_BUILTIN_LVXL, ALTIVEC_BUILTIN_STVX, and
13698 ALTIVEC_BUILTIN_STVXL.
13699 * config/rs6000/rs6000-protos.h (altivec_expand_lvx_be): New prototype.
13700 (altivec_expand_stvx_be): Likewise.
13701 * config/rs6000/rs6000.c (swap_selector_for_mode): New function.
13702 (altivec_expand_lvx_be): Likewise.
13703 (altivec_expand_stvx_be): Likewise.
13704 (altivec_expand_builtin): Add cases for
13705 ALTIVEC_BUILTIN_STVX_<MODE>, ALTIVEC_BUILTIN_STVXL_<MODE>,
13706 ALTIVEC_BUILTIN_LVXL_<MODE>, and ALTIVEC_BUILTIN_LVX_<MODE>.
13707 (altivec_init_builtins): Add definitions for
13708 __builtin_altivec_lvxl_<mode>, __builtin_altivec_lvx_<mode>,
13709 __builtin_altivec_stvx_<mode>, and __builtin_altivec_stvxl_<mode>.
13711 2014-02-21 Catherine Moore <clm@codesourcery.com>
13713 * doc/invoke.texi (mvirt, mno-virt): Document.
13714 * config/mips/mips.opt (mvirt): New option.
13715 * config/mips/mips.h (ASM_SPEC): Pass mvirt to the assembler.
13717 2014-02-21 Richard Biener <rguenther@suse.de>
13719 PR tree-optimization/60276
13720 * tree-vectorizer.h (struct _stmt_vec_info): Add min_neg_dist field.
13721 (STMT_VINFO_MIN_NEG_DIST): New macro.
13722 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Record
13723 STMT_VINFO_MIN_NEG_DIST.
13724 * tree-vect-stmts.c (vectorizable_load): Verify if assumptions
13725 made for negative dependence distances still hold.
13727 2014-02-21 Richard Biener <rguenther@suse.de>
13729 PR middle-end/60291
13730 * tree-ssa-live.c (mark_all_vars_used_1): Do not walk
13731 DECL_INITIAL for globals not in the current function context.
13733 2014-02-21 Jakub Jelinek <jakub@redhat.com>
13735 PR tree-optimization/56490
13736 * params.def (PARAM_UNINIT_CONTROL_DEP_ATTEMPTS): New param.
13737 * tree-ssa-uninit.c: Include params.h.
13738 (compute_control_dep_chain): Add num_calls argument, return false
13739 if it exceed PARAM_UNINIT_CONTROL_DEP_ATTEMPTS param, pass
13740 num_calls to recursive call.
13741 (find_predicates): Change dep_chain into normal array,
13742 cur_chain into auto_vec<edge, MAX_CHAIN_LEN + 1>, add num_calls
13743 variable and adjust compute_control_dep_chain caller.
13744 (find_def_preds): Likewise.
13746 2014-02-21 Thomas Schwinge <thomas@codesourcery.com>
13748 * gimple-pretty-print.c (dump_gimple_omp_for) [flags & TDF_RAW]
13749 <case GF_OMP_FOR_KIND_CILKSIMD>: Add missing break statement.
13751 2014-02-21 Nick Clifton <nickc@redhat.com>
13753 * config/stormy16/stormy16.md (pushdqi1): Add mode to post_inc.
13754 (pushhi1): Likewise.
13755 (popqi1): Add mode to pre_dec.
13756 (pophi1): Likewise.
13758 2014-02-21 Jakub Jelinek <jakub@redhat.com>
13760 * config/i386/i386.c (ix86_expand_vec_perm): Use V8SImode
13761 mode for mask of V8SFmode permutation.
13763 2014-02-20 Richard Henderson <rth@redhat.com>
13766 * builtins.c (expand_builtin_atomic_compare_exchange): Always make
13767 a new pseudo for OLDVAL.
13769 2014-02-20 Jakub Jelinek <jakub@redhat.com>
13772 * config/i386/i386.c (expand_vec_perm_interleave2): Don't call
13773 gen_reg_rtx if d->testing_p.
13774 (expand_vec_perm_pshufb2, expand_vec_perm_broadcast_1): Return early
13775 if d->testing_p and we will certainly return true.
13776 (expand_vec_perm_even_odd_1): Likewise. Don't call gen_reg_rtx
13779 2014-02-20 Uros Bizjak <ubizjak@gmail.com>
13781 * emit-rtl.c (gen_reg_rtx): Assert that
13782 crtl->emit.regno_pointer_align_length is non-zero.
13784 2014-02-20 Richard Henderson <rth@redhat.com>
13787 * builtins.c (expand_builtin_atomic_compare_exchange): Conditionalize
13788 on failure the store back into EXPECT.
13790 2014-02-20 Chung-Lin Tang <cltang@codesourcery.com>
13791 Sandra Loosemore <sandra@codesourcery.com>
13793 * config/nios2/nios2.md (unspec): Add UNSPEC_PIC_GOTOFF_SYM enum.
13794 * config/nios2/nios2.c (nios2_function_profiler): Add
13795 -fPIC (flag_pic == 2) support.
13796 (nios2_handle_custom_fpu_cfg): Fix warning parameter.
13797 (nios2_large_offset_p): New function.
13798 (nios2_unspec_reloc_p): Move up position, update to use
13799 nios2_large_offset_p.
13800 (nios2_unspec_address): Remove function.
13801 (nios2_unspec_offset): New function.
13802 (nios2_large_got_address): New function.
13803 (nios2_got_address): Add large offset support.
13804 (nios2_legitimize_tls_address): Update usage of removed and new
13806 (nios2_symbol_binds_local_p): New function.
13807 (nios2_load_pic_address): Add -fPIC (flag_pic == 2) support.
13808 (nios2_legitimize_address): Update to use nios2_large_offset_p.
13809 (nios2_emit_move_sequence): Avoid legitimizing (const (unspec ...)).
13810 (nios2_print_operand): Merge H/L processing, add hiadj/lo
13811 processing for (const (unspec ...)).
13812 (nios2_unspec_reloc_name): Add UNSPEC_PIC_GOTOFF_SYM case.
13814 2014-02-20 Richard Biener <rguenther@suse.de>
13816 * tree-cfg.c (replace_uses_by): Mark altered BBs before
13817 doing the substitution.
13818 (verify_gimple_assign_single): Also verify bare MEM_REFs on the lhs.
13820 2014-02-20 Martin Jambor <mjambor@suse.cz>
13823 * ipa-cp.c (cgraph_edge_brings_all_agg_vals_for_node): Uce correct
13824 info when checking whether lattices are bottom.
13826 2014-02-20 Richard Biener <rguenther@suse.de>
13828 PR middle-end/60221
13829 * tree-eh.c (execute_cleanup_eh_1): Also cleanup empty EH
13832 2014-02-20 Jan Hubicka <hubicka@ucw.cz>
13835 * ipa-inline-transform.c (clone_inlined_nodes): Add freq_scale
13836 parameter specifying the scaling.
13837 (inline_call): Update.
13838 (want_inline_recursively): Guard division by zero.
13839 (recursive_inlining): Update.
13840 * ipa-inline.h (clone_inlined_nodes): Update.
13842 2014-02-20 Ilya Tocar <ilya.tocar@intel.com>
13845 * config/i386/i386.c (classify_argument): Pass structures of size
13846 64 bytes or less in register.
13848 2014-02-20 Ilya Tocar <ilya.tocar@intel.com>
13849 Kirill Yukhin <kirill.yukhin@intel.com>
13851 * config/i386/avx512erintrin.h (_mm_rcp28_round_sd): Swap operands.
13852 (_mm_rcp28_round_ss): Ditto.
13853 (_mm_rsqrt28_round_sd): Ditto.
13854 (_mm_rsqrt28_round_ss): Ditto.
13855 * config/i386/avx512erintrin.h (_mm_rcp14_round_sd): Ditto.
13856 (_mm_rcp14_round_ss): Ditto.
13857 (_mm_rsqrt14_round_sd): Ditto.
13858 (_mm_rsqrt14_round_ss): Ditto.
13859 * config/i386/sse.md (rsqrt14<mode>): Put nonimmediate operand as
13860 the first input operand, get rid of match_dup.
13861 (avx512er_exp2<mode><mask_name><round_saeonly_name>): Set type
13863 (<mask_codefor>avx512er_rcp28<mode><mask_name><round_saeonly_name>):
13865 (avx512er_vmrcp28<mode><round_saeonly_name>): Put nonimmediate
13866 operand as the first input operand, set type attribute.
13867 (<mask_codefor>avx512er_rsqrt28<mode><mask_name><round_saeonly_name>):
13868 Set type attribute.
13869 (avx512er_vmrsqrt28<mode><round_saeonly_name>): Put nonimmediate
13870 operand as the first input operand, set type attribute.
13872 2014-02-19 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13874 * config/rs6000/rs6000.c (vspltis_constant): Fix most significant
13877 2014-02-19 H.J. Lu <hongjiu.lu@intel.com>
13880 * config/i386/i386.c (construct_container): Remove TFmode check
13881 for X86_64_INTEGER_CLASS.
13883 2014-02-19 Uros Bizjak <ubizjak@gmail.com>
13886 * config/i386/i386.c (type_natural_mode): Warn for ABI changes
13887 only when -Wpsabi is enabled.
13889 2014-02-19 Michael Hudson-Doyle <michael.hudson@linaro.org>
13892 * config/aarch64/aarch64.c (aarch64_pass_by_reference): The rules for
13893 passing arrays in registers are the same as for structs, so remove the
13894 special case for them.
13896 2014-02-19 Eric Botcazou <ebotcazou@adacore.com>
13898 * expr.c (expand_expr_real_1) <case VIEW_CONVERT_EXPR>: For a bit-field
13899 destination type, extract only the valid bits if the source type is not
13900 integral and has a different mode.
13902 2014-02-19 Richard Biener <rguenther@suse.de>
13905 * tree-inline.c (estimate_num_insns): Avoid calling cgraph_get_node
13908 2014-02-19 Richard Biener <rguenther@suse.de>
13911 * ipa-prop.c: Include stringpool.h and tree-ssanames.h.
13912 (ipa_modify_call_arguments): Emit an argument load explicitely and
13913 preserve virtual SSA form there and for the replacement call.
13914 Do not update SSA form nor free dominance info.
13916 2014-02-18 Jan Hubicka <hubicka@ucw.cz>
13918 * ipa.c (function_and_variable_visibility): Also clear WEAK
13919 flag when disolving COMDAT_GROUP.
13921 2014-02-18 Jan Hubicka <hubicka@ucw.cz>
13923 * ipa-prop.h (ipa_ancestor_jf_data): Update ocmment.
13924 * ipa-prop.c (ipa_set_jf_known_type): Return early when
13925 not devirtualizing.
13926 (ipa_set_ancestor_jf): Set type to NULL hwen it is not preserved;
13927 do more sanity checks.
13928 (detect_type_change): Return true when giving up early.
13929 (compute_complex_assign_jump_func): Fix type parameter of
13930 ipa_set_ancestor_jf.
13931 (compute_complex_ancestor_jump_func): Likewise.
13932 (update_jump_functions_after_inlining): Fix updating of
13934 * ipa-cp.c (ipa_get_jf_ancestor_result): Be ready for type to be NULL.
13936 2014-02-18 Jan Hubicka <hubicka@ucw.cz>
13938 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Also remove
13939 inline clones when edge disappears.
13941 2014-02-18 Michael Meissner <meissner@linux.vnet.ibm.com>
13944 * config/rs6000/rs6000.md (mov<mode>_64bit, TF/TDmode moves):
13945 Split 64-bit moves into 2 patterns. Do not allow the use of
13946 direct move for TDmode in little endian, since the decimal value
13947 has little endian bytes within a word, but the 64-bit pieces are
13948 ordered in a big endian fashion, and normal subreg's of TDmode are
13950 (mov<mode>_64bit_dm): Likewise.
13951 (movtd_64bit_nodm): Likewise.
13953 2014-02-18 Eric Botcazou <ebotcazou@adacore.com>
13955 PR tree-optimization/60174
13956 * tree-ssa-reassoc.c (init_range_entry): Do not look into the defining
13957 statement of an SSA_NAME that occurs in an abnormal PHI node.
13959 2014-02-18 Jakub Jelinek <jakub@redhat.com>
13962 * final.c (SEEN_BB): Remove.
13963 (SEEN_NOTE, SEEN_EMITTED): Renumber.
13964 (final_scan_insn): Don't force_source_line on second
13965 NOTE_INSN_BASIC_BLOCK.
13967 2014-02-18 Uros Bizjak <ubizjak@gmail.com>
13970 * config/i386/i386.h (struct ix86_args): Add warn_avx512f.
13971 * config/i386/i386.c (init_cumulative_args): Initialize warn_avx512f.
13972 (type_natural_mode): Warn ABI change when %zmm register is not
13973 available for AVX512F vector value passing.
13975 2014-02-18 Kai Tietz <ktietz@redhat.com>
13978 * config/i386/i386.c (ix86_expand_prologue): Use value in
13979 rax register as displacement when restoring %r10 or %rax.
13980 Fix wrong offset when restoring both registers.
13982 2014-02-18 Eric Botcazou <ebotcazou@adacore.com>
13984 * ipa-prop.c (compute_complex_ancestor_jump_func): Replace overzealous
13985 assertion with conditional return.
13987 2014-02-18 Jakub Jelinek <jakub@redhat.com>
13988 Uros Bizjak <ubizjak@gmail.com>
13991 * config/i386/driver-i386.c (host_detect_local_cpu): If
13992 YMM state is not saved by the OS, also clear has_f16c. Move
13993 CPUID 0x80000001 handling before YMM state saving checking.
13995 2014-02-18 Andrey Belevantsev <abel@ispras.ru>
13997 PR rtl-optimization/58960
13998 * haifa-sched.c (alloc_global_sched_pressure_data): New,
13999 factored out from ...
14000 (sched_init): ... here.
14001 (free_global_sched_pressure_data): New, factored out from ...
14002 (sched_finish): ... here.
14003 * sched-int.h (free_global_sched_pressure_data): Declare.
14004 * sched-rgn.c (nr_regions_initial): New static global.
14005 (haifa_find_rgns): Initialize it.
14006 (schedule_region): Disable sched-pressure for the newly
14009 2014-02-17 Richard Biener <rguenther@suse.de>
14011 * tree-vect-stmts.c (free_stmt_vec_info): Clear BB and
14012 release SSA defs of pattern stmts.
14014 2014-02-17 Richard Biener <rguenther@suse.de>
14016 * tree-inline.c (expand_call_inline): Release the virtual
14017 operand defined by the call we are about to inline.
14019 2014-02-17 Richard Biener <rguenther@suse.de>
14021 * tree-ssa.c (verify_ssa): If verify_def found an error, ICE.
14023 2014-02-17 Kirill Yukhin <kirill.yukhin@intel.com>
14024 Ilya Tocar <ilya.tocar@intel.com>
14026 * config/i386/avx512fintrin.h (_mm512_maskz_permutexvar_epi64): Swap
14027 arguments order in builtin.
14028 (_mm512_permutexvar_epi64): Ditto.
14029 (_mm512_mask_permutexvar_epi64): Ditto
14030 (_mm512_maskz_permutexvar_epi32): Ditto
14031 (_mm512_permutexvar_epi32): Ditto
14032 (_mm512_mask_permutexvar_epi32): Ditto
14034 2014-02-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14036 * config/rs6000/altivec.md (p8_vmrgew): Handle little endian targets.
14037 (p8_vmrgow): Likewise.
14039 2014-02-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14041 * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Handle little
14044 2014-02-15 Michael Meissner <meissner@linux.vnet.ibm.com>
14047 * config/rs6000/rs6000.md (rreg): Add TFmode, TDmode constraints.
14048 (mov<mode>_internal, TFmode/TDmode): Split TFmode/TDmode moves
14049 into 64-bit and 32-bit moves. On 64-bit moves, add support for
14050 using direct move instructions on ISA 2.07. Also adjust
14051 instruction length for 64-bit.
14052 (mov<mode>_64bit, TFmode/TDmode): Likewise.
14053 (mov<mode>_32bit, TFmode/TDmode): Likewise.
14055 2014-02-15 Alan Modra <amodra@gmail.com>
14059 * config/rs6000/rs6000.c (rs6000_secondary_reload_inner): Use
14060 find_replacement on parts of insn rtl that might be reloaded.
14062 2014-02-15 Richard Biener <rguenther@suse.de>
14064 PR tree-optimization/60183
14065 * tree-ssa-phiprop.c (propagate_with_phi): Avoid speculating loads.
14066 (tree_ssa_phiprop): Calculate and free post-dominators.
14068 2014-02-14 Jeff Law <law@redhat.com>
14070 PR rtl-optimization/60131
14071 * ree.c (get_extended_src_reg): New function.
14072 (combine_reaching_defs): Use it rather than assuming location of REG.
14073 (find_and_remove_re): Verify first operand of extension is
14074 a REG before adding the insns to the copy list.
14076 2014-02-14 Roland McGrath <mcgrathr@google.com>
14078 * configure.ac (HAVE_AS_IX86_UD2): New test for 'ud2' mnemonic.
14079 * configure: Regenerated.
14080 * config.in: Regenerated.
14081 * config/i386/i386.md (trap) [HAVE_AS_IX86_UD2]: Use the mnemonic
14082 instead of ASM_SHORT.
14084 2014-02-14 Vladimir Makarov <vmakarov@redhat.com>
14085 Richard Earnshaw <rearnsha@arm.com>
14087 PR rtl-optimization/59535
14088 * lra-constraints.c (process_alt_operands): Encourage alternative
14089 when unassigned pseudo class is superset of the alternative class.
14090 (inherit_reload_reg): Don't inherit when optimizing for code size.
14091 * config/arm/arm.h (MODE_BASE_REG_CLASS): Add version for LRA
14092 returning CORE_REGS for anything but Thumb1 and BASE_REGS for
14093 modes not less than 4 for Thumb1.
14095 2014-02-14 Kyle McMartin <kyle@redhat.com>
14098 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for AArch64.
14100 2014-02-14 Richard Biener <rguenther@suse.de>
14102 * cilk-common.c (cilk_arrow): Build a MEM_REF, not an INDIRECT_REF.
14103 (get_frame_arg): Drop the assert with langhook types_compatible_p.
14104 Do not strip INDIRECT_REFs.
14106 2014-02-14 Richard Biener <rguenther@suse.de>
14109 * lto-streamer-out.c (DFS_write_tree_body): Do not follow
14110 DECL_FUNCTION_SPECIFIC_TARGET.
14111 (hash_tree): Do not hash DECL_FUNCTION_SPECIFIC_TARGET.
14112 * tree-streamer-out.c (pack_ts_target_option): Remove.
14113 (streamer_pack_tree_bitfields): Do not stream TS_TARGET_OPTION.
14114 (write_ts_function_decl_tree_pointers): Do not stream
14115 DECL_FUNCTION_SPECIFIC_TARGET.
14116 * tree-streamer-in.c (unpack_ts_target_option): Remove.
14117 (unpack_value_fields): Do not stream TS_TARGET_OPTION.
14118 (lto_input_ts_function_decl_tree_pointers): Do not stream
14119 DECL_FUNCTION_SPECIFIC_TARGET.
14121 2014-02-14 Jakub Jelinek <jakub@redhat.com>
14123 * tree-vect-loop.c (vect_is_slp_reduction): Don't set use_stmt twice.
14124 (get_initial_def_for_induction, vectorizable_induction): Ignore
14125 debug stmts when looking for exit_phi.
14126 (vectorizable_live_operation): Fix up condition.
14128 2014-02-14 Chung-Ju Wu <jasonwucj@gmail.com>
14130 * config/nds32/nds32.c (nds32_asm_function_prologue): Do not use
14131 nreverse() because it changes the content of original tree list.
14133 2014-02-14 Chung-Ju Wu <jasonwucj@gmail.com>
14135 * config/nds32/t-mlibs (MULTILIB_OPTIONS): Fix typo in comment.
14136 * config/nds32/nds32.c (nds32_merge_decl_attributes): Likewise.
14138 2014-02-14 Chung-Ju Wu <jasonwucj@gmail.com>
14140 * config/nds32/nds32.c (nds32_naked_function_p): Follow the
14141 GNU coding standards.
14143 2014-02-13 Jakub Jelinek <jakub@redhat.com>
14146 * dwarf2out.c (gen_subprogram_die): Don't call
14147 add_calling_convention_attribute if subr_die is old_die.
14149 2014-02-13 Sharad Singhai <singhai@google.com>
14151 * doc/optinfo.texi: Fix order of nodes.
14153 2014-02-13 Uros Bizjak <ubizjak@gmail.com>
14155 * config/i386/sse.md (xop_vmfrcz<mode>2): Generate const0 in
14156 operands[2], not operands[3].
14158 2014-02-13 Richard Biener <rguenther@suse.de>
14161 * doc/install.texi (ISL): Update recommended version to 0.12.2,
14162 mention the possibility of an in-tree build.
14163 (CLooG): Update recommended version to 0.18.1, mention the
14164 possibility of an in-tree build and clarify that the ISL
14165 bundled with CLooG does not work.
14167 2014-02-13 Jakub Jelinek <jakub@redhat.com>
14170 * expr.c (compress_float_constant): If x is a hard register,
14171 extend into a pseudo and then move to x.
14173 2014-02-13 Dominik Vogt <vogt@linux.vnet.ibm.com>
14175 * config/s390/s390.c (s390_asm_output_function_label): Fix crash
14176 caused by bad second argument to warning_at() with -mhotpatch and
14177 nested functions (e.g. with gfortran).
14179 2014-02-13 Richard Sandiford <rdsandiford@googlemail.com>
14181 * opts.c (option_name): Remove "enabled by default" rider.
14183 2014-02-12 John David Anglin <danglin@gcc.gnu.org>
14185 * config/pa/pa.c (pa_option_override): Remove auto increment FIXME.
14187 2014-02-12 H.J. Lu <hongjiu.lu@intel.com>
14188 Uros Bizjak <ubizjak@gmail.com>
14191 * configure.ac (HAVE_AS_GOTOFF_IN_DATA): Pass --32 to GNU assembler.
14192 * configure: Regenerated.
14194 2014-02-12 Richard Biener <rguenther@suse.de>
14196 * vec.c (vec_prefix::calculate_allocation): Move as
14197 inline variant to vec.h.
14198 (vec_prefix::calculate_allocation_1): New out-of-line version.
14199 * vec.h (vec_prefix::calculate_allocation_1): Declare.
14200 (vec_prefix::m_has_auto_buf): Rename to ...
14201 (vec_prefix::m_using_auto_storage): ... this.
14202 (vec_prefix::calculate_allocation): Inline the easy cases
14203 and dispatch to calculate_allocation_1 which doesn't need the
14205 (va_heap::reserve): Use gcc_checking_assert.
14206 (vec<T, A, vl_embed>::embedded_init): Add argument to initialize
14207 m_using_auto_storage.
14208 (auto_vec): Change m_vecpfx member to a vec<T, va_heap, vl_embed>
14210 (vec<T, va_heap, vl_ptr>::reserve): Remove redundant check.
14211 (vec<T, va_heap, vl_ptr>::release): Avoid casting.
14212 (vec<T, va_heap, vl_ptr>::using_auto_storage): Simplify.
14214 2014-02-12 Richard Biener <rguenther@suse.de>
14216 * gcse.c (compute_transp): break from loop over canon_modify_mem_list
14217 when we found a dependence.
14219 2014-02-12 Thomas Schwinge <thomas@codesourcery.com>
14221 * gimplify.c (gimplify_call_expr, gimplify_modify_expr): Move
14223 (maybe_fold_stmt): ... into this new function.
14224 * omp-low.c (lower_omp): Update comment.
14226 * omp-low.c (lower_omp_target): Add clobber for sizes array, after
14229 * omp-low.c (diagnose_sb_0): Make sure label_ctx is valid to
14232 2014-02-12 James Greenhalgh <james.greenhalgh@arm.com>
14234 * config/arm/aarch-cost-tables.h (generic_extra_costs): Fix
14235 identifiers in comments.
14236 (cortexa53_extra_costs): Likewise.
14237 * config/arm/arm.c (cortexa9_extra_costs): Fix identifiers in comments.
14238 (cortexa7_extra_costs): Likewise.
14239 (cortexa12_extra_costs): Likewise.
14240 (cortexa15_extra_costs): Likewise.
14241 (v7m_extra_costs): Likewise.
14243 2014-02-12 Richard Biener <rguenther@suse.de>
14245 PR middle-end/60092
14246 * gimple-low.c (lower_builtin_posix_memalign): Lower conditional
14247 of posix_memalign being successful.
14248 (lower_stmt): Restrict lowering of posix_memalign to when
14249 -ftree-bit-ccp is enabled.
14251 2014-02-12 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
14253 * config/avr/avr-c.c (avr_resolve_overloaded_builtin): Pass vNULL for
14255 * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Likewise.
14257 2014-02-12 Eric Botcazou <ebotcazou@adacore.com>
14259 PR rtl-optimization/60116
14260 * combine.c (try_combine): Also remove dangling REG_DEAD notes on the
14261 other_insn once the combination has been validated.
14263 2014-02-11 Jan Hubicka <hubicka@ucw.cz>
14266 * ipa-utils.h (possible_polymorphic_call_targets): Update prototype
14268 * ipa-devirt.c: Include demangle.h
14269 (odr_violation_reported): New static variable.
14270 (add_type_duplicate): Update odr_violations.
14271 (maybe_record_node): Add completep parameter; update it.
14272 (record_target_from_binfo): Add COMPLETEP parameter;
14273 update it as needed.
14274 (possible_polymorphic_call_targets_1): Likewise.
14275 (struct polymorphic_call_target_d): Add nonconstruction_targets;
14276 rename FINAL to COMPLETE.
14277 (record_targets_from_bases): Sanity check we found the binfo;
14278 fix COMPLETEP updating.
14279 (possible_polymorphic_call_targets): Add NONCONSTRUTION_TARGETSP
14280 parameter, fix computing of COMPLETEP.
14281 (dump_possible_polymorphic_call_targets): Imrove readability of dump;
14282 at LTO time do demangling.
14283 (ipa_devirt): Use nonconstruction_targets; Improve dumps.
14284 * gimple-fold.c (gimple_get_virt_method_for_vtable): Add can_refer
14286 (gimple_get_virt_method_for_binfo): Likewise.
14287 * gimple-fold.h (gimple_get_virt_method_for_binfo,
14288 gimple_get_virt_method_for_vtable): Update prototypes.
14290 2014-02-11 Vladimir Makarov <vmakarov@redhat.com>
14293 * genautomata.c (add_presence_absence): Fix typo with
14294 {final_}presence_list.
14296 2014-02-11 Michael Meissner <meissner@linux.vnet.ibm.com>
14299 * config/rs6000/rs6000.md (128-bit GPR splitter): Add a splitter
14300 for VSX/Altivec vectors that land in GPR registers.
14302 2014-02-11 Richard Henderson <rth@redhat.com>
14303 Jakub Jelinek <jakub@redhat.com>
14306 * tree-sra.c (load_assign_lhs_subreplacements): Add VIEW_CONVERT_EXPR
14307 around drhs if type conversion to lacc->type is not useless.
14309 2014-02-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14311 * config/aarch64/aarch64-cores.def (cortex-a57): Use cortexa57
14313 (cortex-a57.cortex-a53): Likewise.
14314 * config/aarch64/aarch64.c (cortexa57_tunings): New tuning struct.
14316 2014-02-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14318 * config/arm/thumb2.md (*thumb2_movhi_insn): Add alternatives for
14321 2014-02-11 Renlin Li <Renlin.Li@arm.com>
14323 * doc/sourcebuild.texi: Document check_effective_target_arm_vfp3_ok and
14324 add_options_for_arm_vfp3.
14326 2014-02-11 Jeff Law <law@redhat.com>
14328 PR middle-end/54041
14329 * expr.c (expand_expr_addr_expr_1): Handle expand_expr returning an
14330 object with an undesirable mode.
14332 2014-02-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14335 * config/i386/sol2-9.h: New file.
14336 * config.gcc (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*,
14337 *-*-solaris2.9*): Use it.
14339 2014-02-10 Nagaraju Mekala <nagaraju.mekala@xilinx.com>
14341 * config/microblaze/microblaze.md: Add movsi4_rev insn pattern.
14342 * config/microblaze/predicates.md: Add reg_or_mem_operand predicate.
14344 2014-02-10 Nagaraju Mekala <nagaraju.mekala@xilinx.com>
14346 * config/microblaze/microblaze.c: Extend mcpu version format
14348 2014-02-10 David Holsgrove <david.holsgrove@xilinx.com>
14350 * config/microblaze/microblaze.h: Define SIZE_TYPE and PTRDIFF_TYPE.
14352 2014-02-10 Richard Henderson <rth@redhat.com>
14355 * calls.c (expand_call): Don't double-push for reg_parm_stack_space.
14356 * config/i386/i386.c (init_cumulative_args): Remove sorry for 64-bit
14357 ms-abi vs -mno-accumulate-outgoing-args.
14358 (ix86_expand_prologue): Unconditionally call ix86_eax_live_at_start_p.
14359 * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Fix comment with
14362 2014-02-10 Bernd Edlinger <bernd.edlinger@hotmail.de>
14364 PR middle-end/60080
14365 * cfgexpand.c (expand_asm_operands): Attach source location to
14366 ASM_INPUT rtx objects.
14367 * print-rtl.c (print_rtx): Check for UNKNOWN_LOCATION.
14369 2014-02-10 Nick Clifton <nickc@redhat.com>
14371 * config/mn10300/mn10300.c (popcount): New function.
14372 (mn10300_expand_prologue): Include saved registers in stack usage
14375 2014-02-10 Jeff Law <law@redhat.com>
14377 PR middle-end/52306
14378 * reload1.c (emit_input_reload_insns): Do not create invalid RTL
14379 when changing the SET_DEST of a prior insn to avoid an input reload.
14381 2014-02-10 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14383 * config/rs6000/sysv4.h (ENDIAN_SELECT): Do not attempt to enforce
14384 big-endian mode for -mcall-aixdesc, -mcall-freebsd, -mcall-netbsd,
14385 -mcall-openbsd, or -mcall-linux.
14386 (CC1_ENDIAN_BIG_SPEC): Remove.
14387 (CC1_ENDIAN_LITTLE_SPEC): Remove.
14388 (CC1_ENDIAN_DEFAULT_SPEC): Remove.
14389 (CC1_SPEC): Remove (always empty) %cc1_endian_... spec.
14390 (SUBTARGET_EXTRA_SPECS): Remove %cc1_endian_big, %cc1_endian_little,
14391 and %cc1_endian_default.
14392 * config/rs6000/sysv4le.h (CC1_ENDIAN_DEFAULT_SPEC): Remove.
14394 2014-02-10 Richard Biener <rguenther@suse.de>
14396 PR tree-optimization/60115
14397 * tree-eh.c (tree_could_trap_p): Unify TARGET_MEM_REF and
14398 MEM_REF handling. Properly verify that the accesses are not
14399 out of the objects bound.
14401 2014-02-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14403 * config/aarch64/aarch64.c (aarch64_override_options): Fix typo from
14406 2014-02-10 Eric Botcazou <ebotcazou@adacore.com>
14408 * ipa-devirt.c (get_polymorphic_call_info_from_invariant): Return
14409 proper constants and fix formatting.
14410 (possible_polymorphic_call_targets): Fix formatting.
14412 2014-02-10 Kirill Yukhin <kirill.yukhin@intel.com>
14413 Ilya Tocar <ilya.tocar@intel.com>
14415 * config/i386/avx512fintrin.h (_mm512_storeu_epi64): Removed.
14416 (_mm512_loadu_epi32): Renamed into...
14417 (_mm512_loadu_si512): This.
14418 (_mm512_storeu_epi32): Renamed into...
14419 (_mm512_storeu_si512): This.
14420 (_mm512_maskz_ceil_ps): Removed.
14421 (_mm512_maskz_ceil_pd): Ditto.
14422 (_mm512_maskz_floor_ps): Ditto.
14423 (_mm512_maskz_floor_pd): Ditto.
14424 (_mm512_floor_round_ps): Ditto.
14425 (_mm512_floor_round_pd): Ditto.
14426 (_mm512_ceil_round_ps): Ditto.
14427 (_mm512_ceil_round_pd): Ditto.
14428 (_mm512_mask_floor_round_ps): Ditto.
14429 (_mm512_mask_floor_round_pd): Ditto.
14430 (_mm512_mask_ceil_round_ps): Ditto.
14431 (_mm512_mask_ceil_round_pd): Ditto.
14432 (_mm512_maskz_floor_round_ps): Ditto.
14433 (_mm512_maskz_floor_round_pd): Ditto.
14434 (_mm512_maskz_ceil_round_ps): Ditto.
14435 (_mm512_maskz_ceil_round_pd): Ditto.
14436 (_mm512_expand_pd): Ditto.
14437 (_mm512_expand_ps): Ditto.
14438 * config/i386/i386.c (ix86_builtins): Remove
14439 IX86_BUILTIN_EXPANDPD512_NOMASK, IX86_BUILTIN_EXPANDPS512_NOMASK.
14440 (bdesc_args): Ditto.
14441 * config/i386/predicates.md (const1256_operand): New.
14442 (const_1_to_2_operand): Ditto.
14443 * config/i386/sse.md (avx512pf_gatherpf<mode>sf): Change hint value.
14444 (*avx512pf_gatherpf<mode>sf_mask): Ditto.
14445 (*avx512pf_gatherpf<mode>sf): Ditto.
14446 (avx512pf_gatherpf<mode>df): Ditto.
14447 (*avx512pf_gatherpf<mode>df_mask): Ditto.
14448 (*avx512pf_gatherpf<mode>df): Ditto.
14449 (avx512pf_scatterpf<mode>sf): Ditto.
14450 (*avx512pf_scatterpf<mode>sf_mask): Ditto.
14451 (*avx512pf_scatterpf<mode>sf): Ditto.
14452 (avx512pf_scatterpf<mode>df): Ditto.
14453 (*avx512pf_scatterpf<mode>df_mask): Ditto.
14454 (*avx512pf_scatterpf<mode>df): Ditto.
14455 (avx512f_expand<mode>): Removed.
14456 (<shift_insn><mode>3<mask_name>): Change predicate type.
14458 2014-02-08 Jakub Jelinek <jakub@redhat.com>
14460 * tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers
14461 not at the end of datarefs vector use ordered_remove to avoid
14462 reordering datarefs vector.
14465 * gimplify.c (gimplify_bind_expr): In ORT_SIMD region
14466 mark local addressable non-static vars as GOVD_PRIVATE
14467 instead of GOVD_LOCAL.
14468 * omp-low.c (lower_omp_for): Move gimple_bind_vars
14469 and BLOCK_VARS of gimple_bind_block to new_stmt rather
14472 PR middle-end/60092
14473 * tree-ssa-ccp.c (surely_varying_stmt_p): Don't return true
14474 if TYPE_ATTRIBUTES (gimple_call_fntype ()) contain
14475 assume_aligned or alloc_align attributes.
14476 (bit_value_assume_aligned): Add ATTR, PTRVAL and ALLOC_ALIGN
14477 arguments. Handle also assume_aligned and alloc_align attributes.
14478 (evaluate_stmt): Adjust bit_value_assume_aligned caller. Handle
14479 calls to functions with assume_aligned or alloc_align attributes.
14480 * doc/extend.texi: Document assume_aligned and alloc_align attributes.
14482 2014-02-08 Terry Guo <terry.guo@arm.com>
14484 * doc/invoke.texi: Document ARM -march=armv7e-m.
14486 2014-02-08 Jakub Jelinek <jakub@redhat.com>
14488 * cilk-common.c (cilk_init_builtins): Clear TREE_NOTHROW
14489 flag on __cilkrts_rethrow builtin.
14492 * ipa-cp.c (determine_versionability): Fail at -O0
14493 or __attribute__((optimize (0))) or -fno-ipa-cp functions.
14494 * tree-sra.c (ipa_sra_preliminary_function_checks): Similarly.
14497 2014-02-04 Jakub Jelinek <jakub@redhat.com>
14500 * tree-inline.c (copy_forbidden): Fail for
14501 __attribute__((optimize (0))) functions.
14503 2014-02-07 Jan Hubicka <hubicka@ucw.cz>
14505 * varpool.c: Include pointer-set.h.
14506 (varpool_remove_unreferenced_decls): Variables in other partitions
14507 will not be output; be however careful to not lose information
14508 about partitioning.
14510 2014-02-07 Jan Hubicka <hubicka@ucw.cz>
14512 * gimple-fold.c (gimple_get_virt_method_for_vtable): Do O(1)
14513 lookup in the vtable constructor.
14515 2014-02-07 Jeff Law <law@redhat.com>
14518 * config/m68k/m68k.md (ashldi_extsi): Turn into a
14519 define_insn_and_split.
14521 * ipa-inline.c (inline_small_functions): Fix typos.
14523 2014-02-07 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
14525 * config/s390/s390-protos.h (s390_can_use_simple_return_insn)
14526 (s390_can_use_return_insn): Declare.
14527 * config/s390/s390.h (EPILOGUE_USES): Define.
14528 * config/s390/s390.c (s390_mainpool_start): Allow two main_pool
14530 (s390_chunkify_start): Handle return JUMP_LABELs.
14531 (s390_early_mach): Emit a main_pool instruction on the entry edge.
14532 (s300_set_up_by_prologue, s390_can_use_simple_return_insn)
14533 (s390_can_use_return_insn): New functions.
14534 (s390_fix_long_loop_prediction): Handle conditional returns.
14535 (TARGET_SET_UP_BY_PROLOGUE): Define.
14536 * config/s390/s390.md (ANY_RETURN): New code iterator.
14537 (*creturn, *csimple_return, return, simple_return): New patterns.
14539 2014-02-07 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
14541 * config/s390/s390.c (s390_restore_gprs_from_fprs): Add REG_CFA_RESTORE
14542 notes to each restore. Also add REG_CFA_DEF_CFA when restoring %r15.
14543 (s390_optimize_prologue): Don't clear RTX_FRAME_RELATED_P. Update the
14544 REG_CFA_RESTORE list when deciding not to restore a register.
14546 2014-02-07 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
14548 * config/s390/s390.c: Include tree-pass.h and context.h.
14549 (s390_early_mach): New function, split out from...
14550 (s390_emit_prologue): ...here.
14551 (pass_data_s390_early_mach): New pass structure.
14552 (pass_s390_early_mach): New class.
14553 (s390_option_override): Create and register early_mach pass.
14554 Move to end of file.
14556 2014-02-07 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
14558 * var-tracking.c (vt_stack_adjustments): Don't require stack_adjusts
14559 to match for the exit block.
14561 2014-02-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14563 * config/s390/s390.md ("atomic_load<mode>", "atomic_store<mode>")
14564 ("atomic_compare_and_swap<mode>", "atomic_fetch_<atomic><mode>"):
14565 Reject misaligned operands.
14567 2014-02-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14569 * optabs.c (expand_atomic_compare_and_swap): Allow expander to fail.
14571 2014-02-07 Richard Biener <rguenther@suse.de>
14573 PR middle-end/60092
14574 * gimple-low.c (lower_builtin_posix_memalign): New function.
14575 (lower_stmt): Call it to lower posix_memalign in a way
14576 to make alignment info accessible.
14578 2014-02-07 Jakub Jelinek <jakub@redhat.com>
14581 * tree.c (build_common_builtin_nodes): Set ECF_LEAF for
14582 __builtin_setjmp_receiver.
14584 2014-02-07 Richard Biener <rguenther@suse.de>
14586 PR middle-end/60092
14587 * builtin-types.def (BT_FN_INT_PTRPTR_SIZE_SIZE): Add.
14588 * builtins.def (BUILT_IN_POSIX_MEMALIGN): Likewise.
14589 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
14590 Handle BUILT_IN_POSIX_MEMALIGN.
14591 (find_func_clobbers): Likewise.
14592 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Likewise.
14593 (call_may_clobber_ref_p_1): Likewise.
14595 2014-02-06 Jan Hubicka <hubicka@ucw.cz>
14598 * ipa-devirt.c (record_target_from_binfo): Remove overactive
14601 2014-02-06 Jan Hubicka <hubicka@ucw.cz>
14604 * lto-cgraph.c (lto_output_node): Use
14605 symtab_get_symbol_partitioning_class.
14606 (lto_output_varpool_node): likewise.
14607 (symtab_get_symbol_partitioning_class): Move here from
14608 lto/lto-partition.c
14609 * cgraph.h (symbol_partitioning_class): Likewise.
14610 (symtab_get_symbol_partitioning_class): Declare.
14612 2014-02-06 Jan Hubicka <hubicka@ucw.cz>
14614 * ggc.h (ggc_internal_cleared_alloc): New macro.
14615 * vec.h (vec_safe_copy): Handle memory stats.
14616 * omp-low.c (simd_clone_struct_alloc): Use ggc_internal_cleared_alloc.
14617 * target-globals.c (save_target_globals): Likewise.
14619 2014-02-06 Jan Hubicka <hubicka@ucw.cz>
14622 * expr.c (emit_move_resolve_push): Export; be bit more selective
14623 on when to clear alias set.
14624 * expr.h (emit_move_resolve_push): Declare.
14625 * function.h (struct function): Add tail_call_marked.
14626 * tree-tailcall.c (optimize_tail_call): Set tail_call_marked.
14627 * config/i386/i386-protos.h (ix86_expand_push): Remove.
14628 * config/i386/i386.md (TImode move expander): De not call
14630 (FP push expanders): Preserve memory attributes.
14631 * config/i386/sse.md (push<mode>1): Remove.
14632 * config/i386/i386.c (ix86_expand_vector_move): Handle push operation.
14633 (ix86_expand_push): Remove.
14634 * config/i386/mmx.md (push<mode>1): Remove.
14636 2014-02-06 Jakub Jelinek <jakub@redhat.com>
14638 PR rtl-optimization/60030
14639 * internal-fn.c (ubsan_expand_si_overflow_mul_check): Surround
14640 lopart with paradoxical subreg before shifting it up by hprec.
14642 2014-02-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14644 * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): New table.
14645 Remove extra newline at end of file.
14646 * config/arm/arm.c (arm_cortex_a57_tune): New tuning struct.
14647 (arm_issue_rate): Handle cortexa57.
14648 * config/arm/arm-cores.def (cortex-a57): Use cortex_a57 tuning.
14649 (cortex-a57.cortex-a53): Likewise.
14651 2014-02-06 Jakub Jelinek <jakub@redhat.com>
14654 * config/arm/arm.c (emit_multi_reg_push): Add dwarf_regs_mask argument,
14655 don't record in REG_FRAME_RELATED_EXPR registers not set in that
14657 (arm_expand_prologue): Adjust all callers.
14658 (arm_unwind_emit_sequence): Allow saved, but not important for unwind
14659 info, registers also at the lowest numbered registers side. Use
14660 gcc_assert instead of abort, and SET_SRC/SET_DEST macros instead of
14664 * var-tracking.c (adjust_mems): Before adding a SET to
14665 amd->side_effects, adjust it's SET_SRC using simplify_replace_fn_rtx.
14667 2014-02-06 Alan Modra <amodra@gmail.com>
14670 * config/rs6000/rs6000.c (rs6000_secondary_memory_needed_mode): Only
14671 change SDmode to DDmode when lra_in_progress.
14673 2014-02-06 Jakub Jelinek <jakub@redhat.com>
14675 PR middle-end/59150
14676 * tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers, call
14677 free_data_ref on the dr first, and before goto again also set dr
14678 to the next dr. For simd_lane_access, free old datarefs[i] before
14679 overwriting it. For get_vectype_for_scalar_type failure, don't
14680 free_data_ref if simd_lane_access.
14682 * Makefile.in (prefix.o, cppbuiltin.o): Depend on $(BASEVER).
14685 * tree.h (opts_for_fn): New inline function.
14686 (opt_for_fn): Define.
14687 * config/i386/i386.c (ix86_function_regparm): Use
14688 opt_for_fn (decl, optimize) instead of optimize.
14690 2014-02-06 Marcus Shawcroft <marcus.shawcroft@arm.com>
14692 * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix logic
14693 for SYMBOL_REF in large memory model.
14695 2014-02-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14697 * config/aarch64/aarch64-cores.def (cortex-a53): Specify CRC32
14698 and crypto support.
14699 (cortex-a57): Likewise.
14700 (cortex-a57.cortex-a53): Likewise.
14702 2014-02-06 Yury Gribov <y.gribov@samsung.com>
14703 Kugan Vivekanandarajah <kuganv@linaro.org>
14705 * config/arm/arm.c (arm_vector_alignment_reachable): Check
14707 * config/arm/arm.c (arm_builtin_support_vector_misalignment): Likewise.
14709 2014-02-06 Richard Biener <rguenther@suse.de>
14711 * tree-cfg.c (gimple_duplicate_sese_region): Fix ordering of
14712 set_loop_copy and initialize_original_copy_tables.
14714 2014-02-06 Alex Velenko <Alex.Velenko@arm.com>
14716 * config/aarch64/aarch64-simd.md
14717 (aarch64_ashr_simddi): Change QI to SI.
14719 2014-02-05 Jan Hubicka <hubicka@ucw.cz>
14720 Jakub Jelinek <jakub@redhat.com>
14722 PR middle-end/60013
14723 * ipa-inline-analysis.c (compute_bb_predicates): Ensure monotonicity
14726 2014-02-05 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14728 * config/rs6000/rs6000.c (altivec_expand_vec_perm_const): Change
14729 CODE_FOR_altivec_vpku[hw]um to
14730 CODE_FOR_altivec_vpku[hw]um_direct.
14731 * config/rs6000/altivec.md (vec_unpacks_hi_<VP_small_lc>): Change
14732 UNSPEC_VUNPACK_HI_SIGN to UNSPEC_VUNPACK_HI_SIGN_DIRECT.
14733 (vec_unpacks_lo_<VP_small_lc>): Change UNSPEC_VUNPACK_LO_SIGN to
14734 UNSPEC_VUNPACK_LO_SIGN_DIRECT.
14736 2014-02-05 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14738 * config/rs6000/altivec.md (altivec_vsum2sws): Adjust code
14739 generation for -maltivec=be.
14740 (altivec_vsumsws): Simplify redundant test.
14742 2014-02-05 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14744 * altivec.md (UNSPEC_VPACK_UNS_UNS_MOD_DIRECT): New unspec.
14745 (UNSPEC_VUNPACK_HI_SIGN_DIRECT): Likewise.
14746 (UNSPEC_VUNPACK_LO_SIGN_DIRECT): Likewise.
14747 (mulv8hi3): Use gen_altivec_vpkuwum_direct instead of
14748 gen_altivec_vpkuwum.
14749 (altivec_vpkpx): Test for VECTOR_ELT_ORDER_BIG instead of for
14751 (altivec_vpks<VI_char>ss): Likewise.
14752 (altivec_vpks<VI_char>us): Likewise.
14753 (altivec_vpku<VI_char>us): Likewise.
14754 (altivec_vpku<VI_char>um): Likewise.
14755 (altivec_vpku<VI_char>um_direct): New (copy of
14756 altivec_vpku<VI_char>um that still relies on BYTES_BIG_ENDIAN, for
14758 (altivec_vupkhs<VU_char>): Emit vupkls* instead of vupkhs* when
14759 target is little endian and -maltivec=be is not specified.
14760 (*altivec_vupkhs<VU_char>_direct): New (copy of
14761 altivec_vupkhs<VU_char> that always emits vupkhs*, for internal use).
14762 (altivec_vupkls<VU_char>): Emit vupkhs* instead of vupkls* when
14763 target is little endian and -maltivec=be is not specified.
14764 (*altivec_vupkls<VU_char>_direct): New (copy of
14765 altivec_vupkls<VU_char> that always emits vupkls*, for internal use).
14766 (altivec_vupkhpx): Emit vupklpx instead of vupkhpx when target is
14767 little endian and -maltivec=be is not specified.
14768 (altivec_vupklpx): Emit vupkhpx instead of vupklpx when target is
14769 little endian and -maltivec=be is not specified.
14771 2014-02-05 Richard Henderson <rth@redhat.com>
14774 * combine-stack-adj.c: Revert r206943.
14775 * sched-int.h (struct deps_desc): Add last_args_size.
14776 * sched-deps.c (init_deps): Initialize it.
14777 (sched_analyze_insn): Add OUTPUT dependencies between insns that
14778 contain REG_ARGS_SIZE notes.
14780 2014-02-05 Jan Hubicka <hubicka@ucw.cz>
14782 * lto-cgraph.c (asm_nodes_output): Make global.
14783 * lto-wrapper.c (run_gcc): Pass down paralelizm to WPA.
14784 * gcc.c (AS_NEEDS_DASH_FOR_PIPED_INPUT): Allow WPA parameter
14785 (driver_handle_option): Handle OPT_fwpa.
14787 2014-02-05 Jakub Jelinek <jakub@redhat.com>
14790 * ipa-devirt.c (possible_polymorphic_call_targets): Fix
14791 a comment typo and formatting issue. If odr_hash hasn't been
14792 created, return vNULL and set *completep to false.
14794 PR middle-end/57499
14795 * tree-eh.c (cleanup_empty_eh): Bail out on totally empty
14796 bb with no successors.
14798 2014-02-05 James Greenhalgh <james.greenhalgh@arm.com>
14801 * doc/invoke.texi (-march): Clarify documentation for ARM.
14802 (-mtune): Likewise.
14805 2014-02-05 Richard Biener <rguenther@suse.de>
14807 * tree-vect-loop.c (vect_analyze_loop_2): Be more informative
14808 when not vectorizing because of too many alias checks.
14809 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
14810 Add more verboseness, avoid duplicate MSG_MISSED_OPTIMIZATION.
14812 2014-02-05 Nick Clifton <nickc@redhat.com>
14814 * config/mn10300/mn10300.c (mn10300_hard_regno_mode_ok): Do not
14815 accept extended registers in any mode when compiling for the MN10300.
14817 2014-02-05 Yury Gribov <y.gribov@samsung.com>
14819 * cif-code.def (ATTRIBUTE_MISMATCH): New CIF code.
14820 * ipa-inline.c (report_inline_failed_reason): Handle mismatched
14821 sanitization attributes.
14822 (can_inline_edge_p): Likewise.
14823 (sanitize_attrs_match_for_inline_p): New function.
14825 2014-02-04 Jan Hubicka <hubicka@ucw.cz>
14827 * ipa-prop.c (detect_type_change): Shor circuit testing of
14828 type changes on THIS pointer.
14830 2014-02-04 John David Anglin <danglin@gcc.gnu.org>
14833 * config/pa/pa.c (legitimize_tls_address): Return original address
14834 if not passed a SYMBOL_REF rtx.
14835 (hppa_legitimize_address): Call legitimize_tls_address for all TLS
14837 (pa_emit_move_sequence): Simplify TLS source operands.
14838 (pa_legitimate_constant_p): Reject all TLS constants.
14839 * config/pa/pa.h (PA_SYMBOL_REF_TLS_P): Correct comment.
14840 (CONSTANT_ADDRESS_P): Reject TLS CONST addresses.
14842 2014-02-04 Jan Hubicka <hubicka@ucw.cz>
14844 * ipa.c (function_and_variable_visibility): Decompose DECL_ONE_ONLY
14845 groups when we know they are controlled by LTO.
14846 * varasm.c (default_binds_local_p_1): If object is in other partition,
14847 it will be resolved locally.
14849 2014-02-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
14851 * config/host-linux.c (linux_gt_pch_use_address): Don't
14852 use SSIZE_MAX because it is not always defined.
14854 2014-02-04 Vladimir Makarov <vmakarov@redhat.com>
14857 * lra-constraints.c (need_for_split_p): Use more 3 reloads as
14858 threshold for pseudo splitting.
14859 (update_ebb_live_info): Process call argument hard registers and
14860 hard registers from insn definition too.
14861 (max_small_class_regs_num): New constant.
14862 (inherit_in_ebb): Update live hard regs through EBBs. Update
14863 reloads_num only for small register classes. Don't split for
14866 2014-02-04 Markus Trippelsdorf <markus@trippelsdorf.de>
14869 * ipa-cp.c (ipa_get_indirect_edge_target_1): Check that target
14872 2014-02-04 Jan Hubicka <hubicka@ucw.cz>
14874 * gimple-fold.c (can_refer_decl_in_current_unit_p): Default
14875 visibility is safe.
14877 2014-02-04 Marek Polacek <polacek@redhat.com>
14879 * gdbinit.in (pel): Define.
14881 2014-02-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
14883 * doc/invoke.texi (fstrict-volatile-bitfields): Clarify current
14886 2014-02-04 Richard Biener <rguenther@suse.de>
14889 * lto-streamer-out.c (tree_is_indexable): Force NAMELIST_DECLs
14890 in function context local.
14891 (lto_output_tree_ref): Do not write trees from lto_output_tree_ref.
14892 * lto-streamer-in.c (lto_input_tree_ref): Handle LTO_namelist_decl_ref
14893 similar to LTO_imported_decl_ref.
14895 2014-02-04 Jakub Jelinek <jakub@redhat.com>
14897 PR tree-optimization/60002
14898 * cgraphclones.c (build_function_decl_skip_args): Clear
14899 DECL_LANG_SPECIFIC.
14901 PR tree-optimization/60023
14902 * tree-if-conv.c (predicate_mem_writes): Pass true instead of
14903 false to gsi_replace.
14904 * tree-vect-stmts.c (vect_finish_stmt_generation): If stmt
14905 has been in some EH region and vec_stmt could throw, add
14906 vec_stmt into the same EH region.
14907 * tree-data-ref.c (get_references_in_stmt): If IFN_MASK_LOAD
14908 has no lhs, ignore it.
14909 * internal-fn.c (expand_MASK_LOAD): Likewise.
14912 * tree-inline.c (copy_forbidden): Fail for
14913 __attribute__((optimize (0))) functions.
14916 * omp-low.c (simd_clone_struct_copy): If from->inbranch
14917 is set, copy one less argument.
14918 (expand_simd_clones): Don't subtract clone_info->inbranch
14919 from simd_clone_struct_alloc argument.
14921 PR rtl-optimization/57915
14922 * recog.c (simplify_while_replacing): If all unary/binary/relational
14923 operation arguments are constant, attempt to simplify those.
14925 PR middle-end/59261
14926 * expmed.c (expand_mult): For MODE_VECTOR_INT multiplication
14927 if there is no vashl<mode>3 or ashl<mode>3 insn, skip_synth.
14929 2014-02-04 Richard Biener <rguenther@suse.de>
14931 PR tree-optimization/60012
14932 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Apply
14933 TBAA disambiguation to all DDRs.
14935 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14938 * config/sol2.h (LINK_LIBGCC_MAPFILE_SPEC): Define.
14939 (LINK_SPEC): Use it for -shared, -shared-libgcc.
14941 2014-02-03 Jan Hubicka <hubicka@ucw.cz>
14944 * tree.c (get_binfo_at_offset): Do not get confused by empty classes;
14946 2014-02-03 Jan Hubicka <hubicka@ucw.cz>
14948 * gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Remove.
14949 * gimple-fold.h (gimple_extract_devirt_binfo_from_cst): Remove.
14951 2014-02-03 Jan Hubicka <hubicka@ucw.cz>
14954 * ipa-cp.c (ipa_get_indirect_edge_target_1): Use ipa-devirt
14955 to figure out targets of polymorphic calls with known decl.
14956 * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
14957 * ipa-utils.h (get_polymorphic_call_info_from_invariant): Declare.
14958 * ipa-devirt.c (get_polymorphic_call_info_for_decl): Break out from ...
14959 (get_polymorphic_call_info): ... here.
14960 (get_polymorphic_call_info_from_invariant): New function.
14962 2014-02-03 Jan Hubicka <hubicka@ucw.cz>
14964 * ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct
14965 lookup via vtable pointer; check for type consistency
14966 and turn inconsitent facts into UNREACHABLE.
14967 * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
14968 * gimple-fold.c (gimple_get_virt_method_for_vtable): Do not ICE on
14969 type inconsistent querries; return UNREACHABLE instead.
14971 2014-02-03 Richard Henderson <rth@twiddle.net>
14974 * tree-ssa-uninit.c (push_to_worklist): Don't re-push if we've
14975 already processed this node.
14976 (normalize_one_pred_1): Pass along mark_set.
14977 (normalize_one_pred): Create and destroy a pointer_set_t.
14978 (normalize_one_pred_chain): Likewise.
14980 2014-02-03 Laurent Aflonsi <laurent.alfonsi@st.com>
14982 PR gcov-profile/58602
14983 * gcc/gcov-io.c (gcov_open): Open with truncation when mode < 0.
14985 2014-02-03 Jan Hubicka <hubicka@ucw.cz>
14988 * ipa-cp.c (ipa_get_indirect_edge_target_1): Give up on
14989 -fno-devirtualize; try to devirtualize by the knowledge of
14990 virtual table pointer given by aggregate propagation.
14991 * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
14992 (ipa_print_node_jump_functions): Dump also offset that
14993 is relevant for polymorphic calls.
14994 (determine_known_aggregate_parts): Add arg_type parameter; use it
14995 instead of determining the type from pointer type.
14996 (ipa_compute_jump_functions_for_edge): Update call of
14997 determine_known_aggregate_parts.
14998 * gimple-fold.c (gimple_get_virt_method_for_vtable): Break out from ...
14999 (gimple_get_virt_method_for_binfo): ... here; simplify using
15000 vtable_pointer_value_to_vtable.
15001 * gimple-fold.h (gimple_get_virt_method_for_vtable): Declare.
15002 * ipa-devirt.c (subbinfo_with_vtable_at_offset): Turn OFFSET parameter
15003 to unsigned HOST_WIDE_INT; use vtable_pointer_value_to_vtable.
15004 (vtable_pointer_value_to_vtable): Break out from ...; handle also
15006 (vtable_pointer_value_to_binfo): ... here.
15007 * ipa-utils.h (vtable_pointer_value_to_vtable): Declare.
15009 2014-02-03 Teresa Johnson <tejohnson@google.com>
15011 * tree-vect-slp.c (vect_supported_load_permutation_p): Avoid
15012 redef of outer loop index variable.
15014 2014-02-03 Marc Glisse <marc.glisse@inria.fr>
15018 * doc/extend.texi (Function Attributes): Typo.
15020 2014-02-03 Cong Hou <congh@google.com>
15022 PR tree-optimization/60000
15023 * tree-vect-loop.c (vect_transform_loop): Set pattern_def_seq to NULL
15024 if the vectorized statement is a store. A store statement can only
15025 appear at the end of pattern statements.
15027 2014-02-03 H.J. Lu <hongjiu.lu@intel.com>
15029 * config/i386/i386.c (flag_opts): Add -mlong-double-128.
15030 (ix86_option_override_internal): Default long double to 64-bit for
15031 32-bit Bionic and to 128-bit for 64-bit Bionic.
15033 * config/i386/i386.h (LONG_DOUBLE_TYPE_SIZE): Use 128 if
15034 TARGET_LONG_DOUBLE_128 is true.
15035 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
15037 * config/i386/i386.opt (mlong-double-80): Negate -mlong-double-64.
15038 (mlong-double-64): Negate -mlong-double-128.
15039 (mlong-double-128): New option.
15041 * config/i386/i386-c.c (ix86_target_macros): Define
15042 __LONG_DOUBLE_128__ for TARGET_LONG_DOUBLE_128.
15044 * doc/invoke.texi: Document -mlong-double-128.
15046 2014-02-03 H.J. Lu <hongjiu.lu@intel.com>
15048 PR rtl-optimization/60024
15049 * sel-sched.c (init_regs_for_mode): Check if mode is OK first.
15051 2014-02-03 Markus Trippelsdorf <markus@trippelsdorf.de>
15053 * doc/invoke.texi (fprofile-reorder-functions): Fix typo.
15055 2014-02-03 Andrey Belevantsev <abel@ispras.ru>
15057 PR rtl-optimization/57662
15058 * sel-sched.c (code_motion_path_driver): Do not mark already not
15059 existing blocks in the visiting bitmap.
15061 2014-02-03 Andrey Belevantsev <abel@ispras.ru>
15063 * sel-sched-ir.c (sel_gen_insn_from_expr_after): Reset INSN_DELETED_P
15064 on the insn being emitted.
15066 2014-02-03 James Greenhalgh <james.greenhalgh@arm.com>
15067 Will Deacon <will.deacon@arm.com>
15069 * doc/gimple.texi (gimple_asm_clear_volatile): Remove.
15071 2014-02-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15073 * config/arm/arm-tables.opt: Regenerate.
15075 2014-02-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15077 * config/rs6000/rs6000.c (altivec_expand_vec_perm_le): Generalize
15078 for vector types other than V16QImode.
15079 * config/rs6000/altivec.md (altivec_vperm_<mode>): Change to a
15080 define_expand, and call altivec_expand_vec_perm_le when producing
15081 code with little endian element order.
15082 (*altivec_vperm_<mode>_internal): New insn having previous
15083 behavior of altivec_vperm_<mode>.
15084 (altivec_vperm_<mode>_uns): Change to a define_expand, and call
15085 altivec_expand_vec_perm_le when producing code with little endian
15087 (*altivec_vperm_<mode>_uns_internal): New insn having previous
15088 behavior of altivec_vperm_<mode>_uns.
15090 2014-02-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15092 * config/rs6000/altivec.md (UNSPEC_VSUMSWS_DIRECT): New unspec.
15093 (altivec_vsumsws): Add handling for -maltivec=be with a little
15095 (altivec_vsumsws_direct): New.
15096 (reduc_splus_<mode>): Call gen_altivec_vsumsws_direct instead of
15097 gen_altivec_vsumsws.
15099 2014-02-02 Jan Hubicka <hubicka@ucw.cz>
15101 * ipa-devirt.c (subbinfo_with_vtable_at_offset,
15102 vtable_pointer_value_to_binfo): New functions.
15103 * ipa-utils.h (vtable_pointer_value_to_binfo): Declare.
15104 * ipa-prop.c (extr_type_from_vtbl_ptr_store): Use it.
15106 2014-02-02 Sandra Loosemore <sandra@codesourcery.com>
15108 * config/nios2/nios2.md (load_got_register): Initialize GOT
15109 pointer from _gp_got instead of _GLOBAL_OFFSET_TABLE_.
15110 * config/nios2/nios2.c (nios2_function_profiler): Likewise.
15112 2014-02-02 Jan Hubicka <hubicka@ucw.cz>
15114 * ipa-prop.c (update_jump_functions_after_inlining): When type is not
15115 preserverd by passthrough, do not propagate the type.
15117 2014-02-02 Richard Sandiford <rdsandiford@googlemail.com>
15119 * config/mips/mips.c (MIPS_GET_FCSR, MIPS_SET_FCSR): New macros.
15120 (mips_atomic_assign_expand_fenv): New function.
15121 (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define.
15123 2014-02-02 Richard Sandiford <rdsandiford@googlemail.com>
15125 * doc/extend.texi (__builtin_mips_get_fcsr): Document.
15126 (__builtin_mips_set_fcsr): Likewise.
15127 * config/mips/mips-ftypes.def: Add MIPS_VOID_FTYPE_USI and
15128 MIPS_USI_FTYPE_VOID.
15129 * config/mips/mips-protos.h (mips16_expand_get_fcsr): Declare
15130 (mips16_expand_set_fcsr): Likewise.
15131 * config/mips/mips.c (mips16_get_fcsr_stub): New variable.
15132 (mips16_set_fcsr_stub): Likewise.
15133 (mips16_get_fcsr_one_only_stub): New class.
15134 (mips16_set_fcsr_one_only_stub): Likewise.
15135 (mips16_expand_get_fcsr, mips16_expand_set_fcsr): New functions.
15136 (mips_code_end): Output the get_fcsr and set_fcsr stubs, if needed.
15137 (BUILTIN_AVAIL_MIPS16, AVAIL_ALL): New macros.
15138 (hard_float): New availability predicate.
15139 (mips_builtins): Add get_fcsr and set_fcsr.
15140 (mips_expand_builtin): Check BUILTIN_AVAIL_MIPS16.
15141 * config/mips/mips.md (UNSPEC_GET_FCSR, UNSPEC_SET_FCSR): New unspecs.
15142 (GET_FCSR_REGNUM, SET_FCSR_REGNUM): New constants.
15143 (mips_get_fcsr, *mips_get_fcsr, mips_get_fcsr_mips16_<mode>)
15144 (mips_set_fcsr, *mips_set_fcsr, mips_set_fcsr_mips16_<mode>): New
15147 2014-02-02 Richard Sandiford <rdsandiford@googlemail.com>
15149 * config/mips/mips.c (mips_one_only_stub): New class.
15150 (mips_need_mips16_rdhwr_p): Replace with...
15151 (mips16_rdhwr_stub): ...this new variable.
15152 (mips16_stub_call_address): New function.
15153 (mips16_rdhwr_one_only_stub): New class.
15154 (mips_expand_thread_pointer): Use mips16_stub_call_address.
15155 (mips_output_mips16_rdhwr): Delete.
15156 (mips_finish_stub): New function.
15157 (mips_code_end): Use it to handle rdhwr stubs.
15159 2014-02-02 Uros Bizjak <ubizjak@gmail.com>
15162 * config/i386/i386.c (classify_argument): Fix handling of bit_offset
15163 when calculating size of integer atomic types.
15165 2014-02-02 H.J. Lu <hongjiu.lu@intel.com>
15167 * ipa-inline-analysis.c (true_predicate_p): Fix a typo in comments.
15169 2014-02-01 Jakub Jelinek <jakub@redhat.com>
15171 PR tree-optimization/60003
15172 * gimple-low.c (lower_builtin_setjmp): Set cfun->has_nonlocal_label.
15173 * profile.c (branch_prob): Use gimple_call_builtin_p
15174 to check for BUILT_IN_SETJMP_RECEIVER.
15175 * tree-inline.c (copy_bb): Call notice_special_calls.
15177 2014-01-31 Vladimir Makarov <vmakarov@redhat.com>
15180 * lra-constraints.c (process_alt_operands): Update reload_sum only
15183 2014-01-31 Richard Henderson <rth@redhat.com>
15185 PR middle-end/60004
15186 * tree-eh.c (lower_try_finally_switch): Delay lowering finally block
15187 until after else_eh is processed.
15189 2014-01-31 Ilya Tocar <ilya.tocar@intel.com>
15191 * config/i386/avx512fintrin.h (_MM_FROUND_TO_NEAREST_INT),
15192 (_MM_FROUND_TO_NEG_INF), (_MM_FROUND_TO_POS_INF),
15193 (_MM_FROUND_TO_ZERO), (_MM_FROUND_CUR_DIRECTION): Are already defined
15194 in smmintrin.h, remove them.
15195 (_MM_FROUND_NO_EXC): Same as above, bit also wrong value.
15196 * config/i386/i386.c (ix86_print_operand): Split sae and rounding.
15197 * config/i386/i386.md (ROUND_SAE): Fix value.
15198 * config/i386/predicates.md (const_4_or_8_to_11_operand): New.
15199 (const48_operand): New.
15200 * config/i386/subst.md (round), (round_expand): Use
15201 const_4_or_8_to_11_operand.
15202 (round_saeonly), (round_saeonly_expand): Use const48_operand.
15204 2014-01-31 Ilya Tocar <ilya.tocar@intel.com>
15206 * config/i386/constraints.md (Yk): Swap meaning with k.
15207 * config/i386/i386.md (movhi_internal): Change Yk to k.
15208 (movqi_internal): Ditto.
15209 (*k<logic><mode>): Ditto.
15212 (kandn<mode>): Ditto.
15213 (*<code>hi_1): Ditto.
15214 (*<code>qi_1): Ditto.
15215 (kxnor<mode>): Ditto.
15216 (kortestzhi): Ditto.
15217 (kortestchi): Ditto.
15219 (*one_cmplhi2_1): Ditto.
15220 (*one_cmplqi2_1): Ditto.
15221 * config/i386/sse.md (): Change k to Yk.
15222 (avx512f_load<mode>_mask): Ditto.
15223 (avx512f_blendm<mode>): Ditto.
15224 (avx512f_store<mode>_mask): Ditto.
15225 (avx512f_storeu<ssemodesuffix>512_mask): Ditto.
15226 (avx512f_storedqu<mode>_mask): Ditto.
15227 (avx512f_cmp<mode>3<mask_scalar_merge_name><round_saeonly_name>):
15229 (avx512f_ucmp<mode>3<mask_scalar_merge_name>): Ditto.
15230 (avx512f_vmcmp<mode>3<round_saeonly_name>): Ditto.
15231 (avx512f_vmcmp<mode>3_mask<round_saeonly_name>): Ditto.
15232 (avx512f_maskcmp<mode>3): Ditto.
15233 (avx512f_fmadd_<mode>_mask<round_name>): Ditto.
15234 (avx512f_fmadd_<mode>_mask3<round_name>): Ditto.
15235 (avx512f_fmsub_<mode>_mask<round_name>): Ditto.
15236 (avx512f_fmsub_<mode>_mask3<round_name>): Ditto.
15237 (avx512f_fnmadd_<mode>_mask<round_name>): Ditto.
15238 (avx512f_fnmadd_<mode>_mask3<round_name>): Ditto.
15239 (avx512f_fnmsub_<mode>_mask<round_name>): Ditto.
15240 (avx512f_fnmsub_<mode>_mask3<round_name>): Ditto.
15241 (avx512f_fmaddsub_<mode>_mask<round_name>): Ditto.
15242 (avx512f_fmaddsub_<mode>_mask3<round_name>): Ditto.
15243 (avx512f_fmsubadd_<mode>_mask<round_name>): Ditto.
15244 (avx512f_fmsubadd_<mode>_mask3<round_name>): Ditto.
15245 (avx512f_vextract<shuffletype>32x4_1_maskm): Ditto.
15246 (vec_extract_lo_<mode>_maskm): Ditto.
15247 (vec_extract_hi_<mode>_maskm): Ditto.
15248 (avx512f_vternlog<mode>_mask): Ditto.
15249 (avx512f_fixupimm<mode>_mask<round_saeonly_name>): Ditto.
15250 (avx512f_sfixupimm<mode>_mask<round_saeonly_name>): Ditto.
15251 (avx512f_<code><pmov_src_lower><mode>2_mask): Ditto.
15252 (avx512f_<code>v8div16qi2_mask): Ditto.
15253 (avx512f_<code>v8div16qi2_mask_store): Ditto.
15254 (avx512f_eq<mode>3<mask_scalar_merge_name>_1): Ditto.
15255 (avx512f_gt<mode>3<mask_scalar_merge_name>): Ditto.
15256 (avx512f_testm<mode>3<mask_scalar_merge_name>): Ditto.
15257 (avx512f_testnm<mode>3<mask_scalar_merge_name>): Ditto.
15258 (*avx512pf_gatherpf<mode>sf_mask): Ditto.
15259 (*avx512pf_gatherpf<mode>df_mask): Ditto.
15260 (*avx512pf_scatterpf<mode>sf_mask): Ditto.
15261 (*avx512pf_scatterpf<mode>df_mask): Ditto.
15262 (avx512cd_maskb_vec_dupv8di): Ditto.
15263 (avx512cd_maskw_vec_dupv16si): Ditto.
15264 (avx512f_vpermi2var<mode>3_maskz): Ditto.
15265 (avx512f_vpermi2var<mode>3_mask): Ditto.
15266 (avx512f_vpermi2var<mode>3_mask): Ditto.
15267 (avx512f_vpermt2var<mode>3_maskz): Ditto.
15268 (*avx512f_gathersi<mode>): Ditto.
15269 (*avx512f_gathersi<mode>_2): Ditto.
15270 (*avx512f_gatherdi<mode>): Ditto.
15271 (*avx512f_gatherdi<mode>_2): Ditto.
15272 (*avx512f_scattersi<mode>): Ditto.
15273 (*avx512f_scatterdi<mode>): Ditto.
15274 (avx512f_compress<mode>_mask): Ditto.
15275 (avx512f_compressstore<mode>_mask): Ditto.
15276 (avx512f_expand<mode>_mask): Ditto.
15277 * config/i386/subst.md (mask): Change k to Yk.
15278 (mask_scalar_merge): Ditto.
15281 2014-01-31 Marc Glisse <marc.glisse@inria.fr>
15283 * doc/extend.texi (Vector Extensions): Document ?: in C++.
15285 2014-01-31 Richard Biener <rguenther@suse.de>
15287 PR middle-end/59990
15288 * builtins.c (fold_builtin_memory_op): Make sure to not
15289 use a floating-point mode or a boolean or enumeral type for
15290 the copy operation.
15292 2014-01-30 DJ Delorie <dj@redhat.com>
15294 * config/msp430/msp430.h (LIB_SPEC): Add -lcrt
15295 * config/msp430/msp430.md (msp430_refsym_need_exit): New.
15296 * config/msp430/msp430.c (msp430_expand_epilogue): Call it
15297 whenever main() has an epilogue.
15299 2014-01-30 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15301 * config/rs6000/rs6000.c (rs6000_expand_vector_init): Remove
15302 unused variable "field".
15303 * config/rs6000/vsx.md (vsx_mergel_<mode>): Add missing DONE.
15304 (vsx_mergeh_<mode>): Likewise.
15305 * config/rs6000/altivec.md (altivec_vmrghb): Likewise.
15306 (altivec_vmrghh): Likewise.
15307 (altivec_vmrghw): Likewise.
15308 (altivec_vmrglb): Likewise.
15309 (altivec_vmrglh): Likewise.
15310 (altivec_vmrglw): Likewise.
15311 (altivec_vspltb): Add missing uses.
15312 (altivec_vsplth): Likewise.
15313 (altivec_vspltw): Likewise.
15314 (altivec_vspltsf): Likewise.
15316 2014-01-30 Jakub Jelinek <jakub@redhat.com>
15319 * ifcvt.c (cond_exec_process_insns): Don't conditionalize
15320 frame related instructions.
15322 2014-01-30 Vladimir Makarov <vmakarov@redhat.com>
15324 PR rtl-optimization/59959
15325 * lra-constrains.c (simplify_operand_subreg): Assign NO_REGS to
15326 any reload of register whose subreg is invalid.
15328 2014-01-30 Jakub Jelinek <jakub@redhat.com>
15330 * config/i386/f16cintrin.h (_cvtsh_ss): Avoid -Wnarrowing warning.
15331 * config/i386/avx512fintrin.h (_mm512_mask_cvtusepi64_storeu_epi32):
15332 Add missing return type - void.
15334 2014-01-30 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15336 * gcc/config/rs6000/rs6000.c (rs6000_expand_vector_init): Use
15337 gen_vsx_xxspltw_v4sf_direct instead of gen_vsx_xxspltw_v4sf;
15338 remove element index adjustment for endian (now handled in vsx.md
15340 (altivec_expand_vec_perm_const): Use
15341 gen_altivec_vsplt[bhw]_direct instead of gen_altivec_vsplt[bhw].
15342 * gcc/config/rs6000/vsx.md (UNSPEC_VSX_XXSPLTW): New unspec.
15343 (vsx_xxspltw_<mode>): Adjust element index for little endian.
15344 * gcc/config/rs6000/altivec.md (altivec_vspltb): Divide into a
15345 define_expand and a new define_insn *altivec_vspltb_internal;
15346 adjust for -maltivec=be on a little endian target.
15347 (altivec_vspltb_direct): New.
15348 (altivec_vsplth): Divide into a define_expand and a new
15349 define_insn *altivec_vsplth_internal; adjust for -maltivec=be on a
15350 little endian target.
15351 (altivec_vsplth_direct): New.
15352 (altivec_vspltw): Divide into a define_expand and a new
15353 define_insn *altivec_vspltw_internal; adjust for -maltivec=be on a
15354 little endian target.
15355 (altivec_vspltw_direct): New.
15356 (altivec_vspltsf): Divide into a define_expand and a new
15357 define_insn *altivec_vspltsf_internal; adjust for -maltivec=be on
15358 a little endian target.
15360 2014-01-30 Richard Biener <rguenther@suse.de>
15362 PR tree-optimization/59993
15363 * tree-ssa-forwprop.c (associate_pointerplus): Check we
15364 can propagate form the earlier stmt and avoid the transform
15365 when the intermediate result is needed.
15367 2014-01-30 Alangi Derick <alangiderick@gmail.com>
15369 * README.Portability: Fix typo.
15371 2014-01-30 David Holsgrove <david.holsgrove@xilinx.com>
15373 * config/microblaze/microblaze.md(cstoresf4, cbranchsf4): Replace
15374 comparison_operator with ordered_comparison_operator.
15376 2014-01-30 Nick Clifton <nickc@redhat.com>
15378 * config/mn10300/mn10300-protos.h (mn10300_store_multiple_operation_p):
15379 Rename to mn10300_store_multiple_regs.
15380 * config/mn10300/mn10300.c: Likewise.
15381 * config/mn10300/mn10300.md (store_movm): Fix typo: call
15382 store_multiple_regs.
15383 * config/mn10300/predicates.md (mn10300_store_multiple_operation):
15384 Call mn10300_store_multiple_regs.
15386 2014-01-30 Nick Clifton <nickc@redhat.com>
15387 DJ Delorie <dj@redhat.com>
15389 * config/rl78/rl78.c (register_sizes): Make the "upper half" of
15390 %fp 2 to keep registers after it properly word-aligned.
15391 (rl78_alloc_physical_registers_umul): Handle the case where both
15392 input operands are the same.
15394 2014-01-30 Richard Biener <rguenther@suse.de>
15396 PR tree-optimization/59903
15397 * tree-vect-loop.c (vect_transform_loop): Guard multiple-types
15400 2014-01-30 Jason Merrill <jason@redhat.com>
15403 * tree.c (walk_type_fields): Handle VECTOR_TYPE.
15406 * cgraphunit.c (expand_thunk): Copy volatile arg to a temporary.
15408 2014-01-30 Richard Biener <rguenther@suse.de>
15410 PR tree-optimization/59951
15411 * tree-vect-slp.c (vect_bb_slp_scalar_cost): Skip uses in debug insns.
15413 2014-01-30 Savin Zlobec <savin.zlobec@gmail.com>
15416 * config/nios2/nios2.c (nios2_fpu_insn_asm): Fix asm output of
15417 SFmode to DFmode case.
15419 2014-01-29 DJ Delorie <dj@redhat.com>
15421 * config/msp430/msp430.opt (-minrt): New.
15422 * config/msp430/msp430.h (STARTFILE_SPEC): Link alternate runtime
15424 (ENDFILE_SPEC): Likewise.
15426 2014-01-29 Jan Hubicka <hubicka@ucw.cz>
15428 * ipa-inline-analysis.c (clobber_only_eh_bb_p): New function.
15429 (estimate_function_body_sizes): Use it.
15431 2014-01-29 Paolo Carlini <paolo.carlini@oracle.com>
15434 * dwarf2out.c (is_cxx_auto): New.
15435 (is_base_type): Use it.
15436 (gen_type_die_with_usage): Likewise.
15438 2014-01-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15440 * config/rs6000/rs6000.c (altivec_expand_vec_perm_const): Use
15441 CODE_FOR_altivec_vmrg*_direct rather than CODE_FOR_altivec_vmrg*.
15442 * config/rs6000/vsx.md (vsx_mergel_<mode>): Adjust for
15443 -maltivec=be with LE targets.
15444 (vsx_mergeh_<mode>): Likewise.
15445 * config/rs6000/altivec.md (UNSPEC_VMRG[HL]_DIRECT): New unspecs.
15446 (mulv8hi3): Use gen_altivec_vmrg[hl]w_direct.
15447 (altivec_vmrghb): Replace with define_expand and new
15448 *altivec_vmrghb_internal insn; adjust for -maltivec=be with LE targets.
15449 (altivec_vmrghb_direct): New define_insn.
15450 (altivec_vmrghh): Replace with define_expand and new
15451 *altivec_vmrghh_internal insn; adjust for -maltivec=be with LE targets.
15452 (altivec_vmrghh_direct): New define_insn.
15453 (altivec_vmrghw): Replace with define_expand and new
15454 *altivec_vmrghw_internal insn; adjust for -maltivec=be with LE targets.
15455 (altivec_vmrghw_direct): New define_insn.
15456 (*altivec_vmrghsf): Adjust for endianness.
15457 (altivec_vmrglb): Replace with define_expand and new
15458 *altivec_vmrglb_internal insn; adjust for -maltivec=be with LE targets.
15459 (altivec_vmrglb_direct): New define_insn.
15460 (altivec_vmrglh): Replace with define_expand and new
15461 *altivec_vmrglh_internal insn; adjust for -maltivec=be with LE targets.
15462 (altivec_vmrglh_direct): New define_insn.
15463 (altivec_vmrglw): Replace with define_expand and new
15464 *altivec_vmrglw_internal insn; adjust for -maltivec=be with LE targets.
15465 (altivec_vmrglw_direct): New define_insn.
15466 (*altivec_vmrglsf): Adjust for endianness.
15467 (vec_widen_umult_hi_v16qi): Use gen_altivec_vmrghh_direct.
15468 (vec_widen_umult_lo_v16qi): Use gen_altivec_vmrglh_direct.
15469 (vec_widen_smult_hi_v16qi): Use gen_altivec_vmrghh_direct.
15470 (vec_widen_smult_lo_v16qi): Use gen_altivec_vmrglh_direct.
15471 (vec_widen_umult_hi_v8hi): Use gen_altivec_vmrghw_direct.
15472 (vec_widen_umult_lo_v8hi): Use gen_altivec_vmrglw_direct.
15473 (vec_widen_smult_hi_v8hi): Use gen_altivec_vmrghw_direct.
15474 (vec_widen_smult_lo_v8hi): Use gen_altivec_vmrglw_direct.
15476 2014-01-29 Marcus Shawcroft <marcus.shawcroft@arm.com>
15478 * config/aarch64/aarch64.c (aarch64_expand_mov_immediate)
15479 (aarch64_legitimate_address_p, aarch64_class_max_nregs): Adjust
15482 2014-01-29 Richard Biener <rguenther@suse.de>
15484 PR tree-optimization/58742
15485 * tree-ssa-forwprop.c (associate_pointerplus): Rename to
15486 associate_pointerplus_align.
15487 (associate_pointerplus_diff): New function.
15488 (associate_pointerplus): Likewise. Call associate_pointerplus_align
15489 and associate_pointerplus_diff.
15491 2014-01-29 Richard Biener <rguenther@suse.de>
15493 * lto-streamer.h (LTO_major_version): Bump to 3.
15494 (LTO_minor_version): Reset to 0.
15496 2014-01-29 Renlin Li <Renlin.Li@arm.com>
15498 * config/arm/arm-arches.def (ARM_ARCH): Add armv7ve arch.
15499 * config/arm/arm.c (FL_FOR_ARCH7VE): New.
15500 (arm_file_start): Generate correct asm header for armv7ve.
15501 * config/arm/bpabi.h: Add multilib support for armv7ve.
15502 * config/arm/driver-arm.c: Change the architectures of cortex-a7
15503 and cortex-a15 to armv7ve.
15504 * config/arm/t-aprofile: Add multilib support for armv7ve.
15505 * doc/invoke.texi: Document -march=armv7ve.
15507 2014-01-29 Richard Biener <rguenther@suse.de>
15509 PR tree-optimization/58742
15510 * tree-ssa-forwprop.c (associate_plusminus): Return true
15511 if we changed sth, defer EH cleanup to ...
15512 (ssa_forward_propagate_and_combine): ... here. Call simplify_mult.
15513 (simplify_mult): New function.
15515 2014-01-29 Jakub Jelinek <jakub@redhat.com>
15517 PR middle-end/59917
15518 PR tree-optimization/59920
15519 * tree.c (build_common_builtin_nodes): Remove
15520 __builtin_setjmp_dispatcher initialization.
15521 * omp-low.h (make_gimple_omp_edges): Add a new int * argument.
15522 * profile.c (branch_prob): Use gsi_start_nondebug_after_labels_bb
15523 instead of gsi_after_labels + manually skipping debug stmts.
15524 Don't ignore bbs with BUILT_IN_SETJMP_DISPATCHER, instead
15525 ignore bbs with IFN_ABNORMAL_DISPATCHER.
15526 * tree-inline.c (copy_edges_for_bb): Remove
15527 can_make_abnormal_goto argument, instead add abnormal_goto_dest
15528 argument. Ignore computed_goto_p stmts. Don't call
15529 make_abnormal_goto_edges. If a call might need abnormal edges
15530 for non-local gotos, see if it already has an edge to
15531 IFN_ABNORMAL_DISPATCHER or if it is IFN_ABNORMAL_DISPATCHER
15532 with true argument, don't do anything then, otherwise add
15533 EDGE_ABNORMAL from the call's bb to abnormal_goto_dest.
15534 (copy_cfg_body): Compute abnormal_goto_dest, adjust copy_edges_for_bb
15536 * gimple-low.c (struct lower_data): Remove calls_builtin_setjmp.
15537 (lower_function_body): Don't emit __builtin_setjmp_dispatcher.
15538 (lower_stmt): Don't set data->calls_builtin_setjmp.
15539 (lower_builtin_setjmp): Adjust comment.
15540 * builtins.def (BUILT_IN_SETJMP_DISPATCHER): Remove.
15541 * tree-cfg.c (found_computed_goto): Remove.
15542 (factor_computed_gotos): Remove.
15543 (make_goto_expr_edges): Return bool, true for computed gotos.
15544 Don't call make_abnormal_goto_edges.
15545 (build_gimple_cfg): Don't set found_computed_goto, don't call
15546 factor_computed_gotos.
15547 (computed_goto_p): No longer static.
15548 (make_blocks): Don't set found_computed_goto.
15549 (get_abnormal_succ_dispatcher, handle_abnormal_edges): New functions.
15550 (make_edges): If make_goto_expr_edges returns true, push bb
15551 into ab_edge_goto vector, for stmt_can_make_abnormal_goto calls
15552 instead of calling make_abnormal_goto_edges push bb into ab_edge_call
15553 vector. Record mapping between bbs and OpenMP regions if there
15554 are any, adjust make_gimple_omp_edges caller. Call
15555 handle_abnormal_edges.
15556 (make_abnormal_goto_edges): Remove.
15557 * tree-cfg.h (make_abnormal_goto_edges): Remove.
15558 (computed_goto_p, get_abnormal_succ_dispatcher): New prototypes.
15559 * internal-fn.c (expand_ABNORMAL_DISPATCHER): New function.
15560 * builtins.c (expand_builtin): Don't handle BUILT_IN_SETJMP_DISPATCHER.
15561 * internal-fn.def (ABNORMAL_DISPATCHER): New.
15562 * omp-low.c (make_gimple_omp_edges): Add region_idx argument, when
15563 filling *region also set *region_idx to (*region)->entry->index.
15566 * read-rtl.c (read_rtx_code): Clear all of RTX_CODE_SIZE (code).
15567 For REGs set ORIGINAL_REGNO.
15569 2014-01-29 Bingfeng Mei <bmei@broadcom.com>
15571 * doc/md.texi: Mention that a target shouldn't implement
15572 vec_widen_(s|u)mul_even/odd pair if it is less efficient
15575 2014-01-29 Jakub Jelinek <jakub@redhat.com>
15577 PR tree-optimization/59594
15578 * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Sort
15579 a copy of the datarefs vector rather than the vector itself.
15581 2014-01-28 Jason Merrill <jason@redhat.com>
15584 * dwarf2out.c (auto_die): New static.
15585 (gen_type_die_with_usage): Handle C++1y 'auto'.
15586 (gen_subprogram_die): If in-class DIE had 'auto', emit type again
15589 2014-01-28 H.J. Lu <hongjiu.lu@intel.com>
15592 * config/i386/gnu-user64.h (SPEC_32): Add "m16|" to "m32".
15593 (SPEC_X32): Likewise.
15594 (SPEC_64): Likewise.
15595 * config/i386/i386.c (ix86_option_override_internal): Turn off
15596 OPTION_MASK_ISA_64BIT, OPTION_MASK_ABI_X32 and OPTION_MASK_ABI_64
15598 (x86_file_start): Output .code16gcc for TARGET_16BIT.
15599 * config/i386/i386.h (TARGET_16BIT): New macro.
15600 (TARGET_16BIT_P): Likewise.
15601 * config/i386/i386.opt: Add m16.
15602 * doc/invoke.texi: Document -m16.
15604 2014-01-28 Jakub Jelinek <jakub@redhat.com>
15606 PR preprocessor/59935
15607 * input.c (location_get_source_line): Bail out on when line number
15608 is zero, and test the return value of lookup_or_add_file_to_cache_tab.
15610 2014-01-28 Richard Biener <rguenther@suse.de>
15612 PR tree-optimization/58742
15613 * tree-ssa-forwprop.c (associate_plusminus): Handle
15614 pointer subtraction of the form (T)(P + A) - (T)P.
15616 2014-01-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15618 * config/arm/arm.c (arm_new_rtx_costs): Remove useless statement
15621 2014-01-28 Richard Biener <rguenther@suse.de>
15624 2014-01-28 Richard Biener <rguenther@suse.de>
15626 PR rtl-optimization/45364
15627 PR rtl-optimization/59890
15628 * var-tracking.c (local_get_addr_clear_given_value): Handle
15629 already cleared slot.
15630 (val_reset): Handle not allocated local_get_addr_cache.
15631 (vt_find_locations): Use post-order on the inverted CFG.
15633 2014-01-28 Richard Biener <rguenther@suse.de>
15635 * tree-data-ref.h (ddr_is_anti_dependent, ddrs_have_anti_deps): Remove.
15637 2014-01-28 Richard Biener <rguenther@suse.de>
15639 PR rtl-optimization/45364
15640 PR rtl-optimization/59890
15641 * var-tracking.c (local_get_addr_clear_given_value): Handle
15642 already cleared slot.
15643 (val_reset): Handle not allocated local_get_addr_cache.
15644 (vt_find_locations): Use post-order on the inverted CFG.
15646 2014-01-28 Alan Modra <amodra@gmail.com>
15648 * Makefile.in (BUILD_CPPFLAGS): Do not use ALL_CPPFLAGS.
15649 * configure.ac <recursive call for build != host>: Define
15650 GENERATOR_FILE. Comment. Use CXX_FOR_BUILD, CXXFLAGS_FOR_BUILD
15651 and LD_FOR_BUILD too.
15652 * configure: Regenerate.
15654 2014-01-27 Allan Sandfeld Jensen <sandfeld@kde.org>
15656 * config/i386/i386.c (get_builtin_code_for_version): Separate
15657 Westmere from Nehalem, Ivy Bridge from Sandy Bridge and
15658 Broadwell from Haswell.
15660 2014-01-27 Steve Ellcey <sellcey@mips.com>
15662 * common/config/mips/mips-common.c (TARGET_DEFAULT_TARGET_FLAGS):
15663 Remove TARGET_FP_EXCEPTIONS_DEFAULT and MASK_FUSED_MADD.
15664 * config/mips/mips.c (mips_option_override): Change setting
15666 * config/mips/mips.h (TARGET_FP_EXCEPTIONS_DEFAULT): Remove.
15667 * config/mips/mips.opt (DSP, DSPR2, FP_EXCEPTIONS, FUSED_MADD, MIPS3D):
15668 Change from Mask to Var.
15670 2014-01-27 Jeff Law <law@redhat.com>
15672 * ipa-inline.c (inline_small_functions): Fix typo.
15674 2014-01-27 Ilya Tocar <ilya.tocar@intel.com>
15676 * config/i386/avx512fintrin.h (_mm512_mask_cvtepi32_storeu_epi8): New.
15677 (_mm512_mask_cvtsepi32_storeu_epi8): Ditto.
15678 (_mm512_mask_cvtusepi32_storeu_epi8): Ditto.
15679 (_mm512_mask_cvtepi32_storeu_epi16): Ditto.
15680 (_mm512_mask_cvtsepi32_storeu_epi16): Ditto.
15681 (_mm512_mask_cvtusepi32_storeu_epi16): Ditto.
15682 (_mm512_mask_cvtepi64_storeu_epi32): Ditto.
15683 (_mm512_mask_cvtsepi64_storeu_epi32): Ditto.
15684 (_mm512_mask_cvtusepi64_storeu_epi32): Ditto.
15685 (_mm512_mask_cvtepi64_storeu_epi16): Ditto.
15686 (_mm512_mask_cvtsepi64_storeu_epi16): Ditto.
15687 (_mm512_mask_cvtusepi64_storeu_epi16): Ditto.
15688 (_mm512_mask_cvtepi64_storeu_epi8): Ditto.
15689 (_mm512_mask_cvtsepi64_storeu_epi8): Ditto.
15690 (_mm512_mask_cvtusepi64_storeu_epi8): Ditto.
15691 (_mm512_storeu_epi64): Ditto.
15692 (_mm512_cmpge_epi32_mask): Ditto.
15693 (_mm512_cmpge_epu32_mask): Ditto.
15694 (_mm512_cmpge_epi64_mask): Ditto.
15695 (_mm512_cmpge_epu64_mask): Ditto.
15696 (_mm512_cmple_epi32_mask): Ditto.
15697 (_mm512_cmple_epu32_mask): Ditto.
15698 (_mm512_cmple_epi64_mask): Ditto.
15699 (_mm512_cmple_epu64_mask): Ditto.
15700 (_mm512_cmplt_epi32_mask): Ditto.
15701 (_mm512_cmplt_epu32_mask): Ditto.
15702 (_mm512_cmplt_epi64_mask): Ditto.
15703 (_mm512_cmplt_epu64_mask): Ditto.
15704 (_mm512_cmpneq_epi32_mask): Ditto.
15705 (_mm512_cmpneq_epu32_mask): Ditto.
15706 (_mm512_cmpneq_epi64_mask): Ditto.
15707 (_mm512_cmpneq_epu64_mask): Ditto.
15708 (_mm512_expand_pd): Ditto.
15709 (_mm512_expand_ps): Ditto.
15710 * config/i386/i386-builtin-types.def: Add PV16QI, PV16QI, PV16HI,
15711 VOID_PV8SI_V8DI_QI, VOID_PV8HI_V8DI_QI, VOID_PV16QI_V8DI_QI,
15712 VOID_PV16QI_V16SI_HI, VOID_PV16HI_V16SI_HI.
15713 * config/i386/i386.c (ix86_builtins): Add
15714 IX86_BUILTIN_EXPANDPD512_NOMASK, IX86_BUILTIN_EXPANDPS512_NOMASK,
15715 IX86_BUILTIN_PMOVDB512_MEM, IX86_BUILTIN_PMOVDW512_MEM,
15716 IX86_BUILTIN_PMOVQB512_MEM, IX86_BUILTIN_PMOVQD512_MEM,
15717 IX86_BUILTIN_PMOVQW512_MEM, IX86_BUILTIN_PMOVSDB512_MEM,
15718 IX86_BUILTIN_PMOVSDW512_MEM, IX86_BUILTIN_PMOVSQB512_MEM,
15719 IX86_BUILTIN_PMOVSQD512_MEM, IX86_BUILTIN_PMOVSQW512_MEM,
15720 IX86_BUILTIN_PMOVUSDB512_MEM, IX86_BUILTIN_PMOVUSDW512_MEM,
15721 IX86_BUILTIN_PMOVUSQB512_MEM, IX86_BUILTIN_PMOVUSQD512_MEM,
15722 IX86_BUILTIN_PMOVUSQW512_MEM.
15723 (bdesc_special_args): Add __builtin_ia32_pmovusqd512mem_mask,
15724 __builtin_ia32_pmovsqd512mem_mask,
15725 __builtin_ia32_pmovqd512mem_mask,
15726 __builtin_ia32_pmovusqw512mem_mask,
15727 __builtin_ia32_pmovsqw512mem_mask,
15728 __builtin_ia32_pmovqw512mem_mask,
15729 __builtin_ia32_pmovusdw512mem_mask,
15730 __builtin_ia32_pmovsdw512mem_mask,
15731 __builtin_ia32_pmovdw512mem_mask,
15732 __builtin_ia32_pmovqb512mem_mask,
15733 __builtin_ia32_pmovusqb512mem_mask,
15734 __builtin_ia32_pmovsqb512mem_mask,
15735 __builtin_ia32_pmovusdb512mem_mask,
15736 __builtin_ia32_pmovsdb512mem_mask,
15737 __builtin_ia32_pmovdb512mem_mask.
15738 (bdesc_args): Add __builtin_ia32_expanddf512,
15739 __builtin_ia32_expandsf512.
15740 (ix86_expand_special_args_builtin): Handle VOID_FTYPE_PV8SI_V8DI_QI,
15741 VOID_FTYPE_PV8HI_V8DI_QI, VOID_FTYPE_PV16HI_V16SI_HI,
15742 VOID_FTYPE_PV16QI_V8DI_QI, VOID_FTYPE_PV16QI_V16SI_HI.
15743 * config/i386/sse.md (unspec): Add UNSPEC_EXPAND_NOMASK.
15744 (avx512f_<code><pmov_src_lower><mode>2_mask_store): New.
15745 (*avx512f_<code>v8div16qi2_store_mask): Renamed to ...
15746 (avx512f_<code>v8div16qi2_mask_store): This.
15747 (avx512f_expand<mode>): New.
15749 2014-01-27 Kirill Yukhin <kirill.yukhin@intel.com>
15751 * config/i386/avx512pfintrin.h (_mm512_mask_prefetch_i32gather_pd):
15753 (_mm512_mask_prefetch_i64gather_pd): Ditto.
15754 (_mm512_prefetch_i32scatter_pd): Ditto.
15755 (_mm512_mask_prefetch_i32scatter_pd): Ditto.
15756 (_mm512_prefetch_i64scatter_pd): Ditto.
15757 (_mm512_mask_prefetch_i64scatter_pd): Ditto.
15758 (_mm512_mask_prefetch_i32gather_ps): Fix operand type.
15759 (_mm512_mask_prefetch_i64gather_ps): Ditto.
15760 (_mm512_prefetch_i32scatter_ps): Ditto.
15761 (_mm512_mask_prefetch_i32scatter_ps): Ditto.
15762 (_mm512_prefetch_i64scatter_ps): Ditto.
15763 (_mm512_mask_prefetch_i64scatter_ps): Ditto.
15764 * config/i386/i386-builtin-types.def: Define
15765 VOID_FTYPE_QI_V8SI_PCINT64_INT_INT
15766 and VOID_FTYPE_QI_V8DI_PCINT64_INT_INT.
15767 * config/i386/i386.c (ix86_builtins): Define IX86_BUILTIN_GATHERPFQPD,
15768 IX86_BUILTIN_GATHERPFDPD, IX86_BUILTIN_SCATTERPFDPD,
15769 IX86_BUILTIN_SCATTERPFQPD.
15770 (ix86_init_mmx_sse_builtins): Define __builtin_ia32_gatherpfdpd,
15771 __builtin_ia32_gatherpfdps, __builtin_ia32_gatherpfqpd,
15772 __builtin_ia32_gatherpfqps, __builtin_ia32_scatterpfdpd,
15773 __builtin_ia32_scatterpfdps, __builtin_ia32_scatterpfqpd,
15774 __builtin_ia32_scatterpfqps.
15775 (ix86_expand_builtin): Expand new built-ins.
15776 * config/i386/sse.md (avx512pf_gatherpf<mode>): Add SF suffix,
15777 fix memory access data type.
15778 (*avx512pf_gatherpf<mode>_mask): Ditto.
15779 (*avx512pf_gatherpf<mode>): Ditto.
15780 (avx512pf_scatterpf<mode>): Ditto.
15781 (*avx512pf_scatterpf<mode>_mask): Ditto.
15782 (*avx512pf_scatterpf<mode>): Ditto.
15783 (GATHER_SCATTER_SF_MEM_MODE): New.
15784 (avx512pf_gatherpf<mode>df): Ditto.
15785 (*avx512pf_gatherpf<mode>df_mask): Ditto.
15786 (*avx512pf_scatterpf<mode>df): Ditto.
15788 2014-01-27 Jakub Jelinek <jakub@redhat.com>
15791 * expmed.h (expmed_mode_index): Rework so that analysis and optimziers
15792 know when the MODE_PARTIAL_INT and MODE_VECTOR_INT cases can never be
15795 2014-01-27 James Greenhalgh <james.greenhalgh@arm.com>
15797 * common/config/arm/arm-common.c
15798 (arm_rewrite_mcpu): Handle multiple names.
15800 (BIG_LITTLE_SPEC): Do not discard mcpu switches.
15802 2014-01-27 James Greenhalgh <james.greenhalgh@arm.com>
15804 * gimple-builder.h (create_gimple_tmp): Delete.
15806 2014-01-27 Christian Bruel <christian.bruel@st.com>
15808 * config/sh/sh-mem.cc (sh_expand_cmpnstr): Fix remaining bytes after
15811 2014-01-26 John David Anglin <danglin@gcc.gnu.org>
15813 * config/pa/pa.md (call): Generate indirect long calls to non-local
15814 functions when outputing 32-bit code.
15815 (call_value): Likewise except for special call to buggy powf function.
15817 * config/pa/pa.c (pa_attr_length_indirect_call): Adjust length of
15818 portable runtime and PIC indirect calls.
15819 (pa_output_indirect_call): Remove unnecessary nop from portable runtime
15820 and PIC call sequences. Use ldo instead of blr to set return register
15821 in PIC call sequence.
15823 2014-01-25 Walter Lee <walt@tilera.com>
15825 * config/tilegx/sync.md (atomic_fetch_sub): Fix negation and
15826 avoid clobbering a live register.
15828 2014-01-25 Walter Lee <walt@tilera.com>
15830 * config/tilegx/tilegx-c.c (tilegx_cpu_cpp_builtins):
15831 Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2}.
15832 * config/tilegx/tilepro-c.c (tilepro_cpu_cpp_builtins):
15833 Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8}.
15835 2014-01-25 Walter Lee <walt@tilera.com>
15837 * config/tilegx/tilegx.c (tilegx_function_arg): Start 16-byte
15838 arguments on even registers.
15839 (tilegx_gimplify_va_arg_expr): Align 16-byte var args to
15841 * config/tilegx/tilegx.h (STACK_BOUNDARY): Change to 16 bytes.
15842 (BIGGEST_ALIGNMENT): Ditto.
15843 (BIGGEST_FIELD_ALIGNMENT): Ditto.
15845 2014-01-25 Walter Lee <walt@tilera.com>
15847 * config/tilegx/tilegx.c (tilegx_gen_bundles): Delete barrier
15848 insns before bundling.
15849 * config/tilegx/tilegx.md (tile_network_barrier): Update comment.
15851 2014-01-25 Walter Lee <walt@tilera.com>
15853 * config/tilegx/tilegx.c (tilegx_expand_builtin): Set
15854 PREFETCH_SCHEDULE_BARRIER_P to true for prefetches.
15855 * config/tilepro/tilepro.c (tilepro_expand_builtin): Ditto.
15857 2014-01-25 Richard Sandiford <rdsandiford@googlemail.com>
15859 * config/mips/constraints.md (kl): Delete.
15860 * config/mips/mips.md (divmod<mode>4, udivmod<mode>4): Turn into
15861 define expands, using...
15862 (divmod<mode>4_mips16, udivmod<mode>4_mips16): ...these new
15863 instructions for MIPS16.
15864 (*divmod<mode>4, *udivmod<mode>4): New patterns, taken from the
15865 non-MIPS16 version of the old divmod<mode>4 and udivmod<mode>4.
15867 2014-01-25 Walter Lee <walt@tilera.com>
15869 * config/tilepro/tilepro.md (ctzdi2): Use register_operand predicate.
15873 2014-01-25 Walter Lee <walt@tilera.com>
15875 * config/tilegx/tilegx.c (tilegx_expand_to_rtl_hook): New.
15876 (TARGET_EXPAND_TO_RTL_HOOK): Define.
15878 2014-01-25 Richard Sandiford <rdsandiford@googlemail.com>
15880 * rtlanal.c (canonicalize_condition): Split out duplicated mode check.
15883 2014-01-25 Jakub Jelinek <jakub@redhat.com>
15885 * print-rtl.c (in_call_function_usage): New var.
15886 (print_rtx): When in CALL_INSN_FUNCTION_USAGE, always print
15887 EXPR_LIST mode as mode and not as reg note name.
15889 PR middle-end/59561
15890 * cfgloopmanip.c (copy_loop_info): If
15891 loop->warned_aggressive_loop_optimizations, make sure
15892 the flag is set in target loop too.
15894 2014-01-24 Balaji V. Iyer <balaji.v.iyer@intel.com>
15896 * builtins.c (is_builtin_name): Renamed flag_enable_cilkplus to
15898 * builtins.def: Likewise.
15899 * cilk.h (fn_contains_cilk_spawn_p): Likewise.
15900 * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Likewise.
15901 * ira.c (ira_setup_eliminable_regset): Likewise.
15902 * omp-low.c (gate_expand_omp): Likewise.
15903 (execute_lower_omp): Likewise.
15904 (diagnose_sb_0): Likewise.
15905 (gate_diagnose_omp_blocks): Likewise.
15906 (simd_clone_clauses_extract): Likewise.
15909 2014-01-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15911 * config/rs6000/rs6000.c (rs6000_expand_vec_perm_const_1): Remove
15912 correction for little endian...
15913 * config/rs6000/vsx.md (vsx_xxpermdi2_<mode>_1): ...and move it to
15916 2014-01-24 Jeff Law <law@redhat.com>
15918 PR tree-optimization/59919
15919 * tree-vrp.c (find_assert_locations_1): Do not register asserts
15920 for non-returning calls.
15922 2014-01-24 James Greenhalgh <james.greenhalgh@arm.com>
15924 * common/config/aarch64/aarch64-common.c
15925 (aarch64_rewrite_mcpu): Handle multiple names.
15926 * config/aarch64/aarch64.h
15927 (BIG_LITTLE_SPEC): Do not discard mcpu switches.
15929 2014-01-24 Dodji Seketeli <dodji@redhat.com>
15931 * input.c (add_file_to_cache_tab): Handle the case where fopen
15934 2014-01-23 H.J. Lu <hongjiu.lu@intel.com>
15937 * config/i386/i386.md (pushsf splitter): Get stack adjustment
15938 from push operand if code of push isn't PRE_DEC.
15940 2014-01-23 Michael Meissner <meissner@linux.vnet.ibm.com>
15943 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
15944 -mquad-memory-atomic. Update -mquad-memory documentation to say
15945 it is only used for non-atomic loads/stores.
15947 * config/rs6000/predicates.md (quad_int_reg_operand): Allow either
15948 -mquad-memory or -mquad-memory-atomic switches.
15950 * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Add
15951 -mquad-memory-atomic to ISA 2.07 support.
15953 * config/rs6000/rs6000.opt (-mquad-memory-atomic): Add new switch
15954 to separate support of normal quad word memory operations (ldq, stq)
15955 from the atomic quad word memory operations.
15957 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
15958 support to separate non-atomic quad word operations from atomic
15959 quad word operations. Disable non-atomic quad word operations in
15960 little endian mode so that we don't have to swap words after the
15961 load and before the store.
15962 (quad_load_store_p): Add comment about atomic quad word support.
15963 (rs6000_opt_masks): Add -mquad-memory-atomic to the list of
15964 options printed with -mdebug=reg.
15966 * config/rs6000/rs6000.h (TARGET_SYNC_TI): Use
15967 -mquad-memory-atomic as the test for whether we have quad word
15968 atomic instructions.
15969 (TARGET_SYNC_HI_QI): If either -mquad-memory-atomic, -mquad-memory,
15970 or -mp8-vector are used, allow byte/half-word atomic operations.
15972 * config/rs6000/sync.md (load_lockedti): Insure that the address
15973 is a proper indexed or indirect address for the lqarx instruction.
15974 On little endian systems, swap the hi/lo registers after the lqarx
15976 (load_lockedpti): Use indexed_or_indirect_operand predicate to
15977 insure the address is valid for the lqarx instruction.
15978 (store_conditionalti): Insure that the address is a proper indexed
15979 or indirect address for the stqcrx. instruction. On little endian
15980 systems, swap the hi/lo registers before doing the stqcrx.
15982 (store_conditionalpti): Use indexed_or_indirect_operand predicate to
15983 insure the address is valid for the stqcrx. instruction.
15985 * gcc/config/rs6000/rs6000-c.c (rs6000_target_modify_macros):
15986 Define __QUAD_MEMORY__ and __QUAD_MEMORY_ATOMIC__ based on what
15987 type of quad memory support is available.
15989 2014-01-23 Vladimir Makarov <vmakarov@redhat.com>
15991 PR regression/59915
15992 * lra-constraints.c (simplify_operand_subreg): Spill pseudo if
15993 there is a danger of looping.
15995 2014-01-23 Pat Haugen <pthaugen@us.ibm.com>
15997 * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
15998 force flag_ira_loop_pressure if set via command line.
16000 2014-01-23 Alex Velenko <Alex.Velenko@arm.com>
16002 * config/aarch64/aarch64-simd-builtins.def (ashr): DI mode removed.
16003 (ashr_simd): New builtin handling DI mode.
16004 * config/aarch64/aarch64-simd.md (aarch64_ashr_simddi): New pattern.
16005 (aarch64_sshr_simddi): New match pattern.
16006 * config/aarch64/arm_neon.h (vshr_n_s32): Builtin call modified.
16007 (vshrd_n_s64): Likewise.
16008 * config/aarch64/predicates.md (aarch64_shift_imm64_di): New predicate.
16010 2014-01-23 Nick Clifton <nickc@redhat.com>
16012 * config/msp430/msp430.h (ASM_SPEC): Pass the -mcpu as -mcpu.
16013 (LIB_SPEC): Drop use of memory.ld and peripherals.ld scripts in
16014 favour of mcu specific scripts.
16015 * config/msp430/t-msp430 (MULTILIB_MATCHES): Add more matches for
16018 2014-01-23 James Greenhalgh <james.greenhalgh@arm.com>
16019 Alex Velenko <Alex.Velenko@arm.com>
16021 * config/aarch64/arm_neon.h (vaddv_s8): __LANE0 cleanup.
16022 (vaddv_s16): Likewise.
16023 (vaddv_s32): Likewise.
16024 (vaddv_u8): Likewise.
16025 (vaddv_u16): Likewise.
16026 (vaddv_u32): Likewise.
16027 (vaddvq_s8): Likewise.
16028 (vaddvq_s16): Likewise.
16029 (vaddvq_s32): Likewise.
16030 (vaddvq_s64): Likewise.
16031 (vaddvq_u8): Likewise.
16032 (vaddvq_u16): Likewise.
16033 (vaddvq_u32): Likewise.
16034 (vaddvq_u64): Likewise.
16035 (vaddv_f32): Likewise.
16036 (vaddvq_f32): Likewise.
16037 (vaddvq_f64): Likewise.
16038 (vmaxv_f32): Likewise.
16039 (vmaxv_s8): Likewise.
16040 (vmaxv_s16): Likewise.
16041 (vmaxv_s32): Likewise.
16042 (vmaxv_u8): Likewise.
16043 (vmaxv_u16): Likewise.
16044 (vmaxv_u32): Likewise.
16045 (vmaxvq_f32): Likewise.
16046 (vmaxvq_f64): Likewise.
16047 (vmaxvq_s8): Likewise.
16048 (vmaxvq_s16): Likewise.
16049 (vmaxvq_s32): Likewise.
16050 (vmaxvq_u8): Likewise.
16051 (vmaxvq_u16): Likewise.
16052 (vmaxvq_u32): Likewise.
16053 (vmaxnmv_f32): Likewise.
16054 (vmaxnmvq_f32): Likewise.
16055 (vmaxnmvq_f64): Likewise.
16056 (vminv_f32): Likewise.
16057 (vminv_s8): Likewise.
16058 (vminv_s16): Likewise.
16059 (vminv_s32): Likewise.
16060 (vminv_u8): Likewise.
16061 (vminv_u16): Likewise.
16062 (vminv_u32): Likewise.
16063 (vminvq_f32): Likewise.
16064 (vminvq_f64): Likewise.
16065 (vminvq_s8): Likewise.
16066 (vminvq_s16): Likewise.
16067 (vminvq_s32): Likewise.
16068 (vminvq_u8): Likewise.
16069 (vminvq_u16): Likewise.
16070 (vminvq_u32): Likewise.
16071 (vminnmv_f32): Likewise.
16072 (vminnmvq_f32): Likewise.
16073 (vminnmvq_f64): Likewise.
16075 2014-01-23 James Greenhalgh <james.greenhalgh@arm.com>
16077 * config/aarch64/aarch64-simd.md
16078 (aarch64_dup_lane<mode>): Correct lane number on big-endian.
16079 (aarch64_dup_lane_<vswap_widthi_name><mode>): Likewise.
16080 (*aarch64_mul3_elt<mode>): Likewise.
16081 (*aarch64_mul3_elt<vswap_width_name><mode>): Likewise.
16082 (*aarch64_mul3_elt_to_64v2df): Likewise.
16083 (*aarch64_mla_elt<mode>): Likewise.
16084 (*aarch64_mla_elt_<vswap_width_name><mode>): Likewise.
16085 (*aarch64_mls_elt<mode>): Likewise.
16086 (*aarch64_mls_elt_<vswap_width_name><mode>): Likewise.
16087 (*aarch64_fma4_elt<mode>): Likewise.
16088 (*aarch64_fma4_elt_<vswap_width_name><mode>): Likewise.
16089 (*aarch64_fma4_elt_to_64v2df): Likewise.
16090 (*aarch64_fnma4_elt<mode>): Likewise.
16091 (*aarch64_fnma4_elt_<vswap_width_name><mode>): Likewise.
16092 (*aarch64_fnma4_elt_to_64v2df): Likewise.
16093 (aarch64_sq<r>dmulh_lane<mode>): Likewise.
16094 (aarch64_sq<r>dmulh_laneq<mode>): Likewise.
16095 (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal): Likewise.
16096 (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal): Likewise.
16097 (aarch64_sqdml<SBINQOPS:as>l2_lane<mode>_internal): Likewise.
16098 (aarch64_sqdmull_lane<mode>_internal): Likewise.
16099 (aarch64_sqdmull2_lane<mode>_internal): Likewise.
16101 2013-01-23 Alex Velenko <Alex.Velenko@arm.com>
16103 * config/aarch64/aarch64-simd.md
16104 (aarch64_be_checked_get_lane<mode>): New define_expand.
16105 * config/aarch64/aarch64-simd-builtins.def
16106 (BUILTIN_VALL (GETLANE, be_checked_get_lane, 0)):
16107 New builtin definition.
16108 * config/aarch64/arm_neon.h: (__aarch64_vget_lane_any):
16109 Use new safe be builtin.
16111 2014-01-23 Alex Velenko <Alex.Velenko@arm.com>
16113 * config/aarch64/aarch64-simd.md (aarch64_be_ld1<mode>):
16115 (aarch64_be_st1<mode>): Likewise.
16116 (aarch_ld1<VALL:mode>): Define_expand modified.
16117 (aarch_st1<VALL:mode>): Likewise.
16118 * config/aarch64/aarch64.md (UNSPEC_LD1): New unspec definition.
16119 (UNSPEC_ST1): Likewise.
16121 2014-01-23 David Holsgrove <david.holsgrove@xilinx.com>
16123 * config/microblaze/microblaze.md: Add trap insn and attribute
16125 2014-01-23 Dodji Seketeli <dodji@redhat.com>
16127 PR preprocessor/58580
16128 * input.h (location_get_source_line): Take an additional line_size
16130 (void diagnostics_file_cache_fini): Declare new function.
16131 * input.c (struct fcache): New type.
16132 (fcache_tab_size, fcache_buffer_size, fcache_line_record_size):
16133 New static constants.
16134 (diagnostic_file_cache_init, total_lines_num)
16135 (lookup_file_in_cache_tab, evicted_cache_tab_entry)
16136 (add_file_to_cache_tab, lookup_or_add_file_to_cache_tab)
16137 (needs_read, needs_grow, maybe_grow, read_data, maybe_read_data)
16138 (get_next_line, read_next_line, goto_next_line, read_line_num):
16139 New static function definitions.
16140 (diagnostic_file_cache_fini): New function.
16141 (location_get_source_line): Take an additional output line_len
16142 parameter. Re-write using lookup_or_add_file_to_cache_tab and
16144 * diagnostic.c (diagnostic_finish): Call
16145 diagnostic_file_cache_fini.
16146 (adjust_line): Take an additional input parameter for the length
16147 of the line, rather than calculating it with strlen.
16148 (diagnostic_show_locus): Adjust the use of
16149 location_get_source_line and adjust_line with respect to their new
16150 signature. While displaying a line now, do not stop at the first
16151 null byte. Rather, display the zero byte as a space and keep
16152 going until we reach the size of the line.
16153 * Makefile.in: Add vec.o to OBJS-libcommon
16155 2014-01-23 Kirill Yukhin <kirill.yukhin@intel.com>
16156 Ilya Tocar <ilya.tocar@intel.com>
16158 * config/i386/avx512fintrin.h (_mm512_kmov): New.
16159 * config/i386/i386.c (IX86_BUILTIN_KMOV16): Ditto.
16160 (__builtin_ia32_kmov16): Ditto.
16161 * config/i386/i386.md (UNSPEC_KMOV): New.
16164 2014-01-23 Kirill Yukhin <kirill.yukhin@intel.com>
16166 * config/i386/avx512fintrin.h (_mm512_loadu_si512): Rename.
16167 (_mm512_storeu_si512): Ditto.
16169 2014-01-23 Richard Sandiford <rdsandiford@googlemail.com>
16172 * rtl.h (get_referenced_operands): Declare.
16173 * recog.c (get_referenced_operands): New function.
16174 * config/mips/mips.c (mips_reorg_process_insns): Check which asm
16175 operands have been referenced when recording LO_SUM references.
16177 2014-01-22 David Holsgrove <david.holsgrove@xilinx.com>
16179 * config/microblaze/microblaze.md: Correct bswaphi2 insn.
16181 2014-01-22 Jan Hubicka <hubicka@ucw.cz>
16183 * config/i386/x86-tune.def (X86_TUNE_ACCUMULATE_OUTGOING_ARGS):
16184 Enable for generic and recent AMD targets.
16186 2014-01-22 Jan Hubicka <hubicka@ucw.cz>
16188 * combine-stack-adj.c (combine_stack_adjustments_for_block): Remove
16189 ARG_SIZE note when adjustment was eliminated.
16191 2014-01-22 Jeff Law <law@redhat.com>
16193 PR tree-optimization/59597
16194 * tree-ssa-threadupdate.c (dump_jump_thread_path): Move to earlier
16195 in file. Accept new argument REGISTERING and use it to modify
16196 dump output appropriately.
16197 (register_jump_thread): Corresponding changes.
16198 (mark_threaded_blocks): Reinstate code to cancel unprofitable
16199 thread paths involving joiner blocks. Add code to dump cancelled
16200 jump threading paths.
16202 2014-01-22 Vladimir Makarov <vmakarov@redhat.com>
16204 PR rtl-optimization/59477
16205 * lra-constraints.c (inherit_in_ebb): Process call for living hard
16206 regs. Update reloads_num and potential_reload_hard_regs for all insns.
16208 2014-01-22 Tom Tromey <tromey@redhat.com>
16210 * config/i386/i386-interix.h (i386_pe_unique_section): Don't use
16212 * config/cr16/cr16-protos.h (notice_update_cc): Don't use PARAMS.
16214 2014-01-21 Vladimir Makarov <vmakarov@redhat.com>
16216 PR rtl-optimization/59896
16217 * lra-constraints.c (process_alt_operands): Check unused note for
16218 matched operands of insn with no output reloads.
16220 2014-01-21 Richard Sandiford <rdsandiford@googlemail.com>
16222 * config/mips/mips.c (mips_move_to_gpr_cost): Add M16_REGS case.
16223 (mips_move_from_gpr_cost): Likewise.
16225 2014-01-21 Vladimir Makarov <vmakarov@redhat.com>
16227 PR rtl-optimization/59858
16228 * lra-constraints.c (SMALL_REGISTER_CLASS_P): Use
16229 ira_class_hard_regs_num.
16230 (process_alt_operands): Increase reject for dying matched operand.
16232 2014-01-21 Jakub Jelinek <jakub@redhat.com>
16235 * config/i386/i386.c (expand_small_movmem_or_setmem): If mode is
16236 smaller than size, perform several stores or loads and stores
16237 at dst + count - size to store or copy all of size bytes, rather
16238 than just last modesize bytes.
16240 2014-01-20 DJ Delorie <dj@redhat.com>
16242 * config/rl78/rl78.c (rl78_propogate_register_origins): Verify
16243 that CLOBBERs are REGs before propogating their values.
16245 2014-01-20 H.J. Lu <hongjiu.lu@intel.com>
16247 PR middle-end/59789
16248 * cgraph.c (cgraph_inline_failed_string): Add type to DEFCIFCODE.
16249 (cgraph_inline_failed_type): New function.
16250 * cgraph.h (DEFCIFCODE): Add type.
16251 (cgraph_inline_failed_type_t): New enum.
16252 (cgraph_inline_failed_type): New prototype.
16253 * cif-code.def: Add CIF_FINAL_NORMAL to OK, FUNCTION_NOT_CONSIDERED,
16254 FUNCTION_NOT_OPTIMIZED, REDEFINED_EXTERN_INLINE,
16255 FUNCTION_NOT_INLINE_CANDIDATE, LARGE_FUNCTION_GROWTH_LIMIT,
16256 LARGE_STACK_FRAME_GROWTH_LIMIT, MAX_INLINE_INSNS_SINGLE_LIMIT,
16257 MAX_INLINE_INSNS_AUTO_LIMIT, INLINE_UNIT_GROWTH_LIMIT,
16258 RECURSIVE_INLINING, UNLIKELY_CALL, NOT_DECLARED_INLINED,
16259 OPTIMIZING_FOR_SIZE, ORIGINALLY_INDIRECT_CALL,
16260 INDIRECT_UNKNOWN_CALL, USES_COMDAT_LOCAL.
16261 Add CIF_FINAL_ERROR to UNSPECIFIED, BODY_NOT_AVAILABLE,
16262 FUNCTION_NOT_INLINABLE, OVERWRITABLE, MISMATCHED_ARGUMENTS,
16263 EH_PERSONALITY, NON_CALL_EXCEPTIONS, TARGET_OPTION_MISMATCH,
16264 OPTIMIZATION_MISMATCH.
16265 * tree-inline.c (expand_call_inline): Emit errors during
16266 early_inlining if cgraph_inline_failed_type returns CIF_FINAL_ERROR.
16268 2014-01-20 Uros Bizjak <ubizjak@gmail.com>
16271 * config/i386/sse.md (*andnot<mode>3<mask_name>): Handle MODE_V16SF
16272 mode attribute in insn output.
16274 2014-01-20 Eric Botcazou <ebotcazou@adacore.com>
16276 * output.h (output_constant): Delete.
16277 * varasm.c (output_constant): Make private.
16279 2014-01-20 Alex Velenko <Alex.Velenko@arm.com>
16281 * config/aarch64/aarch64-simd.md (vec_perm<mode>): Add BE check.
16283 2014-01-20 Jakub Jelinek <jakub@redhat.com>
16285 PR middle-end/59860
16286 * tree.h (fold_builtin_strcat): New prototype.
16287 * builtins.c (fold_builtin_strcat): No longer static. Add len
16288 argument, if non-NULL, don't call c_strlen. Optimize
16289 directly into __builtin_memcpy instead of __builtin_strcpy.
16290 (fold_builtin_2): Adjust fold_builtin_strcat caller.
16291 * gimple-fold.c (gimple_fold_builtin): Handle BUILT_IN_STRCAT.
16293 2014-01-20 Uros Bizjak <ubizjak@gmail.com>
16295 * config/i386/i386.c (ix86_avoid_lea_for_addr): Return false
16296 for SImode_address_operand operands, having only a REG argument.
16298 2014-01-20 Marcus Shawcroft <marcus.shawcroft@arm.com>
16300 * config/aarch64/aarch64-linux.h (GLIBC_DYNAMIC_LINKER): Expand
16301 loader name using mbig-endian.
16302 (LINUX_TARGET_LINK_SPEC): Pass linker -m flag.
16304 2014-01-20 James Greenhalgh <james.greenhalgh@arm.com>
16306 * doc/invoke.texi (-march): Clarify documentation for AArch64.
16307 (-mtune): Likewise.
16310 2014-01-20 Tejas Belagod <tejas.belagod@arm.com>
16312 * config/aarch64/aarch64-protos.h
16313 (aarch64_cannot_change_mode_class_ptr): Declare.
16314 * config/aarch64/aarch64.c (aarch64_cannot_change_mode_class,
16315 aarch64_cannot_change_mode_class_ptr): New.
16316 * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Change to call
16317 backend hook aarch64_cannot_change_mode_class.
16319 2014-01-20 James Greenhalgh <james.greenhalgh@arm.com>
16321 * common/config/aarch64/aarch64-common.c
16322 (aarch64_handle_option): Don't handle any option order logic here.
16323 * config/aarch64/aarch64.c (aarch64_parse_arch): Do not override
16324 selected_cpu, warn on architecture version mismatch.
16325 (aarch64_override_options): Fix parsing order for option strings.
16327 2014-01-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
16328 Iain Sandoe <iain@codesourcery.com>
16331 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Fix unused variable
16332 warning. Amend comment to reflect current functionality.
16334 2014-01-20 Richard Biener <rguenther@suse.de>
16336 PR middle-end/59860
16337 * builtins.c (fold_builtin_strcat): Remove case better handled
16338 by tree-ssa-strlen.c.
16340 2014-01-20 Alan Lawrence <alan.lawrence@arm.com>
16342 * config/aarch64/aarch64.opt
16343 (mcpu, march, mtune): Make case-insensitive.
16345 2014-01-20 Jakub Jelinek <jakub@redhat.com>
16348 * config/i386/i386.c (ix86_avoid_lea_for_addr): Return false
16349 if operands[1] is a REG or ZERO_EXTEND of a REG.
16351 2014-01-19 Jan Hubicka <hubicka@ucw.cz>
16353 * varasm.c (compute_reloc_for_constant): Use targetm.binds_local_p.
16355 2014-01-19 John David Anglin <danglin@gcc.gnu.org>
16357 * config/pa/pa.c (pa_attr_length_millicode_call): Correct length of
16358 long non-pic millicode calls.
16360 2014-01-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
16362 * config/vax/vax.h (FUNCTION_ARG_REGNO_P): Fix unused variable warning.
16364 2014-01-19 Kito Cheng <kito@0xlab.org>
16366 * builtins.c (expand_movstr): Check movstr expand done or fail.
16368 2014-01-18 Uros Bizjak <ubizjak@gmail.com>
16369 H.J. Lu <hongjiu.lu@intel.com>
16372 * config/i386/i386.md (*lea<mode>): Zero-extend return register
16373 to DImode for zero-extended addresses.
16375 2014-01-19 Jakub Jelinek <jakub@redhat.com>
16377 PR rtl-optimization/57763
16378 * bb-reorder.c (fix_crossing_unconditional_branches): Set JUMP_LABEL
16379 on the new indirect jump_insn and increment LABEL_NUSES (label).
16381 2014-01-18 H.J. Lu <hongjiu.lu@intel.com>
16385 * config.gcc (x86_archs): New variable.
16386 (x86_64_archs): Likewise.
16387 (x86_cpus): Likewise.
16388 Use $x86_archs, $x86_64_archs and $x86_cpus to check valid
16389 --with-arch/--with-cpu= options.
16390 Support --with-arch=/--with-cpu={nehalem,westmere,
16391 sandybridge,ivybridge,haswell,broadwell,bonnell,silvermont}.
16393 2014-01-18 Uros Bizjak <ubizjak@gmail.com>
16395 * config/i386/i386.c (ix86_adjust_cost): Reorder PROCESSOR_K8
16396 and PROCESSOR_ATHLON to simplify code. Move "memory" calculation.
16398 2014-01-18 Uros Bizjak <ubizjak@gmail.com>
16400 * config/i386/i386.md (*swap<mode>): Rename from swap<mode>.
16402 2014-01-18 Jakub Jelinek <jakub@redhat.com>
16405 * config/i386/i386-c.c (ix86_pragma_target_parse): Temporarily
16406 clear cpp_get_options (parse_in)->warn_unused_macros for
16407 ix86_target_macros_internal with cpp_define.
16409 2014-01-18 Richard Sandiford <rdsandiford@googlemail.com>
16411 * jump.c (delete_related_insns): Keep (use (insn))s.
16412 * reorg.c (redundant_insn): Check for barriers too.
16414 2014-01-17 H.J. Lu <hongjiu.lu@intel.com>
16416 * config/i386/i386.c (ix86_split_lea_for_addr): Fix a comment typo.
16418 2014-01-17 John David Anglin <danglin@gcc.gnu.org>
16420 * config/pa/pa.c (pa_attr_length_indirect_call): Don't output a short
16421 call to $$dyncall when TARGET_LONG_CALLS is true.
16423 2014-01-17 Jeff Law <law@redhat.com>
16425 * ree.c (combine_set_extension): Temporarily disable test for
16426 changing number of hard registers.
16428 2014-01-17 Jan Hubicka <hubicka@ucw.cz>
16430 PR middle-end/58125
16431 * ipa-inline-analysis.c (inline_free_summary):
16432 Do not free summary of aliases.
16434 2014-01-17 Jakub Jelinek <jakub@redhat.com>
16436 PR middle-end/59706
16437 * gimplify.c (gimplify_expr): Use create_tmp_var
16438 instead of create_tmp_var_raw. If cond doesn't have
16439 integral type, don't add the IFN_ANNOTATE builtin at all.
16441 2014-01-17 Martin Jambor <mjambor@suse.cz>
16444 * ipa-cp.c (prev_edge_clone): New variable.
16445 (grow_next_edge_clone_vector): Renamed to grow_edge_clone_vectors.
16446 Also resize prev_edge_clone vector.
16447 (ipcp_edge_duplication_hook): Also update prev_edge_clone.
16448 (ipcp_edge_removal_hook): New function.
16449 (ipcp_driver): Register ipcp_edge_removal_hook.
16451 2014-01-17 Andrew Pinski <apinski@cavium.com>
16452 Steve Ellcey <sellcey@mips.com>
16455 * config/mips/mips.c (mips_print_operand): Check operand mode instead
16458 2014-01-17 Jeff Law <law@redhat.com>
16460 PR middle-end/57904
16461 * passes.def: Reorder pass_copy_prop, pass_unrolli, pass_ccp sequence
16462 so that pass_ccp runs first.
16464 2014-01-17 H.J. Lu <hongjiu.lu@intel.com>
16466 * config/i386/i386.c (ix86_lea_outperforms): Use TARGET_XXX.
16467 (ix86_adjust_cost): Use !TARGET_XXX.
16468 (do_reorder_for_imul): Likewise.
16469 (swap_top_of_ready_list): Likewise.
16470 (ix86_sched_reorder): Likewise.
16472 2014-01-17 H.J. Lu <hongjiu.lu@intel.com>
16474 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
16475 PROCESSOR_INTEL. Treat like PROCESSOR_GENERIC.
16476 * config/i386/i386.c (intel_memcpy): New. Duplicate slm_memcpy.
16477 (intel_memset): New. Duplicate slm_memset.
16478 (intel_cost): New. Duplicate slm_cost.
16479 (m_INTEL): New macro.
16480 (processor_target_table): Add "intel".
16481 (ix86_option_override_internal): Replace PROCESSOR_SILVERMONT
16482 with PROCESSOR_INTEL for "intel".
16483 (ix86_lea_outperforms): Support PROCESSOR_INTEL. Duplicate
16484 PROCESSOR_SILVERMONT.
16485 (ix86_issue_rate): Likewise.
16486 (ix86_adjust_cost): Likewise.
16487 (ia32_multipass_dfa_lookahead): Likewise.
16488 (swap_top_of_ready_list): Likewise.
16489 (ix86_sched_reorder): Likewise.
16490 (ix86_avoid_lea_for_addr): Check TARGET_AVOID_LEA_FOR_ADDR
16491 instead of TARGET_OPT_AGU.
16492 * config/i386/i386.h (TARGET_INTEL): New.
16493 (TARGET_AVOID_LEA_FOR_ADDR): Likewise.
16494 (processor_type): Add PROCESSOR_INTEL.
16495 * config/i386/x86-tune.def: Support m_INTEL. Duplicate m_SILVERMONT.
16496 Add X86_TUNE_AVOID_LEA_FOR_ADDR.
16498 2014-01-17 Marek Polacek <polacek@redhat.com>
16501 * gimple-fold.c (fold_array_ctor_reference): Don't fold if element
16504 2014-01-17 Richard Biener <rguenther@suse.de>
16506 PR tree-optimization/46590
16507 * opts.c (default_options_table): Add entries for
16508 OPT_fbranch_count_reg, OPT_fmove_loop_invariants and OPT_ftree_pta,
16509 all enabled at -O1 but not for -Og.
16510 * common.opt (fbranch-count-reg): Remove Init(1).
16511 (fmove-loop-invariants): Likewise.
16512 (ftree-pta): Likewise.
16514 2014-01-17 Jakub Jelinek <jakub@redhat.com>
16516 * config/i386/i386.c (ix86_data_alignment): For compatibility with
16517 (incorrect) GCC 4.8 and earlier alignment assumptions ensure we align
16518 decls to at least the GCC 4.8 used alignments.
16521 * tree-nested.c (convert_nonlocal_reference_stmt,
16522 convert_local_reference_stmt): For NAMELIST_DECLs in gimple_bind_vars
16523 of GIMPLE_BIND stmts, adjust associated decls.
16525 2014-01-17 Richard Biener <rguenther@suse.de>
16527 PR tree-optimization/46590
16528 * vec.h (vec<>::bseach): New member function implementing
16529 binary search according to C89 bsearch.
16530 (vec<>::qsort): Avoid calling ::qsort for vectors with sizes 0 or 1.
16531 * tree-ssa-loop-im.c (struct mem_ref): Make stored member a
16532 bitmap pointer again. Make accesses_in_loop a flat array.
16533 (mem_ref_obstack): New global.
16534 (outermost_indep_loop): Adjust for mem_ref->stored changes.
16535 (mark_ref_stored): Likewise.
16536 (ref_indep_loop_p_2): Likewise.
16537 (set_ref_stored_in_loop): New helper function.
16538 (mem_ref_alloc): Allocate mem_refs on the mem_ref_obstack obstack.
16539 (memref_free): Adjust.
16540 (record_mem_ref_loc): Simplify.
16541 (gather_mem_refs_stmt): Adjust.
16542 (sort_locs_in_loop_postorder_cmp): New function.
16543 (analyze_memory_references): Sort accesses_in_loop after
16544 loop postorder number.
16545 (find_ref_loc_in_loop_cmp): New function.
16546 (for_all_locs_in_loop): Find relevant cluster of locs in
16547 accesses_in_loop and iterate without recursion.
16548 (execute_sm): Avoid uninit warning.
16549 (struct ref_always_accessed): Simplify.
16550 (ref_always_accessed::operator ()): Likewise.
16551 (ref_always_accessed_p): Likewise.
16552 (tree_ssa_lim_initialize): Initialize mem_ref_obstack, compute
16553 loop postorder numbers here.
16554 (tree_ssa_lim_finalize): Free mem_ref_obstack and loop postorder
16557 2014-01-17 Jan Hubicka <hubicka@ucw.cz>
16560 * passes.c (rest_of_decl_compilation): Don't call varpool_finalize_decl
16561 on decls for which assemble_alias has been called.
16563 2014-01-17 Nick Clifton <nickc@redhat.com>
16565 * config/msp430/msp430.opt: (mcpu): New option.
16566 * config/msp430/msp430.c (msp430_mcu_name): Use target_mcu.
16567 (msp430_option_override): Parse target_cpu. If the MCU name
16568 matches a generic string, clear target_mcu.
16569 (msp430_attr): Allow numeric interrupt values up to 63.
16570 (msp430_expand_epilogue): No longer invert operand 1 of gen_popm.
16571 * config/msp430/msp430.h (ASM_SPEC): Convert -mcpu into a -mmcu
16573 * config/msp430/t-msp430: (MULTILIB_MATCHES): Remove mcu matches.
16575 * config/msp430/msp430.md (popm): Use %J rather than %I.
16576 (addsi3): Use msp430_nonimmediate_operand for operand 2.
16577 (addhi_cy_i): Use immediate_operand for operand 2.
16578 * doc/invoke.texi: Document -mcpu option.
16580 2014-01-17 Richard Biener <rguenther@suse.de>
16582 PR rtl-optimization/38518
16583 * df.h (df_analyze_loop): Declare.
16584 * df-core.c: Include cfgloop.h.
16585 (df_analyze_1): Split out main part of df_analyze.
16586 (df_analyze): Adjust.
16587 (loop_inverted_post_order_compute): New function.
16588 (loop_post_order_compute): Likewise.
16589 (df_analyze_loop): New function avoiding whole-function
16590 postorder computes.
16591 * loop-invariant.c (find_defs): Use df_analyze_loop.
16592 (find_invariants): Adjust.
16593 * loop-iv.c (iv_analysis_loop_init): Use df_analyze_loop.
16595 2014-01-17 Zhenqiang Chen <zhenqiang.chen@arm.com>
16597 * config/arm/arm.c (arm_v7m_tune): Set max_insns_skipped to 2.
16598 (thumb2_final_prescan_insn): Set max to MAX_INSN_PER_IT_BLOCK.
16600 2014-01-16 Ilya Enkovich <ilya.enkovich@intel.com>
16602 * ipa-ref.c (ipa_remove_stmt_references): Fix references
16603 traversal when removing references.
16605 2014-01-16 Jan Hubicka <hubicka@ucw.cz>
16608 * tree.c (get_binfo_at_offset): Look harder for virtual bases.
16610 2014-01-16 Bernd Schmidt <bernds@codesourcery.com>
16612 PR middle-end/56791
16613 * reload.c (find_reloads_address_1): Do not use RELOAD_OTHER when
16614 pushing a reload for an autoinc when we had previously reloaded an
16615 inner part of the address.
16617 2014-01-16 Jakub Jelinek <jakub@redhat.com>
16619 * tree-vectorizer.h (struct _loop_vec_info): Add no_data_dependencies
16621 (LOOP_VINFO_NO_DATA_DEPENDENCIES): Define.
16622 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Clear it
16623 when not giving up or versioning for alias only because of
16625 (vect_analyze_data_ref_dependences): Set to true.
16626 * tree-vect-stmts.c (hoist_defs_of_uses): Return false if def_stmt
16628 (vectorizable_load): Use LOOP_VINFO_NO_DATA_DEPENDENCIES instead of
16629 LOOP_REQUIRES_VERSIONING_FOR_ALIAS, add && !nested_in_vect_loop
16632 PR middle-end/58344
16633 * expr.c (expand_expr_real_1): Handle init == NULL_TREE.
16636 * config/i386/i386.c (ix86_expand_builtin): If target doesn't satisfy
16637 operand 0 predicate for gathers, use a new pseudo as subtarget.
16639 2014-01-16 Vladimir Makarov <vmakarov@redhat.com>
16641 PR middle-end/59609
16642 * lra-constraints.c (process_alt_operands): Add printing debug info.
16643 Check absence of input/output reloads for matched operands too.
16645 2014-01-16 Vladimir Makarov <vmakarov@redhat.com>
16647 PR rtl-optimization/59835
16648 * ira.c (ira_init_register_move_cost): Increase cost for
16651 2014-01-16 Alan Lawrence <alan.lawrence@arm.com>
16653 * config/arm/arm.opt (mcpu, march, mtune): Make case-insensitive.
16655 2014-01-16 Richard Earnshaw <rearnsha@arm.com>
16658 * aarch64.c (aarch64_split_128bit_move): Don't lookup REGNO on
16659 non-register objects. Use gen_(high/low)part more consistently.
16662 2014-01-16 Michael Meissner <meissner@linux.vnet.ibm.com>
16665 * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Add little
16666 endian support, remove tests for WORDS_BIG_ENDIAN.
16667 (p8_mfvsrd_3_<mode>): Likewise.
16668 (reload_gpr_from_vsx<mode>): Likewise.
16669 (reload_gpr_from_vsxsf): Likewise.
16670 (p8_mfvsrd_4_disf): Likewise.
16672 2014-01-16 Richard Biener <rguenther@suse.de>
16674 PR rtl-optimization/46590
16675 * lcm.c (compute_antinout_edge): Use postorder iteration.
16676 (compute_laterin): Use inverted postorder iteration.
16678 2014-01-16 Nick Clifton <nickc@redhat.com>
16680 PR middle-end/28865
16681 * varasm.c (output_constant): Return the number of bytes actually
16683 (output_constructor_array_range): Update the field size with the
16684 number of bytes emitted by output_constant.
16685 (output_constructor_regular_field): Likewise. Also do not
16686 complain if the total number of bytes emitted is now greater
16687 than the expected fieldpos.
16688 * output.h (output_constant): Update prototype and descriptive comment.
16690 2014-01-16 Marek Polacek <polacek@redhat.com>
16692 PR middle-end/59827
16693 * cgraph.c (gimple_check_call_args): Don't use DECL_ARG_TYPE if
16694 it is error_mark_node.
16696 2014-01-15 Uros Bizjak <ubizjak@gmail.com>
16698 * config/i386/i386.c (ix86_hard_regno_mode_ok): Use
16699 VALID_AVX256_REG_OR_OI_MODE.
16701 2014-01-15 Pat Haugen <pthaugen@us.ibm.com>
16703 * config/rs6000/rs6000.c (rs6000_output_function_prologue): Check if
16704 current procedure should be profiled.
16706 2014-01-15 Andrew Pinski <apinski@cavium.com>
16708 * config/aarch64/aarch64.c (aarch64_register_move_cost): Correct cost
16709 of moving from/to the STACK_REG register class.
16711 2014-01-15 Richard Henderson <rth@redhat.com>
16714 * reginfo.c (global_regs_decl): Globalize.
16715 * rtl.h (global_regs_decl): Declare.
16716 * ira.c (do_reload): Diagnose frame_pointer_needed and it
16717 reserved via global_regs.
16719 2014-01-15 Teresa Johnson <tejohnson@google.com>
16721 * tree-ssa-sccvn.c (visit_reference_op_call): Handle NULL vdef.
16723 2014-01-15 Bill Schmidt <wschmidt@vnet.linux.ibm.com>
16725 * config/rs6000/altivec.md (mulv8hi3): Explicitly generate vmulesh
16726 and vmulosh rather than call gen_vec_widen_smult_*.
16727 (vec_widen_umult_even_v16qi): Test VECTOR_ELT_ORDER_BIG rather
16728 than BYTES_BIG_ENDIAN to determine use of even or odd instruction.
16729 (vec_widen_smult_even_v16qi): Likewise.
16730 (vec_widen_umult_even_v8hi): Likewise.
16731 (vec_widen_smult_even_v8hi): Likewise.
16732 (vec_widen_umult_odd_v16qi): Likewise.
16733 (vec_widen_smult_odd_v16qi): Likewise.
16734 (vec_widen_umult_odd_v8hi): Likewise.
16735 (vec_widen_smult_odd_v8hi): Likewise.
16736 (vec_widen_umult_hi_v16qi): Explicitly generate vmuleub and
16737 vmuloub rather than call gen_vec_widen_umult_*.
16738 (vec_widen_umult_lo_v16qi): Likewise.
16739 (vec_widen_smult_hi_v16qi): Explicitly generate vmulesb and
16740 vmulosb rather than call gen_vec_widen_smult_*.
16741 (vec_widen_smult_lo_v16qi): Likewise.
16742 (vec_widen_umult_hi_v8hi): Explicitly generate vmuleuh and vmulouh
16743 rather than call gen_vec_widen_umult_*.
16744 (vec_widen_umult_lo_v8hi): Likewise.
16745 (vec_widen_smult_hi_v8hi): Explicitly gnerate vmulesh and vmulosh
16746 rather than call gen_vec_widen_smult_*.
16747 (vec_widen_smult_lo_v8hi): Likewise.
16749 2014-01-15 Jeff Law <law@redhat.com>
16751 PR tree-optimization/59747
16752 * ree.c (find_and_remove_re): Properly handle case where a second
16753 eliminated extension requires widening a copy created for elimination
16754 of a prior extension.
16755 (combine_set_extension): Ensure that the number of hard regs needed
16756 for a destination register does not change when we widen it.
16758 2014-01-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
16760 * config.gcc (*-*-rtems*): Add t-rtems to tmake_file.
16761 (arm*-*-uclinux*eabi*): Do not override an existing tmake_file.
16762 (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*): Likwise.
16763 (arm*-*-rtems*): Use t-rtems from existing tmake_file.
16764 (avr-*-rtems*): Likewise.
16765 (bfin*-rtems*): Likewise.
16766 (moxie-*-rtems*): Likewise.
16767 (h8300-*-rtems*): Likewise.
16768 (i[34567]86-*-rtems*): Likewise.
16769 (lm32-*-rtems*): Likewise.
16770 (m32r-*-rtems*): Likewise.
16771 (m68k-*-rtems*): Likewise.
16772 (microblaze*-*-rtems*): Likewise.
16773 (mips*-*-rtems*): Likewise.
16774 (powerpc-*-rtems*): Likewise.
16775 (sh-*-rtems*): Likewise.
16776 (sparc-*-rtems*): Likewise.
16777 (sparc64-*-rtems*): Likewise.
16778 (v850-*-rtems*): Likewise.
16779 (m32c-*-rtems*): Likewise.
16781 2014-01-15 Vladimir Makarov <vmakarov@redhat.com>
16783 PR rtl-optimization/59511
16784 * ira.c (ira_init_register_move_cost): Use memory costs for some
16785 cases of register move cost calculations.
16786 * lra-constraints.c (lra_constraints): Use REG_FREQ_FROM_BB
16787 instead of BB frequency.
16788 * lra-coalesce.c (move_freq_compare_func, lra_coalesce): Ditto.
16789 * lra-assigns.c (find_hard_regno_for): Ditto.
16791 2014-01-15 Richard Biener <rguenther@suse.de>
16793 PR tree-optimization/59822
16794 * tree-vect-stmts.c (hoist_defs_of_uses): New function.
16795 (vectorizable_load): Use it to hoist defs of uses of invariant
16796 loads out of the loop.
16798 2014-01-15 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
16799 Kugan Vivekanandarajah <kuganv@linaro.org>
16802 * config/aarch64/aarch64.c (aarch64_build_constant): Fix incorrect
16805 2014-01-15 Richard Biener <rguenther@suse.de>
16807 PR rtl-optimization/59802
16808 * lcm.c (compute_available): Use inverted postorder to seed
16809 the initial worklist.
16811 2014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16814 * config/s390/s390.c (s390_preferred_reload_class): Don't return
16815 ADDR_REGS for invalid symrefs in non-PIC code.
16817 2014-01-15 Jakub Jelinek <jakub@redhat.com>
16820 * builtins.c (determine_block_size): Initialize *probable_max_size
16821 even if len_rtx is CONST_INT.
16823 2014-01-14 Andrew Pinski <apinski@cavium.com>
16825 * config/aarch64/aarch64-protos.h (tune_params): Add issue_rate.
16826 * config/aarch64/aarch64.c (generic_tunings): Add issue rate of 2.
16827 (cortexa53_tunings): Likewise.
16828 (aarch64_sched_issue_rate): New function.
16829 (TARGET_SCHED_ISSUE_RATE): Define.
16831 2014-01-14 Vladimir Makarov <vmakarov@redhat.com>
16833 * ira-costs.c (find_costs_and_classes): Add missed
16834 ira_init_register_move_cost_if_necessary.
16836 2014-01-14 Vladimir Makarov <vmakarov@redhat.com>
16839 * config/arm/arm.c (arm_coproc_mem_operand): Add lra_in_progress.
16841 2014-01-14 H.J. Lu <hongjiu.lu@intel.com>
16844 * config/i386/i386.c (type_natural_mode): Add a bool parameter
16845 to indicate if type is used for function return value. Warn ABI
16846 change if the vector mode isn't available for function return value.
16847 (ix86_function_arg_advance): Pass false to type_natural_mode.
16848 (ix86_function_arg): Likewise.
16849 (ix86_gimplify_va_arg): Likewise.
16850 (function_arg_32): Don't warn ABI change.
16851 (ix86_function_value): Pass true to type_natural_mode.
16852 (ix86_return_in_memory): Likewise.
16853 (ix86_struct_value_rtx): Removed.
16854 (TARGET_STRUCT_VALUE_RTX): Likewise.
16856 2014-01-14 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
16858 * jump.c (redirect_jump_2): Remove REG_CROSSING_JUMP notes when
16859 converting a conditional jump into a conditional return.
16861 2014-01-14 Richard Biener <rguenther@suse.de>
16863 PR tree-optimization/58921
16864 PR tree-optimization/59006
16865 * tree-vect-loop-manip.c (vect_loop_versioning): Remove code
16866 hoisting invariant stmts.
16867 * tree-vect-stmts.c (vectorizable_load): Insert the splat of
16868 invariant loads on the preheader edge if possible.
16870 2014-01-14 Joey Ye <joey.ye@arm.com>
16872 * doc/plugin.texi (Building GCC plugins): Update to C++.
16874 2014-01-14 Kirill Yukhin <kirill.yukhin@intel.com>
16876 * config/i386/avx512erintrin.h (_mm_rcp28_round_sd): New.
16877 (_mm_rcp28_round_ss): Ditto.
16878 (_mm_rsqrt28_round_sd): Ditto.
16879 (_mm_rsqrt28_round_ss): Ditto.
16880 (_mm_rcp28_sd): Ditto.
16881 (_mm_rcp28_ss): Ditto.
16882 (_mm_rsqrt28_sd): Ditto.
16883 (_mm_rsqrt28_ss): Ditto.
16884 * config/i386/avx512fintrin.h (_mm512_stream_load_si512): Ditto.
16885 * config/i386/i386-builtin-types.def (V8DI_FTYPE_PV8DI): Ditto.
16886 * config/i386/i386.c (IX86_BUILTIN_MOVNTDQA512): Ditto.
16887 (IX86_BUILTIN_RCP28SD): Ditto.
16888 (IX86_BUILTIN_RCP28SS): Ditto.
16889 (IX86_BUILTIN_RSQRT28SD): Ditto.
16890 (IX86_BUILTIN_RSQRT28SS): Ditto.
16891 (bdesc_special_args): Define __builtin_ia32_movntdqa512,
16892 __builtin_ia32_rcp28sd_round, __builtin_ia32_rcp28ss_round,
16893 __builtin_ia32_rsqrt28sd_round, __builtin_ia32_rsqrt28ss_round.
16894 (ix86_expand_special_args_builtin): Expand new FTYPE.
16895 * config/i386/sse.md (define_mode_attr "sse4_1_avx2"): Expand to V8DI.
16896 (srcp14<mode>): Make insn unary.
16897 (avx512f_vmscalef<mode><round_name>): Use substed predicate.
16898 (avx512f_sgetexp<mode><round_saeonly_name>): Ditto.
16899 (avx512f_rndscale<mode><round_saeonly_name>): Ditto.
16900 (<sse4_1_avx2>_movntdqa): Extend to 512 bits.
16901 (avx512er_exp2<mode><mask_name><round_saeonly_name>):
16902 Fix rounding: make it SAE only.
16903 (<mask_codefor>avx512er_rcp28<mode><mask_name><round_saeonly_name>):
16905 (<mask_codefor>avx512er_rsqrt28<mode><mask_name><round_saeonly_name>):
16907 (avx512er_vmrcp28<mode><round_saeonly_name>): Ditto.
16908 (avx512er_vmrsqrt28<mode><round_saeonly_name>): Ditto.
16909 (avx512f_getmant<mode><mask_name><round_saeonly_name>): Ditto.
16910 * config/i386/subst.md (round_saeonly_mask_scalar_operand3): Remove.
16911 (round_saeonly_mask_scalar_operand4): Ditto.
16912 (round_saeonly_mask_scalar_op3): Ditto.
16913 (round_saeonly_mask_scalar_op4): Ditto.
16915 2014-01-13 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
16917 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
16918 Implement -maltivec=be for vec_insert and vec_extract.
16920 2014-01-10 DJ Delorie <dj@redhat.com>
16922 * config/msp430/msp430.md (call_internal): Don't allow memory
16923 references with SP as the base register.
16924 (call_value_internal): Likewise.
16925 * config/msp430/constraints.md (Yc): New. For memory references
16926 that don't use SP as a base register.
16928 * config/msp430/msp430.c (msp430_print_operand): Add 'J' to mean
16929 "an integer without a # prefix"
16930 * config/msp430/msp430.md (epilogue_helper): Use it.
16932 2014-01-13 Jakub Jelinek <jakub@redhat.com>
16935 * config/i386/i386.c (ix86_vectorize_builtin_gather): Uncomment
16936 AVX512F gather builtins.
16937 * tree-vect-stmts.c (vectorizable_mask_load_store): For now punt
16938 on gather decls with INTEGER_TYPE masktype.
16939 (vectorizable_load): For INTEGER_TYPE masktype, put the INTEGER_CST
16940 directly into the builtin rather than hoisting it before loop.
16942 PR tree-optimization/59387
16943 * tree-scalar-evolution.c: Include gimple-fold.h and gimplify-me.h.
16944 (scev_const_prop): If folded_casts and type has undefined overflow,
16945 use force_gimple_operand instead of force_gimple_operand_gsi and
16946 for each added stmt if it is assign with
16947 arith_code_with_undefined_signed_overflow, call
16948 rewrite_to_defined_overflow.
16949 * tree-ssa-loop-im.c: Don't include gimplify-me.h, include
16950 gimple-fold.h instead.
16951 (arith_code_with_undefined_signed_overflow,
16952 rewrite_to_defined_overflow): Moved to ...
16953 * gimple-fold.c (arith_code_with_undefined_signed_overflow,
16954 rewrite_to_defined_overflow): ... here. No longer static.
16955 Include gimplify-me.h.
16956 * gimple-fold.h (arith_code_with_undefined_signed_overflow,
16957 rewrite_to_defined_overflow): New prototypes.
16959 2014-01-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16961 * config/arm/arm.h (MAX_CONDITIONAL_EXECUTE): Fix typo in description.
16963 2014-01-13 Eric Botcazou <ebotcazou@adacore.com>
16965 * builtins.c (get_object_alignment_2): Minor tweak.
16966 * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Rewrite.
16968 2014-01-13 Christian Bruel <christian.bruel@st.com>
16970 * config/sh/sh-mem.cc (sh_expand_cmpnstr): Unroll small sizes and
16971 optimized non constant lengths.
16973 2014-01-13 Jakub Jelinek <jakub@redhat.com>
16976 * omp-low.c (expand_omp_atomic_pipeline): Expand the initial
16977 load as __atomic_load_N if possible.
16979 2014-01-11 David Edelsohn <dje.gcc@gmail.com>
16981 * config/rs6000/rs6000.c (rs6000_expand_mtfsf_builtin): Remove
16983 (rs6000_expand_builtin): Adjust call.
16985 2014-01-11 David Edelsohn <dje.gcc@gmail.com>
16988 * config/rs6000/rs6000.h (SWITCHABLE_TARGET): Define.
16989 * config/rs6000/rs6000.c: Include target-globals.h.
16990 (rs6000_set_current_function): Instead of doing target_reinit
16991 unconditionally, use save_target_globals_default_opts and
16992 restore_target_globals.
16994 * config/rs6000/rs6000-builtin.def (mffs, mtfsf): Add builtins for
16996 * config/rs6000/rs6000.c (rs6000_expand_mtfsf_builtin): New.
16997 (rs6000_expand_builtin): Handle mffs and mtfsf.
16998 (rs6000_init_builtins): Define mffs and mtfsf.
16999 * config/rs6000/rs6000.md (UNSPECV_MFFS, UNSPECV_MTFSF): New constants.
17000 (rs6000_mffs): New pattern.
17001 (rs6000_mtfsf): New pattern.
17003 2014-01-11 Bin Cheng <bin.cheng@arm.com>
17005 * tree-ssa-loop-ivopts.c (iv_ca_narrow): New parameter.
17006 Start narrowing with START. Apply candidate-use pair
17007 and check overall cost in narrowing.
17008 (iv_ca_prune): Pass new argument.
17010 2014-01-10 Jeff Law <law@redhat.com>
17012 PR middle-end/59743
17013 * ree.c (combine_reaching_defs): Ensure the defining statement
17014 occurs before the extension when optimizing extensions with
17015 different source and destination hard registers.
17017 2014-01-10 Jan Hubicka <hubicka@ucw.cz>
17020 * ipa-devirt.c (build_type_inheritance_graph): Also add types of
17021 vtables into the type inheritance graph.
17023 2014-01-10 Jakub Jelinek <jakub@redhat.com>
17025 PR rtl-optimization/59754
17026 * ree.c (combine_reaching_defs): Disallow !SCALAR_INT_MODE_P
17027 modes in the REGNO != REGNO case.
17029 2014-01-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
17031 * config/rs6000/rs6000-builtin.def: Fix pasto for VPKSDUS.
17033 2014-01-10 Jakub Jelinek <jakub@redhat.com>
17035 PR tree-optimization/59745
17036 * tree-predcom.c (tree_predictive_commoning_loop): Call
17037 free_affine_expand_cache if giving up because components is NULL.
17039 * target-globals.c (save_target_globals): Allocate < 4KB structs using
17040 GC in payload of target_globals struct instead of allocating them on
17041 the heap and the larger structs separately using GC.
17042 * target-globals.h (struct target_globals): Make regs, hard_regs,
17043 reload, expmed, ira, ira_int and lra_fields GTY((atomic)) instead
17044 of GTY((skip)) and change type to void *.
17045 (reset_target_globals): Cast loads from those fields to corresponding
17048 2014-01-10 Steve Ellcey <sellcey@mips.com>
17051 * Makefile.in (PLUGIN_HEADERS): Add gimplify.h, gimple-iterator.h,
17052 gimple-ssa.h, fold-const.h, tree-cfg.h, tree-into-ssa.h,
17053 tree-ssanames.h, print-tree.h, varasm.h, and context.h.
17055 2014-01-10 Richard Earnshaw <rearnsha@arm.com>
17058 * aarch64-modes.def (CC_Zmode): New flags mode.
17059 * aarch64.c (aarch64_select_cc_mode): Only allow NEG when the condition
17060 represents an equality.
17061 (aarch64_get_condition_code): Handle CC_Zmode.
17062 * aarch64.md (compare_neg<mode>): Restrict to equality operations.
17064 2014-01-10 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17066 * config/s390/s390.c (s390_expand_tbegin): Remove jump over CC
17067 extraction in good case.
17069 2014-01-10 Richard Biener <rguenther@suse.de>
17071 PR tree-optimization/59374
17072 * tree-vect-slp.c (vect_slp_analyze_bb_1): Move dependence
17073 checking after SLP discovery. Mark stmts not participating
17074 in any SLP instance properly.
17076 2014-01-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17078 * config/arm/arm.c (arm_new_rtx_costs): Use destination mode
17079 when handling a SET rtx.
17081 2014-01-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17083 * config/arm/arm-cores.def (cortex-a53): Specify FL_CRC32.
17084 (cortex-a57): Likewise.
17085 (cortex-a57.cortex-a53): Likewise. Remove redundant flags.
17087 2014-01-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17089 * config/arm/arm.c (arm_init_iwmmxt_builtins): Skip
17090 non-iwmmxt builtins.
17092 2014-01-10 Jan Hubicka <hubicka@ucw.cz>
17096 * ipa-devirt.c record_target_from_binfo): Take as argument
17097 stack of binfos and lookup matching one for virtual inheritance.
17098 (possible_polymorphic_call_targets_1): Update.
17100 2014-01-10 Huacai Chen <chenhc@lemote.com>
17102 * config/mips/driver-native.c (host_detect_local_cpu): Handle new
17103 kernel strings for Loongson-2E/2F/3A.
17105 2014-01-10 Jakub Jelinek <jakub@redhat.com>
17107 PR middle-end/59670
17108 * tree-vect-data-refs.c (vect_analyze_data_refs): Check
17109 is_gimple_call before calling gimple_call_internal_p.
17111 2014-01-09 Steve Ellcey <sellcey@mips.com>
17113 * Makefile.in (TREE_FLOW_H): Remove.
17114 (TREE_SSA_H): Add file names from tree-flow.h.
17115 * doc/tree-ssa.texi (Annotations): Remove reference to tree-flow.h
17116 * tree.h: Remove tree-flow.h reference.
17117 * hash-table.h: Remove tree-flow.h reference.
17118 * tree-ssa-loop-niter.c (dump_affine_iv): Replace tree-flow.h
17119 reference with tree-ssa-loop.h.
17121 2014-01-09 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
17123 * doc/invoke.texi: Add -maltivec={be,le} options, and document
17124 default element-order behavior for -maltivec.
17125 * config/rs6000/rs6000.opt: Add -maltivec={be,le} options.
17126 * config/rs6000/rs6000.c (rs6000_option_override_internal): Ensure
17127 that -maltivec={le,be} implies -maltivec; disallow -maltivec=le
17128 when targeting big endian, at least for now.
17129 * config/rs6000/rs6000.h: Add #define of VECTOR_ELT_ORDER_BIG.
17131 2014-01-09 Jakub Jelinek <jakub@redhat.com>
17133 PR middle-end/47735
17134 * cfgexpand.c (expand_one_var): For SSA_NAMEs, if the underlying
17135 var satisfies use_register_for_decl, just take into account type
17136 alignment, rather than decl alignment.
17138 PR tree-optimization/59622
17139 * gimple-fold.c (gimple_fold_call): Fix a typo in message. For
17140 __builtin_unreachable replace the OBJ_TYPE_REF call with a call to
17141 __builtin_unreachable and add if needed a setter of the lhs SSA_NAME.
17142 Don't devirtualize for inplace at all. For targets.length () == 1,
17143 if the call is noreturn and cfun isn't in SSA form yet, clear lhs.
17145 2014-01-09 H.J. Lu <hongjiu.lu@intel.com>
17147 * config/i386/i386.md (cpu): Remove the unused btver1.
17149 2014-01-09 H.J. Lu <hongjiu.lu@intel.com>
17151 * gdbasan.in: Put a breakpoint on __sanitizer::Report.
17153 2014-01-09 Jakub Jelinek <jakub@redhat.com>
17156 * tree-core.h (struct target_globals): New forward declaration.
17157 (struct tree_target_option): Add globals field.
17158 * tree.h (TREE_TARGET_GLOBALS): Define.
17159 (prepare_target_option_nodes_for_pch): New prototype.
17160 * target-globals.h (struct target_globals): Define even if
17161 !SWITCHABLE_TARGET.
17162 * tree.c (prepare_target_option_node_for_pch,
17163 prepare_target_option_nodes_for_pch): New functions.
17164 * config/i386/i386.h (SWITCHABLE_TARGET): Define.
17165 * config/i386/i386.c: Include target-globals.h.
17166 (ix86_set_current_function): Instead of doing target_reinit
17167 unconditionally, use save_target_globals_default_opts and
17168 restore_target_globals.
17170 2014-01-09 Richard Biener <rguenther@suse.de>
17172 PR tree-optimization/59715
17173 * tree-cfg.h (split_critical_edges): Declare.
17174 * tree-cfg.c (split_critical_edges): Export.
17175 * tree-ssa-sink.c (execute_sink_code): Split critical edges.
17177 2014-01-09 Max Ostapenko <m.ostapenko@partner.samsung.com>
17179 * cfgexpand.c (expand_stack_vars): Optionally disable
17180 asan stack protection.
17181 (expand_used_vars): Likewise.
17182 (partition_stack_vars): Likewise.
17183 * asan.c (asan_emit_stack_protection): Optionally disable
17184 after return stack usage.
17185 (instrument_derefs): Optionally disable memory access instrumentation.
17186 (instrument_builtin_call): Likewise.
17187 (instrument_strlen_call): Likewise.
17188 (asan_protect_global): Optionally disable global variables protection.
17189 * doc/invoke.texi: Added doc for new options.
17190 * params.def: Added new options.
17191 * params.h: Likewise.
17193 2014-01-09 Jakub Jelinek <jakub@redhat.com>
17195 PR rtl-optimization/59724
17196 * ifcvt.c (cond_exec_process_if_block): Don't call
17197 flow_find_head_matching_sequence with 0 longest_match.
17198 * cfgcleanup.c (flow_find_head_matching_sequence): Count even
17199 non-active insns if !stop_after.
17200 (try_head_merge_bb): Revert 2014-01-07 changes.
17202 2014-01-08 Jeff Law <law@redhat.com>
17204 * ree.c (get_sub_rtx): New function, extracted from...
17205 (merge_def_and_ext): Here.
17206 (combine_reaching_defs): Use get_sub_rtx.
17208 2014-01-08 Eric Botcazou <ebotcazou@adacore.com>
17210 * cgraph.h (varpool_variable_node): Do not choke on null node.
17212 2014-01-08 Catherine Moore <clm@codesourcery.com>
17214 * config/mips/mips.md (simple_return): Attempt to use JRC
17216 * config/mips/mips.h (MIPS_CALL): Attempt to use JALS for microMIPS.
17218 2014-01-08 Richard Sandiford <rdsandiford@googlemail.com>
17220 PR rtl-optimization/59137
17221 * reorg.c (steal_delay_list_from_target): Call update_block for
17223 (steal_delay_list_from_fallthrough, relax_delay_slots): Likewise.
17225 2014-01-08 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
17227 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
17228 two duplicate entries.
17230 2014-01-08 Richard Sandiford <rdsandiford@googlemail.com>
17233 2012-10-07 Richard Sandiford <rdsandiford@googlemail.com>
17235 * config/mips/mips.c (mips_truncated_op_cost): New function.
17236 (mips_rtx_costs): Adjust test for BADDU.
17237 * config/mips/mips.md (*baddu_di<mode>): Push truncates to operands.
17239 2012-10-02 Richard Sandiford <rdsandiford@googlemail.com>
17241 * config/mips/mips.md (*baddu_si_eb, *baddu_si_el): Merge into...
17242 (*baddu_si): ...this new pattern.
17244 2014-01-08 Jakub Jelinek <jakub@redhat.com>
17247 * ipa-prop.c (ipa_analyze_params_uses): Ignore uses in debug stmts.
17249 2014-01-08 Bernd Edlinger <bernd.edlinger@hotmail.de>
17251 PR middle-end/57748
17252 * expr.h (expand_expr_real, expand_expr_real_1): Add new parameter
17254 (expand_expr, expand_normal): Adjust.
17255 * expr.c (expand_expr_real, expand_expr_real_1): Add new parameter
17256 inner_reference_p. Use inner_reference_p to expand inner references.
17257 (store_expr): Adjust.
17258 * cfgexpand.c (expand_call_stmt): Adjust.
17260 2014-01-08 Rong Xu <xur@google.com>
17262 * gcov-io.c (gcov_var): Move from gcov-io.h.
17263 (gcov_position): Ditto.
17264 (gcov_is_error): Ditto.
17265 (gcov_rewrite): Ditto.
17266 * gcov-io.h: Refactor. Move gcov_var to gcov-io.h, and libgcov
17267 only part to libgcc/libgcov.h.
17269 2014-01-08 Marek Polacek <polacek@redhat.com>
17271 PR middle-end/59669
17272 * omp-low.c (simd_clone_adjust): Don't crash if def is NULL.
17274 2014-01-08 Marek Polacek <polacek@redhat.com>
17277 * ubsan.c (ubsan_type_descriptor): Call strip_array_types on type2.
17279 2014-01-08 Jakub Jelinek <jakub@redhat.com>
17281 PR rtl-optimization/59649
17282 * stor-layout.c (get_mode_bounds): For BImode return
17283 0 and STORE_FLAG_VALUE.
17285 2014-01-08 Richard Biener <rguenther@suse.de>
17287 PR middle-end/59630
17288 * gimple.h (is_gimple_builtin_call): Remove.
17289 (gimple_builtin_call_types_compatible_p): New.
17290 (gimple_call_builtin_p): New overload.
17291 * gimple.c (is_gimple_builtin_call): Remove.
17292 (validate_call): Rename to ...
17293 (gimple_builtin_call_types_compatible_p): ... this and export. Also
17294 check return types.
17295 (validate_type): New static function.
17296 (gimple_call_builtin_p): New overload and adjust.
17297 * gimple-fold.c (gimple_fold_builtin): Fold the return value.
17298 (gimple_fold_call): Likewise. Use gimple_call_builtin_p.
17299 (gimple_fold_stmt_to_constant_1): Likewise.
17300 * tsan.c (instrument_gimple): Use gimple_call_builtin_p.
17302 2014-01-08 Richard Biener <rguenther@suse.de>
17304 PR middle-end/59471
17305 * gimplify.c (gimplify_expr): Gimplify register-register type
17306 VIEW_CONVERT_EXPRs to separate stmts.
17308 2014-01-07 Jeff Law <law@redhat.com>
17310 PR middle-end/53623
17311 * ree.c (combine_set_extension): Handle case where source
17312 and destination registers in an extension insn are different.
17313 (combine_reaching_defs): Allow source and destination registers
17314 in extension to be different under limited circumstances.
17315 (add_removable_extension): Remove restriction that the
17316 source and destination registers in the extension are the same.
17317 (find_and_remove_re): Emit a copy from the extension's
17318 destination to its source after the defining insn if
17319 the source and destination registers are different.
17321 PR middle-end/59285
17322 * ifcvt.c (merge_if_block): If we are merging a block with more than
17323 one successor with a block with no successors, remove any BARRIER
17324 after the second block.
17326 2014-01-07 Dan Xio Qiang <ziyan01@163.com>
17328 * hw-doloop.c (reorg_loops): Release the bitmap obstack.
17330 2014-01-07 John David Anglin <danglin@gcc.gnu.org>
17333 * config/pa/pa.c (pa_legitimate_address_p): Return false before reload
17334 for 14-bit register offsets when INT14_OK_STRICT is false.
17336 2014-01-07 Roland Stigge <stigge@antcom.de>
17337 Michael Meissner <meissner@linux.vnet.ibm.com>
17340 * config/rs6000/rs6000.c (rs6000_legitimate_offset_address_p):
17341 Only check TFmode for SPE constants. Don't check TImode or TDmode.
17343 2014-01-07 James Greenhalgh <james.greenhalgh@arm.com>
17345 * config/aarch64/aarch64-elf.h (ASM_SPEC): Remove identity spec for
17348 2014-01-07 Yufeng Zhang <yufeng.zhang@arm.com>
17350 * config/arm/arm.c (arm_expand_neon_args): Call expand_expr
17351 with EXPAND_MEMORY for NEON_ARG_MEMORY; check if the returned
17352 rtx is const0_rtx or not.
17354 2014-01-07 Richard Sandiford <rdsandiford@googlemail.com>
17357 * target-globals.c (save_target_globals): Remove this_fn_optab
17359 * toplev.c: Include optabs.h.
17360 (target_reinit): Temporarily restore the global options if another
17361 set of options are in force.
17363 2014-01-07 Jakub Jelinek <jakub@redhat.com>
17365 PR rtl-optimization/58668
17366 * cfgcleanup.c (flow_find_cross_jump): Don't count
17367 any jumps if dir_p is NULL. Remove p1 variable, use active_insn_p
17368 to determine what is counted.
17369 (flow_find_head_matching_sequence): Use active_insn_p to determine
17371 (try_head_merge_bb): Adjust for the flow_find_head_matching_sequence
17373 * ifcvt.c (count_bb_insns): Use active_insn_p && !JUMP_P to
17374 determine what is counted.
17376 PR tree-optimization/59643
17377 * tree-predcom.c (split_data_refs_to_components): If one dr is
17378 read and one write, determine_offset fails and the write isn't
17379 in the bad component, just put the read into the bad component.
17381 2014-01-07 Mike Stump <mikestump@comcast.net>
17382 Jakub Jelinek <jakub@redhat.com>
17385 * tree-core.h (struct tree_optimization_option): Change optabs
17386 type from unsigned char * to void *.
17387 * optabs.c (init_tree_optimization_optabs): Adjust
17388 TREE_OPTIMIZATION_OPTABS initialization.
17390 2014-01-06 Jakub Jelinek <jakub@redhat.com>
17393 * config/i386/i386.h (struct machine_function): Add
17394 no_drap_save_restore field.
17395 * config/i386/i386.c (ix86_save_reg): Use
17396 !cfun->machine->no_drap_save_restore instead of
17397 crtl->stack_realign_needed.
17398 (ix86_finalize_stack_realign_flags): Don't clear drap_reg unless
17399 this function clears frame_pointer_needed. Set
17400 cfun->machine->no_drap_save_restore if clearing frame_pointer_needed
17401 and DRAP reg is needed.
17403 2014-01-06 Marek Polacek <polacek@redhat.com>
17406 * doc/implement-c.texi: Mention that other integer types are
17407 permitted as bit-field types in strictly conforming mode.
17409 2014-01-06 Felix Yang <fei.yang0953@gmail.com>
17411 * modulo-sched.c (schedule_reg_moves): Clear distance1_uses if it
17412 is newly allocated.
17414 2014-01-06 Richard Earnshaw <rearnsha@arm.com>
17416 * aarch64.c (aarch64_rtx_costs): Fix cost calculation for MADD.
17418 2014-01-06 Martin Jambor <mjambor@suse.cz>
17421 * ipa-cp.c (ipcp_discover_new_direct_edges): Changed param_index type
17423 * ipa-prop.c (ipa_print_node_params): Fix indentation.
17425 2014-01-06 Eric Botcazou <ebotcazou@adacore.com>
17429 * var-tracking.c (add_stores): Preserve the value of the source even if
17430 we don't record the store.
17432 2014-01-06 Terry Guo <terry.guo@arm.com>
17434 * config.gcc (arm*-*-*): Check --with-arch against arm-arches.def.
17436 2014-01-05 Iain Sandoe <iain@codesourcery.com>
17439 * config/darwin.c (darwin_function_section): Adjust return values to
17440 correspond to optimisation changes made in r206070.
17442 2014-01-05 Uros Bizjak <ubizjak@gmail.com>
17444 * config/i386/i386.c (ix86_data_alignment): Calculate max_align
17445 from prefetch_block tune setting.
17446 (nocona_cost): Correct size of prefetch block to 64.
17448 2014-01-04 Eric Botcazou <ebotcazou@adacore.com>
17450 * config/arm/arm.c (arm_get_frame_offsets): Revamp long lines.
17451 (arm_expand_epilogue_apcs_frame): Take into account the number of bytes
17452 used to save the static chain register in the computation of the offset
17453 from which the FP registers need to be restored.
17455 2014-01-04 Jakub Jelinek <jakub@redhat.com>
17457 PR tree-optimization/59519
17458 * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Don't
17459 ICE if get_current_def (current_new_name) is already non-NULL, as long
17460 as it is a phi result of some other phi in *new_exit_bb that has
17463 * config/i386/sse.md (avx512f_load<mode>_mask): Emit vmovup{s,d}
17464 or vmovdqu* for misaligned_operand.
17465 (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>,
17466 <sse2_avx_avx512f>_loaddqu<mode><mask_name>): Handle <mask_applied>.
17467 * config/i386/i386.c (ix86_expand_special_args_builtin): Set
17468 aligned_mem for AVX512F masked aligned load and store builtins and for
17469 non-temporal moves.
17471 2014-01-03 Bingfeng Mei <bmei@broadcom.com>
17473 PR tree-optimization/59651
17474 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks):
17475 Address range for negative step should be added by TYPE_SIZE_UNIT.
17477 2014-01-03 Andreas Schwab <schwab@linux-m68k.org>
17479 * config/m68k/m68k.c (handle_move_double): Handle pushes with
17480 overlapping registers also for registers other than the stack pointer.
17482 2014-01-03 Marek Polacek <polacek@redhat.com>
17485 * doc/extend.texi: Fix the return value of __builtin_FUNCTION and
17488 2014-01-03 Jakub Jelinek <jakub@redhat.com>
17491 * config/i386/i386.c (ix86_avoid_jump_mispredicts): Don't consider
17494 * config/i386/i386.md (MODE_SIZE): New mode attribute.
17495 (push splitter): Use <P:MODE_SIZE> instead of
17496 GET_MODE_SIZE (<P:MODE>mode).
17497 (lea splitter): Use <MODE_SIZE> instead of GET_MODE_SIZE (<MODE>mode).
17498 (mov -1, reg peephole2): Likewise.
17499 * config/i386/sse.md (*mov<mode>_internal,
17500 <sse>_storeu<ssemodesuffix><avxsizesuffix>,
17501 <sse2_avx_avx512f>_storedqu<mode>, <sse>_andnot<mode>3,
17502 *<code><mode>3, *andnot<mode>3<mask_name>,
17503 <mask_codefor><code><mode>3<mask_name>): Likewise.
17504 * config/i386/subst.md (mask_mode512bit_condition,
17505 sd_mask_mode512bit_condition): Likewise.
17507 2014-01-02 Xinliang David Li <davidxl@google.com>
17509 PR tree-optimization/59303
17510 * tree-ssa-uninit.c (is_use_properly_guarded): Main cleanup.
17511 (dump_predicates): Better output format.
17512 (pred_equal_p): New function.
17513 (is_neq_relop_p): Ditto.
17514 (is_neq_zero_form_p): Ditto.
17515 (pred_expr_equal_p): Ditto.
17516 (pred_neg_p): Ditto.
17517 (simplify_pred): Ditto.
17518 (simplify_preds_2): Ditto.
17519 (simplify_preds_3): Ditto.
17520 (simplify_preds_4): Ditto.
17521 (simplify_preds): Ditto.
17522 (push_pred): Ditto.
17523 (push_to_worklist): Ditto.
17524 (get_pred_info_from_cmp): Ditto.
17525 (is_degenerated_phi): Ditto.
17526 (normalize_one_pred_1): Ditto.
17527 (normalize_one_pred): Ditto.
17528 (normalize_one_pred_chain): Ditto.
17529 (normalize_preds): Ditto.
17530 (normalize_cond_1): Remove function.
17531 (normalize_cond): Ditto.
17532 (is_gcond_subset_of): Ditto.
17533 (is_subset_of_any): Ditto.
17534 (is_or_set_subset_of): Ditto.
17535 (is_and_set_subset_of): Ditto.
17536 (is_norm_cond_subset_of): Ditto.
17537 (pred_chain_length_cmp): Ditto.
17538 (convert_control_dep_chain_into_preds): Type change.
17539 (find_predicates): Ditto.
17540 (find_def_preds): Ditto.
17541 (destroy_predicates_vecs): Ditto.
17542 (find_matching_predicates_in_rest_chains): Ditto.
17543 (use_pred_not_overlap_with_undef_path_pred): Ditto.
17544 (is_pred_expr_subset): Ditto.
17545 (is_pred_chain_subset_of): Ditto.
17546 (is_included_in): Ditto.
17547 (is_superset_of): Ditto.
17549 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
17551 Update copyright years.
17553 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
17555 * common/config/arc/arc-common.c, config/arc/arc-modes.def,
17556 config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
17557 config/arc/arc.md, config/arc/arc.opt,
17558 config/arm/arm_neon_builtins.def, config/arm/crypto.def,
17559 config/i386/avx512cdintrin.h, config/i386/avx512erintrin.h,
17560 config/i386/avx512fintrin.h, config/i386/avx512pfintrin.h,
17561 config/i386/btver2.md, config/i386/shaintrin.h, config/i386/slm.md,
17562 config/linux-protos.h, config/linux.c, config/winnt-c.c,
17563 diagnostic-color.c, diagnostic-color.h, gimple-ssa-isolate-paths.c,
17564 vtable-verify.c, vtable-verify.h: Use the standard form for the
17567 2014-01-02 Tobias Burnus <burnus@net-b.de>
17569 * gcc.c (process_command): Update copyright notice dates.
17570 * gcov-dump.c: Ditto.
17572 * doc/cpp.texi: Bump @copying's copyright year.
17573 * doc/cppinternals.texi: Ditto.
17574 * doc/gcc.texi: Ditto.
17575 * doc/gccint.texi: Ditto.
17576 * doc/gcov.texi: Ditto.
17577 * doc/install.texi: Ditto.
17578 * doc/invoke.texi: Ditto.
17580 2014-01-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
17582 * config/nios2/nios2.h (BITS_PER_UNIT): Don't define it.
17584 2014-01-01 Jakub Jelinek <jakub@redhat.com>
17586 * config/i386/sse.md (*mov<mode>_internal): Guard
17587 EXT_REX_SSE_REGNO_P (REGNO ()) uses with REG_P.
17589 PR rtl-optimization/59647
17590 * cse.c (cse_process_notes_1): Don't substitute negative VOIDmode
17591 new_rtx into UNSIGNED_FLOAT rtxes.
17593 Copyright (C) 2014 Free Software Foundation, Inc.
17595 Copying and distribution of this file, with or without modification,
17596 are permitted in any medium without royalty provided the copyright
17597 notice and this notice are preserved.