Convert tree-ssa-dom to inchash
[official-gcc.git] / gcc / ChangeLog
blob2f68593cfd698052894fda998ab571e38ba6a336
1 2014-07-31  Andi Kleen  <ak@linux.intel.com>
3         * tree-ssa-dom.c (iterative_hash_exprs_commutative):
4         Rename to inchash:add_expr_commutative. Convert to inchash.
5         (iterative_hash_hashable_expr): Rename to
6         inchash:add_hashable_expr. Convert to inchash.
7         (avail_expr_hash): Dito.
9 2014-07-31  Andi Kleen  <ak@linux.intel.com>
11         * ipa-devirt.c (polymorphic_call_target_hasher::hash):
12         Convert to inchash.
14 2014-07-31  Andi Kleen  <ak@linux.intel.com>
16         * asan.c (asan_mem_ref_hasher::hash): Convert to inchash.
18 2014-07-31  Andi Kleen  <ak@linux.intel.com>
20         * Makefile.in (OBJS): Add rtlhash.o
21         * dwarf2out.c (addr_table_entry_do_hash): Convert to inchash.
22         (loc_checksum): Dito.
23         (loc_checksum_ordered): Dito.
24         (hash_loc_operands): Dito.
25         (hash_locs): Dito.
26         (hash_loc_list): Dito.
27         * rtl.c (iterative_hash_rtx): Moved to rtlhash.c
28         * rtl.h (iterative_hash_rtx): Moved to rtlhash.h
29         * rtlhash.c: New file.
30         * rtlhash.h: New file.
32 2014-07-31  Andi Kleen  <ak@linux.intel.com>
34         * inchash.h (inchash): Change inchash class to namespace.
35         (class hash): ... Rename from inchash.
36         (add_object): Move from macro to class template.
37         * lto-streamer-out.c (hash_tree): Change inchash
38         to inchash::hash.
39         * tree.c (build_type_attribute_qual_variant): Dito.
40         (type_hash_list): Dito.
41         (attribute_hash_list): Dito.
42         (iterative_hstate_expr): Rename to inchash::add_expr
43         (build_range_type_1): Change inchash to inchash::hash
44         and use hash::add_expr.
45         (build_array_type_1): Dito.
46         (build_function_type): Dito
47         (build_method_type_directly): Dito.
48         (build_offset_type): Dito.
49         (build_complex_type): Dito.
50         (make_vector_type): Dito.
51         * tree.h (iterative_hash_expr): Dito.
53 2014-07-31  Chen Gang  <gang.chen.5i5j@gmail.com>
55         * gcc.c (do_spec_1): Allocate enough space for saved_suffix.
57 2014-07-31  James Greenhalgh  <james.greenhalgh@arm.com>
59         * config/aarch64/arm_neon.h (vpadd_<suf><8,16,32,64>): Move to
60         correct alphabetical position.
61         (vpaddd_f64): Rewrite using builtins.
62         (vpaddd_s64): Move to correct alphabetical position.
63         (vpaddd_u64): New.
65 2014-07-31  Oleg Endo  <olegendo@gcc.gnu.org>
67         PR target/61844
68         * config/sh/sh.c (sh_legitimate_address_p,
69         sh_legitimize_reload_address): Handle reg+reg address modes when
70         ALLOW_INDEXED_ADDRESS is false.
71         * config/sh/predicates.md (general_movsrc_operand,
72         general_movdst_operand): Likewise.
74 2014-07-31  James Greenhalgh  <james.greenhalgh@arm.com>
76         * config/aarch64/aarch64-builtins.c
77         (aarch64_gimple_fold_builtin): Don't fold reduction operations for
78         BYTES_BIG_ENDIAN.
80 2014-07-31  James Greenhalgh  <james.greenhalgh@arm.com>
82         * config/aarch64/aarch64.c (aarch64_simd_vect_par_cnst_half): Vary
83         the generated mask based on BYTES_BIG_ENDIAN.
84         (aarch64_simd_check_vect_par_cnst_half): New.
85         * config/aarch64/aarch64-protos.h
86         (aarch64_simd_check_vect_par_cnst_half): New.
87         * config/aarch64/predicates.md (vect_par_cnst_hi_half): Refactor
88         the check out to aarch64_simd_check_vect_par_cnst_half.
89         (vect_par_cnst_lo_half): Likewise.
90         * config/aarch64/aarch64-simd.md
91         (aarch64_simd_move_hi_quad_<mode>): Always use vec_par_cnst_lo_half.
92         (move_hi_quad_<mode>): Always generate a low mask.
94 2014-07-30  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
96         * doc/invoke.texi (AVR Options): Add documentation about
97         __AVR_DEVICE_NAME__ built-in macro.
99 2014-07-31  Charles Baylis  <charles.baylis@linaro.org>
101         PR target/61948
102         * config/arm/neon.md (ashldi3_neon): Don't emit arm_ashldi3_1bit unless
103         constraints are satisfied.
104         (<shift>di3_neon): Likewise.
106 2014-07-31  Richard Biener  <rguenther@suse.de>
108         PR tree-optimization/61964
109         * tree-ssa-tail-merge.c (gimple_equal_p): Handle non-SSA LHS solely
110         by structural equality.
112 2014-07-31  Yury Gribov  <y.gribov@samsung.com>
114         * doc/cpp.texi (__SANITIZE_ADDRESS__): Updated description.
115         * doc/invoke.texi (-fsanitize=kernel-address): Describe new option.
116         * flag-types.h (SANITIZE_USER_ADDRESS, SANITIZE_KERNEL_ADDRESS):
117         New enums.
118         * gcc.c (sanitize_spec_function): Support new option.
119         (SANITIZER_SPEC): Remove now redundant check.
120         * opts.c (common_handle_option): Support new option.
121         (finish_options): Check for incompatibilities.
122         * toplev.c (process_options): Split userspace-specific checks.
124 2014-07-31  Richard Biener  <rguenther@suse.de>
126         * lto-streamer.h (struct output_block): Remove global.
127         (struct data_in): Remove labels, num_named_labels and
128         num_unnamed_labels.
129         * lto-streamer-in.c (lto_data_in_delete): Do not free labels.
130         * lto-streamer-out.c (produce_asm_for_decls): Do not set global.
132 2014-07-31  Marc Glisse  <marc.glisse@inria.fr>
134         PR c++/60517
135         * common.opt (-Wreturn-local-addr): Moved from c.opt.
136         * gimple-ssa-isolate-paths.c: Include diagnostic-core.h and intl.h.
137         (isolate_path): New argument to avoid inserting a trap.
138         (find_implicit_erroneous_behaviour): Handle returning the address
139         of a local variable.
140         (find_explicit_erroneous_behaviour): Likewise.
142 2014-07-31  Bingfeng Mei <bmei@broadcom.com>
144         PR lto/61868
145         * toplev.c (init_random_seed): Move piece of code never called to
146         set_random_seed.
147         (set_random_seed): see above.
149 2014-07-31  Tom de Vries  <tom@codesourcery.com>
151         * tree-ssa-loop.c (pass_tree_loop_init::execute): Remove dead code.
153 2014-07-31  Richard Sandiford  <rdsandiford@googlemail.com>
155         * ira.c (insn_contains_asm_1, insn_contains_asm): Delete.
156         (compute_regs_asm_clobbered): Use extract_asm_operands instead.
158 2014-07-31  Richard Biener  <rguenther@suse.de>
160         * data-streamer.h (streamer_write_data_stream): Declare here,
161         renamed from ...
162         * lto-streamer.h (lto_output_data_stream): ... this.  Remove.
163         * lto-cgraph.c (lto_output_node): Adjust.
164         (lto_output_varpool_node): Likewise.
165         * data-streamer-out.c (streamer_string_index): Likewise.
166         (streamer_write_data_stream, lto_append_block): Move from ...
167         * lto-section-out.c (lto_output_data_stream,
168         lto_append_block): ... here.
170 2014-07-30  Mike Stump  <mikestump@comcast.net>
172         * configure.ac: Also check for popen.
173         * tree-loop-distribution.c (dot_rdg): Autoconfize popen use.
174         * configure: Regenerate.
175         * config.in:  Regenerate.
177 2014-07-30  Martin Jambor  <mjambor@suse.cz>
179         * tree-sra.c (sra_ipa_modify_assign): Change type of the first
180         parameter to gimple.
182 2014-07-30  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
184         * config/s390/s390.c (s390_emit_tpf_eh_return): Pass original return
185         address as second parameter to __tpf_eh_return routine.
187 2014-07-30  Jiong Wang  <jiong.wang@arm.com>
189         * config/arm/arm.c (arm_get_frame_offsets): Adjust condition for
190         Thumb2.
192 2014-07-30  Tom Tromey  <tromey@redhat.com>
194         PR c/59855
195         * doc/invoke.texi (Warning Options): Document -Wdesignated-init.
196         * doc/extend.texi (Type Attributes): Document designated_init
197         attribute.
199 2014-07-30  Roman Gareev  <gareevroman@gmail.com>
201         * graphite-isl-ast-to-gimple.c:
202         (gcc_expression_from_isl_ast_expr_id): Add calling of fold_convert.
203         (gcc_expression_from_isl_expression): Pass type to
204         gcc_expression_from_isl_ast_expr_id.
206 2014-07-30  Richard Biener  <rguenther@suse.de>
208         * lto-streamer.h (lto_write_data): New function.
209         * langhooks.c (lhd_append_data): Do not free block.
210         * lto-section-out.c (lto_write_data): New function writing
211         raw data to the current section.
212         (lto_write_stream): Adjust for langhook semantic change.
213         (lto_destroy_simple_output_block): Write header directly.
214         * lto-opts.c (lto_write_options): Write options directly.
215         * lto-streamer-out.c (produce_asm): Write heaeder directly.
216         (lto_output_toplevel_asms): Likewise.
217         (copy_function_or_variable): Copy data directly.
218         (write_global_references): Output index table directly.
219         (lto_output_decl_state_refs): Likewise.
220         (write_symbol): Write data directly.
221         (produce_symtab): Adjust.
222         (produce_asm_for_decls): Output header and refs directly.
224 2014-07-29  Jan Hubicka  <hubicka@ucw.cz>
226         * ipa-devirt.c (polymorphic_call_target_d): Rename nonconstruction_targets
227         to speculative_targets
228         (get_class_context): Fix handling of contextes without outer type;
229         avoid matching non-polymorphic types in LTO.
230         (possible_polymorphic_call_targets): Trun nonconstruction_targetsp
231         parameter to speculative_targetsp; handle speculation.
232         (dump_possible_polymorphic_call_targets): Update dumping.
234 2014-07-29  Jan Hubicka  <hubicka@ucw.cz>
236         * common.opt (Wodr): Enable by default.
238 2014-07-29  Olivier Hainque  <hainque@adacore.com>
240         * config/vxworksae.h (VXWORKS_OVERRIDE_OPTIONS): Define.
242 2014-07-29  H.J. Lu  <hongjiu.lu@intel.com>
244         PR bootstrap/61914
245         * gengtype.c (strtoken): New function.
246         (create_user_defined_type): Replace strtok with strtoken.
248 2014-07-29  Nathan Sidwell  <nathan@acm.org>
250         * gcov-io.c (gcov_var): Make hidden.
251         * gcov-tool.c (gcov_list, gcov_exit): Remove declarations.
252         (gcov_do_dump): Declare.
253         (gcov_output_files): Call gcov_do_dump, not gcov_exit).
255 2014-07-29  Martin Jambor  <mjambor@suse.cz>
257         * tree-sra.c (sra_modify_constructor_assign): Change type of stmt
258         parameter to gimple.
259         (sra_modify_assign): Likewise.
261 2014-07-29  Richard Biener  <rguenther@suse.de>
263         PR middle-end/52478
264         * expr.c (expand_expr_real_2): Revert last change.
266 2014-07-28  Jan Hubicka  <hubicka@ucw.cz>
268         * cgraph.c (cgraph_node::create_indirect_edge): Copy speculative data.
269         * cgraph.h (cgraph_indirect_call_info): Add speculative data.
270         * gimple-fold.c (fold_gimple_assign): Fix check for virtual
271         call.
272         * ipa-devirt.c (ipa_dummy_polymorphic_call_context): Update
273         (contains_type_p): Forward declare.
274         (polymorphic_call_target_hasher::hash): Hash speculative info.
275         (polymorphic_call_target_hasher::equal): Compare speculative info.
276         (get_class_context): Handle speuclation.
277         (contains_type_p): Update.
278         (get_polymorphic_call_info_for_decl): Update.
279         (walk_ssa_copies): Break out from ...
280         (get_polymorphic_call_info): ... here; set speculative context
281         before giving up.
282         * ipa-prop.c (ipa_write_indirect_edge_info,
283         ipa_read_indirect_edge_info): Stream speculative context.
284         * ipa-utils.h (ipa_polymorphic_call_context): Add speculative info
285         (SPECULATIVE_OFFSET, SPECULATIVE_OUTER_TYPE,
286         SPECULATIVE_MAYBE_DERIVED_TYPE).
287         (possible_polymorphic_call_targets overriders): Update.
288         (dump_possible_polymorphic_call_targets overriders): Update.
289         (dump_possible_polymorphic_call_target_p overriders): Update.
291 2014-07-28  Jan Hubicka  <hubicka@ucw.cz>
293         * gimple-fold.c (fold_gimple_assign): Fix condition guarding
294         ipa-devirt path; fix thinko there.
296 2014-07-28  Trevor Saunders  <tsaunders@mozilla.com>
298         * config/i386/i386.c (ix86_return_in_memory): Replace one
299         ATTRIBUTE_UNUSED where the attribute can actually sometimes be unused.
301 2014-07-28  Marek Polacek  <polacek@redhat.com>
303         * doc/invoke.texi (-Wno-odr): Fix @item entry.  Tweak wording.
305 2014-07-28  Peter Bergner  <bergner@vnet.ibm.com>
307         * config.gcc (powerpc*-*-linux*): Include gnu-user.h in tm_file.
308         * config/rs6000/sysv4.h (CC1_SPEC): Undefine it before defining it.
309         * config/rs6000/linux.h (CPLUSPLUS_CPP_SPEC): Delete define.
310         (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
311         (USE_LD_AS_NEEDED): Likewise.
312         (ASM_APP_ON): Likewise.
313         (ASM_APP_OFF): Likewise.
314         (TARGET_POSIX_IO): Likewise.
315         * config/rs6000/linux64.h (CPLUSPLUS_CPP_SPEC): Likewise.
316         (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
317         (USE_LD_AS_NEEDED): Likewise.
318         (ASM_APP_ON): Likewise.
319         (ASM_APP_OFF): Likewise.
320         (TARGET_POSIX_IO): Likewise.
322 2014-07-28  Eric Botcazou  <ebotcazou@adacore.com>
324         PR middle-end/61734
325         * fold-const.c (fold_comparison): Disable X - Y CMP 0 to X CMP Y for
326         operators other than the equality operators.
328 2014-07-28  Richard Biener  <rguenther@suse.de>
330         PR middle-end/52478
331         * optabs.c (gen_int_libfunc): For -ftrapv libfuncs make
332         sure to register SImode ones, not only >= word_mode ones.
333         * expr.c (expand_expr_real_2): When expanding -ftrapv
334         binops do not use OPTAB_LIB_WIDEN.
336 2014-07-28  Richard Sandiford  <rdsandiford@googlemail.com>
338         PR middle-end/61919
339         * tree-outof-ssa.c (insert_partition_copy_on_edge)
340         (insert_value_copy_on_edge, insert_rtx_to_part_on_edge)
341         (insert_part_to_rtx_on_edge): Copy partition_to_pseudo rtxes before
342         inserting them in the insn stream.
344 2014-07-28  Marek Polacek  <polacek@redhat.com>
346         PR middle-end/61913
347         * common.opt (Wodr): Add Var.
349 2014-07-28  Richard Biener  <rguenther@suse.de>
351         PR tree-optimization/61921
352         * tree-ssa-structalias.c (create_variable_info_for_1): Check
353         if there is a varpool node before dereferencing it.
355 2014-07-28  Roman Gareev  <gareevroman@gmail.com>
357         * graphite-sese-to-poly.c:
358         (new_pbb_from_pbb): Set a new id of pbb1->domain (instead of using the
359         id of the pbb), which contains pointer to the pbb1.
361         * gcc.dg/graphite/isl-ast-gen-if-2.c: New testcase.
363 2014-07-28  Roman Gareev  <gareevroman@gmail.com>
365         * graphite-isl-ast-to-gimple.c:
366         (graphite_create_new_guard): New function.
367         (translate_isl_ast_node_if): New function.
368         (translate_isl_ast): Add calling of translate_isl_ast_node_if.
370         * gcc.dg/graphite/isl-ast-gen-if-1.c: New testcase.
372 2014-07-27  Anthony Green  <green@moxielogic.com>
374         * config.gcc: Add moxie-*-moxiebox* configuration.
375         * config/moxie/moxiebox.h: New file.
377 2014-07-26  Andrew Pinski  <apinski@cavium.com>
379         * config/aarch64/aarch64.md (*extr_insv_lower_reg<mode>): Remove +
380         from the read only register.
382 2014-07-26  Richard Sandiford  <rdsandiford@googlemail.com>
384         * ira-costs.c (find_costs_and_classes): For -O0, use the best class
385         as the allocation class if it isn't likely to be spilled.
387 2014-07-26  Richard Sandiford  <rdsandiford@googlemail.com>
389         * rtl.h (tls_referenced_p): Declare.
390         * rtlanal.c (tls_referenced_p_1, tls_referenced_p): New functions.
391         * config/mips/mips.c (mips_tls_symbol_ref_1): Delete.
392         (mips_cannot_force_const_mem): Use tls_referenced_p.
393         * config/pa/pa-protos.h (pa_tls_referenced_p): Delete.
394         * config/pa/pa.h (CONSTANT_ADDRESS_P): Use tls_referenced_p
395         instead of pa_tls_referenced_p.
396         * config/pa/pa.c (hppa_legitimize_address, pa_cannot_force_const_mem)
397         (pa_emit_move_sequence, pa_emit_move_sequence): Likewise.
398         (pa_legitimate_constant_p): Likewise.
399         (pa_tls_symbol_ref_1, pa_tls_referenced_p): Delete.
400         * config/rs6000/rs6000.c (rs6000_tls_referenced_p): Delete.
401         (rs6000_cannot_force_const_mem, rs6000_emit_move)
402         (rs6000_address_for_altivec): Use tls_referenced_p instead of
403         rs6000_tls_referenced_p.
404         (rs6000_tls_symbol_ref_1): Delete.
406 2014-07-26  Marc Glisse  <marc.glisse@inria.fr>
408         PR target/44551
409         * simplify-rtx.c (simplify_binary_operation_1) <VEC_SELECT>:
410         Optimize inverse of a VEC_CONCAT.
412 2014-07-25  Xinliang David Li  <davidxl@google.com>
414         * params.def: New parameter.
415         * coverage.c (get_coverage_counts): Check new flag.
416         (coverage_compute_profile_id): Check new flag.
417         (coverage_begin_function): Check new flag.
418         (coverage_end_function): Check new flag.
419         * value-prof.c (coverage_node_map_initialized_p): New function.
420         (init_node_map): Populate map with all functions.
421         * doc/invoke.texi: Document new parameter.
423 2014-07-25  Jan Hubicka  <hubicka@ucw.cz>
424             Richard Biener <rguenther@suse.de>
426         * lto-streamer-out.c (struct sccs): Turn to ...
427         (class DFS): ... this one; refactor the DFS walk so it can
428         be re-done on per-SCC basis.
429         (DFS::DFS): New constructor.
430         (DFS::~DFS): New destructor.
431         (hash_tree): Add new MAP argument holding in-SCC hash values;
432         remove POINTER_TYPE hashing hack.
433         (scc_entry_compare): Rename to ...
434         (DFS::scc_entry_compare): ... this one.
435         (hash_scc): Rename to ...
436         (DFS::hash_scc): ... this one; pass output_block instead
437         of streamer_cache; work harder to get unique and stable SCC
438         hashes.
439         (DFS_write_tree): Rename to ...
440         (DFS::DFS_write_tree): ... this one; add SINGLE_P parameter.
441         (lto_output_tree): Update.
443 2014-07-25  Andi Kleen  <ak@linux.intel.com>
445         * lto-streamer-out.c (hash_tree): Convert to inchash.
447 2014-07-25  Andi Kleen  <ak@linux.intel.com>
449         * tree.c (build_type_attribute_qual_variant): Use inchash.
450         (type_hash_list): Dito.
451         (attribute_hash_list): Dito
452         (iterative_hstate_expr): Dito.
453         (iterative_hash_expr): Dito.
454         (build_range_type_1): Dito.
455         (build_array_type_1): Dito.
456         (build_function_type): Dito.
457         (build_method_type_directly): Dito.
458         (build_offset_type): Dito.
459         (build_complex_type): Dito.
460         (make_vector_type): Dito.
461         * tree.h (iterative_hash_expr): Add compat wrapper.
462         (iterative_hstate_expr): Add.
464 2014-07-25  Andi Kleen  <ak@linux.intel.com>
466         * Makefile.in (OBJS): Add inchash.o.
467         (PLUGIN_HEADERS): Add inchash.h.
468         * ipa-devirt.c: Include inchash.h.
469         * lto-streamer-out.c: Dito.
470         * tree-ssa-dom.c: Dito.
471         * tree-ssa-pre.c: Dito.
472         * tree-ssa-sccvn.c: Dito.
473         * tree-ssa-tail-merge.c: Dito.
474         * asan.c: Dito.
475         * tree.c (iterative_hash_hashval_t): Move to ...
476         (iterative_hash_host_wide_int): Move to ...
477         * inchash.c: Here. New file.
478         * tree.h (iterative_hash_hashval_t): Move to ...
479         (iterative_hash_host_wide_int): Move to ...
480         * inchash.h: Here. New file.
482 2014-07-25  Richard Biener  <rguenther@suse.de>
484         PR middle-end/61762
485         PR middle-end/61894
486         * fold-const.c (native_encode_int): Add and handle offset
487         parameter to do partial encodings of expr.
488         (native_encode_fixed): Likewise.
489         (native_encode_real): Likewise.
490         (native_encode_complex): Likewise.
491         (native_encode_vector): Likewise.
492         (native_encode_string): Likewise.
493         (native_encode_expr): Likewise.
494         * fold-const.c (native_encode_expr): Add offset parameter
495         defaulting to -1.
496         * gimple-fold.c (fold_string_cst_ctor_reference): Remove.
497         (fold_ctor_reference): Handle all reads from tcc_constant
498         ctors.
500 2014-07-25  Richard Biener  <rguenther@suse.de>
502         * tree-inline.c (estimate_move_cost): Mark speed_p argument
503         as possibly unused.
505 2014-07-23  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
507         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Add __AVR_DEVICE_NAME__.
509 2014-07-24  Kyle McMartin  <kyle@redhat.com>
511         * config/aarch64/aarch64-linux.h (TARGET_ASM_FILE_END): Define.
513 2014-07-24  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
515         * config/rs6000/rs6000-protos.h (rs6000_special_adjust_field_align_p):
516         Add prototype.
517         * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p): New
518         function.
519         * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Call it.
520         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
521         * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
523 2014-07-24  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
525         * config/rs6000/rs6000.c (rs6000_function_arg_boundary): In the AIX
526         and ELFv2 ABI, do not use the "mode == BLKmode" check to test for
527         aggregate types.  Instead, *all* aggregate types, except for single-
528         element or homogeneous float/vector aggregates, are quadword-aligned
529         if required by their type alignment.  Issue -Wpsabi note when a type
530         is now treated differently than before.
532 2014-07-24  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
534         * config/rs6000/rs6000.c (rs6000_function_arg): If a float argument
535         does not fit fully into floating-point registers, and there is still
536         space in the register parameter area, use GPRs to pass those parts
537         of the argument.  Issue -Wpsabi note if any parameter is now treated
538         differently than before.
539         (rs6000_arg_partial_bytes): Update.
541 2014-07-24  Uros Bizjak  <ubizjak@gmail.com>
543         * config/alpha/elf.h: Define TARGET_UNWIND_TABLES_DEFAULT.
545 2014-07-24  Richard Sandiford  <rdsandiford@googlemail.com>
547         * rtl.h (target_rtl): Remove lang_dependent_initialized.
548         * toplev.c (initialize_rtl): Don't use it.  Move previously
549         "language-dependent" calls to...
550         (backend_init): ...here.
551         (lang_dependent_init_target): Don't set lang_dependent_initialized.
552         Assert that RTL initialization hasn't happend yet.
554 2014-07-24  Richard Sandiford  <rdsandiford@googlemail.com>
556         PR rtl-optimization/61629
557         * reginfo.c (reinit_regs): Only call ira_init and recog_init if
558         they have already been initialized.
560 2014-07-24  Richard Sandiford  <rdsandiford@googlemail.com>
562         PR middle-end/61268
563         * function.c (assign_parm_setup_reg): Prevent invalid sharing of
564         DECL_INCOMING_RTL and entry_parm.
565         (get_arg_pointer_save_area): Likewise arg_pointer_save_area.
566         * calls.c (load_register_parameters): Likewise argument values.
567         (emit_library_call_value_1, store_one_arg): Likewise argument
568         save areas.
569         * config/i386/i386.c (assign_386_stack_local): Likewise the local
570         stack slot.
571         * explow.c (validize_mem): Modify the argument in-place.
573 2014-07-24  Jiong Wang  <jiong.wang@arm.com>
575         * config/aarch64/aarch64.c (aarch64_popwb_single_reg): New function.
576         (aarch64_expand_epilogue): Optimize epilogue when !frame_pointer_needed.
578 2014-07-24  Jiong Wang  <jiong.wang@arm.com>
580         * config/aarch64/aarch64.c (aarch64_pushwb_single_reg): New function.
581         (aarch64_expand_prologue): Optimize prologue when !frame_pointer_needed.
583 2014-07-24  Jiong Wang  <jiong.wang@arm.com>
585         * config/aarch64/aarch64.c (aarch64_restore_callee_saves)
586         (aarch64_save_callee_saves): New parameter "skip_wb".
587         (aarch64_expand_prologue, aarch64_expand_epilogue): Update call site.
589 2014-07-24  Jiong Wang  <jiong.wang@arm.com>
591         * config/aarch64/aarch64.h (frame): New fields "wb_candidate1" and
592         "wb_candidate2".
593         * config/aarch64/aarch64.c (aarch64_layout_frame): Initialize above.
595 2014-07-24  Roman Gareev  <gareevroman@gmail.com>
597         * graphite-isl-ast-to-gimple.c:
598         (graphite_create_new_loop): Add calling of isl_id_free to properly
599         decrement reference counts.
601         * gcc.dg/graphite/isl-ast-gen-blocks-4.c: New testcase.
603 2014-07-24  Martin Liska  <mliska@suse.cz>
604         * config/mips/mips.c (mips_start_unique_function): Correct cgraph_node
605         function used.
606         * config/rs6000/rs6000.c (call_ABI_of_interest): Likewise.
607         (rs6000_code_end): Likewise.
609 2014-07-24  Martin Liska  <mliska@suse.cz>
611         * config/rs6000/rs6000.c (rs6000_xcoff_declare_function_name): Correct
612         symtab_node funtion used.
613         (rs6000_xcoff_declare_object_name): Likewise.
615 2014-07-24  Martin Liska  <mliska@suse.cz>
617         * cgraphunit.c (compile): Correct function used.
619 2014-07-24  Jan Hubicka  <hubicka@ucw.cz>
621         * lto-streamer-out.c (tree_is_indexable): Consider IMPORTED_DECL
622         as non-indexable.
624 2014-07-24  Jan Hubicka  <hubicka@ucw.cz>
626         PR lto/61802
627         * varasm.c (bss_initializer_p): Handle offlined ctors.
628         (align_variable, get_variable_align): Likewise.
629         (make_decl_one_only): Likewise.
630         (default_binds_local_p_1): Likewise.
631         (decl_binds_to_current_def_p): Likewise.
632         (get_variable_section): Get constructor if it is offlined.
633         (assemble_variable_contents): Sanity check that the caller
634         streamed in the ctor in LTO.
636 2014-07-24  Roman Gareev  <gareevroman@gmail.com>
638         * graphite-isl-ast-to-gimple.c:
639         (binary_op_to_tree): Add calling of translate_isl_ast_node_block.
640         (gcc_expression_from_isl_expr_op): Move isl_ast_op_pdiv_q,
641         isl_ast_op_pdiv_r to the different case.
643         * gcc.dg/graphite/isl-ast-gen-blocks-3.c: New testcase.
645 2014-07-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
647         PR middle-end/61876
648         * convert.c (convert_to_integer): Do not convert BUILT_IN_ROUND and cast
649         when flag_errno_math is on.
651 2014-07-24  Martin Liska  <mliska@suse.cz>
653         * cgraph.h (varpool_node):
654         (availability get_availability (void)):
655         created from cgraph_variable_initializer_availability
656         (inline varpool_node *ultimate_alias_target (availability *availability = NULL)
657         created from: cgraph_variable_initializer_availability
658         (inline varpool_node *get_alias_target (void)): created from varpool_alias_target
659         (void finalize_named_section_flags (void)):
660         created from varpool_finalize_named_section_flags
661         (bool assemble_decl (void)): created from varpool_assemble_decl
662         (void analyze (void)): created from varpool_analyze_node
663         (bool call_for_node_and_aliases (bool (*callback) (varpool_node *, void *),
664         void *data, bool include_overwritable)): created fromvarpool_for_node_and_aliases
665         (void remove_initializer (void)): created from varpool_remove_initializer
666         (tree get_constructor (void)): created from varpool_get_constructor
667         (bool externally_visible_p (void)): created from varpool_externally_visible_p
668         (bool ctor_useable_for_folding_p (void)): created from varpool_ctor_useable_for_folding_p
669         (inline bool all_refs_explicit_p ()): created from varpool_all_refs_explicit_p
670         (inline bool can_remove_if_no_refs_p (void)): created from varpool_can_remove_if_no_refs
671         (static inline varpool_node *get (const_tree decl)): created from varpool_get_node
672         (static void finalize_decl (tree decl)): created from varpool_finalize_decl
673         (static bool output_variables (void)): created from varpool_output_variables
674         (static varpool_node * create_extra_name_alias (tree alias, tree decl)):
675         created from varpool_extra_name_alias
676         (static varpool_node * create_alias (tree, tree)): created from varpool_create_variable_alias
677         (static void dump_varpool (FILE *f)): created from dump_varpool
678         (static void DEBUG_FUNCTION debug_varpool (void)): created from debug_varpool
679         (static varpool_node *create_empty (void)): created from varpool_create_empty_node
680         (static varpool_node *get_create (tree decl)): created from varpool_node_for_decl
681         (static varpool_node *get_for_asmname (tree asmname)): created from varpool_node_for_asm
682         (void assemble_aliases (void)): created from assemble_aliases
684 2014-07-24  Martin Liska  <mliska@suse.cz>
686         * cgraph.h (symtab_node):
687         (void register_symbol (void)): created from symtab_register_node
688         (void remove (void)): created from symtab_remove_node
689         (void dump (FILE *f)): created from dump_symtab_node
690         (void DEBUG_FUNCTION debug (void)): created from debug_symtab_node
691         (void DEBUG_FUNCTION verify (void)): created from verify_symtab_node
692         (struct ipa_ref *add_reference (symtab_node *referred_node,
693         enum ipa_ref_use use_type)): created from add_reference 
694         (struct ipa_ref *add_reference (symtab_node *referred_node,
695         enum ipa_ref_use use_type, gimple stmt)): created from add_reference
696         (struct ipa_ref *maybe_add_reference (tree val, enum ipa_ref_use use_type,
697         gimple stmt)): created from maybe_add_reference
698         (bool semantically_equivalent_p (symtab_node *target)): created from
699         symtab_semantically_equivalent_p
700         (void remove_from_same_comdat_group (void)): created from
701         remove_from_same_comdat_group
702         (void add_to_same_comdat_group (symtab_node *old_node)): created from
703         symtab_add_to_same_comdat_group
704         (void dissolve_same_comdat_group_list (void)): created from
705         symtab_dissolve_same_comdat_group_list
706         (bool used_from_object_file_p (void)): created from symtab_used_from_object_file_p
707         (symtab_node *ultimate_alias_target (enum availability *avail = NULL)):
708         created from symtab_alias_ultimate_target
709         (inline symtab_node *next_defined_symbol (void)): created from
710         symtab_next_defined_symbol
711         (bool resolve_alias (symtab_node *target)): created from
712         symtab_resolve_alias
713         (bool call_for_symbol_and_aliases (bool (*callback) (symtab_node *, void *),
714         void *data, bool include_overwrite)): created from symtab_for_node_and_aliases
715         (symtab_node *noninterposable_alias (void)): created from symtab_nonoverwritable_alias
716         (inline symtab_node *get_alias_target (void)): created from symtab_alias_target
717         (void set_section (const char *section)): created from set_section_1 
718         (enum availability get_availability (void)): created from symtab_node_availability
719         (void make_decl_local (void)): created from symtab_make_decl_local
720         (bool real_symbol_p (void)): created from symtab_read_node
721         (can_be_discarded_p (void)): created from symtab_can_be_discarded
722         (inline bool comdat_local_p (void)): created from symtab_comdat_local_p
723         (inline bool in_same_comdat_group_p (symtab_node *target)): created from
724         symtab_in_same_comdat_p;
725         (bool address_taken_from_non_vtable_p (void)): created from
726         address_taken_from_non_vtable_p
727         (static inline symtab_node *get (const_tree decl)): created from symtab_get_node
728         (static void dump_table (FILE *)): created from dump_symtab
729         (static inline DEBUG_FUNCTION void debug_symtab (void)): created from debug_symtab
730         (static DEBUG_FUNCTION void verify_symtab_nodes (void)): created from verify_symtab
731         (static bool used_from_object_file_p_worker (symtab_node *node)): created from
732         symtab_used_from_object_file_p 
733         (void dump_base (FILE *)): created from dump_symtab_base
734         (bool DEBUG_FUNCTION verify_base (void)): created from verify_symtab_base
735         (void unregister (void)): created from symtab_unregister_node
736         (struct symbol_priority_map *priority_info (void)): created from symtab_priority_info
737         (static bool set_implicit_section (symtab_node *n, void *)): created from set_implicit_section
738         (static bool noninterposable_alias (symtab_node *node, void *data)): created from
739         symtab_nonoverwritable_alias_1
740         * cgraph.h (cgraph_node):
741         (bool remove_symbol_and_inline_clones (cgraph_node *forbidden_node = NULL)):
742         created from cgraph_remove_node_and_inline_clones
743         (void record_stmt_references (gimple stmt)): created from ipa_record_stmt_references
744         (void set_call_stmt_including_clones (gimple old_stmt, gimple new_stmt,
745         bool update_speculative = true)): created from cgraph_set_call_stmt_including_clones
746         (cgraph_node *function_symbol (enum availability *avail = NULL)):
747         created from cgraph_function_node
748         (cgraph_node *create_clone (tree decl, gcov_type count, int freq, bool update_original,
749         vec<cgraph_edge *> redirect_callers, bool call_duplication_hook,
750         struct cgraph_node *new_inlined_to, bitmap args_to_skip)):
751         created from cgraph_create_clone 
752         (cgraph_node *create_virtual_clone (vec<cgraph_edge *> redirect_callers,
753         vec<ipa_replace_map *, va_gc> *tree_map, bitmap args_to_skip, const char * suffix)):
754         created from cgraph_create_virtual_clone
755         (cgraph_node *find_replacement (void)): created from cgraph_find_replacement_node
756         (cgraph_node *create_version_clone (tree new_decl, vec<cgraph_edge *> redirect_callers,
757         bitmap bbs_to_copy)): created from cgraph_copy_node_for_versioning
758         (cgraph_node *create_version_clone_with_body (vec<cgraph_edge *> redirect_callers,
759         vec<ipa_replace_map *, va_gc> *tree_map, bitmap args_to_skip, bool skip_return,
760         bitmap bbs_to_copy, basic_block new_entry_block, const char *clone_name)):
761         created from cgraph_function_version_info
762         (struct cgraph_function_version_info *insert_new_function_version (void)):
763         created from insert_new_cgraph_node_version
764         (struct cgraph_function_version_info *function_version (void)): created from
765         get_cgraph_node_version
766         (void analyze (void)): created from analyze_function
767         (cgraph_node * create_thunk (tree alias, tree, bool this_adjusting,
768         HOST_WIDE_INT fixed_offset, HOST_WIDE_INT virtual_value, tree virtual_offset,
769         tree real_alias) cgraph_add_thunk
770         (inline cgraph_node *get_alias_target (void)): created from cgraph_alias_target
771         (cgraph_node *ultimate_alias_target (availability *availability = NULL)):
772         created from cgraph_function_or_thunk_node
773         (bool expand_thunk (bool output_asm_thunks, bool force_gimple_thunk)):
774         created from expand_thunk
775         (void reset (void)): created from cgraph_reset_node
776         (void create_wrapper (cgraph_node *target)): created from cgraph_make_wrapper
777         (void DEBUG_FUNCTION verify_node (void)): created from verify_cgraph_node
778         (void remove (void)): created from cgraph_remove_node
779         (void dump (FILE *f)): created from dump_cgraph_node
780         (void DEBUG_FUNCTION debug (void)): created from debug_cgraph_node
781         (bool get_body (void)): created from cgraph_get_body
782         (void release_body (void)): created from cgraph_release_function_body
783         (void unnest (void)): created from cgraph_unnest_node
784         (void make_local (void)): created from cgraph_make_node_local
785         (void mark_address_taken (void)): created from cgraph_mark_address_taken_node
786         (struct cgraph_edge *create_edge (cgraph_node *callee, gimple call_stmt,
787         gcov_type count, int freq)): created from cgraph_create_edge
788         (struct cgraph_edge *create_indirect_edge (gimple call_stmt, int ecf_flags,
789         gcov_type count, int freq)): created from cgraph_create_indirect_edge
790         (void create_edge_including_clones (struct cgraph_node *callee, gimple old_stmt,
791         gimple stmt, gcov_type count, int freq, cgraph_inline_failed_t reason)):
792         created from cgraph_create_edge_including_clones
793         (cgraph_edge *get_edge (gimple call_stmt)): created from cgraph_edge
794         (vec<cgraph_edge *> collect_callers (void)): created from collect_callers_of_node
795         (void remove_callers (void)): created from cgraph_node_remove_callers
796         (void remove_callees (void)): created from cgraph_node_remove_callees
797         (enum availability get_availability (void)): created from cgraph_function_body_availability
798         (void set_nothrow_flag (bool nothrow)): created from cgraph_set_nothrow_flag
799         (void set_const_flag (bool readonly, bool looping)): created from cgraph_set_const_flag
800         (void set_pure_flag (bool pure, bool looping)): created from cgraph_set_pure_flag
801         (void call_duplication_hooks (cgraph_node *node2)): created from
802         cgraph_call_node_duplication_hooks
803         (bool call_for_symbol_and_aliases (bool (*callback) (cgraph_node *, void *),
804         void *data, bool include_overwritable)): created from cgraph_for_node_and_aliases
805         (bool call_for_symbol_thunks_and_aliases (bool (*callback) (cgraph_node *node, void *data),
806         void *data, bool include_overwritable)): created from cgraph_for_node_thunks_and_aliases
807         (void call_function_insertion_hooks (void)):
808         created from cgraph_call_function_insertion_hooks
809         (inline void mark_force_output (void)): created from cgraph_mark_force_output_node
810         (bool local_p (void)): created from cgraph_local_node
811         (bool can_be_local_p (void)): created from cgraph_node_can_be_local_p
812         (bool cannot_return_p (void)): created from cgraph_node_cannot_return
813         (bool only_called_directly_p (void)): created from cgraph_only_called_directly_p
814         (inline bool only_called_directly_or_aliased_p (void)):
815         created from cgraph_only_called_directly_or_aliased_p
816         (bool will_be_removed_from_program_if_no_direct_calls_p (void)):
817         created from cgraph_will_be_removed_from_program_if_no_direct_calls
818         (bool can_remove_if_no_direct_calls_and_refs_p (void)):
819         created from cgraph_can_remove_if_no_direct_calls_and_refs_p
820         (bool can_remove_if_no_direct_calls_p (void)):
821         created from cgraph_can_remove_if_no_direct_calls_p
822         (inline bool has_gimple_body_p (void)):
823         created from cgraph_function_with_gimple_body_p
824         (bool optimize_for_size_p (void)): created from cgraph_optimize_for_size_p
825         (static void dump_cgraph (FILE *f)): created from dump_cgraph
826         (static inline void debug_cgraph (void)): created from debug_cgraph
827         (static void record_function_versions (tree decl1, tree decl2)):
828         created from record_function_versions
829         (static void delete_function_version (tree decl)):
830         created from delete_function_version
831         (static void add_new_function (tree fndecl, bool lowered)):
832         created from cgraph_add_new_function
833         (static inline cgraph_node *get (const_tree decl)): created from cgraph_get_node
834         (static cgraph_node * create (tree decl)): created from cgraph_create_node
835         (static cgraph_node * create_empty (void)): created from cgraph_create_empty_node
836         (static cgraph_node * get_create (tree)): created from cgraph_get_create_node
837         (static cgraph_node *get_for_asmname (tree asmname)):
838         created from cgraph_node_for_asm
839         (static cgraph_node * create_same_body_alias (tree alias, tree decl)):
840         created from cgraph_same_body_alias 
841         (static bool used_from_object_file_p_worker (cgraph_node *node,
842         void *): new function
843         (static bool non_local_p (cgraph_node *node, void *)):
844         created from cgraph_non_local_node_p_1
845         (static void DEBUG_FUNCTION verify_cgraph_nodes (void)):
846         created from verify_cgraph
847         (static bool make_local (cgraph_node *node, void *)):
848         created from cgraph_make_node_local
849         (static cgraph_node *create_alias (tree alias, tree target)):
850         created from cgraph_create_function_alias
851         (static cgraph_edge * create_edge (cgraph_node *caller, cgraph_node *callee,
852         gimple call_stmt, gcov_type count, int freq, bool indir_unknown_callee)):
853         created from cgraph_create_edge_1
854         * cgraph.h (varpool_node):
855         (void remove (void)): created from varpool_remove_node
856         (void dump (FILE *f)): created from dump_varpool_node
858 2014-07-24  Richard Biener  <rguenther@suse.de>
860         PR ipa/61823
861         * tree-ssa-structalias.c (create_variable_info_for_1):
862         Use varpool_get_constructor.
863         (create_variable_info_for): Likewise.
865 2014-07-24  Jiong Wang  <jiong.wang@arm.com>
867         * config/aarch64/aarch64.c (aarch64_expand_epilogue): Don't
868         subtract outgoing area size when restoring stack_pointer_rtx.
870 2014-07-24  Nick Clifton  <nickc@redhat.com>
872         * config/rx/rx.md (stack_push): Adjust RTL to account for the fact
873         that operations are taking place in parallel.
874         * config/rx.h (FRAME_POINTER_CFA_OFFSET): Delete.
876 2014-07-24  Thomas Schwinge  <thomas@codesourcery.com>
878         * omp-low.c (extract_omp_for_data): Add missing break statement.
880 2014-07-24  Richard Biener  <rguenther@suse.de>
882         * tree-inline.h (estimate_move_cost): Add speed_p parameter.
883         * tree-inline.c (estimate_move_cost): Add speed_p parameter
884         and adjust MOVE_RATIO query accordingly.
885         (estimate_num_insns): Adjust callers.
886         * ipa-prop.c (ipa_populate_param_decls): Likewise.
887         * ipa-cp.c (gather_context_independent_values,
888         estimate_local_effects): Likewise.
889         * ipa-split.c (consider_split): Likewise.
891 2014-07-24  Trevor Saunders  <tsaunders@mozilla.com>
893         * config/i386/driver-i386.c: Remove names of unused arguments and
894         unnecessary unused attributes.
895         * config/i386/host-mingw32.c: Likewise.
896         * config/i386/i386.c: Likewise.
897         * config/i386/winnt-stubs.c: Likewise.
898         * config/i386/winnt.c: Likewise.
900 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
902         * config/aarch64/aarch64.c (aarch64_popwb_pair_reg)
903         (aarch64_gen_loadwb_pair): New helper function.
904         (aarch64_expand_epilogue): Simplify code using new helper functions.
905         * config/aarch64/aarch64.md (loadwb_pair<GPF:mode>_<P:mode>): Define.
907 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
909         * config/aarch64/aarch64.c (aarch64_pushwb_pair_reg)
910         (aarch64_gen_storewb_pair): New helper function.
911         (aarch64_expand_prologue): Simplify code using new helper functions.
912         * config/aarch64/aarch64.md (storewb_pair<GPF:mode>_<P:mode>): Define.
914 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
916         * config/aarch64/aarch64.md: (aarch64_save_or_restore_callee_saves):
917         Rename to aarch64_save_callee_saves, remove restore code.
918         (aarch64_restore_callee_saves): New function.
920 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
922         * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Deleted.
923         (aarch64_save_callee_saves): New function to handle reg save
924         for both core and vectore regs.
926 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
928         * config/aarch64/aarch64.c (aarch64_gen_load_pair)
929         (aarch64_gen_store_pair): New helper function.
930         (aarch64_save_or_restore_callee_save_registers)
931         (aarch64_save_or_restore_fprs): Use new helper functions.
933 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
935         * config/aarch64/aarch64.c (aarch64_next_callee_save): New function.
936         (aarch64_save_or_restore_callee_save_registers)
937         (aarch64_save_or_restore_fprs): Use aarch64_next_callee_save.
939 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
941         * config/aarch64/aarch64.c
942         (aarch64_save_or_restore_callee_save_registers)
943         (aarch64_save_or_restore_fprs): Hoist calculation of register rtx.
945 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
947         * config/aarch64/aarch64.c
948         (aarch64_save_or_restore_callee_save_registers)
949         (aarch64_save_or_restore_fprs): Remove 'increment'.
951 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
953         * config/aarch64/aarch64.c
954         (aarch64_save_or_restore_callee_save_registers)
955         (aarch64_save_or_restore_fprs): Use register offset in
956         cfun->machine->frame.reg_offset.
958 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
960         * config/aarch64/aarch64.c
961         (aarch64_save_or_restore_callee_save_registers)
962         (aarch64_save_or_restore_fprs): Remove base_rtx.
964 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
966         * config/aarch64/aarch64.c
967         (aarch64_save_or_restore_callee_save_registers): Rename 'offset'
968         to 'start_offset'.  Remove local variable 'start_offset'.
970 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
972         * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Change
973         type to HOST_WIDE_INT.
975 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
977         * config/aarch64/aarch64.c (aarch64_expand_prologue)
978         (aarch64_save_or_restore_fprs)
979         (aarch64_save_or_restore_callee_save_registers): GNU-Stylize code.
981 2014-07-23  Sebastian Huber  <sebastian.huber@embedded-brains.de>
983         * config/arm/t-rtems-eabi: Add
984         mthumb/march=armv7-r/mfpu=vfpv3-d16/mfloat-abi=hard,
985         mthumb/march=armv7-m/mfpu=fpv4-sp-d16/mfloat-abi=hard,
986         mbig-endian/mthumb/march=armv7-r, and
987         mbig-endian/mthumb/march=armv7-r/mfpu=vfpv3-d16/mfloat-abi=hard
988         multilibs.
990 2014-07-23  Sebastian Huber  <sebastian.huber@embedded-brains.de>
991             Chris Johns <chrisj@rtems.org>
992             Joel Sherrill <joel.sherrill@oarcorp.com>
994         * config.gcc: Add nios2-*-rtems*.
995         * config/nios2/rtems.h: New file.
996         * gcc/config/nios2/t-rtems: New file.
998 2014-07-23  Segher Boessenkool  <segher@kernel.crashing.org>
1000         PR target/61396
1001         * config/rs6000/rs6000.c (paired_expand_vector_init): Only allow
1002         constant numbers, not general constants.
1003         (rs6000_expand_vector_init): Ditto.
1005 2014-07-23  Nathan Sidwell  <nathan@acm.org>
1007         * gcov-tool.c (gcov_list): Declare here.
1008         (set_gcov_list): Remove.
1009         (gcov_output_files): Set gcov_list directly.
1011 2014-07-23  Host Schirmeier  <horst@schirmeier.com>
1013         * doc/invoke.texi: -O3 enables -ftree-loop-distribute-patterns.
1015 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
1017         * config/arm/arm.c (arm_get_frame_offsets): If both r3 and other
1018         callee-saved registers are available for padding purpose
1019         and r3 is not mandatory, then prefer use those callee-saved
1020         instead of r3.
1022 2014-07-23  Richard Biener  <rguenther@suse.de>
1024         * params.def (PARAM_MAX_COMBINE_INSNS): New.
1025         * combine.c: Include statistics.h and params.h.
1026         (combine_instructions): Guard three and four insn combines
1027         with max-combine-insns value.  Record statistics for combines
1028         performed.
1029         * doc/invoke.texi (max-combine-insns): Document new param.
1031 2014-07-23  Roman Gareev  <gareevroman@gmail.com>
1033         * graphite-isl-ast-to-gimple.c:
1034         (translate_isl_ast_node_block): New function.
1035         (translate_isl_ast): Add calling of translate_isl_ast_node_block.
1037         * gcc.dg/graphite/isl-ast-gen-blocks-1.c: New testcase.
1038         * gcc.dg/graphite/isl-ast-gen-blocks-2.c: New testcase.
1040 2014-07-23  Roman Gareev  <gareevroman@gmail.com>
1042         * graphite-isl-ast-to-gimple.c:
1043         (get_max_schedule_dimensions): New function.
1044         (extend_schedule): Likewise.
1045         (generate_isl_schedule): Add calling of extend_schedule and
1046         get_max_schedule_dimensions.
1048 2014-07-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1050         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle CLRSB, CLZ.
1051         (case UNSPEC): Handle UNSPEC_RBIT.
1053 2014-07-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1055         * config/aarch64/aarch64.md: Delete UNSPEC_CLS.
1056         (clrsb<mode>2): Use clrsb RTL code instead of UNSPEC_CLS.
1058 2014-07-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1060         * config/aarch64/arm_neon.h (vbsl_f64): New intrinsic.
1062 2014-07-22  Roman Gareev  <gareevroman@gmail.com>
1064         * graphite-isl-ast-to-gimple.c:
1065         Add inclusion of gimple-ssa.h, tree-into-ssa.h.
1066         (ivs_params_clear):
1067         (build_iv_mapping): New function.
1068         (translate_isl_ast_node_user): Likewise.
1069         (translate_isl_ast): Add calling of translate_isl_ast_node_user.
1071         * gcc.dg/graphite/isl-ast-gen-single-loop-1.c: New testcase.
1072         * gcc.dg/graphite/isl-ast-gen-single-loop-2.c: New testcase.
1073         * gcc.dg/graphite/isl-ast-gen-single-loop-3.c: New testcase.
1075 2014-07-21  Bin Cheng  <bin.cheng@arm.com>
1077         PR target/55701
1078         * config/arm/arm.md (setmem): New pattern.
1079         * config/arm/arm-protos.h (struct tune_params): New fields.
1080         (arm_gen_setmem): New prototype.
1081         * config/arm/arm.c (arm_slowmul_tune): Initialize new fields.
1082         (arm_fastmul_tune, arm_strongarm_tune, arm_xscale_tune): Ditto.
1083         (arm_9e_tune, arm_v6t2_tune, arm_cortex_tune): Ditto.
1084         (arm_cortex_a8_tune, arm_cortex_a7_tune): Ditto.
1085         (arm_cortex_a15_tune, arm_cortex_a53_tune): Ditto.
1086         (arm_cortex_a57_tune, arm_cortex_a5_tune): Ditto.
1087         (arm_cortex_a9_tune, arm_cortex_a12_tune): Ditto.
1088         (arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune): Ditto.
1089         (arm_const_inline_cost): New function.
1090         (arm_block_set_max_insns): New function.
1091         (arm_block_set_non_vect_profit_p): New function.
1092         (arm_block_set_vect_profit_p): New function.
1093         (arm_block_set_unaligned_vect): New function.
1094         (arm_block_set_aligned_vect): New function.
1095         (arm_block_set_unaligned_non_vect): New function.
1096         (arm_block_set_aligned_non_vect): New function.
1097         (arm_block_set_vect, arm_gen_setmem): New functions.
1099 2014-07-21  Bin Cheng  <bin.cheng@arm.com>
1101         * config/arm/arm.c (output_move_neon): Handle REG explicitly.
1103 2014-07-21  Uros Bizjak  <ubizjak@gmail.com>
1105         PR target/61855
1106         * config/i386/avx512fintrin.h: Move constants for mantissa extraction
1107         out of #ifdef __OPTIMIZE__.
1109 2014-07-20  Eric Botcazou  <ebotcazou@adacore.com>
1111         * cse.c (exp_equiv_p) <MEM>: For GCSE, return 0 for expressions with
1112         different trapping status if -fnon-call-exceptions is enabled.
1114 2014-07-20  Eric Botcazou  <ebotcazou@adacore.com>
1116         * expr.c (store_field): Handle VOIDmode for calls that return values
1117         in multiple locations.
1119 2014-07-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1121         * config/rs6000/altivec.md (unspec enum):  Fix typo in UNSPEC_VSLDOI.
1122         (altivec_vsldoi_<mode>): Likewise.
1124 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
1126         * graphite-isl-ast-to-gimple.c: Fixes a formatting issue related
1127         to the number of characters in the line.
1129 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
1131         * graphite-isl-ast-to-gimple.c: Add using of
1132         build_nonstandard_integer_type instead of int128_integer_type_node.
1134 2014-07-19  Eric Botcazou  <ebotcazou@adacore.com>
1136         * toplev.c (output_stack_usage): Adjust the location of the warning.
1138 2014-07-19  Daniel Cederman  <cederman@gaisler.com>
1140         * config/sparc/sync.md (*membar_storeload_leon3): New insn.
1141         (*membar_storeload): Disable for LEON3.
1143 2014-07-18  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1145         PR rtl-optimization/61461
1146         * sched-vis.c (print_pattern) <ADDR_VEC, ADDR_DIFF_VEC>: Fixed.
1148 2014-07-18  Uros Bizjak  <ubizjak@gmail.com>
1150         PR target/61794
1151         * config/i386/sse.md (avx512f_vextract<shuffletype>32x4_1_maskm):
1152         Fix instruction constraint.
1153         (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>): Ditto.
1155 2014-07-18  Jonathan Wakely  <jwakely@redhat.com>
1157         * doc/extend.texi (Template Instantiation): Remove stray parenthesis.
1159 2014-07-18  Chung-Ju Wu  <jasonwucj@gmail.com>
1161         * config/nds32/nds32.c (nds32_can_eliminate): Follow the
1162         GNU coding standards.
1163         (nds32_register_move_cost): Likewise.
1164         (nds32_memory_move_cost): Likewise.
1165         (nds32_address_cost): Likewise.
1167 2014-07-18  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1169         * config/mmix/mmix.c (mmix_intval): Drop unused automatic variable.
1171 2014-07-17  John David Anglin  <danglin@gcc.gnu.org>
1173         * config/pa/pa-linux.h (TARGET_OS_CPP_BUILTINS): Remove defines for
1174         __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2
1175         and __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4.
1176         (HAVE_sync_compare_and_swapqi): Define.
1177         (HAVE_sync_compare_and_swaphi): Likewise.
1178         (HAVE_sync_compare_and_swapsi): Likewise.
1180 2014-07-17  Richard Sandiford  <rdsandiford@googlemail.com>
1182         * config/mips/p5600.md: Add missing cpu tests.
1184 2014-07-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1186         * config/aarch64/arm_neon.h (vfma_f64): New intrinsic.
1187         (vmla_f64): Likewise.
1188         (vfms_f64): Likewise.
1189         (vmls_f64): Likewise.
1191 2014-07-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1193         * config/aarch64/aarch64.c (aarch64_frint_unspec_p): New function.
1194         (aarch64_rtx_costs): Handle FIX, UNSIGNED_FIX, UNSPEC.
1196 2014-07-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1198         * config/aarch64/arm_neon.h (vmlal_high_lane_s16): Fix type.
1199         (vmlal_high_lane_s32): Likewise.
1200         (vmlal_high_lane_u16): Likewise.
1201         (vmlal_high_lane_u32): Likewise.
1202         (vmlsl_high_lane_s16): Likewise.
1203         (vmlsl_high_lane_s32): Likewise.
1204         (vmlsl_high_lane_u16): Likewise.
1205         (vmlsl_high_lane_u32): Likewise.
1207 2014-07-17  Terry Guo  <terry.guo@arm.com>
1209         * config/arm/types.md (alu_reg): Replaced by alu_sreg and alu_dsp_reg.
1210         (alus_reg): Renamed to alus_sreg.
1211         * config/arm/arm-fixed.md: Change type of non-dsp instructions
1212         from alu_reg to alu_sreg.  Change type of dsp instructions from
1213         alu_reg to alu_dsp_reg.
1214         * config/arm/thumb1.md: Likewise.
1215         * config/arm/thumb2.md: Likewise.
1216         * config/arm/arm.c (cortexa7_older_only): Use new ALU type names.
1217         * config/arm/arm1020e.md (1020alu_op): Replace alu_reg and alus_reg
1218         with alu_sreg and alus_sreg.
1219         * config/arm/arm1026ejs.md (alu_op): Likewise.
1220         * config/arm/arm1136jfs.md (11_alu_op): Likewise.
1221         * config/arm/arm926ejs.md (9_alu_op): Likewise.
1222         * config/arm/fa526.md (526_alu_op): Likewise.
1223         * config/arm/fa606te.md (606te_alu_op): Likewise.
1224         * config/arm/fa626te.md (626te_alu_op): Likewise.
1225         * config/arm/fa726te.md (726te_alu_op): Likewise.
1226         * config/arm/fmp626.md (mp626_alu_op): Likewise.
1227         * config/arm/arm.md (core_cycles): Replace alu_reg and alus_reg with
1228         alu_sreg, alu_dsp_reg and alus_sreg.
1229         * config/arm/cortex-a15.md (cortex_a15_alu): Likewise.
1230         * config/arm/cortex-a5.md (cortex_a5_alu): Likewise.
1231         * config/arm/cortex-a53.md (cortex_a53_alu): Likewise.
1232         * config/arm/cortex-a7.md (cortex_a7_alu_sreg): Likewise.
1233         * config/arm/cortex-a8.md (cortex_a8_alu): Likewise.
1234         * config/arm/cortex-a9.md (cortex_a9_dp): Likewise.
1235         * config/arm/cortex-m4.md (cortex_m4_alu): Likewise.
1236         * config/arm/cortex-r4.md (cortex_r4_alu): Likewise.
1237         * config/arm/marvell-pj4.md (pj4_alu, pj4_alu_conds): Likewise.
1238         * config/aarch64/aarch64.md (*addsi3_aarch64, *addsi3_aarch64_uxtw,
1239         subsi3, *adddi3_aarch64, *subsi3_uxtw, subdi3, absdi2, neg<mode>2,
1240         *negsi2_uxtw, tlsle_small_<mode>): Rename type alu_reg to alu_sreg.
1241         (add<mode>3_compare0, *addsi3_compare0_uxtw, *add<mode>3nr_compare0,
1242         sub<mode>3_compare0, *compare_neg<mode>, *neg<mode>2_compare0,
1243         subsi3_compare0_uxtw, *negsi2_compare0_uxtw, *cmp<mode>): Rename type
1244         alus_reg to alus_sreg.
1246 2014-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1248         * real.c (encode_ieee_extended_motorola): Clear integer bit in the
1249         infinity format.
1251 2014-07-17  Richard Biener  <rguenther@suse.de>
1253         PR rtl-optimization/61801
1254         * sched-deps.c (sched_analyze_2): For ASM_OPERANDS and ASM_INPUT
1255         don't set reg_pending_barrier if it appears in a debug-insn.
1257 2014-07-16  DJ Delorie  <dj@redhat.com>
1259         * config/rx/rx.c (rx_option_override): Fix alignment values.
1260         (rx_align_for_label): Likewise.
1262 2014-07-17  Hans-Peter Nilsson  <hp@axis.com>
1264         PR target/61737.
1265         * config/cris/cris.c (TARGET_LEGITIMATE_CONSTANT_P)
1266         (TARGET_CANNOT_FORCE_CONST_MEM): Define.
1267         (cris_cannot_force_const_mem, cris_legitimate_constant_p): New
1268         functions.
1269         (cris_print_index, cris_print_operand, cris_constant_index_p)
1270         (cris_side_effect_mode_ok): Replace CONSTANT_P with CRIS_CONSTANT_P.
1271         (cris_address_cost): Ditto last CONSTANT_P.
1272         (cris_symbol_type_of): Rename from cris_pic_symbol_type_of.  All
1273         callers changed.  Yield cris_offsettable_symbol for non-PIC
1274         constant symbolic expressions including labels.  Yield cris_unspec
1275         for all unspecs.
1276         (cris_expand_pic_call_address): New parameter MARKERP.  Set its
1277         target to pic_offset_table_rtx for calls that will likely go
1278         through PLT, const0_rtx when they can't.  All callers changed.
1279         Assert flag_pic.  Use CONSTANT_P, not CONSTANT_ADDRESS_P, for
1280         symbolic expressions to be PICified.  Remove second, redundant,
1281         assert on can_create_pseudo_p returning non-zero.  Use
1282         replace_equiv_address_nv, not replace_equiv_address, for final
1283         operand update.
1284         * config/cris/cris.md ("movsi"): Move variable t to pattern
1285         toplevel. Adjust assert for new cris_symbol_type member.  Use
1286         CONSTANT_P instead of CONSTANT_ADDRESS_P.
1287         ("*movsi_internal") <case 9>: Make check for valid unspec operands
1288         for lapc stricter.
1289         <case CRIS_UNSPEC_PCREL, CRIS_UNSPEC_PLT_PCREL>: Clear condition codes.
1290         ("call", "call_value"): Use second incoming operand as a marker
1291         for pic-offset-table-register being used.
1292         ("*expanded_call_non_v32", "*expanded_call_v32")
1293         ("*expanded_call_value_non_v32", "*expanded_call_value_v32"): For
1294         second incoming operand to CALL, match cris_call_type_marker.
1295         ("*expanded_call_value_side"): Ditto.  Disable before reload_completed.
1296         ("*expanded_call_side"): Ditto.  Fix typo in comment.
1297         (moverside, movemside peepholes): Check for CRIS_CONSTANT_P, not
1298         CONSTANT_P.
1299         * config/cris/predicates.md ("cris_call_type_marker"): New predicate.
1300         * config/cris/cris.h (CRIS_CONSTANT_P): New macro.
1301         (enum cris_symbol_type): Rename from cris_pic_symbol_type.  All
1302         users changed.  Add members cris_offsettable_symbol and cris_unspec.
1303         (cris_symbol_type): Rename from cris_pic_symbol_type.
1304         * config/cris/constraints.md ("T"): Use CRIS_CONSTANT_P, not
1305         just CONSTANT_P.
1306         * config/cris/cris-protos.h (cris_symbol_type_of,
1307         cris_expand_pic_call_address): Adjust prototypes.
1308         (cris_legitimate_constant_p): New prototype.
1310         * config.gcc (crisv32-*-linux* | cris-*-linux*): Do not override
1311         an existing tmake_file.  Don't add t-slibgcc and t-linux.
1313 2014-07-17  Jason Merrill  <jason@redhat.com>
1315         PR c++/61623
1316         * symtab.c (symtab_remove_from_same_comdat_group): Also
1317         set_comdat_group to NULL_TREE.
1318         (verify_symtab): Fix diagnostic.
1320 2014-07-16  David Wohlferd  <dw@LimeGreenSocks.com>
1322         PR target/61662
1323         * config/i386/ia32intrin.h: Use __LP64__ to determine size of long.
1325 2014-07-16  Dodji Seketeli  <dodji@redhat.com>
1327         Support location tracking for built-in macro tokens
1328         * input.h (is_location_from_builtin_token): New function declaration.
1329         * input.c (is_location_from_builtin_token): New function definition.
1330         * toplev.c (general_init): Tell libcpp what the pre-defined
1331         spelling location for built-in tokens is.
1333 2014-07-16  Jakub Jelinek  <jakub@redhat.com>
1335         * omp-low.c (create_omp_child_function): Don't set DECL_NAMELESS
1336         on the FUNCTION_DECL.
1338 2014-07-16  Richard Biener  <rguenther@suse.de>
1340         PR other/61782
1341         * doc/extend.texi (always_inline): Clarify.
1343 2014-07-15  Eric Christopher  <echristo@gmail.com>
1345         * doc/invoke.texi (Link Options): Document -z option.
1347 2014-07-15  Uros Bizjak  <ubizjak@gmail.com>
1349         * config/alpha/alpha.c (alpha_atomic_assign_expand_fenv): New.
1350         (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New define.
1352 2014-07-15  Jan Hubicka  <hubicka@ucw.cz>
1354         * fold-const.c (fold_checksum_tree): Fix typo in previous patch.
1356 2014-07-15  Bernd Schmidt  <bernds@codesourcery.com>
1358         * asan.c (asan_finish_file): Use varpool_finalize_decl instead of
1359         varpool_assemble_decl.
1360         * varpool.c (varpool_assemble_decl): Assert that node->definition is
1361         true.
1363 2014-07-15  Michael Matz  <matz@suse.de>
1365         PR rtl-optimization/61772
1366         * ifcvt.c (dead_or_predicable): Check jump to be free of side effects.
1368 2014-07-15  Richard Biener  <rguenther@suse.de>
1370         * opts.c (default_options_table): Disable bit-ccp at -Og.
1372 2014-07-14  Jan Hubicka  <hubicka@ucw.cz>
1374         * fold-const.c (fold_checksum_tree): Move checking of DECL_RESULT.
1376 2014-07-14  Jan Hubicka  <hubicka@ucw.cz>
1378         * tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL,
1379         NAMESPACE_DECL, IMPORTED_DECL and NAMELIST_DECL;
1380         call langhook for unknown declaration.
1381         (find_decls_types_r): Do not walk DECL_ARGUMENT_FLD.
1382         * tree.h (DECL_ARGUMENTS): Update.
1383         * print-tree.c (print_node): Update.
1384         * tree-core.h (tree_decl_non_common): Remove arguments.
1385         (tree_function_decl): Add arguments.
1387 2014-07-14  Richard Earnshaw  <rearnsha@arm.com>
1389         * aarch64.md (add_losym_<mode>): Set type to alu_imm.
1391 2014-07-14  Richard Biener  <rguenther@suse.de>
1393         PR tree-optimization/61779
1394         * tree-ssa-copy.c (copy_prop_visit_cond_stmt): Always try
1395         simplifying a condition.
1397 2014-07-14  Richard Biener  <rguenther@suse.de>
1399         * builtins.c (c_strlen): Make only_value == 2 really only
1400         affect warning generation.
1402 2014-07-14  Richard Biener  <rguenther@suse.de>
1404         PR tree-optimization/61757
1405         PR tree-optimization/61783
1406         PR tree-optimization/61787
1407         * tree-ssa-dom.c (record_equality): Revert canonicalization
1408         change and add comment.
1409         (propagate_rhs_into_lhs): Revert previous fix, removing
1410         loop depth restriction again.
1412 2014-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1414         * config/arm/cortex-a15.md (cortex_a15_alu): Handle clz, rbit.
1415         * config/arm/cortex-a5.md (cortex_a5_alu): Likewise.
1416         * config/arm/cortex-a53.md (cortex_a53_alu): Likewise.
1417         * config/arm/cortex-a7.md (cortex_a7_alu_reg): Likewise.
1418         * config/arm/cortex-a9.md (cortex_a9_dp): Likewise.
1419         * config/arm/cortex-m4.md (cortex_m4_alu): Likewise.
1420         * config/arm/cortex-r4.md (cortex_r4_alu): Likewise.
1422 2014-07-14  Richard Biener  <rguenther@suse.de>
1424         * cgraph.h (decl_in_symtab_p): Make inline.
1426 2014-07-14  Jakub Jelinek  <jakub@redhat.com>
1428         PR middle-end/61294
1429         * doc/invoke.texi (-Wmemset-transposed-args): Document.
1431         PR target/61656
1432         * config/i386/i386.c (classify_argument): Don't merge classes above
1433         number of words.
1435 2014-07-13  Jan Hubicka  <hubicka@ucw.cz>
1437         * cgraph.h (symtab_node): Add nonzero_address.
1438         (decl_in_symtab_p): Break out from ...
1439         (symtab_get_node): ... here.
1440         * fold-const.c: Include cgraph.h
1441         (tree_single_nonzero_warnv_p): Use symtab to determine
1442         if symbol is non-zero.
1443         * symtab.c (symtab_node::nonzero_address): New method.
1445 2014-07-12  Jan Hubicka  <hubicka@ucw.cz>
1447         * ipa-devirt.c (odr_subtypes_equivalent_p): Disable temporary hack
1448         forgotten in previous commit.
1450 2014-07-12  Jan Hubicka  <hubicka@ucw.cz>
1452         * tree.c (type_in_anonymous_namespace_p): Ignore TREE_PUBLIC
1453         on builtin types.
1454         * ipa-devirt.c: Include stor-layout.h and intl.h
1455         (odr_subtypes_equivalent_p): New function.
1456         (warn_odr): New function.
1457         (warn_type_mismatch): New function.
1458         (odr_types_equivalent_p): New function.
1459         (add_type_duplicate): Use it.
1460         * common.opt (Wodr): New flag.
1461         * doc/invoke.texi (Wodr): Document new warning.
1463 2014-07-12  Jan Hubicka  <hubicka@ucw.cz>
1465         * timevar.def (TV_IPA_LTO_DECL_INIT_IO): Remove.
1466         (TV_IPA_LTO_CTORS_IN, TV_IPA_LTO_CTORS_OUT): New timevar.
1467         * cgraph.c (cgraph_get_body): Push GIMPLE_IN timevar.
1468         (varpool_get_constructor): Push CTORS_IN timevar.
1469         * lto-streamer-out.c (lto_output): Push TV_IPA_LTO_CTORS_OUT timevar.
1471 2014-07-12  Uros Bizjak  <ubizjak@gmail.com>
1473         * config/i386/i386-builtin-types.def: Add USHORT_FTYPE_VOID.
1474         Remove VOID_FTYPE_PUSHORT.
1475         * config/i386/i386.c (bdesc_special_args) <__builtin_ia32_fnstsw>:
1476         Change code to USHORT_FTYPE_VOID.
1477         (ix86_expand_special_args_builtin): Handle USHORT_FTYPE_VOID.
1478         (ix86_expand_builtin): Remove IX86_BUILTIN_FNSTSW handling.
1479         (ix86_atomic_assign_expand_fenv): Update for
1480         __builtin_ia32_fnstsw changes.
1481         * config/i386/i386.md (x86_fnstsw_1): Set length unconditionally to 2.
1482         (fnstsw): Change operand 0 to nonimmediate operand.
1484 2014-07-11  Jan Hubicka  <hubicka@ucw.cz>
1486         * vapool.c: Include tree-ssa-alias.h, gimple.h and lto-streamer.h
1487         (varpool_get_constructor): New function.
1488         (varpool_ctor_useable_for_folding_p): Break out from ...
1489         (ctor_for_folding): ... here; use varpool_get_constructor.
1490         (varpool_assemble_decl): Likewise.
1491         * lto-streamer.h (struct output_block): Turn cgraph_node
1492         to symbol filed.
1493         (lto_input_variable_constructor): Declare.
1494         * ipa-visibility.c (function_and_variable_visibility): Use
1495         varpool_get_constructor.
1496         * cgraph.h (varpool_get_constructor): Declare.
1497         (varpool_ctor_useable_for_folding_p): New function.
1498         * lto-streamer-out.c (get_symbol_initial_value): Take encoder
1499         parameter; return error_mark_node for non-trivial constructors.
1500         (lto_write_tree_1, DFS_write_tree): Update use of
1501         get_symbol_initial_value.
1502         (output_function): Update initialization of symbol.
1503         (output_constructor): New function.
1504         (copy_function): Rename to ..
1505         (copy_function_or_variable): ... this one; handle vars too.
1506         (lto_output): Output variable sections.
1507         * lto-streamer-in.c (input_constructor): New function.
1508         (lto_read_body): Rename from ...
1509         (lto_read_body_or_constructor): ... this one; handle vars too.
1510         (lto_input_variable_constructor): New function.
1511         * ipa-prop.c (ipa_prop_write_jump_functions,
1512         ipa_prop_write_all_agg_replacement): Update.
1513         * lto-cgraph.c (compute_ltrans_boundary): Use it.
1514         (output_cgraph_opt_summary): Set symbol to NULL.
1516 2014-07-11  Jan Hubicka  <hubicka@ucw.cz>
1518         * ipa-prop.c (ipa_binfo_from_known_type_jfunc): In LTO do not walk
1519         non-polymorphic types.
1520         * ipa-cp.c (ipa_get_jf_ancestor_result): Likewise.
1521         * ipa-devirt.c (types_same_for_odr): Do not explode when one
1522         of types is not polymorphic.
1524 2014-07-11  Vladimir Makarov  <vmakarov@redhat.com>
1526         * lra-constraints.c (remove_inheritance_pseudos): Process
1527         destination pseudo too.
1529 2014-07-11  Rong Xu  <xur@google.com>
1531         * gcov-tool.c (gcov_output_files): Fix build error introduced in
1532         commit r212448.
1534 2014-07-11  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
1536         * config/avr/avr-arch.h (avr_mcu_t): Add text section start attribute.
1537         * config/avr/avr-devices.c (AVR_MCU): Same.
1538         (avr_mcu_types): add text start value to end of device list.
1539         * config/avr/avr-mcus.def: Add text section start for all devices.
1540         (ata5782): Add new avr5 device.
1541         (ata5831): Same.
1542         * config/avr/avr-tables.opt: Regenerate.
1543         * config/avr/avr.h: Add declaration for text section start handler.
1544         (EXTRA_SPEC_FUNCTIONS): Add text section start handler to
1545         SPEC functions.
1546         (LINK_SPEC): Include text section start handler to linker spec.
1547         * config/avr/driver-avr.c (avr_device_to_text_start): New function to
1548         pass -Ttext option to linker if the text section start for the device
1549         is not zero.
1550         * config/avr/t-multilib: Regenerate.
1551         * doc/avr-mmcu.texi: Regenerate.
1553 2014-07-11  David Edelsohn  <dje.gcc@gmail.com>
1555         * config/rs6000/aix51.h (LINK_SPEC): Remove -bnodelcsect.
1556         * config/rs6000/aix52.h (LINK_SPEC): Same.
1557         * config/rs6000/aix53.h (LINK_SPEC): Same.
1558         * config/rs6000/aix61.h (LINK_SPEC): Same.
1559         * config/rs6000/xcoff.h (MAKE_DECL_ONE_ONLY): Define.
1561 2014-07-11  Roman Gareev  <gareevroman@gmail.com>
1563         * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): New function.
1564         (graphite_verify): New function.
1565         (ivs_params_clear): New function.
1566         (gcc_expression_from_isl_ast_expr_id): New function.
1567         (gcc_expression_from_isl_expr_int): New function.
1568         (binary_op_to_tree): New function.
1569         (ternary_op_to_tree): New function.
1570         (unary_op_to_tree): New function.
1571         (nary_op_to_tree): New function.
1572         (gcc_expression_from_isl_expr_op): New function.
1573         (gcc_expression_from_isl_expression): New function.
1574         (graphite_create_new_loop): New function.
1575         (translate_isl_ast_for_loop): New function.
1576         (get_upper_bound): New function.
1577         (graphite_create_new_loop_guard): New function.
1578         (translate_isl_ast_node_for): New function.
1579         (translate_isl_ast): New function.
1580         (add_parameters_to_ivs_params): New function.
1581         (scop_to_isl_ast): New parameter ip.
1582         (graphite_regenerate_ast_isl): Add generation of GIMPLE code.
1584 2014-07-11  Jan Hubicka  <hubicka@ucw.cz>
1586         * config/xtensa/predicates.md (call expander): Update for
1587         DECL_SECTION_NAME being string.
1589 2014-07-11  Richard Biener  <rguenther@suse.de>
1591         PR middle-end/61473
1592         * builtins.c (fold_builtin_memory_op): Inline memory moves that
1593         can be implemented with a single load followed by a single store.
1594         (c_strlen): Only warn when only_value is not 2.
1596 2014-07-11  Evgeny Stupachenko  <evstupac@gmail.com>
1598         * config/i386/i386.c (expand_vec_perm_pblendv): Disable for AVX.
1600 2014-07-11  Marat Zakirov  <m.zakirov@samsung.com>
1602         PR target/61561
1603         * config/arm/arm.md (*movhi_insn_arch4): Handle stack pointer.
1604         (*movhi_bytes): Likewise.
1605         (*arm_movqi_insn): Likewise.
1607 2014-07-11  Uros Bizjak  <ubizjak@gmail.com>
1609         PR target/56858
1610         * config/alpha/alpha.c: Include tree-pass.h, context.h
1611         and pass_manager.h.
1612         (pass_data_handle_trap_shadows): New pass.
1613         (pass_handle_trap_shadows::gate): New pass gate function.
1614         (make_pass_handle_trap_shadows): New function.
1615         (rest_of_handle_trap_shadows): Ditto.
1617         (alpha_align_insns_1): Rename from alpha_align_insns.
1618         (pass_data_align_insns): New pass.
1619         (pass_align_insns::gate): New pass gate function.
1620         (make_pass_aling_insns): New function.
1621         (rest_of_align_insns): Ditto.
1622         (alpha_align_insns): Ditto.
1624         (alpha_option_override): Declare handle_trap_shadows info
1625         and align_insns_info.  Register handle_trap_shadows and align_insns
1626         passes here.
1627         (alpha_reorg): Do not call alpha_trap_shadows and
1628         alpha_align_insn from here.
1630         (alpha_pad_function_end): Do not skip BARRIERs.
1632 2014-07-10  Rong Xu  <xur@google.com>
1634         Add gcov-tool: an offline gcda profile processing tool support.
1635         * gcov-io.c (gcov_position): Make avaialble to gcov-tool.
1636         (gcov_is_error): Ditto.
1637         (gcov_read_string): Ditto.
1638         (gcov_read_sync): Ditto.
1639         * gcov-io.h: Move counter defines to gcov-counter.def.
1640         * gcov-dump.c (tag_counters): Use gcov-counter.def.
1641         * coverage.c: Ditto.
1642         * gcov-tool.c: Offline gcda profile processing tool.
1643         (unlink_gcda_file): Remove one gcda file.
1644         (unlink_profile_dir): Remove gcda files from the profile path.
1645         (gcov_output_files): Output gcda files to an output dir.
1646         (profile_merge): Merge two profiles in directory.
1647         (print_merge_usage_message): Print merge usage.
1648         (merge_usage): Print merge usage and exit.
1649         (do_merge): Driver for profile merge sub-command.
1650         (profile_rewrite): Rewrite profile.
1651         (print_rewrite_usage_message): Print rewrite usage.
1652         (rewrite_usage): Print rewrite usage and exit.
1653         (do_rewrite): Driver for profile rewrite sub-command.
1654         (print_usage): Print gcov-info usage and exit.
1655         (print_version): Print gcov-info version.
1656         (process_args): Process arguments.
1657         (main): Main routine for gcov-tool.
1658         * Makefile.in: Build and install gcov-tool.
1659         * gcov-counter.def: New file split from gcov-io.h.
1660         * doc/gcc.texi: Include gcov-tool.texi.
1661         * doc/gcov-tool.texi: Document for gcov-tool.
1663 2014-07-10  Richard Biener  <rguenther@suse.de>
1665         PR tree-optimization/61757
1666         * tree-ssa-dom.c (loop_depth_of_name): Restore.
1667         (propagate_rhs_into_lhs): Revert part of last change.
1669 2014-07-10  Thomas Schwinge  <thomas@codesourcery.com>
1671         * fold-const.c (fold_checksum_tree): Look at DECL_VINDEX only for
1672         FUNCTION_DECLs.
1674 2014-07-10  Eric Botcazou  <ebotcazou@adacore.com>
1676         PR middle-end/53590
1677         * function.c (allocate_struct_function): Revert r188667 change.
1679         * gimple-low.c (lower_builtin_setjmp): Use properly-typed constant.
1681 2014-07-10  Tom G. Christensen  <tgc@jupiterrise.com>
1683         * doc/install.texi: Remove links to defunct package providers for
1684         Solaris.
1686 2014-07-09  Tom de Vries  <tom@codesourcery.com>
1688         * final.c (get_call_fndecl): Declare.
1689         (self_recursive_call_p): New function.
1690         (collect_fn_hard_reg_usage): Handle self-recursive function calls.
1692 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
1694         * ipa-devirt.c (record_node): Walk through aliases.
1696 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
1698         * lto-streamer-out.c (hash_scc): Avoid quadratic hashing loop.
1700 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
1702         Revert:
1703         * stor-layout.c (finish_builtin_struct): Copy fields into the variants.
1705 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
1707         * ipa-visibility.c (function_and_variable_visibility): Remove
1708         temporary hack disabling local aliases on AIX.
1710 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
1712         * ipa-cp.c (devirtualization_time_bonus): Walk through aliases.
1713         * ipa-inline-analysis.c (estimate_edge_devirt_benefit): Likewise.
1715 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
1717         * rs6000/rs6000-protos.h (rs6000_xcoff_declare_object_name): Declare.
1718         * rs6000/rs6000.c: Inline output of .set instruction.
1719         (declare_alias_data): New struct.
1720         (rs6000_declare_alias): New function.
1721         (rs6000_xcoff_declare_function_name): Use it.
1722         (rs6000_xcoff_declare_object_name): New function.
1723         * config/rs6000/xcoff.h: Define ASM_DECLARE_OBJECT_NAME.
1724         (ASM_OUTPUT_DEF): Turn to empty definition.
1726 2014-07-08  Trevor Saunders  <tsaunders@mozilla.com>
1728         PR bootstrap/61679
1729         * hash-table.h: use hash_table::value_type instead of
1730         Descriptor::value_type in the return types of several methods.
1732 2014-07-08  Trevor Saunders  <tsaunders@mozilla.com>
1734         * tree-pass.h (pass_data): Remove has_execute member.
1735         * passes.c (execute_one_pass): Don't check pass->has_execute.
1736         * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
1737         cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
1738         compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
1739         config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
1740         config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
1741         config/sh/sh_optimize_sett_clrt.cc, config/sh/sh_treg_combine.cc,
1742         config/sparc/sparc.c, cprop.c, cse.c, dce.c, df-core.c, dse.c,
1743         dwarf2cfi.c, except.c, final.c, function.c, fwprop.c, gcse.c,
1744         gimple-low.c, gimple-ssa-isolate-paths.c,
1745         gimple-ssa-strength-reduction.c, graphite.c, ifcvt.c, init-regs.c,
1746         ipa-comdats.c, ipa-cp.c, ipa-devirt.c, ipa-inline-analysis.c,
1747         ipa-inline.c, ipa-profile.c, ipa-pure-const.c, ipa-reference.c,
1748         ipa-split.c, ipa-visibility.c, ipa.c, ira.c, jump.c, loop-init.c,
1749         lower-subreg.c, mode-switching.c, modulo-sched.c, omp-low.c, passes.c,
1750         postreload-gcse.c, postreload.c, predict.c, recog.c, ree.c,
1751         reg-stack.c, regcprop.c, reginfo.c, regrename.c, reorg.c, sched-rgn.c,
1752         stack-ptr-mod.c, store-motion.c, tracer.c, trans-mem.c,
1753         tree-call-cdce.c, tree-cfg.c, tree-cfgcleanup.c, tree-complex.c,
1754         tree-eh.c, tree-emutls.c, tree-if-conv.c, tree-into-ssa.c,
1755         tree-loop-distribution.c, tree-nrv.c, tree-object-size.c,
1756         tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
1757         tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
1758         tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
1759         tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
1760         tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
1761         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
1762         tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
1763         tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
1764         tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
1765         tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
1766         tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
1767         tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c,
1768         web.c: Remove initializer for pass_data::has_execute.
1770 2014-07-08  Trevor Saunders  <tsaunders@mozilla.com>
1772         * graphite-htab.h: Use hash_map instead of hash_table.
1773         * graphite-clast-to-gimple.c: Adjust.
1774         * passes.c: Use hash_map instead of hash_table.
1775         * sese.c: Likewise.
1776         * sese.h: Remove now unused code.
1778 2014-07-08  Sriraman Tallam  <tmsriram@google.com>
1780         PR target/61599
1781         * config/i386/i386.c (ix86_in_large_data_p): Check for size less
1782         than zero.
1784 2014-07-08  Jakub Jelinek  <jakub@redhat.com>
1786         PR rtl-optimization/61673
1787         * combine.c (simplify_comparison): Test just mode's sign bit
1788         in tmode rather than the sign bit and any bits above it.
1790 2014-07-08  Roman Gareev  <gareevroman@gmail.com>
1792         * graphite-isl-ast-to-gimple.c (generate_isl_context):
1793         Add __isl_give to the declaration.
1794         (generate_isl_schedule): Likewise.
1795         (scop_to_isl_ast): Likewise.
1797 2014-07-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1799         * config/arm/arm.c (cortexa5_extra_costs): New table.
1800         (arm_cortex_a5_tune): Use cortexa5_extra_costs.
1802 2014-07-08  Jakub Jelinek  <jakub@redhat.com>
1804         PR tree-optimization/61725
1805         * tree-vrp.c (extract_range_basic): Don't assume vr0 is unsigned
1806         range, use range_includes_zerop_p instead of integer_zerop on
1807         vr0->min, only use log2 of max if min is not negative.
1809 2014-07-08  Richard Biener  <rguenther@suse.de>
1811         * tree-ssa-dom.h (loop_depth_of_name): Remove.
1812         * tree-ssa-dom.c (record_equivalences_from_phis): Remove
1813         restriction on loop depth difference.
1814         (record_equality): Likewise.
1815         (propagate_rhs_into_lhs): Likewise.  Simplify condition.
1816         (loop_depth_of_name): Remove.
1817         * tree-ssa-copy.c (copy_prop_visit_phi_node): Remove
1818         restriction on loop depth difference.
1819         (init_copy_prop): Likewise.
1821 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
1823         * tree-ssa-alias.c (walk_aliased_vdefs_1): Add FUNCTION_ENTRY_REACHED
1824         parameter.
1825         (walk_aliased_vdefs): Likewise.
1826         * tree-ssa-alias.h (walk_aliased_vdefs): Likewise.
1827         * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Skip clobbers
1828         (detect_type_change_from_memory_writes): Check if entry was reached.
1830 2014-07-08  Richard Biener  <rguenther@suse.de>
1832         PR tree-optimization/61681
1833         * tree-ssa-structalias.c (find_what_var_points_to): Expand
1834         NONLOCAL inside ESCAPED.
1836 2014-07-08  Richard Biener  <rguenther@suse.de>
1838         PR tree-optimization/61680
1839         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
1840         Handle properly all read-write dependences with group accesses.
1842 2014-07-08  Yuri Rumyantsev  <ysrumyan@gmail.com>
1844         PR tree-optimization/61576
1845         * tree-if-conv.c (is_cond_scalar_reduction): Add check that basic
1846         block containing reduction statement is predecessor of phi basi block.
1848 2014-07-08  Marek Polacek  <polacek@redhat.com>
1850         PR c/60226
1851         * fold-const.c (round_up_loc): Change the parameter type.
1852         Remove assert.
1853         * fold-const.h (round_up_loc): Adjust declaration.
1854         * stor-layout.c (finalize_record_size): Check for too large types.
1856 2014-07-07  Jan Hubicka  <hubicka@ucw.cz>
1858         * symtab.c: Include calls.h.
1859         (symtab_nonoverwritable_alias_1): Check sanity of the local alias.
1861 2014-07-07  Maciej W. Rozycki  <macro@codesourcery.com>
1863         * config/rs6000/rs6000.c (output_vec_const_move): Handle
1864         little-endian code generation.
1865         * config/rs6000/spe.md (spe_evmergehi): Rename to...
1866         (vec_perm00_v2si): ... this.  Handle little-endian code generation.
1867         (spe_evmergehilo): Rename to...
1868         (vec_perm01_v2si): ... this.  Handle little-endian code generation.
1869         (spe_evmergelo): Rename to...
1870         (vec_perm11_v2si): ... this.  Handle little-endian code generation.
1871         (spe_evmergelohi): Rename to...
1872         (vec_perm10_v2si): ... this.  Handle little-endian code generation.
1873         (spe_evmergehi, spe_evmergehilo): New expanders.
1874         (spe_evmergelo, spe_evmergelohi): Likewise.
1875         (*frob_<SPE64:mode>_<DITI:mode>): Handle little-endian code generation.
1876         (*frob_tf_ti): Likewise.
1877         (*frob_<mode>_di_2): Likewise.
1878         (*frob_tf_di_8_2): Likewise.
1879         (*frob_di_<mode>): Likewise.
1880         (*frob_ti_tf): Likewise.
1881         (*frob_<DITI:mode>_<SPE64:mode>_2): Likewise.
1882         (*frob_ti_<mode>_8_2): Likewise.
1883         (*frob_ti_tf_2): Likewise.
1884         (mov_si<mode>_e500_subreg0): Rename to...
1885         (mov_si<mode>_e500_subreg0_be): ... this.  Restrict to the big
1886         endianness only.
1887         (*mov_si<mode>_e500_subreg0_le): New instruction pattern.
1888         (*mov_si<mode>_e500_subreg0_elf_low): Rename to...
1889         (*mov_si<mode>_e500_subreg0_elf_low_be): ... this.  Restrict to
1890         the big endianness only.
1891         (*mov_si<mode>_e500_subreg0_elf_low_le): New instruction pattern.
1892         (*mov_si<mode>_e500_subreg0_2): Rename to...
1893         (*mov_si<mode>_e500_subreg0_2_be): ... this.  Restrict to the
1894         big big endianness only.
1895         (*mov_si<mode>_e500_subreg0_2_le): New instruction pattern.
1896         (*mov_si<mode>_e500_subreg4): Rename to...
1897         (*mov_si<mode>_e500_subreg4_be): ... this.  Restrict to the big
1898         endianness only.
1899         (mov_si<mode>_e500_subreg4_le): New instruction pattern.
1900         (*mov_si<mode>_e500_subreg4_elf_low): Rename to...
1901         (*mov_si<mode>_e500_subreg4_elf_low_be): ... this.  Restrict to
1902         the big endianness only.
1903         (*mov_si<mode>_e500_subreg4_elf_low_le): New instruction/splitter
1904         pattern.
1905         (*mov_si<mode>_e500_subreg4_2): Rename to...
1906         (*mov_si<mode>_e500_subreg4_2_be): ... this.  Restrict to the big
1907         endianness only.
1908         (*mov_si<mode>_e500_subreg4_2_le): New instruction pattern.
1909         (*mov_sitf_e500_subreg8): Rename to...
1910         (*mov_sitf_e500_subreg8_be): ... this.  Restrict to the big
1911         endianness only.
1912         (*mov_sitf_e500_subreg8_le): New instruction pattern.
1913         (*mov_sitf_e500_subreg8_2): Rename to...
1914         (*mov_sitf_e500_subreg8_2_be): ... this.  Restrict to the big
1915         endianness only.
1916         (*mov_sitf_e500_subreg8_2_le): New instruction pattern.
1917         (*mov_sitf_e500_subreg12): Rename to...
1918         (*mov_sitf_e500_subreg12_be): ... this.  Restrict to the big
1919         endianness only.
1920         (*mov_sitf_e500_subreg12_le): New instruction pattern.
1921         (*mov_sitf_e500_subreg12_2): Rename to...
1922         (*mov_sitf_e500_subreg12_2_be): ... this.  Restrict to the big
1923         endianness only.
1924         (*mov_sitf_e500_subreg12_2_le): New instruction pattern.
1926 2014-07-07  Max Ostapenko  <m.ostapenko@partner.samsung.com>
1928         * asan.c (instrument_strlen_call): Do not instrument first byte
1929         in strlen if already instrumented.
1931 2014-07-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1933         * config/arm/arm.opt (mwords-little-endian): Delete.
1934         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Remove handling
1935         of TARGET_LITTLE_WORDS.
1936         (WORDS_BIG_ENDIAN): Define to BYTES_BIG_ENDIAN.
1937         * config/arm/arm.c (arm_option_override): Remove TARGET_LITTLE_WORDS
1938         warning.
1939         * doc/invoke.texi: Remove references to -mwords-little-endian.
1941 2014-07-07  Jakub Jelinek  <jakub@redhat.com>
1943         * expmed.c (struct init_expmed_rtl): Change all fields but
1944         pow2 and cint from struct rtx_def to rtx.
1945         (init_expmed_one_conv, init_expmed_one_mode): Adjust for that change.
1946         (init_expmed): Likewise.  Allocate all the 18 rtxes and ggc_free them
1947         at the end again.
1949 2014-07-06  Marek Polacek  <polacek@redhat.com>
1951         PR c/6940
1952         * doc/invoke.texi: Document -Wsizeof-array-argument.
1954 2014-07-05  Gerald Pfeifer  <gerald@pfeifer.com>
1956         * wide-int.h (wide_int_storage): Change declaration from struct
1957         to class.
1959 2014-07-05  Jan Hubicka  <hubicka@ucw.cz>
1961         * cgraph.c (cgraph_create_indirect_edge): Update call of
1962         get_polymorphic_call_info.
1963         * ipa-utils.h (get_polymorphic_call_info): Add parameter CALL.
1964         (possible_polymorphic_call_targets): Add parameter call.
1965         (decl_maybe_in_construction_p): New predicate.
1966         (get_polymorphic_call_info): Add parameter call;
1967         use decl_maybe_in_construction_p.
1968         * gimple-fold.c (fold_gimple_assign): Update use of
1969         possible_polymorphic_call_targets.
1970         (gimple_fold_call): Likewise.
1971         * ipa-prop.c: Inlcude calls.h
1972         (ipa_binfo_from_known_type_jfunc): Check that known type is record.
1973         (param_type_may_change_p): New predicate.
1974         (detect_type_change_from_memory_writes): Break out from ...
1975         (detect_type_change): ... this one; use param_type_may_change_p.
1976         (detect_type_change_ssa): Use param_type_may_change_p.
1977         (compute_known_type_jump_func): Use decl_maybe_in_construction_p.
1979 2014-07-05  Charles Baylis  <charles.baylis@linaro.org>
1981         PR target/49423
1982         * config/arm/arm-protos.h (arm_legitimate_address_p,
1983         arm_is_constant_pool_ref): Add prototypes.
1984         * config/arm/arm.c (arm_legitimate_address_p): Remove static.
1985         (arm_is_constant_pool_ref) New function.
1986         * config/arm/arm.md (unaligned_loadhis, arm_zero_extendhisi2_v6,
1987         arm_zero_extendqisi2_v6): Use Uh constraint for memory operand.
1988         (arm_extendhisi2, arm_extendhisi2_v6): Use Uh constraint for memory
1989         operand. Remove pool_range and neg_pool_range attributes.
1990         (arm_extendqihi_insn, arm_extendqisi, arm_extendqisi_v6): Remove
1991         pool_range and neg_pool_range attributes.
1992         * config/arm/constraints.md (Uh): New constraint.
1993         (Uq): Don't allow constant pool references.
1995 2014-07-04  James Greenhalgh  <james.greenhalgh@arm.com>
1997         * config/aarch64/aarch64-simd.md (move_lo_quad_internal_<mode>): New.
1998         (move_lo_quad_internal_be_<mode>): Likewise.
1999         (move_lo_quad_<mode>): Convert to define_expand.
2000         (aarch64_simd_move_hi_quad_<mode>): Gate on BYTES_BIG_ENDIAN.
2001         (aarch64_simd_move_hi_quad_be_<mode>): New.
2002         (move_hi_quad_<mode>): Use appropriate insn for BYTES_BIG_ENDIAN.
2003         (aarch64_combinez<mode>): Gate on BYTES_BIG_ENDIAN.
2004         (aarch64_combinez_be<mode>): New.
2005         (aarch64_combine<mode>): Convert to define_expand.
2006         (aarch64_combine_internal<mode>): New.
2007         (aarch64_simd_combine<mode>): Remove bogus RTL description.
2009 2014-07-04  Tom de Vries  <tom@codesourcery.com>
2011         * doc/md.texi (@subsection Constraint Modifier Characters): Clarify
2012         combination of earlyclobber and read/write modifiers.
2014 2014-07-04  Tom de Vries  <tom@codesourcery.com>
2016         * config/aarch64/aarch64-simd.md
2017         (define_insn "vec_unpack_trunc_<mode>"): Fix constraint.
2019 2014-07-04  Richard Earnshaw  <rearnsha@arm.com>
2021         PR target/61714
2022         * config/aarch64/aarch64.h (OPTION_DEFAULT_SPECS): Define.
2024 2014-07-04  Jakub Jelinek  <jakub@redhat.com>
2026         PR middle-end/61654
2027         * cgraphunit.c (expand_thunk): Call free_dominance_info.
2029         PR tree-optimization/61684
2030         * tree-ssa-ifcombine.c (recognize_single_bit_test): Make sure
2031         rhs1 of conversion is a SSA_NAME before using SSA_NAME_DEF_STMT on it.
2033 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
2034             Kito Cheng  <kito@0xlab.org>
2035             Monk Chiang  <sh.chiang04@gmail.com>
2037         * config/nds32/nds32.c (nds32_have_prologue_p): Move to ...
2038         (nds32_symbol_load_store_p): Move to ...
2039         (nds32_fp_as_gp_check_available): Move to ...
2040         * config/nds32/nds32-fp-as-gp.c: ... here.
2041         * config/nds32/nds32-protos.h (nds32_symbol_load_store_p): Remove
2042         extern declaration.
2044 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
2045             Kito Cheng  <kito@0xlab.org>
2046             Monk Chiang  <sh.chiang04@gmail.com>
2048         * config/nds32/nds32.c (nds32_expand_load_multiple): Move to ...
2049         (nds32_expand_store_multiple): Move to ...
2050         (nds32_expand_movmemqi): Move to ...
2051         * config/nds32/nds32-memory-manipulation.c: ... here.
2053 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
2054             Kito Cheng  <kito@0xlab.org>
2055             Monk Chiang  <sh.chiang04@gmail.com>
2057         * config/nds32/nds32.c (nds32_byte_to_size): Move to ...
2058         (nds32_output_casesi_pc_relative): Move to ...
2059         (nds32_output_casesi): Move to ...
2060         (nds32_mem_format): Move to ...
2061         (nds32_output_16bit_store): Move to ...
2062         (nds32_output_16bit_load): Move to ...
2063         (nds32_output_32bit_store): Move to ...
2064         (nds32_output_32bit_load): Move to ...
2065         (nds32_output_32bit_load_s): Move to ...
2066         (nds32_output_stack_push): Move to ...
2067         (nds32_output_stack_pop): Move to ...
2068         * config/nds32/nds32-md-auxiliary.c: ... here.
2070 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
2071             Ling-Hua Tseng  <uranus@tinlans.org>
2073         * config/nds32/nds32-pipelines-auxiliary.c: Add comment to describe
2074         the purpose of this file.
2076 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
2077             Kito Cheng  <kito@0xlab.org>
2078             Monk Chiang  <sh.chiang04@gmail.com>
2080         * config/nds32/nds32.c (nds32_rtx_costs): Move implementation to ...
2081         (nds32_address_cost): Move implementation to ...
2082         * config/nds32/nds32-cost.c: ... here.
2083         * config/nds32/nds32-protos.h (nds32_rtx_costs_impl): Declare.
2084         (nds32_address_cost_impl): Declare.
2086 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
2087             Kito Cheng  <kito@0xlab.org>
2088             Monk Chiang  <sh.chiang04@gmail.com>
2090         * config/nds32/nds32.c
2091         (nds32_consecutive_registers_load_store_p): Move to ...
2092         (nds32_valid_multiple_load_store): Move to ...
2093         (nds32_valid_stack_push_pop): Move to ...
2094         (nds32_can_use_bclr_p): Move to ...
2095         (nds32_can_use_bset_p): Move to ...
2096         (nds32_can_use_btgl_p): Move to ...
2097         (nds32_can_use_bitci_p): Move to ...
2098         * config/nds32/nds32-predicates.c: ... here.
2100 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
2101             Kito Cheng  <kito@0xlab.org>
2102             Monk Chiang  <sh.chiang04@gmail.com>
2104         * config/nds32/nds32.c
2105         (nds32_expand_builtin_null_ftype_reg): Move to ...
2106         (nds32_expand_builtin_reg_ftype_imm): Move to ...
2107         (nds32_expand_builtin_null_ftype_reg_imm): Move to ...
2108         (nds32_init_builtins): Move implementation to ...
2109         (nds32_expand_builtin): Move implementation to ...
2110         * config/nds32/nds32-intrinsic.c: ... here.
2111         * config/nds32/nds32-protos.h (nds32_init_builtins_impl): Declare.
2112         (nds32_expand_builtin_impl): Declare.
2114 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
2115             Kito Cheng  <kito@0xlab.org>
2116             Monk Chiang  <sh.chiang04@gmail.com>
2118         * config/nds32/nds32.c (nds32_emit_section_head_template): Move to ...
2119         (nds32_emit_section_tail_template): Move to ...
2120         (nds32_emit_isr_jmptbl_section): Move to ...
2121         (nds32_emit_isr_vector_section): Move to ...
2122         (nds32_emit_isr_reset_conten): Move to ...
2123         (nds32_check_isr_attrs_conflict): Move to ...
2124         (nds32_construct_isr_vectors_information): Move to ...
2125         (nds32_asm_file_start): Move implementation to ...
2126         (nds32_asm_file_end): Move implementation to ...
2127         * config/nds32/nds32-isr.c: ... here.
2128         * config/nds32/nds32-protos.h
2129         (nds32_check_isr_attrs_conflict): Declare.
2130         (nds32_construct_isr_vectors_information): Declare.
2131         (nds32_asm_file_start_for_isr): Declare.
2132         (nds32_asm_file_end_for_isr): Declare.
2134 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
2135             Kito Cheng  <kito@0xlab.org>
2136             Monk Chiang  <sh.chiang04@gmail.com>
2138         * config.gcc (nds32*): Add new modules to extra_objs.
2139         (nds32le-*-*): Use t-nds32 makefile fragment for new modules.
2140         (nds32be-*-*): Likewise.
2141         * config/nds32/nds32-cost.c: New file.
2142         * config/nds32/nds32-fp-as-gp.c: New file.
2143         * config/nds32/nds32-intrinsic.c: New file.
2144         * config/nds32/nds32-isr.c: New file.
2145         * config/nds32/nds32-md-auxiliary.c: New file.
2146         * config/nds32/nds32-memory-manipulation.c: New file.
2147         * config/nds32/nds32-pipelines-auxiliary.c: New file.
2148         * config/nds32/nds32-predicates.c: New file.
2149         * config/nds32/t-nds32: New file.
2151 2014-07-03  Jakub Jelinek  <jakub@redhat.com>
2153         PR tree-optimization/61682
2154         * wide-int.cc (wi::mul_internal): Handle high correctly for umul_ppmm
2155         using cases and when one of the operands is equal to 1.
2157 2014-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
2159         * config/rs6000/rs6000.md (rotl<mode>3, ashl<mode>3, lshr<mode>3,
2160         ashr<mode>3): Correct mode of operands[2].
2161         (rotl<mode>3_dot, rotl<mode>3_dot2, ashl<mode>3_dot, ashl<mode>3_dot2,
2162         lshr<mode>3_dot, lshr<mode>3_dot2, ashr<mode>3_dot, ashr<mode>3_dot2):
2163         Correct mode of operands[2].  Fix split condition.
2165 2014-07-03  Richard Earnshaw  <rearnsha@arm.com>
2167         * arm.md (arch): Add armv6_or_vfpv3.
2168         (arch_enabled): Add test for the above.
2169         * vfp.md (divsf_vfp, divdf_vfp): Add earlyclobber when code can run
2170         on VFP9.
2171         (sqrtsf_vfp, sqrtdf_vfp): Likewise.
2173 2014-07-03  Jakub Jelinek  <jakub@redhat.com>
2175         * gcov-io.c (gcov_read_words): Don't call memmove if excess is 0.
2176         * data-streamer-in.c (streamer_read_hwi): Shift UHWI 1 instead of
2177         HWI 1 and negate the unsigned value.
2178         * expmed.c (expand_sdiv_pow2): For modes wider than word always
2179         use AND instead of shift.
2180         * wide-int-print.cc (print_decs): Negate UHWI instead of HWI.
2182 2014-07-03  Marek Polacek  <polacek@redhat.com>
2184         * doc/invoke.texi (-fsanitize=bounds): Tweak wording.
2185         (-fsanitize=float-divide-by-zero): Move to the table with
2186         -fsanitize=undefined suboptions.
2187         (-fsanitize=float-cast-overflow): Likewise.
2189 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
2191         * config/rs6000/rs6000.c (rs6000_adjust_atomic_subword): Use
2192         BYTES_BIG_ENDIAN rather than WORDS_BIG_ENDIAN to check for byte
2193         endianness.
2195 2014-07-03  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
2197         * loop-invariant.c (struct invariant): Add a new member: eqno;
2198         (find_identical_invariants): Update eqno;
2199         (create_new_invariant): Init eqno;
2200         (get_inv_cost): Compute comp_cost with eqno;
2202 2014-07-02  Segher Boessenkool  <segher@kernel.crashing.org>
2204         * genconfig.c (have_rotate_flag, have_rotatert_flag): New variables.
2205         (walk_insn_part) <ROTATE, ROTATERT>: New cases.
2206         (main): Conditionally write HAVE_rotate resp. HAVE_rotatert.
2207         * simplify-rtx.c (simplify_binary_operation_1) <ROTATE, ROTATERT>:
2208         Only do the transformation if both HAVE_rotate and HAVE_rotatert.
2210 2014-07-02  Christian Bruel  <christian.bruel@st.com>
2212         PR target/29349
2213         PR target/53513
2214         * mode-switching.c (struct bb_info): Add mode_out, mode_in caches.
2215         (make_preds_opaque): Delete.
2216         (clear_mode_bit, mode_bit_p, set_mode_bit): New macros.
2217         (commit_mode_sets): New function.
2218         (optimize_mode_switching): Handle current_mode to mode_switching_emit.
2219         Process all modes at once.
2220         * basic-block.h (pre_edge_lcm_avs): Declare.
2221         * lcm.c (pre_edge_lcm_avs): Renamed from pre_edge_lcm.
2222         Call clear_aux_for_edges. Fix comments.
2223         (pre_edge_lcm): New wrapper function to call pre_edge_lcm_avs.
2224         (pre_edge_rev_lcm): Idem.
2225         * config/epiphany/epiphany.c (emit_set_fp_mode): Add prev_mode
2226         parameter.
2227         * config/epiphany/epiphany-protos.h (emit_set_fp_mode): Idem.
2228         * config/epiphany/resolve-sw-modes.c (pass_resolve_sw_modes::execute):
2229         Idem.
2230         * config/i386/i386.c (x96_emit_mode_set): Idem.
2231         * config/sh/sh.c (sh_emit_mode_set): Likewise. Handle PR toggle.
2232         * config/sh/sh.md (toggle_pr):  Defined if TARGET_FPU_SINGLE.
2233         (fpscr_toggle) Disallow from delay slot.
2234         * target.def (emit_mode_set): Add prev_mode parameter.
2235         * doc/tm.texi: Regenerate.
2237 2014-07-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2239         * config/aarch64/aarch64.c (aarch64_expand_vec_perm): Delete unused
2240         variable i.
2242 2014-07-01  Jan Hubicka  <hubicka@ucw.cz>
2244         * ipa-utils.h (method_class_type, vtable_pointer_value_to_binfo,
2245         vtable_pointer_value_to_vtable): Constify.
2246         (contains_polymorphic_type_p): Declare.
2247         * ipa-devirt.c (method_class_type, vtable_pointer_value_to_binfo,
2248         vtable_pointer_value_to_vtable): Constify.
2249         (contains_polymorphic_type_p): New predicate.
2250         * ipa-prop.c (ipa_set_jf_known_type): Allow types containing
2251         polymorphic types.
2252         (ipa_set_ancestor_jf): Likewise.
2253         (detect_type_change): Return false in easy cases.
2254         (compute_complex_assign_jump_func): Require type to contain
2255         polymorphic type.
2256         (compute_known_type_jump_func): Likewise.
2258 2014-07-01  Jan Hubicka  <hubicka@ucw.cz>
2260         * tree.c (decls_same_for_odr, decls_same_for_odr, types_same_for_odr):
2261         Remove.
2262         (type_in_anonymous_namespace_p): Constify argument.
2263         * tree.h (types_same_for_odr, type_in_anonymous_namespace_p): Constify.
2264         * ipa-devirt.c (odr_type_d): Add ODR_VIOLATED field.
2265         (main_odr_variant): New function.
2266         (hash_type_name): Make static; update assert; do not ICE on
2267         non-records.
2268         (types_same_for_odr): Bring here from tree.c; simplify and remove
2269         old structural comparing code that doesn't work for templates.
2270         (odr_hasher::equal): Update assert.
2271         (add_type_duplicate): Return true when bases should be computed;
2272         replace incomplete loader by complete; do not output duplicated
2273         warnings; do not ICE on non-records; set odr_violated flag.
2274         (get_odr_type): Be ready to replace incomplete type by complete
2275         one; work on ODR variants instead of main variants; reorder item
2276         in array so bases have still smaller indexes.
2277         (dump_type_inheritance_graph): Be ready for holdes in odr_types array.
2278         (possible_polymorphic_call_targets): Do not ICE when BINFO is NULL.
2280 2014-07-01  Cary Coutant  <ccoutant@google.com>
2282         * dwarf2out.c (remove_addr_table_entry): Remove unnecessary hash table
2283         lookup.
2284         (resolve_addr_in_expr): When replacing the rtx in a location list
2285         entry, get a new address table entry.
2286         (dwarf2out_finish): Call index_location_lists even if there are no
2287         addr_index_table entries yet.
2289 2014-07-01  Trevor Saunders  <tsaunders@mozilla.com>
2291         * config/i386/winnt.c (i386_pe_section_type_flags): Revert previous
2292         change for not being obvious.
2294 2014-07-01  Trevor Saunders  <tsaunders@mozilla.com>
2296         * config/i386/winnt.c (i386_pe_section_type_flags): Remove name of
2297         unused argument.
2299 2014-07-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2301         * config/aarch64/arm_neon.h (vcage_f64): New intrinsic.
2302         (vcagt_f64): Likewise.
2303         (vcale_f64): Likewise.
2304         (vcaled_f64): Likewise.
2305         (vcales_f32): Likewise.
2306         (vcalt_f64): Likewise.
2307         (vcaltd_f64): Likewise.
2308         (vcalts_f32): Likewise.
2310 2014-07-01  Marek Polacek  <polacek@redhat.com>
2312         * doc/invoke.texi: Document -Wint-conversion.
2314 2014-07-01  Marek Polacek  <polacek@redhat.com>
2316         PR c/58286
2317         * doc/invoke.texi: Document -Wincompatible-pointer-types.
2319 2014-07-01  Martin Liska  <mliska@suse.cz>
2321         IPA REF alias refactoring
2322         * cgraph.h (iterate_direct_aliases): New function.
2323         (FOR_EACH_ALIAS): New macro iterates all direct aliases for a node.
2324         * cgraph.c (cgraph_for_node_thunks_and_aliases): Usage of
2325         FOR_EACH_ALIAS added.
2326         (cgraph_for_node_and_aliases): Likewise.
2327         * cgraphunit.c (assemble_thunks_and_aliases): Likewise.
2328         * ipa-inline.c (reset_edge_caches): Likewise.
2329         (update_caller_keys): Likewise.
2330         * trans-mem.c (ipa_tm_execute): Likewise.
2331         *varpool.c (varpool_analyze_node): Likewise.
2332         (varpool_for_node_and_aliases): Likewise.
2333         * ipa-ref.h (first_alias): New function.
2334         (last_alias): Likewise.
2335         (has_aliases_p): Likewise.
2336         * ipa-ref.c (ipa_ref::remove_reference): Removal function
2337         is sensitive to IPA_REF_ALIASes.
2338         * symtab.c (symtab_node::add_reference): Node of IPA_REF_ALIAS type
2339         are put at the beginning of the list.
2340         (symtab_node::iterate_direct_aliases): New function.
2342 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
2344         Revert:
2345         * tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if
2346         type is complete.
2347         (write_ts_type_common_tree_pointers): Do not stream fields not set
2348         for incomplete types; do not stream duplicated fields for variants;
2349         sanity check that variant and type match.
2350         (write_ts_type_non_common_tree_pointers): Likewise.
2351         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Mark in
2352         TYPE_SIZE whether type is complete.
2353         (lto_input_ts_type_common_tree_pointers): Do same changes as in
2354         write_ts_type_common_tree_pointers
2355         (lto_input_ts_type_non_common_tree_pointers): Likewise.
2357 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
2359         * var-tracking.c (add_stores): Return instead of asserting if old
2360         and new values for conditional store are the same.
2362 2014-06-30  Richard Henderson  <rth@redhat.com>
2364         PR rtl-opt/61608
2365         PR target/39284
2366         * bb-reorder.c (pass_duplicate_computed_gotos::execute): Cleanup
2367         the cfg if there were any changes.
2368         * passes.def: Revert move of peephole2 after reorder_blocks;
2369         move duplicate_computed_gotos before peephole2.
2371 2014-06-30  Uros Bizjak  <ubizjak@gmail.com>
2373         * except.c (emit_note_eh_region_end): New helper function.
2374         (convert_to_eh_region_ranges): Use emit_note_eh_region_end to
2375         emit EH_REGION_END note.
2376         * jump.c (cleanup_barriers): Do not split a call and its
2377         corresponding CALL_ARG_LOCATION note.
2379 2014-06-30  Jeff Law  <law@redhat.com>
2381         PR tree-optimization/61607
2382         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Look
2383         deeper into the SSA_NAME_VALUE chain.
2385 2014-06-30  Marek Polacek  <polacek@redhat.com>
2387         * convert.c (convert_to_integer): Don't instrument conversions if the
2388         function has no_sanitize_undefined attribute.
2389         * ubsan.c: Don't run the ubsan pass if the function has
2390         no_sanitize_undefined attribute.
2392 2014-06-30  Jakub Jelinek  <jakub@redhat.com>
2394         * doc/invoke.texi (-fsanitize=bounds): Move to the table with
2395         -fsanitize=undefined suboptions.
2397 2014-06-30  Alan Lawrence  <alan.lawrence@arm.com>
2399         * config/aarch64/aarch64-simd.md (vec_perm): Enable for bigendian.
2400         * config/aarch64/aarch64.c (aarch64_expand_vec_perm): Remove assert
2401         against bigendian and adjust indices.
2403 2014-06-30  Gerald Pfeifer  <gerald@pfeifer.com>
2405         * doc/install.texi (Specific, aarch64*-*-*): Fix markup.  Reword a bit.
2407 2014-06-30  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2409         PR target/61633
2410         * config/aarch64/aarch64.md (*aarch64_ashr_sisd_or_int_<mode>3):
2411         Add alternative; make early clobber.  Adjust both split patterns
2412         to use operand 0 as the working register.
2414 2014-06-30  Jakub Jelinek  <jakub@redhat.com>
2416         * ira-build.c (sort_conflict_id_map): Don't call qsort if num is 0,
2417         as ira_object_id_map might be NULL, or 1.
2419 2014-06-30  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
2421         * loop-invariant.c (get_inv_cost): Handle register class.
2422         (gain_for_invariant): Check the register pressure of the inv
2423         and its overlapped register class, other than all.
2425 2014-06-30  Gerald Pfeifer  <gerald@pfeifer.com>
2427         * doc/invoke.texi (Optimize Options): Fix descriptions of
2428         ipa-cp-loop-hint-bonus and ipa-cp-array-index-hint-bonus.
2430 2014-06-29  David Wohlferd <dw@LimeGreenSocks.com>
2432         * doc/extend.texi (Function Attributes): Update 'naked' attribute
2433         documentation.
2435 2014-06-29  Tobias Grosser <tobias@grosser.es>
2437         PR bootstrap/61650
2438         * graphite-isl-ast-to-gimple.c: Add missing guards.
2440 2014-06-29  Roman Gareev  <gareevroman@gmail.com>
2442         * Makefile.in: Add the compilation of graphite-isl-ast-to-gimple.o.
2443         * common.opt: Add new switch fgraphite-code-generator=[isl|cloog].
2444         * flag-types.h: Add new enum fgraphite_generator.
2445         * graphite-isl-ast-to-gimple.c: New.
2446         * graphite-isl-ast-to-gimple.h: New.
2447         * graphite.c (graphite_transform_loops): Add choice of Graphite
2448         code generator, which depends on flag_graphite_code_gen.
2450 2014-06-29  Roman Gareev  <gareevroman@gmail.com>
2452         * graphite-dependences.c (subtract_commutative_associative_deps):
2453         Add NULL checking of the following variables: must_raw_no_source,
2454         may_raw_no_source, must_war_no_source, may_war_no_source,
2455         must_waw_no_source, may_waw_no_source, must_raw, may_raw,
2456         must_war, may_war, must_waw, may_waw.
2458 2014-06-29  Roman Gareev  <gareevroman@gmail.com>
2460         * graphite-clast-to-gimple.c: gloog is renamed to
2461         graphite_regenerate_ast_cloog.  gloog_error is renamed to
2462         graphite_regenerate_error.
2463         * graphite-clast-to-gimple.h: The definition of the struct
2464         bb_pbb_def is moved to graphite-htab.h.
2465         Add inclusion of the hash-table.h.
2466         * graphite-htab.h: The declaration of the function gloog is moved
2467         to graphite-clast-to-gimple.h and renamed to
2468         graphite_regenerate_ast_cloog.
2469         * graphite.c (graphite_transform_loops): gloog is renamed
2470         to graphite_regenerate_ast_cloog.
2472 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
2474         * tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if
2475         type is complete.
2476         (write_ts_type_common_tree_pointers): Do not stream fields not set
2477         for incomplete types; do not stream duplicated fields for variants;
2478         sanity check that variant and type match.
2479         (write_ts_type_non_common_tree_pointers): Likewise.
2480         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Mark in
2481         TYPE_SIZE whether type is complete.
2482         (lto_input_ts_type_common_tree_pointers): Do same changes as in
2483         write_ts_type_common_tree_pointers
2484         (lto_input_ts_type_non_common_tree_pointers): Likewise.
2486 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
2488         * cgraph.c (dump_cgraph_node): Dump init&fini priorities.
2490 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
2492         * tree-inline.c (remap_type_1): Do not duplicate fields
2493         that are shared in between type and its main variant.
2495 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
2497         * ipa-prop.c (ipa_set_jf_known_type): Record always the main variant
2498         of the type.
2499         (ipa_set_ancestor_jf) Likewise.
2500         (check_stmt_for_type_change): Check that we work on main variant.
2501         (detect_type_change): Look into main variant.
2502         (compute_known_type_jump_func): Check that main variant has BINFO.
2504 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
2506         * ipa-devirt.c (set_type_binfo): New function.
2507         (add_type_duplicate): Use it.
2508         (get_odr_type): Sanity check that binfos points to main variants.
2509         (get_class_context): Be sure the context's outer_type is main variant.
2510         (contains_type_p): Walk main variant.
2511         (get_polymorphic_call_info_for_decl): Set outer_type to be
2512         main variant.
2513         (get_polymorphic_call_info): Likewise.
2514         (possible_polymorphic_call_targets): Sanity check that we operate
2515         on main variant.
2517 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
2519         * stor-layout.c (finish_builtin_struct): Copy fields into the variants.
2521 2014-06-28  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2523         * config/rs6000/rs6000.c (rs6000_aggregate_candidate): Revert
2524         accidental change due to wide-int branch merge.
2526 2014-06-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2528         * configure.ac (gcc_cv_as_compress_debug): Check for assembler
2529         compressed debug support.
2530         (gcc_cv_ld_compress_debug): Check for linker compressed debug support.
2531         * configure: Regenerate.
2532         * config.in: Regenerate.
2533         * common.opt (compressed_debug_sections): New enum.
2534         (gz, gz=): New options.
2535         * gcc.c (LINK_COMPRESS_DEBUG_SPEC, ASM_COMPRESS_DEBUG_SPEC): Define.
2536         (LINK_COMMAND_SPEC): Invoke LINK_COMPRESS_DEBUG_SPEC.
2537         (asm_options): Invoke ASM_COMPRESS_DEBUG_SPEC.
2538         * config/darwin.h (LINK_COMMAND_SPEC_A): Invoke
2539         LINK_COMPRESS_DEBUG_SPEC.
2540         * config/i386/djgpp.h (LINK_COMMAND_SPEC): Likewise.
2541         * opts.c (common_handle_option): Handle OPT_gz, OPT_gz_.
2542         * doc/invoke.texi (Option Summary, Debugging Options): Add -gz[=type].
2543         (Debugging Options): Document -gz[=type].
2545 2014-06-27  Martin Jambor  <mjambor@suse.cz>
2547         PR ipa/61160
2548         * cgraphclones.c (duplicate_thunk_for_node): Removed parameter
2549         args_to_skip, use those from node instead.  Copy args_to_skip and
2550         combined_args_to_skip from node to the new thunk.
2551         (redirect_edge_duplicating_thunks): Removed parameter args_to_skip.
2552         (cgraph_create_virtual_clone): Moved computation of
2553         combined_args_to_skip...
2554         (cgraph_clone_node): ...here, simplify it to bitmap_ior..
2556 2014-06-27  trevor Saunders  <tsaunders@mozilla.com>
2558         * config/i386/winnt.c (i386_pe_section_type_flags): Remove
2559         redundant diagnostic machinary.
2561 2014-06-27  Richard Biener  <rguenther@suse.de>
2563         * tree-ssa-math-opts.c (bswap_replace): Fix
2564         SLOW_UNALIGNED_ACCESS test to only apply to unaligned object.
2566 2014-06-27  Martin Liska  <mliska@suse.cz>
2568         * gimple.h (gimple_location_safe): New function introduced.
2569         * cgraphunit.c (walk_polymorphic_call_targets): Usage
2570         of gimple_location_safe replaces gimple_location.
2571         (gimple_fold_call): Likewise.
2572         * ipa-devirt.c (ipa_devirt): Likewise.
2573         * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
2574         * ipa.c (walk_polymorphic_call_targets): Likewise.
2575         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Likewise.
2577 2014-06-27  Jakub Jelinek  <jakub@redhat.com>
2579         PR tree-optimization/57233
2580         PR tree-optimization/61299
2581         * tree-vect-generic.c (get_compute_type, count_type_subparts): New
2582         functions.
2583         (expand_vector_operations_1): Use them.  If {L,R}ROTATE_EXPR
2584         would be lowered to scalar shifts, check if corresponding
2585         shifts and vector BIT_IOR_EXPR are supported and don't lower
2586         or lower just to narrower vector type in that case.
2587         * expmed.c (expand_shift_1): Fix up handling of vector
2588         shifts and rotates.
2590 2014-06-26  Uros Bizjak  <ubizjak@gmail.com>
2592         PR target/61586
2593         * config/alpha/alpha.c (alpha_handle_trap_shadows): Handle BARRIER RTX.
2595 2014-06-26  Jan Hubicka  <hubicka@ucw.cz>
2597         * doc/invoke.texi (-fsemantic-interposition): Document.
2598         * common.opt (fsemantic-interposition): New flag.
2599         * varasm.c (decl_replaceable_p): Use it.
2601 2014-06-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2603         PR target/61542
2604         * config/rs6000/vsx.md (vsx_extract_v4sf): Fix bug with element
2605         extraction other than index 3.
2607 2014-06-26  Teresa Johnson  <tejohnson@google.com>
2609         * doc/invoke.texi: Fix typo.
2610         * dumpfile.c: Add support for documented -fdump-* options
2611         optimized/missed/note/optall.
2613 2014-06-26  Martin Jambor  <mjambor@suse.cz>
2615         * params.def (PARAM_ALLOW_LOAD_DATA_RACES)
2616         (PARAM_ALLOW_PACKED_LOAD_DATA_RACES)
2617         (PARAM_ALLOW_PACKED_STORE_DATA_RACES): Removed.
2618         (PARAM_ALLOW_STORE_DATA_RACES): Set default to zero.
2619         * opts.c (default_options_optimization): Set
2620         PARAM_ALLOW_STORE_DATA_RACES to one at -Ofast.
2621         * doc/invoke.texi (allow-load-data-races)
2622         (allow-packed-load-data-races, allow-packed-store-data-races): Removed.
2623         (allow-store-data-races): Document the new default.
2625 2014-06-26  Martin Jambor  <mjambor@suse.cz>
2627         * ipa-prop.c (ipa_impossible_devirt_target): No longer static,
2628         renamed to ipa_impossible_devirt_target.  Fix typo.
2629         * ipa-prop.h (ipa_impossible_devirt_target): Declare.
2630         * ipa-cp.c (ipa_get_indirect_edge_target_1): Use
2631         ipa_impossible_devirt_target.
2633 2014-06-26  Richard Biener  <rguenther@suse.de>
2635         PR tree-optimization/61607
2636         * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust comment
2637         explaining why we restrict copies on loop depth.
2638         * tree-ssa-dom.c (cprop_operand): Remove restriction on
2639         on loop depth.
2640         (record_equivalences_from_phis): Instead add it here.
2642 2014-06-26  Bernd Schmidt  <bernds@codesourcery.com>
2644         * Makefile.in (COLLECT2_OBJS): Add collect-utils.o.
2645         (LTO_WRAPPER_OBJS): New variable.
2646         (lto-wrapper$(exeext)): Use it.
2647         * collect2.c: Include "collect-utils.h".
2648         (verbose, debug): Remove variables.
2649         (at_file_supplied): No longer static.
2650         (tool_name): New variable.
2651         (do_wait, fork_execute, maybe_unlink): Don't declare.
2652         (tool_cleanup): No longer static.
2653         (notice): Remove function.
2654         (maybe_run_lto_and_relink, main, do_dsymutil): Add new arg to
2655         fork_execute calls.
2656         (collect_wait, do_wait, collect_execute): Remove functions.
2657         (maybe_unlink): No longer static.
2658         * collect2.h (verbose, debug): Don't declare.
2659         (at_file_supplied): Declare.
2660         * collect-utils.c (utils_cleanup): New arg from_signal.  All callers
2661         changed.
2662         (collect_execute): Replace with implementation from collect2, plus a
2663         new arg use_atfile.  All callers changed.
2664         (collect_wait): Replace with implementation from collect2.
2665         (maybe_unlink_file): Remove function.
2666         (fork_execute): Replace with implementation from collect2, plus a
2667         new arg use_atfile.  All callers changed.
2668         (do_wait): Add call to utils_cleanup to the error path.
2669         * collect-utils.h (collect_execute, fork_execute, utils_cleanup)
2670         (tool_cleanup): Adjust declarations.
2671         * lto-wrapper.c (tool_cleanup): Add unused bool argument.
2672         * tlink.c: Include "collect-utils.h".
2673         (tlink_execute): New arg use_atfile.  All callers changed.
2674         (tlink_init, tlink_execute): Remove declarations.
2676         * collect-utils.c (save_temps): New variable.
2677         (do_wait): Use it instead of debug.  Use fatal_error.
2678         * collect-utils.h (save_temps): Declare.
2679         * collect2.c (verbose): Rename from vflag.  All uses changed.
2680         (tool_cleanup): New function, copied from collect_atexit.
2681         (collect_atexit, handler): Just call it.
2682         * collect2.h (verbose): Declaration renamed from vflag.
2683         * lto-wrapper.c (maybe_unlink, run_gcc): Use save_temps instead of
2684         debug.
2686         * Makefile.in (ALL_HOST_BACKEND_OBJS): Add collect-utils.o.
2687         (lto-wrapper$(exeext)): Link with collect-utils.o.
2688         * collect-utils.c: New file.
2689         * collect-utils.h: New file.
2690         * lto-wrapper.c: Include "collect-utils.h".
2691         (args_name): Delete variable.
2692         (tool_name): New variable.
2693         (tool_cleanup): New function.
2694         (maybe_unlink): Renamed from maybe_unlink_file.  All callers changed.
2695         (lto_wrapper_cleanup, fatal_signal, collect_execute, collect_wait)
2696         (fork_execute): Remove functions.
2698 2014-06-26  Nick Clifton  <nickc@redhat.com>
2700         * config/frv/frv.c (frv_in_small_data_p): Remove redundant assert.
2702         * doc/extend.texi (Function Attributes): Fix typo in description
2703         of RX vector attribute.
2705 2014-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
2707         * config.gcc (supported_defaults): Error when passing either
2708         --with-tune or --with-arch in conjunction with --with-cpu for ARM.
2710 2014-06-26  Richard Biener  <rguenther@suse.de>
2712         * tree-ssa-dom.c (cprop_operand): Remove restriction on
2713         propagating volatile pointers.
2715 2014-06-26  Richard Biener  <rguenther@suse.de>
2717         PR tree-optimization/61607
2718         * tree-ssa-threadupdate.c (ssa_redirect_edges): Cancel the
2719         loop if we redirected its latch edge.
2720         (thread_block_1): Do not cancel loops prematurely.
2722 2014-06-25  Jan Hubicka  <hubicka@ucw.cz>
2724         * toplev.c (backend_init_target): Move init_emit_regs and
2725         init_regs to...
2726         (backend_init) ... here; skip ira_init_once and backend_init_target.
2727         (target_reinit) ... and here; clear
2728         this_target_rtl->lang_dependent_initialized.
2729         (lang_dependent_init_target): Clear
2730         this_target_rtl->lang_dependent_initialized;
2731         break out rtl initialization to ...
2732         (initialize_rtl): ... here; call also backend_init_target
2733         and ira_init_once.
2734         * toplev.h (initialize_rtl): New function.
2735         * function.c: Include toplev.h
2736         (init_function_start): Call initialize_rtl.
2737         * rtl.h (target_rtl): Add target_specific_initialized,
2738         lang_dependent_initialized.
2740 2014-06-25  Paul Gortmaker  <paul.gortmaker@windriver.com>
2741             Jakub Jelinek  <jakub@redhat.com>
2743         * gcc.c (set_multilib_dir): Malloc "." pointer as well.
2745 2014-06-25  Tom de Vries  <tom@codesourcery.com>
2747         * config/arm/arm.c (arm_emit_call_insn): Remove clobber of CC_REGNUM.
2749 2014-06-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2751         * tree-ssa-forwprop.c (associate_plusminus): For widening conversions
2752         check for undefined overflow in (T)(P + A) - (T)P -> (T)A.
2753         Issue a strict overflow warning if appropriate.
2755 2014-06-25  Martin Liska  <mliska@suse.cz>
2757         IPA REF refactoring
2758         * Makefile.in: Removed header file (ipa-ref-inline.h).
2759         * cgraph.c (cgraph_turn_edge_to_speculative): New IPA REF function
2760         called.
2761         (cgraph_speculative_call_info): Likewise.
2762         (cgraph_for_node_thunks_and_aliases): Likewise.
2763         (cgraph_for_node_and_aliases): Likewise.
2764         (verify_cgraph_node): Likewise.
2765         * cgraph.h: Batch of IPA REF functions become member functions of
2766         symtab_node: add_reference, maybe_add_reference, clone_references,
2767         clone_referring, clone_reference, find_reference,
2768         remove_stmt_references, remove_all_references,
2769         remove_all_referring, dump_references, dump_referring,
2770         has_alias_p, iterate_reference, iterate_referring.
2771         * cgraphbuild.c (record_reference): New IPA REF function used.
2772         (record_type_list): Likewise.
2773         (record_eh_tables): Likewise.
2774         (mark_address): Likewise.
2775         (mark_load): Likewise.
2776         (mark_store): Likewise.
2777         (pass_build_cgraph_edges): Likewise.
2778         (rebuild_cgraph_edge): Likewise.
2779         (cgraph_rebuild_references): Likewise.
2780         (pass_remove_cgraph_callee_edges): Likewise.
2781         * cgraphclones.c (cgraph_clone_node): Likewise.
2782         (cgraph_create_virtual_clone): Likewise.
2783         (cgraph_materialize_clone): Likewise.
2784         (cgraph_materialize_all_clones): Likewise.
2785         * cgraphunit.c (cgraph_reset_node): Likewise.
2786         (cgraph_reset_node): Likewise.
2787         (analyze_function): Likewise.
2788         (assemble_thunks_and_aliases): Likewise.
2789         (expand_function): Likewise.
2790         * ipa-comdats.c (propagate_comdat_group): Likewise.
2791         (enqueue_references): Likewise.
2792         * ipa-cp.c (ipcp_discover_new_direct_edges): Likewise.
2793         (create_specialized_node): Likewise.
2794         * ipa-devirt.c (referenced_from_vtable_p): Likewise.
2795         * ipa-inline-transform.c (can_remove_node_now_p_1): Likewise.
2796         * ipa-inline.c (reset_edge_caches): Likewise.
2797         (update_caller_keys): Likewise.
2798         (execute): Likewise.
2799         * ipa-prop.c (remove_described_reference): Likewise.
2800         (propagate_controlled_uses): Likewise.
2801         (ipa_edge_duplication_hook): Likewise.
2802         (ipa_modify_call_arguments): Likewise.
2803         * ipa-pure-const.c (propagate_pure_const): Likewise.
2804         * ipa-ref-inline.h: Header file removed, functions moved
2805         to symtab_node class.
2806         * ipa-ref.c (remove_reference): New class member function.
2807         (cannot_lead_to_return): New class member function.
2808         (referring_ref_list): Likewise.
2809         (referred_ref_list): Likewise.
2810         Rest of functions moved to symtab_node class.
2811         * ipa-ref.h: New member functions remove_reference,
2812         cannot_lead_to_return, referring_ref_list, referred_ref_list added
2813         to ipa_ref class.
2814         ipa_ref_list class has new member functions: first_reference,
2815         first_referring, clear, nreferences.
2816         * ipa-reference.c (analyze_function): New IPA REF function used.
2817         (write_node_summary_p): Likewise.
2818         (ipa_reference_write_optimization_summary): Likewise.
2819         * ipa-split.c (split_function): Likewise.
2820         * ipa-utils.c (ipa_reverse_postorder): Likewise.
2821         * ipa-visibility.c (cgraph_non_local_node_p_1): Likewise.
2822         (function_and_variable_visibility): Likewise.
2823         * ipa.c (has_addr_references_p): Likewise.
2824         (process_references): Argument type changed.
2825         (symtab_remove_unreachable_nodes): New IPA REF function used.
2826         (process_references): Likewise.
2827         (set_writeonly_bit): Likewise.
2828         * lto-cgraph.c: Implementation of new symtab_node member functions
2829         that uses new IPA REF functions.
2830         * lto-streamer-in.c (fixup_call_stmt_edges_1): New IPA REF
2831         function used.
2832         * lto-streamer-out.c (output_symbol_p): Likewise.
2833         * lto-streamer.h (referenced_from_this_partition_p): Argument type
2834         changed.
2835         * symtab.c: Implementation of new IPA REF API.
2836         * trans-mem.c (ipa_tm_create_version_alias): New IPA REF function used.
2837         (ipa_tm_create_version): Likewise.
2838         (ipa_tm_execute): Likewise.
2839         * tree-emutls.c (gen_emutls_addr): Likewise.
2840         * tree-inline.c (copy_bb): Likewise.
2841         (delete_unreachable_blocks_update_callgraph): Likewise.
2842         * varpool.c (varpool_remove_unreferenced_decls): Likewise.
2843         (varpool_for_node_and_aliases): Likewise.
2845 2014-06-25  Trevor Saunders  <tsaunders@mozilla.com>
2847         * config/i386/winnt.c (i386_find_on_wrapper_list): Fix typo.
2849 2014-06-25  Trevor Saunders  <tsaunders@mozilla.com>
2851         PR bootstrap/61598
2852         * fold-const.c (fold_checksum_tree): Use a hash_table of const
2853         tree_node * instead of tree_node *.
2854         (fold): Adjust.
2855         (print_fold_checksum): Likewise.
2856         (fold_check_failed): Likewise.
2857         (debug_fold_checksum): Likewise.
2858         (fold_build1_stat_loc): Likewise.
2859         (fold_build2_stat_loc): Likewise.
2860         (fold_build3_stat_loc): Likewise.
2861         (fold_build_call_array_loc): Likewise.
2863 2014-06-25  David Edelsohn  <dje.gcc@gmail.com>
2865         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Replace
2866         implementation with call to...
2867         * config/rs6000/rs6000.c (rs6000_xcoff_declare_function_name): New
2868         function.
2869         * config/rs6000/rs6000-protos.h (rs6000_xcoff_declare_function_name):
2870         Declare.
2872 2014-06-25  Marc Glisse  <marc.glisse@inria.fr>
2874         PR tree-optimization/57742
2875         * tree-ssa-strlen.c (handle_builtin_memset): Update strinfo
2876         after replacing the statement.
2878 2014-06-25  Nick Clifton  <nickc@redhat.com>
2880         * config/v850/v850.c (GHS_default_section_names): Change to const
2881         char * type.
2882         (GHS_current_section_names): Likewise.
2883         (v850_insert_attributes): Do not build strings, just assign the
2884         names directly.  Change the type of 'chosen_section' to const
2885         char*.
2886         * config/v850/v850-c.c (ghs_pragma_section): Assign the alias
2887         directly to the array entry.
2888         * config/v850/v850.h (GHS_default_section_names): Change to const
2889         char * type.
2890         (GHS_current_section_names): Likewise.
2892 2014-06-25  Jakub Jelinek  <jakub@redhat.com>
2894         * langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.
2895         (LANG_HOOKS_DECLS): Add it.
2896         * gimplify.c (gimplify_omp_for): Make sure OMP_CLAUSE_LINEAR_STEP
2897         has correct type.
2898         * tree.h (OMP_CLAUSE_LINEAR_ARRAY): Define.
2899         * langhooks.h (struct lang_hooks_for_decls): Add
2900         omp_clause_linear_ctor hook.
2901         * omp-low.c (lower_rec_input_clauses): Set max_vf even if
2902         OMP_CLAUSE_LINEAR_ARRAY is set.  Don't fold_convert
2903         OMP_CLAUSE_LINEAR_STEP.  For OMP_CLAUSE_LINEAR_ARRAY in
2904         combined simd loop use omp_clause_linear_ctor hook.
2906 2014-06-24  Cong Hou  <congh@google.com>
2908         * tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD
2909         pattern recognition.
2910         (type_conversion_p): PROMOTION is true if it's a type promotion
2911         conversion, and false otherwise.  Return true if the given expression
2912         is a type conversion one.
2913         * tree-vectorizer.h: Adjust the number of patterns.
2914         * tree.def: Add SAD_EXPR.
2915         * optabs.def: Add sad_optab.
2916         * cfgexpand.c (expand_debug_expr): Add SAD_EXPR case.
2917         * expr.c (expand_expr_real_2): Likewise.
2918         * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
2919         * gimple.c (get_gimple_rhs_num_ops): Likewise.
2920         * optabs.c (optab_for_tree_code): Likewise.
2921         * tree-cfg.c (estimate_operator_cost): Likewise.
2922         * tree-ssa-operands.c (get_expr_operands): Likewise.
2923         * tree-vect-loop.c (get_initial_def_for_reduction): Likewise.
2924         * config/i386/sse.md: Add SSE2 and AVX2 expand for SAD.
2925         * doc/generic.texi: Add document for SAD_EXPR.
2926         * doc/md.texi: Add document for ssad and usad.
2928 2014-06-24  Trevor Saunders  <tsaunders@mozilla.com>
2930         * config/i386/winnt.c (i386_pe_section_type_flags): Fix const
2931         qualification in cast.
2933 2014-06-24  Jan Hubicka  <hubicka@ucw.cz>
2935         * tree.c (find_decls_types_r): Do not check DECL_VINDEX for TYPE_DECL.
2936         * tree.h (DECL_VINDEX, DECL_SAVED_TREE): Restrict to DECL_FUNCTION.
2937         * tree-core.h (tree_decl_non_common): Move saved_tree and vindex...
2938         (tree_function_decl): ... here.
2939         * tree-streamer-out.c (write_ts_decl_non_common_tree_pointers): Move
2940         streaming of vindex to ...
2941         (write_ts_function_decl_tree_pointers): ... here.
2942         * tree-streamer-in.c (lto_input_ts_decl_non_common_tree_pointers):
2943         Do not stream DECL_VINDEX.
2944         (lto_input_ts_function_decl_tree_pointers): Stream it here.
2946 2014-06-24  Catherine Moore  <clm@codesourcery.com>
2947             Sandra Loosemore  <sandra@codesourcery.com>
2949         * config/mips/mips.c (mips_order_regs_for_local_alloc): Delete.
2950         * config/mips/mips.h (ADJUST_REG_ALLOC_ORDER): Delete.
2951         * config/mips/mips-protos.h (mips_order_regs_for_local_alloc): Delete.
2953 2014-06-24  Marc Glisse  <marc.glisse@inria.fr>
2955         * doc/invoke.texi (Warning Options): Remove duplicated
2956         -Wmaybe-uninitialized.
2958 2014-06-24  Marc Glisse  <marc.glisse@inria.fr>
2960         PR tree-optimization/57742
2961         * tree-ssa-strlen.c (get_string_length): Ignore malloc.
2962         (handle_builtin_malloc, handle_builtin_memset): New functions.
2963         (strlen_optimize_stmt): Call them.
2964         * passes.def: Move strlen after loop+dom but before vrp.
2966 2014-06-24  Jakub Jelinek  <jakub@redhat.com>
2968         PR target/61570
2969         * config/i386/driver-i386.c (host_detect_local_cpu): For unknown
2970         model family 6 CPU with has_longmode never use a CPU without
2971         64-bit support.
2973 2014-06-24  H.J. Lu  <hongjiu.lu@intel.com>
2975         PR target/61570
2976         * config/i386/driver-i386.c (host_detect_local_cpu): Revert
2977         the last change.
2979 2014-06-24  Trevor Saunders  <tsaunders@mozilla.com>
2981         * alloc-pool.c (alloc_pool_hash): Use hash_map instead of hash_table.
2982         * dominance.c (iterate_fix_dominators): Use hash_map instead of
2983         pointer_map.
2984         * hash-map.h: New file.
2985         * ipa-comdats.c: Use hash_map instead of pointer_map.
2986         * ipa.c: Likewise.
2987         * lto-section-out.c: Adjust.
2988         * lto-streamer.h: Replace pointer_map with hash_map.
2989         * symtab.c (verify_symtab): Likewise.
2990         * tree-ssa-strlen.c (decl_to_stridxlist_htab): Likewise.
2991         * tree-ssa-uncprop.c (val_ssa_equiv): Likewise.
2992         * tree-streamer.h: Likewise.
2993         * tree-streamer.c: Adjust.
2994         * pointer-set.h: Remove pointer_map.
2996 2014-06-24  Trevor Saunders  <tsaunders@mozilla.com>
2998         * hash-table.h: Add a template arg to choose between storing values
2999         and storing pointers to values, and then provide partial
3000         specializations for both.
3001         * tree-browser.c (tree_upper_hasher): Provide the type the hash table
3002         should store, not the type values should point to.
3003         * tree-into-ssa.c (var_info_hasher): Likewise.
3004         * tree-ssa-dom.c (expr_elt_hasher): Likewise.
3005         * tree-complex.c: Adjust.
3006         * tree-hasher.h (int_tree_hasher): store int_tree_map in the hash
3007         table instead of int_tree_map *.
3008         * tree-parloops.c: Adjust.
3009         * tree-ssa-reassoc.c (ocount_hasher): Don't lie to hash_map about what
3010         type is being stored.
3011         * tree-vectorizer.c: Adjust.
3013 2014-06-24  Trevor Saunders  <tsaunders@mozilla.com>
3015         * hash-table.h: Remove a layer of indirection from hash_table so that
3016         it contains the hash table's data instead of a pointer to the data.
3017         * alloc-pool.c, asan.c, attribs.c, bitmap.c, cfg.c,
3018         config/arm/arm.c, config/i386/winnt.c, config/ia64/ia64.c,
3019         config/mips/mips.c, config/sol2.c, coverage.c, cselib.c,
3020         data-streamer-out.c, dse.c, dwarf2cfi.c, dwarf2out.c, except.c,
3021         fold-const.c, gcse.c, ggc-common.c,
3022         gimple-ssa-strength-reduction.c, gimplify.c,
3023         graphite-clast-to-gimple.c, graphite-dependences.c,
3024         graphite-htab.h, graphite.c, haifa-sched.c, ipa-devirt.c,
3025         ipa-profile.c, ira-color.c, ira-costs.c, loop-invariant.c,
3026         loop-iv.c, loop-unroll.c, lto-streamer-in.c, lto-streamer-out.c,
3027         lto-streamer.c, lto-streamer.h, passes.c, plugin.c,
3028         postreload-gcse.c, sese.c, statistics.c, store-motion.c,
3029         trans-mem.c, tree-browser.c, tree-cfg.c, tree-complex.c,
3030         tree-eh.c, tree-into-ssa.c, tree-parloops.c, tree-sra.c,
3031         tree-ssa-ccp.c, tree-ssa-coalesce.c, tree-ssa-dom.c,
3032         tree-ssa-live.c, tree-ssa-loop-im.c,
3033         tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c, tree-ssa-pre.c,
3034         tree-ssa-reassoc.c, tree-ssa-sccvn.c, tree-ssa-strlen.c,
3035         tree-ssa-structalias.c, tree-ssa-tail-merge.c,
3036         tree-ssa-threadupdate.c, tree-ssa-uncprop.c,
3037         tree-vect-data-refs.c, tree-vect-loop.c, tree-vectorizer.c,
3038         tree-vectorizer.h, valtrack.c, valtrack.h, var-tracking.c,
3039         vtable-verify.c, vtable-verify.h: Adjust.
3041 2014-06-24  Richard Biener  <rguenther@suse.de>
3043         PR tree-optimization/61572
3044         * tree-ssa-sink.c (statement_sink_location): Do not sink
3045         loads from hard registers.
3047 2014-06-24  Jakub Jelinek  <jakub@redhat.com>
3049         * gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator
3050         not mentioned in clauses use private clause if the iterator is
3051         declared in #pragma omp for simd, and when adding lastprivate
3052         instead, add it to the outer #pragma omp for too.  Diagnose
3053         if the variable is private in outer context.  For simd collapse > 1
3054         loops, replace all iterators with temporaries.
3055         * omp-low.c (lower_rec_input_clauses): Handle LINEAR clause the
3056         same even in collapse > 1 loops.
3058         * gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP,
3059         OMP_CLAUSE_TO, OMP_CLAUSE_FROM): Make sure OMP_CLAUSE_SIZE is
3060         non-NULL.
3061         <case OMP_CLAUSE_ALIGNED>: Gimplify OMP_CLAUSE_ALIGNED_ALIGNMENT.
3062         (gimplify_adjust_omp_clauses_1): Make sure OMP_CLAUSE_SIZE is
3063         non-NULL.
3064         (gimplify_adjust_omp_clauses): Likewise.
3065         * omp-low.c (lower_rec_simd_input_clauses,
3066         lower_rec_input_clauses, expand_omp_simd): Handle non-constant
3067         safelen the same as safelen(1).
3068         * tree-nested.c (convert_nonlocal_omp_clauses,
3069         convert_local_omp_clauses): Handle OMP_CLAUSE_ALIGNED.  For
3070         OMP_CLAUSE_{MAP,TO,FROM} if not decl use walk_tree.
3071         (convert_nonlocal_reference_stmt, convert_local_reference_stmt):
3072         Fixup handling of GIMPLE_OMP_TARGET.
3073         (convert_tramp_reference_stmt, convert_gimple_call): Handle
3074         GIMPLE_OMP_TARGET.
3076 2014-06-24  Chung-Lin Tang  <cltang@codesourcery.com>
3078         PR tree-optimization/61554
3079         * tree-ssa-propagate.c: Include "bitmap.h".
3080         (substitute_and_fold_dom_walker): Add 'bitmap need_eh_cleanup' member,
3081         properly update constructor/destructor.
3082         (substitute_and_fold_dom_walker::before_dom_children):
3083         Remove call to gimple_purge_dead_eh_edges, add bb->index to
3084         need_eh_cleaup instead.
3085         (substitute_and_fold): Call gimple_purge_all_dead_eh_edges on
3086         need_eh_cleanup.
3088 2014-06-23  Jan Hubicka  <hubicka@ucw.cz>
3090         * varpool.c (dump_varpool_node): Dump used_by_single_function.
3091         * tree-pass.h (make_pass_ipa_single_use): New pass.
3092         * cgraph.h (used_by_single_function): New flag.
3093         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node):
3094         Stream it.
3095         * passes.def (pass_ipa_single_use): Scedule.
3096         * ipa.c (BOTTOM): New macro.
3097         (meet): New function
3098         (propagate_single_user): New function.
3099         (ipa_single_use): New function.
3100         (pass_data_ipa_single_use): New pass.
3101         (pass_ipa_single_use): New pass.
3102         (pass_ipa_single_use::gate): New gate.
3103         (make_pass_ipa_single_use): New function.
3105 2014-06-23  Kai Tietz  <ktietz@redhat.com>
3107         PR target/39284
3108         * passes.def (peephole2): Move peephole2 pass before sched2 pass.
3109         * config/i386/i386.md (peehole2): Combine memories and indirect jumps.
3111 2014-06-23  Richard Biener  <rguenther@suse.de>
3113         * tree-ssa-loop.c (gate_loop): New function.
3114         (pass_tree_loop::gate): Call it.
3115         (pass_data_tree_no_loop, pass_tree_no_loop,
3116         make_pass_tree_no_loop): New.
3117         * tree-vectorizer.c: Include tree-scalar-evolution.c
3118         (pass_slp_vectorize::execute): Initialize loops and SCEV if
3119         required.
3120         (pass_slp_vectorize::clone): New method.
3121         * timevar.def (TV_TREE_NOLOOP): New.
3122         * tree-pass.h (make_pass_tree_no_loop): Declare.
3123         * passes.def (pass_tree_no_loop): New pass group with
3124         SLP vectorizer.
3126 2014-06-23  H.J. Lu  <hongjiu.lu@intel.com>
3128         PR target/61570
3129         * config/i386/driver-i386.c (host_detect_local_cpu): Set arch
3130         to x86-64 if a 32-bit processor supports SSE2 and 64-bit.
3132 2014-06-23  James Greenhalgh  <james.greenhalgh@arm.com>
3134         * config/aarch64/aarch64.md (addsi3_aarch64): Set "simd" attr to
3135         "yes" where needed.
3137 2014-06-23  Alan Modra  <amodra@gmail.com>
3139         PR bootstrap/61583
3140         * tree-vrp.c (remove_range_assertions): Do not set is_unreachable
3141         to zero on debug statements.
3143 2014-06-23  Alan Lawrence  <alan.lawrence@arm.com>
3145         PR target/60825
3146         * config/aarch64/aarch64-builtins.c (aarch64_types_unop_qualifiers):
3147         Ignore third operand if present by marking qualifier_internal.
3149         * config/aarch64/aarch64-simd-builtins.def (abs): Comment.
3151         * config/aarch64/arm_neon.h (int64x1_t, uint64x1_t): Typedef to GCC
3152         vector extension.
3153         (aarch64_vget_lane_s64, aarch64_vdup_lane_s64,
3154         arch64_vdupq_lane_s64, aarch64_vdupq_lane_u64): Remove macro.
3155         (vqadd_s64, vqadd_u64, vqsub_s64, vqsub_u64, vqneg_s64, vqabs_s64,
3156         vcreate_s64, vcreate_u64, vreinterpret_s64_f64, vreinterpret_u64_f64,
3157         vcombine_u64, vbsl_s64, vbsl_u64, vceq_s64, vceq_u64, vceqz_s64,
3158         vceqz_u64, vcge_s64, vcge_u64, vcgez_s64, vcgt_s64, vcgt_u64,
3159         vcgtz_s64, vcle_s64, vcle_u64, vclez_s64, vclt_s64, vclt_u64,
3160         vcltz_s64, vdup_n_s64, vdup_n_u64, vld1_s64, vld1_u64, vmov_n_s64,
3161         vmov_n_u64, vqdmlals_lane_s32, vqdmlsls_lane_s32,
3162         vqdmulls_lane_s32, vqrshl_s64, vqrshl_u64, vqrshl_u64, vqshl_s64,
3163         vqshl_u64, vqshl_n_s64, vqshl_n_u64, vqshl_n_s64, vqshl_n_u64,
3164         vqshlu_n_s64, vrshl_s64, vrshl_u64, vrshr_n_s64, vrshr_n_u64,
3165         vrsra_n_s64, vrsra_n_u64, vshl_n_s64, vshl_n_u64, vshl_s64,
3166         vshl_u64, vshr_n_s64, vshr_n_u64, vsli_n_s64, vsli_n_u64,
3167         vsqadd_u64, vsra_n_s64, vsra_n_u64, vsri_n_s64, vsri_n_u64,
3168         vst1_s64, vst1_u64, vtst_s64, vtst_u64, vuqadd_s64): Wrap existing
3169         logic in GCC vector extensions
3171         (vpaddd_s64, vaddd_s64, vaddd_u64, vceqd_s64, vceqd_u64, vceqzd_s64
3172         vceqzd_u64, vcged_s64, vcged_u64, vcgezd_s64, vcgtd_s64, vcgtd_u64,
3173         vcgtzd_s64, vcled_s64, vcled_u64, vclezd_s64, vcltd_s64, vcltd_u64,
3174         vcltzd_s64, vqdmlals_s32, vqdmlsls_s32, vqmovnd_s64, vqmovnd_u64
3175         vqmovund_s64, vqrshld_s64, vqrshld_u64, vqrshrnd_n_s64,
3176         vqrshrnd_n_u64, vqrshrund_n_s64, vqshld_s64, vqshld_u64,
3177         vqshld_n_u64, vqshrnd_n_s64, vqshrnd_n_u64, vqshrund_n_s64,
3178         vrshld_u64, vrshrd_n_u64, vrsrad_n_u64, vshld_n_u64, vshld_s64,
3179         vshld_u64, vslid_n_u64, vsqaddd_u64, vsrad_n_u64, vsrid_n_u64,
3180         vsubd_s64, vsubd_u64, vtstd_s64, vtstd_u64): Fix type signature.
3182         (vabs_s64): Use GCC vector extensions; call __builtin_aarch64_absdi.
3184         (vget_high_s64, vget_high_u64): Reimplement with GCC vector
3185         extensions.
3187         (__GET_LOW, vget_low_u64): Wrap result using vcreate_u64.
3188         (vget_low_s64): Use __GET_LOW macro.
3189         (vget_lane_s64, vget_lane_u64, vdupq_lane_s64, vdupq_lane_u64): Use
3190         gcc vector extensions, add call to __builtin_aarch64_lane_boundsi.
3191         (vdup_lane_s64, vdup_lane_u64,): Add __builtin_aarch64_lane_bound_si.
3192         (vdupd_lane_s64, vdupd_lane_u64): Fix type signature, add
3193         __builtin_aarch64_lane_boundsi, use GCC vector extensions.
3195         (vcombine_s64): Use GCC vector extensions; remove cast.
3196         (vqaddd_s64, vqaddd_u64, vqdmulls_s32, vqshld_n_s64, vqshlud_n_s64,
3197         vqsubd_s64, vqsubd_u64, vrshld_s64, vrshrd_n_s64, vrsrad_n_s64,
3198         vshld_n_s64, vshrd_n_s64, vslid_n_s64, vsrad_n_s64, vsrid_n_s64):
3199         Fix type signature; remove cast.
3201 2014-06-23  Alan Lawrence  <alan.lawrence@arm.com>
3203         PR target/60825
3204         * config/aarch64/aarch64.c (aarch64_simd_mangle_map): Add entry for
3205         V1DFmode.
3206         * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_type_mode):
3207         add V1DFmode
3208         (BUILTIN_VD1): New.
3209         (BUILTIN_VD_RE): Remove.
3210         (aarch64_init_simd_builtins): Add V1DF to modes/modenames.
3211         (aarch64_fold_builtin): Update reinterpret patterns, df becomes v1df.
3212         * config/aarch64/aarch64-simd-builtins.def (create): Make a v1df
3213         variant but not df.
3214         (vreinterpretv1df*, vreinterpret*v1df): New.
3215         (vreinterpretdf*, vreinterpret*df): Remove.
3216         * config/aarch64/aarch64-simd.md (aarch64_create,
3217         aarch64_reinterpret*): Generate V1DFmode pattern not DFmode.
3218         * config/aarch64/iterators.md (VD_RE): Include V1DF, remove DF.
3219         (VD1): New.
3220         * config/aarch64/arm_neon.h (float64x1_t): typedef with gcc extensions.
3221         (vcreate_f64): Remove cast, use v1df builtin.
3222         (vcombine_f64): Remove cast, get elements with gcc vector extensions.
3223         (vget_low_f64, vabs_f64, vceq_f64, vceqz_f64, vcge_f64, vgfez_f64,
3224         vcgt_f64, vcgtz_f64, vcle_f64, vclez_f64, vclt_f64, vcltz_f64,
3225         vdup_n_f64, vdupq_lane_f64, vld1_f64, vld2_f64, vld3_f64, vld4_f64,
3226         vmov_n_f64, vst1_f64): Use gcc vector extensions.
3227         (vget_lane_f64, vdupd_lane_f64, vmulq_lane_f64, ): Use gcc extensions,
3228         add range check using __builtin_aarch64_im_lane_boundsi.
3229         (vfma_lane_f64, vfmad_lane_f64, vfma_laneq_f64, vfmaq_lane_f64,
3230         vfms_lane_f64, vfmsd_lane_f64, vfms_laneq_f64, vfmsq_lane_f64): Fix
3231         type signature, use gcc vector extensions.
3232         (vreinterpret_p8_f64, vreinterpret_p16_f64, vreinterpret_f32_f64,
3233         vreinterpret_f64_f32, vreinterpret_f64_p8, vreinterpret_f64_p16,
3234         vreinterpret_f64_s8, vreinterpret_f64_s16, vreinterpret_f64_s32,
3235         vreinterpret_f64_s64, vreinterpret_f64_u8, vreinterpret_f64_u16,
3236         vreinterpret_f64_u32, vreinterpret_f64_u64, vreinterpret_s8_f64,
3237         vreinterpret_s16_f64, vreinterpret_s32_f64, vreinterpret_s64_f64,
3238         vreinterpret_u8_f64, vreinterpret_u16_f64, vreinterpret_u32_f64,
3239         vreinterpret_u64_f64): Use v1df builtin not df.
3241 2014-06-23  James Greenhalgh  <james.greenhalgh@arm.com>
3243         * config/aarch64/aarch64.md (*addsi3_aarch64): Add alternative in
3244         vector registers.
3246 2014-06-23  Jan Hubicka  <hubicka@ucw.cz>
3248         * lto-cgraph.c (lto_output_node, input_node): Set/get init/fini
3249         priority directly.
3251 2014-06-23  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
3253         * loop-invariant.c (pre_check_invariant_p): New function.
3254         (find_invariant_insn): Call pre_check_invariant_p.
3256 2014-06-22  Richard Henderson  <rth@redhat.com>
3258         PR target/61565
3259         * compare-elim.c (struct comparison): Add eh_note.
3260         (find_comparison_dom_walker::before_dom_children): Don't eliminate
3261         a redundant comparison in a different EH region.  Purge EH edges if
3262         necessary.
3264 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
3266         * config/rs6000/rs6000.md (maybe_var_shift): New define_attr.
3267         (var_shift): Use it.
3268         (rotl<mode>3, *rotlsi3_64, *rotl<mode>3_dot, *rotl<mode>3_dot2,
3269         *rotlsi3_internal4, *rotlsi3_internal5, *rotlsi3_internal6,
3270         *rotlsi3_internal8le, *rotlsi3_internal8be, *rotlsi3_internal9le,
3271         *rotlsi3_internal9be, *rotlsi3_internal10le, *rotlsi3_internal10be,
3272         *rotlsi3_internal11le, *rotlsi3_internal11be, *rotlsi3_internal12le,
3273         *rotlsi3_internal12be, ashl<mode>3, *ashlsi3_64, *ashl<mode>3_dot,
3274         *ashl<mode>3_dot2, lshr<mode>3, *lshrsi3_64, *lshr<mode>3_dot,
3275         *lshr<mode>3_dot2, *ashr<mode>3, *ashrsi3_64, *ashr<mode>3_dot,
3276         *ashr<mode>3_dot2, *rotldi3_internal4, *rotldi3_internal5,
3277         *rotldi3_internal6, *rotldi3_internal7le, *rotldi3_internal7be,
3278         *rotldi3_internal8le, *rotldi3_internal8be, *rotldi3_internal9le,
3279         *rotldi3_internal9be, *rotldi3_internal10le, *rotldi3_internal10be,
3280         *rotldi3_internal11le, *rotldi3_internal11be, *rotldi3_internal12le,
3281         *rotldi3_internal12be, *rotldi3_internal13le, *rotldi3_internal13be,
3282         *rotldi3_internal14le, *rotldi3_internal14be, *rotldi3_internal15le,
3283         *rotldi3_internal15be): Use the new attribute.  Merge register and
3284         integer alternatives.
3286 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
3288         * config/rs6000/rs6000.md (ashrsi3, two anonymous define_insns and
3289         define_splits, ashrdi3, *ashrdi3_internal1, *ashrdi3_internal2 and
3290         split, *ashrdi3_internal3 and split): Delete, merge into...
3291         (ashr<mode>3): New expander.
3292         (*ashr<mode>3, ashr<mode>3_dot, ashr<mode>3_dot2): New.
3293         (*ashrsi3_64): Fix formatting.  Replace "i" by "n".
3295 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
3297         * config/rs6000/rs6000.md (rotlsi3, *rotlsi3_internal2 and split,
3298         *rotlsi3_internal3 and split, rotldi3, *rotldi3_internal2 and split,
3299         *rotldi3_internal3 and split): Delete, merge into...
3300         (rotl<mode>3, rotl<mode>3_dot, rotl<mode>3_dot2): New.
3301         (*rotlsi3_64): Fix formatting.  Fix condition.  Replace "i" by "n".
3302         Use "rotlw" extended mnemonic.
3304 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
3306         * config/rs6000/rs6000.md (ashlsi3, two anonymous define_insns
3307         and define_splits, ashldi3, *ashldi3_internal1, *ashldi3_internal2
3308         and split, *ashldi3_internal3 and split): Delete, merge into...
3309         (ashl<mode>3, ashl<mode>3_dot, ashl<mode>3_dot2): New.
3310         (*ashlsi3_64): Fix formatting.  Replace "i" by "n".
3312 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
3314         * config/rs6000/rs6000.md ("hH"): New define_mode_attr.
3315         (lshrsi3, two anonymous define_insns and define_splits,
3316         lshrdi3, *lshrdi3_internal1, *lshrdi3_internal2 and split,
3317         *lshrdi3_internal3 and split): Delete, merge into...
3318         (lshr<mode>3, lshr<mode>3_dot, lshr<mode>3_dot2): New.
3319         (*lshrsi3_64): Fix formatting.  Replace "i" by "n".
3321 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
3323         * config/rs6000/rs6000.md (lshrsi3, and its two dot patterns):
3324         Remove "O" alternative.
3326 2014-06-22  Richard Sandiford  <rdsandiford@googlemail.com>
3328         * config/mips/mips.c (mips_move_to_gpr_cost): Remove mode argument.
3329         (mips_move_from_gpr_cost): Likewise.
3330         (mips_register_move_cost): Update accordingly.
3331         (mips_secondary_reload_class): Remove name of in_p.
3333 2014-06-22  Marc Glisse  <marc.glisse@inria.fr>
3335         PR target/61503
3336         * config/i386/i386.md (x86_64_shrd, x86_shrd,
3337         ix86_rotr<dwi>3_doubleword): Replace ashiftrt with lshiftrt.
3339 2014-06-21  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3341         * config/nios2/nios2.c: Include "builtins.h".
3343 2014-06-20  Jan Hubicka  <hubicka@ucw.cz>
3345         * cgraph.h (tls_model_names): New variable.
3346         * print-tree.c (print_node): Simplify.
3347         * varpool.c (tls_model_names): New variable.
3348         (dump_varpool_node): Output tls model.
3350 2014-06-20  Jan Hubicka  <hubicka@ucw.cz>
3352         * ipa-visibility.c (function_and_variable_visibility): Disable
3353         temporarily local aliases for some targets.
3355 2014-06-20  Marek Polacek  <polacek@redhat.com>
3357         * asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.
3358         * flag-types.h (enum sanitize_code): Add SANITIZE_BOUNDS and or it
3359         into SANITIZE_UNDEFINED.
3360         * doc/invoke.texi: Describe -fsanitize=bounds.
3361         * gimplify.c (gimplify_call_expr): Add gimplification of internal
3362         functions created in the FEs.
3363         * internal-fn.c: Move "internal-fn.h" after "tree.h".
3364         (expand_UBSAN_BOUNDS): New function.
3365         * internal-fn.def (UBSAN_BOUNDS): New internal function.
3366         * internal-fn.h: Don't define internal functions here.
3367         * opts.c (common_handle_option): Add -fsanitize=bounds.
3368         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_OUT_OF_BOUNDS,
3369         BUILT_IN_UBSAN_HANDLE_OUT_OF_BOUNDS_ABORT): Add.
3370         * tree-core.h: Define internal functions here.
3371         (struct tree_base): Add ifn field.
3372         * tree-pretty-print.c: Include "internal-fn.h".
3373         (dump_generic_node): Handle functions without CALL_EXPR_FN.
3374         * tree.c (get_callee_fndecl): Likewise.
3375         (build_call_expr_internal_loc): New function.
3376         * tree.def (CALL_EXPR): Update description.
3377         * tree.h (CALL_EXPR_IFN): Define.
3378         (build_call_expr_internal_loc): Declare.
3379         * ubsan.c (get_ubsan_type_info_for_type): Return 0 for non-arithmetic
3380         types.
3381         (ubsan_type_descriptor): Change bool parameter to enum
3382         ubsan_print_style.  Adjust the code.  Add handling of
3383         UBSAN_PRINT_ARRAY.
3384         (ubsan_expand_bounds_ifn): New function.
3385         (ubsan_expand_null_ifn): Adjust ubsan_type_descriptor call.
3386         (ubsan_build_overflow_builtin): Likewise.
3387         (instrument_bool_enum_load): Likewise.
3388         (ubsan_instrument_float_cast): Likewise.
3389         * ubsan.h (enum ubsan_print_style): New enum.
3390         (ubsan_expand_bounds_ifn): Declare.
3391         (ubsan_type_descriptor): Adjust declaration.  Use a default parameter.
3393 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3395         * config/rs6000/rs6000.md: Append `DONE' to preparation
3396         statements of `bswap' pattern splitters.
3398 2014-06-20  Tom de Vries  <tom@codesourcery.com>
3400         * target.def (call_fusage_contains_non_callee_clobbers): Update
3401         definition.
3402         * doc/tm.texi: Regenerate.
3404 2014-06-20  Yury Gribov  <y.gribov@samsung.com>
3405             Max Ostapenko  <m.ostapenko@partner.samsung.com>
3407         PR sanitizer/61547
3408         * asan.c (instrument_strlen_call): Fixed instrumentation of
3409         trailing byte.
3411 2014-06-20  Martin Jambor  <mjambor@suse.cz>
3413         PR ipa/61540
3414         * ipa-prop.c (impossible_devirt_target): New function.
3415         (try_make_edge_direct_virtual_call): Use it, also instead of
3416         asserting.
3418 2014-06-20  Yury Gribov  <y.gribov@samsung.com>
3419             Max Ostapenko  <m.ostapenko@partner.samsung.com>
3421         PR sanitizer/61530
3422         * asan.c (build_check_stmt): Add condition.
3424 2014-06-20  Martin Jambor  <mjambor@suse.cz>
3426         PR ipa/61211
3427         * cgraph.c (clone_of_p): Allow skipped_branch to deal with
3428         expanded clones.
3430 2014-06-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3432         * config/aarch64/iterators.md (VCOND): Handle SI and HI modes.
3433         Update comments.
3434         (VCONQ): Make comment more helpful.
3435         (VCON): Delete.
3436         * config/aarch64/aarch64-simd.md
3437         (aarch64_sqdmulh_lane<mode>):
3438         Use VCOND for operands 2.  Update lane checking and flipping logic.
3439         (aarch64_sqrdmulh_lane<mode>): Likewise.
3440         (aarch64_sq<r>dmulh_lane<mode>_internal): Likewise.
3441         (aarch64_sqdmull2<mode>): Remove VCON, use VQ_HSI mode iterator.
3442         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal, VD_HSI): Change mode
3443         attribute of operand 3 to VCOND.
3444         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal, SD_HSI): Likewise.
3445         (aarch64_sqdml<SBINQOPS:as>l2_lane<mode>_internal): Likewise.
3446         (aarch64_sqdmull_lane<mode>_internal, VD_HSI): Likewise.
3447         (aarch64_sqdmull_lane<mode>_internal, SD_HSI): Likewise.
3448         (aarch64_sqdmull2_lane<mode>_internal): Likewise.
3449         (aarch64_sqdml<SBINQOPS:as>l_laneq<mode>_internal, VD_HSI: New
3450         define_insn.
3451         (aarch64_sqdml<SBINQOPS:as>l_laneq<mode>_internal, SD_HSI): Likewise.
3452         (aarch64_sqdml<SBINQOPS:as>l2_laneq<mode>_internal): Likewise.
3453         (aarch64_sqdmull_laneq<mode>_internal, VD_HSI): Likewise.
3454         (aarch64_sqdmull_laneq<mode>_internal, SD_HSI): Likewise.
3455         (aarch64_sqdmull2_laneq<mode>_internal): Likewise.
3456         (aarch64_sqdmlal_lane<mode>): Change mode attribute of penultimate
3457         operand to VCOND.  Update lane flipping and bounds checking logic.
3458         (aarch64_sqdmlal2_lane<mode>): Likewise.
3459         (aarch64_sqdmlsl_lane<mode>): Likewise.
3460         (aarch64_sqdmull_lane<mode>): Likewise.
3461         (aarch64_sqdmull2_lane<mode>): Likewise.
3462         (aarch64_sqdmlal_laneq<mode>):
3463         Replace VCON usage with VCONQ.
3464         Emit aarch64_sqdmlal_laneq<mode>_internal insn.
3465         (aarch64_sqdmlal2_laneq<mode>): Emit
3466         aarch64_sqdmlal2_laneq<mode>_internal insn.
3467         Replace VCON with VCONQ.
3468         (aarch64_sqdmlsl2_lane<mode>): Replace VCON with VCONQ.
3469         (aarch64_sqdmlsl2_laneq<mode>): Likewise.
3470         (aarch64_sqdmull_laneq<mode>): Emit
3471         aarch64_sqdmull_laneq<mode>_internal insn.
3472         Replace VCON with VCONQ.
3473         (aarch64_sqdmull2_laneq<mode>): Emit
3474         aarch64_sqdmull2_laneq<mode>_internal insn.
3475         (aarch64_sqdmlsl_laneq<mode>): Replace VCON usage with VCONQ.
3476         * config/aarch64/arm_neon.h (vqdmlal_high_lane_s16): Change type
3477         of 3rd argument to int16x4_t.
3478         (vqdmlalh_lane_s16): Likewise.
3479         (vqdmlslh_lane_s16): Likewise.
3480         (vqdmull_high_lane_s16): Likewise.
3481         (vqdmullh_lane_s16): Change type of 2nd argument to int16x4_t.
3482         (vqdmlal_lane_s16): Don't create temporary int16x8_t value.
3483         (vqdmlsl_lane_s16): Likewise.
3484         (vqdmull_lane_s16): Don't create temporary int16x8_t value.
3485         (vqdmlal_high_lane_s32): Change type 3rd argument to int32x2_t.
3486         (vqdmlals_lane_s32): Likewise.
3487         (vqdmlsls_lane_s32): Likewise.
3488         (vqdmull_high_lane_s32): Change type 2nd argument to int32x2_t.
3489         (vqdmulls_lane_s32): Likewise.
3490         (vqdmlal_lane_s32): Don't create temporary int32x4_t value.
3491         (vqdmlsl_lane_s32): Likewise.
3492         (vqdmull_lane_s32): Don't create temporary int32x4_t value.
3493         (vqdmulhh_lane_s16): Change type of second argument to int16x4_t.
3494         (vqrdmulhh_lane_s16): Likewise.
3495         (vqdmlsl_high_lane_s16): Likewise.
3496         (vqdmulhs_lane_s32): Change type of second argument to int32x2_t.
3497         (vqdmlsl_high_lane_s32): Likewise.
3498         (vqrdmulhs_lane_s32): Likewise.
3500 2014-06-20  Tom de Vries  <tom@codesourcery.com>
3502         * final.c (collect_fn_hard_reg_usage): Add separate IOR_HARD_REG_SET for
3503         get_call_reg_set_usage.
3505 2014-06-20  Tom de Vries  <tom@codesourcery.com>
3507         * final.c (collect_fn_hard_reg_usage): Don't save function_used_regs if
3508         it contains all call_used_regs.
3510 2014-06-20  Tom de Vries  <tom@codesourcery.com>
3512         * final.c (collect_fn_hard_reg_usage): Add and use variable
3513         function_used_regs.
3515 2014-06-20  Jan Hubicka  <hubicka@ucw.cz>
3517         * cgraph.h (struct symtab_node): Add field in_init_priority_hash
3518         (set_init_priority, get_init_priority, set_fini_priority,
3519         get_fini_priority): New methods.
3520         * tree.c (init_priority_for_decl): Remove.
3521         (init_ttree): Do not initialize init priority.
3522         (decl_init_priority_lookup, decl_fini_priority_lookup): Rewrite.
3523         (decl_priority_info): Remove.
3524         (decl_init_priority_insert): Rewrite.
3525         (decl_fini_priority_insert): Rewrite.
3526         * tree.h (tree_priority_map_eq, tree_priority_map_hash,
3527         tree_priority_map_marked_p): Remove.
3528         * lto-cgraph.c (lto_output_node, input_node): Stream init priorities.
3529         * lto-streamer-out.c (hash_tree): Do not hash priorities.
3530         * tree-streamer-out.c (pack_ts_decl_with_vis_value_fields): Do
3531         not output priorities.
3532         (pack_ts_function_decl_value_fields): Likewise.
3533         * tree-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Do
3534         not input priorities.
3535         (unpack_ts_function_decl_value_fields): Likewise.
3536         * symtab.c (symbol_priority_map): Declare.
3537         (init_priority_hash): Declare.
3538         (symtab_unregister_node): Unregister from priority hash, too.
3539         (symtab_node::get_init_priority, cgraph_node::get_fini_priority):
3540         New methods.
3541         (symbol_priority_map_eq, symbol_priority_map_hash): New functions.
3542         (symbol_priority_info): New function.
3543         (symtab_node::set_init_priority, cgraph_node::set_fini_priority):
3544         New methods.
3545         * tree-core.h (tree_priority_map): Remove.
3547 2014-06-20  Jakub Jelinek  <jakub@redhat.com>
3549         * tree-ssa-math-opts.c (do_shift_rotate, find_bswap_or_nop_1): Cast
3550         0xff to uint64_t before shifting it up.
3552 2014-06-20  Julian Brown  <julian@codesourcery.com>
3553             Chung-Lin Tang  <cltang@codesourcery.com>
3555         * config/arm/arm.c (arm_output_mi_thunk): Fix offset for
3556         TARGET_THUMB1_ONLY. Add comments.
3558 2014-06-19  Tom de Vries  <tom@codesourcery.com>
3560         * config/aarch64/aarch64-protos.h (aarch64_emit_call_insn): Change
3561         return type to void.
3562         * config/aarch64/aarch64.c (aarch64_emit_call_insn): Same.
3564 2014-06-19  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
3566         * loop-invariant.c (get_inv_cost): Skip invariants, which are marked
3567         as "move", from depends_on.
3569 2014-06-19  Terry Guo  <terry.guo@arm.com>
3571         * config/arm/thumb1.md (define_split): Split 64bit constant in earlier
3572         stage.
3574 2014-06-18  Segher Boessenkool  <segher@kernel.crashing.org>
3576         * config/rs6000/rs6000.h (FIXED_REGISTERS): Update comment.
3577         Remove cr5.
3578         (REG_ALLOC_ORDER): Update comment.  Move cr5 earlier.
3580 2014-06-18  Kaz Kojima  <kkojima@gcc.gnu.org>
3582         PR target/61550
3583         * config/sh/sh.c (prepare_move_operands): Don't process TLS
3584         addresses here if reload in progress or completed.
3586 2014-06-18  Robert Suchanek  <robert.suchanek@imgtec.com>
3588         * config/mips/constraints.md ("d"): BASE_REG_CLASS replaced by
3589         "TARGET_MIPS16 ? M16_REGS : GR_REGS".
3590         * config/mips/mips.c (mips_regno_to_class): Update for M16_SP_REGS.
3591         (mips_regno_mode_ok_for_base_p): Remove use of !strict_p for MIPS16.
3592         (mips_register_priority): New function that implements the target
3593         hook TARGET_REGISTER_PRIORITY.
3594         (mips_spill_class): Likewise for TARGET_SPILL_CLASS.
3595         (mips_lra_p): Likewise for TARGET_LRA_P.
3596         (TARGET_REGISTER_PRIORITY): Define macro.
3597         (TARGET_SPILL_CLASS): Likewise.
3598         (TARGET_LRA_P): Likewise.
3599         * config/mips/mips.h (reg_class): Add M16_SP_REGS and SPILL_REGS
3600         classes.
3601         (REG_CLASS_NAMES): Likewise.
3602         (REG_CLASS_CONTENTS): Likewise.
3603         (BASE_REG_CLASS): Use M16_SP_REGS.
3604         * config/mips/mips.md (*mul_acc_si): Add alternative tuned for LRA.
3605         New set attribute to enable alternatives depending on the register
3606         allocator used.
3607         (*mul_acc_si_r3900, *mul_sub_si): Likewise.
3608         (*lea64): Disable pattern for MIPS16.
3609         * config/mips/mips.opt (mlra): New option.
3611 2014-06-18  Robert Suchanek  <robert.suchanek@imgtec.com>
3613         * lra-constraints.c (base_to_reg): New function.
3614         (process_address): Use new function.
3616 2014-06-18  Tom de Vries  <tom@codesourcery.com>
3618         * config/aarch64/aarch64-protos.h (aarch64_emit_call_insn): Declare.
3619         * config/aarch64/aarch64.c
3620         (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): Redefine as true.
3621         (aarch64_emit_call_insn): New function.
3622         (aarch64_load_symref_appropriately): Use aarch64_emit_call_insn instead
3623         of emit_call_insn.
3624         * config/aarch64/aarch64.md (define_expand "call_internal")
3625         (define_expand "call_value_internal", define_expand "sibcall_internal")
3626         (define_expand "sibcall_value_internal"): New.
3627         (define_expand "call", define_expand "call_value")
3628         (define_expand "sibcall", define_expand "sibcall_value"): Use internal
3629         expand variant and aarch64_emit_call_insn.
3631 2014-06-18  Radovan Obradovic  <robradovic@mips.com>
3632             Tom de Vries  <tom@codesourcery.com>
3634         * config/arm/arm-protos.h (arm_emit_call_insn): Add bool parameter.
3635         * config/arm/arm.c (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS):
3636         Redefine to true.
3637         (arm_emit_call_insn): Add and use sibcall parameter.  Add IP and CC
3638         clobbers to CALL_INSN_FUNCTION_USAGE.
3639         (define_expand "sibcall_internal")
3640         (define_expand "sibcall_value_internal"): New.
3641         (define_expand "call", define_expand "call_value"): Add argument to
3642         arm_emit_call_insn.
3643         (define_expand "sibcall"): Use sibcall_internal and arm_emit_call_insn.
3644         (define_expand "sibcall_value"): Use sibcall_value_internal and
3645         arm_emit_call_insn.
3647 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
3649         * config/arm/bpabi.c (__gnu_uldivmod_helper): Remove.
3651 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
3653         * config/arm/bpabi-v6m.S (__aeabi_uldivmod): Perform division using
3654         __udivmoddi4.
3656 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
3658         * config/arm/bpabi.S (__aeabi_ldivmod, __aeabi_uldivmod,
3659         push_for_divide, pop_for_divide): Use .cfi_* directives for DWARF
3660         annotations. Fix DWARF information.
3662 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
3664         * config/arm/bpabi.S (__aeabi_ldivmod): Perform division using
3665         __udivmoddi4, and fixups for negative operands.
3667 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
3669         * config/arm/bpabi.S (__aeabi_ldivmod): Optimise stack manipulation.
3671 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
3673         * config/arm/bpabi.S (__aeabi_uldivmod): Perform division using call
3674         to __udivmoddi4.
3676 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
3678         * config/arm/bpabi.S (__aeabi_uldivmod): Optimise stack pointer
3679         manipulation.
3681 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
3683         * config/arm/bpabi.S (__aeabi_uldivmod, __aeabi_ldivmod): Add comment
3684         describing register usage on function entry and exit.
3686 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
3688         * config/arm/bpabi.S (__aeabi_uldivmod): Fix whitespace.
3689         (__aeabi_ldivmod): Fix whitespace.
3691 2014-06-18  Andreas Schwab  <schwab@suse.de>
3693         * doc/md.texi (Standard Names): Use @itemx for grouped items.
3694         Remove blank line after @item.
3696 2014-06-18  Richard Henderson  <rth@redhat.com>
3698         PR target/61545
3699         * config/aarch64/aarch64.md (tlsdesc_small_<PTR>): Clobber CC_REGNUM.
3701 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
3703         * config/arm/arm.c (neon_vector_mem_operand): Allow register
3704         POST_MODIFY for neon loads and stores.
3705         (arm_print_operand): Output post-index register for neon loads and
3706         stores.
3708 2014-06-18  Richard Biener  <rguenther@suse.de>
3710         * tree-ssa-dce.c (perform_tree_ssa_dce): Fixup bogus commit.
3712 2014-06-18  Richard Biener  <rguenther@suse.de>
3714         * tree-pass.h (make_pass_dce_loop): Remove.
3715         * passes.def: Replace pass_dce_loop with pass_dce.
3716         * tree-ssa-dce.c (perform_tree_ssa_dce): If something
3717         changed free niter estimates and reset the scev cache.
3718         (tree_ssa_dce_loop, pass_data_dce_loop, pass_dce_loop,
3719         make_pass_dce_loop): Remove.
3720         * tree-ssa-copy.c: Include tree-ssa-loop-niter.h.
3721         (fini_copy_prop): Return whether something changed.  Always
3722         let substitute_and_fold perform DCE and free niter estimates
3723         and reset the scev cache if so.
3724         (execute_copy_prop): If sth changed schedule cleanup-cfg.
3725         (pass_data_copy_prop): Do not unconditionally schedule
3726         cleanup-cfg or update-ssa.
3728 2014-06-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
3730         PR tree-optimization/61518
3731         * tree-if-conv.c (is_cond_scalar_reduction): Add missed check that
3732         reduction var is used in reduction stmt or phi-function only.
3734 2014-06-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3736         * config/arm/arm_neon.h (vadd_f32): Change #ifdef to __FAST_MATH.
3738 2014-06-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3740         PR tree-optimization/61517
3741         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adapt to return a stmt
3742         whose rhs's first tree is the source expression instead of the
3743         expression itself.
3744         (find_bswap_or_nop): Likewise.
3745         (bsap_replace): Rename stmt in cur_stmt. Pass gsi by value and src as a
3746         gimple stmt whose rhs's first tree is the source. In the memory source
3747         case, move the stmt to be replaced close to one of the original load to
3748         avoid the problem of a store between the load and the stmt's original
3749         location.
3750         (pass_optimize_bswap::execute): Adapt to change in bswap_replace's
3751         signature.
3753 2014-06-18  Andreas Schwab  <schwab@suse.de>
3755         PR rtl-optimization/54555
3756         * postreload.c (move2add_use_add2_insn): Substitute
3757         STRICT_LOW_PART only if it is cheaper.
3759 2014-06-18  Uros Bizjak  <ubizjak@gmail.com>
3761         * config/i386/i386.md (*sibcall_memory): Rename from *sibcall_intern.
3762         Do not use unspec as call operand.  Use memory_operand instead of
3763         memory_nox32_operand and add "m" operand constraint.  Disable
3764         pattern for TARGET_X32.
3765         (*sibcall_pop_memory): Ditto.
3766         (*sibcall_value_memory): Ditto.
3767         (*sibcall_value_pop_memory): Ditto.
3768         (sibcall peepholes): Merge SImode and DImode patterns using
3769         W mode iterator.  Use memory_operand instead of memory_nox32_operand.
3770         Disable pattern for TARGET_X32.  Check if eliminated register is
3771         really dead after call insn.  Generate call RTX without unspec operand.
3772         (sibcall_value peepholes): Ditto.
3773         (sibcall_pop peepholes): Fix call insn RTXes.  Use memory_operand
3774         instead of memory_nox32_operand.  Check if eliminated register is
3775         really dead after call insn. Generate call RTX without unspec operand.
3776         (sibcall_value_pop peepholes): Ditto.
3777         * config/i386/predicates.md (memory_nox32_operand): Remove predicate.
3779 2014-06-18  Terry Guo  <terry.guo@arm.com>
3781         PR target/61544
3782         * config/arm/arm.c (thumb1_reorg): Move to next basic block if we
3783         reach the head.
3785 2014-06-18  Olivier Hainque  <hainque@adacore.com>
3787         * tree-core.h (tree_block): Add an "end_locus" field, allowing
3788         memorization of the end of block source location.
3789         * tree.h (BLOCK_SOURCE_END_LOCATION): New accessor.
3790         * gimplify.c (gimplify_bind_expr): Propagate the block start and
3791         end source location info we have on the block entry/exit code we
3792         generate.
3794 2014-06-18  Richard Biener  <rguenther@suse.de>
3796         * common.opt (fssa-phiopt): New option.
3797         * opts.c (default_options_table): Enable -fssa-phiopt with -O1+
3798         but not with -Og.
3799         * tree-ssa-phiopt.c (pass_phiopt): Add gate method.
3800         * doc/invoke.texi (-fssa-phiopt): Document.
3802 2014-06-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3804         * genattrtab.c (n_bypassed): New variable.
3805         (process_bypasses): Initialise n_bypassed.
3806         Count number of bypassed reservations.
3807         (make_automaton_attrs): Allocate space for bypassed reservations
3808         rather than number of bypasses.
3810 2014-06-18  Richard Biener  <rguenther@suse.de>
3812         * tree-ssa-propagate.c (replace_phi_args_in): Return whether
3813         we propagated anything.
3814         (substitute_and_fold_dom_walker::before_dom_children): Something
3815         changed if we propagated into PHI arguments.
3816         * tree-ssa-pre.c (eliminate): Always schedule cfg-cleanup if
3817         we removed a stmt.
3819 2014-06-18  Evgeny Stupachenko  <evstupac@gmail.com>
3821         * config/i386/i386.c (ix86_reassociation_width): Add alternative for
3822         vector case.
3823         * config/i386/i386.h (TARGET_VECTOR_PARALLEL_EXECUTION): New.
3824         * config/i386/x86-tune.def (X86_TUNE_VECTOR_PARALLEL_EXECUTION): New.
3825         * tree-vect-data-refs.c (vect_shift_permute_load_chain): New.
3826         Introduces alternative way of loads group permutaions.
3827         (vect_transform_grouped_load): Try alternative way of permutations.
3829 2014-06-18  Jakub Jelinek  <jakub@redhat.com>
3831         * gimplify.c (omp_notice_variable): If n is non-NULL and no flags
3832         changed in ORT_TARGET region, don't jump to do_outer.
3833         (struct gimplify_adjust_omp_clauses_data): New type.
3834         (gimplify_adjust_omp_clauses_1): Adjust for data being
3835         a struct gimplify_adjust_omp_clauses_data pointer instead
3836         of tree *.  Pass pre_p as a new argument to
3837         lang_hooks.decls.omp_finish_clause hook.
3838         (gimplify_adjust_omp_clauses): Add pre_p argument, adjust
3839         splay_tree_foreach to pass both list_p and pre_p.
3840         (gimplify_omp_parallel, gimplify_omp_task, gimplify_omp_for,
3841         gimplify_omp_workshare, gimplify_omp_target_update): Adjust
3842         gimplify_adjust_omp_clauses callers.
3843         * langhooks.c (lhd_omp_finish_clause): New function.
3844         * langhooks-def.h (lhd_omp_finish_clause): New prototype.
3845         (LANG_HOOKS_OMP_FINISH_CLAUSE): Define to lhd_omp_finish_clause.
3846         * langhooks.h (struct lang_hooks_for_decls): Add a new
3847         gimple_seq * argument to omp_finish_clause hook.
3848         * omp-low.c (scan_sharing_clauses): Call scan_omp_op on
3849         non-DECL_P OMP_CLAUSE_DECL if ctx->outer.
3850         (scan_omp_parallel, lower_omp_for): When adding
3851         _LOOPTEMP_ clause var, add it to outer ctx's decl_map as identity.
3852         * tree-core.h (OMP_CLAUSE_MAP_TO_PSET): New map kind.
3853         * tree-nested.c (convert_nonlocal_omp_clauses,
3854         convert_local_omp_clauses): Handle various OpenMP 4.0 clauses.
3855         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_MAP_TO_PSET.
3857 2014-06-17  Andrew MacLeod  <amacleod@redhat.com>
3859         * tree-dfa.h (get_addr_base_and_unit_offset_1): Move from here.
3860         * tree-dfa.c (get_addr_base_and_unit_offset_1): To here.
3862 2014-06-17  Xinliang David Li  <davidxl@google.com>
3864         * tree-pretty-print.c (dump_function_header): Print cgraph uid.
3865         * passes.c (pass_init_dump_file): Do not set initialize
3866         flag to false unconditionally.
3868 2014-06-17  Richard Biener  <rguenther@suse.de>
3870         * genopinit.c (main): Use vec<>::qsort method.
3871         * tree-ssa-loop-niter.c (discover_iteration_bound_by_body_walk):
3872         Likewise.
3873         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Likewise.
3875 2014-06-17  Matthew Fortune  <matthew.fortune@imgtec.com>
3877         * config/mips/mips-protos.h (mips_expand_fcc_reload): Remove.
3878         * config/mips/mips.c (mips_expand_fcc_reload): Remove.
3879         (mips_move_to_gpr_cost): Remove ST_REGS case.
3880         (mips_move_from_gpr_cost): Likewise.
3881         (mips_register_move_cost): Likewise.
3882         (mips_secondary_reload_class): Likewise.
3884 2014-06-17  Richard Biener  <rguenther@suse.de>
3886         * passes.def (pass_all_early_optimizations): Remove copy-prop pass.
3887         (pass_all_optimizations): Move 3rd copy-prop pass from after
3888         fre to before ifcombine/phiopt.
3890 2014-06-17  Richard Biener  <rguenther@suse.de>
3892         * tree-switch-conversion.c (collect_switch_conv_info): Simplify
3893         and allow all blocks to be forwarders.
3895 2014-06-17  Yufeng Zhang  <yufeng.zhang@arm.com>
3897         PR target/61483
3898         * config/aarch64/aarch64.c (aarch64_layout_arg): Add new local
3899         variable 'size'; calculate 'size' right in the front; use
3900         'size' to compute 'nregs' (when 'allocate_ncrn != 0') and
3901         pcum->aapcs_stack_words.
3903 2014-06-17  Nick Clifton  <nickc@redhat.com>
3905         * config/msp430/msp430.md (mulhisi3): Add a NOP after the DINT.
3906         (umulhi3, mulsidi3, umulsidi3): Likewise.
3908 2014-06-17  Thomas Schwinge  <thomas@codesourcery.com>
3910         PR middle-end/61508
3911         * fold-const.c (fold_checksum_tree) <TS_DECL_WITH_VIS>: Remove
3912         check for section name.
3914 2014-06-17  Richard Biener  <rguenther@suse.de>
3916         * tree-ssa-propagate.c: Include domwalk.h.
3917         (substitute_and_fold): Outline main worker into a domwalker ...
3918         (substitute_and_fold_dom_walker::before_dom_children): ... here.
3919         Schedule stmts we can fully propagate for removal.  Remove
3920         poor-mans DCE.
3921         (substitute_and_fold): Apply a dominator walk to perform
3922         substitution.  Process stmts scheduled for removal here.
3924 2014-06-17  Richard Biener  <rguenther@suse.de>
3926         * tree-ssa-loop-im.c (determine_max_movement): Adjust cost
3927         of PHI node moving.
3929 2014-06-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
3931         * config/arm/arm.c (arm_atomic_assign_expand_fenv): call
3932         default_atomic_assign_expand_fenv for !TARGET_HARD_FLOAT.
3933         (arm_init_builtins) : Initialize builtins __builtins_arm_set_fpscr and
3934         __builtins_arm_get_fpscr only when TARGET_HARD_FLOAT.
3935         * config/arm/vfp.md (set_fpscr): Make pattern conditional on
3936         TARGET_HARD_FLOAT.
3937         (get_fpscr) : Likewise.
3939 2014-06-16  Vladimir Makarov  <vmakarov@redhat.com>
3941         PR rtl-optimization/61325
3942         * lra-constraints.c (valid_address_p): Add forward declaration.
3943         (simplify_operand_subreg): Check address validity before and after
3944         alter_reg of memory subreg.
3946 2014-06-16  Uros Bizjak  <ubizjak@gmail.com>
3948         * config/i386/i386.c (decide_alg): Correctly handle
3949         maximum size of stringop algorithm.
3951 2014-06-16  Yury Gribov  <y.gribov@samsung.com>
3953         * asan.c (build_check_stmt): Fix maybe-uninitialized warning.
3955 2014-06-16  Vladimir Makarov  <vmakarov@redhat.com>
3957         PR rtl-optimization/61522
3958         * lra-assigns.c (assign_by_spills): Check null targetm.spill_class.
3960 2014-06-16  Jan Hubicka  <hubicka@ucw.cz>
3962         Revert:
3963         * symtab.c (symtab_node::reset_section): New method.
3964         * cgraph.c (cgraph_node_cannot_be_local_p_1): Accept non-local
3965         for localization.
3966         * cgraph.h (reset_section): Declare.
3967         * ipa-inline-analysis.c (do_estimate_growth): Check for comdat groups;
3968         do not consider comdat locals.
3969         * cgraphclones.c (set_new_clone_decl_and_node_flags): Get section
3970         for new symbol.
3971         * ipa-visiblity.c (cgraph_externally_visible_p): Cleanup.
3972         (update_visibility_by_resolution_info): Consider UNDEF; fix checking;
3973         reset sections of symbols dragged out of the comdats.
3974         (function_and_variable_visibility): Reset sections of
3975         localized symbols.
3977 2014-06-16  Richard Biener  <rguenther@suse.de>
3979         PR tree-optimization/61482
3980         * tree-vrp.c (adjust_range_with_scev): Avoid setting of
3981         [-INF(OVF), +INF(OVF)] range.
3983 2014-06-16  Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
3985         * config/i386/i386.c (ix86_expand_sse2_mulvxdi3): Issue
3986         instructions "vpmuludq" and "vpaddq" instead of "vpmacsdql" for
3987         handling 32-bit multiplication.
3989 2014-06-16  Chung-Lin Tang  <cltang@codesourcery.com>
3991         PR middle-end/61430
3992         * lra-lives.c (process_bb_lives): Skip creating copy during
3993         insn scan when src/dest has constrained to same regno.
3995 2014-06-15  Jan Hubicka  <hubicka@ucw.cz>
3997         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Check again
3998         DECL_IN_CONSTANT_POOL and TREE_ASM_WRITTEN.
4000 2014-06-16  Yury Gribov  <y.gribov@samsung.com>
4002         * asan.c (check_func): New function.
4003         (maybe_create_ssa_name): Likewise.
4004         (build_check_stmt_with_calls): Likewise.
4005         (use_calls_p): Likewise.
4006         (report_error_func): Change interface.
4007         (build_check_stmt): Allow non-integer lengths; add support
4008         for new parameter.
4009         (asan_instrument): Likewise.
4010         (instrument_mem_region_access): Moved code to build_check_stmt.
4011         (instrument_derefs): Likewise.
4012         (instrument_strlen_call): Likewise.
4013         * cfgcleanup.c (old_insns_match_p): Add support for new functions.
4014         * doc/invoke.texi: Describe new parameter.
4015         * params.def: Define new parameter.
4016         * params.h: Likewise.
4017         * sanitizer.def: Describe new builtins.
4019 2014-06-16  Richard Biener  <rguenther@suse.de>
4021         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
4022         Make all defs available at the end.
4023         (eliminate): If we remove a PHI node schedule cfg-cleanup.
4025 2014-06-18  Jakub Jelinek  <jakub@redhat.com>
4027         PR plugins/45078
4028         * config.gcc (arm*-*-linux-*): Include vxworks-dummy.h in tm_file.
4030 2014-06-16  Richard Sandiford  <rdsandiford@googlemail.com>
4032         PR bootstrap/61516
4033         * auto-inc-dec.c (merge_in_block): Fix location of insn_info
4034         initialization.  Replace remaining use of uid.
4036 2014-06-15  Jan Hubicka  <hubicka@ucw.cz>
4038         * c-family/c-common.c (handle_tls_model_attribute): Use
4039         set_decl_tls_model.
4040         * c-family/c-common.c (handle_tls_model_attribute): Use
4041         set_decl_tls_model.
4042         * cgraph.h (struct varpool_node): Add tls_model.
4043         * tree.c (decl_tls_model, set_decl_tls_model): New functions.
4044         * tree.h (DECL_TLS_MODEL): Update.
4045         (DECL_THREAD_LOCAL_P): Check that variable is static.
4046         (decl_tls_model): Declare.
4047         (set_decl_tls_model): Declare.
4048         * tree-emutls.c (get_emutls_init_templ_addr): First build decl and then
4049         set symbol prorperties.
4050         (get_emutls_init_templ_addr): Cleanup.
4051         (new_emutls_decl): Update.
4052         * lto-cgraph.c (lto_output_varpool_node): Stream TLS model
4053         (lto_input_varpool_node): Likewise.
4054         * lto-streamer-out.c (hash_tree): Likewise.
4055         * tree-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Do
4056         not stream DECL_TLS_MODEL.
4057         * tree-profile.c (init_ic_make_global_vars): Use set_decl_tls_model.
4058         * tree-core.h (tree_decl_with_vis): Remove tls_model; update comments.
4060 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
4062         * df.h (DF_REF_REG_USE_P, DF_MWS_REG_USE_P): Remove null checks.
4064 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
4066         * df.h (df_mw_hardreg, df_base_ref): Add a link pointer.
4067         (df_insn_info): Turn defs, uses, eq_uses and mw_hardregs into linked
4068         lists.
4069         (df_scan_bb_info): Likewise artificial_defs and artificial_uses.
4070         (DF_REF_NEXT_LOC, DF_MWS_NEXT): New macros.
4071         (FOR_EACH_INSN_INFO_DEF, FOR_EACH_INSN_INFO_USE)
4072         (FOR_EACH_INSN_INFO_EQ_USE, FOR_EACH_INSN_INFO_MW)
4073         (FOR_EACH_ARTIFICIAL_USE, FOR_EACH_ARTIFICIAL_DEF)
4074         (df_get_artificial_defs, df_get_artificial_uses)
4075         (df_single_def, df_single_use): Update accordingly.
4076         (df_refs_chain_dump): Take the first element in a linked list as
4077         parameter, rather than a pointer to an array of pointers.
4078         * df-core.c (df_refs_chain_dump, df_mws_dump): Likewise.
4079         * df-problems.c (df_rd_bb_local_compute_process_def): Likewise.
4080         (df_chain_create_bb_process_use): Likewise.
4081         (df_md_bb_local_compute_process_def): Likewise.
4082         * fwprop.c (process_defs, process_uses): Likewise.
4083         (register_active_defs, update_uses): Likewise.
4084         (forward_propagate_asm): Update for new df_ref linking.
4085         * df-scan.c (df_scan_free_ref_vec, df_scan_free_mws_vec): Delete.
4086         (df_null_ref_rec, df_null_mw_rec): Likewise.
4087         (df_scan_free_internal): Don't free df_ref and df_mw_hardreg lists
4088         explicitly.
4089         (df_scan_free_bb_info): Remove check for null artificial_defs.
4090         (df_install_ref_incremental): Adjust for new df_ref linking.
4091         Use a single-element insertion rather than a full sort.
4092         (df_ref_chain_delete_du_chain): Take the first element
4093         in a linked list as parameter, rather than a pointer to an array of
4094         pointers.
4095         (df_ref_chain_delete, df_mw_hardreg_chain_delete): Likewise.
4096         (df_add_refs_to_table, df_refs_verify, df_mws_verify): Likewise.
4097         (df_insn_info_delete): Remove check for null defs and call to
4098         df_scan_free_mws_vec.
4099         (df_insn_rescan): Initialize df_ref and df_mw_hardreg lists to
4100         null rather than df_null_*_rec.
4101         (df_insn_rescan_debug_internal): Likewise, and update null
4102         checks in the same way.  Remove check for null defs.
4103         (df_ref_change_reg_with_loc_1): Fix choice of list for defs.
4104         Move a single element rather doing a full sort.
4105         (df_mw_hardreg_chain_delete_eq_uses): Adjust for new df_mw_hardreg
4106         linking.
4107         (df_notes_rescan): Likewise.  Use a merge rather than a full sort.
4108         Initialize df_ref and df_mw_hardreg lists to null rather than
4109         df_null_*_rec.
4110         (df_ref_compare): Take df_refs as parameter, transferring the
4111         old interface to...
4112         (df_ref_ptr_compare): ...this new function.
4113         (df_sort_and_compress_refs): Update accordingly.
4114         (df_mw_compare): Take df_mw_hardregs as parameter, transferring the
4115         old interface to...
4116         (df_mw_ptr_compare): ...this new function.
4117         (df_sort_and_compress_mws): Update accordingly.
4118         (df_install_refs, df_install_mws): Return a linked list rather than
4119         an array of pointers.
4120         (df_refs_add_to_chains): Assert that old lists are empty rather
4121         than freeing them.
4122         (df_insn_refs_verify): Don't handle null defs speciailly.
4123         * web.c (union_match_dups): Update for new df_ref linking.
4125 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
4127         * df.h (df_ref_create, df_ref_remove): Delete.
4128         * df-scan.c (df_ref_create, df_ref_compress_rec): Likewise.
4129         (df_ref_remove): Likewise.
4131 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
4133         * df.h (df_single_def, df_single_use): New functions.
4134         * ira.c (find_moveable_pseudos): Use them.
4136 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
4138         * df.h (FOR_EACH_INSN_INFO_MW): New macro.
4139         * df-problems.c (df_note_bb_compute): Use it.
4140         * regstat.c (regstat_bb_compute_ri): Likewise.
4142 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
4144         * df.h (FOR_EACH_ARTIFICIAL_USE, FOR_EACH_ARTIFICIAL_DEF): New macros.
4145         * cse.c (cse_extended_basic_block): Use them.
4146         * dce.c (mark_artificial_use): Likewise.
4147         * df-problems.c (df_rd_simulate_artificial_defs_at_top): Likewise.
4148         (df_lr_bb_local_compute, df_live_bb_local_compute): Likewise.
4149         (df_chain_remove_problem, df_chain_bb_dump): Likewise.
4150         (df_word_lr_bb_local_compute, df_note_bb_compute): Likewise.
4151         (df_simulate_initialize_backwards): Likewise.
4152         (df_simulate_finalize_backwards): Likewise.
4153         (df_simulate_initialize_forwards): Likewise.
4154         (df_md_simulate_artificial_defs_at_top): Likewise.
4155         * df-scan.c (df_reorganize_refs_by_reg_by_insn): Likewise.
4156         * regrename.c (init_rename_info): Likewise.
4157         * regstat.c (regstat_bb_compute_ri): Likewise.
4158         (regstat_bb_compute_calls_crossed): Likewise.
4160 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
4162         * df.h (DF_INSN_INFO_MWS, FOR_EACH_INSN_INFO_DEF): New macros.
4163         (FOR_EACH_INSN_INFO_USE, FOR_EACH_INSN_INFO_EQ_USE): Likewise.
4164         (FOR_EACH_INSN_DEF, FOR_EACH_INSN_USE, FOR_EACH_INSN_EQ_USE): Likewise.
4165         * auto-inc-dec.c (find_inc, merge_in_block): Use them.
4166         * combine.c (create_log_links): Likewise.
4167         * compare-elim.c (find_flags_uses_in_insn): Likewise.
4168         (try_eliminate_compare): Likewise.
4169         * cprop.c (make_set_regs_unavailable, mark_oprs_set): Likewise.
4170         * dce.c (deletable_insn_p, find_call_stack_args): Likewise.
4171         (remove_reg_equal_equiv_notes_for_defs): Likewise.
4172         (reset_unmarked_insns_debug_uses, mark_reg_dependencies): Likewise.
4173         (word_dce_process_block, dce_process_block): Likewise.
4174         * ddg.c (def_has_ccmode_p): Likewise.
4175         * df-core.c (df_bb_regno_first_def_find): Likewise.
4176         (df_bb_regno_last_def_find, df_find_def, df_find_use): Likewise.
4177         * df-problems.c (df_rd_simulate_one_insn): Likewise.
4178         (df_lr_bb_local_compute, df_live_bb_local_compute): Likewise.
4179         (df_chain_remove_problem, df_chain_insn_top_dump): Likewise.
4180         (df_chain_insn_bottom_dump, df_word_lr_bb_local_compute): Likewise.
4181         (df_word_lr_simulate_defs, df_word_lr_simulate_uses): Likewise.
4182         (df_remove_dead_eq_notes, df_note_bb_compute): Likewise.
4183         (df_simulate_find_defs, df_simulate_find_uses): Likewise.
4184         (df_simulate_find_noclobber_defs, df_simulate_defs): Likewise.
4185         (df_simulate_uses, df_md_simulate_one_insn): Likewise.
4186         * df-scan.c (df_reorganize_refs_by_reg_by_insn): Likewise.
4187         * fwprop.c (local_ref_killed_between_p): Likewise.
4188         (all_uses_available_at, free_load_extend): Likewise.
4189         * gcse.c (update_bb_reg_pressure, calculate_bb_reg_pressure): Likewise.
4190         * hw-doloop.c (scan_loop): Likewise.
4191         * ifcvt.c (dead_or_predicable): Likewise.
4192         * init-regs.c (initialize_uninitialized_regs): Likewise.
4193         * ira-lives.c (mark_hard_reg_early_clobbers): Likewise.
4194         (process_bb_node_lives): Likewise.
4195         * ira.c (compute_regs_asm_clobbered, build_insn_chain): Likewise.
4196         (find_moveable_pseudos): Likewise.
4197         * loop-invariant.c (check_dependencies, record_uses): Likewise.
4198         * recog.c (peep2_find_free_register): Likewise.
4199         * ree.c (get_defs): Likewise.
4200         * regstat.c (regstat_bb_compute_ri): Likewise.
4201         (regstat_bb_compute_calls_crossed): Likewise.
4202         * sched-deps.c (find_inc, find_mem): Likewise.
4203         * sel-sched-ir.c (maybe_downgrade_id_to_use): Likewise.
4204         (maybe_downgrade_id_to_use, setup_id_reg_sets): Likewise.
4205         * shrink-wrap.c (requires_stack_frame_p): Likewise.
4206         (prepare_shrink_wrap): Likewise.
4207         * store-motion.c (compute_store_table, build_store_vectors): Likewise.
4208         * web.c (union_defs, pass_web::execute): Likewise.
4209         * config/i386/i386.c (increase_distance, insn_defines_reg): Likewise.
4210         (insn_uses_reg_mem, ix86_ok_to_clobber_flags): Likewise.
4212 2014-06-13  Vladimir Makarov  <vmakarov@redhat.com>
4214         * lra-assign.c (assign_by_spills): Add code to assign vector regs
4215         to inheritance pseudos.
4216         * config/i386/i386.c (ix86_spill_class): Add check on NO_REGS.
4218 2014-06-13  Peter Bergner  <bergner@vnet.ibm.com>
4220         PR target/61415
4221         * config/rs6000/rs6000-builtin.def (BU_MISC_1): Delete.
4222         (BU_MISC_2): Rename to ...
4223         (BU_LDBL128_2): ... this.
4224         * config/rs6000/rs6000.h (RS6000_BTM_LDBL128): New define.
4225         (RS6000_BTM_COMMON): Add RS6000_BTM_LDBL128.
4226         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Handle
4227         RS6000_BTM_LDBL128.
4228         (rs6000_invalid_builtin): Add long double 128-bit builtin support.
4229         (rs6000_builtin_mask_names): Add RS6000_BTM_LDBL128.
4230         * config/rs6000/rs6000.md (unpacktf_0): Remove define)expand.
4231         (unpacktf_1): Likewise.
4232         * doc/extend.texi (__builtin_longdouble_dw0): Remove documentation.
4233         (__builtin_longdouble_dw1): Likewise.
4234         * doc/sourcebuild.texi (longdouble128): Document.
4236 2014-06-13  Jeff Law  <law@redhat.com>
4238         PR rtl-optimization/61094
4239         PR rtl-optimization/61446
4240         * ree.c (combine_reaching_defs): Get the mode for the copy from
4241         the extension insn rather than the defining insn.
4243 2014-06-13  Dehao Chen  <dehao@google.com>
4245         * dwarf2out.c (add_linkage_name): Emit more linkage name.
4247 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
4249         * doc/install.texi (--enable-linker-plugin-configure-flags)
4250         (--enable-linker-plugin-flags): Document new flags.
4252 2014-06-13  Martin Jambor  <mjambor@suse.cz>
4254         PR ipa/61186
4255         * ipa-devirt.c (possible_polymorphic_call_targets): Store NULL to
4256         cache_token if returning early.
4258 2014-06-13  Nick Clifton  <nickc@redhat.com>
4260         * config/rx/rx.h (JUMP_ALIGN): Return the log value if user
4261         requested alignment is active.
4262         (LABEL_ALIGN): Likewise.
4263         (LOOP_ALIGN): Likewise.
4265 2014-06-13  Richard Biener  <rguenther@suse.de>
4267         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
4268         Rewrite to propagate the VN result into all uses where
4269         possible and to remove stmts becoming dead because of that.
4270         (eliminate): Generalize stmt removal handling, remove in
4271         reverse dominator order to support proper debug stmt
4272         generation.  Update stmts before removing stmts.
4273         * tree-ssa-propagate.c (propagate_tree_value): Remove bogus assert.
4275 2014-06-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4277         PR tree-optimization/61375
4278         * tree-ssa-math-opts.c (init_symbolic_number): Cancel optimization if
4279         symbolic number cannot be represented in an uint64_t.
4280         (find_bswap_or_nop_1): Likewise.
4282 2014-06-12  Jan Hubicka  <hubicka@ucw.cz>
4284         * symtab.c (symtab_node::reset_section): New method.
4285         * cgraph.c (cgraph_node_cannot_be_local_p_1): Accept non-local
4286         for localization.
4287         * cgraph.h (reset_section): Declare.
4288         * ipa-inline-analysis.c (do_estimate_growth): Check for comdat groups;
4289         do not consider comdat locals.
4290         * cgraphclones.c (set_new_clone_decl_and_node_flags): Get section
4291         for new symbol.
4292         * ipa-visiblity.c (cgraph_externally_visible_p): Cleanup.
4293         (update_visibility_by_resolution_info): Consider UNDEF; fix checking;
4294         reset sections of symbols dragged out of the comdats.
4295         (function_and_variable_visibility): Reset sections of
4296         localized symbols.
4298 2014-06-12  Jan Hubicka  <hubicka@ucw.cz>
4300         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Reorg
4301         to use symtab and decl_binds_to_current_def_p
4302         * tree-vectorizer.c (increase_alignment): Increase alignment
4303         of alias target, too.
4305 2014-06-12  Jakub Jelinek  <jakub@redhat.com>
4307         PR middle-end/61486
4308         * gimplify.c (struct gimplify_omp_ctx): Add distribute field.
4309         (gimplify_adjust_omp_clauses): Don't or in GOVD_LASTPRIVATE
4310         if outer combined construct is distribute.
4311         (gimplify_omp_for): For OMP_DISTRIBUTE set
4312         gimplify_omp_ctxp->distribute.
4313         * omp-low.c (scan_sharing_clauses) <case OMP_CLAUSE_SHARED>: For
4314         GIMPLE_OMP_TEAMS, if decl isn't global in outer context, record
4315         mapping into decl map.
4317 2014-06-12  Jason Merrill  <jason@redhat.com>
4319         * common.opt (fabi-version): Change default to 0.
4321 2014-06-12  Jason Merrill  <jason@redhat.com>
4323         * toplev.c (process_options): Reject -fabi-version=1.
4325 2014-06-12  Jeff Law  <law@redhat.com>
4327         PR tree-optimization/61009
4328         * tree-ssa-threadedge.c (thread_through_normal_block): Correct return
4329         value when we stop processing a block due to problematic PHIs.
4331 2014-06-12  Alan Lawrence  <alan.lawrence@arm.com>
4333         * config/aarch64/arm_neon.h (vmlaq_n_f64, vmlsq_n_f64, vrsrtsq_f64,
4334         vcge_p8, vcgeq_p8, vcgez_p8, vcgez_u8, vcgez_u16, vcgez_u32, vcgez_u64,
4335         vcgezq_p8, vcgezq_u8, vcgezq_u16, vcgezq_u32, vcgezq_u64, vcgezd_u64,
4336         vcgt_p8, vcgtq_p8, vcgtz_p8, vcgtz_u8, vcgtz_u16, vcgtz_u32, vcgtz_u64,
4337         vcgtzq_p8, vcgtzq_u8, vcgtzq_u16, vcgtzq_u32, vcgtzq_u64, vcgtzd_u64,
4338         vcle_p8, vcleq_p8, vclez_p8, vclez_u64, vclezq_p8, vclezd_u64, vclt_p8,
4339         vcltq_p8, vcltz_p8, vcltzq_p8, vcltzd_u64): Remove functions as they
4340         are not in the spec.
4342 2014-06-10  Alan Lawrence  <alan.lawrence@arm.com>
4344         PR target/59843
4345         * config/aarch64/aarch64-modes.def: Add V1DFmode.
4346         * config/aarch64/aarch64.c (aarch64_vector_mode_supported_p):
4347         Support V1DFmode.
4349 2014-06-12  Eric Botcazou  <ebotcazou@adacore.com>
4351         * tree-core.h (DECL_NONALIASED): Use proper spelling in comment.
4353 2014-06-12  Georg-Johann Lay  <avr@gjlay.de>
4355         PR target/61443
4356         * config/avr/avr.md (push<mode>1): Avoid (subreg(mem)) when
4357         loading from address spaces.
4359 2014-06-12  Martin Liska  <mliska@suse.cz>
4361         PR ipa/61462
4362         * ipa-prop.c (ipa_make_edge_direct_to_target): Check that gimple call
4363         statement is reachable.
4365 2014-06-11  Jan Hubicka  <hubicka@ucw.cz>
4367         * symtab.c (section_hash): New hash.
4368         (symtab_unregister_node): Clear section before freeing.
4369         (hash_section_hash_entry): New haser.
4370         (eq_sections): New function.
4371         (symtab_node::set_section_for_node): New method.
4372         (set_section_1): Update.
4373         (symtab_node::set_section): Take string instead of tree as parameter.
4374         (symtab_resolve_alias): Update.
4375         * cgraph.h (section_hash_entry_d): New structure.
4376         (section_hash_entry): New typedef.
4377         (cgraph_node): Change comdat_group_ to x_comdat_group,
4378         change section_ to x_section and turn into section_hash_entry;
4379         update accestors; put set_section_for_node offline.
4380         * tree.c (decl_section_name): Turn into string.
4381         (set_decl_section_name): Change parameter to be string.
4382         * tree.h (decl_section_name, set_decl_section_name): Update prototypes.
4383         * sdbout.c (sdbout_one_type): Update.
4384         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Update.
4385         * varasm.c (IN_NAMED_SECTION, get_named_section,
4386         resolve_unique_section, hot_function_section, get_named_text_section,
4387         USE_SELECT_SECTION_FOR_FUNCTIONS, default_function_rodata_section,
4388         make_decl_rtl, default_unique_section): Update.
4389         * config/c6x/c6x.c (c6x_in_small_data_p): Update.
4390         (c6x_elf_unique_section): Update.
4391         * config/nios2/nios2.c (nios2_in_small_data_p): Update.
4392         * config/pa/pa.c (pa_function_section): Update.
4393         * config/pa/pa.h (IN_NAMED_SECTION_P): Update.
4394         * config/ia64/ia64.c (ia64_in_small_data_p): Update.
4395         * config/arc/arc.c (arc_in_small_data_p): Update.
4396         * config/arm/unknown-elf.h (IN_NAMED_SECTION_P): Update.
4397         * config/mcore/mcore.c (mcore_unique_section): Update.
4398         * config/mips/mips.c (mips16_build_function_stub): Update.
4399         (mips16_build_call_stub): Update.
4400         (mips_function_rodata_section): Update.
4401         (mips_in_small_data_p): Update.
4402         * config/score/score.c (score_in_small_data_p): Update.
4403         * config/rx/rx.c (rx_in_small_data): Update.
4404         * config/rs6000/rs6000.c (rs6000_elf_in_small_data_p): Update.
4405         (rs6000_xcoff_asm_named_section): Update.
4406         (rs6000_xcoff_unique_section): Update.
4407         * config/frv/frv.c (frv_string_begins_with): Update.
4408         (frv_in_small_data_p): Update.
4409         * config/v850/v850.c (v850_encode_data_area): Update.
4410         * config/bfin/bfin.c (DECL_SECTION_NAME): Update.
4411         (bfin_handle_l1_data_attribute): Update.
4412         (bfin_handle_l2_attribute): Update.
4413         * config/mep/mep.c (mep_unique_section): Update.
4414         * config/microblaze/microblaze.c (microblaze_elf_in_small_data_p):
4415         Update.
4416         * config/h8300/h8300.c (h8300_handle_eightbit_data_attribute): Update.
4417         (h8300_handle_tiny_data_attribute): Update.
4418         * config/m32r/m32r.c (m32r_in_small_data_p): Update.
4419         (m32r_in_small_data_p): Update.
4420         * config/alpha/alpha.c (alpha_in_small_data_p): Update.
4421         * config/i386/i386.c (ix86_in_large_data_p): Update.
4422         * config/i386/winnt.c (i386_pe_unique_section): Update.
4423         * config/darwin.c (darwin_function_section): Update.
4424         * config/lm32/lm32.c (lm32_in_small_data_p): Update.
4425         * tree-emutls.c (get_emutls_init_templ_addr): Update.
4426         (new_emutls_decl): Update.
4427         * lto-cgraph.c (lto_output_node, input_node, input_varpool_node,
4428         input_varpool_node): Update.
4429         (ead_string_cst): Turn to ...
4430         (read_string): ... this one.
4431         * dwarf2out.c (secname_for_decl): Update.
4432         * asan.c (asan_protect_global): Update.
4434 2014-06-11  DJ Delorie  <dj@redhat.com>
4436         * config/rx/rx.h (FUNCTION_BOUNDARY): Adjust for RX100/200 4-byte
4437         cache lines.
4438         * config/rx/rx.c (rx_option_override): Likewise.
4439         (rx_align_for_label): Likewise.
4441         * config/rx/rx.c (rx_max_skip_for_label): Don't skip anything if -Os.
4443 2014-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
4445         * config/mmix/mmix-protos.h (mmix_asm_output_source_line): Remove
4446         prototype.
4448 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
4450         * common.md: New file.
4451         * doc/md.texi: Update description of generic, machine-independent
4452         constraints.
4453         * config/s390/constraints.md (e): Delete.
4454         * Makefile.in (md_file): Include common.md.
4455         * config/m32c/t-m32c (md_file): Likewise.
4456         * genpreds.c (general_mem): New array.
4457         (generic_constraint_letters): Remove constraints now defined by
4458         common.md.
4459         (add_constraint): Map TARGET_MEM_CONSTRAINT to general_mem.
4460         Allow the first character to be '<' or '>' as well.
4461         * genoutput.c (general_mem): New array.
4462         (indep_constraints): Remove constraints now defined by common.md.
4463         (note_constraint): Map TARGET_MEM_CONSTRAINT to general_mem.
4464         Remove special handling of 'm'.
4465         * ira-costs.c (record_reg_classes): Remove special handling of
4466         constraints now defined by common.md.
4467         * ira.c (ira_setup_alts, ira_get_dup_out_num): Likewise.
4468         * ira-lives.c (single_reg_class): Likewise.
4469         (ira_implicitly_set_insn_hard_regs): Likewise.
4470         * lra-constraints.c (reg_class_from_constraints): Likewise.
4471         (process_alt_operands, process_address, curr_insn_transform): Likewise.
4472         * postreload.c (reload_cse_simplify_operands): Likewise.
4473         * reload.c (push_secondary_reload, scratch_reload_class)
4474         (find_reloads, alternative_allows_const_pool_ref): Likewise.
4475         * reload1.c (maybe_fix_stack_asms): Likewise.
4476         * targhooks.c (default_secondary_reload): Likewise.
4477         * stmt.c (parse_output_constraint): Likewise.
4478         * recog.c (preprocess_constraints): Likewise.
4479         (constrain_operands, peep2_find_free_register): Likewise.
4480         (asm_operand_ok): Likewise, but add a comment saying why 'o'
4481         must be handled specially.
4483 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
4485         * system.h (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Poison.
4486         * genpreds.c (have_const_dbl_constraints): Delete.
4487         (add_constraint): Don't set it.
4488         (write_tm_preds_h): Don't call CONST_DOUBLE_OK_FOR_CONSTRAINT_P.
4489         * ira-costs.c (record_reg_classes): Handle CONST_INT and CONST_DOUBLE
4490         constraints using the lookup_constraint logic.
4491         * ira-lives.c (single_reg_class): Likewise.
4492         * ira.c (ira_setup_alts): Likewise.
4493         * lra-constraints.c (process_alt_operands): Likewise.
4494         * recog.c (asm_operand_ok, constrain_operands): Likewise.
4495         * reload.c (find_reloads): Likewise.
4497 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
4499         * genpreds.c (const_int_start, const_int_end): New variables.
4500         (choose_enum_order): Output CONST_INT constraints before memory
4501         constraints.
4502         (write_tm_preds_h): Always define insn_const_int_ok_for_constraint.
4503         Add CT_CONST_INT.
4504         * ira-costs.c (record_reg_classes): Handle CT_CONST_INT.
4505         * ira.c (ira_setup_alts): Likewise.
4506         * lra-constraints.c (process_alt_operands): Likewise.
4507         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
4508         * reload.c (find_reloads): Likewise.
4510 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
4512         * recog.h (operand_alternative): Remove offmem_ok, nonffmem_ok,
4513         decmem_ok and incmem_ok.  Reformat other bitfields for consistency.
4514         * recog.c (preprocess_constraints): Update accordingly.
4516 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
4518         * system.h (REG_CLASS_FROM_CONSTRAINT): Poison.
4519         (REG_CLASS_FOR_CONSTRAINT, EXTRA_CONSTRAINT_STR): Likewise.
4520         (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Likewise.
4521         * genpreds.c (print_type_tree): New function.
4522         (write_tm_preds_h): Remove REG_CLASS_FROM_CONSTRAINT,
4523         REG_CLASS_FOR_CONSTRAINT, EXTRA_MEMORY_CONSTRAINT,
4524         EXTRA_ADDRESS_CONSTRAINT and EXTRA_CONSTRAINT_STR.
4525         Write out enum constraint_type and get_constraint_type.
4526         * lra-constraints.c (satisfies_memory_constraint_p): Take a
4527         constraint_num rather than a constraint string.
4528         (satisfies_address_constraint_p): Likewise.
4529         (reg_class_from_constraints): Avoid old constraint macros.
4530         (process_alt_operands, process_address_1): Likewise.
4531         (curr_insn_transform): Likewise.
4532         * ira-costs.c (record_reg_classes): Likewise.
4533         (record_operand_costs): Likewise.
4534         * ira-lives.c (single_reg_class): Likewise.
4535         (ira_implicitly_set_insn_hard_regs): Likewise.
4536         * ira.c (ira_setup_alts, ira_get_dup_out_num): Likewise.
4537         * postreload.c (reload_cse_simplify_operands): Likewise.
4538         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
4539         (constrain_operands, peep2_find_free_register): Likewise.
4540         * reload.c (push_secondary_reload, scratch_reload_class): Likewise.
4541         (find_reloads, alternative_allows_const_pool_ref): Likewise.
4542         * reload1.c (maybe_fix_stack_asms): Likewise.
4543         * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
4544         * targhooks.c (default_secondary_reload): Likewise.
4545         * config/m32c/m32c.c (m32c_matches_constraint_p): Avoid reference
4546         to EXTRA_CONSTRAINT_STR.
4547         * config/sparc/constraints.md (U): Likewise REG_CLASS_FROM_CONSTRAINT.
4549 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
4551         * genpreds.c (write_constraint_satisfied_p_1): Replace with...
4552         (write_constraint_satisfied_p_array): ...this new function.
4553         (write_tm_preds_h): Replace write_constraint_satisfied_p_1 with
4554         an array.
4555         (write_insn_preds_c): Update accordingly.
4557 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
4559         * genpreds.c (write_lookup_constraint): Rename to...
4560         (write_lookup_constraint_1): ...this.
4561         (write_lookup_constraint_array): New function.
4562         (write_tm_preds_h): Define lookup_constraint as an inline function
4563         that uses write_lookup_constraint_array where possible.
4564         (write_insn_preds_c): Update for the changes above.
4566 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
4568         * doc/md.texi (regclass_for_constraint): Rename to...
4569         (reg_class_for_constraint): ...this.
4570         * genpreds.c (num_constraints, enum_order, register_start)
4571         (register_end, satisfied_start, memory_start, memory_end)
4572         (address_start, address_end): New variables.
4573         (add_constraint): Count the number of constraints.
4574         (choose_enum_order): New function.
4575         (write_enum_constraint_num): Iterate over enum_order.
4576         (write_regclass_for_constraint): Rename to...
4577         (write_reg_class_for_constraint_1): ...this and update output
4578         accordingly.
4579         (write_constraint_satisfied_p): Rename to...
4580         (write_constraint_satisfied_p_1): ...this and update output
4581         accordingly.  Do nothing if all extra constraints are register
4582         constraints.
4583         (write_insn_extra_memory_constraint): Delete.
4584         (write_insn_extra_address_constraint): Delete.
4585         (write_range_function): New function.
4586         (write_tm_preds_h): Define constraint_satisfied_p and
4587         reg_class_for_constraint as inline functions that do a range check
4588         before calling the out-of-line function.  Use write_range_function
4589         to implement insn_extra_{register,memory,address}_constraint,
4590         the first of which is new.
4591         (write_insn_preds_c): Update after above changes to write_* functions.
4592         (main): Call choose_enum_order.
4594 2014-06-11  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4596         PR tree-optimization/61306
4597         * tree-ssa-math-opts.c (struct symbolic_number): Store type of
4598         expression instead of its size.
4599         (do_shift_rotate): Adapt to change in struct symbolic_number. Return
4600         false to prevent optimization when the result is unpredictable due to
4601         arithmetic right shift of signed type with highest byte is set.
4602         (verify_symbolic_number_p): Adapt to change in struct symbolic_number.
4603         (init_symbolic_number): Likewise.
4604         (find_bswap_or_nop_1): Likewise. Return NULL to prevent optimization
4605         when the result is unpredictable due to sign extension.
4607 2014-06-11  Terry Guo  <terry.guo@arm.com>
4609         * config/arm/arm.md (*thumb1_adddi3): Move into new file thumb1.md.
4610         (*thumb1_addsi3): Ditto.
4611         (*thumb_subdi3): Ditto.
4612         (thumb1_subsi3_insn): Ditto.
4613         (*thumb_mulsi3): Ditto.
4614         (*thumb_mulsi3_v6): Ditto.
4615         (*thumb1_andsi3_insn): Ditto.
4616         (thumb1_bicsi3): Ditto.
4617         (*thumb1_iorsi3_insn): Ditto.
4618         (*thumb1_xorsi3_insn): Ditto.
4619         (*thumb1_ashlsi3): Ditto.
4620         (*thumb1_ashrsi3): Ditto.
4621         (*thumb1_lshrsi3): Ditto.
4622         (*thumb1_rotrsi3): Ditto.
4623         (*thumb1_negdi2): Ditto.
4624         (*thumb1_negsi2): Ditto.
4625         (*thumb1_abssi2): Ditto.
4626         (*thumb1_neg_abssi2): Ditto.
4627         (*thumb1_one_cmplsi2): Ditto.
4628         (*thumb1_zero_extendhisi2): Ditto.
4629         (*thumb1_zero_extendqisi2): Ditto.
4630         (*thumb1_zero_extendqisi2_v6): Ditto.
4631         (thumb1_extendhisi2): Ditto.
4632         (thumb1_extendqisi2): Ditto.
4633         (*thumb1_movdi_insn): Ditto.
4634         (*thumb1_movsi_insn): Ditto.
4635         (*thumb1_movhi_insn): Ditto.
4636         (thumb_movhi_clobber): Ditto.
4637         (*thumb1_movqi_insn): Ditto.
4638         (*thumb1_movhf): Ditto.
4639         (*thumb1_movsf_insn): Ditto.
4640         (*thumb_movdf_insn): Ditto.
4641         (movmem12b): Ditto.
4642         (movmem8b): Ditto.
4643         (cbranchqi4): Ditto.
4644         (cbranchsi4_insn): Ditto.
4645         (cbranchsi4_scratch): Ditto.
4646         (*negated_cbranchsi4): Ditto.
4647         (*tbit_cbranch): Ditto.
4648         (*tlobits_cbranch): Ditto.
4649         (*tstsi3_cbranch): Ditto.
4650         (*cbranchne_decr1): Ditto.
4651         (*addsi3_cbranch): Ditto.
4652         (*addsi3_cbranch_scratch): Ditto.
4653         (*thumb_cmpdi_zero): Ditto.
4654         (cstoresi_eq0_thumb1): Ditto.
4655         (cstoresi_ne0_thumb1): Ditto.
4656         (*cstoresi_eq0_thumb1_insn): Ditto.
4657         (*cstoresi_ne0_thumb1_insn): Ditto.
4658         (cstoresi_nltu_thumb1): Ditto.
4659         (cstoresi_ltu_thumb1): Ditto.
4660         (thumb1_addsi3_addgeu): Ditto.
4661         (*thumb_jump): Ditto.
4662         (*call_reg_thumb1_v5): Ditto.
4663         (*call_reg_thumb1): Ditto.
4664         (*call_value_reg_thumb1_v5): Ditto.
4665         (*call_value_reg_thumb1): Ditto.
4666         (*call_insn): Ditto.
4667         (*call_value_insn): Ditto.
4668         (thumb1_casesi_internal_pic): Ditto.
4669         (thumb1_casesi_dispatch): Ditto.
4670         (*thumb1_indirect_jump): Ditto.
4671         (prologue_thumb1_interwork): Ditto.
4672         (*epilogue_insns): Ditto.
4673         (consttable_1): Ditto.
4674         (consttable_2): Ditto.
4675         (tablejump): Ditto.
4676         (*thumb1_tablejump): Ditto.
4677         (thumb_eh_return): Ditto.
4678         (define_peephole2): Two of them are thumb1 only and got moved into
4679         new file thumb1.md.
4680         (define_split): Six of them are thumb1 only and got moved into new
4681         file thumb1.md.
4682         * config/arm/thumb1.md: New file comprised of above thumb1 only
4683         patterns.
4685 2014-06-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4687         * config.gcc (aarch64*-*-*): Add arm_acle.h to extra headers.
4688         * Makefile.in (TEXI_GCC_FILES): Add aarch64-acle-intrinsics.texi to
4689         dependencies.
4690         * config/aarch64/aarch64-builtins.c (AARCH64_CRC32_BUILTINS): Define.
4691         (aarch64_crc_builtin_datum): New struct.
4692         (aarch64_crc_builtin_data): New.
4693         (aarch64_init_crc32_builtins): New function.
4694         (aarch64_init_builtins): Initialise CRC32 builtins when appropriate.
4695         (aarch64_crc32_expand_builtin): New.
4696         (aarch64_expand_builtin): Add CRC32 builtin expansion case.
4697         * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Define
4698         __ARM_FEATURE_CRC32 when appropriate.
4699         (TARGET_CRC32): Define.
4700         * config/aarch64/aarch64.md (UNSPEC_CRC32B, UNSPEC_CRC32H,
4701         UNSPEC_CRC32W, UNSPEC_CRC32X, UNSPEC_CRC32CB, UNSPEC_CRC32CH,
4702         UNSPEC_CRC32CW, UNSPEC_CRC32CX): New unspec values.
4703         (aarch64_<crc_variant>): New pattern.
4704         * config/aarch64/arm_acle.h: New file.
4705         * config/aarch64/iterators.md (CRC): New int iterator.
4706         (crc_variant, crc_mode): New int attributes.
4707         * doc/aarch64-acle-intrinsics.texi: New file.
4708         * doc/extend.texi (aarch64): Document aarch64 ACLE intrinsics.
4709         Include aarch64-acle-intrinsics.texi.
4711 2014-06-11  Evgeny Stupachenko  <evstupac@gmail.com>
4713         * tree-vect-data-refs.c (vect_grouped_store_supported): New
4714         check for stores group of length 3.
4715         (vect_permute_store_chain): New permutations for stores group of
4716         length 3.
4717         * tree-vect-stmts.c (vect_model_store_cost): Change cost
4718         of vec_perm_shuffle for the new permutations.
4720 2014-06-11  Jan Hubicka  <hubicka@ucw.cz>
4722         * ipa-visibility.c (function_and_variable_visibility): Disable virtual
4723         table rewriting temporarily on targets not supporting ONE_ONLY.
4725 2014-06-11  Richard Biener  <rguenther@suse.de>
4727         PR middle-end/61437
4728         Revert
4729         2014-06-04  Richard Biener  <rguenther@suse.de>
4731         * tree.h (may_be_aliased): Trust TREE_ADDRESSABLE from
4732         TREE_PUBLIC and DECL_EXTERNAL decls.
4734 2014-06-10  Jan Hubicka  <hubicka@ucw.cz>
4736         * varasm.c (set_implicit_section): New function.
4737         (resolve_unique_section): Use it to set implicit section
4738         for aliases, too.
4739         (get_named_text_section): Use symtab_get_node (decl)->implicit_section
4740         (default_function_section): Likewise.
4741         (decl_binds_to_current_def_p): Constify argument.
4742         * varasm.h (decl_binds_to_current_def_p): Update prototype.
4743         * asan.c (asan_protect_global): Use
4744         symtab_get_node (decl)->implicit_section.
4745         * symtab.c (dump_symtab_base): Dump implicit sections.
4746         (verify_symtab_base): Verify sanity of sectoins and comdats.
4747         (symtab_resolve_alias): Alias share the section of its target.
4748         (set_section_1): New function.
4749         (symtab_node::set_section): Move here, recurse to aliases.
4750         (verify_symtab): Check for duplicated symtab lists.
4751         * tree-core.h (implicit_section_name_p): Remove.
4752         * tree-vect-data-refs.c: Include varasm.h.
4753         (vect_can_force_dr_alignment_p): Fix conditional on when
4754         decl bints to current definition; use
4755         symtab_get_node (decl)->implicit_section.
4756         * cgraph.c (cgraph_make_node_local_1): Fix section set.
4757         * cgraph.h (struct symtab_node): Add implicit_section.
4758         (set_section): Rename to ...
4759         (set_section_for_node): ... this one.
4760         (set_section): Declare.
4761         * tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): Remove.
4762         * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
4763         input_overwrite_node, input_varpool_node): Stream implicit_section.
4764         * ipa.c (symtab_remove_unreachable_nodes): Do not check symtab before
4765         removal; it will fail in LTO.
4767 2014-06-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4769         * config/aarch64/aarch64-simd.md (move_lo_quad_<mode>):
4770         Change second alternative type to f_mcr.
4771         * config/aarch64/aarch64.md (*movsi_aarch64): Change 11th
4772         and 12th alternatives' types to f_mcr and f_mrc.
4773         (*movdi_aarch64): Same for 12th and 13th alternatives.
4774         (*movsf_aarch64): Change 9th alternatives' type to mov_reg.
4775         (aarch64_movtilow_tilow): Change type to fmov.
4777 2014-06-10  Jiong Wang  <jiong.wang@arm.com>
4779         * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs)
4780         (aarch64_save_or_restore_callee_save_registers): Fix layout.
4782 2014-06-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4784         * config/aarch64/aarch64-simd.md (aarch64_sqdmulh_lane<mode>):
4785         New expander.
4786         (aarch64_sqrdmulh_lane<mode>): Likewise.
4787         (aarch64_sq<r>dmulh_lane<mode>): Rename to...
4788         (aarch64_sq<r>dmulh_lane<mode>_internal): ...this.
4789         (aarch64_sqdmulh_laneq<mode>): New expander.
4790         (aarch64_sqrdmulh_laneq<mode>): Likewise.
4791         (aarch64_sq<r>dmulh_laneq<mode>): Rename to...
4792         (aarch64_sq<r>dmulh_laneq<mode>_internal): ...this.
4793         (aarch64_sqdmulh_lane<mode>): New expander.
4794         (aarch64_sqrdmulh_lane<mode>): Likewise.
4795         (aarch64_sq<r>dmulh_lane<mode>): Rename to...
4796         (aarch64_sq<r>dmulh_lane<mode>_internal): ...this.
4797         (aarch64_sqdmlal_lane<mode>): Add lane flip for big-endian.
4798         (aarch64_sqdmlal_laneq<mode>): Likewise.
4799         (aarch64_sqdmlsl_lane<mode>): Likewise.
4800         (aarch64_sqdmlsl_laneq<mode>): Likewise.
4801         (aarch64_sqdmlal2_lane<mode>): Likewise.
4802         (aarch64_sqdmlal2_laneq<mode>): Likewise.
4803         (aarch64_sqdmlsl2_lane<mode>): Likewise.
4804         (aarch64_sqdmlsl2_laneq<mode>): Likewise.
4805         (aarch64_sqdmull_lane<mode>): Likewise.
4806         (aarch64_sqdmull_laneq<mode>): Likewise.
4807         (aarch64_sqdmull2_lane<mode>): Likewise.
4808         (aarch64_sqdmull2_laneq<mode>): Likewise.
4810 2014-06-10  Richard Biener  <rguenther@suse.de>
4812         PR tree-optimization/61438
4813         * tree-ssa-pre.c (eliminate_dom_walker): Add do_pre member.
4814         (eliminate_dom_walker::before_dom_children): Only try to inhibit
4815         insertion of IVs if running PRE.
4816         (eliminate): Adjust.
4817         (pass_pre::execute): Likewise.
4818         (pass_fre::execute): Likewise.
4820 2014-06-10  Richard Biener  <rguenther@suse.de>
4822         PR middle-end/61456
4823         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
4824         Do not use the main variant for the type comparison.
4825         (ncr_compar): Likewise.
4826         (nonoverlapping_component_refs_p): Likewise.
4828 2014-06-10  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4830         * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Fix
4831         REG_CFA_RESTORE mode.
4833 2014-06-10  Evgeny Stupachenko  <evstupac@gmail.com>
4835         * config/i386/i386.c (expand_vec_perm_pblendv): New.
4836         * config/i386/i386.c (ix86_expand_vec_perm_const_1): Use
4837         expand_vec_perm_pblendv.
4839 2014-06-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4841         * doc/arm-acle-intrinsics.texi: Specify when CRC32 intrinsics are
4842         available.
4843         Simplify description of __crc32d and __crc32cd intrinsics.
4844         * doc/extend.texi (ARM ACLE Intrinsics): Remove comment about CRC32
4845         availability.
4847 2014-06-10  Thomas Schwinge  <thomas@codesourcery.com>
4849         PR lto/61334
4850         * configure.ac: Use gcc_AC_CHECK_DECLS to check for strnlen prototype.
4851         * config.in: Regenerate.
4852         * configure: Likewise.
4854 2014-06-10  Jan Hubicka  <hubicka@ucw.cz>
4856         * ipa-reference.c (is_proper_for_analysis): Exclude addressable
4857         and public vars.
4858         (intersect_static_var_sets): Remove.
4859         (propagate): Do not prune local statics.
4861 2014-06-10  Jakub Jelinek  <jakub@redhat.com>
4863         PR fortran/60928
4864         * omp-low.c (lower_rec_input_clauses) <case OMP_CLAUSE_LASTPRIVATE>:
4865         Set lastprivate_firstprivate even if omp_private_outer_ref
4866         langhook returns true.
4867         <case OMP_CLAUSE_REDUCTION>: When calling omp_clause_default_ctor
4868         langhook, call unshare_expr on new_var and call
4869         build_outer_var_ref to get the last argument.
4871 2014-06-10  Marek Polacek  <polacek@redhat.com>
4873         PR c/60988
4874         * doc/extend.texi: Add cindex for transparent_union.
4876 2014-06-09  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4878         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Check return value of
4879         init_symbolic_number ().
4881 2014-05-18  John David Anglin  <danglin@gcc.gnu.org>
4883         PR middle-end/61141
4884         * emit-rtl.c (reset_all_used_flags): In a sequence, check that
4885         XVECEXP (pat, 0, i) is an INSN before calling reset_insn_used_flags.
4886         (verify_rtl_sharing): Likewise.
4888 2014-06-09  Marc Glisse  <marc.glisse@inria.fr>
4890         PR c++/54442
4891         * tree.c (build_qualified_type): Use a canonical type for
4892         TYPE_CANONICAL.
4894 2014-06-09  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4896         * config/arm/arm-modes.def: Remove XFmode.
4898 2014-06-09  Alan Lawrence  <alan.lawrence@arm.com>
4900         PR target/61062
4901         * config/arm/arm_neon.h (vtrn_s8, vtrn_s16, vtrn_u8, vtrn_u16, vtrn_p8,
4902         vtrn_p16, vtrn_s32, vtrn_f32, vtrn_u32, vtrnq_s8, vtrnq_s16, vtrnq_s32,
4903         vtrnq_f32, vtrnq_u8, vtrnq_u16, vtrnq_u32, vtrnq_p8, vtrnq_p16,
4904         vzip_s8, vzip_s16, vzip_u8, vzip_u16, vzip_p8, vzip_p16, vzip_s32,
4905         vzip_f32, vzip_u32, vzipq_s8, vzipq_s16, vzipq_s32, vzipq_f32,
4906         vzipq_u8, vzipq_u16, vzipq_u32, vzipq_p8, vzipq_p16, vuzp_s8, vuzp_s16,
4907         vuzp_s32, vuzp_f32, vuzp_u8, vuzp_u16, vuzp_u32, vuzp_p8, vuzp_p16,
4908         vuzpq_s8, vuzpq_s16, vuzpq_s32, vuzpq_f32, vuzpq_u8, vuzpq_u16,
4909         vuzpq_u32, vuzpq_p8, vuzpq_p16): Correct mask for bigendian.
4911 2014-06-09  Jan Hubicka  <hubicka@ucw.cz>
4913         * tree-core.h (tree_decl_with_vis): Remove section_name.
4915 2014-06-09  Kito Cheng  <kito@0xlab.org>
4917         * ira.c (ira): Don't call init_caller_save if LRA enabled
4918         since LRA use its own infrastructure to handle that.
4920 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
4922         * symtab.c (dump_symtab_base): Update dumping.
4923         (symtab_make_decl_local): Clear only DECL_COMDAT.
4924         * tree-vect-data-refs.c (Check that variable is static before
4925         tampering with sections.
4926         * cgraphclones.c (duplicate_thunk_for_node): Do not clear section name.
4927         (cgraph_create_virtual_clone): Likewise.
4928         * tree.c (decl_comdat_group, decl_comdat_group_id): Constify argument.
4929         (decl_section_name, set_decl_section_name): New accessors.
4930         (find_decls_types_r): Do not walk section name
4931         * tree.h (DECL_SECTION_NAME): Implement using decl_section_name.
4932         (decl_comdat_group, decl_comdat_group_id): Constify.
4933         (decl_section_name, set_decl_section_name): Update.
4934         * varpool.c (varpool_finalize_named_section_flags): Use get_section.
4935         * cgraph.c (cgraph_add_thunk): Reset node instead of rebuilding.
4936         (cgraph_make_node_local_1): Clear section and comdat group.
4937         * cgraph.h (set_comdat_group): Sanity check.
4938         (get_section, set_section): New.
4939         * ipa-comdats.c (ipa_comdats): Use get_section.
4940         * ipa.c (ipa_discover_readonly_nonaddressable_var): Likewise.
4941         * lto-streamer-out.c: Do not follow section names.
4942         * c-family/c-common.c (handle_section_attribute): Update.
4943         * lto-cgraph.c (lto_output_node): Output section.
4944         (lto_output_varpool_node): Likewise.
4945         (read_comdat_group): Rename to ...
4946         (read_identifier): ... this one.
4947         (read_string_cst): New function.
4948         (input_node, input_varpool_node): Input section names.
4949         * tree-emutls.c (get_emutls_init_templ_addr): Update.
4950         (new_emutls_decl): Update.
4951         (secname_for_decl): Check section names only of static vars.
4952         * config/mep/mep.c (mep_unique_section): Use set_decl_section_name.
4953         * config/i386/winnt.c (i386_pe_unique_section): Likewise.
4954         * config/i386/i386.c (x86_64_elf_unique_section): Likewise.
4955         * config/c6x/c6x.c (c6x_elf_unique_section): Likewise.
4956         * config/rs6000/rs6000.c (rs6000_xcoff_unique_section): Likewise.
4957         * config/mcore/mcore.c (mcore_unique_section): Likewise.
4958         * config/mips/mips.c (mips16_build_function_stub): Likewise.
4959         * config/v850/v850.c (v850_insert_attributes): Likewise.
4960         * config/h8300/h8300.c (h8300_handle_eightbit_data_attribute):
4961         Likewise.
4962         (h8300_handle_tiny_data_attribute): Likewise.
4963         * config/bfin/bfin.c (bfin_handle_l1_text_attribute): Likewise.
4964         (bfin_handle_l2_attribute): Likewise.
4966 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
4968         * symtab.c (symtab_nonoverwritable_alias): Copy VIRTUAL flag;
4969         remove static initializer.
4971 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
4973         * varasm.c (use_blocks_for_decl_p): Check symbol table
4974         instead of alias attribute.
4975         (place_block_symbol): Recurse on aliases.
4977 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
4979         * ipa-visibility.c: Include varasm.h
4980         (can_replace_by_local_alias): Ceck decl_binds_to_current_def_p.
4982 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
4984         * cgraphunit.c (assemble_thunks_and_aliases): Expand thunks before
4985         outputting aliases.
4987 2014-06-07  Steven Bosscher  <steven@gcc.gnu.org>
4989         * gcse.c (can_assign_to_reg_without_clobbers_p): Do not let pointers
4990         from test_insn into GGC space escape via SET_SRC.
4992 2014-06-07  Eric Botcazou  <ebotcazou@adacore.com>
4994         * tree-ssa-tail-merge.c (same_succ_hash): Hash the static chain of a
4995         call statement, if any.
4996         (gimple_equal_p) <GIMPLE_CALL>: Compare the static chain of the call
4997         statements, if any.  Tidy up.
4999 2014-06-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
5001         PR target/61431
5002         * config/rs6000/vsx.md (VSX_LE): Split VSX_D into 2 separate
5003         iterators, VSX_D that handles 64-bit types, and VSX_LE that
5004         handles swapping the two 64-bit double words on little endian
5005         systems.  Include V1TImode and optionally TImode in VSX_LE so that
5006         these types are properly swapped.  Change all of the insns and
5007         splits that do the 64-bit swaps to use VSX_LE.
5008         (vsx_le_perm_load_<mode>): Likewise.
5009         (vsx_le_perm_store_<mode>): Likewise.
5010         (splitters for little endian memory operations): Likewise.
5011         (vsx_xxpermdi2_le_<mode>): Likewise.
5012         (vsx_lxvd2x2_le_<mode>): Likewise.
5013         (vsx_stxvd2x2_le_<mode>): Likewise.
5015 2014-06-06  Uros Bizjak  <ubizjak@gmail.com>
5017         PR target/61423
5018         * config/i386/i386.md (*floatunssi<mode>2_i387_with_xmm): New
5019         define_insn_and_split pattern, merged from *floatunssi<mode>2_1
5020         and corresponding splitters.  Zero extend general register
5021         or memory input operand to XMM temporary.  Enable for
5022         TARGET_SSE2 and TARGET_INTER_UNIT_MOVES_TO_VEC only.
5023         (floatunssi<mode>2): Update expander predicate.
5025 2014-06-06  Vladimir Makarov  <vmakarov@redhat.com>
5027         PR rtl-optimization/61325
5028         * lra-constraints.c (process_address_1): Check scale equal to one
5029         to prevent transformation: base + scale * index => base + new_reg.
5031 2014-06-06  Richard Biener  <rguenther@suse.de>
5033         PR tree-optimization/59299
5034         * tree-ssa-sink.c (all_immediate_uses_same_place): Work on
5035         a def operand.
5036         (nearest_common_dominator_of_uses): Likewise.
5037         (statement_sink_location): Adjust.  Support sinking loads.
5039 2014-06-06  Martin Jambor  <mjambor@suse.cz>
5041         * ipa-prop.c (get_place_in_agg_contents_list): New function.
5042         (build_agg_jump_func_from_list): Likewise.
5043         (determine_known_aggregate_parts): Renamed to
5044         determine_locally_known_aggregate_parts.  Moved some functionality
5045         to the two functions above, removed bound checks.
5047 2014-06-06  James Greenhalgh  <james.greenhalgh@arm.com>
5049         * config/aarch64/aarch64-protos.h (aarch64_expand_movmem): New.
5050         * config/aarch64/aarch64.c (aarch64_move_pointer): New.
5051         (aarch64_progress_pointer): Likewise.
5052         (aarch64_copy_one_part_and_move_pointers): Likewise.
5053         (aarch64_expand_movmen): Likewise.
5054         * config/aarch64/aarch64.h (MOVE_RATIO): Set low.
5055         * config/aarch64/aarch64.md (movmem<mode>): New.
5057 2014-06-06  Bingfeng Mei  <bmei@broadcom.com>
5059         * targhooks.c (default_add_stmt_cost): Call target specific
5060         hook instead of default one.
5062 2014-06-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5064         * ChangeLog (2014-05-23): Fix ChangeLog entry to refer to target
5065         endianness instead of host endianness.
5066         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Likewise in dumps and
5067         comments.
5069 2014-06-06  Eric Botcazou  <ebotcazou@adacore.com>
5071         PR debug/53927
5072         * function.c (instantiate_decls): Process the saved static chain.
5073         (expand_function_start): If not optimizing, save the static chain
5074         onto the stack.
5075         * tree-nested.c (convert_all_function_calls): Always create the static
5076         chain for nested functions if not optimizing.
5078 2014-06-06  Eric Botcazou  <ebotcazou@adacore.com>
5080         * tree-cfg.c (make_edges) <GIMPLE_RETURN>: Put a location on the edge.
5082 2014-06-06  Richard Biener  <rguenther@suse.de>
5084         * cfgexpand.c (expand_gimple_cond): Remove check for current_loops.
5085         (construct_init_block): Likewise.
5086         (construct_exit_block): Likewise.
5087         (pass_expand::execute): Likewise.
5088         * graphite.c (graphite_transforms): Replace check for current_loops
5089         with a check for > 1 loops.
5090         (pass_graphite_transforms::execute): Adjust.
5091         * ipa-split.c (split_function): Remove check for current_loops.
5092         * omp-low.c (expand_parallel_call): Likewise.
5093         (expand_omp_for_init_counts): Likewise.
5094         (extract_omp_for_update_vars): Likewise.
5095         (expand_omp_for_generic): Likewise.
5096         (expand_omp_sections): Likewise.
5097         (expand_omp_target): Likewise.
5098         * tracer.c (tail_duplicate): Likewise.
5099         (pass_tracer::execute): Likewise.
5100         * trans-mem.c (expand_transaction): Likewise.
5101         * tree-complex.c (expand_complex_div_wide): Likewise.
5102         * tree-eh.c (lower_resx): Likewise.
5103         (cleanup_empty_eh_merge_phis): Likewise.
5104         * tree-predcom.c (run_tree_predictive_commoning): Replace check for
5105         current_loops with a check for > 1 loops.
5106         (pass_predcom::execute): Adjust.
5107         * tree-scalar-evolution.c (scev_reset): Remove check for current_loops.
5108         * tree-ssa-copy.c (copy_prop_visit_phi_node): Likewise.
5109         * tree-ssa-dom.c (pass_phi_only_cprop::execute): Likewise.
5110         * tree-ssa-tail-merge.c (tail_merge_optimize): Likewise.
5111         * tree-ssa-threadupdate.c (thread_through_all_blocks): Likewise.
5112         * tree-switch-conversion.c (process_switch): Likewise.
5113         * tree-tailcall.c (tree_optimize_tail_calls_1): Likewise.
5114         * tree-vrp.c (vrp_visit_phi_node): Likewise.
5115         (execute_vrp): Likewise.
5116         * ubsan.c (ubsan_expand_null_ifn): Likewise.
5118 2014-06-06  Eric Botcazou  <ebotcazou@adacore.com>
5120         * rtl.h (insn_location): Declare.
5121         * cfgcleanup.c (try_forward_edges): Compare the locus of locations
5122         with UNKNOWN_LOCATION.
5123         * emit-rtl.c (insn_location): New function.
5124         * final.c (notice_source_line): Check that the instruction has a
5125         location before retrieving it and use insn_location.
5126         * modulo-sched.c (loop_single_full_bb_p): Likewise.
5127         * print-rtl.c (print_rtx): Likewise.
5129 2014-06-06  Richard Biener  <rguenther@suse.de>
5131         * passes.def: Move 2nd VRP pass before phi-only-cprop.
5133 2014-06-06  Christian Bruel  <christian.bruel@st.com>
5135         PR tree-optimization/43934
5136         * tree-ssa-loop-im.c (determine_max_movement): Add PHI def constant
5137         cost.
5139 2014-06-06  Richard Sandiford  <rdsandiford@googlemail.com>
5141         * ira-lives.c (single_reg_class): Add missing break.  Explicitly
5142         return NO_REGS for extra address and memory constraints.  Handle
5143         operands that match (or are equivalent to something that matches)
5144         extra constant constraints.  Ignore other non-register operands.
5146 2014-06-06  Alan Modra  <amodra@gmail.com>
5148         PR target/61300
5149         * doc/tm.texi.in (INCOMING_REG_PARM_STACK_SPACE): Document.
5150         * doc/tm.texi: Regenerate.
5151         * function.c (INCOMING_REG_PARM_STACK_SPACE): Provide default.
5152         Use throughout in place of REG_PARM_STACK_SPACE.
5153         * config/rs6000/rs6000.c (rs6000_reg_parm_stack_space): Add
5154         "incoming" param.  Pass to rs6000_function_parms_need_stack.
5155         (rs6000_function_parms_need_stack): Add "incoming" param, ignore
5156         prototype_p when incoming.  Use function decl when incoming
5157         to handle K&R style functions.
5158         * config/rs6000/rs6000.h (REG_PARM_STACK_SPACE): Adjust.
5159         (INCOMING_REG_PARM_STACK_SPACE): Define.
5161 2014-06-05  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
5163         PR target/52472
5164         * cfgexpand.c (expand_debug_expr): Use address space of nested
5165         TREE_TYPE for ADDR_EXPR and MEM_REF.
5167 2014-06-05  Jeff Law  <law@redhat.com>
5169         PR tree-optimization/61289
5170         * tree-ssa-threadedge.c (invalidate_equivalences): Remove SRC_MAP and
5171         DST_MAP parameters.   Invalidate by walking all the SSA_NAME_VALUES
5172         looking for those which match LHS.  All callers changed.
5173         (record_temporary_equivalences_from_phis): Remove SRC_MAP and DST_MAP
5174         parameters and code which manipulated them.  All callers changed.
5175         (record_temporary_equivalences_from_stmts_at_dest): Remove SRC_MAP
5176         and DST_MAP parameters.  Simplify invalidation code by just calling
5177         invalidate_equivalences.  All callers changed.
5178         (thread_across_edge): Simplify now that we don't need to maintain
5179         the map of equivalences to invalidate.
5181 2014-06-05  Kai Tietz  <ktietz@redhat.com>
5182             Richard Henderson  <rth@redhat.com>
5184         PR target/46219
5185         * config/i386/predicates.md (memory_nox32_operand): Add memory_operand
5186         checking for !TARGET_X32.
5187         * config/i386/i386.md (UNSPEC_PEEPSIB): New unspec constant.
5188         (sibcall_intern): New define_insn, plus required peepholes.
5189         (sibcall_pop_intern): Likewise.
5190         (sibcall_value_intern): Likewise.
5191         (sibcall_value_pop_intern): Likewise.
5193 2014-06-05  Ilya Enkovich  <ilya.enkovich@intel.com>
5195         * tree-inline.c (tree_function_versioning): Check DF info existence
5196         before accessing it.
5198 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5200         * config/aarch64/aarch64.h (aarch64_frame): Add hard_fp_offset and
5201         frame_size.
5202         * config/aarch64/aarch64.c (aarch64_layout_frame): Initialize
5203         aarch64_frame hard_fp_offset and frame_size.
5204         (aarch64_expand_prologue): Use aarch64_frame hard_fp_offset and
5205         frame_size; remove original_frame_size.
5206         (aarch64_expand_epilogue, aarch64_final_eh_return_addr): Likewise.
5207         (aarch64_initial_elimination_offset): Remove frame_size and
5208         offset.  Use aarch64_frame frame_size.
5210 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5211             Jiong Wang  <jiong.wang@arm.com>
5212             Renlin  <renlin.li@arm.com>
5214         * config/aarch64/aarch64.c (aarch64_layout_frame): Correct
5215         initialization of R30 offset.  Update offset.  Iterate core
5216         regisers upto X30.  Remove X29, X30 specific code.
5218 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5219             Jiong Wang  <jiong.wang@arm.com>
5221         * config/aarch64/aarch64.c (SLOT_NOT_REQUIRED, SLOT_REQUIRED): Define.
5222         (aarch64_layout_frame): Use SLOT_NOT_REQUIRED and SLOT_REQUIRED.
5223         (aarch64_register_saved_on_entry): Adjust test.
5225 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5227         * config/aarch64/aarch64.h (machine_function): Move
5228         saved_varargs_size from here...
5229         (aarch64_frame): ... to here.
5231         * config/aarch64/aarch64.c (aarch64_expand_prologue)
5232         (aarch64_expand_epilogue, aarch64_final_eh_return_addr)
5233         (aarch64_initial_elimination_offset)
5234         (aarch64_setup_incoming_varargs): Adjust location of
5235         saved_varargs_size.
5237 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5239         * config/aarch64/aarch64.c (aarch64_expand_prologue): Update stack
5240         layout comment.
5242 2014-06-05  Jaydeep Patil  <Jaydeep.Patil@imgtec.com>
5243             Prachi Godbole  <Prachi.Godbole@imgtec.com>
5245         * config/mips/mips-cpus.def: Add definition for p5600.  Updated
5246         mips32r5 entry to use PROCESSOR_P5600.
5247         * config/mips/mips-tables.opt: Regenerate.
5248         * config/mips/mips-protos.h (mips_fmadd_bypass): Add prototype.
5249         * config/mips/mips.c (mips_fmadd_bypass): New function.
5250         (mips_rtx_cost_data): Add costs for p5600.
5251         (mips_issue_rate): Add support for p5600.
5252         (mips_multipass_dfa_lookahead): Likewise.
5253         * config/mips/mips.h (TUNE_P5600): New define.
5254         (TUNE_MACC_CHAINS): Add TUNE_P5600.
5255         (MIPS_ISA_LEVEL_SPEC): Map -march=p5600 to -mips32r5.
5256         * config/mips/mips.md: Include p5600.md.
5257         (processor): Add p5600.
5258         * config/mips/p5600.md: New file.
5260 2014-06-05  Evgeny Stupachenko  <evstupac@gmail.com>
5262         * config/i386/sse.md (*ssse3_palignr<mode>_perm): New.
5263         * config/i386/predicates.md (palignr_operand): New.
5264         Indicates if permutation is suitable for palignr instruction.
5266 2014-06-05  Yuri Rumyantsev  <ysrumyan@gmail.com>
5268         PR tree-optimization/61319
5269         * tree-if-conv.c (is_cond_scalar_reduction): Add missed check that
5270         stmt belongs to loop.
5272 2014-06-05  Richard Biener  <rguenther@suse.de>
5274         * gimplify.c (create_tmp_from_val): Remove is_formal parameter
5275         and set DECL_GIMPLE_REG_P unconditionally if appropriate.
5276         (lookup_tmp_var): Adjust.
5277         (prepare_gimple_addressable): Unset DECL_GIMPLE_REG_P here.
5279 2014-06-05  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5281         * config/arm/arm.md (enabled): Disable opt_enabled attribute.
5283 2014-06-05  Marek Polacek  <polacek@redhat.com>
5285         PR c/49706
5286         * doc/invoke.texi: Document -Wlogical-not-parentheses.
5288 2014-06-04  Tom de Vries  <tom@codesourcery.com>
5290         * config/s390/s390.md ("addptrdi3", "addptrsi3"): Use INTVAL only on
5291         CONST_INT.
5293 2014-06-04  Marc Glisse  <marc.glisse@inria.fr>
5295         PR tree-optimization/61385
5296         * tree-ssa-phiopt.c (value_replacement): Punt if there are PHI nodes.
5298 2014-06-04  Bernd Schmidt  <bernds@codesourcery.com>
5300         * lto-wrapper.c (fatal, fatal_perror): Remove functions.  All callers
5301         changed to use fatal_error.
5302         (main): Ensure lto_wrapper_cleanup is run atexit.
5304 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
5306         * lra-constraints.c (valid_address_p): Move earlier in file.
5307         (address_eliminator): New structure.
5308         (satisfies_memory_constraint_p): New function.
5309         (satisfies_address_constraint_p): Likewise.
5310         (process_alt_operands, process_address, curr_insn_transform): Use them.
5312 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
5314         * lra-int.h (lra_static_insn_data): Make operand_alternative a
5315         const pointer.
5316         (target_lra_int, default_target_lra_int, this_target_lra_int)
5317         (op_alt_data): Delete.
5318         * lra.h (lra_init): Delete.
5319         * lra.c (default_target_lra_int, this_target_lra_int): Delete.
5320         (init_insn_code_data_once): Remove op_alt_data handling.
5321         (finish_insn_code_data_once): Likewise.
5322         (init_op_alt_data): Delete.
5323         (get_static_insn_data): Initialize operand_alternative to null.
5324         (free_insn_recog_data): Cast operand_alternative before freeing it.
5325         (setup_operand_alternative): Take the operand_alternative as
5326         parameter and assume it isn't already cached in the static
5327         insn data.
5328         (lra_set_insn_recog_data): Update accordingly.
5329         (lra_init): Delete.
5330         * ira.c (ira_init): Don't call lra_init.
5331         * target-globals.h (this_target_lra_int): Declare.
5332         (target_globals): Remove lra_int.
5333         (restore_target_globals): Update accordingly.
5334         * target-globals.c: Don't include lra-int.h.
5335         (default_target_globals, save_target_globals): Remove lra_int.
5337 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
5339         * recog.h (operand_alternative): Convert reg_class, reject,
5340         matched and matches into bitfields.
5341         (preprocess_constraints): New overload.
5342         (preprocess_insn_constraints): New function.
5343         (preprocess_constraints): Take the insn as parameter.
5344         (recog_op_alt): Change into a pointer.
5345         (target_recog): Add x_op_alt.
5346         * recog.c (asm_op_alt): New variable.
5347         (recog_op_alt): Change into a pointer.
5348         (preprocess_constraints): New overload, replacing the old function
5349         definition with one that doesn't use global state.
5350         (preprocess_insn_constraints): New function.
5351         (preprocess_constraints): Use them.  Take the insn as parameter.
5352         Use asm_op_alt for asms.
5353         (recog_init): Free existing x_op_alt entries.
5354         * ira-lives.c (check_and_make_def_conflict): Make operand_alternative
5355         pointer const.
5356         (make_early_clobber_and_input_conflicts): Likewise.
5357         (process_bb_node_lives): Pass the insn to process_constraints.
5358         * reg-stack.c (check_asm_stack_operands): Likewise.
5359         (subst_asm_stack_regs): Likewise.
5360         * regcprop.c (copyprop_hardreg_forward_1): Likewise.
5361         * regrename.c (build_def_use): Likewise.
5362         * sched-deps.c (sched_analyze_insn): Likewise.
5363         * sel-sched.c (get_reg_class, implicit_clobber_conflict_p): Likewise.
5364         * config/arm/arm.c (xscale_sched_adjust_cost): Likewise.
5365         (note_invalid_constants): Likewise.
5366         * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
5367         (ix86_legitimate_combined_insn): Make operand_alternative pointer
5368         const.
5370 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
5372         * recog.c (preprocess_constraints): Don't skip disabled alternatives.
5373         * ira-lives.c (check_and_make_def_conflict): Check for disabled
5374         alternatives.
5375         (make_early_clobber_and_input_conflicts): Likewise.
5376         * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
5378 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
5380         * recog.h (alternative_class): New function.
5381         (which_op_alt): Return a const recog_op_alt.
5382         * reg-stack.c (check_asm_stack_operands): Update type accordingly.
5383         (subst_asm_stack_regs): Likewise.
5384         * config/arm/arm.c (note_invalid_constants): Likewise.
5385         * regcprop.c (copyprop_hardreg_forward_1): Likewise.  Don't modify
5386         the operand_alternative; use alternative class instead.
5387         * sel-sched.c (get_reg_class): Likewise.
5388         * regrename.c (build_def_use): Likewise.
5389         (hide_operands, restore_operands, record_out_operands): Update type
5390         accordingly.
5392 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
5394         * recog.h (recog_op_alt): Convert to a flat array.
5395         (which_op_alt): New function.
5396         * recog.c (recog_op_alt): Convert to a flat array.
5397         (preprocess_constraints): Update accordingly, grouping all
5398         operands of the same alternative together, rather than the
5399         other way around.
5400         * ira-lives.c (check_and_make_def_conflict): Likewise.
5401         (make_early_clobber_and_input_conflicts): Likewise.
5402         * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
5403         * reg-stack.c (check_asm_stack_operands): Use which_op_alt.
5404         (subst_asm_stack_regs): Likewise.
5405         * regcprop.c (copyprop_hardreg_forward_1): Likewise.
5406         * regrename.c (hide_operands, record_out_operands): Likewise.
5407         (build_def_use): Likewise.
5408         * sel-sched.c (get_reg_class): Likewise.
5409         * config/arm/arm.c (note_invalid_constants): Likewise.
5411 2014-06-04  Jason Merrill  <jason@redhat.com>
5413         PR c++/51253
5414         PR c++/61382
5415         * gimplify.c (gimplify_arg): Non-static.
5416         * gimplify.h: Declare it.
5418 2014-06-04  Richard Biener  <rguenther@suse.de>
5420         * tree.h (may_be_aliased): Trust TREE_ADDRESSABLE from
5421         TREE_PUBLIC and DECL_EXTERNAL decls.
5423 2014-06-04  Matthew Fortune  <matthew.fortune@imgtec.com>
5425         * regcprop.c (copyprop_hardreg_forward_1): Account for
5426         HARD_REGNO_CALL_PART_CLOBBERED.
5428 2014-06-04  Richard Biener  <rguenther@suse.de>
5430         * configure.ac: Check whether the underlying type of int64_t
5431         is long or long long.
5432         * configure: Regenerate.
5433         * config.in: Likewise.
5434         * hwint.h (HOST_WIDE_INT): Match the underlying type of int64_t.
5435         (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
5437 2014-06-04  Richard Biener  <rguenther@suse.de>
5439         PR tree-optimization/60098
5440         * tree-ssa-dse.c (dse_possible_dead_store_p): Walk until
5441         we hit a kill.
5442         (dse_optimize_stmt): Simplify, now that we found a kill
5443         earlier.
5445 2014-06-04  Richard Biener  <rguenther@suse.de>
5447         * tree-ssa-alias.c (stmt_may_clobber_ref_p): Improve handling
5448         of accesses with non-invariant address.
5450 2014-06-04  Martin Liska  <mliska@suse.cz>
5452         * cgraph.h (cgraph_make_wrapper): New function introduced.
5453         * cgraphunit.c (cgraph_make_wrapper): The function implementation.
5454         * ipa-inline.h (inline_analyze_function): The function is global.
5455         * ipa-inline-analysis.c (inline_analyze_function): Likewise.
5457 2014-06-04  Martin Liska  <mliska@suse.cz>
5459         * tree.h (private_lookup_attribute_starting): New function.
5460         (lookup_attribute_starting): Likewise.
5461         * tree.c (private_lookup_attribute_starting): Likewise.
5463 2014-06-04  Martin Liska  <mliska@suse.cz>
5465         * cgraph.h (expand_thunk): New argument added.
5466         (address_taken_from_non_vtable_p): New global function.
5467         * ipa-visibility.c (address_taken_from_non_vtable_p): Likewise.
5468         * cgraphclones.c (duplicate_thunk_for_node): Argument added to call.
5469         * cgraphunit.c (analyze_function): Likewise.
5470         (assemble_thunks_and_aliases): Argument added to call.
5471         (expand_thunk): New argument forces to produce GIMPLE thunk.
5473 2014-06-04  Martin Liska  <mliska@suse.cz>
5475         * coverage.h (coverage_compute_cfg_checksum): Argument added.
5476         * coverage.c (coverage_compute_cfg_checksum): Likewise.
5477         * profile.c (branch_prob): Likewise.
5479 2014-06-04  Martin Jambor  <mjambor@suse.cz>
5481         PR ipa/61340
5482         * ipa-pure-const.c (propagate_pure_const): Add unreachable default
5483         handler for switch on an ipa_ref_use enum.
5484         * ipa-reference.c (analyze_function): Likewise.
5486 2014-06-04  Kai Tietz  <ktietz@redhat.com>
5488         * recog.c (peep2_attempt): Copy SIBLING_CALL_P flag
5489         from old call-instruction.
5491 2014-06-04  Bin Cheng  <bin.cheng@arm.com>
5493         * config/aarch64/aarch64.c (aarch64_classify_address)
5494         (aarch64_legitimize_reload_address): Support full addressing modes
5495         for vector modes.
5496         * config/aarch64/aarch64.md (mov<mode>, movmisalign<mode>)
5497         (*aarch64_simd_mov<mode>, *aarch64_simd_mov<mode>): Relax predicates.
5499 2014-06-03  Andrew Pinski  <apinski@cavium.com>
5501         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Allow non comparisons
5502         for OP0.
5504 2014-06-03  Andrew Pinski  <apinski@cavium.com>
5506         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): New function.
5507         (aarch64_rtx_costs): Use aarch64_if_then_else_costs.
5509 2014-06-03  Kai Tietz  <ktietz@redhat.com>
5511         * config/i386/i386.c (ix86_function_value_regno_p): Disallow DX_REG
5512         for 64-bit ms-abi.
5514 2014-06-03  Dehao Chen  <dehao@google.com>
5516         * tree-cfg.c (gimple_merge_blocks): Only reset count when BBs are in
5517         the same loop.
5519 2014-06-03  Marek Polacek  <polacek@redhat.com>
5521         PR c/60439
5522         * doc/invoke.texi: Document -Wswitch-bool.
5523         * function.c (stack_protect_epilogue): Cast controlling expression of
5524         the switch to int.
5525         * gengtype.c (walk_type): Generate switch expression with its
5526         controlling expression cast to int.
5528 2014-06-03  Vishnu K S  <Vishnu.k_s@atmel.com>
5530         * config/avr/avr-mcus.def: Add new avr25 devices attiny441, attiny828
5531         and attiny841.
5532         * config/avr/avr-tables.opt: Regenerate.
5533         * config/avr/t-multilib: Regenerate.
5534         * doc/avr-mmcu.texi: Regenerate.
5536 2014-06-03  Vishnu K S  <vishnu.k_s@atmel.com>
5537             Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
5539         * config/avr/avr-mcus.def (ata6616c): Add new avr25 device.
5540         (ata6617c, ata664251): Add new avr35 devices.
5541         (ata6612c): Add new avr4 device.
5542         (ata6613c, ata6614q): Add new avr5 devices.
5543         * config/avr/avr-tables.opt: Regenerate.
5544         * config/avr/t-multilib: Regenerate.
5545         * doc/avr-mmcu.texi: Regenerate.
5547 2014-06-03  Alan Lawrence  <alan.lawrence@arm.com>
5549         * gcc/config/aarch64/aarch64-builtins.c
5550         (aarch64_types_binop_ssu_qualifiers): New static data.
5551         (TYPES_BINOP_SSU): Define.
5552         * gcc/config/aarch64/aarch64-simd-builtins.def (suqadd, ushl, urshl,
5553         urshr_n, ushll_n): Use appropriate unsigned qualifiers.
5554         * gcc/config/aarch64/arm_neon.h (vrshl_u8, vrshl_u16, vrshl_u32,
5555         vrshl_u64, vrshlq_u8, vrshlq_u16, vrshlq_u32, vrshlq_u64, vrshld_u64,
5556         vrshr_n_u8, vrshr_n_u16, vrshr_n_u32, vrshr_n_u64, vrshrq_n_u8,
5557         vrshrq_n_u16, vrshrq_n_u32, vrshrq_n_u64, vrshrd_n_u64, vshll_n_u8,
5558         vshll_n_u16, vshll_n_u32, vuqadd_s8, vuqadd_s16, vuqadd_s32,
5559         vuqadd_s64, vuqaddq_s8, vuqaddq_s16, vuqaddq_s32, vuqaddq_s64,
5560         vuqaddb_s8, vuqaddh_s16, vuqadds_s32, vuqaddd_s64): Add signedness
5561         suffix to builtin function name, remove cast.
5562         (vshl_s8, vshl_s16, vshl_s32, vshl_s64, vshl_u8, vshl_u16, vshl_u32,
5563         vshl_u64, vshlq_s8, vshlq_s16, vshlq_s32, vshlq_s64, vshlq_u8,
5564         vshlq_u16, vshlq_u32, vshlq_u64, vshld_s64, vshld_u64): Remove cast.
5566 2014-06-03  Alan Lawrence  <alan.lawrence@arm.com>
5568         * gcc/config/aarch64/aarch64-builtins.c
5569         (aarch64_types_binop_uus_qualifiers,
5570         aarch64_types_shift_to_unsigned_qualifiers,
5571         aarch64_types_unsigned_shiftacc_qualifiers): Define.
5572         * gcc/config/aarch64/aarch64-simd-builtins.def (uqshl, uqrshl, uqadd,
5573         uqsub, usqadd, usra_n, ursra_n, uqshrn_n, uqrshrn_n, usri_n, usli_n,
5574         sqshlu_n, uqshl_n): Update qualifiers.
5575         * gcc/config/aarch64/arm_neon.h (vqadd_u8, vqadd_u16, vqadd_u32,
5576         vqadd_u64, vqaddq_u8, vqaddq_u16, vqaddq_u32, vqaddq_u64, vqsub_u8,
5577         vqsub_u16, vqsub_u32, vqsub_u64, vqsubq_u8, vqsubq_u16, vqsubq_u32,
5578         vqsubq_u64, vqaddb_u8, vqaddh_u16, vqadds_u32, vqaddd_u64, vqrshl_u8,
5579         vqrshl_u16, vqrshl_u32, vqrshl_u64, vqrshlq_u8, vqrshlq_u16,
5580         vqrshlq_u32, vqrshlq_u64, vqrshlb_u8, vqrshlh_u16, vqrshls_u32,
5581         vqrshld_u64, vqrshrn_n_u16, vqrshrn_n_u32, vqrshrn_n_u64,
5582         vqrshrnh_n_u16, vqrshrns_n_u32, vqrshrnd_n_u64, vqshl_u8, vqshl_u16,
5583         vqshl_u32, vqshl_u64, vqshlq_u8, vqshlq_u16, vqshlq_u32, vqshlq_u64,
5584         vqshlb_u8, vqshlh_u16, vqshls_u32, vqshld_u64, vqshl_n_u8, vqshl_n_u16,
5585         vqshl_n_u32, vqshl_n_u64, vqshlq_n_u8, vqshlq_n_u16, vqshlq_n_u32,
5586         vqshlq_n_u64, vqshlb_n_u8, vqshlh_n_u16, vqshls_n_u32, vqshld_n_u64,
5587         vqshlu_n_s8, vqshlu_n_s16, vqshlu_n_s32, vqshlu_n_s64, vqshluq_n_s8,
5588         vqshluq_n_s16, vqshluq_n_s32, vqshluq_n_s64, vqshlub_n_s8,
5589         vqshluh_n_s16, vqshlus_n_s32, vqshlud_n_s64, vqshrn_n_u16,
5590         vqshrn_n_u32, vqshrn_n_u64, vqshrnh_n_u16, vqshrns_n_u32,
5591         vqshrnd_n_u64, vqsubb_u8, vqsubh_u16, vqsubs_u32, vqsubd_u64,
5592         vrsra_n_u8, vrsra_n_u16, vrsra_n_u32, vrsra_n_u64, vrsraq_n_u8,
5593         vrsraq_n_u16, vrsraq_n_u32, vrsraq_n_u64, vrsrad_n_u64, vsli_n_u8,
5594         vsli_n_u16, vsli_n_u32,vsli_n_u64, vsliq_n_u8, vsliq_n_u16,
5595         vsliq_n_u32, vsliq_n_u64, vslid_n_u64, vsqadd_u8, vsqadd_u16,
5596         vsqadd_u32, vsqadd_u64, vsqaddq_u8, vsqaddq_u16, vsqaddq_u32,
5597         vsqaddq_u64, vsqaddb_u8, vsqaddh_u16, vsqadds_u32, vsqaddd_u64,
5598         vsra_n_u8, vsra_n_u16, vsra_n_u32, vsra_n_u64, vsraq_n_u8,
5599         vsraq_n_u16, vsraq_n_u32, vsraq_n_u64, vsrad_n_u64, vsri_n_u8,
5600         vsri_n_u16, vsri_n_u32, vsri_n_u64, vsriq_n_u8, vsriq_n_u16,
5601         vsriq_n_u32, vsriq_n_u64, vsrid_n_u64): Remove casts.
5603 2014-06-03  Teresa Johnson  <tejohnson@google.com>
5605         * tree-sra.c (modify_function): Record caller nodes after rebuild.
5607 2014-06-02  Jason Merrill  <jason@redhat.com>
5609         PR c++/61020
5610         * varpool.c (ctor_for_folding): Handle uninitialized vtables.
5612 2014-06-03  Alan Lawrence  <alan.lawrence@arm.com>
5614         * config/aarch64/aarch64.c (aarch64_evpc_ext): allow and handle
5615         location == 0.
5617 2014-06-03  Alan Lawrence  <alan.lawrence@arm.com>
5619         * config/aarch64/aarch64-simd.md (aarch64_rev<REVERSE:rev-op><mode>):
5620         New pattern.
5621         * config/aarch64/aarch64.c (aarch64_evpc_rev): New function.
5622         (aarch64_expand_vec_perm_const_1): Add call to aarch64_evpc_rev.
5623         * config/aarch64/iterators.md (REVERSE): New iterator.
5624         (UNSPEC_REV64, UNSPEC_REV32, UNSPEC_REV16): New enum elements.
5625         (rev_op): New int_attribute.
5626         * config/aarch64/arm_neon.h (vrev16_p8, vrev16_s8, vrev16_u8,
5627         vrev16q_p8, vrev16q_s8, vrev16q_u8, vrev32_p8, vrev32_p16, vrev32_s8,
5628         vrev32_s16, vrev32_u8, vrev32_u16, vrev32q_p8, vrev32q_p16, vrev32q_s8,
5629         vrev32q_s16, vrev32q_u8, vrev32q_u16, vrev64_f32, vrev64_p8,
5630         vrev64_p16, vrev64_s8, vrev64_s16, vrev64_s32, vrev64_u8, vrev64_u16,
5631         vrev64_u32, vrev64q_f32, vrev64q_p8, vrev64q_p16, vrev64q_s8,
5632         vrev64q_s16, vrev64q_s32, vrev64q_u8, vrev64q_u16, vrev64q_u32):
5633         Replace temporary __asm__ with __builtin_shuffle.
5635 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
5637         * config/mips/mips-cpus.def: Add mips32r3, mips32r5, mips64r3 and
5638         mips64r5.
5639         * config/mips/mips-tables.opt: Regenerate.
5640         * config/mips/mips.c (mips_compute_frame_info): Changed if statement
5641         to use mips_isa_rev rather than ISA_MIPS32R2.
5642         * config/mips/mips.h (ISA_MIPS32R3): New define.
5643         (ISA_MIPS32R5): New define.
5644         (ISA_MIPS64R3): New define.
5645         (ISA_MIPS64R5): New define.
5646         (TARGET_CPU_CPP_BUILTINS): Added support for ISA_MIPS32R3,
5647         ISA_MIPS32R5, ISA_MIPS64R3 and ISA_MIPS64R5.
5648         (MIPS_ISA_LEVEL_SPEC): Added support for mips32r3, mips32r5, mips64r3
5649         and mips64r5.
5650         (MIPS_ISA_SYNCI_SPEC): Likewise.
5651         (ISA_HAS_64BIT_REGS): Added ISA_MIPS64R3 and ISA_MIPS64R5.
5652         (LINK_SPEC): Added mips32r3 and mips32r5.
5653         * config/mips/t-isa3264 (MULTILIB_MATCHES): Map mips32r3 and mips32r5
5654         to mips32r2; and mips64r3 and mips64r5 to mips64r2.
5655         * config/mips/t-mti-elf (MULTILIB_MATCHES): Likewise.
5656         * config/mips/t-mti-linux (MULTILIB_MATCHES): Likewise.
5657         * config/mips/t-sde (MULTILIB_MATCHES): Likewise.
5658         * config/mips/t-sdemtk (MULTILIB_MATCHES): New define.
5659         * doc/invoke.texi: Document mips32r3, mips32r5, mips64r3 and mips64r5.
5661 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
5663         * doc/invoke.texi: Document -mxpa and -mno-xpa MIPS command line
5664         options.
5665         * config/mips/mips.opt (mxpa): New option.
5666         * config/mips/mips.h (ASM_SPEC): Pass mxpa and mno-xpa to the
5667         assembler.
5669 2014-06-03  Martin Jambor  <mjambor@suse.cz>
5671         PR ipa/61160
5672         * ipa-cp.c (cgraph_edge_brings_value_p): Handle edges leading to
5673         thunks.
5675 2014-06-03  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5677         PR tree-optimization/61328
5678         * tree-ssa-math-opts.c (init_symbolic_number): Extract symbolic number
5679         initialization from find_bswap_or_nop_1.
5680         (find_bswap_or_nop_1): Test return value of find_bswap_or_nop_1 stored
5681         in source_expr2 before using the size value the function sets. Also
5682         make use of init_symbolic_number () in both the old place and
5683         find_bswap_or_nop_load () to avoid reading uninitialized memory when
5684         doing recursion in the GIMPLE_BINARY_RHS case.
5686 2014-06-03  Richard Biener  <rguenther@suse.de>
5688         PR tree-optimization/61383
5689         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Make sure
5690         stmts can't trap.
5692 2014-06-03  Richard Sandiford  <rdsandiford@googlemail.com>
5694         * defaults.h (USE_MD_CONSTRAINTS, EXTRA_MEMORY_CONSTRAINT)
5695         (EXTRA_ADDRESS_CONSTRAINT, DEFAULT_CONSTRAINT_LEN, CONSTRAINT_LEN)
5696         (CONST_OK_FOR_CONSTRAINT_P, CONST_DOUBLE_OK_FOR_LETTER_P)
5697         (REG_CLASS_FROM_CONSTRAINT, EXTRA_CONSTRAINT_STR): Delete definitions
5698         in this file.
5699         (REG_CLASS_FROM_LETTER, CONST_OK_FOR_LETTER_P)
5700         (CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT): Move poising to...
5701         * system.h: ...here and make it unconditional.
5702         * target.def (conditional_register_usage): Mention
5703         define_register_constraint instead of old-style constraint macros.
5704         * doc/tm.texi.in: Remove documentation for old-style constraint macros.
5705         * doc/tm.texi: Regenerate.
5706         * genoutput.c: Remove USE_MD_CONSTRAINTS conditions and all code
5707         protected by !USE_MD_CONSTRAINTS.
5708         * config/frv/frv.md: Remove quote from old version of documentation.
5709         * config/frv/frv.c (frv_conditional_register_usage): Likewise.
5710         * config/m32r/m32r.c (easy_di_const, easy_df_const): Avoid mentioning
5711         CONST_DOUBLE_OK_FOR_LETTER.
5712         * config/sh/constraints.md: Likewise EXTRA_CONSTRAINT.
5714 2014-06-02  Andrew Pinski  <apinski@cavium.com>
5716         * config/aarch64/aarch64-linux.h (GLIBC_DYNAMIC_LINKER):
5717         /lib/ld-linux32-aarch64.so.1 is used for ILP32.
5718         (LINUX_TARGET_LINK_SPEC): Update linker script for ILP32.
5719         file whose name depends on -mabi= and -mbig-endian.
5720         * config/aarch64/t-aarch64-linux (MULTILIB_OSDIRNAMES):
5721         Handle LP64 better and handle ilp32 too.
5722         (MULTILIB_OPTIONS): Delete.
5723         (MULTILIB_DIRNAMES): Delete.
5725 2014-06-02  Andrew MacLeod  <amacleod@redhat.com>
5727         * expr.h: Remove prototypes of functions defined in builtins.c.
5728         * tree.h: (build_call_expr_*, build_string_literal): Add prototypes.
5729         Remove prototypes of functions defined in builtins.c.
5730         * builtins.h: Update prototype list to include all exported functions.
5731         * builtins.c: (default_libc_has_function, gnu_libc_has_function,
5732         no_c99_libc_has_function): Move to targhooks.c
5733         (build_string_literal, build_call_expr_loc_array,
5734         build_call_expr_loc_vec, build_call_expr_loc, build_call_expr): Move
5735         to tree.c.
5736         (expand_builtin_object_size, fold_builtin_object_size): Make static.
5737         * targhooks.c (default_libc_has_function, gnu_libc_has_function,
5738         no_c99_libc_has_function): Relocate from builtins.c.
5739         * tree.c: Include builtins.h.
5740         (build_call_expr_loc_array, build_call_expr_loc_vec,
5741         build_call_expr_loc, build_call_expr, build_string_literal): Relocate
5742         from builtins.c.
5743         * fold-const.h (fold_fma): Move prototype to builtins.h.
5744         * realmpfr.h (do_mpc_arg2): Move prototype to builtins.h.
5745         * asan.c: Include builtins.h.
5746         * cfgexpand.c: Likewise.
5747         * convert.c: Likewise.
5748         * emit-rtl.c: Likewise.
5749         * except.c: Likewise.
5750         * expr.c: Likewise.
5751         * fold-const.c: Likewise.
5752         * gimple-fold.c: Likewise.
5753         * gimple-ssa-strength-reduction.c: Likewise.
5754         * gimplify.c: Likewise.
5755         * ipa-inline.c: Likewise.
5756         * ipa-prop.c: Likewise.
5757         * lto-streamer-out.c: Likewise.
5758         * stmt.c: Likewise.
5759         * tree-inline.c: Likewise.
5760         * tree-object-size.c: Likewise.
5761         * tree-sra.c: Likewise.
5762         * tree-ssa-ccp.c: Likewise.
5763         * tree-ssa-forwprop.c: Likewise.
5764         * tree-ssa-loop-ivcanon.c: Likewise.
5765         * tree-ssa-loop-ivopts.c: Likewise.
5766         * tree-ssa-math-opts.c: Likewise.
5767         * tree-ssa-reassoc.c: Likewise.
5768         * tree-ssa-threadedge.c: Likewise.
5769         * tree-streamer-in.c: Likewise.
5770         * tree-vect-data-refs.c: Likewise.
5771         * tree-vect-patterns.c: Likewise.
5772         * tree-vect-stmts.c: Likewise.
5773         * config/aarch64/aarch64.c: Likewise.
5774         * config/alpha/alpha.c: Likewise.
5775         * config/arc/arc.c: Likewise.
5776         * config/arm/arm.c: Likewise.
5777         * config/avr/avr.c: Likewise.
5778         * config/bfin/bfin.c: Likewise.
5779         * config/c6x/c6x.c: Likewise.
5780         * config/cr16/cr16.c: Likewise.
5781         * config/cris/cris.c: Likewise.
5782         * config/epiphany/epiphany.c: Likewise.
5783         * config/fr30/fr30.c: Likewise.
5784         * config/frv/frv.c: Likewise.
5785         * config/h8300/h8300.c: Likewise.
5786         * config/i386/i386.c: Likewise.
5787         * config/i386/winnt.c: Likewise.
5788         * config/ia64/ia64.c: Likewise.
5789         * config/iq2000/iq2000.c: Likewise.
5790         * config/lm32/lm32.c: Likewise.
5791         * config/m32c/m32c.c: Likewise.
5792         * config/m32r/m32r.c: Likewise.
5793         * config/m68k/m68k.c: Likewise.
5794         * config/mcore/mcore.c: Likewise.
5795         * config/mep/mep.c: Likewise.
5796         * config/microblaze/microblaze.c: Likewise.
5797         * config/mips/mips.c: Likewise.
5798         * config/mmix/mmix.c: Likewise.
5799         * config/mn10300/mn10300.c: Likewise.
5800         * config/moxie/moxie.c: Likewise.
5801         * config/msp430/msp430.c: Likewise.
5802         * config/nds32/nds32.c: Likewise.
5803         * config/pa/pa.c: Likewise.
5804         * config/pdp11/pdp11.c: Likewise.
5805         * config/picochip/picochip.c: Likewise.
5806         * config/rl78/rl78.c: Likewise.
5807         * config/rs6000/rs6000.c: Likewise.
5808         * config/rx/rx.c: Likewise.
5809         * config/s390/s390.c: Likewise.
5810         * config/score/score.c: Likewise.
5811         * config/sh/sh.c: Likewise.
5812         * config/sparc/sparc.c: Likewise.
5813         * config/spu/spu.c: Likewise.
5814         * config/stormy16/stormy16.c: Likewise.
5815         * config/tilegx/tilegx.c: Likewise.
5816         * config/tilepro/tilepro.c: Likewise.
5817         * config/v850/v850.c: Likewise.
5818         * config/vax/vax.c: Likewise.
5819         * config/xtensa/xtensa.c: Likewise.
5821 2014-06-02  Jeff Law  <law@redhat.com>
5823         PR rtl-optimization/61094
5824         * ree.c (combine_reaching_defs): Do not reextend an insn if it
5825         was marked as do_no_reextend.  If a copy is needed to eliminate
5826         an extension, then mark it as do_not_reextend.
5828 2014-06-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5830         * config/aarch64/aarch64.md (set_fpcr): Drop ISB after FPCR write.
5832 2014-06-02  Richard Henderson  <rth@redhat.com>
5834         PR target/61336
5835         * config/alpha/alpha.c (print_operand_address): Allow symbolic
5836         addresses inside asms.  Use output_operand_lossage instead of
5837         gcc_unreachable.
5839 2014-06-02  Uros Bizjak  <ubizjak@gmail.com>
5841         PR target/61239
5842         * config/i386/i386.c (ix86_expand_vec_perm) [case V32QImode]: Use
5843         GEN_INT (-128) instead of GEN_INT (128) to set MSB of QImode constant.
5845 2014-06-02  Tom de Vries  <tom@codesourcery.com>
5847         * config/aarch64/aarch64.c (aarch64_float_const_representable_p): Handle
5848         case that x has VOIDmode.
5850 2014-06-02  Bernd Schmidt  <bernds@codesourcery.com>
5852         * varasm.c (copy_constant): Delete function.
5853         (build_constant_desc): Don't call it.
5855 2014-06-02  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5857         PR target/61154
5858         * config/arm/arm.h (TARGET_SUPPORTS_WIDE_INT): Define.
5859         * config/arm/arm.md (mov64 splitter): Replace const_double_operand
5860         with immediate_operand.
5862 2014-06-02  Andreas Schwab  <schwab@suse.de>
5864         * config/ia64/ia64.c
5865         (ia64_first_cycle_multipass_dfa_lookahead_guard): Check
5866         pending_data_specs first.
5868 2014-06-02  Richard Biener  <rguenther@suse.de>
5870         PR tree-optimization/61378
5871         * tree-ssa-sccvn.c (vn_reference_lookup_3): Initialize
5872         valueized_anything.
5874 2014-06-01  Uros Bizjak  <ubizjak@gmail.com>
5876         * config/i386/constraints.md (Bw): Rename from 'w'.
5877         (Bz): Rename from 'z'.
5878         * config/i386/i386.md: Change 'w' to 'Bw' and 'z' to 'Bz' globally.
5880 2014-06-01  Kai Tietz  <ktietz@redhat.com>
5882         PR target/61377
5883         * config/i386/constrains.md (define_constrain): New 'Bs' constraint.
5884         * config/i386/i386.md (sibcall_insn_operand): Use Bs
5885         instead of m constraint.
5887 2014-05-31  Andreas Schwab  <schwab@linux-m68k.org>
5889         * config/m68k/m68k.md (beq0_di, bne0_di): Make the "o" constraint
5890         a separate alternative where the scratch operand 2 is marked as
5891         early clobber.
5893 2014-05-31  Kugan Vivekanandarajah  <kuganv@linaro.org>
5895         * config/arm/arm.c (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New define.
5896         (arm_builtins) : Add ARM_BUILTIN_GET_FPSCR and ARM_BUILTIN_SET_FPSCR.
5897         (bdesc_2arg) : Add description for builtins __builtins_arm_set_fpscr
5898         and __builtins_arm_get_fpscr.
5899         (arm_init_builtins) : Initialize builtins __builtins_arm_set_fpscr and
5900         __builtins_arm_get_fpscr.
5901         (arm_expand_builtin) : Expand builtins __builtins_arm_set_fpscr and
5902         __builtins_arm_ldfpscr.
5903         (arm_atomic_assign_expand_fenv): New function.
5904         * config/arm/vfp.md (set_fpscr): New pattern.
5905         (get_fpscr) : Likewise.
5906         * config/arm/unspecs.md (unspecv): Add VUNSPEC_GET_FPSCR and
5907         VUNSPEC_SET_FPSCR.
5908         * doc/extend.texi (AARCH64 Built-in Functions) : Document
5909         __builtins_arm_set_fpscr, __builtins_arm_get_fpscr.
5911 2014-05-30  Jakub Jelinek  <jakub@redhat.com>
5913         * asan.c (report_error_func): Add SLOW_P argument, use
5914         BUILT_IN_ASAN_*_N if set.
5915         (build_check_stmt): Likewise.
5916         (instrument_derefs): If T has insufficient alignment,
5917         force same handling as for odd sizes.
5919         * sanitizer.def (BUILT_IN_ASAN_REPORT_LOAD_N,
5920         BUILT_IN_ASAN_REPORT_STORE_N): New.
5921         * asan.c (struct asan_mem_ref): Change access_size type to
5922         HOST_WIDE_INT.
5923         (asan_mem_ref_init, asan_mem_ref_new, get_mem_refs_of_builtin_call,
5924         update_mem_ref_hash_table): Likewise.
5925         (asan_mem_ref_hasher::hash): Hash in a HWI.
5926         (report_error_func): Change size_in_bytes argument to HWI.
5927         Use *_N builtins if size_in_bytes is larger than 16 or not power of
5928         two.
5929         (build_shadow_mem_access): New function.
5930         (build_check_stmt): Use it.  Change size_in_bytes argument to HWI.
5931         Handle size_in_bytes not power of two or larger than 16.
5932         (instrument_derefs): Don't give up if size_in_bytes is not
5933         power of two or is larger than 16.
5935 2014-05-30  Kai Tietz  <ktietz@redhat.com>
5937         PR target/60104
5938         * config/i386/i386.c (x86_output_mi_thunk): Add memory case
5939         for sibling-tail-calls.
5940         * config/i386/i386.md (sibcall_insn_operand): Add memory-constrain
5941         to its use.
5942         * config/i386/predicates.md (sibcall_memory_operand): New predicate.
5943         (sibcall_insn_operand): Add check for sibcall_memory_operand.
5945 2014-05-30  Pitchumani Sivanupandi <pitchumani.s@atmel.com>
5947         * config/avr/avr-mcus.def: Change ATA6289 ISA to AVR4
5948         * config/avr/avr-tables.opt: Regenerate.
5949         * config/avr/t-multilib: Regenerate.
5950         * doc/avr-mmcu.texi: Regenerate.
5952 2014-05-30  Ian Lance Taylor  <iant@google.com>
5954         * config/i386/xmmintrin.h (_mm_pause): Move out of scope of pragma
5955         target("sse").
5957 2014-05-30  Tom de Vries  <tom@codesourcery.com>
5959         * config/i386/i386.c (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS):
5960         Redefine as true.
5962 2014-05-30  Tom de Vries  <tom@codesourcery.com>
5964         * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
5965         * lra.c (initialize_lra_reg_info_element): Add init of
5966         actual_call_used_reg_set field.
5967         (lra): Call lra_create_live_ranges before lra_inheritance for
5968         -fuse-caller-save.
5969         * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
5970         -fuse-caller-save.
5971         * lra-constraints.c (need_for_call_save_p): Use actual_call_used_reg_set
5972         instead of call_used_reg_set for -fuse-caller-save.
5973         * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
5975 2014-05-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5977         * config/arm/thumb2.md (*thumb2_movhi_insn): Set type of movw
5978         to mov_imm.
5979         * config/arm/vfp.md (*thumb2_movsi_vfp): Likewise.
5981 2014-05-30  Richard Sandiford  <rdsandiford@googlemail.com>
5983         * ira.c (ira_get_dup_out_num): Check for output operands at
5984         the start of the loop.  Handle cases where an included alternative
5985         follows an excluded one.
5987 2014-05-29  Mike Stump  <mikestump@comcast.net>
5989         PR debug/61352
5990         * collect2.c (maybe_run_lto_and_relink): Be sure to always run
5991         post ld passes when lto is used.
5993 2014-05-29  Vladimir Makarov  <vmakarov@redhat.com>
5995         PR rtl-optimization/61325
5996         * lra-constraints.c (process_address): Rename to process_address_1.
5997         (process_address): New function.
5999 2014-05-29  Alan Lawrence  <alan.lawrence@arm.com>
6001         * config/aarch64/aarch64-builtins.c (aarch64_types_binopv_qualifiers,
6002         TYPES_BINOPV): New static data.
6003         * config/aarch64/aarch64-simd-builtins.def (im_lane_bound):
6004         New builtin.
6005         * config/aarch64/aarch64-simd.md (aarch64_ext,
6006         aarch64_im_lane_boundsi): New patterns.
6007         * config/aarch64/aarch64.c (aarch64_expand_vec_perm_const_1): Match
6008         patterns for EXT.
6009         (aarch64_evpc_ext): New function.
6011         * config/aarch64/iterators.md (UNSPEC_EXT): New enum element.
6013         * config/aarch64/arm_neon.h (vext_f32, vext_f64, vext_p8, vext_p16,
6014         vext_s8, vext_s16, vext_s32, vext_s64, vext_u8, vext_u16, vext_u32,
6015         vext_u64, vextq_f32, vextq_f64, vextq_p8, vextq_p16, vextq_s8,
6016         vextq_s16, vextq_s32, vextq_s64, vextq_u8, vextq_u16, vextq_u32,
6017         vextq_u64): Replace __asm with __builtin_shuffle and im_lane_boundsi.
6019 2014-05-29  Tom de Vries  <tom@codesourcery.com>
6021         * rtl.h (BLOCK_SYMBOL_CHECK): Use SYMBOL_REF_FLAGS.
6023 2014-05-29  Richard Earnshaw <rearnsha@arm.com>
6024             Richard Sandiford  <rdsandiford@googlemail.com>
6026         * arm/iterators.md (shiftable_ops): New code iterator.
6027         (t2_binop0, arith_shift_insn): New code attributes.
6028         * arm/predicates.md (shift_nomul_operator): New predicate.
6029         * arm/arm.md (insn_enabled): Delete.
6030         (enabled): Remove insn_enabled test.
6031         (*arith_shiftsi): Delete.  Replace with ...
6032         (*<arith_shift_insn>_multsi): ... new pattern.
6033         (*<arith_shift_insn>_shiftsi): ... new pattern.
6034         * config/arm/arm.c (arm_print_operand): Handle operand format 'b'.
6036 2014-05-29  Radovan Obradovic  <robradovic@mips.com>
6037             Tom de Vries  <tom@codesourcery.com>
6039         * config/mips/mips.h (POST_CALL_TMP_REG): Define.
6040         * config/mips/mips.c (mips_emit_call_insn): Add POST_CALL_TMP_REG
6041         clobber.
6042         (mips_split_call): Use POST_CALL_TMP_REG.
6043         (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): Redefine to true.
6045 2014-05-29  Tom de Vries  <tom@codesourcery.com>
6047         * final.c (collect_fn_hard_reg_usage): Guard variable declaration
6048         with #ifdef STACK_REGS.
6050 2014-05-28  Jan Hubicka  <hubicka@ucw.cz>
6052         * varasm.c (get_variable_section): Walk aliases.
6053         (place_block_symbol): Walk aliases.
6055 2014-05-28  Tom de Vries  <tom@codesourcery.com>
6057         Revert:
6058         2014-05-28  Tom de Vries  <tom@codesourcery.com>
6060         * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
6061         * lra.c (initialize_lra_reg_info_element): Add init of
6062         actual_call_used_reg_set field.
6063         (lra): Call lra_create_live_ranges before lra_inheritance for
6064         -fuse-caller-save.
6065         * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
6066         -fuse-caller-save.
6067         * lra-constraints.c (need_for_call_save_p): Use
6068         actual_call_used_reg_set instead of call_used_reg_set for
6069         -fuse-caller-save.
6070         * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
6072 2014-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
6074         * doc/md.texi: Document that the % constraint character must
6075         be at the beginning of the string.
6076         * genoutput.c (validate_insn_alternatives): Check that '=',
6077         '+' and '%' only appear at the beginning of a constraint.
6078         * ira.c (commutative_constraint_p): Delete.
6079         (ira_get_dup_out_num): Expect the '%' commutativity marker to be
6080         at the start of the string.
6081         * config/alpha/alpha.md (*movmemdi_1, *clrmemdi_1): Remove
6082         duplicate '='s.
6083         * config/arm/neon.md (bicdi3_neon): Likewise.
6084         * config/iq2000/iq2000.md (addsi3_internal, subsi3_internal, sgt_si)
6085         (slt_si, sltu_si): Likewise.
6086         * config/vax/vax.md (sbcdi3): Likewise.
6087         * config/h8300/h8300.md (*cmpstz): Remove duplicate '+'.
6088         * config/arc/arc.md (mulsi_600, mulsidi_600, umulsidi_600)
6089         (mul64): Move '%' to beginning of constraint.
6090         * config/arm/arm.md (*xordi3_insn): Likewise.
6091         * config/nds32/nds32.md (add<mode>3, mulsi3, andsi3, iorsi3)
6092         (xorsi3): Likewise.
6094 2014-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
6096         * doc/md.texi: Document the restrictions on the "enabled" attribute.
6098 2014-05-28  Jason Merrill  <jason@redhat.com>
6100         PR c++/47202
6101         * cgraph.h (symtab_node::get_comdat_group_id): New.
6102         * cgraphunit.c (analyze_functions): Call it.
6103         * symtab.c (dump_symtab_node): Likewise.
6104         * tree.c (decl_comdat_group_id): New.
6105         * tree.h: Declare it.
6106         * lto-streamer-out.c (write_symbol): Use it.
6107         * trans-mem.c (ipa_tm_create_version_alias): Likewise.
6109 2014-05-28  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6111         PR bootstrap/PR61146
6112         * wide-int.cc: Do not include longlong.h when compiling with clang.
6114 2014-05-28  Richard Biener  <rguenther@suse.de>
6116         * tree-ssa-propagate.c (add_control_edge): Print less vertical space.
6117         * tree-vrp.c (extract_range_from_ssa_name): Also copy VR_UNDEFINED.
6118         (vrp_visit_assignment_or_call): Print less vertical space.
6119         (vrp_visit_stmt): Likewise.
6120         (vrp_visit_phi_node): Likewise.  For a PHI argument with
6121         VR_VARYING range consider recording it as copy.
6123 2014-05-28  Richard Biener  <rguenther@suse.de>
6125         Revert
6126         2014-05-28  Richard Biener  <rguenther@suse.de>
6128         * hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
6130 2014-05-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
6132         * expr.c (expand_assignment): Fold the bitpos in the to_rtx if
6133         sufficiently aligned and an offset is used at the same time.
6134         (expand_expr_real_1): Likewise.
6136 2014-05-28  Richard Biener  <rguenther@suse.de>
6138         PR middle-end/61045
6139         * fold-const.c (fold_comparison): When folding
6140         X +- C1 CMP Y +- C2 to X CMP Y +- C2 +- C1 also ensure
6141         the sign of the remaining constant operand stays the same.
6143 2014-05-28  Kaushik Phatak  <kaushik.phatak@kpit.com>
6145         * config/rl78/rl78.h (TARGET_CPU_CPP_BUILTINS): Define
6146         __RL78_64BIT_DOUBLES__ or __RL78_32BIT_DOUBLES__.
6147         (ASM_SPEC): Pass -m64bit-doubles or -m32bit-doubles on
6148         to the assembler.
6149         (DOUBLE_TYPE_SIZE): Use 64 bit if TARGET_64BIT_DOUBLES is true.
6150         * gcc/config/rl78/rl78.opt (m64bit-doubles): New option.
6151         (m32bit-doubles) Likewise.
6152         * gcc/config/rl78/t-rl78: Add 64-bit-double multilib.
6153         * doc/invoke.texi: Document -m32bit-doubles and -m64bit-doubles
6154         option for RL78.
6156 2014-05-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6158         * configure.ac ($gcc_cv_ld_clearcap): New test.
6159         * configure: Regenerate.
6160         * config.in: Regenerate.
6161         * config/sol2.opt (mclear-hwcap): New option.
6162         * config/sol2.h (LINK_CLEARCAP_SPEC): Define.
6163         * config/sol2-clearcap.map: Moved here from
6164         testsuite/gcc.target/i386/clearcap.map.
6165         * config/sol2-clearcapv2.map: Move here from
6166         gcc.target/i386/clearcapv2.map.
6167         * config/t-sol2 (install): Depend on install-clearcap-map.
6168         (install-clearcap-map): New target.
6169         * doc/invoke.texi (Option Summary, Solaris 2 Options): Document
6170         -mclear-hwcap.
6172 2014-05-28  Richard Biener  <rguenther@suse.de>
6174         * hwint.h (*_HALF_WIDE_INT*): Move to ...
6175         * wide-int.cc (HOST_BITS_PER_HALF_WIDE_INT, HOST_HALF_WIDE_INT):
6176         ... here and remove the rest.
6177         * hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
6179 2014-05-28  Richard Biener  <rguenther@suse.de>
6181         PR tree-optimization/61335
6182         * tree-vrp.c (vrp_visit_phi_node): If the compare of old and
6183         new range fails, drop to varying.
6185 2014-05-28  Olivier Hainque  <hainque@adacore.com>
6187         * config/rs6000/vxworks.h (VXCPU_FOR_8548): New. Default to PPC85XX.
6188         (CPP_SPEC): Add entry for -mcpu=8548.
6189         * config/rs6000/vxworksae.h: Reinstate. Override VXCPU_FOR_8548.
6190         * config.gcc (powerpc-wrs-vxworksae, tm_file): Add back vxworksae.h.
6192 2014-05-28  Tom de Vries  <tom@codesourcery.com>
6194         * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
6195         * lra.c (initialize_lra_reg_info_element): Add init of
6196         actual_call_used_reg_set field.
6197         (lra): Call lra_create_live_ranges before lra_inheritance for
6198         -fuse-caller-save.
6199         * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
6200         -fuse-caller-save.
6201         * lra-constraints.c (need_for_call_save_p): Use
6202         actual_call_used_reg_set instead of call_used_reg_set for
6203         -fuse-caller-save.
6204         * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
6206 2014-05-28  Radovan Obradovic  <robradovic@mips.com>
6207             Tom de Vries  <tom@codesourcery.com>
6209         * doc/invoke.texi (@item Optimization Options): Add -fuse-caller-save
6210         to gccoptlist.
6211         (@item -fuse-caller-save): New item.
6213 2014-05-28  Radovan Obradovic  <robradovic@mips.com>
6214             Tom de Vries  <tom@codesourcery.com>
6216         * opts.c (default_options_table): Add OPT_LEVELS_2_PLUS entry with
6217         OPT_fuse_caller_save.
6219 2014-05-28  Radovan Obradovic  <robradovic@mips.com>
6220             Tom de Vries  <tom@codesourcery.com>
6222         * df-scan.c (df_get_call_refs): Use get_call_reg_set_usage.
6223         * caller-save.c (setup_save_areas, save_call_clobbered_regs): Use
6224         get_call_reg_set_usage.
6225         * resource.c (mark_set_resources, mark_target_live_regs): Use
6226         get_call_reg_set_usage.
6227         * ira-int.h (struct ira_allocno): Add crossed_calls_clobbered_regs
6228         field.
6229         (ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS): Define.
6230         * ira-lives.c (process_bb_node_lives): Use get_call_reg_set_usage.
6231         Calculate ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
6232         * ira-build.c (ira_create_allocno): Init
6233         ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
6234         (create_cap_allocno, propagate_allocno_info)
6235         (propagate_some_info_from_allocno)
6236         (copy_info_to_removed_store_destinations): Handle
6237         ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
6238         * ira-costs.c (ira_tune_allocno_costs): Use
6239         ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS to adjust costs.
6241 2014-05-28  Radovan Obradovic  <robradovic@mips.com>
6242             Tom de Vries  <tom@codesourcery.com>
6244         * cgraph.h (struct cgraph_rtl_info): Add function_used_regs
6245         and function_used_regs_valid fields.
6246         * final.c: Move include of hard-reg-set.h to before rtl.h to declare
6247         find_all_hard_reg_sets.
6248         (collect_fn_hard_reg_usage, get_call_fndecl, get_call_cgraph_rtl_info)
6249         (get_call_reg_set_usage): New function.
6250         (rest_of_handle_final): Use collect_fn_hard_reg_usage.
6251         * regs.h (get_call_reg_set_usage): Declare.
6253 2014-05-28  Georg-Johann Lay  <avr@gjlay.de>
6255         PR libgcc/61152
6256         * config/dbx.h (License): Add Runtime Library Exception.
6257         * config/newlib-stdint.h (License): Same.
6258         * config/rtems.h (License): Same
6259         * config/initfini-array.h (License): Same
6260         * config/v850/v850.h (License): Same.
6261         * config/v850/v850-opts.h (License): Same
6262         * config/v850/rtems.h (License): Same.
6264 2014-05-28  Georg-Johann Lay  <avr@gjlay.de>
6266         PR target/61044
6267         * doc/extend.texi (Local Labels): Note that label differences are
6268         not supported for AVR.
6270 2014-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
6271             Olivier Hainque  <hainque@adacore.com>
6273         * rtl.h (set_for_reg_notes): Declare.
6274         * emit-rtl.c (set_for_reg_notes): New function.
6275         (set_unique_reg_note): Use it.
6276         * optabs.c (add_equal_note): Likewise
6278 2014-05-27  Andrew Pinski  <apinski@cavium.com>
6280         * config/aarch64/aarch64.md (stack_protect_set_<mode>):
6281         Use <w> for the register in assembly template.
6282         (stack_protect_test): Use the mode of operands[0] for the result.
6283         (stack_protect_test_<mode>): Use <w> for the register
6284         in assembly template.
6286 2014-05-27  DJ Delorie  <dj@redhat.com>
6288         * config/rx/rx.c (add_vector_labels): New.
6289         (rx_output_function_prologue): Call it.
6290         (rx_handle_func_attribute): Don't require empty arguments.
6291         (rx_handle_vector_attribute): New.
6292         (rx_attribute_table): Add "vector" attribute.
6293         * doc/extend.texi (interrupt, vector): Document new/changed
6294         RX-specific attributes.
6296         * config/rx/rx.c (rx_adjust_insn_length): Skip for non-insns.
6298 2014-05-27  Eric Botcazou  <ebotcazou@adacore.com>
6300         * double-int.c (div_and_round_double) <ROUND_DIV_EXPR>: Use the proper
6301         predicate to detect a negative quotient.
6303 2014-05-27  Eric Botcazou  <ebotcazou@adacore.com>
6305         * fold-const.c (fold_comparison): Clean up and extend X +- C1 CMP C2
6306         to X CMP C2 -+ C1 transformation to EQ_EXPR/NE_EXPR.
6307         Add X - Y CMP 0 to X CMP Y transformation.
6308         (fold_binary_loc) <EQ_EXPR/NE_EXPR>: Remove same transformations.
6310 2014-05-27  Segher Boessenkool  <segher@kernel.crashing.org>
6312         * stmt.c (dump_case_nodes): Don't convert values to HOST_WIDE_INT
6313         before printing.
6315 2014-05-27  Steve Ellcey  <sellcey@mips.com>
6317         * config/mips/mips.c: Add include of cgraph.h.
6319 2014-05-27  Richard Biener  <rguenther@suse.de>
6321         * system.h (__STDC_FORMAT_MACROS): Define as very first thing.
6323 2014-05-27  Georg-Johann Lay  <avr@gjlay.de>
6325         PR libgcc/61152
6326         * config/arm/arm.h (License): Add note to COPYING.RUNTIME.
6327         * config/arm/arm-cores.def (License): Same.
6328         * config/arm/arm-opts.h (License): Same.
6329         * config/arm/aout.h (License): Same.
6330         * config/arm/bpabi.h (License): Same.
6331         * config/arm/elf.h (License): Same.
6332         * config/arm/linux-elf.h (License): Same.
6333         * config/arm/linux-gas.h (License): Same.
6334         * config/arm/netbsd-elf.h (License): Same.
6335         * config/arm/uclinux-eabi.h (License): Same.
6336         * config/arm/uclinux-elf.h (License): Same.
6337         * config/arm/vxworks.h (License): Same.
6339 2014-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6341         * config/arm/neon.md (neon_bswap<mode>): New pattern.
6342         * config/arm/arm.c (neon_itype): Add NEON_BSWAP.
6343         (arm_init_neon_builtins): Handle NEON_BSWAP.
6344         Define required type nodes.
6345         (arm_expand_neon_builtin): Handle NEON_BSWAP.
6346         (arm_builtin_vectorized_function): Handle BUILTIN_BSWAP builtins.
6347         * config/arm/arm_neon_builtins.def (bswap): Define builtins.
6348         * config/arm/iterators.md (VDQHSD): New mode iterator.
6350 2014-05-27  Richard Biener  <rguenther@suse.de>
6352         * tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops_using_ranges):
6353         Try using literal operands when comparing value-ranges failed.
6355 2014-05-27  Richard Sandiford  <rdsandiford@googlemail.com>
6357         * ira.c (commutative_operand): Adjust for change to recog_data.
6358         [Missing from previous commit.]
6360 2014-05-27  Richard Sandiford  <rdsandiford@googlemail.com>
6362         * system.h (TEST_BIT): New macro.
6363         * recog.h (alternative_mask): New type.
6364         (ALL_ALTERNATIVES, ALTERNATIVE_BIT): New macros.
6365         (recog_data_d): Replace alternative_enabled_p array with
6366         enabled_alternatives.
6367         (target_recog): New structure.
6368         (default_target_recog, this_target_recog): Declare.
6369         (get_enabled_alternatives, recog_init): Likewise.
6370         * recog.c (default_target_recog, this_target_recog): New variables.
6371         (get_enabled_alternatives): New function.
6372         (extract_insn): Use it.
6373         (recog_init): New function.
6374         (preprocess_constraints, constrain_operands): Adjust for change to
6375         recog_data.
6376         * postreload.c (reload_cse_simplify_operands): Likewise.
6377         * reload.c (find_reloads): Likewise.
6378         * ira-costs.c (record_reg_classes): Likewise.
6379         * ira-lives.c (single_reg_class): Likewise.  Fix bug in which
6380         all alternatives after a disabled one would be skipped.
6381         (ira_implicitly_set_insn_hard_regs): Likewise.
6382         * ira.c (ira_setup_alts): Adjust for change to recog_data.
6383         * lra-int.h (lra_insn_recog_data): Replace alternative_enabled_p
6384         with enabled_alternatives.
6385         * lra.c (free_insn_recog_data): Update accordingly.
6386         (lra_update_insn_recog_data): Likewise.
6387         (lra_set_insn_recog_data): Likewise.  Use get_enabled_alternatives.
6388         * lra-constraints.c (process_alt_operands): Likewise.  Handle
6389         only_alternative as part of the enabled mask.
6390         * target-globals.h (this_target_recog): Declare.
6391         (target_globals): Add a recog field.
6392         (restore_target_globals): Restore this_target_recog.
6393         * target-globals.c: Include recog.h.
6394         (default_target_globals): Initialize recog field.
6395         (save_target_globals): Likewise.
6396         * reginfo.c (reinit_regs): Call recog_init.
6397         * toplev.c (backend_init_target): Likewise.
6399 2014-05-27  Richard Sandiford  <rdsandiford@googlemail.com>
6401         * gencodes.c (main): Make LAST_INSN_CODE higher than any insn code,
6402         rather than any named insn's code.
6404 2014-05-27  Georg-Johann Lay  <avr@gjlay.de>
6406         PR libgcc/61152
6407         * config/arm/arm-opts.h (License): Add GCC Runtime Library Exception.
6408         * config/arm/arm-cores.def (License): Same.
6410 2014-05-26  Jan Hubicka  <hubicka@ucw.cz>
6412         * tree.h (decl_comdat_group): Declare.
6413         * cgraph.h (symtab_in_same_comdat_p): Move offline to ...
6414         * tree.c (decl_comdat_group): Here.
6416 2014-05-26  Richard Sandiford  <r.sandiford@uk.ibm.com>
6418         PR rtl-optimization/61222
6419         * combine.c (simplify_shift_const_1): When moving a PLUS outside
6420         the shift, truncate the PLUS operand to the result mode.
6422 2014-05-26  Uros Bizjak  <ubizjak@gmail.com>
6424         PR target/61271
6425         * config/i386/i386.c (ix86_rtx_costs)
6426         <case CONST_INT, case CONST, case LABEL_REF, case SYMBOL_REF>:
6427         Fix condition.
6429 2014-05-26  Martin Jambor  <mjambor@suse.cz>
6431         * ira.c (split_live_ranges_for_shrink_wrap): Remove bailout on
6432         subreg uses.
6434 2014-05-26  Richard Biener  <rguenther@suse.de>
6436         * wide-int.h (wi::int_traits <long>, wi::int_traits <unsigned long>,
6437         wi::int_traits <long long>, wi::int_traits <unsigned long long>):
6438         Provide specializations.
6439         (wi::int_traits <HOST_WIDE_INT>,
6440         wi::int_traits <unsigned HOST_WIDE_INT>): Remove specializations.
6442 2014-05-26  Alan Modra  <amodra@gmail.com>
6444         PR target/61098
6445         * config/rs6000/rs6000.c (rs6000_emit_set_const): Remove unneeded
6446         params and return a bool.  Remove dead code.  Update comment.
6447         Assert we have a const_int source.  Remove bogus code from
6448         32-bit HWI days.  Move !TARGET_POWERPC64 handling, and correct
6449         handling of constants > 2G and reg_equal note, from..
6450         (rs6000_emit_set_long_const): ..here.  Remove unneeded param and
6451         return value.  Update comment.  If we can, use a new pseudo
6452         for intermediate calculations.
6453         * config/rs6000/rs6000-protos.h (rs6000_emit_set_const): Update
6454         prototype.
6455         * config/rs6000/rs6000.md (movsi_internal1_single+1): Update
6456         call to rs6000_emit_set_const in splitter.
6457         (movdi_internal64+2, +3): Likewise.
6459 2014-05-26  Richard Biener  <rguenther@suse.de>
6461         * system.h: Define __STDC_FORMAT_MACROS before
6462         including inttypes.h.
6463         * hwint.h (HOST_WIDEST_INT, HOST_BITS_PER_WIDEST_INT,
6464         HOST_WIDEST_INT_PRINT, HOST_WIDEST_INT_PRINT_DEC,
6465         HOST_WIDEST_INT_PRINT_DEC_C, HOST_WIDEST_INT_PRINT_UNSIGNED,
6466         HOST_WIDEST_INT_PRINT_HEX, HOST_WIDEST_INT_PRINT_DOUBLE_HEX,
6467         HOST_WIDEST_INT_C): Remove.
6468         (PRId64, PRIi64, PRIo64, PRIu64, PRIx64, PRIX64): Define
6469         if C99 inttypes.h is not available.
6470         * coretypes.h (gcov_type, gcov_type_unsigned): Use [u]int64_t.
6471         * gcov-io.h (gcov_type, gcov_type_unsigned): Likewise.
6472         * gcov-io.c (gcov_histo_index): Drop non-64bit hwi case.
6473         * cfgloop.h (struct niter_desc): Use uint64_t for niter field.
6474         * bitmap.c (struct bitmap_descriptor_d): Use uint64_t for counters.
6475         (struct output_info): Likewise.
6476         (print_statistics): Adjust.
6477         (dump_bitmap_statistics): Likewise.
6478         * bt-load.c (migrate_btr_defs): Print with PRId64.
6479         * cfg.c (dump_edge_info, dump_bb_info): Likewise.
6480         (MAX_SAFE_MULTIPLIER): Adjust.
6481         * cfghooks.c (dump_bb_for_graph): Print with PRId64.
6482         * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee,
6483         dump_cgraph_node): Likewise.
6484         * final.c (dump_basic_block_info): Likewise.
6485         * gcov-dump.c (tag_counters, tag_summary, dump_working_sets): Likewise.
6486         * gcov.c (format_gcov): Likewise.
6487         * ipa-cp.c (good_cloning_opportunity_p): Likewise.  Use int64_t
6488         for calculation.
6489         (get_clone_agg_value): Use HOST_WIDE_INT for offset.
6490         * ipa-inline.c (compute_max_insns): Use int64_t for calcuation.
6491         (inline_small_functions, dump_overall_stats, dump_inline_stats):
6492         Use PRId64 for dumping.
6493         * ipa-profile.c (dump_histogram, ipa_profile): Likewise.
6494         * ira-color.c (struct allocno_hard_regs): Use int64_t for cost.
6495         (add_allocno_hard_regs): Adjust.
6496         * loop-doloop.c (doloop_modify): Print using PRId64.
6497         * loop-iv.c (inverse): Compute in uint64_t.
6498         (determine_max_iter, iv_number_of_iterations): Likewise.
6499         * loop-unroll.c (decide_peel_completely, decide_peel_simple):
6500         Print using PRId64.
6501         * lto-streamer-out.c (write_symbol): Use uint64_t.
6502         * mcf.c (CAP_INFINITY): Use int64_t maximum.
6503         (dump_fixup_edge, create_fixup_graph, cancel_negative_cycle,
6504         find_max_flow, adjust_cfg_counts): Use int64_t and dump with PRId64.
6505         * modulo-sched.c (const_iteration_count): Use int64_t.
6506         (sms_schedule): Dump using PRId64.
6507         * predict.c (dump_prediction): Likewise.
6508         * pretty-print.h (pp_widest_integer): Remove.
6509         * profile.c (get_working_sets, is_edge_inconsistent,
6510         is_inconsistent, read_profile_edge_counts): Dump using PRId64.
6511         * tree-pretty-print.c (pp_double_int): Remove case handling
6512         HOST_BITS_PER_DOUBLE_INT == HOST_BITS_PER_WIDEST_INT.
6513         * tree-ssa-math-opts.c (struct symbolic_number): Use uint64_t
6514         and adjust users.
6515         (pass_optimize_bswap::execute): Remove restriction on hosts.
6516         * tree-streamer-in.c (streamer_alloc_tree): Use HOST_WIDE_INT.
6517         * tree-streamer-out.c (streamer_write_tree_header): Likewise.
6518         * tree.c (widest_int_cst_value): Remove.
6519         * tree.h (widest_int_cst_value): Likewise.
6520         * value-prof.c (dump_histogram_value): Print using PRId64.
6521         * gengtype.c (main): Also inject int64_t.
6522         * ggc-page.c (struct max_alignment): Use int64_t.
6523         * alloc-pool.c (struct allocation_object_def): Likewise.
6524         * ira-conflicts.c (build_conflict_bit_table): Use uint64_t
6525         for computation.
6526         * doc/tm.texi.in: Remove reference to HOST_WIDEST_INT.
6527         * doc/tm.texi: Regenerated.
6528         * gengtype-lex.l (IWORD): Handle [u]int64_t.
6529         * config/sh/sh.c (expand_cbranchdi4): Use gcov_type.
6530         * config/mmix/mmix-protos.h (mmix_intval, mmix_shiftable_wyde_value,
6531         mmix_output_register_setting): Use [u]int64_t in prototypes.
6532         * config/mmix/mmix.c (mmix_print_operand, mmix_output_register_setting,
6533         mmix_shiftable_wyde_value, mmix_output_shiftvalue_op_from_str,
6534         mmix_output_octa, mmix_output_shifted_value): Adjust.
6535         (mmix_intval): Adjust.  Remove unreachable case.
6536         * config/mmix/mmix.md (*nonlocal_goto_receiver_expanded): Use int64_t.
6538 2014-05-26  Richard Biener  <rguenther@suse.de>
6540         * configure.ac: Drop __int64 type check.  Insist that we
6541         found uint64_t and int64_t.
6542         * hwint.h (HOST_BITS_PER___INT64): Remove.
6543         (HOST_BITS_PER_WIDE_INT): Define to 64 and remove __int64 case.
6544         (HOST_WIDE_INT_PRINT_*): Remove 32bit case.
6545         (HOST_WIDEST_INT*): Define to HOST_WIDE_INT*.
6546         (HOST_WIDEST_FAST_INT): Remove __int64 case.
6547         * vmsdbg.h (struct _DST_SRC_COMMAND): Use int64_t
6548         for dst_q_src_df_rms_cdt.
6549         * configure: Regenerate.
6550         * config.in: Likewise.
6552 2014-05-26  Michael Tautschnig  <mt@debian.org>
6554         PR target/61249
6555         * doc/extend.texi (X86 Built-in Functions): Fix parameter lists of
6556         __builtin_ia32_vfrczs[sd] and __builtin_ia32_mpsadbw256.
6558 2014-05-26  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
6560         PR rtl-optimization/61278
6561         * shrink-wrap.c (move_insn_for_shrink_wrap): Check df_live.
6563 2014-05-26  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
6565         PR rtl-optimization/61220
6566         Part of PR rtl-optimization/61225
6567         * shrink-wrap.c (move_insn_for_shrink_wrap): Skip SP and FP adjustment
6568         insn; skip split_edge for a block with only one successor.
6570 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
6572         * symtab.c (symtab_nonoverwritable_alias): Copy READONLY flag
6573         for variables.
6575 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
6577         * ipa-visibility.c (can_replace_by_local_alias_in_vtable): New function.
6578         (update_vtable_references): New function.
6579         (function_and_variable_visibility): Rewrite also vtable initializers.
6580         * varpool.c (cgraph_variable_initializer_availability): Remove assert.
6582 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
6584         * ggc.h (ggc_grow): New function.
6585         * ggc-none.c (ggc_grow): New function.
6586         * ggc-page.c (ggc_grow): Likewise.
6588 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
6590         * ipa.c (cgraph_non_local_node_p_1, cgraph_local_node_p,
6591         address_taken_from_non_vtable_p, comdat_can_be_unshared_p_1,
6592         comdat_can_be_unshared_p, cgraph_externally_visible_p,
6593         varpool_externally_visible_p, can_replace_by_local_alias,
6594         update_visibility_by_resolution_info, function_and_variable_visibility,
6595         pass_data_ipa_function_and_variable_visibility,
6596         make_pass_ipa_function_and_variable_visibility,
6597         whole_program_function_and_variable_visibility,
6598         pass_data_ipa_whole_program_visibility,
6599         make_pass_ipa_whole_program_visibility): Move to ipa-visibility.c
6600         * cgraph.h (cgraph_local_node_p): Declare.
6601         * ipa-visibility.c: New file.
6602         * Makefile.in (OBJS): Add ipa-visiblity.o
6604 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
6606         * gimple-fold.c (can_refer_decl_in_current_unit_p): Be sure
6607         that var decl is available.
6609 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
6611         * tree-core.h (tree_decl_with_vis): Replace comdat_group by
6612         symtab_node pointer.
6613         * tree.c (copy_node_stat): Be sure to not copy symtab_node pointer.
6614         (find_decls_types_r): Do not walk COMDAT_GROUP.
6615         * tree.h (DECL_COMDAT_GROUP): Revamp to use decl_comdat_group.
6616         * varasm.c (make_decl_one_only): Use set_comdat_group;
6617         create node if needed.
6618         * ipa-inline-transform.c (save_inline_function_body): Update
6619         way we decl->symtab mapping.
6620         * symtab.c (symtab_hash, hash_node, eq_node
6621         symtab_insert_node_to_hashtable): Remove.
6622         (symtab_register_node): Update.
6623         (symtab_unregister_node): Update.
6624         (symtab_get_node): Reimplement as inline function.
6625         (symtab_add_to_same_comdat_group): Update.
6626         (symtab_dissolve_same_comdat_group_list): Update.
6627         (dump_symtab_base): Update.
6628         (verify_symtab_base): Update.
6629         (symtab_make_decl_local): Update.
6630         (fixup_same_cpp_alias_visibility): Update.
6631         (symtab_nonoverwritable_alias): Update.
6632         * cgraphclones.c (set_new_clone_decl_and_node_flags): Update.
6633         * ipa.c (update_visibility_by_resolution_info): UPdate.
6634         * bb-reorder.c: Include cgraph.h
6635         * lto-streamer-out.c (DFS_write_tree_body, hash_tree): Do not deal
6636         with comdat groups.
6637         * ipa-comdats.c (set_comdat_group, ipa_comdats): Update.
6638         * cgraph.c (cgraph_get_create_node): Update.
6639         * cgraph.h (struct symtab_node): Add get_comdat_group, set_comdat_group
6640         and comdat_group_.
6641         (symtab_get_node): Make inline.
6642         (symtab_insert_node_to_hashtable): Remove.
6643         (symtab_can_be_discarded): Update.
6644         (decl_comdat_group): New function.
6645         * tree-streamer-in.c (lto_input_ts_decl_with_vis_tree_pointers):
6646         Update.
6647         * lto-cgraph.c (lto_output_node, lto_output_varpool_node): Stream out
6648         comdat group name.
6649         (read_comdat_group): New function.
6650         (input_node, input_varpool_node): Use it.
6651         * trans-mem.c (ipa_tm_create_version_alias): Update code creating
6652         comdat groups.
6653         * mips.c (mips_start_unique_function): Likewise.
6654         (ix86_code_end): Likewise.
6655         (rs6000_code_end): Likweise.
6656         * tree-streamer-out.c (DECL_COMDAT_GROUP): Do not stream comdat group.
6658 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
6660         * gengtype-state.c (fatal_reading_state): Bring offline.
6661         * optabs.c (widening_optab_handler): Bring offline.
6662         * optabs.h (widening_optab_handler): Likewise.
6663         * final.c (get_attr_length_1): Likewise.
6665 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
6667         * sched-int.h (sd_iterator_cond): Manually tail recurse.
6669 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
6671         * config/rs6000/440.md (ppc440-integer): Include shift without dot.
6672         (ppc440-compare): Include shift with dot.
6673         * config/rs6000/e300c2c3.md (ppce300c3_iu): Include shift without dot.
6674         * config/rs6000/e5500.md (e5500_sfx2): Include constant shift
6675         without dot.
6676         * config/rs6000/e6500.md (e6500_sfx): Exclude constant shift
6677         without dot.
6678         (e6500_sfx2): Include it.
6679         * config/rs6000/rs6000.md ( *zero_extend<mode>di2_internal1,
6680         *zero_extend<mode>di2_internal2, *zero_extend<mode>di2_internal3,
6681         *zero_extendsidi2_lfiwzx, andsi3_mc, andsi3_nomc,
6682         andsi3_internal0_nomc, extzvsi_internal, extzvdi_internal,
6683         *extzvdi_internal1, *extzvdi_internal2, rotlsi3, *rotlsi3_64,
6684         *rotlsi3_internal4, *rotlsi3_internal7le, *rotlsi3_internal7be,
6685         *rotlsi3_internal10le, *rotlsi3_internal10be, rlwinm,
6686         *lshiftrt_internal1le, *lshiftrt_internal1be,
6687         *lshiftrt_internal4le, *lshiftrt_internal4be, rotldi3,
6688         *rotldi3_internal4, *rotldi3_internal7le, *rotldi3_internal7be,
6689         *rotldi3_internal10le, *rotldi3_internal10be,
6690         *rotldi3_internal13le, *rotldi3_internal13be, *ashldi3_internal4,
6691         ashldi3_internal5, *ashldi3_internal6, *ashldi3_internal7,
6692         ashldi3_internal8, *ashldi3_internal9, anddi3_mc, anddi3_nomc,
6693         *anddi3_internal2_mc, *anddi3_internal3_mc, and 4 anonymous
6694         define_insns): Use type "shift" in the appropriate alternatives.
6696 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
6698         * config/rs6000/rs6000.md (type): Add "logical".  Delete
6699         "fast_compare".
6700         (dot): Adjust comment.
6701         (andsi3_mc, *andsi3_internal2_mc, *andsi3_internal3_mc,
6702         *andsi3_internal4, *andsi3_internal5_mc, *boolsi3_internal2,
6703         *boolsi3_internal3, *boolccsi3_internal2, *boolccsi3_internal3,
6704         anddi3_mc, *anddi3_internal2_mc, *anddi3_internal3_mc,
6705         *booldi3_internal2, *booldi3_internal3, *boolcdi3_internal2,
6706         *boolcdi3_internal3, *boolccdi3_internal2, *boolccdi3_internal3,
6707         *mov<mode>_internal2, and 10 anonymous define_insns): Use "logical".
6708         * config/rs6000/rs6000.c (rs6000_adjust_cost): Adjust.
6710         * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
6711         * config/rs6000/440.md (ppc440-integer, ppc440-compare): Adjust.
6712         * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
6713         * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
6714         * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
6715         * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
6716         * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
6717         * config/rs6000/8540.md (ppc8540_su): Adjust.
6718         * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
6719         cell-cmp-microcoded): Adjust.
6720         * config/rs6000/e300c2c3.md (ppce300c3_cmp, ppce300c3_iu): Adjust.
6721         * config/rs6000/e500mc.md (e500mc_su): Adjust.
6722         * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Adjust.
6723         * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Adjust.
6724         * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Adjust.
6725         * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
6726         * config/rs6000/power4.md (power4-integer, power4-cmp): Adjust.
6727         * config/rs6000/power5.md (power5-integer, power5-cmp): Adjust.
6728         * config/rs6000/power6.md (power6-integer, power6-fast-compare):
6729         Adjust.
6730         * config/rs6000/power7.md (power7-integer, power7-cmp): Adjust.
6731         * config/rs6000/power8.md (power8-1cyc, power8-fast-compare):
6732         Adjust.  Adjust comment.
6733         * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
6734         * config/rs6000/titan.md (titan_fxu_adder, titan_fxu_alu): Adjust.
6736 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
6738         * config/rs6000/rs6000.md (type): Add "add".
6739         (*add<mode>3_internal1, addsi3_high, *add<mode>3_internal2,
6740         *add<mode>3_internal3, *neg<mode>2_internal, and 5 anonymous
6741         define_insns): Use it.
6742         * config/rs6000/rs6000.c (rs6000_adjust_cost): Adjust.
6744         * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
6745         * config/rs6000/440.md (ppc440-integer, ppc440-compare): Adjust.
6746         * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
6747         * config/rs6000/601.md (ppc601-integer): Adjust.
6748         * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
6749         * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
6750         * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
6751         * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
6752         * config/rs6000/8540.md (ppc8540_su): Adjust.
6753         * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
6754         cell-cmp-microcoded): Adjust.
6755         * config/rs6000/e300c2c3.md (ppce300c3_cmp, ppce300c3_iu): Adjust.
6756         * config/rs6000/e500mc.md (e500mc_su): Adjust.
6757         * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Adjust.
6758         * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Adjust.
6759         * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Adjust.
6760         * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
6761         * config/rs6000/power4.md (power4-integer, power4-cmp): Adjust.
6762         * config/rs6000/power5.md (power5-integer, power5-cmp): Adjust.
6763         * config/rs6000/power6.md (power6-integer, power6-fast-compare):
6764         Adjust.
6765         * config/rs6000/power7.md (power7-integer, power7-cmp): Adjust.
6766         * config/rs6000/power8.md (power8-1cyc, power8-fast-compare): Adjust.
6767         * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
6768         * config/rs6000/titan.md (titan_fxu_adder, titan_fxu_alu): Adjust.
6770 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
6772         * config/rs6000/rs6000.md (type): Delete "var_shift_rotate",
6773         "delayed_compare", "var_delayed_compare".
6774         (var_shift): New attribute.
6775         (cell_micro): Adjust.
6776         (*andsi3_internal2_mc, *andsi3_internal3_mc, *andsi3_internal4,
6777         *andsi3_internal5_mc, *extzvsi_internal1, *extzvsi_internal2,
6778         rotlsi3, *rotlsi3_64, *rotlsi3_internal2, *rotlsi3_internal3,
6779         *rotlsi3_internal4, *rotlsi3_internal5, *rotlsi3_internal6,
6780         *rotlsi3_internal8le, *rotlsi3_internal8be, *rotlsi3_internal9le,
6781         *rotlsi3_internal9be, *rotlsi3_internal10le, *rotlsi3_internal10be,
6782         *rotlsi3_internal11le, *rotlsi3_internal11be, *rotlsi3_internal12le,
6783         *rotlsi3_internal12be, ashlsi3, *ashlsi3_64, lshrsi3, *lshrsi3_64,
6784         *lshiftrt_internal2le, *lshiftrt_internal2be, *lshiftrt_internal3le,
6785         *lshiftrt_internal3be, *lshiftrt_internal5le, *lshiftrt_internal5be,
6786         *lshiftrt_internal5le, *lshiftrt_internal5be, ashrsi3, *ashrsi3_64,
6787         rotldi3, *rotldi3_internal2, *rotldi3_internal3, *rotldi3_internal4,
6788         *rotldi3_internal5, *rotldi3_internal6, *rotldi3_internal7le,
6789         *rotldi3_internal7be, *rotldi3_internal8le, *rotldi3_internal8be,
6790         *rotldi3_internal9le, *rotldi3_internal9be, *rotldi3_internal10le,
6791         *rotldi3_internal10be, *rotldi3_internal11le, *rotldi3_internal11be,
6792         *rotldi3_internal12le, *rotldi3_internal12be, *rotldi3_internal13le,
6793         *rotldi3_internal13be, *rotldi3_internal14le, *rotldi3_internal14be,
6794         *rotldi3_internal15le, *rotldi3_internal15be, *ashldi3_internal1,
6795         *ashldi3_internal2, *ashldi3_internal3, *lshrdi3_internal1,
6796         *lshrdi3_internal2, *lshrdi3_internal3, *ashrdi3_internal1,
6797         *ashrdi3_internal2, *ashrdi3_internal3, *anddi3_internal2_mc,
6798         *anddi3_internal3_mc, as well as 11 anonymous define_insns): Adjust.
6799         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
6800         insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
6802         * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
6803         * config/rs6000/440.md (ppc440-integer): Adjust.
6804         * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
6805         * config/rs6000/601.md (ppc601-integer, ppc601-compare): Adjust.
6806         * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
6807         * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
6808         * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
6809         * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
6810         * config/rs6000/8540.md (ppc8540_su): Adjust.
6811         * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
6812         cell-cmp-microcoded): Adjust.
6813         * config/rs6000/e300c2c3.md (ppce300c3_cmp): Adjust.
6814         * config/rs6000/e500mc.md (e500mc_su): Adjust.
6815         * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2,
6816         e500mc64_delayed): Adjust.
6817         * config/rs6000/e5500.md (e5500_sfx, e5500_delayed): Adjust.
6818         * config/rs6000/e6500.md (e6500_sfx, e6500_delayed): Adjust.
6819         * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
6820         * config/rs6000/power4.md (power4-integer, power4-compare): Adjust.
6821         * config/rs6000/power5.md (power5-integer, power5-compare): Adjust.
6822         * config/rs6000/power6.md (power6-shift, power6-var-rotate,
6823         power6-delayed-compare, power6-var-delayed-compare): Adjust.
6824         * config/rs6000/power7.md (power7-integer, power7-compare): Adjust.
6825         * config/rs6000/power8.md (power8-1cyc, power8-compare): Adjust.
6826         Adjust comment.
6827         * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
6828         * config/rs6000/titan.md (titan_fxu_shift_and_rotate): Adjust.
6830 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
6832         * config/rs6000/rs6000.md (type): Delete "idiv", "ldiv".  Add "div".
6833         (bits): New mode_attr.
6834         (idiv_ldiv): Delete mode_attr.
6835         (udiv<mode>3, *div<mode>3, div<div_extend>_<mode>): Adjust.
6836         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
6837         rs6000_adjust_priority, is_nonpipeline_insn,
6838         insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
6840         * config/rs6000/40x.md (ppc403-idiv): Adjust.
6841         * config/rs6000/440.md (ppc440-idiv): Adjust.
6842         * config/rs6000/476.md (ppc476-idiv): Adjust.
6843         * config/rs6000/601.md (ppc601-idiv): Adjust.
6844         * config/rs6000/603.md (ppc603-idiv): Adjust.
6845         * config/rs6000/6xx.md (ppc604-idiv, ppc620-idiv, ppc630-idiv,
6846         ppc620-ldiv): Adjust.
6847         * config/rs6000/7450.md (ppc7450-idiv): Adjust.
6848         * config/rs6000/7xx.md (ppc750-idiv): Adjust.
6849         * config/rs6000/8540.md (ppc8540_divide): Adjust.
6850         * config/rs6000/a2.md (ppca2-idiv, ppca2-ldiv): Adjust.
6851         * config/rs6000/cell.md (cell-idiv, cell-ldiv): Adjust.
6852         * config/rs6000/e300c2c3.md (ppce300c3_divide): Adjust.
6853         * config/rs6000/e500mc.md (e500mc_divide): Adjust.
6854         * config/rs6000/e500mc64.md (e500mc64_divide): Adjust.
6855         * config/rs6000/e5500.md (e5500_divide, e5500_divide_d): Adjust.
6856         * config/rs6000/e6500.md (e6500_divide, e6500_divide_d): Adjust.
6857         * config/rs6000/mpc.md (mpccore-idiv): Adjust.
6858         * config/rs6000/power4.md (power4-idiv, power4-ldiv): Adjust.
6859         * config/rs6000/power5.md (power5-idiv, power5-ldiv): Adjust.
6860         * config/rs6000/power6.md (power6-idiv, power6-ldiv): Adjust.
6861         * config/rs6000/power7.md (power7-idiv, power7-ldiv): Adjust.
6862         * config/rs6000/power8.md (power8-idiv, power8-ldiv): Adjust.
6863         * config/rs6000/rs64.md (rs64a-idiv, rs64a-ldiv): Adjust.
6864         * config/rs6000/titan.md (titan_fxu_div): Adjust.
6866 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
6868         * config/rs6000/rs6000.md (type): Delete "insert_word",
6869         "insert_dword".  Add "insert".
6870         (size): Update comment.
6871         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
6872         insn_must_be_first_in_group): Adjust.
6873         (insvsi_internal, *insvsi_internal1, *insvsi_internal2,
6874         *insvsi_internal3, *insvsi_internal4, *insvsi_internal5,
6875         *insvsi_internal6, insvdi_internal): Adjust.
6877         * config/rs6000/40x.md (ppc403-integer): Adjust.
6878         * config/rs6000/440.md (ppc440-integer): Adjust.
6879         * config/rs6000/476.md (ppc476-simple-integer): Adjust.
6880         * config/rs6000/601.md (ppc601-integer): Adjust.
6881         * config/rs6000/603.md (ppc603-integer): Adjust.
6882         * config/rs6000/6xx.md (ppc604-integer): Adjust.
6883         * config/rs6000/7450.md (ppc7450-integer): Adjust.
6884         * config/rs6000/7xx.md (ppc750-integer): Adjust.
6885         * config/rs6000/8540.md (ppc8540_su): Adjust.
6886         * config/rs6000/cell.md (cell-integer, cell-insert): Adjust.
6887         * config/rs6000/e300c2c3.md (ppce300c3_iu): Adjust.
6888         * config/rs6000/e500mc.md (e500mc_su): Adjust.
6889         * config/rs6000/e500mc64.md (e500mc64_su): Adjust.
6890         * config/rs6000/e5500.md (e5500_sfx): Adjust.
6891         * config/rs6000/e6500.md (e6500_sfx): Adjust.
6892         * config/rs6000/mpc.md (mpccore-integer): Adjust.
6893         * config/rs6000/power4.md (power4-integer, power4-insert): Adjust.
6894         * config/rs6000/power5.md (power5-integer, power5-insert): Adjust.
6895         * config/rs6000/power6.md (power6-insert, power6-insert-dword): Adjust.
6896         * config/rs6000/power7.md (power7-integer): Adjust.
6897         * config/rs6000/power8.md (power8-1cyc): Adjust.
6898         * config/rs6000/rs64.md (rs64a-integer): Adjust.
6899         * config/rs6000/titan.md (titan_fxu_shift_and_rotate): Adjust.
6901 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
6903         * config/rs6000/rs6000.md (type): Add "mul".  Delete "imul",
6904         "imul2", "imul3", "lmul", "imul_compare", "lmul_compare".
6905         (size): New attribute.
6906         (dot): New attribute.
6907         (cell_micro): Adjust.
6908         (mulsi3, *mulsi3_internal1, *mulsi3_internal2, mulsidi3,
6909         umulsidi3, smulsi3_highpart, umulsi3_highpart, muldi3,
6910         *muldi3_internal1, *muldi3_internal2, smuldi3_highpart,
6911         umuldi3_highpart): Adjust.
6912         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
6913         rs6000_adjust_priority, is_nonpipeline_insn,
6914         insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
6916         * config/rs6000/40x.md (ppc403-imul, ppc405-imul, ppc405-imul2,
6917         ppc405-imul3): Adjust.
6918         * config/rs6000/440.md (ppc440-imul, ppc440-imul2): Adjust.
6919         * config/rs6000/476.md (ppc476-imul): Adjust.
6920         * config/rs6000/601.md (ppc601-imul): Adjust.
6921         * config/rs6000/603.md (ppc603-imul, ppc603-imul2): Adjust.
6922         * config/rs6000/6xx.md (ppc604-imul, ppc604e-imul, ppc620-imul,
6923         ppc620-imul2, ppc620-imul3, ppc620-lmul): Adjust.
6924         * config/rs6000/7450.md (ppc7450-imul, ppc7450-imul2): Adjust.
6925         * config/rs6000/7xx.md (ppc750-imul, ppc750-imul2, ppc750-imul3):
6926         Adjust.
6927         * config/rs6000/8540.md (ppc8540_multiply): Adjust.
6928         * config/rs6000/a2.md (ppca2-imul, ppca2-lmul): Adjust.
6929         * config/rs6000/cell.md (cell-lmul, cell-lmul-cmp, cell-imul23,
6930         cell-imul): Adjust.
6931         * config/rs6000/e300c2c3.md (ppce300c3_multiply): Adjust.
6932         * config/rs6000/e500mc.md (e500mc_multiply): Adjust.
6933         * config/rs6000/e500mc64.md (e500mc64_multiply): Adjust.
6934         * config/rs6000/e5500.md (e5500_multiply, e5500_multiply_i): Adjust.
6935         * config/rs6000/e6500.md (e6500_multiply, e6500_multiply_i): Adjust.
6936         * config/rs6000/mpc.md (mpccore-imul): Adjust.
6937         * config/rs6000/power4.md (power4-lmul-cmp, power4-imul-cmp,
6938         power4-lmul, power4-imul, power4-imul3): Adjust.
6939         * config/rs6000/power5.md (power5-lmul-cmp, power5-imul-cmp,
6940         power5-lmul, power5-imul, power5-imul3): Adjust.
6941         * config/rs6000/power6.md (power6-lmul-cmp, power6-imul-cmp,
6942         power6-lmul, power6-imul, power6-imul3): Adjust.
6943         * config/rs6000/power7.md (power7-mul, power7-mul-compare): Adjust.
6944         * config/rs6000/power8.md (power8-mul, power8-mul-compare): Adjust.
6946         * config/rs6000/rs64.md (rs64a-imul, rs64a-imul2, rs64a-imul3,
6947         rs64a-lmul): Adjust.
6948         * config/rs6000/titan.md (titan_imul): Adjust.
6950 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
6952         * config/rs6000/rs6000.md (type): Add new value "halfmul".
6953         (*macchwc, *macchw, *macchwuc, *macchwu, *machhwc, *machhw,
6954         *machhwuc, *machhwu, *maclhwc, *maclhw, *maclhwuc, *maclhwu,
6955         *nmacchwc, *nmacchw, *nmachhwc, *nmachhw, *nmaclhwc, *nmaclhw,
6956         *mulchwc, *mulchw, *mulchwuc, *mulchwu, *mulhhwc, *mulhhw,
6957         *mulhhwuc, *mulhhwu, *mullhwc, *mullhw, *mullhwuc, *mullhwu): Use it.
6958         * config/rs6000/40x.md (ppc405-imul3): Add type halfmul.
6959         * config/rs6000/440.md (ppc440-imul2): Add type halfmul.
6960         * config/rs6000/476.md (ppc476-imul): Add type halfmul.
6961         * config/rs6000/titan.md: Delete nonsensical comment.
6962         (titan_imul): Add type imul3.
6963         (titan_mulhw): Remove type imul3; add type halfmul.
6965 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
6967         * config/rs6000/rs6000.md (type): Reorder, reformat.
6969 2014-05-23  Martin Jambor  <mjambor@suse.cz>
6971         PR tree-optimization/53787
6972         * params.def (PARAM_IPA_MAX_AA_STEPS): New param.
6973         * ipa-prop.h (ipa_node_params): Rename uses_analysis_done to
6974         analysis_done, update all uses.
6975         * ipa-prop.c: Include domwalk.h
6976         (param_analysis_info): Removed.
6977         (param_aa_status): New type.
6978         (ipa_bb_info): Likewise.
6979         (func_body_info): Likewise.
6980         (ipa_get_bb_info): New function.
6981         (aa_overwalked): Likewise.
6982         (find_dominating_aa_status): Likewise.
6983         (parm_bb_aa_status_for_bb): Likewise.
6984         (parm_preserved_before_stmt_p): Changed to use new param AA info.
6985         (load_from_unmodified_param): Accept func_body_info as a parameter
6986         instead of parms_ainfo.
6987         (parm_ref_data_preserved_p): Changed to use new param AA info.
6988         (parm_ref_data_pass_through_p): Likewise.
6989         (ipa_load_from_parm_agg_1): Likewise.  Update callers.
6990         (compute_complex_assign_jump_func): Changed to use new param AA info.
6991         (compute_complex_ancestor_jump_func): Likewise.
6992         (ipa_compute_jump_functions_for_edge): Likewise.
6993         (ipa_compute_jump_functions): Removed.
6994         (ipa_compute_jump_functions_for_bb): New function.
6995         (ipa_analyze_indirect_call_uses): Likewise, moved variable
6996         declarations down.
6997         (ipa_analyze_virtual_call_uses): Accept func_body_info instead of node
6998         and info, moved variable declarations down.
6999         (ipa_analyze_call_uses): Accept and pass on func_body_info instead of
7000         node and info.
7001         (ipa_analyze_stmt_uses): Likewise.
7002         (ipa_analyze_params_uses): Removed.
7003         (ipa_analyze_params_uses_in_bb): New function.
7004         (ipa_analyze_controlled_uses): Likewise.
7005         (free_ipa_bb_info): Likewise.
7006         (analysis_dom_walker): New class.
7007         (ipa_analyze_node): Handle node-specific forbidden analysis,
7008         initialize and free func_body_info, use dominator walker.
7009         (ipcp_modif_dom_walker): New class.
7010         (ipcp_transform_function): Create and free func_body_info, use
7011         ipcp_modif_dom_walker, moved a lot of functionality there.
7013 2014-05-23  Marek Polacek  <polacek@redhat.com>
7014             Jakub Jelinek  <jakub@redhat.com>
7016         * builtins.def: Change SANITIZE_FLOAT_DIVIDE to SANITIZE_NONDEFAULT.
7017         * gcc.c (sanitize_spec_function): Likewise.
7018         * convert.c (convert_to_integer): Include "ubsan.h".  Add
7019         floating-point to integer instrumentation.
7020         * doc/invoke.texi: Document -fsanitize=float-cast-overflow.
7021         * flag-types.h (enum sanitize_code): Add SANITIZE_FLOAT_CAST and
7022         SANITIZE_NONDEFAULT.
7023         * opts.c (common_handle_option): Handle -fsanitize=float-cast-overflow.
7024         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_FLOAT_CAST_OVERFLOW,
7025         BUILT_IN_UBSAN_HANDLE_FLOAT_CAST_OVERFLOW_ABORT): Add.
7026         * ubsan.c: Include "realmpfr.h" and "dfp.h".
7027         (get_ubsan_type_info_for_type): Handle REAL_TYPEs.
7028         (ubsan_type_descriptor): Set tkind to 0xffff for types other than
7029         float/double/long double.
7030         (ubsan_instrument_float_cast): New function.
7031         * ubsan.h (ubsan_instrument_float_cast): Declare.
7033 2014-05-23 Jiong Wang  <jiong.wang@arm.com>
7035         * config/aarch64/predicates.md (aarch64_call_insn_operand): New
7036         predicate.
7037         * config/aarch64/constraints.md ("Ucs", "Usf"):  New constraints.
7038         * config/aarch64/aarch64.md (*sibcall_insn, *sibcall_value_insn):
7039         Adjust for tailcalling through registers.
7040         * config/aarch64/aarch64.h (enum reg_class): New caller save
7041         register class.
7042         (REG_CLASS_NAMES): Likewise.
7043         (REG_CLASS_CONTENTS): Likewise.
7044         * config/aarch64/aarch64.c (aarch64_function_ok_for_sibcall):
7045         Allow tailcalling without decls.
7047 2014-05-23  Thomas Schwinge  <thomas@codesourcery.com>
7049         * gimplify.c (omp_notice_variable) <case OMP_CLAUSE_DEFAULT_NONE>:
7050         Rewrite check for ORT_PARALLEL and ORT_COMBINED_PARALLEL.
7052         * omp-low.c (expand_omp_for_static_chunk): Rename variable si to
7053         gsi, and variables v_* to v*.
7055 2014-05-23  Eric Botcazou  <ebotcazou@adacore.com>
7057         * varasm.c (output_constructor_bitfield): Fix thinkos in latest change.
7059 2014-05-23  Thomas Schwinge  <thomas@codesourcery.com>
7061         * gimple.h (enum gf_mask): Add and use GF_OMP_FOR_SIMD.
7062         * omp-low.c: Update accordingly.
7064         * gimple.h (enum gf_mask): Rewrite "<< 0" shift expressions used
7065         for GF_OMP_FOR_KIND_MASK, GF_OMP_FOR_KIND_FOR,
7066         GF_OMP_FOR_KIND_DISTRIBUTE, GF_OMP_FOR_KIND_SIMD,
7067         GF_OMP_FOR_KIND_CILKSIMD, GF_OMP_TARGET_KIND_MASK,
7068         GF_OMP_TARGET_KIND_REGION, GF_OMP_TARGET_KIND_DATA,
7069         GF_OMP_TARGET_KIND_UPDATE.
7071         * gimplify.c (omp_notice_variable) <case OMP_CLAUSE_DEFAULT_NONE>:
7072         Explicitly enumerate the expected region types.
7074 2014-05-23  Paul Eggert  <eggert@cs.ucla.edu>
7076         PR other/56955
7077         * doc/extend.texi (Function Attributes): Fix  __attribute__ ((malloc))
7078         documentation; the old documentation didn't clearly state the
7079         constraints on the contents of the pointed-to storage.
7081 2014-05-23  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
7083         Fix bootstrap error on ia64
7084         * config/ia64/ia64.c (ia64_first_cycle_multipass_dfa_lookahead_guard):
7085         Return default value.
7087 2014-05-23  Thomas Preud'homme  <thomas.preudhomme@arm.com>
7089         PR tree-optimization/54733
7090         * tree-ssa-math-opts.c (nop_stats): New "bswap_stats" structure.
7091         (CMPNOP): Define.
7092         (find_bswap_or_nop_load): New.
7093         (find_bswap_1): Renamed to ...
7094         (find_bswap_or_nop_1): This. Also add support for memory source.
7095         (find_bswap): Renamed to ...
7096         (find_bswap_or_nop): This. Also add support for memory source and
7097         detection of bitwise operations equivalent to load in target
7098         endianness.
7099         (execute_optimize_bswap): Likewise. Also move its leading comment back
7100         in place and split statement transformation into ...
7101         (bswap_replace): This.
7103 2014-05-22  Vladimir Makarov  <vmakarov@redhat.com>
7105         PR rtl-optimization/61215
7106         * lra-elelimination.c (lra_eliminate_regs_1): Don't use
7107         simplify_gen_subreg until final substitution.
7109 2014-05-23  Alan Modra  <amodra@gmail.com>
7111         PR target/61231
7112         * config/rs6000/rs6000.c (mem_operand_gpr): Handle SImode.
7113         * config/rs6000/rs6000.md (extendsidi2_lfiwax, extendsidi2_nocell):
7114         Use "Y" constraint rather than "m".
7116 2014-05-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
7118         * config/aarch64/aarch64.c (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New
7119         define.
7120         * config/aarch64/aarch64-protos.h (aarch64_atomic_assign_expand_fenv):
7121         New function declaration.
7122         * config/aarch64/aarch64-builtins.c (aarch64_builtins) : Add
7123         AARCH64_BUILTIN_GET_FPCR, AARCH64_BUILTIN_SET_FPCR.
7124         AARCH64_BUILTIN_GET_FPSR and AARCH64_BUILTIN_SET_FPSR.
7125         (aarch64_init_builtins) : Initialize builtins
7126         __builtins_aarch64_set_fpcr, __builtins_aarch64_get_fpcr.
7127         __builtins_aarch64_set_fpsr and __builtins_aarch64_get_fpsr.
7128         (aarch64_expand_builtin) : Expand builtins __builtins_aarch64_set_fpcr
7129         __builtins_aarch64_get_fpcr, __builtins_aarch64_get_fpsr,
7130         and __builtins_aarch64_set_fpsr.
7131         (aarch64_atomic_assign_expand_fenv): New function.
7132         * config/aarch64/aarch64.md (set_fpcr): New pattern.
7133         (get_fpcr) : Likewise.
7134         (set_fpsr) : Likewise.
7135         (get_fpsr) : Likewise.
7136         (unspecv): Add UNSPECV_GET_FPCR and UNSPECV_SET_FPCR, UNSPECV_GET_FPSR
7137          and UNSPECV_SET_FPSR.
7138         * doc/extend.texi (AARCH64 Built-in Functions) : Document
7139         __builtins_aarch64_set_fpcr, __builtins_aarch64_get_fpcr.
7140         __builtins_aarch64_set_fpsr and __builtins_aarch64_get_fpsr.
7142 2014-05-22  Vladimir Makarov  <vmakarov@redhat.com>
7144         PR rtl-optimization/60969
7145         * ira-costs.c (record_reg_classes): Process NO_REGS for matching
7146         constraints.  Set up mem cost for NO_REGS case.
7148 2014-05-22  Thomas Schwinge  <thomas@codesourcery.com>
7150         * builtin-types.def: Simplify examples for DEF_FUNCTION_TYPE_*.
7152 2012-05-22  Bernd Schmidt  <bernds@codesourcery.com>
7154         * config/darwin.c: Include "lto-section-names.h".
7155         (LTO_SEGMENT_NAME): Don't define.
7156         * config/i386/winnt.c: Include "lto-section-names.h".
7157         * lto-streamer.c: Include "lto-section-names.h".
7158         * lto-streamer.h (LTO_SECTION_NAME_PREFIX): Don't define.
7159         * lto-wrapper.c: Include "lto-section-names.h".
7160         (LTO_SECTION_NAME_PREFIX): Don't define.
7161         * lto-section-names.h: New file.
7162         * cgraphunit.c: Include "lto-section-names.h".
7164 2014-05-22  Peter Bergner  <bergner@vnet.ibm.com>
7166         * config/rs6000/htm.md (ttest): Use correct shift value to get CR0.
7168 2014-05-22  Richard Earnshaw  <rearnsha@arm.com>
7170         PR target/61208
7171         * arm.md (arm_cmpdi_unsigned): Fix length calculation for Thumb2.
7173 2014-05-22  Nick Clifton  <nickc@redhat.com>
7175         * config/msp430/msp430.h (ASM_SPEC): Add spaces after inserted options.
7177 2014-05-22  Eric Botcazou  <ebotcazou@adacore.com>
7179         * tree-ssa-forwprop.c (associate_plusminus): Extend (T)(P + A) - (T)P
7180         -> (T)A transformation to integer types.
7182 2014-05-22  Teresa Johnson  <tejohnson@google.com>
7184         * gcov-io.c (gcov_position): Use gcov_nonruntime_assert.
7185         (gcov_is_error): Remove gcc_assert from IN_LIBGCOV code.
7186         (gcov_rewrite): Use gcov_nonruntime_assert.
7187         (gcov_open): Ditto.
7188         (gcov_write_words): Ditto.
7189         (gcov_write_length): Ditto.
7190         (gcov_read_words): Use gcov_nonruntime_assert, and remove
7191         gcc_assert from IN_LIBGCOV code.
7192         (gcov_read_summary): Use gcov_error to flag profile corruption.
7193         (gcov_sync): Use gcov_nonruntime_assert.
7194         (gcov_seek): Remove gcc_assert from IN_LIBGCOV code.
7195         (gcov_histo_index): Use gcov_nonruntime_assert.
7196         (static void gcov_histogram_merge): Ditto.
7197         (compute_working_sets): Ditto.
7198         * gcov-io.h (gcov_nonruntime_assert): Define.
7199         (gcov_error): Define for !IN_LIBGCOV
7201 2014-05-22  Richard Biener  <rguenther@suse.de>
7203         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
7204         BUILT_IN_REALLOC like BUILT_IN_STRDUP.
7205         (call_may_clobber_ref_p_1): Handle BUILT_IN_REALLOC as allocation
7206         and deallocation site.
7207         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
7208         Handle BUILT_IN_REALLOC similar to BUILT_IN_STRDUP with also
7209         passing through the incoming points-to set.
7210         (handle_lhs_call): Use flags argument instead of recomputing it.
7211         (find_func_aliases_for_call): Call handle_lhs_call with proper
7212         call return flags.
7214 2014-05-22  Jakub Jelinek  <jakub@redhat.com>
7216         * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Make sure
7217         all padding bits in REAL_VALUE_TYPE are cleared.
7219 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
7221         Cleanup and improve multipass_dfa_lookahead_guard
7222         * config/i386/i386.c (core2i7_first_cycle_multipass_filter_ready_try,)
7223         (core2i7_first_cycle_multipass_begin,)
7224         (core2i7_first_cycle_multipass_issue,)
7225         (core2i7_first_cycle_multipass_backtrack): Update signature.
7226         * config/ia64/ia64.c
7227         (ia64_first_cycle_multipass_dfa_lookahead_guard_spec): Remove.
7228         (ia64_first_cycle_multipass_dfa_lookahead_guard): Update signature.
7229         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC): Remove
7230         hook definition.
7231         (ia64_first_cycle_multipass_dfa_lookahead_guard): Merge logic from
7232         ia64_first_cycle_multipass_dfa_lookahead_guard_spec.  Update return
7233         values.
7234         * config/rs6000/rs6000.c (rs6000_use_sched_lookahead_guard): Update
7235         return values.
7236         * doc/tm.texi: Regenerate.
7237         * doc/tm.texi.in
7238         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC): Remove.
7239         * haifa-sched.c (ready_try): Make signed to allow negative values.
7240         (rebug_ready_list_1): Update.
7241         (choose_ready): Simplify.
7242         (sched_extend_ready_list): Update.
7244 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
7246         Remove IA64 speculation tweaking flags
7247         * config/ia64/ia64.c (ia64_set_sched_flags): Delete handling of
7248         speculation tuning flags.
7249         (msched-prefer-non-data-spec-insns,)
7250         (msched-prefer-non-control-spec-insns): Obsolete options.
7251         * haifa-sched.c (choose_ready): Remove handling of
7252         PREFER_NON_CONTROL_SPEC and PREFER_NON_DATA_SPEC.
7253         * sched-int.h (enum SPEC_SCHED_FLAGS): Remove PREFER_NON_CONTROL_SPEC
7254         and PREFER_NON_DATA_SPEC.
7255         * sel-sched.c (process_spec_exprs): Remove handling of
7256         PREFER_NON_CONTROL_SPEC and PREFER_NON_DATA_SPEC.
7258 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
7260         Improve scheduling debug output
7261         * haifa-sched.c (debug_ready_list): Remove unnecessary prototype.
7262         (advance_one_cycle): Update.
7263         (schedule_insn, queue_to_ready): Add debug printouts.
7264         (debug_ready_list_1): New static function.
7265         (debug_ready_list): Update.
7266         (max_issue): Add debug printouts.
7267         (dump_insn_stream): New static function.
7268         (schedule_block): Use it.  Also better indent printouts.
7270 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
7272         Fix sched_insn debug counter
7273         * haifa-sched.c (schedule_insn): Update.
7274         (struct haifa_saved_data): Add nonscheduled_insns_begin.
7275         (save_backtrack_point, restore_backtrack_point): Update.
7276         (first_nonscheduled_insn): New static function.
7277         (queue_to_ready, choose_ready): Use it.
7278         (schedule_block): Init nonscheduled_insns_begin.
7279         (sched_emit_insn): Update.
7282 2014-05-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
7284         * config/aarch64/aarch64.c (aarch64_regno_regclass) : Change CORE_REGS
7285         to GENERAL_REGS.
7286         (aarch64_secondary_reload) : LikeWise.
7287         (aarch64_class_max_nregs) : Remove CORE_REGS.
7288         * config/aarch64/aarch64.h (enum reg_class) : Remove CORE_REGS.
7289         (REG_CLASS_NAMES) : Likewise.
7290         (REG_CLASS_CONTENTS) : LikeWise.
7291         (INDEX_REG_CLASS) : Change CORE_REGS to GENERAL_REGS.
7293 2014-05-21  Guozhi Wei  <carrot@google.com>
7295         PR target/61202
7296         * config/aarch64/arm_neon.h (vqdmulh_n_s16): Change the last operand's
7297         constraint.
7298         (vqdmulhq_n_s16): Likewise.
7300 2014-05-21  Segher Boessenkool  <segher@kernel.crashing.org>
7302         * config/rs6000/predicates.md (update_indexed_address_mem): Delete.
7304 2014-05-21  Marek Polacek  <polacek@redhat.com>
7306         PR sanitizer/61272
7307         * ubsan.c (is_ubsan_builtin_p): Turn assert into a condition.
7309 2014-05-21  Martin Jambor  <mjambor@suse.cz>
7311         * doc/invoke.texi (Optimize Options): Document parameters
7312         ipa-cp-eval-threshold, ipa-max-agg-items, ipa-cp-loop-hint-bonus and
7313         ipa-cp-array-index-hint-bonus.
7315 2014-05-21  Mark Wielaard  <mjw@redhat.com>
7317         PR debug/16063
7318         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_type if DWARF
7319         version >= 3 or not strict DWARF.
7320         * langhooks.h (struct lang_hooks_for_types): Add
7321         enum_underlying_base_type.
7322         * langhooks.c (lhd_enum_underlying_base_type): New function.
7323         * gcc/langhooks.h (struct lang_hooks_for_types): Add
7324         enum_underlying_base_type.
7325         * langhooks-def.h (lhd_enum_underlying_base_type): New declaration.
7326         (LANG_HOOKS_ENUM_UNDERLYING_BASE_TYPE): New define.
7327         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add new lang hook.
7329 2014-05-21  Richard Biener  <rguenther@suse.de>
7331         * doc/invoke.texi (-flto-partition=): Document one and none algorithms.
7333 2014-05-21  John Marino  <gnugcc@marino.st>
7335         * config.gcc (*-*-dragonfly*): New target.
7336         * configure.ac: Detect dl_iterate_phdr (*freebsd*, *dragonfly*).
7337         * configure: Regenerate.
7338         * config/dragonfly-stdint.h: New.
7339         * config/dragonfly.h: New.
7340         * config/dragonfly.opt: New.
7341         * config/i386/dragonfly.h: New.
7342         * ginclude/stddef.h: Detect _PTRDIFF_T_DECLARED for DragonFly.
7344 2014-05-21  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
7346         * tree.def (VOID_CST): New.
7347         * tree-core.h (TI_VOID): New.
7348         * tree.h (void_node): New.
7349         * tree.c (tree_node_structure_for_code, tree_code_size)
7350         (iterative_hash_expr): Handle VOID_CST.
7351         (build_common_tree_nodes): Initialize void_node.
7353 2014-05-21  Bernd Schmidt  <bernds@codesourcery.com>
7355         * reload1.c (remove_init_insns, will_delete_init_insn_p): New static
7356         functions.
7357         (reload, calculate_needs_all_insns, reload_as_needed): Use them.
7359         * config/bfin/bfin.c (split_load_immediate): Use gen_int_mode in a few
7360         more places.
7362         * cfgrtl.c (cfg_layout_initialize): Weaken assert to only trigger if
7363         flag_reorder_blocks_and_partition.
7364         * hw-doloop.c (reorg_loops): Avoid reordering if that flag is set.
7366 2014-05-21  Oleg Endo  <olegendo@gcc.gnu.org>
7368         PR target/54236
7369         * config/sh/sh.md (*addc_r_1): Rename to addc_t_r.  Remove empty
7370         constraints.
7371         (*addc_r_t): Add new insn_and_split.
7373 2014-05-21  Jakub Jelinek  <jakub@redhat.com>
7375         PR middle-end/61252
7376         * omp-low.c (handle_simd_reference): New function.
7377         (lower_rec_input_clauses): Use it.  Defer adding reference
7378         initialization even for reduction without placeholder if in simd,
7379         handle it properly later on.
7381 2014-05-20  Jan Hubicka  <hubicka@ucw.cz>
7383         PR tree-optimization/60899
7384         * gimple-fold.c (can_refer_decl_in_current_unit_p): Cleanup;
7385         assume all static symbols will have definition wile parsing and
7386         check the do have definition later in compilation; check that
7387         variable referring symbol will be output before concluding that
7388         reference is safe; be conservative for referring local statics;
7389         be more precise about when comdat is output in other partition.
7391 2014-05-20  Jan Hubicka  <hubicka@ucw.cz>
7393         PR bootstrap/60984
7394         * ipa-inline-transform.c (inline_call): Use add CALLEE_REMOVED
7395         parameter.
7396         * ipa-inline.c (inline_to_all_callers): If callee was removed; return.
7397         (ipa_inline): Loop inline_to_all_callers until no more aliases
7398         are removed.
7400 2014-05-20  Jan Hubicka  <hubicka@ucw.cz>
7402         * ipa.c (ipa_discover_readonly_nonaddressable_var): Fix dumping;
7403         set writeonly flag only for vars actually written to.
7405 2014-05-20  Dehao Chen  <dehao@google.com>
7407         * ipa-inline-transform.c (clone_inlined_nodes): Use min of edge count
7408         and callee count to get clone count.
7409         * tree-inline.c (expand_call_inline): Use callee count instead of bb
7410         count in copy_body.
7412 2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
7414         PR rtl-optimization/61243
7415         * emit-rtl.c (emit_copy_of_insn_after): Copy CROSSING_JUMP_P.
7417 2014-05-20  Xinliang David Li  <davidxl@google.com>
7419         * cgraphunit.c (walk_polymorphic_call_targets): Add
7420         dbgcnt and fopt-info support.
7421         * ipa-prop.c (ipa_make_edge_direct_to_target): Ditto.
7422         * ipa-devirt.c (ipa_devirt): Ditto.
7423         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Ditto.
7424         * ipa.c (walk_polymorphic_call_targets): Ditto.
7425         * gimple-fold.c (fold_gimple_assign): Ditto.
7426         (gimple_fold_call): Ditto.
7427         * dbgcnt.def: New counter.
7429 2014-05-20  DJ Delorie  <dj@redhat.com>
7431         * config/msp430/msp430.md (split): Don't allow subregs when
7432         splitting SImode adds.
7433         (andneghi): Fix subtraction logic.
7434         * config/msp430/predicates.md (msp430_nonsubreg_or_imm_operand): New.
7436 2014-05-20  Jan Hubicka  <hubicka@ucw.cz>
7438         * tree.h (DECL_ONE_ONLY): Return true only for externally visible
7439         symbols.
7440         * except.c (switch_to_exception_section, resolve_unique_section,
7441         get_named_text_section, default_function_rodata_section,
7442         align_variable, get_block_for_decl, default_section_type_flags):
7443         Use DECL_COMDAT_GROUP instead of DECL_ONE_ONLY.
7444         * symtab.c (symtab_add_to_same_comdat_group,
7445         symtab_make_decl_local, fixup_same_cpp_alias_visibility,
7446         symtab_nonoverwritable_alias, symtab_get_symbol_partitioning_class):
7447         Likewise.
7448         * cgraphclones.c (cgraph_create_virtual_clone): Likewise.
7449         * bb-reorder.c (pass_partition_blocks::gate): Likewise.
7450         * config/c6x/c6x.c (c6x_elf_unique_section): Likewise.
7451         (c6x_function_in_section_p): Likewise.
7452         * config/darwin.c (machopic_select_section): Likewise.
7453         * config/arm/arm.c (arm_function_in_section_p): Likewise.
7454         * config/mips/mips.c (mips_function_rodata_section): Likewise.
7455         * config/mep/mep.c (mep_select_section): LIkewise.
7456         * config/i386/i386.c (x86_64_elf_unique_section): Likewise.
7458 2014-05-20  Eric Botcazou  <ebotcazou@adacore.com>
7460         * tree-ssa-dom.c (hashable_expr_equal_p) <EXPR_CALL>: Also compare the
7461         EH region of calls to pure functions that can throw an exception.
7462         * tree-ssa-sccvn.c (vn_reference_eq): Remove duplicated test.
7463         (copy_reference_ops_from_call): Also copy the EH region of the call if
7464         it can throw an exception.
7466 2014-05-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7468         * simplify-rtx.c (simplify_binary_operation_1): Optimize case of
7469         nested VEC_SELECTs that are inverses of each other.
7471 2014-05-20  Richard Biener  <rguenther@suse.de>
7473         * tree-ssa-sccvn.c (process_scc): Dump SCC here, when iterating,
7474         (extract_and_process_scc_for_name): not here.
7475         (cond_dom_walker::before_dom_children): Only process
7476         stmts that end the BB in interesting ways.
7477         (run_scc_vn): Mark param uses as visited.
7479 2014-05-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7481         * config/arm/arm.md (arith_shiftsi): Do not predicate for
7482         arm_restrict_it.
7484 2014-05-20  Nick Clifton  <nickc@redhat.com>
7486         * config/msp430/msp430.c (TARGET_GIMPLIFY_VA_ARG_EXPR): Define.
7487         (msp430_gimplify_va_arg_expr): New function.
7488         (msp430_print_operand): Handle (CONST (ZERO_EXTRACT)).
7490         * config/msp430/msp430.md (zero_extendpsisi2): Use + constraint on
7491         operand 0 in order to prevent confusion about the number of
7492         registers involved.
7494 2014-05-20  Richard Biener  <rguenther@suse.de>
7496         PR tree-optimization/61221
7497         * tree-ssa-pre.c (el_to_update): Remove.
7498         (eliminate_dom_walker::before_dom_children): Handle released
7499         VDEFs by value-numbering them to the associated VUSE.  Update
7500         stmt immediately for substituted call address.
7501         (eliminate): Remove delayed stmt updating code.
7502         * tree-ssa-sccvn.c (vuse_ssa_val): New function valueizing
7503         possibly late re-numbered vuses.
7504         (vn_reference_lookup_2): Adjust.
7505         (vn_reference_lookup_pieces): Likewise.
7506         (vn_reference_lookup): Likewise.
7508 2014-05-20  Richard Biener  <rguenther@suse.de>
7510         * config.gcc: Remove need_64bit_hwint.
7511         * configure.ac: Do not define NEED_64BIT_HOST_WIDE_INT.
7512         * hwint.h: Do not check NEED_64BIT_HOST_WIDE_INT but assume
7513         it to be true.
7514         * config.in: Regenerate.
7515         * configure: Likewise.
7517 2014-05-19  David Wohlferd <dw@LimeGreenSocks.com>
7519         * doc/extend.texi: Create Label Attributes section,
7520         move all label attributes into it and reference it.
7522 2014-05-19  Richard Earnshaw  <rearnsha@arm.com>
7524         * arm.c (thumb1_reorg): When scanning backwards skip anything
7525         that's not a proper insn.
7527 2014-05-19  Richard Biener  <rguenther@suse.de>
7529         PR tree-optimization/61221
7530         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
7531         Do nothing for unreachable blocks.
7532         * tree-ssa-sccvn.c (cond_dom_walker::before_dom_children):
7533         Improve unreachability detection.
7535 2014-05-19  Richard Biener  <rguenther@suse.de>
7537         PR tree-optimization/61209
7538         * tree-ssa-sccvn.c (visit_phi): Avoid setting expr to VN_TOP.
7540 2014-05-19  Nick Clifton  <nickc@redhat.com>
7542         * except.c (init_eh): Fix computation of builtin setjmp buffer
7543         size to allow for targets where POINTER_SIZE > BITS_PER_WORD.
7545 2014-05-19  Richard Biener  <rguenther@suse.de>
7547         PR tree-optimization/61184
7548         * tree-vrp.c (is_negative_overflow_infinity): Use
7549         TREE_OVERFLOW_P and do that check first.
7550         (is_positive_overflow_infinity): Likewise.
7551         (is_overflow_infinity): Likewise.
7552         (vrp_operand_equal_p): Properly treat operands with
7553         differing overflow as not equal.
7555 2014-05-19  Bernd Schmidt  <bernds@codesourcery.com>
7557         * simplify-rtx.c (simplify_unary_operation_1): Use CONST_INT_P in
7558         shift simplification where it was intended.
7560 2014-05-19  Christian Bruel  <christian.bruel@st.com>
7562         PR target/61195
7563         * config/sh/sh.md (movsf_ie): Unset fp_mode for fmov.
7565 2014-05-19  Richard Sandiford  <r.sandiford@uk.ibm.com>
7567         PR target/61084
7568         * config/sparc/sparc.c (sparc_fold_builtin): Use widest_int rather
7569         than wide_int.
7571 2014-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
7573         * reg-notes.def (CROSSING_JUMP): Likewise.
7574         * rtl.h (rtx_def): Update comment for jump flag.
7575         (CROSSING_JUMP_P): Define.
7576         * cfgcleanup.c (try_forward_edges, try_optimize_cfg): Use it instead
7577         of a REG_CROSSING_JUMP note.
7578         * cfghooks.c (tidy_fallthru_edges): Likewise.
7579         * cfgrtl.c (fixup_partition_crossing, rtl_verify_edges): Likewise.
7580         * emit-rtl.c (try_split): Likewise.
7581         * haifa-sched.c (sched_create_recovery_edges): Likewise.
7582         * ifcvt.c (find_if_case_1, find_if_case_2): Likewise.
7583         * jump.c (redirect_jump_2): Likewise.
7584         * reorg.c (follow_jumps, fill_slots_from_thread): Likewise.
7585         (relax_delay_slots): Likewise.
7586         * config/arc/arc.md (jump_i, cbranchsi4_scratch, *bbit): Likewise.
7587         (bbit_di): Likewise.
7588         * config/arc/arc.c (arc_reorg, arc_can_follow_jump): Likewise.
7589         * config/sh/sh.md (jump_compact): Likewise.
7590         * bb-reorder.c (rotate_loop): Likewise.
7591         (pass_duplicate_computed_gotos::execute): Likewise.
7592         (add_reg_crossing_jump_notes): Rename to...
7593         (update_crossing_jump_flags): ...this.
7594         (pass_partition_blocks::execute): Update accordingly.
7596 2014-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
7598         * tree.h: Remove extraneous template <>.
7600 2014-05-17  Jan Hubicka  <hubicka@ucw.cz>
7602         * ipa.c (symtab_remove_unreachable_nodes): Remove
7603         symbol from comdat group if its body was eliminated.
7604         (comdat_can_be_unshared_p_1): Static symbols can always be privatized.
7605         * symtab.c (symtab_remove_from_same_comdat_group): Break out from ...
7606         (symtab_unregister_node): ... this one.
7607         (verify_symtab_base): More strict checking of comdats.
7608         * cgraph.h (symtab_remove_from_same_comdat_group): Declare.
7610 2014-05-17  Jan Hubicka  <hubicka@ucw.cz>
7612         * tree-pass.h (make_pass_ipa_comdats): New pass.
7613         * timevar.def (TV_IPA_COMDATS): New timevar.
7614         * passes.def (pass_ipa_comdats): Add.
7615         * Makefile.in (OBJS): Add ipa-comdats.o
7616         * ipa-comdats.c: New file.
7618 2014-05-17  Jan Hubicka  <hubicka@ucw.cz>
7620         * ipa.c (update_visibility_by_resolution_info): New function.
7621         (function_and_variable_visibility): Use it.
7623 2014-05-17  Jan Hubicka  <hubicka@ucw.cz>
7625         * cgraph.h (symtab_first_defined_symbol, symtab_next_defined_symbol):
7626         New functions.
7627         (FOR_EACH_DEFINED_SYMBOL): New macro.
7628         (varpool_first_static_initializer, varpool_next_static_initializer,
7629         varpool_first_defined_variable, varpool_next_defined_variable):
7630         Fix comments.
7631         (symtab_in_same_comdat_p): Correctly deal with inline functions.
7633 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
7635         * ggc-page.c (ggc_handle_finalizers): Add comment.
7637 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
7639         * ggc-common.c (ggc_internal_cleared_alloc): Adjust.
7640         * ggc-none.c (ggc_internal_alloc): Assert if a finalizer is passed.
7641         (ggc_internal_cleared_alloc): Likewise.
7642         * ggc-page.c (finalizer): New class.
7643         (vec_finalizer): Likewise.
7644         (globals::finalizers): New member.
7645         (globals::vec_finalizers): Likewise.
7646         (ggc_internal_alloc): Record the finalizer if any for the block being
7647         allocated.
7648         (ggc_handle_finalizers): New function.
7649         (ggc_collect): Call ggc_handle_finalizers.
7650         * ggc.h (ggc_internal_alloc): Add arguments to allow installing a
7651         finalizer.
7652         (ggc_internal_cleared_alloc): Likewise.
7653         (finalize): New function.
7654         (need_finalization_p): Likewise.
7655         (ggc_alloc): Install the type's destructor as the finalizer if it
7656         might do something.
7657         (ggc_cleared_alloc): Likewise.
7658         (ggc_vec_alloc): Likewise.
7659         (ggc_cleared_vec_alloc): Likewise.
7661 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
7663         * ggc.h (ggc_alloc_cleared_simd_clone_stat): Remove function.
7665 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
7667         * alias.c (record_alias_subset): Adjust.
7668         * bitmap.c (bitmap_element_allocate): Likewise.
7669         (bitmap_gc_alloc_stat): Likewise.
7670         * cfg.c (init_flow): Likewise.
7671         (alloc_block): Likewise.
7672         (unchecked_make_edge): Likewise.
7673         * cfgloop.c (alloc_loop): Likewise.
7674         (flow_loops_find): Likewise.
7675         (rescan_loop_exit): Likewise.
7676         * cfgrtl.c (init_rtl_bb_info): Likewise.
7677         * cgraph.c (insert_new_cgraph_node_version): Likewise.
7678         (cgraph_allocate_node): Likewise.
7679         (cgraph_create_edge_1): Likewise.
7680         (cgraph_allocate_init_indirect_info): Likewise.
7681         * cgraphclones.c (cgraph_clone_edge): Likewise.
7682         * cgraphunit.c (add_asm_node): Likewise.
7683         (init_lowered_empty_function): Likewise.
7684         * config/aarch64/aarch64.c (aarch64_init_machine_status): Likewise.
7685         * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
7686         (alpha_use_linkage): Likewise.
7687         * config/arc/arc.c (arc_init_machine_status): Likewise.
7688         * config/arm/arm.c (arm_init_machine_status): Likewise.
7689         * config/avr/avr.c (avr_init_machine_status): Likewise.
7690         * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
7691         * config/c6x/c6x.c (c6x_init_machine_status): Likewise.
7692         * config/cris/cris.c (cris_init_machine_status): Likewise.
7693         * config/darwin.c (machopic_indirection_name): Likewise.
7694         (darwin_build_constant_cfstring): Likewise.
7695         (darwin_enter_string_into_cfstring_table): Likewise.
7696         * config/epiphany/epiphany.c (epiphany_init_machine_status): Likewise.
7697         * config/frv/frv.c (frv_init_machine_status): Likewise.
7698         * config/i386/i386.c (get_dllimport_decl): Likewise.
7699         (ix86_init_machine_status): Likewise.
7700         (assign_386_stack_local): Likewise.
7701         * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
7702         (i386_pe_maybe_record_exported_symbol): Likewise.
7703         (i386_pe_record_stub): Likewise.
7704         * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
7705         * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
7706         * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
7707         (m32c_note_pragma_address): Likewise.
7708         * config/mep/mep.c (mep_init_machine_status): Likewise.
7709         (mep_note_pragma_flag): Likewise.
7710         * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
7711         (mips16_local_alias): Likewise.
7712         (mips_init_machine_status): Likewise.
7713         * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
7714         * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
7715         * config/msp430/msp430.c (msp430_init_machine_status): Likewise.
7716         * config/nds32/nds32.c (nds32_init_machine_status): Likewise.
7717         * config/nios2/nios2.c (nios2_init_machine_status): Likewise.
7718         * config/pa/pa.c (pa_init_machine_status): Likewise.
7719         (pa_get_deferred_plabel): Likewise.
7720         * config/rl78/rl78.c (rl78_init_machine_status): Likewise.
7721         * config/rs6000/rs6000.c (builtin_function_type): Likewise.
7722         (rs6000_init_machine_status): Likewise.
7723         (output_toc): Likewise.
7724         * config/s390/s390.c (s390_init_machine_status): Likewise.
7725         * config/score/score.c (score_output_external): Likewise.
7726         * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
7727         * config/spu/spu.c (spu_init_machine_status): Likewise.
7728         * config/tilegx/tilegx.c (tilegx_init_machine_status): Likewise.
7729         * config/tilepro/tilepro.c (tilepro_init_machine_status): Likewise.
7730         * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
7731         * coverage.c (coverage_end_function): Likewise.
7732         * dbxout.c (dbxout_init): Likewise.
7733         * doc/gty.texi: Don't mention variable_size attribute.
7734         * dwarf2cfi.c (new_cfi): Adjust.
7735         (new_cfi_row): Likewise.
7736         (copy_cfi_row): Likewise.
7737         (create_cie_data): Likewise.
7738         * dwarf2out.c (dwarf2out_alloc_current_fde): Likewise.
7739         (new_loc_descr): Likewise.
7740         (find_AT_string_in_table): Likewise.
7741         (add_addr_table_entry): Likewise.
7742         (new_die): Likewise.
7743         (add_var_loc_to_decl): Likewise.
7744         (clone_die): Likewise.
7745         (clone_as_declaration): Likewise.
7746         (break_out_comdat_types): Likewise.
7747         (new_loc_list): Likewise.
7748         (add_loc_descr_to_each): Likewise.
7749         (add_location_or_const_value_attribute): Likewise.
7750         (add_linkage_name): Likewise.
7751         (lookup_filename): Likewise.
7752         (dwarf2out_var_location): Likewise.
7753         (new_line_info_table): Likewise.
7754         (dwarf2out_init): Likewise.
7755         (mem_loc_descriptor): Likewise.
7756         (loc_descriptor): Likewise.
7757         (add_const_value_attribute): Likewise.
7758         (tree_add_const_value_attribute): Likewise.
7759         (comp_dir_string): Likewise.
7760         (dwarf2out_vms_debug_main_pointer): Likewise.
7761         (string_cst_pool_decl): Likewise.
7762         * emit-rtl.c (set_mem_attrs): Likewise.
7763         (get_reg_attrs): Likewise.
7764         (start_sequence): Likewise.
7765         (init_emit): Likewise.
7766         (init_emit_regs): Likewise.
7767         * except.c (init_eh_for_function): Likewise.
7768         (gen_eh_region): Likewise.
7769         (gen_eh_region_catch): Likewise.
7770         (gen_eh_landing_pad): Likewise.
7771         (add_call_site): Likewise.
7772         * function.c (add_frame_space): Likewise.
7773         (insert_temp_slot_address): Likewise.
7774         (assign_stack_temp_for_type): Likewise.
7775         (get_hard_reg_initial_val): Likewise.
7776         (allocate_struct_function): Likewise.
7777         (prepare_function_start): Likewise.
7778         (types_used_by_var_decl_insert): Likewise.
7779         * gengtype.c (variable_size_p): Remove function.
7780         (enum alloc_quantity): Remove enum.
7781         (write_typed_alloc_def): Remove function.
7782         (write_typed_struct_alloc_def): Likewise.
7783         (write_typed_typedef_alloc_def): Likewise.
7784         (write_typed_alloc_defns): Likewise.
7785         (main): Adjust.
7786         * ggc-common.c (ggc_cleared_alloc_htab_ignore_args): Adjust.
7787         (ggc_cleared_alloc_ptr_array_two_args): Likewise.
7788         * ggc.h (ggc_alloc): new function.
7789         (ggc_cleared_alloc): Likewise.
7790         (ggc_vec_alloc): Template on type of vector element, and remove
7791         element size argument.
7792         (ggc_cleared_vec_alloc): Likewise.
7793         * gimple.c (gimple_build_omp_for): Adjust.
7794         (gimple_copy): Likewise.
7795         * ipa-cp.c (get_replacement_map): Likewise.
7796         (find_aggregate_values_for_callers_subset): Likewise.
7797         (known_aggs_to_agg_replacement_list): Likewise.
7798         * ipa-devirt.c (get_odr_type): Likewise.
7799         * ipa-prop.c (ipa_node_duplication_hook): Likewise.
7800         (read_agg_replacement_chain): Likewise.
7801         * loop-iv.c (get_simple_loop_desc): Likewise.
7802         * lto-cgraph.c (input_node_opt_summary): Likewise.
7803         * lto-section-in.c (lto_new_in_decl_state): Likewise.
7804         * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
7805         (input_eh_region): Likewise.
7806         (input_eh_lp): Likewise.
7807         (input_cfg): Likewise.
7808         * optabs.c (set_optab_libfunc): Likewise.
7809         (init_tree_optimization_optabs): Likewise.
7810         (set_conv_libfunc): Likewise.
7811         * passes.c (do_per_function_toporder): Likewise.
7812         * rtl.h: Don't use variable_size gty attribute.
7813         * sese.c (if_region_set_false_region): Adjust.
7814         * stringpool.c (gt_pch_save_stringpool): Likewise.
7815         * target-globals.c (save_target_globals): Likewise.
7816         * toplev.c (general_init): Likewise.
7817         * trans-mem.c (record_tm_replacement): Likewise.
7818         (split_bb_make_tm_edge): Likewise.
7819         * tree-cfg.c (move_sese_region_to_fn): Likewise.
7820         * tree-data-ref.h (lambda_vector_new): Likewise.
7821         * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
7822         * tree-iterator.c (tsi_link_before): Likewise.
7823         (tsi_link_after): Likewise.
7824         * tree-scalar-evolution.c (new_scev_info_str): Likewise.
7825         * tree-ssa-loop-niter.c (record_estimate): Likewise.
7826         * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
7827         * tree-ssa-operands.h: Don't use variable_size gty attribute.
7828         * tree-ssa.c (init_tree_ssa): Adjust.
7829         * tree-ssanames.c (set_range_info): Likewise.
7830         (get_ptr_info): Likewise.
7831         (duplicate_ssa_name_ptr_info): Likewise.
7832         (duplicate_ssa_name_range_info): Likewise.
7833         * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Likewise.
7834         (unpack_ts_fixed_cst_value_fields): Likewise.
7835         * tree.c (build_fixed): Likewise.
7836         (build_real): Likewise.
7837         (build_string): Likewise.
7838         (decl_priority_info): Likewise.
7839         (decl_debug_expr_insert): Likewise.
7840         (decl_value_expr_insert): Likewise.
7841         (decl_debug_args_insert): Likewise.
7842         (type_hash_add): Likewise.
7843         (build_omp_clause): Likewise.
7844         * ubsan.c (decl_for_type_insert): Likewise.
7845         * varasm.c (get_unnamed_section): Likewise.
7846         (get_noswitch_section): Likewise.
7847         (get_section): Likewise.
7848         (get_block_for_section): Likewise.
7849         (create_block_symbol): Likewise.
7850         (build_constant_desc): Likewise.
7851         (create_constant_pool): Likewise.
7852         (force_const_mem): Likewise.
7853         (record_tm_clone_pair): Likewise.
7854         * varpool.c (varpool_create_empty_node): Likewise.
7856 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
7858         * dwarf2out.c (tree_add_const_value_attribute): Call
7859         ggc_internal_cleared_alloc instead of ggc_alloc_cleared_atomic.
7860         * gengtype.c (write_typed_alloc_def): Call ggc_internal_<x>alloc
7861         instead of ggc_internal_<x>alloc_stat.
7862         * ggc-common.c (ggc_internal_cleared_alloc): Drop _stat suffix.
7863         (ggc_realloc): Likewise.
7864         * ggc-none.c (ggc_internal_alloc): Likewise.
7865         (ggc_internal_cleared_alloc): Likewise.
7866         * ggc-page.c: Likewise.
7867         * ggc.h (ggc_internal_alloc_stat): Likewise.
7868         (ggc_internal_alloc): Remove macro.
7869         (ggc_internal_cleared_alloc_stat): Drop _stat suffix.
7870         (ggc_internal_cleared_alloc): Remove macro.
7871         (GGC_RESIZEVEC): Adjust.
7872         (ggc_resizevar): Remove macro.
7873         (ggc_internal_vec_alloc_stat): Drop _stat suffix.
7874         (ggc_internal_cleared_vec_alloc_stat): Likewise.
7875         (ggc_internal_vec_cleared_alloc): Remove macro.
7876         (ggc_alloc_atomic_stat): Drop _stat suffix.
7877         (ggc_alloc_atomic): Remove macro.
7878         (ggc_alloc_cleared_atomic): Remove macro.
7879         (ggc_alloc_string_stat): Drop _stat suffix.
7880         (ggc_alloc_string): Remove macro.
7881         (ggc_alloc_rtx_def_stat): Adjust.
7882         (ggc_alloc_tree_node_stat): Likewise.
7883         (ggc_alloc_cleared_tree_node_stat): Likewise.
7884         (ggc_alloc_cleared_gimple_statement_stat): Likewise.
7885         (ggc_alloc_cleared_simd_clone_stat): Likewise.
7886         * gimple.c (gimple_build_omp_for): Likewise.
7887         (gimple_copy): Likewise.
7888         * stringpool.c (ggc_alloc_string_stat): Drop _stat suffix.
7889         * toplev.c (realloc_for_line_map): Adjust.
7890         * tree-data-ref.h (lambda_vector_new): Likewise.
7891         * tree-phinodes.c (allocate_phi_node): Likewise.
7892         * tree.c (grow_tree_vec_stat): Likewise.
7893         * vec.h (va_gc::reserve): Adjust.
7895 2014-05-17  Ajit Agarwal  <ajitkum@xilinx.com>
7897         * config/microblaze/microblaze.c (break_handler): New Declaration.
7898         (microblaze_break_function_p,microblaze_is_break_handler): New.
7899         (compute_frame_size): Use microblaze_break_function_p.
7900         Add the test of break_handler.
7901         (microblaze_function_prologue) : Add the test of variable
7902         break_handler.  Check the fnname by BREAK_HANDLER_NAME.
7903         (microblaze_function_epilogue) : Add the test of break_handler.
7904         (microblaze_globalize_label) : Add the test of break_handler.
7905         Check the name by BREAK_HANDLER_NAME.
7907         * config/microblaze/microblaze.h (BREAK_HANDLER_NAME): New macro
7909         * config/microblaze/microblaze.md (*<optab>,<optab>_internal): Add
7910         microblaze_is_break_handler test.
7911         (call_internal1,call_value_intern): Use microblaze_break_function_p.
7912         Use SYMBOL_REF_DECL.
7914         * config/microblaze/microblaze-protos.h
7915         (microblaze_break_function_p,microblaze_is_break_handler):
7916         New Declaration.
7918         * doc/extend.texi (MicroBlaze break_handler Functions): Document
7919         new MicroBlaze break_handler functions.
7921 2014-05-17  Uros Bizjak  <ubizjak@gmail.com>
7923         * doc/extend.texi (Size of an asm): Move node text according
7924         to its @menu entry position.
7926 2014-05-17  Marc Glisse  <marc.glisse@inria.fr>
7928         PR tree-optimization/61140
7929         PR tree-optimization/61150
7930         PR tree-optimization/61197
7931         * tree-ssa-phiopt.c (value_replacement): Punt on multiple phis.
7933 2014-05-17  Uros Bizjak  <ubizjak@gmail.com>
7935         * doc/invoke.texi (free): Mention Alpha.  Also enabled at -Os.
7937 2014-05-17  Richard Sandiford  <r.sandiford@uk.ibm.com>
7939         * wide-int.cc: Only include longlong.h if W_TYPE_SIZE==32 or
7940         __SIZEOF_INT128__ is defined.
7942 2014-05-17  Richard Sandiford  <rdsandiford@googlemail.com>
7944         * config/rs6000/rs6000.c (rs6000_real_tls_symbol_ref_p): New function.
7945         (rs6000_delegitimize_address): Use it.
7947 2014-05-17  Richard Sandiford  <rdsandiford@googlemail.com>
7949         * emit-rtl.h (replace_equiv_address, replace_equiv_address_nv): Add an
7950         inplace argument.  Store the new address in the original MEM when true.
7951         * emit-rtl.c (change_address_1): Likewise.
7952         (adjust_address_1, adjust_automodify_address_1, offset_address):
7953         Update accordingly.
7954         * rtl.h (plus_constant): Add an inplace argument.
7955         * explow.c (plus_constant): Likewise.  Try to reuse the original PLUS
7956         when true.  Avoid generating (plus X (const_int 0)).
7957         * function.c (instantiate_virtual_regs_in_rtx): Adjust the PLUS
7958         in-place.  Pass true to plus_constant.
7959         (instantiate_virtual_regs_in_insn): Pass true to replace_equiv_address.
7961 2014-05-16  Dehao Chen  <dehao@google.com>
7963         * tree-cfg.c (gimple_merge_blocks): Updates bb count with max count.
7965 2014-05-16  Oleg Endo  <olegendo@gcc.gnu.org>
7967         PR target/54089
7968         * config/sh/predicates.md (negt_reg_shl31_operand): Match additional
7969         patterns.
7970         * config/sh/sh.md (*negt_msb): Merge SH2A and non-SH2A variants.
7972 2014-05-16  Dehao Chen  <dehao@google.com>
7974         * ira-int.h (REG_FREQ_FROM_EDGE_FREQ): Use
7975         optimize_function_for_size_p.
7976         * regs.h (REG_FREQ_FROM_BB): Likewise.
7978 2014-05-16  Oleg Endo  <olegendo@gcc.gnu.org>
7980         PR target/51244
7981         * config/sh/sh.c (sh_eval_treg_value): Handle t_reg_operand and
7982         negt_reg_operand cases.
7983         * config/sh/sh.md (*cset_zero): Likewise by using cbranch_treg_value
7984         predicate.
7985         * config/sh/predicates.md (cbranch_treg_value): Simplify.
7987 2014-05-16  Oleg Endo  <olegendo@gcc.gnu.org>
7989         * config/sh/sh.c (sh_option_override): Set branch cost to 2 for all
7990         target variants.
7992 2014-05-16  David Malcolm  <dmalcolm@redhat.com>
7994         Revert:
7995         2014-04-29  David Malcolm  <dmalcolm@redhat.com>
7997         * tree-cfg.c (dump_function_to_file): Dump the return type of
7998         functions, in a line to itself before the function body, mimicking
7999         the layout of a C function.
8001 2014-05-16  Dehao Chen  <dehao@google.com>
8003         * cfghooks.c (make_forwarder_block): Use direct computation to
8004         get fall-through edge's count and frequency.
8006 2014-05-16  Benno Schulenberg  <bensberg@justemail.net>
8008         * config/arc/arc.c (arc_init): Fix typo in error message.
8009         * config/i386/i386.c (ix86_expand_builtin): Likewise.
8010         (split_stack_prologue_scratch_regno): Likewise.
8011         * fortran/check.c (gfc_check_fn_rc2008): Remove duplicate
8012         word from error message.
8014 2014-05-16  Zhouyi Zhou <yizhouzhou@ict.ac.cn>
8016         * ira-costs.c: Fix typo in comment.
8018 2014-05-16  David Wohlferd <dw@LimeGreenSocks.com>
8020         * doc/extend.texi: (Visibility Pragmas) Fix misplaced @xref
8022 2014-05-16  Jan Hubicka  <hubicka@ucw.cz>
8024         * varpool.c (dump_varpool_node): Dump write-only flag.
8025         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Stream
8026         write-only flag.
8027         * tree-cfg.c (execute_fixup_cfg): Remove statements setting
8028         write-only variables.
8029         * ipa.c (process_references): New function.
8030         (set_readonly_bit): New function.
8031         (set_writeonly_bit): New function.
8032         (clear_addressable_bit): New function.
8033         (ipa_discover_readonly_nonaddressable_var): Mark write only variables;
8034         fix handling of aliases.
8035         * cgraph.h (struct varpool_node): Add writeonly flag.
8037 2014-05-16  Vladimir Makarov  <vmakarov@redhat.com>
8039         PR rtl-optimization/60969
8040         * ira-costs.c (record_reg_classes): Allow only memory for pseudo.
8041         Calculate costs for this case.
8043 2014-05-16  Eric Botcazou  <ebotcazou@adacore.com>
8045         * fold-const (fold_unary_loc) <NON_LVALUE_EXPR>: New case.
8046         <CASE_CONVERT>: Pass arg0 instead of op0 to fold_convert_const.
8048 2014-05-16  Richard Biener  <rguenther@suse.de>
8050         PR tree-optimization/61194
8051         * tree-vect-patterns.c (adjust_bool_pattern): Also handle
8052         bool patterns ending in a COND_EXPR.
8054 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
8056         * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Fix FNMUL case.
8058 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
8060         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle the case
8061         where we were unable to cost an RTX.
8063 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
8065         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost SYMBOL_REF,
8066         HIGH, LO_SUM.
8068 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
8069             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
8071         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost TRUNCATE.
8073 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
8074             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
8076         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost FMA,
8077         FLOAT_EXTEND, FLOAT_TRUNCATE, ABS, SMAX, and SMIN.
8079 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
8080             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
8082         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost comparison
8083         operators.
8085 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
8086             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
8088         * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costs for
8089         DIV/MOD.
8091 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
8092             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
8094         * config/aarch64/aarch64.c (aarch64_rtx_arith_op_extract_p): New.
8095         (aarch64_rtx_costs): Improve costs for SIGN/ZERO_EXTRACT.
8097 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
8098             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
8100         * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costs for
8101         rotates and shifts.
8103 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
8104             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
8106         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost
8107         ZERO_EXTEND and SIGN_EXTEND better.
8109 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
8110             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
8112         * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve cost for
8113         logical operations.
8115 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
8116             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
8118         * config/aarch64/aarch64.c (aarch64_rtx_costs): Use address
8119         costs when costing loads and stores to memory.
8121 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
8122             Philip Tomsich  <philipp.tomsich@theobroma-systems.com>
8124         * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costing
8125         for SET RTX.
8127 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
8129         * config/aarch64/aarch64.c (aarch64_rtx_costs): Set default costs.
8131 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
8132             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
8134         * config/aarch64/aarch64.c (aarch64_strip_shift_or_extend): Rename
8135         to...
8136         (aarch64_strip_extend): ...this, don't strip shifts, check RTX is
8137         well formed.
8138         (aarch64_rtx_mult_cost): New.
8139         (aarch64_rtx_costs): Use it, refactor as appropriate.
8141 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
8142             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
8144         * config/aarch64/aarch64.c (aarch64_build_constant): Conditionally
8145         emit instructions, return number of instructions which would
8146         be emitted.
8147         (aarch64_add_constant): Update call to aarch64_build_constant.
8148         (aarch64_output_mi_thunk): Likewise.
8149         (aarch64_rtx_costs): Estimate cost of a CONST_INT, cost of
8150         a CONST_DOUBLE.
8152 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
8154         * config/aarch64/aarch64.c (aarch64_rtx_costs_wrapper): New.
8155         (TARGET_RTX_COSTS): Call it.
8157 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
8159         * config/aarch64/aarch64.c (cortexa57_addrcost_table): New.
8160         (cortexa57_vector_cost): Likewise.
8161         (cortexa57_tunings): Use them.
8163 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
8165         * config/aarch64/aarch64-protos.h (scale_addr_mode_cost): New.
8166         (cpu_addrcost_table): Use it.
8167         * config/aarch64/aarch64.c (generic_addrcost_table): Initialize it.
8168         (aarch64_address_cost): Rewrite using aarch64_classify_address,
8169         move it.
8171 2014-05-16  Richard Biener  <rguenther@suse.de>
8173         * tree-ssa-sccvn.c: Include tree-cfg.h and domwalk.h.
8174         (set_ssa_val_to): Handle unexpected sets to VN_TOP.
8175         (visit_phi): Ignore edges marked as not executable.
8176         (class cond_dom_walker): New.
8177         (cond_dom_walker::before_dom_children): Value-number
8178         control statements and mark successor edges as not
8179         executable if possible.
8180         (run_scc_vn): First walk all control statements in
8181         dominator order, marking edges as not executable.
8182         * tree-inline.c (copy_edges_for_bb): Be not confused
8183         about random edge flags.
8185 2014-05-16  Richard Biener  <rguenther@suse.de>
8187         * tree-ssa-sccvn.c (visit_use): Also constant-fold calls.
8189 2014-05-15  Peter Bergner  <bergner@vnet.ibm.com>
8191         PR target/61193
8192         * config/rs6000/htmxlintrin.h (_HTM_TBEGIN_STARTED): New define.
8193         (__TM_simple_begin): Use it.
8194         (__TM_begin): Likewise.
8196 2014-05-15  Martin Jambor  <mjambor@suse.cz>
8198         PR ipa/61085
8199         * ipa-prop.c (update_indirect_edges_after_inlining): Check
8200         type_preserved flag when the indirect edge is polymorphic.
8202 2014-05-15  Martin Jambor  <mjambor@suse.cz>
8204         PR tree-optimization/61090
8205         * tree-sra.c (sra_modify_expr): Pass the current gsi to
8206         build_ref_for_model.
8208 2014-05-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8210         * config/arm/arm.c (arm_option_override): Use the SCHED_PRESSURE_MODEL
8211         enum name for PARAM_SCHED_PRESSURE_ALGORITHM.
8213 2014-05-15  Jakub Jelinek  <jakub@redhat.com>
8215         PR tree-optimization/61158
8216         * fold-const.c (fold_binary_loc): If X is zero-extended and
8217         shiftc >= prec, make sure zerobits is all ones instead of
8218         invoking undefined behavior.
8220 2014-05-15  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
8222         * regcprop.h: New file.
8223         * regcprop.c (skip_debug_insn_p): New decl.
8224         (replace_oldest_value_reg): Check skip_debug_insn_p.
8225         (copyprop_hardreg_forward_bb_without_debug_insn): New function.
8226         * shrink-wrap.c: Include regcprop.h.
8227         (prepare_shrink_wrap): Call
8228         copyprop_hardreg_forward_bb_without_debug_insn.
8230 2014-05-15  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
8232         * shrink-wrap.h: Update comment.
8233         * shrink-wrap.c: Update comment.
8234         (next_block_for_reg): Rename to live_edge_for_reg.
8235         (live_edge_for_reg): Allow live_edge->dest has two predecessors.
8236         (move_insn_for_shrink_wrap): Split live_edge.
8237         (prepre_shrink_wrap): One more parameter for move_insn_for_shrink_wrap.
8239 2014-05-14  Eric Botcazou  <ebotcazou@adacore.com>
8241         * config/sparc/sparc-protos.h (sparc_absnegfloat_split_legitimate):
8242         Delete.
8243         * config/sparc/sparc.c (sparc_absnegfloat_split_legitimate): Likewise.
8244         * config/sparc/sparc.md (fptype_ut699): New attribute.
8245         (in_branch_delay): Return false if -mfix-ut699 is specified and
8246         fptype_ut699 is set to single.
8247         (truncdfsf2): Add fptype_ut699 attribute.
8248         (fix_truncdfsi2): Likewise.
8249         (floatsisf2): Change fptype attribute.
8250         (fix_truncsfsi2): Likewise.
8251         (negtf2_notv9): Delete.
8252         (negtf2_v9): Likewise.
8253         (negtf2_hq): New instruction.
8254         (negtf2): New instruction and splitter.
8255         (negdf2_notv9): Rewrite.
8256         (abstf2_notv9): Delete.
8257         (abstf2_hq_v9): Likewise.
8258         (abstf2_v9): Likewise.
8259         (abstf2_hq): New instruction.
8260         (abstf2): New instruction and splitter.
8261         (absdf2_notv9): Rewrite.
8263 2014-05-14  Cary Coutant  <ccoutant@google.com>
8265         PR debug/61013
8266         * opts.c (common_handle_option): Don't special-case "-g".
8267         (set_debug_level): Default to at least level 2 with "-g".
8269 2014-05-14  DJ Delorie  <dj@redhat.com>
8271         * config/msp430/msp430.c (msp430_builtin): Add
8272         MSP430_BUILTIN_DELAY_CYCLES.
8273         (msp430_init_builtins): Register void __delay_cycles(long long).
8274         (msp430_builtin_decl): Add it.
8275         (cg_magic_constant): New.
8276         (msp430_expand_delay_cycles): New.
8277         (msp430_expand_builtin): Call it.
8278         (msp430_print_operand_raw): Change integer printing from "int" to
8279         HOST_WIDE_INT.
8280         * config/msp430/msp430.md (define_constants): Add delay_cycles tags.
8281         (delay_cycles_start): New.
8282         (delay_cycles_end): New.
8283         (delay_cycles_32): New.
8284         (delay_cycles_32x): New.
8285         (delay_cycles_16): New.
8286         (delay_cycles_16x): New.
8287         (delay_cycles_2): New.
8288         (delay_cycles_1): New.
8289         * doc/extend.texi: Document __delay_cycles().
8291 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
8293         * config/nios2/nios2.md (nios2_cbranch): Fix paste-o in
8294         length attribute computation.
8296 2014-05-14  Richard Sandiford  <rdsandiford@googlemail.com>
8298         PR debug/61188
8299         * print-rtl.c (print_rtx): Suppress uids if flag_dump_unnumbered.
8301 2014-05-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
8303         PR target/61084
8304         * config/sparc/sparc.md: Fix types of low and high in DI constant
8305         splitter.  Use gen_int_mode in some other splitters.
8307 2014-05-14  Martin Jambor  <mjambor@suse.cz>
8309         PR ipa/60897
8310         * ipa-prop.c (ipa_modify_formal_parameters): Reset DECL_LANG_SPECIFIC.
8312 2014-05-14  James Norris  <jnorris@codesourcery.com>
8314         * omp-low.c (expand_parallel_call): Remove shadow variable.
8315         (expand_omp_taskreg): Likewise.
8317 2014-05-14  Ilya Tocar  <ilya.tocar@intel.com>
8319         * common/config/i386/i386-common.c
8320         (OPTION_MASK_ISA_CLFLUSHOPT_SET): Define.
8321         (OPTION_MASK_ISA_XSAVES_SET): Ditto.
8322         (OPTION_MASK_ISA_XSAVEC_SET): Ditto.
8323         (OPTION_MASK_ISA_CLFLUSHOPT_UNSET): Ditto.
8324         (OPTION_MASK_ISA_XSAVES_UNSET): Ditto.
8325         (OPTION_MASK_ISA_XSAVEC_UNSET): Ditto.
8326         (ix86_handle_option): Handle OPT_mxsavec, OPT_mxsaves, OPT_mclflushopt.
8327         * config.gcc (i[34567]86-*-*): Add clflushoptintrin.h,
8328         xsavecintrin.h, xsavesintrin.h.
8329         (x86_64-*-*): Ditto.
8330         * config/i386/clflushoptintrin.h: New.
8331         * config/i386/xsavecintrin.h: Ditto.
8332         * config/i386/xsavesintrin.h: Ditto.
8333         * config/i386/cpuid.h (bit_CLFLUSHOPT): Define.
8334         (bit_XSAVES): Ditto.
8335         (bit_XSAVES): Ditto.
8336         * config/i386/driver-i386.c (host_detect_local_cpu): Handle
8337         -mclflushopt, -mxsavec, -mxsaves, -mno-xsaves, -mno-xsavec,
8338         -mno-clflushopt.
8339         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
8340         OPTION_MASK_ISA_CLFLUSHOPT, OPTION_MASK_ISA_XSAVEC,
8341         OPTION_MASK_ISA_XSAVES.
8342         * config/i386/i386.c (ix86_target_string): Handle -mclflushopt,
8343         -mxsavec, -mxsaves.
8344         (PTA_CLFLUSHOPT) Define.
8345         (PTA_XSAVEC): Ditto.
8346         (PTA_XSAVES): Ditto.
8347         (ix86_option_override_internal): Handle new options.
8348         (ix86_valid_target_attribute_inner_p): Ditto.
8349         (ix86_builtins): Add IX86_BUILTIN_XSAVEC, IX86_BUILTIN_XSAVEC64,
8350         IX86_BUILTIN_XSAVES, IX86_BUILTIN_XRSTORS, IX86_BUILTIN_XSAVES64,
8351         IX86_BUILTIN_XRSTORS64, IX86_BUILTIN_CLFLUSHOPT.
8352         (bdesc_special_args): Add __builtin_ia32_xsaves,
8353         __builtin_ia32_xrstors, __builtin_ia32_xsavec, __builtin_ia32_xsaves64,
8354         __builtin_ia32_xrstors64, __builtin_ia32_xsavec64.
8355         (ix86_init_mmx_sse_builtins): Add __builtin_ia32_clflushopt.
8356         (ix86_expand_builtin): Handle new builtins.
8357         * config/i386/i386.h (TARGET_CLFLUSHOPT) Define.
8358         (TARGET_CLFLUSHOPT_P): Ditto.
8359         (TARGET_XSAVEC): Ditto.
8360         (TARGET_XSAVEC_P): Ditto.
8361         (TARGET_XSAVES): Ditto.
8362         (TARGET_XSAVES_P): Ditto.
8363         * config/i386/i386.md (ANY_XSAVE): Add UNSPECV_XSAVEC, UNSPECV_XSAVES.
8364         (ANY_XSAVE64)" Add UNSPECV_XSAVEC64, UNSPECV_XSAVES64.
8365         (attr xsave): Add xsavec, xsavec64, xsaves, xsaves64.
8366         (ANY_XRSTOR): New.
8367         (ANY_XRSTOR64): Ditto.
8368         (xrstor): Ditto.
8369         (xrstor): Change into <xrstor>.
8370         (xrstor_rex64): Change into <xrstor>_rex64.
8371         (xrstor64): Change into <xrstor>64
8372         (clflushopt): New.
8373         * config/i386/i386.opt (mclflushopt): New.
8374         (mxsavec): Ditto.
8375         (mxsaves): Ditto.
8376         * config/i386/x86intrin.h: Add clflushoptintrin.h, xsavesintrin.h,
8377         xsavecintrin.h.
8378         * doc/invoke.texi: Document new options.
8380 2014-05-14  Andrey Belevantsev  <abel@ispras.ru>
8382         PR rtl-optimization/60866
8383         * sel-sched-ir (sel_init_new_insn): New parameter old_seqno.
8384         Default it to -1.  Pass it down to init_simplejump_data.
8385         (init_simplejump_data): New parameter old_seqno.  Pass it down
8386         to get_seqno_for_a_jump.
8387         (get_seqno_for_a_jump): New parameter old_seqno.  Use it for
8388         initializing new jump seqno as a last resort.  Add comment.
8389         (sel_redirect_edge_and_branch): Save old seqno of the conditional
8390         jump and pass it down to sel_init_new_insn.
8391         (sel_redirect_edge_and_branch_force): Likewise.
8393 2014-05-14  Georg-Johann Lay  <avr@gjlay.de>
8395         * config/avr/avr.h (REG_CLASS_CONTENTS): Use unsigned suffix for
8396         shifted values to avoid build warning.
8398 2014-05-14  Eric Botcazou  <ebotcazou@adacore.com>
8400         * cfgcleanup.c (try_forward_edges): Use location_t for locations.
8401         * cfgrtl.c (rtl_merge_blocks): Fix comment.
8402         (cfg_layout_merge_blocks): Likewise.
8403         * except.c (emit_to_new_bb_before): Remove prev_bb local variable.
8405 2014-05-14  Andrey Belevantsev  <abel@ispras.ru>
8407         PR rtl-optimization/60901
8408         * config/i386/i386.c (ix86_dependencies_evaluation_hook): Check that
8409         bb predecessor belongs to the same scheduling region.  Adjust comment.
8411 2014-05-13  Peter Bergner  <bergner@vnet.ibm.com>
8413         * doc/sourcebuild.texi: (dfp_hw): Document.
8414         (p8vector_hw): Likewise.
8415         (powerpc_eabi_ok): Likewise.
8416         (powerpc_elfv2): Likewise.
8417         (powerpc_htm_ok): Likewise.
8418         (ppc_recip_hw): Likewise.
8419         (vsx_hw): Likewise.
8421 2014-05-13  Cary Coutant  <ccoutant@google.com>
8423         * opts.c (finish_options): Use -ggnu-pubnames with -gsplit-dwarf.
8425 2014-05-13  David Malcolm  <dmalcolm@redhat.com>
8427         * gengtype-parse.c (require3): Eliminate in favor of...
8428         (require4): New.
8429         (require_template_declaration): Update to support optional single *
8430         on a type.
8432         * gengtype.c (get_ultimate_base_class): Add a non-const overload.
8433         (create_user_defined_type): Handle a single level of explicit
8434         pointerness within template arguments.
8435         (struct write_types_data): Add field "kind".
8436         (filter_type_name): Handle "*" character.
8437         (write_user_func_for_structure_ptr): Require a write_types_data
8438         rather than just a prefix string, so that we can look up the kind
8439         of the wtd and use it as an index into wrote_user_func_for_ptr,
8440         ensuring that such functions are written at most once.  Support
8441         subclasses by invoking the marking function of the ultimate base class.
8442         (write_user_func_for_structure_body): Require a write_types_data
8443         rather than just a prefix string, so that we can pass this to
8444         write_user_func_for_structure_ptr.
8445         (write_func_for_structure): Likewise.
8446         (ggc_wtd): Add initializer of new "kind" field.
8447         (pch_wtd): Likewise.
8449         * gengtype.h (enum write_types_kinds): New.
8450         (struct type): Add field wrote_user_func_for_ptr to the "s"
8451         union member.
8453 2014-05-13  Richard Sandiford  <r.sandiford@uk.ibm.com>
8455         * fold-const.c (optimize_bit_field_compare): Use wi:: operations
8456         instead of const_binop.
8457         (fold_binary_loc): Likewise.
8459 2014-05-13  Richard Sandiford  <r.sandiford@uk.ibm.com>
8461         * tree-dfa.h (get_addr_base_and_unit_offset_1): Update array index
8462         calculation to match get_ref_base_and_extent.
8464 2014-05-13  Catherine Moore  <clm@codesourcery.com>
8465             Sandra Loosemore  <sandra@codesourcery.com>
8467         * configure.ac: Fix assembly for explicit JALR relocation check.
8468         * configure: Regenerate.
8470 2014-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8472         * config/arm/arm.c (neon_itype): Remove NEON_RESULTPAIR.
8473         (arm_init_neon_builtins): Remove handling of NEON_RESULTPAIR.
8474         Remove associated type declarations and initialisations.
8475         (arm_expand_neon_builtin): Likewise.
8476         (neon_emit_pair_result_insn): Delete.
8477         * config/arm/arm_neon_builtins (vtrn, vzip, vuzp): Delete.
8478         * config/arm/neon.md (neon_vtrn<mode>): Delete.
8479         (neon_vzip<mode>): Likewise.
8480         (neon_vuzp<mode>): Likewise.
8482 2014-05-13  Richard Biener  <rguenther@suse.de>
8484         PR ipa/60973
8485         * tree-inline.c (remap_gimple_stmt): Clear tail call flag,
8486         it needs revisiting whether the call still may be tail-called.
8488 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
8490         * rtl.def (SYMBOL_REF): Remove middle "0" field.
8491         * rtl.h (block_symbol): Reduce number of fields to 2.
8492         (rtx_def): Add u2.symbol_ref_flags.
8493         (SYMBOL_REF_FLAGS): Use it.
8494         (SYMBOL_REF_DATA, SET_SYMBOL_REF_DECL, SYMBOL_REF_DECL)
8495         (SET_SYMBOL_REF_CONSTANT, SYMBOL_REF_CONSTANT): Lower index.
8496         * gengtype.c (adjust_field_rtx_def): Remove SYMBOL_REF_FLAGS handling.
8497         Lower index of SYMBOL_REF_DATA.
8498         * print-rtl.c (print_rtx): Lower index for SYMBOL_REF_DATA.
8499         Print SYMBOL_REF_FLAGS at the same time.
8500         * genattrtab.c (attr_rtx_1): Only initialize 1 "0" SYMBOL_REF field.
8502 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
8504         * rtl.def (VAR_LOCATION): Remove "i" field.
8505         * rtl.h (rtx_def): Add u2.var_location_status.
8506         (PAT_VAR_LOCATION_STATUS): Use it.
8507         (gen_rtx_VAR_LOCATION): Declare.
8508         * gengenrtl.c (excluded_rtx): Add VAR_LOCATION.
8509         * emit-rtl.c (gen_rtx_VAR_LOCATION): New function.
8510         * var-tracking.c (emit_note_insn_var_location): Remove casts.
8512 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
8514         * rtl.def (scratch): Fix outdated comment and remove "0" field.
8515         * gengtype.c (adjust_field_rtx_def): Update accordingly.
8517 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
8519         * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, JUMP_TABLE_DATA)
8520         (BARRIER, CODE_LABEL, NOTE): Remove first "i" field.
8521         * rtl.h (rtx_def): Add insn_uid to u2 field.
8522         (RTX_FLAG_CHECK8): Delete in favor of...
8523         (RTL_INSN_CHAIN_FLAG_CHECK): ...this new macro.
8524         (INSN_DELETED_P): Update accordingly.
8525         (INSN_UID): Use u2.insn_uid.
8526         (INSN_CHAIN_CODE_P): Define.
8527         (PREV_INSN, NEXT_INSN, BLOCK_FOR_INSN, PATTERN, INSN_LOCATION)
8528         (INSN_CODE, REG_NOTES, CALL_INSN_FUNCTION_USAGE, CODE_LABEL_NUMBER)
8529         (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK, NOTE_EH_HANDLER)
8530         (NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_CFI, NOTE_LABEL_NUMBER)
8531         (NOTE_KIND, LABEL_NAME, LABEL_NUSES, JUMP_LABEL, LABEL_REFS): Lower
8532         indices accordingly.
8533         * print-rtl.c (print_rtx): Print INSN_UIDs before the main loop.
8534         Update indices for insn-chain rtxes.
8535         * gengtype.c (gen_rtx_next): Adjust test for insn-chain rtxes.
8536         (adjust_field_rtx_def): Lower '0' indices for all insn-chain rtxes.
8537         * emit-rtl.c (gen_label_rtx): Update gen_rtx_LABEL call.
8538         * caller-save.c (init_caller_save): Update gen_rtx_INSN calls.
8539         * combine.c (try_combine): Likewise.
8540         * ira.c (setup_prohibited_mode_move_regs): Likewise.
8542 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
8544         * rtl.def (REG): Remove middle field.
8545         * rtl.h (rtx_def): Add orignal_regno to u2.
8546         (ORIGINAL_REGNO): Use it instead of field 1.
8547         (REG_ATTRS): Lower field index accordingly.
8548         * gengtype.c (adjust_field_rtx_def): Remove handling of
8549         ORIGINAL_REGNO.  Move REG_ATTRS index down.
8550         * print-rtl.c (print_rtx): Move ORIGINAL_REGNO handling to the
8551         code that prints the REGNO.
8553 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
8555         * print-rtl.c (print_rtx): Guard whole '0' block with ifndef
8556         GENERATOR_FILE.
8558 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
8560         * rtl.h (rtx_def): Mark u2 as GTY ((skip)).
8562 2014-05-13  Bin Cheng  <bin.cheng@arm.com>
8564         * tree-ssa-loop-ivopts.c (contain_complex_addr_expr): New.
8565         (alloc_iv): Lower base expressions containing ADDR_EXPR.
8567 2014-05-13  Ian Bolton  <ian.bolton@arm.com>
8569         * config/aarch64/aarch64-protos.h
8570         (aarch64_hard_regno_caller_save_mode): New prototype.
8571         * config/aarch64/aarch64.c (aarch64_hard_regno_caller_save_mode):
8572         New function.
8573         * config/aarch64/aarch64.h (HARD_REGNO_CALLER_SAVE_MODE): New macro.
8575 2014-05-13  Christian Bruel  <christian.bruel@st.com>
8577         * target.def (mode_switching): New hook vector.
8578         (mode_emit, mode_needed, mode_after, mode_entry): New hooks.
8579         (mode_exit, modepriority_to_mode): Likewise.
8580         * mode-switching.c (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Hookify.
8581         (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
8582         * target.h: Include tm.h and hard-reg-set.h.
8583         * doc/tm.texi.in (EMIT_MODE_SET, MODE_NEEDED, MODE_AFTER, MODE_ENTRY)
8584         (MODE_EXIT, MODE_PRIORITY_TO_MODE): Delete and hookify.
8585         * doc/tm.texi Regenerate.
8586         * config/sh/sh.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Delete
8587         (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
8588         * config/sh/sh.c (sh_emit_mode_set, sh_mode_priority): Hookify.
8589         (sh_mode_needed, sh_mode_after, sh_mode_entry, sh_mode_exit): Likewise.
8590         * config/i386/i386.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Delete
8591         (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
8592         * config/i386/i386-protos.h (ix86_mode_needed, ix86_mode_after)
8593         (ix86_mode_entrym, ix86_emit_mode_set): Remove external declaration.
8594         * config/i386/i386.c (ix86_mode_needed, ix86_mode_after,
8595         (ix86_mode_exit, ix86_mode_entry, ix86_mode_priority)
8596         (ix86_emit_mode_set): Hookify.
8597         * config/epiphany/epiphany.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY):
8598         Delete.
8599         (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
8600         * config/epiphany/epiphany-protos.h (epiphany_mode_needed)
8601         (emit_set_fp_mode, epiphany_mode_entry_exit, epiphany_mode_after)
8602         (epiphany_mode_priority_to_mode): Remove declaration.
8603         * config/epiphany/epiphany.c (emit_set_fp_mode): Hookify.
8604         (epiphany_mode_needed, epiphany_mode_priority_to_mode): Likewise.
8605         (epiphany_mode_entry, epiphany_mode_exit, epiphany_mode_after):
8606         Likewise.
8607         (epiphany_mode_priority_to_mode): Change priority type.  Hookify.
8608         (epiphany_mode_needed, epiphany_mode_entry_exit): Hookify.
8609         (epiphany_mode_after, epiphany_mode_entry, emit_set_fp_mode): Hookify.
8611 2014-05-13  Jakub Jelinek  <jakub@redhat.com>
8613         PR target/61060
8614         * config/i386/i386.c (ix86_expand_set_or_movmem): If count_exp
8615         is const0_rtx, return immediately.  Don't test count == 0 when
8616         it is always true.
8618 2014-05-13  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
8620         * Makefile.in: add shrink-wrap.o.
8621         * config/i386/i386.c: include "shrink-wrap.h"
8622         * function.c: Likewise.
8623         (requires_stack_frame_p, next_block_for_reg,
8624         move_insn_for_shrink_wrap, prepare_shrink_wrap,
8625         dup_block_and_redirect): Move to shrink-wrap.c
8626         (thread_prologue_and_epilogue_insns): Extract three code segments
8627         as functions in shrink-wrap.c
8628         * function.h: Move #ifdef HAVE_simple_return ... #endif block to
8629         shrink-wrap.h
8630         * shrink-wrap.c: New file.
8631         * shrink-wrap.h: New file.
8633 2014-05-12  David Wohlferd  <dw@LimeGreenSocks.com>
8635         * doc/extend.texi: Reflect current numbers of pragmas.  Remove
8636         reference to Solaris.
8638 2014-05-12  Mike Stump  <mikestump@comcast.net>
8640         PR other/31778
8641         * genattrtab.c (filename): Add.
8642         (convert_set_attr_alternative): Improve error message.
8643         (check_defs): Restore read_md_filename for error messages.
8644         (gen_insn): Save filename.
8646 2014-05-12  Dimitris Papavasiliou  <dpapavas@gmail.com>
8648         * doc/invoke.texi: Document new switches -Wno-shadow-ivar,
8649         -fno-local-ivars and -fivar-visibility.
8650         * c-family/c.opt: Make -Wshadow also implicitly enable
8651         -Wshadow-ivar.
8653 2014-05-12  David Wohlferd  <dw@LimeGreenSocks.com>
8655         * doc/tm.texi: Remove reference to deleted macro.
8656         * doc/tm.texi.in: Likewise.
8658 2014-05-12  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
8660         PR target/60991
8661         * config/avr/avr.c (avr_out_store_psi): Use correct constant
8662         to restore Y.
8664 2014-05-12  Georg-Johann Lay  <avr@gjlay.de>
8666         PR libgcc/61152
8667         * config/arm/arm.h (License): Add GCC Runtime Library Exception.
8668         * config/arm/aout.h (License): Same.
8669         * config/arm/bpabi.h (License): Same.
8670         * config/arm/elf.h (License): Same.
8671         * config/arm/linux-elf.h (License): Same.
8672         * config/arm/linux-gas.h (License): Same.
8673         * config/arm/netbsd-elf.h (License): Same.
8674         * config/arm/uclinux-eabi.h (License): Same.
8675         * config/arm/uclinux-elf.h (License): Same.
8676         * config/arm/vxworks.h (License): Same.
8678 2014-05-11  Jakub Jelinek  <jakub@redhat.com>
8680         * tree.h (OMP_CLAUSE_LINEAR_STMT): Define.
8681         * tree.c (omp_clause_num_ops): Increase OMP_CLAUSE_LINEAR
8682         number of operands to 3.
8683         (walk_tree_1): Walk all operands of OMP_CLAUSE_LINEAR.
8684         * tree-nested.c (convert_nonlocal_omp_clauses,
8685         convert_local_omp_clauses): Handle OMP_CLAUSE_DEPEND.
8686         * gimplify.c (gimplify_scan_omp_clauses): Handle
8687         OMP_CLAUSE_LINEAR_STMT.
8688         * omp-low.c (lower_rec_input_clauses): Fix typo.
8689         (maybe_add_implicit_barrier_cancel, lower_omp_1): Add
8690         cast between Fortran boolean_type_node and C _Bool if
8691         needed.
8693 2014-05-11  Richard Sandiford  <rdsandiford@googlemail.com>
8695         PR tree-optimization/61136
8696         * wide-int.h (multiple_of_p): Define a version that doesn't return
8697         the quotient.
8698         * fold-const.c (extract_muldiv_1): Use wi::multiple_of_p instead of an
8699         integer_zerop/const_binop pair.
8700         (multiple_of_p): Likewise, converting both operands to widest_int
8701         precision.
8703 2014-05-09  Teresa Johnson  <tejohnson@google.com>
8705         * cgraphunit.c (analyze_functions): Use correct dump file.
8707 2014-05-09  Florian Weimer  <fweimer@redhat.com>
8709         * cfgexpand.c (stack_protect_decl_p): New function, extracted from
8710         expand_used_vars.
8711         (stack_protect_return_slot_p): New function.
8712         (expand_used_vars): Call stack_protect_decl_p and
8713         stack_protect_return_slot_p for -fstack-protector-strong.
8715 2014-05-09  David Wohlferd <LimeGreenSocks@yahoo.com>
8716         Andrew Haley <aph@redhat.com>
8717         Richard Sandiford <rdsandiford@googlemail.com>
8719         * doc/extend.texi: Rewrite inline asm page / re-org asm-related
8720         pages.
8722 2014-05-09  Kenneth Zadeck  <zadeck@naturalbridge.com>
8724         PR middle-end/61111
8725         * fold-const.c (fold_binary_loc): Changed width of mask.
8727 2014-05-09  Georg-Johann Lay  <avr@gjlay.de>
8729         * config/avr/avr-fixed.md (round<mode>3): Use -1U instead of -1 in
8730         unsigned int initializers for regno_in, regno_out.
8732 2014-05-09  Georg-Johann Lay  <avr@gjlay.de>
8734         PR target/61055
8735         * config/avr/avr.md (cc): Add new attribute set_vzn.
8736         (addqi3, addqq3, adduqq3, subqi3, subqq3, subuqq3, negqi2) [cc]:
8737         Set cc insn attribute to set_vzn instead of set_zn for alternatives
8738         with INC, DEC or NEG.
8739         * config/avr/avr.c (avr_notice_update_cc): Handle SET_VZN.
8740         (avr_out_plus_1): ADIW sets cc0 to CC_SET_CZN.
8741         INC, DEC and ADD+ADC set cc0 to CC_CLOBBER.
8743 2014-05-09  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8745         Revert:
8746         2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8748         * wide-int.cc (UTItype): Define.
8749         (UDWtype): Define for appropriate W_TYPE_SIZE.
8751 2014-05-09  Richard Biener  <rguenther@suse.de>
8753         * Makefile.in (GTFILES): Remove tree-ssa-propagate.c.
8754         * tree-ssa-propagate.c: Do not include gt-tree-ssa-propagate.h.
8755         (interesting_ssa_edges, varying_ssa_edges): Move out of GC space.
8756         (add_ssa_edge, process_ssa_edge_worklist, ssa_prop_init,
8757         ssa_propagate): Adjust.
8759 2014-05-08  Jeff Law  <law@redhat.com>
8761         PR tree-optimization/61009
8762         * tree-ssa-threadedge.c (thread_through_normal_block): Return a
8763         tri-state rather than a boolean.  When a block is too big to
8764         thread through, inform caller via negative return value.
8765         (thread_across_edge): If a block was too big for normal threading,
8766         then it's too big for a joiner too, so remove temporary equivalences
8767         and return immediately.
8769 2014-05-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8770             Matthias Klose  <doko@ubuntu.com>
8772         PR driver/61106
8773         * optc-gen.awk: Fix option handling for -Wunused-parameter.
8775 2014-05-08  Uros Bizjak  <ubizjak@gmail.com>
8777         PR target/59952
8778         * config/i386/i386.c (PTA_HASWELL): Remove PTA_RTM.
8780 2014-05-08  Uros Bizjak  <ubizjak@gmail.com>
8782         PR target/61092
8783         * config/alpha/alpha.c: Include gimple-iterator.h.
8784         (alpha_gimple_fold_builtin): New function.  Move
8785         ALPHA_BUILTIN_UMULH folding from ...
8786         (alpha_fold_builtin): ... here.
8787         (TARGET_GIMPLE_FOLD_BUILTIN): New define.
8789 2014-05-08  Wei Mi  <wmi@google.com>
8791         PR target/58066
8792         * config/i386/i386.c (ix86_compute_frame_layout): Update
8793         preferred_stack_boundary for call, expanded from tls descriptor.
8794         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Update RTX
8795         to depend on SP register.
8796         (*tls_local_dynamic_base_32_gnu): Ditto.
8797         (*tls_local_dynamic_32_once): Ditto.
8798         (tls_global_dynamic_64_<mode>): Set
8799         ix86_tls_descriptor_calls_expanded_in_cfun.
8800         (tls_local_dynamic_base_64_<mode>): Ditto.
8801         (tls_global_dynamic_32): Set
8802         ix86_tls_descriptor_calls_expanded_in_cfun. Update RTX
8803         to depend on SP register.
8804         (tls_local_dynamic_base_32): Ditto.
8806 2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8808         * config/arm/arm_neon.h: Update comment.
8809         * config/arm/neon-docgen.ml: Delete.
8810         * config/arm/neon-gen.ml: Delete.
8811         * doc/arm-neon-intrinsics.texi: Update comment.
8813 2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8815         * config/arm/arm_neon_builtins.def (vadd, vsub): Only define the v2sf
8816         and v4sf versions.
8817         (vand, vorr, veor, vorn, vbic): Remove.
8818         * config/arm/neon.md (neon_vadd, neon_vsub, neon_vadd_unspec): Adjust
8819         iterator.
8820         (neon_vsub_unspec): Likewise.
8821         (neon_vorr, neon_vand, neon_vbic, neon_veor, neon_vorn): Remove.
8823 2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8825         * config/arm/arm_neon.h (vadd_s8): GNU C implementation
8826         (vadd_s16): Likewise.
8827         (vadd_s32): Likewise.
8828         (vadd_f32): Likewise.
8829         (vadd_u8): Likewise.
8830         (vadd_u16): Likewise.
8831         (vadd_u32): Likewise.
8832         (vadd_s64): Likewise.
8833         (vadd_u64): Likewise.
8834         (vaddq_s8): Likewise.
8835         (vaddq_s16): Likewise.
8836         (vaddq_s32): Likewise.
8837         (vaddq_s64): Likewise.
8838         (vaddq_f32): Likewise.
8839         (vaddq_u8): Likewise.
8840         (vaddq_u16): Likewise.
8841         (vaddq_u32): Likewise.
8842         (vaddq_u64): Likewise.
8843         (vmul_s8): Likewise.
8844         (vmul_s16): Likewise.
8845         (vmul_s32): Likewise.
8846         (vmul_f32): Likewise.
8847         (vmul_u8): Likewise.
8848         (vmul_u16): Likewise.
8849         (vmul_u32): Likewise.
8850         (vmul_p8): Likewise.
8851         (vmulq_s8): Likewise.
8852         (vmulq_s16): Likewise.
8853         (vmulq_s32): Likewise.
8854         (vmulq_f32): Likewise.
8855         (vmulq_u8): Likewise.
8856         (vmulq_u16): Likewise.
8857         (vmulq_u32): Likewise.
8858         (vsub_s8): Likewise.
8859         (vsub_s16): Likewise.
8860         (vsub_s32): Likewise.
8861         (vsub_f32): Likewise.
8862         (vsub_u8): Likewise.
8863         (vsub_u16): Likewise.
8864         (vsub_u32): Likewise.
8865         (vsub_s64): Likewise.
8866         (vsub_u64): Likewise.
8867         (vsubq_s8): Likewise.
8868         (vsubq_s16): Likewise.
8869         (vsubq_s32): Likewise.
8870         (vsubq_s64): Likewise.
8871         (vsubq_f32): Likewise.
8872         (vsubq_u8): Likewise.
8873         (vsubq_u16): Likewise.
8874         (vsubq_u32): Likewise.
8875         (vsubq_u64): Likewise.
8876         (vand_s8): Likewise.
8877         (vand_s16): Likewise.
8878         (vand_s32): Likewise.
8879         (vand_u8): Likewise.
8880         (vand_u16): Likewise.
8881         (vand_u32): Likewise.
8882         (vand_s64): Likewise.
8883         (vand_u64): Likewise.
8884         (vandq_s8): Likewise.
8885         (vandq_s16): Likewise.
8886         (vandq_s32): Likewise.
8887         (vandq_s64): Likewise.
8888         (vandq_u8): Likewise.
8889         (vandq_u16): Likewise.
8890         (vandq_u32): Likewise.
8891         (vandq_u64): Likewise.
8892         (vorr_s8): Likewise.
8893         (vorr_s16): Likewise.
8894         (vorr_s32): Likewise.
8895         (vorr_u8): Likewise.
8896         (vorr_u16): Likewise.
8897         (vorr_u32): Likewise.
8898         (vorr_s64): Likewise.
8899         (vorr_u64): Likewise.
8900         (vorrq_s8): Likewise.
8901         (vorrq_s16): Likewise.
8902         (vorrq_s32): Likewise.
8903         (vorrq_s64): Likewise.
8904         (vorrq_u8): Likewise.
8905         (vorrq_u16): Likewise.
8906         (vorrq_u32): Likewise.
8907         (vorrq_u64): Likewise.
8908         (veor_s8): Likewise.
8909         (veor_s16): Likewise.
8910         (veor_s32): Likewise.
8911         (veor_u8): Likewise.
8912         (veor_u16): Likewise.
8913         (veor_u32): Likewise.
8914         (veor_s64): Likewise.
8915         (veor_u64): Likewise.
8916         (veorq_s8): Likewise.
8917         (veorq_s16): Likewise.
8918         (veorq_s32): Likewise.
8919         (veorq_s64): Likewise.
8920         (veorq_u8): Likewise.
8921         (veorq_u16): Likewise.
8922         (veorq_u32): Likewise.
8923         (veorq_u64): Likewise.
8924         (vbic_s8): Likewise.
8925         (vbic_s16): Likewise.
8926         (vbic_s32): Likewise.
8927         (vbic_u8): Likewise.
8928         (vbic_u16): Likewise.
8929         (vbic_u32): Likewise.
8930         (vbic_s64): Likewise.
8931         (vbic_u64): Likewise.
8932         (vbicq_s8): Likewise.
8933         (vbicq_s16): Likewise.
8934         (vbicq_s32): Likewise.
8935         (vbicq_s64): Likewise.
8936         (vbicq_u8): Likewise.
8937         (vbicq_u16): Likewise.
8938         (vbicq_u32): Likewise.
8939         (vbicq_u64): Likewise.
8940         (vorn_s8): Likewise.
8941         (vorn_s16): Likewise.
8942         (vorn_s32): Likewise.
8943         (vorn_u8): Likewise.
8944         (vorn_u16): Likewise.
8945         (vorn_u32): Likewise.
8946         (vorn_s64): Likewise.
8947         (vorn_u64): Likewise.
8948         (vornq_s8): Likewise.
8949         (vornq_s16): Likewise.
8950         (vornq_s32): Likewise.
8951         (vornq_s64): Likewise.
8952         (vornq_u8): Likewise.
8953         (vornq_u16): Likewise.
8954         (vornq_u32): Likewise.
8955         (vornq_u64): Likewise.
8957 2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8959         * wide-int.cc (UTItype): Define.
8960         (UDWtype): Define for appropriate W_TYPE_SIZE.
8962 2014-05-08  Marc Glisse  <marc.glisse@inria.fr>
8964         PR tree-optimization/59100
8965         * tree-ssa-phiopt.c: Include tree-inline.h.
8966         (neutral_element_p, absorbing_element_p): New functions.
8967         (value_replacement): Handle conditional binary operations with a
8968         neutral or absorbing element.
8970 2014-05-08  Richard Biener  <rguenther@suse.de>
8972         * tree-ssa-sccvn.c (vn_get_expr_for): Valueize operands before
8973         folding the expression.
8974         (valueize_expr): Remove.
8975         (visit_reference_op_load): Do not valueize the result of
8976         vn_get_expr_for.
8977         (simplify_binary_expression): Likewise.
8978         (simplify_unary_expression): Likewise.
8980 2014-05-08  Richard Biener  <rguenther@suse.de>
8982         * gimplify.c (gimplify_call_expr): Use saved fnptrtype for
8983         looking at TYPE_ARG_TYPES.
8985 2014-05-08  Richard Biener  <rguenther@suse.de>
8987         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Remove
8988         pointer propagation special-case.
8990 2014-05-08  Bin Cheng  <bin.cheng@arm.com>
8992         * tree-affine.c (tree_to_aff_combination): Handle MEM_REF for
8993         core part of address expressions.
8995 2014-05-08  Alan Modra  <amodra@gmail.com>
8997         PR target/60737
8998         * config/rs6000/rs6000.c (expand_block_move): Allow 64-bit
8999         loads and stores when -mno-strict-align at any alignment.
9000         (expand_block_clear): Similarly.  Also correct calculation of
9001         instruction count.
9003 2014-05-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9005         PR middle-end/39246
9006         * tree-complex.c (expand_complex_move): Keep line info when expanding
9007         complex move.
9008         * tree-ssa-uninit.c (warn_uninit): New argument. Ignore assignment
9009         of complex expression. Use new argument to display correct location
9010         for values coming from phi statement.
9011         (warn_uninitialized_vars): Adapt to new signature of warn_uninit.
9012         (warn_uninitialized_phi): Pass location of phi argument to
9013         warn_uninit.
9014         * tree-ssa.c (ssa_undefined_value_p): For SSA_NAME initialized by a
9015         COMPLEX_EXPR, recurse on each part of the COMPLEX_EXPR.
9017 2014-05-07  Segher Boessenkool  <segher@kernel.crashing.org>
9019         * config/rs6000/predicates.md (indexed_address_mem): New.
9020         * config/rs6000/rs6000.md (type): Remove load_ext, load_ext_u,
9021         load_ext_ux, load_ux, load_u, store_ux, store_u, fpload_ux, fpload_u,
9022         fpstore_ux, fpstore_u.
9023         (sign_extend, indexed, update): New.
9024         (cell_micro): Adjust.
9025         (*zero_extend<mode>di2_internal1, *zero_extendsidi2_lfiwzx,
9026         *extendsidi2_lfiwax, *extendsidi2_nocell, *extendsfdf2_fpr,
9027         *movsi_internal1, *movsi_internal1_single, *movhi_internal,
9028         *movqi_internal, *movcc_internal1, mov<mode>_hardfloat,
9029         *mov<mode>_softfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
9030         *mov<mode>_softfloat64, *movdi_internal32, *movdi_internal64,
9031         *mov<mode>_string, *ldmsi8, *ldmsi7, *ldmsi6, *ldmsi5, *ldmsi4,
9032         *ldmsi3, *stmsi8, *stmsi7, *stmsi6, *stmsi5, *stmsi4, *stmsi3,
9033         *movdi_update1, movdi_<mode>_update, movdi_<mode>_update_stack,
9034         *movsi_update1, *movsi_update2, movsi_update, movsi_update_stack,
9035         *movhi_update1, *movhi_update2, *movhi_update3, *movhi_update4,
9036         *movqi_update1, *movqi_update2, *movqi_update3, *movsf_update1,
9037         *movsf_update2, *movsf_update3, *movsf_update4, *movdf_update1,
9038         *movdf_update2, load_toc_aix_si, load_toc_aix_di, probe_stack_<mode>,
9039         *stmw, *lmw, as well as 10 anonymous patterns): Adjust.
9041         * config/rs6000/dfp.md (movsd_store, movsd_load): Adjust.
9042         * config/rs6000/vsx.md (*vsx_movti_32bit, *vsx_extract_<mode>_load,
9043         *vsx_extract_<mode>_store): Adjust.
9044         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_microcoded_insn,
9045         is_cracked_insn, insn_must_be_first_in_group,
9046         insn_must_be_last_in_group): Adjust.
9048         * config/rs6000/40x.md (ppc403-load, ppc403-store, ppc405-float):
9049         Adjust.
9050         * config/rs6000/440.md (ppc440-load, ppc440-store, ppc440-fpload,
9051         ppc440-fpstore): Adjust.
9052         * config/rs6000/476.md (ppc476-load, ppc476-store, ppc476-fpload,
9053         ppc476-fpstore): Adjust.
9054         * config/rs6000/601.md (ppc601-load, ppc601-store, ppc601-fpload,
9055         ppc601-fpstore): Adjust.
9056         * config/rs6000/603.md (ppc603-load, ppc603-store, ppc603-fpload):
9057         Adjust.
9058         * config/rs6000/6xx.md (ppc604-load, ppc604-store, ppc604-fpload):
9059         Adjust.
9060         * config/rs6000/7450.md (ppc7450-load, ppc7450-store, ppc7450-fpload,
9061         ppc7450-fpstore): Adjust.
9062         * config/rs6000/7xx.md (ppc750-load, ppc750-store): Adjust.
9063         * config/rs6000/8540.md (ppc8540_load, ppc8540_store): Adjust.
9064         * config/rs6000/a2.md (ppca2-load, ppca2-fp-load, ppca2-fp-store):
9065         Adjust.
9066         * config/rs6000/cell.md (cell-load, cell-load-ux, cell-load-ext,
9067         cell-fpload, cell-fpload-update, cell-store, cell-store-update,
9068         cell-fpstore, cell-fpstore-update): Adjust.
9069         * config/rs6000/e300c2c3.md (ppce300c3_load, ppce300c3_fpload,
9070         ppce300c3_store, ppce300c3_fpstore): Adjust.
9071         * config/rs6000/e500mc.md (e500mc_load, e500mc_fpload, e500mc_store,
9072         e500mc_fpstore): Adjust.
9073         * config/rs6000/e500mc64.md (e500mc64_load, e500mc64_fpload,
9074         e500mc64_store, e500mc64_fpstore): Adjust.
9075         * config/rs6000/e5500.md (e5500_load, e5500_fpload, e5500_store,
9076         e5500_fpstore): Adjust.
9077         * config/rs6000/e6500.md (e6500_load, e6500_fpload, e6500_store,
9078         e6500_fpstore): Adjust.
9079         * config/rs6000/mpc.md (mpccore-load, mpccore-store, mpccore-fpload):
9080         Adjust.
9081         * config/rs6000/power4.md (power4-load, power4-load-ext,
9082         power4-load-ext-update, power4-load-ext-update-indexed,
9083         power4-load-update-indexed, power4-load-update, power4-fpload,
9084         power4-fpload-update, power4-store, power4-store-update,
9085         power4-store-update-indexed, power4-fpstore, power4-fpstore-update):
9086         Adjust.
9087         * config/rs6000/power5.md (power5-load, power5-load-ext,
9088         power5-load-ext-update, power5-load-ext-update-indexed,
9089         power5-load-update-indexed, power5-load-update, power5-fpload,
9090         power5-fpload-update, power5-store, power5-store-update,
9091         power5-store-update-indexed, power5-fpstore, power5-fpstore-update):
9092         Adjust.
9093         * config/rs6000/power6.md (power6-load, power6-load-ext,
9094         power6-load-update, power6-load-update-indexed,
9095         power6-load-ext-update, power6-load-ext-update-indexed, power6-fpload,
9096         power6-fpload-update, power6-store, power6-store-update,
9097         power6-store-update-indexed, power6-fpstore, power6-fpstore-update):
9098         Adjust.
9099         * config/rs6000/power7.md (power7-load, power7-load-ext,
9100         power7-load-update, power7-load-update-indexed,
9101         power7-load-ext-update, power7-load-ext-update-indexed, power7-fpload,
9102         power7-fpload-update, power7-store, power7-store-update,
9103         power7-store-update-indexed, power7-fpstore, power7-fpstore-update):
9104         Adjust.
9105         * config/rs6000/power8.md (power8-load, power8-load-update,
9106         power8-load-ext, power8-load-ext-update, power8-fpload,
9107         power8-fpload-update, power8-store, power8-store-update-indexed,
9108         power8-fpstore, power8-fpstore-update): Adjust.
9109         * config/rs6000/rs64.md (rs64a-load, rs64a-store, rs64a-fpload):
9110         Adjust.
9111         * config/rs6000/titan.md (titan_lsu_load, titan_lsu_fpload,
9112         titan_lsu_store, titan_lsu_fpstore): Adjust.
9113         * config/rs6000/xfpu.md (fp-load, fp-store): Adjust.
9115 2014-05-07  Oleg Endo  <olegendo@gcc.gnu.org>
9117         PR target/60884
9118         * config/sh/sh-mem.cc (sh_expand_strlen): Use loop when emitting
9119         unrolled byte insns.  Emit address increments after move insns.
9121 2014-05-07  David Malcolm  <dmalcolm@redhat.com>
9123         * gimple.h (gimple_builtin_call_types_compatible_p): Accept a
9124         const_gimple, rather than a gimple.
9125         (gimple_call_builtin_p): Likewise, for the three variants.
9127         * gimple.c (gimple_builtin_call_types_compatible_p): Likewise.
9128         (gimple_call_builtin_p): Likewise, for the three variants.
9130 2014-05-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
9132         PR tree-optimization/61095
9133         * tree-ssanames.c (get_nonzero_bits): Fix type extension in wi::shwi.
9135 2014-05-07  Richard Biener  <rguenther@suse.de>
9137         PR tree-optimization/61034
9138         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Export.
9139         (maybe_skip_until): Use translate to take into account
9140         lattices when trying to do disambiguations.
9141         (get_continuation_for_phi_1): Likewise.
9142         (get_continuation_for_phi): Adjust for added translate arguments.
9143         (walk_non_aliased_vuses): Likewise.
9144         * tree-ssa-alias.h (get_continuation_for_phi): Adjust prototype.
9145         (walk_non_aliased_vuses): Likewise.
9146         (call_may_clobber_ref_p_1): Declare.
9147         * tree-ssa-sccvn.c (vn_reference_lookup_3): Also disambiguate against
9148         calls.  Stop early if we are only supposed to disambiguate.
9149         * tree-ssa-pre.c (translate_vuse_through_block): Adjust.
9151 2014-05-07  Joern Rennecke  <joern.rennecke@embecosm.com>
9153         * config/epiphany/epiphany.c (epiphany_handle_interrupt_attribute):
9154         Emit an error when the function has arguments.
9156 2014-05-07  Thomas Schwinge  <thomas@codesourcery.com>
9158         * cfgloop.h (unswitch_loops): Remove.
9159         * doc/passes.texi: Remove references to loop-unswitch.c
9160         * timevar.def (TV_LOOP_UNSWITCH): Remove.
9162 2014-05-07  Evgeny Stupachenko  <evstupac@gmail.com>
9164         * tree-vect-data-refs.c (vect_grouped_load_supported): New
9165         check for loads group of length 3.
9166         (vect_permute_load_chain): New permutations for loads group of
9167         length 3.
9168         * tree-vect-stmts.c (vect_model_load_cost): Change cost
9169         of vec_perm_shuffle for the new permutations.
9171 2014-05-07  Alan Lawrence  <alan.lawrence@arm.com>
9173         * config/aarch64/arm_neon.h (vtrn1_f32, vtrn1_p8, vtrn1_p16, vtrn1_s8,
9174         vtrn1_s16, vtrn1_s32, vtrn1_u8, vtrn1_u16, vtrn1_u32, vtrn1q_f32,
9175         vtrn1q_f64, vtrn1q_p8, vtrn1q_p16, vtrn1q_s8, vtrn1q_s16, vtrn1q_s32,
9176         vtrn1q_s64, vtrn1q_u8, vtrn1q_u16, vtrn1q_u32, vtrn1q_u64, vtrn2_f32,
9177         vtrn2_p8, vtrn2_p16, vtrn2_s8, vtrn2_s16, vtrn2_s32, vtrn2_u8,
9178         vtrn2_u16, vtrn2_u32, vtrn2q_f32, vtrn2q_f64, vtrn2q_p8, vtrn2q_p16,
9179         vtrn2q_s8, vtrn2q_s16, vtrn2q_s32, vtrn2q_s64, vtrn2q_u8, vtrn2q_u16,
9180         vtrn2q_u32, vtrn2q_u64): Replace temporary asm with __builtin_shuffle.
9182 2014-05-07  Thomas Schwinge  <thomas@codesourcery.com>
9184         * loop-unswitch.c: Delete.
9186 2014-05-07  Richard Biener  <rguenther@suse.de>
9188         * config.gcc: Always set need_64bit_hwint to yes.
9190 2014-05-07  Chung-Ju Wu  <jasonwucj@gmail.com>
9192         * config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Have it in favor
9193         of using optimize_size.
9195 2014-05-06  Mike Stump  <mikestump@comcast.net>
9197         * wide-int.h (wi::int_traits <HOST_WIDE_INT>): Always define.
9199 2014-05-06  Joseph Myers  <joseph@codesourcery.com>
9201         * config/i386/sse.md (*mov<mode>_internal)
9202         (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>)
9203         (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>)
9204         (<sse>_andnot<mode>3, <code><mode>3, *andnot<mode>3)
9205         (*<code><mode>3, *andnot<mode>3<mask_name>)
9206         (<mask_codefor><code><mode>3<mask_name>): Only consider
9207         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL for modes of size 16.
9209 2014-05-06  Richard Sandiford  <rdsandiford@googlemail.com>
9211         Revert:
9212         2014-05-03  Richard Sandiford  <rdsandiford@googlemail.com>
9214         * lra-constraints.c (valid_address_p): Move earlier in file.
9215         Add a constraint argument to the address_info version.
9216         (satisfies_memory_constraint_p): New function.
9217         (satisfies_address_constraint_p): Likewise.
9218         (process_alt_operands, curr_insn_transform): Use them.
9219         (process_address): Pass the constraint to valid_address_p when
9220         checking address operands.
9222 2014-05-06  Richard Sandiford  <r.sandiford@uk.ibm.com>
9224         * lto-cgraph.c (compute_ltrans_boundary): Make node variables local
9225         to their respective blocks.  Fix inadvertent use of "node".
9227 2014-05-06  Richard Sandiford  <rdsandiford@googlemail.com>
9229         * emit-rtl.c (init_derived_machine_modes): New functionm, split
9230         out from...
9231         (init_emit_once): ...here.
9232         * rtl.h (init_derived_machine_modes): Declare.
9233         * toplev.c (do_compile): Call it even if no_backend.
9235 2014-05-06  Kenneth Zadeck  <zadeck@naturalbridge.com>
9236             Mike Stump  <mikestump@comcast.net>
9237             Richard Sandiford  <rdsandiford@googlemail.com>
9238             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9240         * alias.c (ao_ref_from_mem): Use wide-int interfaces.
9241         (rtx_equal_for_memref_p): Update comment.
9242         (adjust_offset_for_component_ref): Use wide-int interfaces.
9243         * builtins.c (get_object_alignment_2): Likewise.
9244         (c_readstr): Likewise.
9245         (target_char_cast): Add comment.
9246         (determine_block_size): Use wide-int interfaces.
9247         (expand_builtin_signbit): Likewise.
9248         (fold_builtin_int_roundingfn): Likewise.
9249         (fold_builtin_bitop): Likewise.
9250         (fold_builtin_bswap): Likewise.
9251         (fold_builtin_logarithm): Use signop.
9252         (fold_builtin_pow): Likewise.
9253         (fold_builtin_memory_op): Use wide-int interfaces.
9254         (fold_builtin_object_size): Likewise.
9255         * cfgloop.c (alloc_loop): Initialize nb_iterations_upper_bound and
9256         nb_iterations_estimate.
9257         (record_niter_bound): Use wide-int interfaces.
9258         (get_estimated_loop_iterations_int): Likewise.
9259         (get_estimated_loop_iterations): Likewise.
9260         (get_max_loop_iterations): Likewise.
9261         * cfgloop.h: Include wide-int.h.
9262         (struct nb_iter_bound): Change bound to widest_int.
9263         (struct loop): Change nb_iterations_upper_bound and
9264         nb_iterations_estimate to widest_int.
9265         (record_niter_bound): Switch to use widest_int.
9266         (get_estimated_loop_iterations): Likewise.
9267         (get_max_loop_iterations): Likewise.
9268         (gcov_type_to_double_int): Rename to gcov_type_to_wide_int and
9269         update for wide-int.
9270         * cgraph.c (cgraph_add_thunk): Use wide-int interfaces.
9271         * combine.c (try_combine): Likewise.
9272         (subst): Use CONST_SCALAR_INT_P rather than CONST_INT_P.
9273         * config/aarch64/aarch64.c (aapcs_vfp_sub_candidate): Use wide-int
9274         interfaces.
9275         (aarch64_float_const_representable_p): Likewise.
9276         * config/arc/arc.c: Include wide-int.h.
9277         (arc_can_use_doloop_p): Use wide-int interfaces.
9278         * config/arm/arm.c (aapcs_vfp_sub_candidate): Likewise.
9279         (vfp3_const_double_index): Likewise.
9280         * config/avr/avr.c (avr_out_round): Likewise.
9281         (avr_fold_builtin): Likewise.
9282         * config/bfin/bfin.c (bfin_local_alignment): Likewise.
9283         (bfin_can_use_doloop_p): Likewise.
9284         * config/darwin.c (darwin_mergeable_constant_section): Likewise.
9285         (machopic_select_rtx_section): Update to handle CONST_WIDE_INT.
9286         * config/i386/i386.c: Include wide-int.h.
9287         (ix86_data_alignment): Use wide-int interfaces.
9288         (ix86_local_alignment): Likewise.
9289         (ix86_emit_swsqrtsf): Update real_from_integer.
9290         * config/msp430/msp430.c (msp430_attr): Use wide-int interfaces.
9291         * config/nds32/nds32.c (nds32_insert_attributes): Likewise.
9292         * config/rs6000/predicates.md (any_operand): Add const_wide_int.
9293         (zero_constant): Likewise.
9294         (input_operand): Likewise.
9295         (splat_input_operand): Likewise.
9296         (non_logical_cint_operand): Change const_double to const_wide_int.
9297         * config/rs6000/rs6000.c (num_insns_constant): Handle CONST_WIDE_INT.
9298         (easy_altivec_constant): Remove comment.
9299         (paired_expand_vector_init): Use CONSTANT_P.
9300         (rs6000_legitimize_address): Handle CONST_WIDE_INT.
9301         (rs6000_emit_move): Update checks.
9302         (rs6000_aggregate_candidate): Use wide-int interfaces.
9303         (rs6000_expand_ternop_builtin): Likewise.
9304         (rs6000_output_move_128bit): Handle CONST_WIDE_INT.
9305         (rs6000_assemble_integer): Likewise.
9306         (rs6000_hash_constant): Likewise.
9307         (output_toc): Likewise.
9308         (rs6000_rtx_costs): Likewise.
9309         (rs6000_emit_swrsqrt); Update call to real_from_integer.
9310         * config/rs6000/rs6000-c.c: Include wide-int.h.
9311         (altivec_resolve_overloaded_builtin): Use wide-int interfaces.
9312         * config/rs6000/rs6000.h (TARGET_SUPPORTS_WIDE_INT): New.
9313         * config/rs6000/rs6000.md: Use const_scalar_int_operand.
9314         Handle CONST_WIDE_INT.
9315         * config/sol2-c.c (solaris_pragma_align): Change low to unsigned HWI.
9316         Use tree_fits_uhwi_p.
9317         * config/sparc/sparc.c: Include wide-int.h.
9318         (sparc_fold_builtin): Use wide-int interfaces.
9319         * config/vax/vax.c: Include wide-int.h.
9320         (vax_float_literal): Use real_from_integer.
9321         * coretypes.h (struct hwivec_def): New.
9322         (hwivec): New.
9323         (const_hwivec): New.
9324         * cse.c (hash_rtx_cb): Handle CONST_WIDE_INT.
9325         (equiv_constant): Handle CONST_WIDE_INT.
9326         * cselib.c (rtx_equal_for_cselib_1): Use CASE_CONST_UNIQUE.
9327         (cselib_hash_rtx): Handle CONST_WIDE_INT.
9328         * dbxout.c (stabstr_U): Use wide-int interfaces.
9329         (dbxout_type): Update to use cst_fits_shwi_p.
9330         * defaults.h (LOG2_BITS_PER_UNIT): Define.
9331         (TARGET_SUPPORTS_WIDE_INT): Add default.
9332         * dfp.c: Include wide-int.h.
9333         (decimal_real_to_integer2): Use wide-int interfaces and rename to
9334         decimal_real_to_integer.
9335         * dfp.h (decimal_real_to_integer2): Return a wide_int and rename to
9336         decimal_real_to_integer.
9337         * doc/generic.texi (Constant expressions): Update for wide_int.
9338         * doc/rtl.texi (const_double): Likewise.
9339         (const_wide_int, CONST_WIDE_INT, CONST_WIDE_INT_VEC): New.
9340         (CONST_WIDE_INT_NUNITS, CONST_WIDE_INT_ELT): New.
9341         * doc/tm.texi.in (REAL_VALUE_TO_INT): Remove.
9342         (REAL_VALUE_FROM_INT): Remove.
9343         (TARGET_SUPPORTS_WIDE_INT): New.
9344         * doc/tm.texi: Regenerate.
9345         * dojump.c (prefer_and_bit_test): Use wide-int interfaces.
9346         * double-int.h: Include wide-int.h.
9347         (struct wi::int_traits): New.
9348         * dwarf2out.c (get_full_len): New.
9349         (dw_val_equal_p): Add case dw_val_class_wide_int.
9350         (size_of_loc_descr): Likewise.
9351         (output_loc_operands): Likewise.
9352         (insert_double): Remove.
9353         (insert_wide_int): New.
9354         (add_AT_wide): New.
9355         (print_die): Add case dw_val_class_wide_int.
9356         (attr_checksum): Likewise.
9357         (attr_checksum_ordered): Likewise.
9358         (same_dw_val_p): Likewise.
9359         (size_of_die): Likewise.
9360         (value_format): Likewise.
9361         (output_die): Likewise.
9362         (double_int_type_size_in_bits): Rename to offset_int_type_size_in_bits.
9363         Use wide-int.
9364         (clz_loc_descriptor): Use wide-int interfaces.
9365         (mem_loc_descriptor): Likewise.  Handle CONST_WIDE_INT.
9366         (loc_descriptor): Use wide-int interfaces.  Handle CONST_WIDE_INT.
9367         (round_up_to_align): Use wide-int interfaces.
9368         (field_byte_offset): Likewise.
9369         (insert_double): Rename to insert_wide_int.  Use wide-int interfaces.
9370         (add_const_value_attribute): Handle CONST_WIDE_INT.  Update
9371         CONST_DOUBLE handling.  Use wide-int interfaces.
9372         (add_bound_info): Use tree_fits_uhwi_p.  Use wide-int interfaces.
9373         (gen_enumeration_type_die): Use add_AT_wide.
9374         (hash_loc_operands): Add case dw_val_class_wide_int.
9375         (compare_loc_operands): Likewise.
9376         * dwarf2out.h: Include wide-int.h.
9377         (wide_int_ptr): New.
9378         (enum dw_val_class): Add dw_val_class_wide_int.
9379         (struct dw_val_struct): Add val_wide.
9380         * emit-rtl.c (const_wide_int_htab): New.
9381         (const_wide_int_htab_hash): New.
9382         (const_wide_int_htab_eq): New.
9383         (lookup_const_wide_int): New.
9384         (const_double_htab_hash): Use wide-int interfaces.
9385         (const_double_htab_eq): Likewise.
9386         (rtx_to_double_int): Conditionally compile for wide-int.
9387         (immed_double_int_const): Rename to immed_wide_int_const and
9388         update for wide-int.
9389         (immed_double_const): Conditionally compile for wide-int.
9390         (init_emit_once): Use wide-int interfaces.
9391         * explow.c (plus_constant): Likewise.
9392         * expmed.c (mask_rtx): Move further up file.  Use wide-int interfaces.
9393         (lshift_value): Use wide-int interfaces.
9394         (expand_mult): Likewise.
9395         (choose_multiplier): Likewise.
9396         (expand_smod_pow2): Likewise.
9397         (make_tree): Likewise.
9398         * expr.c (convert_modes): Consolidate handling of constants.
9399         Use wide-int interfaces.
9400         (emit_group_load_1): Add note.
9401         (store_expr): Update comment.
9402         (get_inner_reference): Use wide-int interfaces.
9403         (expand_constructor): Update comment.
9404         (expand_expr_real_2): Use wide-int interfaces.
9405         (expand_expr_real_1): Likewise.
9406         (reduce_to_bit_field_precision): Likewise.
9407         (const_vector_from_tree): Likewise.
9408         * final.c: Include wide-int-print.h.
9409         (output_addr_const): Handle CONST_WIDE_INT.  Use CONST_DOUBLE_AS_INT_P.
9410         * fixed-value.c: Include wide-int.h.
9411         (fixed_from_string): Use wide-int interfaces.
9412         (fixed_to_decimal): Likewise.
9413         (fixed_convert_from_real): Likewise.
9414         (real_convert_from_fixed): Likewise.
9415         * fold-const.h (mem_ref_offset): Return an offset_int.
9416         (div_if_zero_remainder): Remove code parameter.
9417         * fold-const.c (div_if_zero_remainder): Remove code parameter.
9418         Use wide-int interfaces.
9419         (may_negate_without_overflow_p): Use wide-int interfaces.
9420         (negate_expr_p): Likewise.
9421         (fold_negate_expr): Likewise.
9422         (int_const_binop_1): Likewise.
9423         (const_binop): Likewise.
9424         (fold_convert_const_int_from_int): Likewise.
9425         (fold_convert_const_int_from_real): Likewise.
9426         (fold_convert_const_int_from_fixed): Likewise.
9427         (fold_convert_const_fixed_from_int): Likewise.
9428         (all_ones_mask_p): Take an unsigned size.  Use wide-int interfaces.
9429         (sign_bit_p): Use wide-int interfaces.
9430         (make_range_step): Likewise.
9431         (build_range_check): Likewise.  Pass an integer of the correct type
9432         instead of using integer_one_node.
9433         (range_predecessor): Pass an integer of the correct type instead
9434         of using integer_one_node.
9435         (range_successor): Likewise.
9436         (merge_ranges): Likewise.
9437         (unextend): Use wide-int interfaces.
9438         (extract_muldiv_1): Likewise.
9439         (fold_div_compare): Likewise.
9440         (fold_single_bit_test): Likewise.
9441         (fold_sign_changed_comparison): Likewise.
9442         (try_move_mult_to_index): Update calls to div_if_zero_remainder.
9443         (fold_plusminus_mult_expr): Use wide-int interfaces.
9444         (native_encode_int): Likewise.
9445         (native_interpret_int): Likewise.
9446         (fold_unary_loc): Likewise.
9447         (pointer_may_wrap_p): Likewise.
9448         (size_low_cst): Likewise.
9449         (mask_with_tz): Likewise.
9450         (fold_binary_loc): Likewise.
9451         (fold_ternary_loc): Likewise.
9452         (multiple_of_p): Likewise.
9453         (tree_call_nonnegative_warnv_p): Update calls to
9454         tree_int_cst_min_precision and real_from_integer.
9455         (fold_negate_const): Use wide-int interfaces.
9456         (fold_abs_const): Likewise.
9457         (fold_relational_const): Use tree_int_cst_lt.
9458         (round_up_loc): Use wide-int interfaces.
9459         * genemit.c (gen_exp): Add CONST_WIDE_INT case.
9460         * gengenrtl.c (excluded_rtx): Add CONST_WIDE_INT case.
9461         * gengtype.c: Remove include of double-int.h.
9462         (do_typedef): Use wide-int interfaces.
9463         (open_base_files): Add wide-int.h.
9464         (main): Add offset_int and widest_int typedefs.
9465         * gengtype-lex.l: Handle "^".
9466         (CXX_KEYWORD): Add "static".
9467         * gengtype-parse.c (require3): New.
9468         (require_template_declaration): Handle constant template arguments
9469         and nested templates.
9470         * gengtype-state.c: Don't include "double-int.h".
9471         * genpreds.c (write_one_predicate_function): Update comment.
9472         (write_tm_constrs_h): Add check for hval and lval use in
9473         CONST_WIDE_INT.
9474         * genrecog.c (validate_pattern): Add CONST_WIDE_INT case.
9475         (add_to_sequence): Likewise.
9476         * gensupport.c (struct std_pred_table): Add const_scalar_int_operand
9477         and const_double_operand.
9478         * gimple.c (preprocess_case_label_vec_for_gimple): Use wide-int
9479         interfaces.
9480         * gimple-fold.c (get_base_constructor): Likewise.
9481         (fold_array_ctor_reference): Likewise.
9482         (fold_nonarray_ctor_reference): Likewise.
9483         (fold_const_aggregate_ref_1): Likewise.
9484         (gimple_val_nonnegative_real_p): Likewise.
9485         (gimple_fold_indirect_ref): Likewise.
9486         * gimple-pretty-print.c (dump_ssaname_info): Likewise.
9487         * gimple-ssa-strength-reduction.c: Include wide-int-print.h.
9488         (struct slsr_cand_d): Change index to be widest_int.
9489         (struct incr_info_d): Change incr to be widest_int.
9490         (alloc_cand_and_find_basis): Use wide-int interfaces.
9491         (slsr_process_phi): Likewise.
9492         (backtrace_base_for_ref): Likewise.  Return a widest_int.
9493         (restructure_reference): Take a widest_int instead of a double_int.
9494         (slsr_process_ref): Use wide-int interfaces.
9495         (create_mul_ssa_cand): Likewise.
9496         (create_mul_imm_cand): Likewise.
9497         (create_add_ssa_cand): Likewise.
9498         (create_add_imm_cand): Take a widest_int instead of a double_int.
9499         (slsr_process_add): Use wide-int interfaces.
9500         (slsr_process_cast): Likewise.
9501         (slsr_process_copy): Likewise.
9502         (dump_candidate): Likewise.
9503         (dump_incr_vec): Likewise.
9504         (replace_ref): Likewise.
9505         (cand_increment): Likewise.  Return a widest_int.
9506         (cand_abs_increment): Likewise.
9507         (replace_mult_candidate): Take a widest_int instead of a double_int.
9508         (replace_unconditional_candidate): Use wide-int interfaces.
9509         (incr_vec_index): Take a widest_int instead of a double_int.
9510         (create_add_on_incoming_edge): Likewise.
9511         (create_phi_basis): Use wide-int interfaces.
9512         (replace_conditional_candidate): Likewise.
9513         (record_increment): Take a widest_int instead of a double_int.
9514         (record_phi_increments): Use wide-int interfaces.
9515         (phi_incr_cost): Take a widest_int instead of a double_int.
9516         (lowest_cost_path): Likewise.
9517         (total_savings): Likewise.
9518         (analyze_increments): Use wide-int interfaces.
9519         (ncd_with_phi): Take a widest_int instead of a double_int.
9520         (ncd_of_cand_and_phis): Likewise.
9521         (nearest_common_dominator_for_cands): Likewise.
9522         (insert_initializers): Use wide-int interfaces.
9523         (all_phi_incrs_profitable): Likewise.
9524         (replace_one_candidate): Likewise.
9525         (replace_profitable_candidates): Likewise.
9526         * godump.c: Include wide-int-print.h.
9527         (go_output_typedef): Use wide-int interfaces.
9528         * graphite-clast-to-gimple.c (gmp_cst_to_tree): Likewise.
9529         * graphite-sese-to-poly.c (tree_int_to_gmp): Likewise.
9530         (build_loop_iteration_domains): Likewise.
9531         * hooks.h: Include wide-int.h rather than double-int.h.
9532         (hook_bool_dint_dint_uint_bool_true): Delete.
9533         (hook_bool_wint_wint_uint_bool_true): Declare.
9534         * hooks.c (hook_bool_dint_dint_uint_bool_true): Removed.
9535         (hook_bool_wint_wint_uint_bool_true): New.
9536         * internal-fn.c (ubsan_expand_si_overflow_addsub_check): Use wide-int
9537         interfaces.
9538         (ubsan_expand_si_overflow_mul_check): Likewise.
9539         * ipa-devirt.c (get_polymorphic_call_info): Likewise.
9540         * ipa-prop.c (compute_complex_assign_jump_func): Likewise.
9541         (get_ancestor_addr_info): Likewise.
9542         (ipa_modify_call_arguments): Likewise.
9543         * loop-doloop.c (doloop_modify): Likewise.
9544         (doloop_optimize): Likewise.
9545         * loop-iv.c (iv_number_of_iterations): Likewise.
9546         * loop-unroll.c (decide_unroll_constant_iterations): Likewise.
9547         (unroll_loop_constant_iterations): Likewise.
9548         (decide_unroll_runtime_iterations): Likewise.
9549         (unroll_loop_runtime_iterations): Likewise.
9550         (decide_peel_simple): Likewise.
9551         (decide_unroll_stupid): Likewise.
9552         * lto-streamer-in.c (streamer_read_wi): Add.
9553         (input_cfg): Use wide-int interfaces.
9554         (lto_input_tree_1): Likewise.
9555         * lto-streamer-out.c (streamer_write_wi): Add.
9556         (hash_tree): Use wide-int interfaces.
9557         (output_cfg): Likewise.
9558         * Makefile.in (OBJS): Add wide-int.o and wide-int-print.o.
9559         (GTFILES): Add wide-int.h and signop.h.
9560         (TAGS): Look for .cc files too.
9561         * omp-low.c (scan_omp_1_op): Use wide-int interfaces.
9562         * optabs.c (expand_subword_shift): Likewise.
9563         (expand_doubleword_shift): Likewise.
9564         (expand_absneg_bit): Likewise.
9565         (expand_copysign_absneg): Likewise.
9566         (expand_copysign_bit): Likewise.
9567         * postreload.c (reload_cse_simplify_set): Likewise.
9568         * predict.c (predict_iv_comparison): Likewise.
9569         * pretty-print.h: Include wide-int-print.h.
9570         (pp_wide_int) New.
9571         * print-rtl.c (print_rtx): Add CONST_WIDE_INT case.
9572         * print-tree.c: Include wide-int-print.h.
9573         (print_node_brief): Use wide-int interfaces.
9574         (print_node): Likewise.
9575         * read-rtl.c (validate_const_wide_int): New.
9576         (read_rtx_code): Add CONST_WIDE_INT case.
9577         * real.c: Include wide-int.h.
9578         (real_to_integer2): Delete.
9579         (real_to_integer): New function, returning a wide_int.
9580         (real_from_integer): Take a wide_int rather than two HOST_WIDE_INTs.
9581         (ten_to_ptwo): Update call to real_from_integer.
9582         (real_digit): Likewise.
9583         * real.h: Include signop.h, wide-int.h and insn-modes.h.
9584         (real_to_integer2, REAL_VALUE_FROM_INT, REAL_VALUE_FROM_UNSIGNED_INT)
9585         (REAL_VALUE_TO_INT): Delete.
9586         (real_to_integer): Declare a wide-int form.
9587         (real_from_integer): Take a wide_int rather than two HOST_WIDE_INTs.
9588         * recog.c (const_int_operand): Improve comment.
9589         (const_scalar_int_operand): New.
9590         (const_double_operand): Add a separate definition for CONST_WIDE_INT.
9591         * rtlanal.c (commutative_operand_precedence): Handle CONST_WIDE_INT.
9592         (split_double): Likewise.
9593         * rtl.c (DEF_RTL_EXPR): Handle CONST_WIDE_INT.
9594         (rtx_size): Likewise.
9595         (rtx_alloc_stat_v): New.
9596         (rtx_alloc_stat): Now calls rtx_alloc_stat_v.
9597         (cwi_output_hex): New.
9598         (iterative_hash_rtx): Handle CONST_WIDE_INT.
9599         (cwi_check_failed_bounds): New.
9600         * rtl.def (CONST_WIDE_INT): New.
9601         * rtl.h: Include <utility> and wide-int.h.
9602         (struct hwivec_def): New.
9603         (CWI_GET_NUM_ELEM): New.
9604         (CWI_PUT_NUM_ELEM): New.
9605         (struct rtx_def): Add num_elem and hwiv.
9606         (CASE_CONST_SCALAR_INT): Modify for TARGET_SUPPORTS_WIDE_INT.
9607         (CASE_CONST_UNIQUE): Likewise.
9608         (CASE_CONST_ANY): Likewise.
9609         (CONST_SCALAR_INT_P): Likewise.
9610         (CONST_WIDE_INT_P): New.
9611         (CWI_ELT): New.
9612         (HWIVEC_CHECK): New.
9613         (cwi_check_failed_bounds): New.
9614         (CWI_ELT): New.
9615         (HWIVEC_CHECK): New.
9616         (CONST_WIDE_INT_VEC) New.
9617         (CONST_WIDE_INT_NUNITS) New.
9618         (CONST_WIDE_INT_ELT) New.
9619         (rtx_mode_t): New type.
9620         (wi::int_traits <rtx_mode_t>): New.
9621         (wi::shwi): New.
9622         (wi::min_value): New.
9623         (wi::max_value): New.
9624         (rtx_alloc_v) New.
9625         (const_wide_int_alloc): New.
9626         (immed_wide_int_const): New.
9627         * sched-vis.c (print_value): Handle CONST_WIDE_INT.
9628         * sel-sched-ir.c (lhs_and_rhs_separable_p): Update comment.
9629         * signop.h: New file.
9630         * simplify-rtx.c (mode_signbit_p): Handle CONST_WIDE_INT.
9631         (simplify_const_unary_operation): Use wide-int interfaces.
9632         (simplify_binary_operation_1): Likewise.
9633         (simplify_const_binary_operation): Likewise.
9634         (simplify_const_relational_operation): Likewise.
9635         (simplify_immed_subreg): Likewise.
9636         * stmt.c (expand_case): Likewise.
9637         * stor-layout.h (set_min_and_max_values_for_integral_type): Take a
9638         signop rather than a bool.
9639         * stor-layout.c (layout_type): Use wide-int interfaces.
9640         (initialize_sizetypes): Update calls to
9641         set_min_and_max_values_for_integral_type.
9642         (set_min_and_max_values_for_integral_type): Take a signop rather
9643         than a bool.  Use wide-int interfaces.
9644         (fixup_signed_type): Update accordingly.  Remove
9645         HOST_BITS_PER_DOUBLE_INT limit.
9646         (fixup_unsigned_type): Likewise.
9647         * system.h (STATIC_CONSTANT_P): New.
9648         (STATIC_ASSERT): New.
9649         * target.def (can_use_doloop_p): Take widest_ints rather than
9650         double_ints.
9651         * target.h: Include wide-int.h rather than double-int.h.
9652         * targhooks.h (can_use_doloop_if_innermost): Take widest_ints rather
9653         than double_ints.
9654         * targhooks.c (default_cxx_get_cookie_size): Use tree_int_cst_lt
9655         rather than INT_CST_LT_UNSIGNED.
9656         (can_use_doloop_if_innermost): Take widest_ints rather than
9657         double_ints.
9658         * tree-affine.c: Include wide-int-print.h.
9659         (double_int_ext_for_comb): Delete.
9660         (wide_int_ext_for_comb): New.
9661         (aff_combination_zero): Use wide-int interfaces.
9662         (aff_combination_const): Take a widest_int instead of a double_int.
9663         (aff_combination_elt): Use wide-int interfaces.
9664         (aff_combination_scale): Take a widest_int instead of a double_int.
9665         (aff_combination_add_elt): Likewise.
9666         (aff_combination_add_cst): Likewise.
9667         (aff_combination_add): Use wide-int interfaces.
9668         (aff_combination_convert): Likewise.
9669         (tree_to_aff_combination): Likewise.
9670         (add_elt_to_tree): Take a widest_int instead of a double_int.
9671         (aff_combination_to_tree): Use wide-int interfaces.
9672         (aff_combination_remove_elt): Likewise.
9673         (aff_combination_add_product): Take a widest_int instead of
9674         a double_int.
9675         (aff_combination_mult): Use wide-int interfaces.
9676         (aff_combination_expand): Likewise.
9677         (double_int_constant_multiple_p): Delete.
9678         (wide_int_constant_multiple_p): New.
9679         (aff_combination_constant_multiple_p): Take a widest_int pointer
9680         instead of a double_int pointer.
9681         (print_aff): Use wide-int interfaces.
9682         (get_inner_reference_aff): Take a widest_int pointer
9683         instead of a double_int pointer.
9684         (aff_comb_cannot_overlap_p): Take widest_ints instead of double_ints.
9685         * tree-affine.h: Include wide-int.h.
9686         (struct aff_comb_elt): Change type of coef to widest_int.
9687         (struct affine_tree_combination): Change type of offset to widest_int.
9688         (double_int_ext_for_comb): Delete.
9689         (wide_int_ext_for_comb): New.
9690         (aff_combination_const): Use widest_int instead of double_int.
9691         (aff_combination_scale): Likewise.
9692         (aff_combination_add_elt): Likewise.
9693         (aff_combination_constant_multiple_p): Likewise.
9694         (get_inner_reference_aff): Likewise.
9695         (aff_comb_cannot_overlap_p): Likewise.
9696         (aff_combination_zero_p): Use wide-int interfaces.
9697         * tree.c: Include tree.h.
9698         (init_ttree): Use make_int_cst.
9699         (tree_code_size): Removed code for INTEGER_CST case.
9700         (tree_size): Add INTEGER_CST case.
9701         (make_node_stat): Update comment.
9702         (get_int_cst_ext_nunits, build_new_int_cst, build_int_cstu): New.
9703         (build_int_cst_type): Use wide-int interfaces.
9704         (double_int_to_tree): Likewise.
9705         (double_int_fits_to_tree_p): Delete.
9706         (force_fit_type_double): Delete.
9707         (force_fit_type): New.
9708         (int_cst_hash_hash): Use wide-int interfaces.
9709         (int_cst_hash_eq): Likewise.
9710         (build_int_cst_wide): Delete.
9711         (wide_int_to_tree): New.
9712         (cache_integer_cst): Use wide-int interfaces.
9713         (build_low_bits_mask): Likewise.
9714         (cst_and_fits_in_hwi): Likewise.
9715         (real_value_from_int_cst): Likewise.
9716         (make_int_cst_stat): New.
9717         (integer_zerop): Use wide_int interfaces.
9718         (integer_onep): Likewise.
9719         (integer_all_onesp): Likewise.
9720         (integer_pow2p): Likewise.
9721         (integer_nonzerop): Likewise.
9722         (tree_log2): Likewise.
9723         (tree_floor_log2): Likewise.
9724         (tree_ctz): Likewise.
9725         (int_size_in_bytes): Likewise.
9726         (mem_ref_offset): Return an offset_int rather than a double_int.
9727         (build_type_attribute_qual_variant): Use wide_int interfaces.
9728         (type_hash_eq): Likewise
9729         (tree_int_cst_equal): Likewise.
9730         (tree_int_cst_lt): Delete.
9731         (tree_int_cst_compare): Likewise.
9732         (tree_fits_shwi_p): Use wide_int interfaces.
9733         (tree_fits_uhwi_p): Likewise.
9734         (tree_int_cst_sign_bit): Likewise.
9735         (tree_int_cst_sgn): Likewise.
9736         (tree_int_cst_min_precision): Take a signop rather than a bool.
9737         (simple_cst_equal): Use wide_int interfaces.
9738         (compare_tree_int): Likewise.
9739         (iterative_hash_expr): Likewise.
9740         (int_fits_type_p): Likewise.  Use tree_int_cst_lt rather than
9741         INT_CST_LT.
9742         (get_type_static_bounds): Use wide_int interfaces.
9743         (tree_int_cst_elt_check_failed): New.
9744         (build_common_tree_nodes): Reordered to set prec before filling in
9745         value.
9746         (int_cst_value): Check cst_and_fits_in_hwi.
9747         (widest_int_cst_value): Use wide_int interfaces.
9748         (upper_bound_in_type): Likewise.
9749         (lower_bound_in_type): Likewise.
9750         (num_ending_zeros): Likewise.
9751         (drop_tree_overflow): Likewise.
9752         * tree-call-cdce.c (check_pow): Update call to real_from_integer.
9753         (gen_conditions_for_pow_cst_base): Likewise.
9754         * tree-cfg.c: Include wide-int.h and wide-int-print.h.
9755         (group_case_labels_stmt): Use wide-int interfaces.
9756         (verify_gimple_assign_binary): Likewise.
9757         (print_loop): Likewise.
9758         * tree-chrec.c (tree_fold_binomial): Likewise.
9759         * tree-core.h (struct tree_base): Add int_length.
9760         (struct tree_int_cst): Change rep of value.
9761         * tree-data-ref.c (dr_analyze_innermost): Use wide-int interfaces.
9762         (dr_may_alias_p): Likewise.
9763         (max_stmt_executions_tree): Likewise.
9764         * tree.def (INTEGER_CST): Update comment.
9765         * tree-dfa.c (get_ref_base_and_extent): Use wide-int interfaces.
9766         * tree-dfa.h (get_addr_base_and_unit_offset_1): Likewise.
9767         * tree-dump.c: Include wide-int.h and wide-int-print.h.
9768         (dequeue_and_dump): Use wide-int interfaces.
9769         * tree.h: Include wide-int.h.
9770         (NULL_TREE): Moved to earlier loc in file.
9771         (TREE_INT_CST_ELT_CHECK): New.
9772         (tree_int_cst_elt_check_failed): New.
9773         (TYPE_SIGN): New.
9774         (TREE_INT_CST): Delete.
9775         (TREE_INT_CST_LOW): Use wide-int interfaces.
9776         (TREE_INT_CST_HIGH): Delete.
9777         (TREE_INT_CST_NUNITS): New.
9778         (TREE_INT_CST_EXT_NUNITS): Likewise.
9779         (TREE_INT_CST_OFFSET_NUNITS): Likewise.
9780         (TREE_INT_CST_ELT): Likewise.
9781         (INT_CST_LT): Delete.
9782         (tree_int_cst_elt_check): New (two forms).
9783         (type_code_size): Update comment.
9784         (make_int_cst_stat, make_int_cst): New.
9785         (tree_to_double_int): Delete.
9786         (double_int_fits_to_tree_p): Delete.
9787         (force_fit_type_double): Delete.
9788         (build_int_cstu): Replace with out-of-line function.
9789         (build_int_cst_wide): Delete.
9790         (tree_int_cst_lt): Define inline.
9791         (tree_int_cst_le): New.
9792         (tree_int_cst_compare): Define inline.
9793         (tree_int_cst_min_precision): Take a signop rather than a bool.
9794         (wi::int_traits <const_tree>): New.
9795         (wi::int_traits <tree>): New.
9796         (wi::extended_tree): New.
9797         (wi::int_traits <wi::extended_tree>): New.
9798         (wi::to_widest): New.
9799         (wi::to_offset): New.
9800         (wi::fits_to_tree_p): New.
9801         (wi::min_value): New.
9802         (wi::max_value): New.
9803         * tree-inline.c (remap_gimple_op_r): Use wide-int interfaces.
9804         (copy_tree_body_r): Likewise.
9805         * tree-object-size.c (compute_object_offset): Likewise.
9806         (addr_object_size): Likewise.
9807         * tree-predcom.c: Include wide-int-print.h.
9808         (struct dref_d): Change type of offset to widest_int.
9809         (dump_dref): Call wide-int printer.
9810         (aff_combination_dr_offset): Use wide-int interfaces.
9811         (determine_offset): Take a widest_int pointer rather than a
9812         double_int pointer.
9813         (split_data_refs_to_components): Use wide-int interfaces.
9814         (suitable_component_p): Likewise.
9815         (order_drefs): Likewise.
9816         (add_ref_to_chain): Likewise.
9817         (valid_initializer_p): Likewise.
9818         (determine_roots_comp): Likewise.
9819         * tree-pretty-print.c: Include wide-int-print.h.
9820         (dump_generic_node): Use wide-int interfaces.
9821         * tree-sra.c (sra_ipa_modify_expr): Likewise.
9822         * tree-ssa-address.c (addr_for_mem_ref): Likewise.
9823         (move_fixed_address_to_symbol): Likewise.
9824         (move_hint_to_base): Likewise.
9825         (move_pointer_to_base): Likewise.
9826         (move_variant_to_index): Likewise.
9827         (most_expensive_mult_to_index): Likewise.
9828         (addr_to_parts): Likewise.
9829         (copy_ref_info): Likewise.
9830         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
9831         (indirect_refs_may_alias_p): Likewise.
9832         (stmt_kills_ref_p_1): Likewise.
9833         * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
9834         * tree-ssa-ccp.c: Update comment at top of file.  Include
9835         wide-int-print.h.
9836         (struct prop_value_d): Change type of mask to widest_int.
9837         (extend_mask): New function.
9838         (dump_lattice_value): Use wide-int interfaces.
9839         (get_default_value): Likewise.
9840         (set_constant_value): Likewise.
9841         (set_value_varying): Likewise.
9842         (valid_lattice_transition): Likewise.
9843         (set_lattice_value): Likewise.
9844         (value_to_double_int): Delete.
9845         (value_to_wide_int): New.
9846         (get_value_from_alignment): Use wide-int interfaces.
9847         (get_value_for_expr): Likewise.
9848         (do_dbg_cnt): Likewise.
9849         (ccp_finalize): Likewise.
9850         (ccp_lattice_meet): Likewise.
9851         (bit_value_unop_1): Use widest_ints rather than double_ints.
9852         (bit_value_binop_1): Likewise.
9853         (bit_value_unop): Use wide-int interfaces.
9854         (bit_value_binop): Likewise.
9855         (bit_value_assume_aligned): Likewise.
9856         (evaluate_stmt): Likewise.
9857         (ccp_fold_stmt): Likewise.
9858         (visit_cond_stmt): Likewise.
9859         (ccp_visit_stmt): Likewise.
9860         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
9861         (constant_pointer_difference): Likewise.
9862         (associate_pointerplus): Likewise.
9863         (combine_conversions): Likewise.
9864         * tree-ssa-loop.h: Include wide-int.h.
9865         (struct tree_niter_desc): Change type of max to widest_int.
9866         * tree-ssa-loop-im.c (mem_refs_may_alias_p): Use wide-int interfaces.
9867         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Likewise.
9868         (remove_redundant_iv_tests): Likewise.
9869         (canonicalize_loop_induction_variables): Likewise.
9870         * tree-ssa-loop-ivopts.c (alloc_iv): Likewise.
9871         (constant_multiple_of): Take a widest_int pointer instead of
9872         a double_int pointer.
9873         (get_computation_aff): Use wide-int interfaces.
9874         (ptr_difference_cost): Likewise.
9875         (difference_cost): Likewise.
9876         (get_loop_invariant_expr_id): Likewise.
9877         (get_computation_cost_at): Likewise.
9878         (iv_elimination_compare_lt): Likewise.
9879         (may_eliminate_iv): Likewise.
9880         * tree-ssa-loop-niter.h (estimated_loop_iterations): Use widest_int
9881         instead of double_int.
9882         (max_loop_iterations): Likewise.
9883         (max_stmt_executions): Likewise.
9884         (estimated_stmt_executions): Likewise.
9885         * tree-ssa-loop-niter.c: Include wide-int-print.h.
9886         (split_to_var_and_offset): Use wide-int interfaces.
9887         (determine_value_range): Likewise.
9888         (bound_difference_of_offsetted_base): Likewise.
9889         (bounds_add): Take a widest_int instead of a double_int.
9890         (number_of_iterations_ne_max): Use wide-int interfaces.
9891         (number_of_iterations_ne): Likewise.
9892         (number_of_iterations_lt_to_ne): Likewise.
9893         (assert_loop_rolls_lt): Likewise.
9894         (number_of_iterations_lt): Likewise.
9895         (number_of_iterations_le): Likewise.
9896         (number_of_iterations_cond): Likewise.
9897         (number_of_iterations_exit): Likewise.
9898         (finite_loop_p): Likewise.
9899         (derive_constant_upper_bound_assign): Likewise.
9900         (derive_constant_upper_bound): Return a widest_int.
9901         (derive_constant_upper_bound_ops): Likewise.
9902         (do_warn_aggressive_loop_optimizations): Use wide-int interfaces.
9903         (record_estimate): Take a widest_int rather than a double_int.
9904         (record_nonwrapping_iv): Use wide-int interfaces.
9905         (double_int_cmp): Delete.
9906         (wide_int_cmp): New.
9907         (bound_index): Take a widest_int rather than a double_int.
9908         (discover_iteration_bound_by_body_walk): Use wide-int interfaces.
9909         (maybe_lower_iteration_bound): Likewise.
9910         (estimate_numbers_of_iterations_loop): Likewise.
9911         (estimated_loop_iterations): Take a widest_int pointer than than
9912         a double_int pointer.
9913         (estimated_loop_iterations_int): Use wide-int interfaces.
9914         (max_loop_iterations): Take a widest_int pointer than than
9915         a double_int pointer.
9916         (max_loop_iterations_int): Use wide-int interfaces.
9917         (max_stmt_executions): Take a widest_int pointer than than
9918         a double_int pointer.
9919         (estimated_stmt_executions): Likewise.
9920         (n_of_executions_at_most): Use wide-int interfaces.
9921         (scev_probably_wraps_p): Likewise.
9922         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Update calls
9923         to real_to_integer.
9924         * tree-scalar-evolution.c (simplify_peeled_chrec): Use wide-int
9925         interfaces.
9926         * tree-ssanames.c (set_range_info): Use wide_int_refs rather than
9927         double_ints.  Adjust for trailing_wide_ints <3> representation.
9928         (set_nonzero_bits): Likewise.
9929         (get_range_info): Return wide_ints rather than double_ints.
9930         Adjust for trailing_wide_ints <3> representation.
9931         (get_nonzero_bits): Likewise.
9932         (duplicate_ssa_name_range_info): Adjust for trailing_wide_ints <3>
9933         representation.
9934         * tree-ssanames.h (struct range_info_def): Replace min, max and
9935         nonzero_bits with a trailing_wide_ints <3>.
9936         (set_range_info): Use wide_int_refs rather than double_ints.
9937         (set_nonzero_bits): Likewise.
9938         (get_range_info): Return wide_ints rather than double_ints.
9939         (get_nonzero_bits): Likewise.
9940         * tree-ssa-phiopt.c (jump_function_from_stmt): Use wide-int interfaces.
9941         * tree-ssa-pre.c (phi_translate_1): Likewise.
9942         * tree-ssa-reassoc.c (decrement_power): Use calls to real_from_integer.
9943         (acceptable_pow_call): Likewise.
9944         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use wide-int
9945         interfaces.
9946         (vn_reference_fold_indirect): Likewise.
9947         (vn_reference_maybe_forwprop_address): Likewise.
9948         (valueize_refs_1): Likewise.
9949         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Likewise.
9950         * tree-ssa-uninit.c (is_value_included_in): Use wide-int interfaces,
9951         tree_int_cst_lt and tree_int_cst_le.
9952         * tree-streamer-in.c (unpack_ts_base_value_fields): Use wide-int
9953         interfaces.
9954         (streamer_alloc_tree): Likewise.
9955         * tree-streamer-out.c (pack_ts_int_cst_value_fields): Likewise.
9956         (streamer_write_tree_header): Likewise.
9957         (streamer_write_integer_cst): Likewise.
9958         * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
9959         (build_constructors): Likewise.
9960         (array_value_type): Likewise.
9961         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Likewise.
9962         (vect_check_gather): Likewise.
9963         * tree-vect-generic.c (build_replicated_const): Likewise.
9964         (expand_vector_divmod): Likewise.
9965         * tree-vect-loop.c (vect_transform_loop): Likewise.
9966         * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): Likewise.
9967         (vect_do_peeling_for_alignment): Likewise.
9968         * tree-vect-patterns.c (vect_recog_divmod_pattern): Likewise.
9969         * tree-vrp.c: Include wide-int.h.
9970         (operand_less_p): Use wide-int interfaces and tree_int_cst_lt.
9971         (extract_range_from_assert): Use wide-int interfaces.
9972         (vrp_int_const_binop): Likewise.
9973         (zero_nonzero_bits_from_vr): Take wide_int pointers rather than
9974         double_int pointers.
9975         (ranges_from_anti_range): Use wide-int interfaces.
9976         (quad_int_cmp): Delete.
9977         (quad_int_pair_sort): Likewise.
9978         (extract_range_from_binary_expr_1): Use wide-int interfaces.
9979         (extract_range_from_unary_expr_1): Likewise.
9980         (adjust_range_with_scev): Likewise.
9981         (masked_increment): Take and return wide_ints rather than double_ints.
9982         (register_edge_assert_for_2): Use wide-int interfaces.
9983         (check_array_ref): Likewise.
9984         (search_for_addr_array): Likewise.
9985         (maybe_set_nonzero_bits): Likewise.
9986         (union_ranges): Pass an integer of the correct type instead of
9987         using integer_one_node.
9988         (intersect_ranges): Likewise.
9989         (simplify_truth_ops_using_ranges): Likewise.
9990         (simplify_bit_ops_using_ranges): Use wide-int interfaces.
9991         (range_fits_type_p): Likewise.
9992         (simplify_cond_using_ranges): Likewise.  Take a signop rather than
9993         a bool.
9994         (simplify_conversion_using_ranges): Use wide-int interfaces.
9995         (simplify_float_conversion_using_ranges): Likewise.
9996         (vrp_finalize): Likewise.
9997         * value-prof.c (gimple_divmod_fixed_value_transform): Likewise.
9998         (gimple_stringops_transform): Likewise.
9999         * varasm.c (decode_addr_const): Likewise.
10000         (const_hash_1): Likewise.
10001         (const_rtx_hash_1): Likewise
10002         (output_constant): Likewise.
10003         (array_size_for_constructor): Likewise.
10004         (output_constructor_regular_field): Likewise.
10005         (output_constructor_bitfield): Likewise.
10006         * var-tracking.c (loc_cmp): Handle CONST_WIDE_INT.
10007         * mkconfig.sh: Include machmode.h to pick up BITS_PER_UNIT for
10008         GENERATOR_FILEs.
10009         * gencheck.c: Define BITS_PER_UNIT.
10010         * wide-int.cc: New.
10011         * wide-int.h: New.
10012         * wide-int-print.cc: New.
10013         * wide-int-print.h: New.
10015 2014-05-06  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
10017         * config/avr/avr.c (avr_can_eliminate): Mark unused argument.
10019 2014-05-06  Richard Biener  <rguenther@suse.de>
10021         * tree-pass.h (TODO_verify_ssa, TODO_verify_flow,
10022         TODO_verify_stmts, TODO_verify_rtl_sharing): Remove.
10023         (TODO_verify_all): Adjust.
10024         * asan.c: Remove references to TODO_verify_ssa, TODO_verify_flow,
10025         TODO_verify_stmts and TODO_verify_rtl_sharing.
10026         * bb-reorder.c: Likewise.
10027         * cfgexpand.c: Likewise.
10028         * cprop.c: Likewise.
10029         * cse.c: Likewise.
10030         * function.c: Likewise.
10031         * fwprop.c: Likewise.
10032         * gcse.c: Likewise.
10033         * gimple-ssa-isolate-paths.c: Likewise.
10034         * gimple-ssa-strength-reduction.c: Likewise.
10035         * ipa-split.c: Likewise.
10036         * loop-init.c: Likewise.
10037         * loop-unroll.c: Likewise.
10038         * lower-subreg.c: Likewise.
10039         * modulo-sched.c: Likewise.
10040         * postreload-gcse.c: Likewise.
10041         * predict.c: Likewise.
10042         * recog.c: Likewise.
10043         * sched-rgn.c: Likewise.
10044         * store-motion.c: Likewise.
10045         * tracer.c: Likewise.
10046         * trans-mem.c: Likewise.
10047         * tree-call-cdce.c: Likewise.
10048         * tree-cfg.c: Likewise.
10049         * tree-cfgcleanup.c: Likewise.
10050         * tree-complex.c: Likewise.
10051         * tree-eh.c: Likewise.
10052         * tree-emutls.c: Likewise.
10053         * tree-if-conv.c: Likewise.
10054         * tree-into-ssa.c: Likewise.
10055         * tree-loop-distribution.c: Likewise.
10056         * tree-object-size.c: Likewise.
10057         * tree-parloops.c: Likewise.
10058         * tree-pass.h: Likewise.
10059         * tree-sra.c: Likewise.
10060         * tree-ssa-ccp.c: Likewise.
10061         * tree-ssa-copy.c: Likewise.
10062         * tree-ssa-copyrename.c: Likewise.
10063         * tree-ssa-dce.c: Likewise.
10064         * tree-ssa-dom.c: Likewise.
10065         * tree-ssa-dse.c: Likewise.
10066         * tree-ssa-forwprop.c: Likewise.
10067         * tree-ssa-ifcombine.c: Likewise.
10068         * tree-ssa-loop-ch.c: Likewise.
10069         * tree-ssa-loop-ivcanon.c: Likewise.
10070         * tree-ssa-loop.c: Likewise.
10071         * tree-ssa-math-opts.c: Likewise.
10072         * tree-ssa-phiopt.c: Likewise.
10073         * tree-ssa-phiprop.c: Likewise.
10074         * tree-ssa-pre.c: Likewise.
10075         * tree-ssa-reassoc.c: Likewise.
10076         * tree-ssa-sink.c: Likewise.
10077         * tree-ssa-strlen.c: Likewise.
10078         * tree-ssa-tail-merge.c: Likewise.
10079         * tree-ssa-uncprop.c: Likewise.
10080         * tree-switch-conversion.c: Likewise.
10081         * tree-tailcall.c: Likewise.
10082         * tree-vect-generic.c: Likewise.
10083         * tree-vectorizer.c: Likewise.
10084         * tree-vrp.c: Likewise.
10085         * tsan.c: Likewise.
10086         * var-tracking.c: Likewise.
10087         * bt-load.c: Likewise.
10088         * cfgcleanup.c: Likewise.
10089         * combine-stack-adj.c: Likewise.
10090         * combine.c: Likewise.
10091         * compare-elim.c: Likewise.
10092         * config/epiphany/resolve-sw-modes.c: Likewise.
10093         * config/i386/i386.c: Likewise.
10094         * config/mips/mips.c: Likewise.
10095         * config/s390/s390.c: Likewise.
10096         * config/sh/sh_treg_combine.cc: Likewise.
10097         * config/sparc/sparc.c: Likewise.
10098         * dce.c: Likewise.
10099         * dse.c: Likewise.
10100         * final.c: Likewise.
10101         * ifcvt.c: Likewise.
10102         * mode-switching.c: Likewise.
10103         * passes.c: Likewise.
10104         * postreload.c: Likewise.
10105         * ree.c: Likewise.
10106         * reg-stack.c: Likewise.
10107         * regcprop.c: Likewise.
10108         * regrename.c: Likewise.
10109         * web.c: Likewise.
10111 2014-05-06  Richard Biener  <rguenther@suse.de>
10113         PR middle-end/61070
10114         * bitmap.c (debug_bitmap): Dump to stderr, not stdout.
10115         * tree-ssa-structalias.c (dump_solution_for_var): Likewise.
10117 2014-05-05  Jan Hubicka  <hubicka@ucw.cz>
10119         PR ipa/60965
10120         * ipa-devirt.c (get_class_context): Allow POD to change to non-POD.
10122 2014-05-05  Radovan Obradovic  <robradovic@mips.com>
10123             Tom de Vries  <tom@codesourcery.com>
10125         * target.def (call_fusage_contains_non_callee_clobbers): New
10126         DEFHOOKPOD.
10127         * doc/tm.texi.in (@node Stack and Calling): Add Miscellaneous Register
10128         Hooks to @menu.
10129         (@node Miscellaneous Register Hooks): New node.
10130         (@hook TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): New hook.
10131         * doc/tm.texi: Regenerate.
10133 2014-05-05  Marek Polacek  <polacek@redhat.com>
10135         PR driver/61065
10136         * opts.c (common_handle_option): Call error_at instead of warning_at.
10138 2014-05-05  Richard Biener  <rguenther@suse.de>
10140         * passes.c (execute_function_todo): Don't reset TODO_verify_ssa
10141         from last_verified if update_ssa ran.  Move TODO_verify_rtl_sharing
10142         under the TODO_verify_il umbrella.
10144 2014-05-05  Richard Biener  <rguenther@suse.de>
10146         * passes.c (execute_function_todo): Move TODO_verify_flow under
10147         the TODO_verify_ul umbrella.
10149 2014-05-05  Richard Biener  <rguenther@suse.de>
10151         PR middle-end/61010
10152         * fold-const.c (fold_binary_loc): Consistently avoid canonicalizing
10153         X & CST away from a CST that is the mask of a mode.
10155 2014-05-05  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
10157         * config/picochip/picochip-protos.h (picochip_regno_nregs): Change
10158         int argument to enum machine_mode.
10159         (picochip_class_max_nregs): Ditto.
10160         * config/picochip/picochip.c (picochip_regno_nregs): Ditto.
10161         (picochip_class_max_nregs): Ditto.
10163 2014-05-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10165         * target.def: Add new target hook.
10166         * doc/tm.texi: Regenerate.
10167         * targhooks.h (default_keep_leaf_when_profiled): Add prototype.
10168         * targhooks.c (default_keep_leaf_when_profiled): New function.
10170         * config/s390/s390.c (s390_keep_leaf_when_profiled): New function.
10171         (TARGET_KEEP_LEAF_WHEN_PROFILED): Define.
10173 2014-05-05  Bin Cheng  <bin.cheng@arm.com>
10175         PR tree-optimization/60363
10176         * gcc/tree-ssa-threadupdate.c (get_value_locus_in_path): New.
10177         (copy_phi_args): New parameters.  Call get_value_locus_in_path.
10178         (update_destination_phis): New parameter.
10179         (create_edge_and_update_destination_phis): Ditto.
10180         (ssa_fix_duplicate_block_edges): Pass new arguments.
10181         (thread_single_edge): Ditto.
10183 2014-05-04  Peter Bergner  <bergner@vnet.ibm.com>
10185         * config/rs6000/rs6000.h (RS6000_BTM_HARD_FLOAT): New define.
10186         (RS6000_BTM_COMMON): Add RS6000_BTM_HARD_FLOAT.
10187         (TARGET_EXTRA_BUILTINS): Add TARGET_HARD_FLOAT.
10188         * config/rs6000/rs6000-builtin.def (BU_MISC_1):
10189         Use RS6000_BTM_HARD_FLOAT.
10190         (BU_MISC_2): Likewise.
10191         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Handle
10192         RS6000_BTM_HARD_FLOAT.
10193         (rs6000_option_override_internal): Enforce -mhard-float if -mhard-dfp
10194         is explicitly used.
10195         (rs6000_invalid_builtin): Add hard floating builtin support.
10196         (rs6000_expand_builtin): Relax the gcc_assert to allow the new
10197         hard float builtins.
10198         (rs6000_builtin_mask_names): Add RS6000_BTM_HARD_FLOAT.
10200 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
10202         * config/sh/sh_optimize_sett_clrt.cc (sh_optimize_sett_clrt::execute):
10203         Add missing function* argument.
10205 2014-05-03  Richard Sandiford  <rdsandiford@googlemail.com>
10207         * lra-constraints.c (valid_address_p): Move earlier in file.
10208         Add a constraint argument to the address_info version.
10209         (satisfies_memory_constraint_p): New function.
10210         (satisfies_address_constraint_p): Likewise.
10211         (process_alt_operands, curr_insn_transform): Use them.
10212         (process_address): Pass the constraint to valid_address_p when
10213         checking address operands.
10215 2014-05-03  Richard Sandiford  <rdsandiford@googlemail.com>
10217         * config/mips/mips.c (mips_isa_rev): New variable.
10218         (mips_set_architecture): Set it.
10219         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Set __mips_isa_rev
10220         from mips_isa_rev.
10221         (ISA_HAS_MUL3, ISA_HAS_FP_CONDMOVE, ISA_HAS_8CC, ISA_HAS_FP4)
10222         (ISA_HAS_PAIRED_SINGLE, ISA_HAS_MADD_MSUB, ISA_HAS_FP_RECIP_RSQRT)
10223         (ISA_HAS_CLZ_CLO, ISA_HAS_ROR, ISA_HAS_WSBH, ISA_HAS_PREFETCH)
10224         (ISA_HAS_SEB_SEH, ISA_HAS_EXT_INS, ISA_HAS_MXHC1)
10225         (ISA_HAS_HILO_INTERLOCKS, ISA_HAS_SYNCI, MIN_FPRS_PER_FMT): Reexpress
10226         conditions in terms of mips_isa_rev.
10227         (mips_isa_rev): Declare.
10229 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
10231         * config/sh/sh-mem.cc: Use tabs instead of spaces.
10232         (prob_unlikely, prob_likely): Make variables const.
10234 2014-05-03  Denis Chertykov  <chertykov@gmail.com>
10236         * config/avr/avr.c (avr_adjust_insn_length): Handle JUMP_TABLE_DATA.
10238 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
10240         * config/sh/sh.h (SH_ASM_SPEC): Handle m1, m2*, m3* and m4* cases.
10242 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
10244         * config/sh/sh.h (ROUND_ADVANCE): Delete macro.
10245         (ROUND_REG, PASS_IN_REG_P): Move and rename macros to ...
10246         * config/sh/sh.c (sh_round_reg, sh_pass_in_reg_p): ... these new
10247         functions.
10248         (sh_arg_partial_bytes, sh_function_arg, sh_function_arg_advance,
10249         sh_setup_incoming_varargs): Replace usage of PASS_IN_REG_P with
10250         sh_pass_in_reg_p.
10251         Replace usage of ROUND_REG with sh_round_reg.
10252         Use CEIL instead of ROUND_ADVANCE.
10254 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
10256         PR target/61026
10257         * config/sh/sh.c: Include stdlib headers before everything else.
10259 2014-05-02  Jakub Jelinek  <jakub@redhat.com>
10261         * gimplify.c (gimplify_adjust_omp_clauses_1): Handle
10262         GOVD_FIRSTPRIVATE | GOVD_LASTPRIVATE.
10263         (gimplify_adjust_omp_clauses): Simd region is never
10264         directly nested in combined parallel.  Instead, for linear
10265         with copyin/copyout, if in combined for simd loop, make decl
10266         firstprivate/lastprivate on OMP_FOR.
10267         * omp-low.c (expand_omp_for_generic, expand_omp_for_static_nochunk,
10268         expand_omp_for_static_chunk): When setting endvar, also set
10269         fd->loop.v to the same value.
10271 2014-05-02  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
10273         * hwint.h (zext_hwi): Fix signed overflow for prec == 63.
10275 2014-05-02  Alan Lawrence  <alan.lawrence@arm.com>
10277         * config/aarch64/aarch64.c (aarch64_expand_vec_perm_1): Tidy bit-flip
10278         expression.
10280 2014-05-02  Marek Polacek  <polacek@redhat.com>
10282         * doc/invoke.texi: Describe -fsanitize=float-divide-by-zero.
10284 2014-05-02  Kito Cheng  <kito@0xlab.org>
10286         * defaults.h (HONOR_REG_ALLOC_ORDER): Change HONOR_REG_ALLOC_ORDER
10287         to a C expression marco.
10288         * ira-color.c (HONOR_REG_ALLOC_ORDER) : Ditto.
10289         * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Ditto.
10290         * config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Ditto.
10291         * doc/tm.texi (HONOR_REG_ALLOC_ORDER): Update document for
10292         HONOR_REG_ALLOC_ORDER.
10293         * doc/tm.texi.in (HONOR_REG_ALLOC_ORDER): Ditto.
10295 2014-05-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
10297         * config/arc/arc.c (TARGET_LRA_P): Undef before redefine.
10299 2014-05-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
10301         * config/arc/arc.c (arc_select_cc_mode): Fix typo.
10303 2014-05-01  Yuri Rumyantsev  <ysrumyan@gmail.com>
10305         * tree-if-conv.c (is_cond_scalar_reduction): New function.
10306         (convert_scalar_cond_reduction): Likewise.
10307         (predicate_scalar_phi): Add recognition and transformation
10308         of simple conditioanl reduction to be vectorizable.
10310 2014-05-01  Marek Polacek  <polacek@redhat.com>
10312         PR c/43245
10313         * doc/invoke.texi: Document -Wdiscarded-qualifiers.
10315 2014-04-30  Alan Lawrence  <alan.lawrence@arm.com>
10317         * config/aarch64/arm_neon.h (vuzp1_f32, vuzp1_p8, vuzp1_p16, vuzp1_s8,
10318         vuzp1_s16, vuzp1_s32, vuzp1_u8, vuzp1_u16, vuzp1_u32, vuzp1q_f32,
10319         vuzp1q_f64, vuzp1q_p8, vuzp1q_p16, vuzp1q_s8, vuzp1q_s16, vuzp1q_s32,
10320         vuzp1q_s64, vuzp1q_u8, vuzp1q_u16, vuzp1q_u32, vuzp1q_u64, vuzp2_f32,
10321         vuzp2_p8, vuzp2_p16, vuzp2_s8, vuzp2_s16, vuzp2_s32, vuzp2_u8,
10322         vuzp2_u16, vuzp2_u32, vuzp2q_f32, vuzp2q_f64, vuzp2q_p8, vuzp2q_p16,
10323         vuzp2q_s8, vuzp2q_s16, vuzp2q_s32, vuzp2q_s64, vuzp2q_u8, vuzp2q_u16,
10324         vuzp2q_u32, vuzp2q_u64): Replace temporary asm with __builtin_shuffle.
10326 2014-04-30  Joern Rennecke  <joern.rennecke@embecosm.com>
10328         * config/arc/arc.opt (mlra): Move comment above option name
10329         to avoid mis-parsing as language options.
10331 2014-04-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10333         * config/sol2-10.h (TARGET_LIBC_HAS_FUNCTION): Move ...
10334         * config/sol2.h: ... here.
10335         * config/sol2-10.h: Remove.
10337         * config/sol2-bi.h (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE)
10338         (WINT_TYPE_SIZE, MULTILIB_DEFAULTS, DEF_ARCH32_SPEC)
10339         (DEF_ARCH64_SPEC, ASM_CPU_DEFAULT_SPEC, LINK_ARCH64_SPEC_BASE)
10340         (LINK_ARCH64_SPEC, ARCH_DEFAULT_EMULATION, TARGET_LD_EMULATION)
10341         (LINK_ARCH_SPEC, SUBTARGET_EXTRA_SPECS): Move ...
10342         * config/sol2.h: ... here.
10343         (SECTION_NAME_FORMAT): Don't redefine.
10344         (STARTFILE_ARCH32_SPEC): Rename to ...
10345         (STARTFILE_ARCH_SPEC): ... this.
10346         (ASM_OUTPUT_ALIGNED_COMMON): Move ...
10347         * config/sparc/sol2.h: ... here.
10348         (SECTION_NAME_FORMAT): Don't undef.
10349         * config/i386/sol2.h (ASM_CPU_DEFAULT_SPEC)
10350         (SUBTARGET_EXTRA_SPECS): Remove.
10351         * config/sparc/sol2.h (ASM_CPU_DEFAULT_SPEC): Remove.
10353         * config/i386/sol2-bi.h (TARGET_SUBTARGET_DEFAULT)
10354         (MD_STARTFILE_PREFIX): Remove.
10355         (SUBTARGET_OPTIMIZATION_OPTIONS, ASM_CPU32_DEFAULT_SPEC)
10356         (ASM_CPU64_DEFAULT_SPEC, ASM_CPU_SPEC, ASM_SPEC, DEFAULT_ARCH32_P)
10357         (ARCH64_SUBDIR, ARCH32_EMULATION, ARCH64_EMULATION)
10358         (ASM_COMMENT_START, JUMP_TABLES_IN_TEXT_SECTION)
10359         (ASM_OUTPUT_DWARF_PCREL, ASM_OUTPUT_ALIGNED_COMMON)
10360         (USE_IX86_FRAME_POINTER, USE_X86_64_FRAME_POINTER): Move ...
10361         * config/i386/sol2.h: ... here.
10362         (TARGET_SUBTARGET_DEFAULT, SIZE_TYPE, PTRDIFF_TYPE): Remove.
10363         * config/i386/sol2-bi.h: Remove.
10364         * config/sol2.h (MD_STARTFILE_PREFIX): Remove.
10365         (LINK_ARCH32_SPEC_BASE): Remove /usr/ccs/lib/libp, /usr/ccs/lib.
10367         * config/i386/t-sol2-64: Rename to ...
10368         * config/i386/t-sol2: ... this.
10369         * config/sparc/t-sol2-64: Rename to ...
10370         * config/sparc/t-sol2: ... this.
10372         * config.gcc (*-*-solaris2*): Split sol2_tm_file into
10373         sol2_tm_file_head, sol2_tm_file_tail.
10374         Include ${cpu_type}/sol2.h before sol2.h.
10375         Remove sol2-10.h.
10376         (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Include
10377         i386/x86-64.h between sol2_tm_file_head and sol2_tm_file_tail.
10378         Remove i386/sol2-bi.h, sol2-bi.h from tm_file.
10379         Reflect i386/t-sol2-64 renaming.
10380         (sparc*-*-solaris2*): Remove sol2-bi.h from tm_file.
10381         Reflect sparc/t-sol2-64 renaming.
10383 2014-04-30  Richard Biener  <rguenther@suse.de>
10385         * passes.c (execute_function_todo): Move TODO_verify_stmts
10386         and TODO_verify_ssa under the TODO_verify_il umbrella.
10387         * tree-ssa.h (verify_ssa): Adjust prototype.
10388         * tree-ssa.c (verify_ssa): Add parameter to tell whether
10389         we should verify SSA operands.
10390         * tree-cfg.h (verify_gimple_in_cfg): Adjust prototype.
10391         * tree-cfg.c (verify_gimple_in_cfg): Add parameter to tell
10392         whether we should verify whether not throwing stmts have EH info.
10393         * graphite-scop-detection.c (create_sese_edges): Adjust.
10394         * tree-ssa-loop-manip.c (verify_loop_closed_ssa): Likewise.
10395         * tree-eh.c (lower_try_finally_switch): Do not add the
10396         default case label twice.
10398 2014-04-30  Marek Polacek  <polacek@redhat.com>
10400         * gcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_DIVIDE.
10401         * builtins.def: Initialize builtins even for SANITIZE_FLOAT_DIVIDE.
10402         * flag-types.h (enum sanitize_code): Add SANITIZE_FLOAT_DIVIDE.
10403         * opts.c (common_handle_option): Add -fsanitize=float-divide-by-zero.
10405 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
10407         * config/aarch64/arm_neon.h (vzip1_f32, vzip1_p8, vzip1_p16, vzip1_s8,
10408         vzip1_s16, vzip1_s32, vzip1_u8, vzip1_u16, vzip1_u32, vzip1q_f32,
10409         vzip1q_f64, vzip1q_p8, vzip1q_p16, vzip1q_s8, vzip1q_s16, vzip1q_s32,
10410         vzip1q_s64, vzip1q_u8, vzip1q_u16, vzip1q_u32, vzip1q_u64, vzip2_f32,
10411         vzip2_p8, vzip2_p16, vzip2_s8, vzip2_s16, vzip2_s32, vzip2_u8,
10412         vzip2_u16, vzip2_u32, vzip2q_f32, vzip2q_f64, vzip2q_p8, vzip2q_p16,
10413         vzip2q_s8, vzip2q_s16, vzip2q_s32, vzip2q_s64, vzip2q_u8, vzip2q_u16,
10414         vzip2q_u32, vzip2q_u64): Replace inline __asm__ with __builtin_shuffle.
10416 2014-04-29  David Malcolm  <dmalcolm@redhat.com>
10418         * tree-cfg.c (dump_function_to_file): Dump the return type of
10419         functions, in a line to itself before the function body, mimicking
10420         the layout of a C function.
10422 2014-04-29  Jakub Jelinek  <jakub@redhat.com>
10424         PR tree-optimization/60971
10425         * tree-tailcall.c (process_assignment): Reject conversions which
10426         reduce precision.
10428 2014-04-29  James Greenhalgh  <james.greenhalgh@arm.com>
10430         * calls.c (initialize_argument_information): Always treat
10431         PUSH_ARGS_REVERSED as 1, simplify code accordingly.
10432         (expand_call): Likewise.
10433         (emit_library_call_calue_1): Likewise.
10434         * expr.c (PUSH_ARGS_REVERSED): Do not define.
10435         (emit_push_insn): Always treat PUSH_ARGS_REVERSED as 1, simplify
10436         code accordingly.
10438 2014-04-29  Nick Clifton  <nickc@redhat.com>
10440         * config/msp430/msp430.md (umulsidi): Fix typo.
10441         (mulhisi3): Enable even inside interrupt handlers.
10442         * config/msp430/msp430.c (msp430_print_operand): %O: Allow for the
10443         bigger return address pushed in large mode.
10445 2014-04-29  Nick Clifton  <nickc@redhat.com>
10447         * config/arc/arc.c (arc_select_cc_mode): Fix parentheses.
10448         (arc_init_reg_tables): Use a machine_mode enum to iterate over
10449         available modes.
10450         * config/m32r/m32r.c (init_reg_tables): Likewise.
10451         * config/m32c/m32c.c (m32c_illegal_subreg_p): Use a machine_mode
10452         enum to hold the modes.
10454 2014-04-29  Richard Biener  <rguenther@suse.de>
10456         * dominance.c (free_dominance_info): Add overload with
10457         function parameter.
10458         (dom_info_state): Likewise.
10459         (dom_info_available_p): Likewise.
10460         * basic-block.h (free_dominance_info, dom_info_state,
10461         dom_info_available_p): Declare overloads.
10462         * passes.c (execute_function_todo): Verify that verifiers
10463         don't change dominator info state.  Drop dominator info
10464         for IPA pass invocations.
10465         * cgraph.c (release_function_body): Restore asserts that
10466         dominator information is released.
10468 2014-04-29  Patrick Palka  <patrick@parcs.ath.cx>
10470         * doc/invoke.texi: Fix typo.
10471         * tree-vrp.c: Fix typos.
10472         * gimple.c (infer_nonnull_range): Reorder operands of an && condition.
10474 2014-04-29  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
10476         * config/aarch64/aarch64.md (mov<mode>cc): New for GPF.
10478 2014-04-28  James Greenhalgh  <james.greenhalgh@arm.com>
10480         * config/aarch64/aarch64-builtins.c
10481         (aarch64_types_storestruct_lane_qualifiers): New.
10482         (TYPES_STORESTRUCT_LANE): Likewise.
10483         * config/aarch64/aarch64-simd-builtins.def (st2_lane): New.
10484         (st3_lane): Likewise.
10485         (st4_lane): Likewise.
10486         * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): New.
10487         (vec_store_lanesci_lane<mode>): Likewise.
10488         (vec_store_lanesxi_lane<mode>): Likewise.
10489         (aarch64_st2_lane<VQ:mode>): Likewise.
10490         (aarch64_st3_lane<VQ:mode>): Likewise.
10491         (aarch64_st4_lane<VQ:mode>): Likewise.
10492         * config/aarch64/aarch64.md (unspec): Add UNSPEC_ST{2,3,4}_LANE.
10493         * config/aarch64/arm_neon.h
10494         (__ST2_LANE_FUNC): Rewrite using builtins, update use points to
10495         use new macro arguments.
10496         (__ST3_LANE_FUNC): Likewise.
10497         (__ST4_LANE_FUNC): Likewise.
10498         * config/aarch64/iterators.md (V_TWO_ELEM): New.
10499         (V_THREE_ELEM): Likewise.
10500         (V_FOUR_ELEM): Likewise.
10502 2014-04-28  David Malcolm  <dmalcolm@redhat.com>
10504         * doc/gimple.texi: Replace the description of the now-defunct
10505         union gimple_statement_d with a diagram showing the
10506         gimple_statement_base class hierarchy and its relationships to
10507         the GSS_ and GIMPLE_ enums.
10509 2014-04-28  James Greenhalgh  <james.greenhalgh@arm.com>
10511         * config/aarch64/aarch64-protos.h (aarch64_modes_tieable_p): New.
10512         * config/aarch64/aarch64.c
10513         (aarch64_cannot_change_mode_class): Weaken conditions.
10514         (aarch64_modes_tieable_p): New.
10515         * config/aarch64/aarch64.h (MODES_TIEABLE_P): Use it.
10517 2014-04-28  Pat Haugen  <pthaugen@us.ibm.com>
10519         * config/rs6000/sync.md (AINT mode_iterator): Move definition.
10520         (loadsync_<mode>): Change mode.
10521         (load_quadpti, store_quadpti): New.
10522         (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
10523         * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
10525 2014-04-28  Martin Jambor  <mjambor@suse.cz>
10527         * tree-sra.c (sra_modify_expr): Generate new memory accesses with
10528         same alias type as the original statement.
10529         (subreplacement_assignment_data): New type.
10530         (handle_unscalarized_data_in_subtree): New type of parameter,
10531         generate new memory accesses with same alias type as the original
10532         statement.
10533         (load_assign_lhs_subreplacements): Likewise.
10534         (sra_modify_constructor_assign): Generate new memory accesses with
10535         same alias type as the original statement.
10537 2014-04-28  Richard Biener  <rguenther@suse.de>
10539         * tree-pass.h (TODO_verify_il): Define.
10540         (TODO_verify_all): Complete properly.
10541         * passes.c (execute_function_todo): Move existing loop-closed
10542         SSA verification under TODO_verify_il.
10543         (execute_one_pass): Trigger TODO_verify_il at todo-after time.
10544         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps):
10545         Fix tree sharing issue.
10547 2014-04-28  Richard Biener  <rguenther@suse.de>
10549         PR middle-end/60092
10550         * builtins.def (DEF_C11_BUILTIN): Add.
10551         (BUILT_IN_ALIGNED_ALLOC): Likewise.
10552         * coretypes.h (enum function_class): Add function_c11_misc.
10553         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
10554         BUILT_IN_ALIGNED_ALLOC like BUILT_IN_MALLOC.
10555         (call_may_clobber_ref_p_1): Likewise.
10556         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
10557         (mark_all_reaching_defs_necessary_1): Likewise.
10558         (propagate_necessity): Likewise.
10559         (eliminate_unnecessary_stmts): Likewise.
10560         * tree-ssa-ccp.c (evaluate_stmt): Handle BUILT_IN_ALIGNED_ALLOC.
10562 2014-04-28  Richard Biener  <rguenther@suse.de>
10564         * tree-vrp.c (vrp_var_may_overflow): Remove.
10565         (vrp_visit_phi_node): Rather than bumping to +-INF possibly
10566         with overflow immediately bump to one before that value and
10567         let iteration figure out overflow status.
10569 2014-04-28  Richard Biener  <rguenther@suse.de>
10571         * configure.ac: Do valgrind header checks unconditionally.
10572         Add --enable-valgrind-annotations.
10573         * system.h: Guard valgrind header inclusion with
10574         ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING.
10575         * alloc-pool.c (pool_alloc, pool_free): Use
10576         ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING
10577         to guard possibly dead code.
10578         * config.in: Regenerated.
10579         * configure: Likewise.
10581 2014-04-28  Jeff Law  <law@redhat.com>
10583         PR tree-optimization/60902
10584         * tree-ssa-threadedge.c
10585         (record_temporary_equivalences_from_stmts_at_dest): Only iterate
10586         over real defs when invalidating outputs from statements that do not
10587         produce useful outputs for threading.
10589 2014-04-28  Richard Biener  <rguenther@suse.de>
10591         PR tree-optimization/60979
10592         * graphite-scop-detection.c (scopdet_basic_block_info): Reject
10593         SCOPs that end in a block with a successor with abnormal
10594         predecessors.
10596 2014-04-28  Richard Biener  <rguenther@suse.de>
10598         * tree-pass.h (execute_pass_list): Adjust prototype.
10599         * passes.c (pass_manager::execute_early_local_passes): Adjust.
10600         (do_per_function): Change callback signature, push all actual
10601         work to the callbals.
10602         (do_per_function_toporder): Likewise.
10603         (execute_function_dump): Adjust.
10604         (execute_function_todo): Likewise.
10605         (clear_last_verified): Likewise.
10606         (verify_curr_properties): Likewise.
10607         (update_properties_after_pass): Likewise.
10608         (execute_pass_list_1): Split out from ...
10609         (execute_pass_list): ... here.  Adjust.
10610         (execute_ipa_pass_list): Likewise.
10611         * cgraphunit.c (cgraph_add_new_function): Adjust.
10612         (analyze_function): Likewise.
10613         (expand_function): Likewise.
10614         * cgraph.c (release_function_body): Free dominance info
10615         here instead of asserting it was magically freed elsewhere.
10617 2014-04-28  Eric Botcazou  <ebotcazou@adacore.com>
10619         * configure.ac: Tweak GAS check for LEON instructions on SPARC.
10620         * configure: Regenerate.
10621         * config/sparc/sparc.opt (muser-mode): New option.
10622         * config/sparc/sync.md (atomic_compare_and_swap<mode>_1): Do not enable
10623         for LEON3.
10624         (atomic_compare_and_swap_leon3_1): New instruction for LEON3.
10625         * doc/invoke.texi (SPARC options): Document -muser-mode.
10627 2014-04-27  Richard Sandiford  <rdsandiford@googlemail.com>
10629         * cselib.c (find_slot_memmode): Delete.
10630         (cselib_hasher): Change compare_type to a struct.
10631         (cselib_hasher::equal): Update accordingly.  Don't expect wrapped
10632         constants.
10633         (preserve_constants_and_equivs): Adjust for new compare_type.
10634         (cselib_find_slot): Likewise.  Take the mode of the rtx as argument.
10635         (wrap_constant): Delete.
10636         (cselib_lookup_mem, cselib_lookup_1): Update calls to cselib_find_slot.
10638 2014-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
10640         * doc/install.texi (Building with profile feedback): Remove
10641         outdated sentence.
10643 2014-04-26  Tom de Vries  <tom@codesourcery.com>
10645         * config/i386/i386.md (define_expand "ldexpxf3"): Fix out-of-bounds
10646         array accesses.
10648 2014-04-25  Cary Coutant  <ccoutant@google.com>
10650         PR debug/60929
10651         * dwarf2out.c (should_move_die_to_comdat): A type definition
10652         can contain a subprogram definition, but don't move it to a
10653         comdat unit.
10654         (clone_as_declaration): Copy DW_AT_abstract_origin attribute.
10655         (generate_skeleton_bottom_up): Remove DW_AT_object_pointer attribute
10656         from original DIE.
10657         (clone_tree_hash): Rename to...
10658         (clone_tree_partial): ...this; change callers.  Copy
10659         DW_TAG_subprogram DIEs as declarations.
10660         (copy_decls_walk): Don't copy children of a declaration into a
10661         type unit.
10663 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
10665         PR target/60969
10666         * config/i386/i386.md (*movsf_internal): Set MODE to SI for
10667         alternative 12.
10669 2014-04-25  Jiong Wang  <jiong.wang@arm.com>
10671         * config/arm/predicates.md (call_insn_operand): Add long_call check.
10672         * config/arm/arm.md (sibcall, sibcall_value): Force the address to
10673         reg for long_call.
10674         * config/arm/arm.c (arm_function_ok_for_sibcall): Remove long_call
10675         restriction.
10677 2014-04-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10679         * config/arm/arm.c (arm_cortex_a8_tune): Initialise T16-related fields.
10681 2014-04-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10683         PR tree-optimization/60930
10684         * gimple-ssa-strength-reduction.c (create_mul_imm_cand):  Reject
10685         creating a multiply candidate by folding two constant
10686         multiplicands when the result overflows.
10688 2014-04-25  Jakub Jelinek  <jakub@redhat.com>
10690         PR tree-optimization/60960
10691         * tree-vect-generic.c (expand_vector_operation): Only call
10692         expand_vector_divmod if type's mode satisfies VECTOR_MODE_P.
10694 2014-04-25  Tom de Vries  <tom@codesourcery.com>
10696         * expr.c (clobber_reg_mode): New function.
10697         * expr.h (clobber_reg): New function.
10699 2014-04-25  Tom de Vries  <tom@codesourcery.com>
10701         * rtlanal.c (find_all_hard_reg_sets): Note INSN_CALL_FUNCTION_USAGE
10702         clobbers.
10704 2014-04-25  Radovan Obradovic  <robradovic@mips.com>
10705             Tom de Vries  <tom@codesourcery.com>
10707         * rtlanal.c (find_all_hard_reg_sets): Add bool implicit parameter and
10708         handle.
10709         * rtl.h (find_all_hard_reg_sets): Add bool parameter.
10710         * haifa-sched.c (recompute_todo_spec, check_clobbered_conditions): Add
10711         new argument to find_all_hard_reg_sets call.
10713 2014-04-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10715         * config/arm/aarch-common.c (aarch_rev16_shright_mask_imm_p):
10716         Use HOST_WIDE_INT_C for mask literal.
10717         (aarch_rev16_shleft_mask_imm_p): Likewise.
10719 2014-04-25  Eric Botcazou  <ebotcazou@adacore.com>
10721         PR target/60941
10722         * config/sparc/sparc.md (ashlsi3_extend): Delete.
10724 2014-04-25  Marc Glisse  <marc.glisse@inria.fr>
10726         PR preprocessor/56540
10727         * config/i386/i386-c.c (ix86_target_macros): Define
10728         __SIZEOF_FLOAT80__ and __SIZEOF_FLOAT128__.
10730 2014-04-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10732         * configure.ac (tga_func): Remove.
10733         (LIB_TLS_SPEC): Remove.
10734         * configure: Regenerate.
10735         * config.in: Regenerate.
10736         * config/sol2.h (LIB_SPEC): Don't use LIB_TLS_SPEC.
10738 2014-04-25  Richard Biener  <rguenther@suse.de>
10740         PR ipa/60912
10741         * tree-ssa-structalias.c (ipa_pta_execute): Compute direct
10742         call stmt use/clobber sets during stmt walk instead of
10743         walking the possibly incomplete set of caller edges.
10745 2014-04-25  Richard Biener  <rguenther@suse.de>
10747         PR ipa/60911
10748         * passes.c (apply_ipa_transforms): Inline into only caller ...
10749         (execute_one_pass): ... here.  Properly bring in function
10750         bodies for nodes we want to apply IPA transforms to.
10752 2014-04-24  Cong Hou  <congh@google.com>
10754         PR tree-optimization/60896
10755         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Pick up
10756         all statements in PATTERN_DEF_SEQ in recognized widen-mult pattern.
10757         (vect_mark_pattern_stmts): Set the def type of all statements in
10758         PATTERN_DEF_SEQ as vect_internal_def.
10760 2014-04-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
10762         * doc/extend.texi (PowerPC Built-in Functions): Document new
10763         powerpc extended divide, bcd, pack/unpack 128-bit, builtin functions.
10764         (PowerPC AltiVec/VSX Built-in Functions): Likewise.
10766         * config/rs6000/predicates.md (const_0_to_3_operand): New
10767         predicate to match 0..3 integer constants.
10769         * config/rs6000/rs6000-builtin.def (BU_DFP_MISC_1): Add new macros
10770         to support adding miscellaneous builtin functions.
10771         (BU_DFP_MISC_2): Likewise.
10772         (BU_P7_MISC_1): Likewise.
10773         (BU_P7_MISC_2): Likewise.
10774         (BU_P8V_MISC_3): Likewise.
10775         (BU_MISC_1): Likewise.
10776         (BU_MISC_2): Likewise.
10777         (DIVWE): Add extended divide builtin functions.
10778         (DIVWEO): Likewise.
10779         (DIVWEU): Likewise.
10780         (DIVWEUO): Likewise.
10781         (DIVDE): Likewise.
10782         (DIVDEO): Likewise.
10783         (DIVDEU): Likewise.
10784         (DIVDEUO): Likewise.
10785         (DXEX): Add decimal floating-point builtin functions.
10786         (DXEXQ): Likewise.
10787         (DDEDPD): Likewise.
10788         (DDEDPDQ): Likewise.
10789         (DENBCD): Likewise.
10790         (DENBCDQ): Likewise.
10791         (DIEX): Likewise.
10792         (DIEXQ): Likewise.
10793         (DSCLI): Likewise.
10794         (DSCLIQ): Likewise.
10795         (DSCRI): Likewise.
10796         (DSCRIQ): Likewise.
10797         (CDTBCD): Add new BCD builtin functions.
10798         (CBCDTD): Likewise.
10799         (ADDG6S): Likewise.
10800         (BCDADD): Likewise.
10801         (BCDADD_LT): Likewise.
10802         (BCDADD_EQ): Likewise.
10803         (BCDADD_GT): Likewise.
10804         (BCDADD_OV): Likewise.
10805         (BCDSUB): Likewise.
10806         (BCDSUB_LT): Likewise.
10807         (BCDSUB_EQ): Likewise.
10808         (BCDSUB_GT): Likewise.
10809         (BCDSUB_OV): Likewise.
10810         (PACK_TD): Add new pack/unpack 128-bit type builtin functions.
10811         (UNPACK_TD): Likewise.
10812         (PACK_TF): Likewise.
10813         (UNPACK_TF): Likewise.
10814         (UNPACK_TF_0): Likewise.
10815         (UNPACK_TF_1): Likewise.
10816         (PACK_V1TI): Likewise.
10817         (UNPACK_V1TI): Likewise.
10819         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
10820         support for decimal floating point builtin functions.
10821         (rs6000_expand_ternop_builtin): Add checks for the new builtin
10822         functions that take constant arguments.
10823         (rs6000_invalid_builtin): Add decimal floating point builtin support.
10824         (rs6000_init_builtins): Setup long double, _Decimal64, and
10825         _Decimal128 types for new builtin functions.
10826         (builtin_function_type): Set the unsigned flags appropriately for
10827         the new builtin functions.
10828         (rs6000_opt_masks): Add support for decimal floating point builtin
10829         functions.
10831         * config/rs6000/rs6000.h (RS6000_BTM_DFP): Add support for decimal
10832         floating point builtin functions.
10833         (RS6000_BTM_COMMON): Likewise.
10834         (RS6000_BTI_long_double): Likewise.
10835         (RS6000_BTI_dfloat64): Likewise.
10836         (RS6000_BTI_dfloat128): Likewise.
10837         (long_double_type_internal_node): Likewise.
10838         (dfloat64_type_internal_node): Likewise.
10839         (dfloat128_type_internal_node): Likewise.
10841         * config/rs6000/altivec.h (UNSPEC_BCDADD): Add support for ISA
10842         2.07 bcd arithmetic instructions.
10843         (UNSPEC_BCDSUB): Likewise.
10844         (UNSPEC_BCD_OVERFLOW): Likewise.
10845         (UNSPEC_BCD_ADD_SUB): Likewise.
10846         (bcd_add_sub): Likewise.
10847         (BCD_TEST): Likewise.
10848         (bcd<bcd_add_sub>): Likewise.
10849         (bcd<bcd_add_sub>_test): Likewise.
10850         (bcd<bcd_add_sub>_test2): Likewise.
10851         (bcd<bcd_add_sub>_<code>): Likewise.
10852         (peephole2 for combined bcd ops): Likewise.
10854         * config/rs6000/dfp.md (UNSPEC_DDEDPD): Add support for new
10855         decimal floating point builtin functions.
10856         (UNSPEC_DENBCD): Likewise.
10857         (UNSPEC_DXEX): Likewise.
10858         (UNSPEC_DIEX): Likewise.
10859         (UNSPEC_DSCLI): Likewise.
10860         (UNSPEC_DSCRI): Likewise.
10861         (D64_D128): Likewise.
10862         (dfp_suffix): Likewise.
10863         (dfp_ddedpd_<mode>): Likewise.
10864         (dfp_denbcd_<mode>): Likewise.
10865         (dfp_dxex_<mode>): Likewise.
10866         (dfp_diex_<mode>): Likewise.
10867         (dfp_dscli_<mode>): Likewise.
10868         (dfp_dscri_<mode>): Likewise.
10870         * config/rs6000/rs6000.md (UNSPEC_ADDG6S): Add support for new BCD
10871         builtin functions.
10872         (UNSPEC_CDTBCD): Likewise.
10873         (UNSPEC_CBCDTD): Likewise.
10874         (UNSPEC_DIVE): Add support for new extended divide builtin functions.
10875         (UNSPEC_DIVEO): Likewise.
10876         (UNSPEC_DIVEU): Likewise.
10877         (UNSPEC_DIVEUO): Likewise.
10878         (UNSPEC_UNPACK_128BIT): Add support for new builtin functions to
10879         pack/unpack 128-bit types.
10880         (UNSPEC_PACK_128BIT): Likewise.
10881         (idiv_ldiv): New mode attribute to set the 32/64-bit divide type.
10882         (udiv<mode>3): Use idiv_ldiv mode attribute.
10883         (div<mode>3): Likewise.
10884         (addg6s): Add new BCD builtin functions.
10885         (cdtbcd): Likewise.
10886         (cbcdtd): Likewise.
10887         (UNSPEC_DIV_EXTEND): Add support for new extended divide instructions.
10888         (div_extend): Likewise.
10889         (div<div_extend>_<mode>"): Likewise.
10890         (FP128_64): Add support for new builtin functions to pack/unpack
10891         128-bit types.
10892         (unpack<mode>): Likewise.
10893         (unpacktf_0): Likewise.
10894         (unpacktf_1): Likewise.
10895         (unpack<mode>_dm): Likewise.
10896         (unpack<mode>_nodm): Likewise.
10897         (pack<mode>): Likewise.
10898         (unpackv1ti): Likewise.
10899         (packv1ti): Likewise.
10901 2014-04-24  Vishnu K S  <Vishnu.k_s@atmel.com>
10903         * gcc/config/avr/avr.c: Add comment on why -fdelete-null-pointer-checks
10904         is disabled.
10906 2014-04-24  Jakub Jelinek  <jakub@redhat.com>
10908         * tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.
10909         * gimplify.c (omp_is_private): Change last argument's type to int.
10910         Only diagnose lastprivate if the simd argument is 1, only diagnose
10911         linear if the simd argument is 2.
10912         (gimplify_omp_for): Adjust omp_is_private callers.  When adding
10913         lastprivate or private, add the clause to OMP_FOR_CLAUSES.  Pass
10914         GOVD_EXPLICIT to omp_add_variable.  For simd with collapse == 1
10915         create OMP_CLAUSE_LINEAR rather than OMP_CLAUSE_PRIVATE for var.
10916         If var != decl and decl is in OMP_CLAUSE_LINEAR, gimplify decl
10917         increment to OMP_CLAUSE_LINEAR_GIMPLE_SEQ.
10918         * omp-low.c (scan_sharing_clauses, lower_lastprivate_clauses): Handle
10919         OMP_CLAUSE_LINEAR_GIMPLE_SEQ.
10920         * tree-nested.c (convert_nonlocal_omp_clauses,
10921         convert_local_omp_clauses): Handle OMP_CLAUSE_LINEAR.
10923 2014-04-24  Segher Boessenkool  <segher@kernel.crashing.org>
10925         PR target/60822
10926         * config/m68k/m68k.md (extendplussidi): Don't allow memory for
10927         operand 1.
10929 2014-04-24  Dimitris Papavasiliou  <dpapavas@gmail.com>
10931         * flag-types.h (enum ivar_visibility): Add.
10933 2014-04-24  Trevor Saunders  <tsaunders@mozilla.com>
10935         * config/sh/sh_treg_combine.c (sh_treg_combine::execute): Take
10936         function * argument.
10938 2014-04-24  Alan Lawrence  <alan.lawrence@arm.com>
10940         * config/aarch64/aarch64.c (aarch64_evpc_tbl): Enable for bigendian.
10942 2014-04-24  Radovan Obradovic  <robradovic@mips.com>
10943             Tom de Vries  <tom@codesourcery.com>
10945         * reg-notes.def (REG_NOTE (CALL_DECL)): New reg-note REG_CALL_DECL.
10946         * calls.c (expand_call, emit_library_call_value_1): Add REG_CALL_DECL
10947         reg-note.
10948         * combine.c (distribute_notes): Handle REG_CALL_DECL reg-note.
10949         * emit-rtl.c (try_split): Same.
10951 2014-04-24  Radovan Obradovic  <robradovic@mips.com>
10952             Tom de Vries  <tom@codesourcery.com>
10954         * common.opt (fuse-caller-save): New option.
10956 2014-04-24  Tejas Belagod  <tejas.belagod@arm.com>
10958         * config/aarch64/aarch64.c (aarch64_evpc_tbl): Reverse order of
10959         elements for big-endian.
10961 2014-04-24  Richard Biener  <rguenther@suse.de>
10963         * expr.c (expand_expr_real_1): Avoid gimple_assign_rhs_to_tree
10964         during TER and instead use the sepops interface for expanding
10965         non-GIMPLE_SINGLE_RHS.
10967 2014-04-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10969         * config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Only redefine
10970         if not HAVE_AS_IX86_DIFF_SECT_DELTA.
10972 2014-04-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10974         * configure.ac (gcc_cv_as_cfi_directive): Support Solaris/x86
10975         assembler 64-bit option.
10976         * configure: Regenerate.
10978 2014-04-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10980         * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Check
10981         TARGET_SIMD rather than TARGET_GENERAL_REGS_ONLY.
10982         (TARGET_SIMD): Take AARCH64_ISA_SIMD into account.
10983         (TARGET_FLOAT): Take AARCH64_ISA_FP into account.
10984         (TARGET_CRYPTO): Take TARGET_SIMD into account.
10986 2014-04-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10988         * config/aarch64/aarch64-builtins.c
10989         (aarch64_builtin_vectorized_function): Handle BUILT_IN_BSWAP16,
10990         BUILT_IN_BSWAP32, BUILT_IN_BSWAP64.
10991         * config/aarch64/aarch64-simd.md (bswap<mode>): New pattern.
10992         * config/aarch64/aarch64-simd-builtins.def: Define vector bswap
10993         builtins.
10994         * config/aarch64/iterator.md (VDQHSD): New mode iterator.
10995         (Vrevsuff): New mode attribute.
10997 2014-04-24  Terry Guo  <terry.guo@arm.com>
10999         * config/arm/arm.h (machine_function): Define variable
11000         after_arm_reorg here.
11001         * config/arm/arm.c (after_arm_reorg): Remove the definition.
11002         (arm_split_constant): Update the way to access variable
11003         after_arm_reorg.
11004         (arm_reorg): Ditto.
11005         (arm_output_function_epilogue): Remove the reset of after_arm_reorg.
11007 2014-04-23  Tom de Vries  <tom@codesourcery.com>
11009         * target-hooks-macros.h: Fix DEFHOOKPOD argument order in comment.
11011 2014-04-23  David Malcolm  <dmalcolm@redhat.com>
11013         * is-a.h: Update comments to reflect the following changes to the
11014         "pointerness" of the API, making the template parameter match the
11015         return type, allowing use of is-a.h with typedefs of pointers.
11016         (is_a_helper::cast): Return a T rather then a pointer to a T, so
11017         that the return type matches the parameter to the is_a_helper.
11018         (as_a): Likewise.
11019         (dyn_cast): Likewise.
11021         * cgraph.c (cgraph_node_for_asm): Update for removal of implicit
11022         pointer from the is-a.h API.
11024         * cgraph.h (is_a_helper <cgraph_node>::test): Convert to...
11025         (is_a_helper <cgraph_node *>::test): ...this, matching change to
11026         is-a.h API.
11027         (is_a_helper <varpool_node>::test): Likewise, convert to...
11028         (is_a_helper <varpool_node *>::test): ...this.
11030         (varpool_first_variable): Update for removal of implicit pointer
11031         from the is-a.h API.
11032         (varpool_next_variable): Likewise.
11033         (varpool_first_static_initializer): Likewise.
11034         (varpool_next_static_initializer): Likewise.
11035         (varpool_first_defined_variable): Likewise.
11036         (varpool_next_defined_variable): Likewise.
11037         (cgraph_first_defined_function): Likewise.
11038         (cgraph_next_defined_function): Likewise.
11039         (cgraph_first_function): Likewise.
11040         (cgraph_next_function): Likewise.
11041         (cgraph_first_function_with_gimple_body): Likewise.
11042         (cgraph_next_function_with_gimple_body): Likewise.
11043         (cgraph_alias_target): Likewise.
11044         (varpool_alias_target): Likewise.
11045         (cgraph_function_or_thunk_node): Likewise.
11046         (varpool_variable_node): Likewise.
11047         (symtab_real_symbol_p): Likewise.
11048         * cgraphunit.c (referred_to_p): Likewise.
11049         (analyze_functions): Likewise.
11050         (handle_alias_pairs): Likewise.
11051         * gimple-fold.c (can_refer_decl_in_current_unit_p): Likewise.
11052         * gimple-ssa.h (gimple_vuse_op): Likewise.
11053         (gimple_vdef_op): Likewise.
11054         * gimple-streamer-in.c (input_gimple_stmt): Likewise.
11055         * gimple.c (gimple_build_asm_1): Likewise.
11056         (gimple_build_try): Likewise.
11057         (gimple_build_resx): Likewise.
11058         (gimple_build_eh_dispatch): Likewise.
11059         (gimple_build_omp_for): Likewise.
11060         (gimple_omp_for_set_clauses): Likewise.
11062         * gimple.h (is_a_helper <gimple_statement_asm>::test): Convert to...
11063         (is_a_helper <gimple_statement_asm *>::test): ...this.
11064         (is_a_helper <gimple_statement_bind>::test): Convert to...
11065         (is_a_helper <gimple_statement_bind *>::test): ...this.
11066         (is_a_helper <gimple_statement_call>::test): Convert to...
11067         (is_a_helper <gimple_statement_call *>::test): ...this.
11068         (is_a_helper <gimple_statement_catch>::test): Convert to...
11069         (is_a_helper <gimple_statement_catch *>::test): ...this.
11070         (is_a_helper <gimple_statement_resx>::test): Convert to...
11071         (is_a_helper <gimple_statement_resx *>::test): ...this.
11072         (is_a_helper <gimple_statement_eh_dispatch>::test): Convert to...
11073         (is_a_helper <gimple_statement_eh_dispatch *>::test): ...this.
11074         (is_a_helper <gimple_statement_eh_else>::test): Convert to...
11075         (is_a_helper <gimple_statement_eh_else *>::test): ...this.
11076         (is_a_helper <gimple_statement_eh_filter>::test): Convert to...
11077         (is_a_helper <gimple_statement_eh_filter *>::test): ...this.
11078         (is_a_helper <gimple_statement_eh_mnt>::test): Convert to...
11079         (is_a_helper <gimple_statement_eh_mnt *>::test): ...this.
11080         (is_a_helper <gimple_statement_omp_atomic_load>::test): Convert to...
11081         (is_a_helper <gimple_statement_omp_atomic_load *>::test): ...this.
11082         (is_a_helper <gimple_statement_omp_atomic_store>::test): Convert to...
11083         (is_a_helper <gimple_statement_omp_atomic_store *>::test): ...this.
11084         (is_a_helper <gimple_statement_omp_return>::test): Convert to...
11085         (is_a_helper <gimple_statement_omp_return *>::test): ...this.
11086         (is_a_helper <gimple_statement_omp_continue>::test): Convert to...
11087         (is_a_helper <gimple_statement_omp_continue *>::test): ...this.
11088         (is_a_helper <gimple_statement_omp_critical>::test): Convert to...
11089         (is_a_helper <gimple_statement_omp_critical *>::test): ...this.
11090         (is_a_helper <gimple_statement_omp_for>::test): Convert to...
11091         (is_a_helper <gimple_statement_omp_for *>::test): ...this.
11092         (is_a_helper <gimple_statement_omp_taskreg>::test): Convert to...
11093         (is_a_helper <gimple_statement_omp_taskreg *>::test): ...this.
11094         (is_a_helper <gimple_statement_omp_parallel>::test): Convert to...
11095         (is_a_helper <gimple_statement_omp_parallel *>::test): ...this.
11096         (is_a_helper <gimple_statement_omp_target>::test): Convert to...
11097         (is_a_helper <gimple_statement_omp_target *>::test): ...this.
11098         (is_a_helper <gimple_statement_omp_sections>::test): Convert to...
11099         (is_a_helper <gimple_statement_omp_sections *>::test): ...this.
11100         (is_a_helper <gimple_statement_omp_single>::test): Convert to...
11101         (is_a_helper <gimple_statement_omp_single *>::test): ...this.
11102         (is_a_helper <gimple_statement_omp_teams>::test): Convert to...
11103         (is_a_helper <gimple_statement_omp_teams *>::test): ...this.
11104         (is_a_helper <gimple_statement_omp_task>::test): Convert to...
11105         (is_a_helper <gimple_statement_omp_task *>::test): ...this.
11106         (is_a_helper <gimple_statement_phi>::test): Convert to...
11107         (is_a_helper <gimple_statement_phi *>::test): ...this.
11108         (is_a_helper <gimple_statement_transaction>::test): Convert to...
11109         (is_a_helper <gimple_statement_transaction *>::test): ...this.
11110         (is_a_helper <gimple_statement_try>::test): Convert to...
11111         (is_a_helper <gimple_statement_try *>::test): ...this.
11112         (is_a_helper <gimple_statement_wce>::test): Convert to...
11113         (is_a_helper <gimple_statement_wce *>::test): ...this.
11114         (is_a_helper <const gimple_statement_asm>::test): Convert to...
11115         (is_a_helper <const gimple_statement_asm *>::test): ...this.
11116         (is_a_helper <const gimple_statement_bind>::test): Convert to...
11117         (is_a_helper <const gimple_statement_bind *>::test): ...this.
11118         (is_a_helper <const gimple_statement_call>::test): Convert to...
11119         (is_a_helper <const gimple_statement_call *>::test): ...this.
11120         (is_a_helper <const gimple_statement_catch>::test): Convert to...
11121         (is_a_helper <const gimple_statement_catch *>::test): ...this.
11122         (is_a_helper <const gimple_statement_resx>::test): Convert to...
11123         (is_a_helper <const gimple_statement_resx *>::test): ...this.
11124         (is_a_helper <const gimple_statement_eh_dispatch>::test): Convert to...
11125         (is_a_helper <const gimple_statement_eh_dispatch *>::test): ...this.
11126         (is_a_helper <const gimple_statement_eh_filter>::test): Convert to...
11127         (is_a_helper <const gimple_statement_eh_filter *>::test): ...this.
11128         (is_a_helper <const gimple_statement_omp_atomic_load>::test):
11129         Convert to...
11130         (is_a_helper <const gimple_statement_omp_atomic_load *>::test):
11131         ...this.
11132         (is_a_helper <const gimple_statement_omp_atomic_store>::test):
11133         Convert to...
11134         (is_a_helper <const gimple_statement_omp_atomic_store *>::test):
11135         ...this.
11136         (is_a_helper <const gimple_statement_omp_return>::test): Convert to...
11137         (is_a_helper <const gimple_statement_omp_return *>::test): ...this.
11138         (is_a_helper <const gimple_statement_omp_continue>::test): Convert
11139         to...
11140         (is_a_helper <const gimple_statement_omp_continue *>::test): ...this.
11141         (is_a_helper <const gimple_statement_omp_critical>::test): Convert
11142         to...
11143         (is_a_helper <const gimple_statement_omp_critical *>::test): ...this.
11144         (is_a_helper <const gimple_statement_omp_for>::test): Convert to...
11145         (is_a_helper <const gimple_statement_omp_for *>::test): ...this.
11146         (is_a_helper <const gimple_statement_omp_taskreg>::test): Convert to...
11147         (is_a_helper <const gimple_statement_omp_taskreg *>::test): ...this.
11148         (is_a_helper <const gimple_statement_omp_parallel>::test): Convert
11149         to...
11150         (is_a_helper <const gimple_statement_omp_parallel *>::test): ...this.
11151         (is_a_helper <const gimple_statement_omp_target>::test): Convert to...
11152         (is_a_helper <const gimple_statement_omp_target *>::test): ...this.
11153         (is_a_helper <const gimple_statement_omp_sections>::test): Convert
11154         to...
11155         (is_a_helper <const gimple_statement_omp_sections *>::test): ...this.
11156         (is_a_helper <const gimple_statement_omp_single>::test): Convert to...
11157         (is_a_helper <const gimple_statement_omp_single *>::test): ...this.
11158         (is_a_helper <const gimple_statement_omp_teams>::test): Convert to...
11159         (is_a_helper <const gimple_statement_omp_teams *>::test): ...this.
11160         (is_a_helper <const gimple_statement_omp_task>::test): Convert to...
11161         (is_a_helper <const gimple_statement_omp_task *>::test): ...this.
11162         (is_a_helper <const gimple_statement_phi>::test): Convert to...
11163         (is_a_helper <const gimple_statement_phi *>::test): ...this.
11164         (is_a_helper <const gimple_statement_transaction>::test): Convert to...
11165         (is_a_helper <const gimple_statement_transaction *>::test): ...this.
11166         (is_a_helper <const gimple_statement_with_ops>::test): Convert to...
11167         (is_a_helper <const gimple_statement_with_ops *>::test): ...this.
11168         (is_a_helper <gimple_statement_with_ops>::test): Convert to...
11169         (is_a_helper <gimple_statement_with_ops *>::test): ...this.
11170         (is_a_helper <const gimple_statement_with_memory_ops>::test): Convert
11171         to...
11172         (is_a_helper <const gimple_statement_with_memory_ops *>::test):
11173         ...this.
11174         (is_a_helper <gimple_statement_with_memory_ops>::test): Convert to...
11175         (is_a_helper <gimple_statement_with_memory_ops *>::test): ...this.
11177         (gimple_use_ops): Update for removal of implicit pointer from the
11178         is-a.h API.
11179         (gimple_set_use_ops): Likewise.
11180         (gimple_vuse): Likewise.
11181         (gimple_vdef): Likewise.
11182         (gimple_vuse_ptr): Likewise.
11183         (gimple_vdef_ptr): Likewise.
11184         (gimple_set_vuse): Likewise.
11185         (gimple_set_vdef): Likewise.
11186         (gimple_omp_return_set_lhs): Likewise.
11187         (gimple_omp_return_lhs): Likewise.
11188         (gimple_omp_return_lhs_ptr): Likewise.
11189         (gimple_call_fntype): Likewise.
11190         (gimple_call_set_fntype): Likewise.
11191         (gimple_call_set_internal_fn): Likewise.
11192         (gimple_call_use_set): Likewise.
11193         (gimple_call_clobber_set): Likewise.
11194         (gimple_bind_vars): Likewise.
11195         (gimple_bind_set_vars): Likewise.
11196         (gimple_bind_body_ptr): Likewise.
11197         (gimple_bind_set_body): Likewise.
11198         (gimple_bind_add_stmt): Likewise.
11199         (gimple_bind_block): Likewise.
11200         (gimple_bind_set_block): Likewise.
11201         (gimple_asm_ninputs): Likewise.
11202         (gimple_asm_noutputs): Likewise.
11203         (gimple_asm_nclobbers): Likewise.
11204         (gimple_asm_nlabels): Likewise.
11205         (gimple_asm_input_op): Likewise.
11206         (gimple_asm_input_op_ptr): Likewise.
11207         (gimple_asm_output_op): Likewise.
11208         (gimple_asm_output_op_ptr): Likewise.
11209         (gimple_asm_set_output_op): Likewise.
11210         (gimple_asm_clobber_op): Likewise.
11211         (gimple_asm_set_clobber_op): Likewise.
11212         (gimple_asm_label_op): Likewise.
11213         (gimple_asm_set_label_op): Likewise.
11214         (gimple_asm_string): Likewise.
11215         (gimple_catch_types): Likewise.
11216         (gimple_catch_types_ptr): Likewise.
11217         (gimple_catch_handler_ptr): Likewise.
11218         (gimple_catch_set_types): Likewise.
11219         (gimple_catch_set_handler): Likewise.
11220         (gimple_eh_filter_types): Likewise.
11221         (gimple_eh_filter_types_ptr): Likewise.
11222         (gimple_eh_filter_failure_ptr): Likewise.
11223         (gimple_eh_filter_set_types): Likewise.
11224         (gimple_eh_filter_set_failure): Likewise.
11225         (gimple_eh_must_not_throw_fndecl): Likewise.
11226         (gimple_eh_must_not_throw_set_fndecl): Likewise.
11227         (gimple_eh_else_n_body_ptr): Likewise.
11228         (gimple_eh_else_e_body_ptr): Likewise.
11229         (gimple_eh_else_set_n_body): Likewise.
11230         (gimple_eh_else_set_e_body): Likewise.
11231         (gimple_try_eval_ptr): Likewise.
11232         (gimple_try_cleanup_ptr): Likewise.
11233         (gimple_try_set_eval): Likewise.
11234         (gimple_try_set_cleanup): Likewise.
11235         (gimple_wce_cleanup_ptr): Likewise.
11236         (gimple_wce_set_cleanup): Likewise.
11237         (gimple_phi_capacity): Likewise.
11238         (gimple_phi_num_args): Likewise.
11239         (gimple_phi_result): Likewise.
11240         (gimple_phi_result_ptr): Likewise.
11241         (gimple_phi_set_result): Likewise.
11242         (gimple_phi_arg): Likewise.
11243         (gimple_phi_set_arg): Likewise.
11244         (gimple_resx_region): Likewise.
11245         (gimple_resx_set_region): Likewise.
11246         (gimple_eh_dispatch_region): Likewise.
11247         (gimple_eh_dispatch_set_region): Likewise.
11248         (gimple_omp_critical_name): Likewise.
11249         (gimple_omp_critical_name_ptr): Likewise.
11250         (gimple_omp_critical_set_name): Likewise.
11251         (gimple_omp_for_clauses): Likewise.
11252         (gimple_omp_for_clauses_ptr): Likewise.
11253         (gimple_omp_for_set_clauses): Likewise.
11254         (gimple_omp_for_collapse): Likewise.
11255         (gimple_omp_for_index): Likewise.
11256         (gimple_omp_for_index_ptr): Likewise.
11257         (gimple_omp_for_set_index): Likewise.
11258         (gimple_omp_for_initial): Likewise.
11259         (gimple_omp_for_initial_ptr): Likewise.
11260         (gimple_omp_for_set_initial): Likewise.
11261         (gimple_omp_for_final): Likewise.
11262         (gimple_omp_for_final_ptr): Likewise.
11263         (gimple_omp_for_set_final): Likewise.
11264         (gimple_omp_for_incr): Likewise.
11265         (gimple_omp_for_incr_ptr): Likewise.
11266         (gimple_omp_for_set_incr): Likewise.
11267         (gimple_omp_for_pre_body_ptr): Likewise.
11268         (gimple_omp_for_set_pre_body): Likewise.
11269         (gimple_omp_parallel_clauses): Likewise.
11270         (gimple_omp_parallel_clauses_ptr): Likewise.
11271         (gimple_omp_parallel_set_clauses): Likewise.
11272         (gimple_omp_parallel_child_fn): Likewise.
11273         (gimple_omp_parallel_child_fn_ptr): Likewise.
11274         (gimple_omp_parallel_set_child_fn): Likewise.
11275         (gimple_omp_parallel_data_arg): Likewise.
11276         (gimple_omp_parallel_data_arg_ptr): Likewise.
11277         (gimple_omp_parallel_set_data_arg): Likewise.
11278         (gimple_omp_task_clauses): Likewise.
11279         (gimple_omp_task_clauses_ptr): Likewise.
11280         (gimple_omp_task_set_clauses): Likewise.
11281         (gimple_omp_task_child_fn): Likewise.
11282         (gimple_omp_task_child_fn_ptr): Likewise.
11283         (gimple_omp_task_set_child_fn): Likewise.
11284         (gimple_omp_task_data_arg): Likewise.
11285         (gimple_omp_task_data_arg_ptr): Likewise.
11286         (gimple_omp_task_set_data_arg): Likewise.
11287         (gimple_omp_taskreg_clauses): Likewise.
11288         (gimple_omp_taskreg_clauses_ptr): Likewise.
11289         (gimple_omp_taskreg_set_clauses): Likewise.
11290         (gimple_omp_taskreg_child_fn): Likewise.
11291         (gimple_omp_taskreg_child_fn_ptr): Likewise.
11292         (gimple_omp_taskreg_set_child_fn): Likewise.
11293         (gimple_omp_taskreg_data_arg): Likewise.
11294         (gimple_omp_taskreg_data_arg_ptr): Likewise.
11295         (gimple_omp_taskreg_set_data_arg): Likewise.
11296         (gimple_omp_task_copy_fn): Likewise.
11297         (gimple_omp_task_copy_fn_ptr): Likewise.
11298         (gimple_omp_task_set_copy_fn): Likewise.
11299         (gimple_omp_task_arg_size): Likewise.
11300         (gimple_omp_task_arg_size_ptr): Likewise.
11301         (gimple_omp_task_set_arg_size): Likewise.
11302         (gimple_omp_task_arg_align): Likewise.
11303         (gimple_omp_task_arg_align_ptr): Likewise.
11304         (gimple_omp_task_set_arg_align): Likewise.
11305         (gimple_omp_single_clauses): Likewise.
11306         (gimple_omp_single_clauses_ptr): Likewise.
11307         (gimple_omp_single_set_clauses): Likewise.
11308         (gimple_omp_target_clauses): Likewise.
11309         (gimple_omp_target_clauses_ptr): Likewise.
11310         (gimple_omp_target_set_clauses): Likewise.
11311         (gimple_omp_target_child_fn): Likewise.
11312         (gimple_omp_target_child_fn_ptr): Likewise.
11313         (gimple_omp_target_set_child_fn): Likewise.
11314         (gimple_omp_target_data_arg): Likewise.
11315         (gimple_omp_target_data_arg_ptr): Likewise.
11316         (gimple_omp_target_set_data_arg): Likewise.
11317         (gimple_omp_teams_clauses): Likewise.
11318         (gimple_omp_teams_clauses_ptr): Likewise.
11319         (gimple_omp_teams_set_clauses): Likewise.
11320         (gimple_omp_sections_clauses): Likewise.
11321         (gimple_omp_sections_clauses_ptr): Likewise.
11322         (gimple_omp_sections_set_clauses): Likewise.
11323         (gimple_omp_sections_control): Likewise.
11324         (gimple_omp_sections_control_ptr): Likewise.
11325         (gimple_omp_sections_set_control): Likewise.
11326         (gimple_omp_for_set_cond): Likewise.
11327         (gimple_omp_for_cond): Likewise.
11328         (gimple_omp_atomic_store_set_val): Likewise.
11329         (gimple_omp_atomic_store_val): Likewise.
11330         (gimple_omp_atomic_store_val_ptr): Likewise.
11331         (gimple_omp_atomic_load_set_lhs): Likewise.
11332         (gimple_omp_atomic_load_lhs): Likewise.
11333         (gimple_omp_atomic_load_lhs_ptr): Likewise.
11334         (gimple_omp_atomic_load_set_rhs): Likewise.
11335         (gimple_omp_atomic_load_rhs): Likewise.
11336         (gimple_omp_atomic_load_rhs_ptr): Likewise.
11337         (gimple_omp_continue_control_def): Likewise.
11338         (gimple_omp_continue_control_def_ptr): Likewise.
11339         (gimple_omp_continue_set_control_def): Likewise.
11340         (gimple_omp_continue_control_use): Likewise.
11341         (gimple_omp_continue_control_use_ptr): Likewise.
11342         (gimple_omp_continue_set_control_use): Likewise.
11343         (gimple_transaction_body_ptr): Likewise.
11344         (gimple_transaction_label): Likewise.
11345         (gimple_transaction_label_ptr): Likewise.
11346         (gimple_transaction_set_body): Likewise.
11347         (gimple_transaction_set_label): Likewise.
11349         * ipa-devirt.c (build_type_inheritance_graph): Likewise.
11350         * ipa-inline-analysis.c (inline_write_summary): Likewise.
11351         * ipa-ref.c (ipa_record_reference): Likewise.
11352         * ipa-reference.c (analyze_function): Likewise.
11353         (ipa_reference_write_optimization_summary): Likewise.
11354         * ipa.c (symtab_remove_unreachable_nodes): Likewise.
11355         (address_taken_from_non_vtable_p): Likewise.
11356         (comdat_can_be_unshared_p_1): Likewise.
11357         * lto-cgraph.c (lto_output_ref): Likewise.
11358         (add_references): Likewise.
11359         (compute_ltrans_boundary): Likewise.
11360         (output_symtab): Likewise.
11361         (input_ref): Likewise.
11362         (input_cgraph_1): Likewise.
11363         (output_cgraph_opt_summary): Likewise.
11364         * lto-streamer-out.c (lto_output): Likewise.
11365         (output_symbol_p): Likewise.
11366         * lto-streamer.h (lsei_next_function_in_partition): Likewise.
11367         (lsei_start_function_in_partition): Likewise.
11368         (lsei_next_variable_in_partition): Likewise.
11369         (lsei_start_variable_in_partition): Likewise.
11370         * symtab.c (insert_to_assembler_name_hash): Likewise.
11371         (unlink_from_assembler_name_hash): Likewise.
11372         (symtab_unregister_node): Likewise.
11373         (symtab_remove_node): Likewise.
11374         (dump_symtab_node): Likewise.
11375         (verify_symtab_base): Likewise.
11376         (verify_symtab_node): Likewise.
11377         (symtab_make_decl_local): Likewise.
11378         (symtab_alias_ultimate_target): Likewise.
11379         (symtab_resolve_alias): Likewise.
11380         (symtab_get_symbol_partitioning_class): Likewise.
11381         * tree-phinodes.c (allocate_phi_node): Likewise.
11382         (reserve_phi_args_for_new_edge): Likewise.
11383         (remove_phi_args): Likewise.
11384         * varpool.c (varpool_node_for_asm): Likewise.
11385         (varpool_remove_unreferenced_decls): Likewise.
11387 2014-04-23  Jeff Law  <law@redhat.com>
11389         PR tree-optimization/60902
11390         * tree-ssa-threadedge.c
11391         (record_temporary_equivalences_from_stmts_at_dest): Make sure to
11392         invalidate outputs from statements that do not produce useful
11393         outputs for threading.
11395 2014-04-23  Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11397         * config/aarch64/aarch64.md (stack_protect_set, stack_protect_test)
11398         (stack_protect_set_<mode>, stack_protect_test_<mode>): Add
11399         machine descriptions for Stack Smashing Protector.
11401 2014-04-23  Richard Earnshaw  <rearnsha@arm.com>
11403         * aarch64.md (<optab>_rol<mode>3): New pattern.
11404         (<optab>_rolsi3_uxtw): Likewise.
11405         * aarch64.c (aarch64_strip_shift): Handle ROTATE and ROTATERT.
11407 2014-04-23  James Greenhalgh  <james.greenhalgh@arm.com>
11409         * config/arm/arm.c (arm_cortex_a57_tune): Initialize all fields.
11410         (arm_cortex_a12_tune): Likewise.
11412 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11414         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle BSWAP.
11416 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11418         * config/arm/arm.md (arm_rev16si2): New pattern.
11419         (arm_rev16si2_alt): Likewise.
11420         * config/arm/arm.c (arm_new_rtx_costs): Handle rev16 case.
11422 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11424         * config/aarch64/aarch64.md (rev16<mode>2): New pattern.
11425         (rev16<mode>2_alt): Likewise.
11426         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle rev16 case.
11427         * config/arm/aarch-common.c (aarch_rev16_shright_mask_imm_p): New.
11428         (aarch_rev16_shleft_mask_imm_p): Likewise.
11429         (aarch_rev16_p_1): Likewise.
11430         (aarch_rev16_p): Likewise.
11431         * config/arm/aarch-common-protos.h (aarch_rev16_p): Declare extern.
11432         (aarch_rev16_shright_mask_imm_p): Likewise.
11433         (aarch_rev16_shleft_mask_imm_p): Likewise.
11435 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11437         * config/arm/aarch-common-protos.h (alu_cost_table): Add rev field.
11438         * config/arm/aarch-cost-tables.h (generic_extra_costs): Specify
11439         rev cost.
11440         (cortex_a53_extra_costs): Likewise.
11441         (cortex_a57_extra_costs): Likewise.
11442         * config/arm/arm.c (cortexa9_extra_costs): Likewise.
11443         (cortexa7_extra_costs): Likewise.
11444         (cortexa8_extra_costs): Likewise.
11445         (cortexa12_extra_costs): Likewise.
11446         (cortexa15_extra_costs): Likewise.
11447         (v7m_extra_costs): Likewise.
11448         (arm_new_rtx_costs): Handle BSWAP.
11450 2013-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11452         * config/arm/arm.c (cortexa8_extra_costs): New table.
11453         (arm_cortex_a8_tune): New tuning struct.
11454         * config/arm/arm-cores.def (cortex-a8): Use cortex_a8 tuning struct.
11456 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11458         * config/arm/arm.c (arm_new_rtx_costs): Handle FMA.
11460 2014-04-23  Richard Biener  <rguenther@suse.de>
11462         * Makefile.in (OBJS): Remove loop-unswitch.o.
11463         * tree-pass.h (make_pass_rtl_unswitch): Remove.
11464         * passes.def (pass_rtl_unswitch): Likewise.
11465         * loop-init.c (gate_rtl_unswitch): Likewise.
11466         (rtl_unswitch): Likewise.
11467         (pass_data_rtl_unswitch): Likewise.
11468         (pass_rtl_unswitch): Likewise.
11469         (make_pass_rtl_unswitch): Likewise.
11470         * rtl.h (reversed_condition): Likewise.
11471         (compare_and_jump_seq): Likewise.
11472         * loop-iv.c (reversed_condition): Move here from loop-unswitch.c
11473         and make static.
11474         * loop-unroll.c (compare_and_jump_seq): Likewise.
11476 2014-04-23  Richard Biener  <rguenther@suse.de>
11478         PR tree-optimization/60903
11479         * tree-ssa-loop-im.c (analyze_memory_references): Remove
11480         commented code block.
11481         (execute_sm_if_changed): Properly apply IRREDUCIBLE_LOOP
11482         loop flags to newly created BBs and edges.
11484 2014-04-23  Nick Clifton  <nickc@redhat.com>
11486         * config/msp430/msp430.c (msp430_handle_option): Move function
11487         to msp430-common.c
11488         (msp430_option_override): Simplify mcu and mcpu option handling.
11489         (msp430_is_f5_mcu): Rename to msp430_use_f5_series_hwmult.  Add
11490         support for -mhwmult command line option.
11491         (has_32bit_hwmult): Rename to use_32bit_hwmult.  Add support for
11492         -mhwmult command line option.
11493         (msp430_hwmult_enabled): Delete.
11494         (msp43o_output_labelref): Add support for -mhwmult command line option.
11495         * config/msp430/msp430.md (mulhisi3, umulhisi3, mulsidi3)
11496         (umulsidi3): Likewise.
11497         * config/msp430/msp430.opt (mmcu): Add Report attribute.
11498         (mcpu, mlarge, msmall): Likewise.
11499         (mhwmult): New option.
11500         * config/msp430/msp430-protos.h (msp430_hwmult_enabled): Remove
11501         prototype.
11502         (msp430_is_f5_mcu): Remove prototype.
11503         (msp430_use_f5_series_hwmult): Add prototype.
11504         * config/msp430/msp430-opts.h: New file.
11505         * common/config/msp430: New directory.
11506         * common/config/msp430/msp430-common.c: New file.
11507         * config.gcc (msp430): Remove target_has_targetm_common.
11508         * doc/invoke.texi: Document -mhwmult command line option.
11510 2014-04-23  Nick Clifton  <nickc@redhat.com>
11512         * config/i386/cygwin.h (ENDFILE_SPEC): Include
11513         default-manifest.o if it can be found in the search path.
11514         * config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
11516 2014-04-23  Terry Guo  <terry.guo@arm.com>
11518         * config/arm/arm.h (ASM_APP_OFF): Re-define it in a cleaner way.
11520 2014-04-23  Richard Biener  <rguenther@suse.de>
11522         PR middle-end/60895
11523         * tree-inline.c (declare_return_variable): Use mark_addressable.
11525 2014-04-23  Richard Biener  <rguenther@suse.de>
11527         PR middle-end/60891
11528         * loop-init.c (loop_optimizer_init): Make sure to apply
11529         LOOPS_MAY_HAVE_MULTIPLE_LATCHES before fixing up loops.
11531 2014-04-22  Jakub Jelinek  <jakub@redhat.com>
11533         PR sanitizer/60275
11534         * common.opt (fsanitize-recover, fsanitize-undefined-trap-on-error):
11535         New options.
11536         * gcc.c (sanitize_spec_function): Don't return "" for "undefined"
11537         if flag_sanitize_undefined_trap_on_error.
11538         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_DIVREM_OVERFLOW_ABORT,
11539         BUILT_IN_UBSAN_HANDLE_SHIFT_OUT_OF_BOUNDS_ABORT,
11540         BUILT_IN_UBSAN_HANDLE_VLA_BOUND_NOT_POSITIVE_ABORT,
11541         BUILT_IN_UBSAN_HANDLE_TYPE_MISMATCH_ABORT,
11542         BUILT_IN_UBSAN_HANDLE_ADD_OVERFLOW_ABORT,
11543         BUILT_IN_UBSAN_HANDLE_SUB_OVERFLOW_ABORT,
11544         BUILT_IN_UBSAN_HANDLE_MUL_OVERFLOW_ABORT,
11545         BUILT_IN_UBSAN_HANDLE_NEGATE_OVERFLOW_ABORT,
11546         BUILT_IN_UBSAN_HANDLE_LOAD_INVALID_VALUE_ABORT): New builtins.
11547         * ubsan.c (ubsan_instrument_unreachable): Return
11548         __builtin_trap () if flag_sanitize_undefined_trap_on_error.
11549         (ubsan_expand_null_ifn): Emit __builtin_trap ()
11550         if flag_sanitize_undefined_trap_on_error and
11551         __ubsan_handle_type_mismatch_abort if !flag_sanitize_recover.
11552         (ubsan_expand_null_ifn, ubsan_build_overflow_builtin,
11553         instrument_bool_enum_load): Emit __builtin_trap () if
11554         flag_sanitize_undefined_trap_on_error and
11555         __builtin_handle_*_abort () if !flag_sanitize_recover.
11556         * doc/invoke.texi (-fsanitize-recover,
11557         -fsanitize-undefined-trap-on-error): Document.
11559 2014-04-22  Christian Bruel  <christian.bruel@st.com>
11561         * config/sh/sh.md (mov<mode>): Replace movQIHI.
11562          Force immediates to SImode.
11564 2014-04-22  Sandra Loosemore  <sandra@codesourcery.com>
11566         * config/nios2/nios2.md (UNSPEC_ROUND): New.
11567         (lroundsfsi2): New.
11568         * config/nios2/nios2.opt (mno-custom-round, mcustom-round=): New.
11569         * config/nios2/nios2-opts.h (N2FPU_ALL_CODES): Add round.
11570         * config/nios2/nios2.c (N2F_NO_ERRNO): Define.
11571         (nios2_fpu_insn): Add entry for round.
11572         (N2FPU_NO_ERRNO_P): Define.
11573         (nios2_custom_check_insns): Add check for N2F_NO_ERRNO and
11574         flag_errno_math.
11575         * doc/invoke.texi (Nios II Options): Document -mcustom-round.
11577 2014-04-22  Richard Henderson  <rth@redhat.com>
11579         * config/aarch64/aarch64 (addti3, subti3): New expanders.
11580         (add<GPI>3_compare0): Remove leading * from name.
11581         (add<GPI>3_carryin): Likewise.
11582         (sub<GPI>3_compare0): Likewise.
11583         (sub<GPI>3_carryin): Likewise.
11584         (<su_optab>mulditi3): New expander.
11585         (multi3): New expander.
11586         (madd<GPI>): Remove leading * from name.
11588 2014-04-22  Martin Jambor  <mjambor@suse.cz>
11590         * cgraphclones.c (cgraph_function_versioning): Copy
11591         ipa_transforms_to_apply instead of asserting it is empty.
11593 2014-04-22  H.J. Lu  <hongjiu.lu@intel.com>
11595         PR target/60868
11596         * config/i386/i386.c (ix86_expand_set_or_movmem): Call counter_mode
11597         on count_exp to get mode.
11599 2014-04-22  Andrew Pinski  <apinski@cavium.com>
11601         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
11602         Handle TLS for ILP32.
11603         * config/aarch64/aarch64.md (tlsie_small): Rename to ...
11604         (tlsie_small_<mode>): this and handle PTR.
11605         (tlsie_small_sidi): New pattern.
11606         (tlsle_small): Change to an expand to handle ILP32.
11607         (tlsle_small_<mode>): New pattern.
11608         (tlsdesc_small): Rename to ...
11609         (tlsdesc_small_<mode>): this and handle PTR.
11611 2014-04-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11613         * config/aarch64/aarch64.c (TARGET_FLAGS_REGNUM): Define.
11615 2014-04-22  Alex Velenko  <Alex.Velenko@arm.com>
11617         * config/aarch64/aarch64-builtins.c (TYPES_REINTERP): Removed.
11618         (aarch64_types_signed_unsigned_qualifiers): Qualifier added.
11619         (aarch64_types_signed_poly_qualifiers): Likewise.
11620         (aarch64_types_unsigned_signed_qualifiers): Likewise.
11621         (aarch64_types_poly_signed_qualifiers): Likewise.
11622         (TYPES_REINTERP_SS): Type macro added.
11623         (TYPES_REINTERP_SU): Likewise.
11624         (TYPES_REINTERP_SP): Likewise.
11625         (TYPES_REINTERP_US): Likewise.
11626         (TYPES_REINTERP_PS): Likewise.
11627         (aarch64_fold_builtin): New expression folding added.
11628         * config/aarch64/aarch64-simd-builtins.def (REINTERP):
11629         Declarations removed.
11630         (REINTERP_SS): Declarations added.
11631         (REINTERP_US): Likewise.
11632         (REINTERP_PS): Likewise.
11633         (REINTERP_SU): Likewise.
11634         (REINTERP_SP): Likewise.
11635         * config/aarch64/arm_neon.h (vreinterpret_p8_f64): Implemented.
11636         (vreinterpretq_p8_f64): Likewise.
11637         (vreinterpret_p16_f64): Likewise.
11638         (vreinterpretq_p16_f64): Likewise.
11639         (vreinterpret_f32_f64): Likewise.
11640         (vreinterpretq_f32_f64): Likewise.
11641         (vreinterpret_f64_f32): Likewise.
11642         (vreinterpret_f64_p8): Likewise.
11643         (vreinterpret_f64_p16): Likewise.
11644         (vreinterpret_f64_s8): Likewise.
11645         (vreinterpret_f64_s16): Likewise.
11646         (vreinterpret_f64_s32): Likewise.
11647         (vreinterpret_f64_s64): Likewise.
11648         (vreinterpret_f64_u8): Likewise.
11649         (vreinterpret_f64_u16): Likewise.
11650         (vreinterpret_f64_u32): Likewise.
11651         (vreinterpret_f64_u64): Likewise.
11652         (vreinterpretq_f64_f32): Likewise.
11653         (vreinterpretq_f64_p8): Likewise.
11654         (vreinterpretq_f64_p16): Likewise.
11655         (vreinterpretq_f64_s8): Likewise.
11656         (vreinterpretq_f64_s16): Likewise.
11657         (vreinterpretq_f64_s32): Likewise.
11658         (vreinterpretq_f64_s64): Likewise.
11659         (vreinterpretq_f64_u8): Likewise.
11660         (vreinterpretq_f64_u16): Likewise.
11661         (vreinterpretq_f64_u32): Likewise.
11662         (vreinterpretq_f64_u64): Likewise.
11663         (vreinterpret_s64_f64): Likewise.
11664         (vreinterpretq_s64_f64): Likewise.
11665         (vreinterpret_u64_f64): Likewise.
11666         (vreinterpretq_u64_f64): Likewise.
11667         (vreinterpret_s8_f64): Likewise.
11668         (vreinterpretq_s8_f64): Likewise.
11669         (vreinterpret_s16_f64): Likewise.
11670         (vreinterpretq_s16_f64): Likewise.
11671         (vreinterpret_s32_f64): Likewise.
11672         (vreinterpretq_s32_f64): Likewise.
11673         (vreinterpret_u8_f64): Likewise.
11674         (vreinterpretq_u8_f64): Likewise.
11675         (vreinterpret_u16_f64): Likewise.
11676         (vreinterpretq_u16_f64): Likewise.
11677         (vreinterpret_u32_f64): Likewise.
11678         (vreinterpretq_u32_f64): Likewise.
11680 2014-04-22  Alex Velenko  <Alex.Velenko@arm.com>
11682         * config/aarch64/aarch64/aarch64-builtins.c (TYPES_REINTERP): Removed.
11683         * config/aarch64/aarch64/aarch64-simd-builtins.def (REINTERP): Removed.
11684         (vreinterpret_p8_s8): Likewise.
11685         * config/aarch64/aarch64/arm_neon.h (vreinterpret_p8_s8): Uses cast.
11686         (vreinterpret_p8_s16): Likewise.
11687         (vreinterpret_p8_s32): Likewise.
11688         (vreinterpret_p8_s64): Likewise.
11689         (vreinterpret_p8_f32): Likewise.
11690         (vreinterpret_p8_u8): Likewise.
11691         (vreinterpret_p8_u16): Likewise.
11692         (vreinterpret_p8_u32): Likewise.
11693         (vreinterpret_p8_u64): Likewise.
11694         (vreinterpret_p8_p16): Likewise.
11695         (vreinterpretq_p8_s8): Likewise.
11696         (vreinterpretq_p8_s16): Likewise.
11697         (vreinterpretq_p8_s32): Likewise.
11698         (vreinterpretq_p8_s64): Likewise.
11699         (vreinterpretq_p8_f32): Likewise.
11700         (vreinterpretq_p8_u8): Likewise.
11701         (vreinterpretq_p8_u16): Likewise.
11702         (vreinterpretq_p8_u32): Likewise.
11703         (vreinterpretq_p8_u64): Likewise.
11704         (vreinterpretq_p8_p16): Likewise.
11705         (vreinterpret_p16_s8): Likewise.
11706         (vreinterpret_p16_s16): Likewise.
11707         (vreinterpret_p16_s32): Likewise.
11708         (vreinterpret_p16_s64): Likewise.
11709         (vreinterpret_p16_f32): Likewise.
11710         (vreinterpret_p16_u8): Likewise.
11711         (vreinterpret_p16_u16): Likewise.
11712         (vreinterpret_p16_u32): Likewise.
11713         (vreinterpret_p16_u64): Likewise.
11714         (vreinterpret_p16_p8): Likewise.
11715         (vreinterpretq_p16_s8): Likewise.
11716         (vreinterpretq_p16_s16): Likewise.
11717         (vreinterpretq_p16_s32): Likewise.
11718         (vreinterpretq_p16_s64): Likewise.
11719         (vreinterpretq_p16_f32): Likewise.
11720         (vreinterpretq_p16_u8): Likewise.
11721         (vreinterpretq_p16_u16): Likewise.
11722         (vreinterpretq_p16_u32): Likewise.
11723         (vreinterpretq_p16_u64): Likewise.
11724         (vreinterpretq_p16_p8): Likewise.
11725         (vreinterpret_f32_s8): Likewise.
11726         (vreinterpret_f32_s16): Likewise.
11727         (vreinterpret_f32_s32): Likewise.
11728         (vreinterpret_f32_s64): Likewise.
11729         (vreinterpret_f32_u8): Likewise.
11730         (vreinterpret_f32_u16): Likewise.
11731         (vreinterpret_f32_u32): Likewise.
11732         (vreinterpret_f32_u64): Likewise.
11733         (vreinterpret_f32_p8): Likewise.
11734         (vreinterpret_f32_p16): Likewise.
11735         (vreinterpretq_f32_s8): Likewise.
11736         (vreinterpretq_f32_s16): Likewise.
11737         (vreinterpretq_f32_s32): Likewise.
11738         (vreinterpretq_f32_s64): Likewise.
11739         (vreinterpretq_f32_u8): Likewise.
11740         (vreinterpretq_f32_u16): Likewise.
11741         (vreinterpretq_f32_u32): Likewise.
11742         (vreinterpretq_f32_u64): Likewise.
11743         (vreinterpretq_f32_p8): Likewise.
11744         (vreinterpretq_f32_p16): Likewise.
11745         (vreinterpret_s64_s8): Likewise.
11746         (vreinterpret_s64_s16): Likewise.
11747         (vreinterpret_s64_s32): Likewise.
11748         (vreinterpret_s64_f32): Likewise.
11749         (vreinterpret_s64_u8): Likewise.
11750         (vreinterpret_s64_u16): Likewise.
11751         (vreinterpret_s64_u32): Likewise.
11752         (vreinterpret_s64_u64): Likewise.
11753         (vreinterpret_s64_p8): Likewise.
11754         (vreinterpret_s64_p16): Likewise.
11755         (vreinterpretq_s64_s8): Likewise.
11756         (vreinterpretq_s64_s16): Likewise.
11757         (vreinterpretq_s64_s32): Likewise.
11758         (vreinterpretq_s64_f32): Likewise.
11759         (vreinterpretq_s64_u8): Likewise.
11760         (vreinterpretq_s64_u16): Likewise.
11761         (vreinterpretq_s64_u32): Likewise.
11762         (vreinterpretq_s64_u64): Likewise.
11763         (vreinterpretq_s64_p8): Likewise.
11764         (vreinterpretq_s64_p16): Likewise.
11765         (vreinterpret_u64_s8): Likewise.
11766         (vreinterpret_u64_s16): Likewise.
11767         (vreinterpret_u64_s32): Likewise.
11768         (vreinterpret_u64_s64): Likewise.
11769         (vreinterpret_u64_f32): Likewise.
11770         (vreinterpret_u64_u8): Likewise.
11771         (vreinterpret_u64_u16): Likewise.
11772         (vreinterpret_u64_u32): Likewise.
11773         (vreinterpret_u64_p8): Likewise.
11774         (vreinterpret_u64_p16): Likewise.
11775         (vreinterpretq_u64_s8): Likewise.
11776         (vreinterpretq_u64_s16): Likewise.
11777         (vreinterpretq_u64_s32): Likewise.
11778         (vreinterpretq_u64_s64): Likewise.
11779         (vreinterpretq_u64_f32): Likewise.
11780         (vreinterpretq_u64_u8): Likewise.
11781         (vreinterpretq_u64_u16): Likewise.
11782         (vreinterpretq_u64_u32): Likewise.
11783         (vreinterpretq_u64_p8): Likewise.
11784         (vreinterpretq_u64_p16): Likewise.
11785         (vreinterpret_s8_s16): Likewise.
11786         (vreinterpret_s8_s32): Likewise.
11787         (vreinterpret_s8_s64): Likewise.
11788         (vreinterpret_s8_f32): Likewise.
11789         (vreinterpret_s8_u8): Likewise.
11790         (vreinterpret_s8_u16): Likewise.
11791         (vreinterpret_s8_u32): Likewise.
11792         (vreinterpret_s8_u64): Likewise.
11793         (vreinterpret_s8_p8): Likewise.
11794         (vreinterpret_s8_p16): Likewise.
11795         (vreinterpretq_s8_s16): Likewise.
11796         (vreinterpretq_s8_s32): Likewise.
11797         (vreinterpretq_s8_s64): Likewise.
11798         (vreinterpretq_s8_f32): Likewise.
11799         (vreinterpretq_s8_u8): Likewise.
11800         (vreinterpretq_s8_u16): Likewise.
11801         (vreinterpretq_s8_u32): Likewise.
11802         (vreinterpretq_s8_u64): Likewise.
11803         (vreinterpretq_s8_p8): Likewise.
11804         (vreinterpretq_s8_p16): Likewise.
11805         (vreinterpret_s16_s8): Likewise.
11806         (vreinterpret_s16_s32): Likewise.
11807         (vreinterpret_s16_s64): Likewise.
11808         (vreinterpret_s16_f32): Likewise.
11809         (vreinterpret_s16_u8): Likewise.
11810         (vreinterpret_s16_u16): Likewise.
11811         (vreinterpret_s16_u32): Likewise.
11812         (vreinterpret_s16_u64): Likewise.
11813         (vreinterpret_s16_p8): Likewise.
11814         (vreinterpret_s16_p16): Likewise.
11815         (vreinterpretq_s16_s8): Likewise.
11816         (vreinterpretq_s16_s32): Likewise.
11817         (vreinterpretq_s16_s64): Likewise.
11818         (vreinterpretq_s16_f32): Likewise.
11819         (vreinterpretq_s16_u8): Likewise.
11820         (vreinterpretq_s16_u16): Likewise.
11821         (vreinterpretq_s16_u32): Likewise.
11822         (vreinterpretq_s16_u64): Likewise.
11823         (vreinterpretq_s16_p8): Likewise.
11824         (vreinterpretq_s16_p16): Likewise.
11825         (vreinterpret_s32_s8): Likewise.
11826         (vreinterpret_s32_s16): Likewise.
11827         (vreinterpret_s32_s64): Likewise.
11828         (vreinterpret_s32_f32): Likewise.
11829         (vreinterpret_s32_u8): Likewise.
11830         (vreinterpret_s32_u16): Likewise.
11831         (vreinterpret_s32_u32): Likewise.
11832         (vreinterpret_s32_u64): Likewise.
11833         (vreinterpret_s32_p8): Likewise.
11834         (vreinterpret_s32_p16): Likewise.
11835         (vreinterpretq_s32_s8): Likewise.
11836         (vreinterpretq_s32_s16): Likewise.
11837         (vreinterpretq_s32_s64): Likewise.
11838         (vreinterpretq_s32_f32): Likewise.
11839         (vreinterpretq_s32_u8): Likewise.
11840         (vreinterpretq_s32_u16): Likewise.
11841         (vreinterpretq_s32_u32): Likewise.
11842         (vreinterpretq_s32_u64): Likewise.
11843         (vreinterpretq_s32_p8): Likewise.
11844         (vreinterpretq_s32_p16): Likewise.
11845         (vreinterpret_u8_s8): Likewise.
11846         (vreinterpret_u8_s16): Likewise.
11847         (vreinterpret_u8_s32): Likewise.
11848         (vreinterpret_u8_s64): Likewise.
11849         (vreinterpret_u8_f32): Likewise.
11850         (vreinterpret_u8_u16): Likewise.
11851         (vreinterpret_u8_u32): Likewise.
11852         (vreinterpret_u8_u64): Likewise.
11853         (vreinterpret_u8_p8): Likewise.
11854         (vreinterpret_u8_p16): Likewise.
11855         (vreinterpretq_u8_s8): Likewise.
11856         (vreinterpretq_u8_s16): Likewise.
11857         (vreinterpretq_u8_s32): Likewise.
11858         (vreinterpretq_u8_s64): Likewise.
11859         (vreinterpretq_u8_f32): Likewise.
11860         (vreinterpretq_u8_u16): Likewise.
11861         (vreinterpretq_u8_u32): Likewise.
11862         (vreinterpretq_u8_u64): Likewise.
11863         (vreinterpretq_u8_p8): Likewise.
11864         (vreinterpretq_u8_p16): Likewise.
11865         (vreinterpret_u16_s8): Likewise.
11866         (vreinterpret_u16_s16): Likewise.
11867         (vreinterpret_u16_s32): Likewise.
11868         (vreinterpret_u16_s64): Likewise.
11869         (vreinterpret_u16_f32): Likewise.
11870         (vreinterpret_u16_u8): Likewise.
11871         (vreinterpret_u16_u32): Likewise.
11872         (vreinterpret_u16_u64): Likewise.
11873         (vreinterpret_u16_p8): Likewise.
11874         (vreinterpret_u16_p16): Likewise.
11875         (vreinterpretq_u16_s8): Likewise.
11876         (vreinterpretq_u16_s16): Likewise.
11877         (vreinterpretq_u16_s32): Likewise.
11878         (vreinterpretq_u16_s64): Likewise.
11879         (vreinterpretq_u16_f32): Likewise.
11880         (vreinterpretq_u16_u8): Likewise.
11881         (vreinterpretq_u16_u32): Likewise.
11882         (vreinterpretq_u16_u64): Likewise.
11883         (vreinterpretq_u16_p8): Likewise.
11884         (vreinterpretq_u16_p16): Likewise.
11885         (vreinterpret_u32_s8): Likewise.
11886         (vreinterpret_u32_s16): Likewise.
11887         (vreinterpret_u32_s32): Likewise.
11888         (vreinterpret_u32_s64): Likewise.
11889         (vreinterpret_u32_f32): Likewise.
11890         (vreinterpret_u32_u8): Likewise.
11891         (vreinterpret_u32_u16): Likewise.
11892         (vreinterpret_u32_u64): Likewise.
11893         (vreinterpret_u32_p8): Likewise.
11894         (vreinterpret_u32_p16): Likewise.
11895         (vreinterpretq_u32_s8): Likewise.
11896         (vreinterpretq_u32_s16): Likewise.
11897         (vreinterpretq_u32_s32): Likewise.
11898         (vreinterpretq_u32_s64): Likewise.
11899         (vreinterpretq_u32_f32): Likewise.
11900         (vreinterpretq_u32_u8): Likewise.
11901         (vreinterpretq_u32_u16): Likewise.
11902         (vreinterpretq_u32_u64): Likewise.
11903         (vreinterpretq_u32_p8): Likewise.
11904         (vreinterpretq_u32_p16): Likewise.
11906 2014-04-22  Alex Velenko  <Alex.Velenko@arm.com>
11908         * gcc/config/aarch64/aarch64-simd.md (aarch64_s<optab><mode>):
11909         Pattern extended.
11910         * config/aarch64/aarch64-simd-builtins.def (sqneg): Iterator extended.
11911         (sqabs): Likewise.
11912         * config/aarch64/arm_neon.h (vqneg_s64): New intrinsic.
11913         (vqnegd_s64): Likewise.
11914         (vqabs_s64): Likewise.
11915         (vqabsd_s64): Likewise.
11917 2014-04-22  Richard Henderson  <rth@redhat.com>
11919         * config/sparc/sparc.c (sparc_init_modes): Hoist GET_MODE_SIZE
11920         computation to the top of the loop.
11922 2014-04-22  Renlin  <renlin.li@arm.com>
11923             Jiong Wang  <jiong.wang@arm.com>
11925         * config/aarch64/aarch64.h (aarch64_frame): Delete "fp_lr_offset".
11926         * config/aarch64/aarch64.c (aarch64_layout_frame)
11927         (aarch64_initial_elimination_offset): Likewise.
11929 2014-04-22  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11931         * config/aarch64/aarch64.c (aarch64_initial_elimination_offset):
11932         Fix indentation.
11934 2014-04-22  Richard Sandiford  <rdsandiford@googlemail.com>
11936         * machmode.h (bitwise_mode_for_mode): Declare.
11937         * stor-layout.h (bitwise_type_for_mode): Likewise.
11938         * stor-layout.c (bitwise_mode_for_mode): New function.
11939         (bitwise_type_for_mode): Likewise.
11940         * builtins.c (fold_builtin_memory_op): Use it instead of
11941         int_mode_for_mode and build_nonstandard_integer_type.
11943 2014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11945         * config.gcc (enable_obsolete): Remove *-*-solaris2.9*.
11946         (*-*-solaris2.[0-9] | *-*-solaris2.[0-9].*): Mark unsupported.
11947         (*-*-solaris2*): Simplify.
11948         (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Likewise.
11949         (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Remove
11950         *-*-solaris2.9* handling.
11952         * configure.ac (gcc_cv_as_hidden): Remove test for Solaris 9/x86
11953         as bug.
11954         (gcc_cv_ld_hidden): Remove *-*-solaris2.9* handling.
11955         (ld_tls_support): Remove i?86-*-solaris2.9, sparc*-*-solaris2.9
11956         handling, simplify.
11957         (gcc_cv_as_gstabs_flag): Remove workaround for Solaris 9/x86 as bug.
11958         * configure: Regenerate.
11960         * config/i386/sol2-9.h: Remove.
11962         * doc/install.texi (Specific, i?86-*-solaris2.9): Remove.
11963         (Specific, *-*-solaris2*): Mention Solaris 9 support removal.
11964         Remove Solaris 9 references.
11966 2014-04-22  Vidya Praveen  <vidyapraveen@arm.com>
11968         * aarch64.md (float<GPI:mode><GPF:mode>2): Remove.
11969         (floatuns<GPI:mode><GPF:mode>2): Remove.
11970         (<optab><fcvt_target><GPF:mode>2): New pattern for equal width float
11971         and floatuns conversions.
11972         (<optab><fcvt_iesize><GPF:mode>2): New pattern for inequal width float
11973         and floatuns conversions.
11974         * iterators.md (fcvt_target, FCVT_TARGET): Support SF and DF modes.
11975         (w1,w2): New mode attributes for inequal width conversions.
11977 2014-04-22  Renlin Li  <Renlin.Li@arm.com>
11979         * config/aarch64/aarch64.c (aarch64_print_operand_address): Adjust
11980         the output asm format.
11982 2014-04-22  James Greenhalgh  <james.greenhalgh@arm.com>
11984         * config/aarch64/aarch64-simd.md
11985         (aarch64_cm<optab>di): Always split.
11986         (*aarch64_cm<optab>di): New.
11987         (aarch64_cmtstdi): Always split.
11988         (*aarch64_cmtstdi): New.
11990 2014-04-22  Jakub Jelinek  <jakub@redhat.com>
11992         PR tree-optimization/60823
11993         * omp-low.c (ipa_simd_modify_function_body): Go through
11994         all SSA_NAMEs and for those refering to vector arguments
11995         which are going to be replaced adjust SSA_NAME_VAR and,
11996         if it is a default definition, change it into a non-default
11997         definition assigned at the beginning of function from new_decl.
11998         (ipa_simd_modify_stmt_ops): Rewritten.
11999         * tree-dfa.c (set_ssa_default_def): When removing default def,
12000         check for NULL loc instead of NULL *loc.
12002 2014-04-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
12004         * config/arm/arm.c (arm_hard_regno_mode_ok): Loosen
12005         restrictions on core registers for DImode values in Thumb2.
12007 2014-04-22  Ian Bolton  <ian.bolton@arm.com>
12009         * config/arm/arm.md (*anddi_notdi_zesidi): New pattern.
12010         * config/arm/thumb2.md (*iordi_notdi_zesidi): New pattern.
12012 2014-04-22  Ian Bolton  <ian.bolton@arm.com>
12014         * config/arm/thumb2.md (*iordi_notdi_di): New pattern.
12015         (*iordi_notzesidi_di): Likewise.
12016         (*iordi_notsesidi_di): Likewise.
12018 2014-04-22  Ian Bolton  <ian.bolton@arm.com>
12020         * config/arm/arm-protos.h (tune_params): New struct members.
12021         * config/arm/arm.c: Initialise tune_params per processor.
12022         (thumb2_reorg): Suppress conversion from t32 to t16 when optimizing
12023         for speed, based on new tune_params.
12025 2014-04-22  Alex Velenko  <Alex.Velenko@arm.com>
12027         * config/aarch64/aarch64-builtins.c (BUILTIN_VDQF_DF): Macro added.
12028         * config/aarch64/aarch64-simd-builtins.def (frintn): Use added macro.
12029         * config/aarch64/aarch64-simd.md (<frint_pattern>): Comment corrected.
12030         * config/aarch64/aarch64.md (<frint_pattern>): Likewise.
12031         * config/aarch64/arm_neon.h (vrnd_f64): Added.
12032         (vrnda_f64): Likewise.
12033         (vrndi_f64): Likewise.
12034         (vrndm_f64): Likewise.
12035         (vrndn_f64): Likewise.
12036         (vrndp_f64): Likewise.
12037         (vrndx_f64): Likewise.
12039 2014-04-22  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
12041         * config/arm/arm.c (arm_print_operand, thumb_exit): Make sure
12042         GET_MODE_SIZE argument is enum machine_mode.
12044 2014-04-22  Jakub Jelinek  <jakub@redhat.com>
12046         PR target/60910
12047         * config/sparc/sparc.c (sparc_init_modes): Pass enum machine_mode
12048         value instead of int to GET_MODE_CLASS and GET_MODE_SIZE macros.
12050 2014-04-22  Lin Zuojian  <manjian2006@gmail.com>
12052         PR middle-end/60281
12053         * asan.c (asan_emit_stack_protection): Force the base to align to
12054         appropriate bits if STRICT_ALIGNMENT.  Set shadow_mem align to
12055         appropriate bits if STRICT_ALIGNMENT.
12056         * cfgexpand.c (expand_stack_vars): Set base_align appropriately
12057         when asan is on.
12058         (expand_used_vars): Leave a space in the stack frame for alignment
12059         if STRICT_ALIGNMENT.
12061 2014-04-21  David Malcolm  <dmalcolm@redhat.com>
12063         * gimple.h (gimple_assign_single_p): Accept a const_gimple rather
12064         than a gimple.
12065         (gimple_store_p): Likewise.
12066         (gimple_assign_load_p): Likewise.
12067         (gimple_assign_cast_p): Likewise.
12068         (gimple_clobber_p): Likewise.
12070         * doc/gimple.texi (gimple_assign_cast_p): Accept a const_gimple
12071         rather than a gimple.
12072         (gimple_assign_cast_p): Likewise.
12074 2014-04-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
12076         PR target/60735
12077         * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64 case):
12078         If mode is DDmode and TARGET_E500_DOUBLE allow move.
12080         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Print some
12081         more debug information for E500 if -mdebug=reg.
12083 2014-04-21  Uros Bizjak  <ubizjak@gmail.com>
12085         PR target/60909
12086         * config/i386/i386.c (ix86_expand_builtin)
12087         <case IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Use temporary
12088         register for target RTX.
12089         <case IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Ditto.
12091 2014-04-18  Cong Hou  <congh@google.com>
12093         * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Enhance
12094         the widen-mult pattern by handling two operands with different sizes,
12095         and operands whose size is smaller than half of the result type.
12097 2014-04-18  Jan Hubicka  <hubicka@ucw.cz>
12099         * ipa-inline.h (INLINE_HINT_known_hot): New hint.
12100         * ipa-inline-analysis.c (dump_inline_hints): Dump it.
12101         (do_estimate_edge_time): Compute it.
12102         * ipa-inline.c (want_inline_small_function_p): Bypass
12103         INLINE_INSNS_AUTO/SINGLE limits for calls that are known to be hot.
12105 2014-04-18  Jan Hubicka  <hubicka@ucw.cz>
12107         * ipa-inline.c (spec_rem): New static variable.
12108         (dump_overall_stats): New function.
12109         (dump_inline_stats): New function.
12111 2014-04-18  Richard Henderson  <rth@redhat.com>
12113         * config/aarch64/aarch64.c (aarch64_register_move_cost): Pass a mode
12114         to GET_MODE_SIZE, not a reg_class_t.
12116 2014-04-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12118         * config/rs6000/vsx.md (vsx_xxmrghw_<mode>): Adjust for little-endian.
12119         (vsx_xxmrglw_<mode>): Likewise.
12121 2014-04-17  Michael Meissner  <meissner@linux.vnet.ibm.com>
12123         PR target/60876
12124         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Make sure
12125         GET_MODE_SIZE gets passed an enum machine_mode type and not integer.
12126         (rs6000_init_hard_regno_mode_ok): Likewise.
12128 2014-04-17  Jan Hubicka  <hubicka@ucw.cz>
12130         * ipa-inline.c (inline_small_functions): Account only non-cold
12131         functions.
12132         * doc/invoke.texi (inline-unit-growth): Update documentation.
12134 2014-04-17  Pat Haugen  <pthaugen@us.ibm.com>
12136         * config/rs6000/rs6000.md (addti3, subti3): New.
12138 2014-04-17  H.J. Lu  <hongjiu.lu@intel.com>
12140         PR target/60863
12141         * config/i386/i386.c (ix86_expand_clear): Remove outdated
12142         comment.  Check optimize_insn_for_size_p instead of
12143         optimize_insn_for_speed_p.
12145 2014-04-17  Martin Jambor  <mjambor@suse.cz>
12147         * gimple-iterator.c (gsi_start_edge): New function.
12148         * gimple-iterator.h (gsi_start_edge): Declare.
12149         * tree-sra.c (single_non_eh_succ): New function.
12150         (disqualify_ops_if_throwing_stmt): Renamed to
12151         disqualify_if_bad_bb_terminating_stmt.  Allow throwing statements
12152         having one non-EH successor BB.
12153         (sra_modify_expr): If stmt ends bb, use single non-EH successor to
12154         generate loads into replacements.
12155         (sra_modify_assign): Likewise and and also use the simple path for
12156         such statements.
12157         (sra_modify_function_body): Commit statements on edges.
12159 2014-04-17  Richard Biener  <rguenther@suse.de>
12161         PR middle-end/60849
12162         * tree-ssa-propagate.c (valid_gimple_rhs_p): Allow vector
12163         comparison results and add clarifying comment.
12165 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
12167         * genmodes.c (struct mode_data): Add need_bytesize_adj field.
12168         (blank_mode): Initialize it.
12169         (emit_mode_size_inline, emit_mode_nunits_inline,
12170         emit_mode_inner_inline): New functions.
12171         (emit_insn_modes_h): Call them and surround their output with
12172         #if GCC_VERSION >= 4001 ... #endif.
12173         * machmode.h (GET_MODE_SIZE, GET_MODE_NUNITS, GET_MODE_INNER):
12174         For GCC_VERSION >= 4001 use mode_*_inline routines instead of
12175         mode_* arrays if the argument is __builtin_constant_p.
12176         * lower-subreg.c (dump_choices): Make sure GET_MODE_SIZE argument
12177         is enum machine_mode.
12179 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
12181         * passes.c (opt_pass::execute): Adjust.
12182         (pass_manager::execute_pass_mode_switching): Likewise.
12183         (early_local_passes::execute): Likewise.
12184         (execute_one_pass): Pass cfun to the pass's execute method.
12185         * tree-pass.h (opt_pass::execute): Add function * argument.
12186         * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
12187         cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
12188         compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
12189         config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
12190         config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
12191         config/sparc/sparc.c, cprop.c, dce.c, df-core.c, dse.c, dwarf2cfi.c,
12192         except.c, final.c, function.c, fwprop.c, gcse.c, gimple-low.c,
12193         gimple-ssa-isolate-paths.c, gimple-ssa-strength-reduction.c,
12194         graphite.c, ifcvt.c, init-regs.c, ipa-cp.c, ipa-devirt.c,
12195         ipa-inline-analysis.c, ipa-inline.c, ipa-profile.c, ipa-pure-const.c,
12196         ipa-reference.c, ipa-split.c, ipa.c, ira.c, jump.c, loop-init.c,
12197         lower-subreg.c, mode-switching.c, omp-low.c, postreload-gcse.c,
12198         postreload.c, predict.c, recog.c, ree.c, reg-stack.c, regcprop.c,
12199         reginfo.c, regrename.c, reorg.c, sched-rgn.c, stack-ptr-mod.c,
12200         store-motion.c, tracer.c, trans-mem.c, tree-call-cdce.c, tree-cfg.c,
12201         tree-cfgcleanup.c, tree-complex.c, tree-eh.c, tree-emutls.c,
12202         tree-if-conv.c, tree-into-ssa.c, tree-loop-distribution.c, tree-nrv.c,
12203         tree-object-size.c, tree-parloops.c, tree-predcom.c, tree-ssa-ccp.c,
12204         tree-ssa-copy.c, tree-ssa-copyrename.c, tree-ssa-dce.c,
12205         tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
12206         tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
12207         tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
12208         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
12209         tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
12210         tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
12211         tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
12212         tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
12213         tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
12214         tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c, web.c:
12215         Adjust.
12217 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
12219         * passes.c (opt_pass::gate): Take function * argument.
12220         (gate_all_early_local_passes): Merge into
12221         (early_local_passes::gate): this.
12222         (gate_all_early_optimizations): Merge into
12223         (all_early_optimizations::gate): this.
12224         (gate_all_optimizations): Mege into
12225         (all_optimizations::gate): this.
12226         (gate_all_optimizations_g): Merge into
12227         (all_optimizations_g::gate): this.
12228         (gate_rest_of_compilation): Mege into
12229         (rest_of_compilation::gate): this.
12230         (gate_postreload): Merge into
12231         (postreload::gate): this.
12232         (dump_one_pass): Pass cfun to the pass's gate method.
12233         (execute_ipa_summary_passes): Likewise.
12234         (execute_one_pass): Likewise.
12235         (ipa_write_summaries_2): Likewise.
12236         (ipa_write_optimization_summaries_1): Likewise.
12237         (ipa_read_summaries_1): Likewise.
12238         (ipa_read_optimization_summaries_1): Likewise.
12239         (execute_ipa_stmt_fixups): Likewise.
12240         * tree-pass.h (opt_pass::gate): Add function * argument.
12241         * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c,
12242         combine-stack-adj.c, combine.c, compare-elim.c,
12243         config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
12244         config/rl78/rl78.c, config/sh/sh_optimize_sett_clrt.cc,
12245         config/sh/sh_treg_combine.cc, config/sparc/sparc.c, cprop.c, cse.c,
12246         dce.c, df-core.c, dse.c, dwarf2cfi.c, except.c,  fwprop.c, gcse.c,
12247         gimple-ssa-isolate-paths.c, gimple-ssa-strength-reduction.c,
12248         graphite.c, ifcvt.c, init-regs.c, ipa-cp.c, ipa-devirt.c,
12249         ipa-profile.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa.c,
12250         loop-init.c, lower-subreg.c, mode-switching.c, modulo-sched.c,
12251         omp-low.c, postreload-gcse.c, postreload.c, predict.c, recog.c, ree.c,
12252         reg-stack.c, regcprop.c, regrename.c, reorg.c, sched-rgn.c,
12253         store-motion.c, tracer.c, trans-mem.c, tree-call-cdce.c, tree-cfg.c,
12254         tree-cfgcleanup.c, tree-complex.c, tree-eh.c, tree-emutls.c,
12255         tree-if-conv.c, tree-into-ssa.c, tree-loop-distribution.c,
12256         tree-nrv.c, tree-parloops.c, tree-predcom.c, tree-profile.c,
12257         tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
12258         tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
12259         tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
12260         tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
12261         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
12262         tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
12263         tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
12264         tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
12265         tree-ssa.c, tree-stdarg.c, tree-switch-conversion.c, tree-tailcall.c,
12266         tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c, tsan.c, ubsan.c,
12267         var-tracking.c, vtable-verify.c, web.c: Adjust.
12269 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
12271         * configure.ac: Check for -Woverloaded-virtual and enable it if found.
12272         * configure: Regenerate.
12274 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
12276         * passes.c (dump_one_pass): don't check pass->has_gate.
12277         (execute_ipa_summary_passes): Likewise.
12278         (execute_one_pass): Likewise.
12279         (ipa_write_summaries_2): Likewise.
12280         (ipa_write_optimization_summaries_1): Likewise.
12281         (ipa_read_optimization_summaries_1): Likewise.
12282         (execute_ipa_stmt_fixups): Likewise.
12283         * tree-pass.h (pass_data::has_gate): Remove.
12284         * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
12285         cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
12286         compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
12287         config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
12288         config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
12289         config/sh/sh_optimize_sett_clrt.cc, config/sh/sh_treg_combine.cc,
12290         config/sparc/sparc.c, cprop.c, cse.c, dce.c, df-core.c, dse.c,
12291         dwarf2cfi.c, except.c, final.c, function.c, fwprop.c, gcse.c,
12292         gimple-low.c, gimple-ssa-isolate-paths.c,
12293         gimple-ssa-strength-reduction.c, graphite.c, ifcvt.c, init-regs.c,
12294         ipa-cp.c, ipa-devirt.c, ipa-inline-analysis.c, ipa-inline.c,
12295         ipa-profile.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa.c,
12296         ira.c, jump.c, loop-init.c, lower-subreg.c, mode-switching.c,
12297         modulo-sched.c, omp-low.c, postreload-gcse.c, postreload.c, predict.c,
12298         recog.c, ree.c, reg-stack.c, regcprop.c, reginfo.c, regrename.c,
12299         reorg.c, sched-rgn.c, stack-ptr-mod.c, store-motion.c, tracer.c,
12300         trans-mem.c, tree-call-cdce.c, tree-cfg.c, tree-cfgcleanup.c,
12301         tree-complex.c, tree-eh.c, tree-emutls.c, tree-if-conv.c,
12302         tree-into-ssa.c, tree-loop-distribution.c, tree-nrv.c,
12303         tree-object-size.c, tree-parloops.c, tree-predcom.c, tree-profile.c,
12304         tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
12305         tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
12306         tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
12307         tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
12308         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
12309         tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
12310         tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
12311         tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
12312         tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
12313         tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
12314         tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c, web.c:
12315         Adjust.
12317 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
12319         * pass_manager.h (pass_manager::register_dump_files_1): Remove
12320         declaration.
12321         * passes.c (pass_manager::register_dump_files_1): Merge into
12322         (pass_manager::register_dump_files): this, and remove its handling of
12323         properties since the pass always has the properties anyway.
12324         (pass_manager::pass_manager): Adjust.
12326 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
12328         * pass_manager.h (pass_manager::register_dump_files_1): Adjust.
12329         * passes.c (pass_manager::register_dump_files_1): Remove dead code
12330         dealing with properties.
12331         (pass_manager::register_dump_files): Adjust.
12333 2014-03-20  Mark Wielaard  <mjw@redhat.com>
12335         * dwarf2out.c (add_bound_info): If HOST_WIDE_INT is big enough,
12336         then represent the bound as normal constant value.
12338 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
12340         PR target/60847
12341         Forward port from 4.8 branch
12342         2013-07-19  Kirill Yukhin  <kirill.yukhin@intel.com>
12344         * config/i386/bmiintrin.h (_blsi_u32): New.
12345         (_blsi_u64): Ditto.
12346         (_blsr_u32): Ditto.
12347         (_blsr_u64): Ditto.
12348         (_blsmsk_u32): Ditto.
12349         (_blsmsk_u64): Ditto.
12350         (_tzcnt_u32): Ditto.
12351         (_tzcnt_u64): Ditto.
12353 2014-04-17  Kito Cheng  <kito@0xlab.org>
12355         * gcc.c (used_arg): Prevent out of bound access for multilib_options.
12357 2014-04-17  Richard Biener  <rguenther@suse.de>
12359         PR middle-end/60849
12360         * tree-ssa-propagate.c (valid_gimple_rhs_p): Only allow effective
12361         boolean results for comparisons.
12363 2014-04-17  Richard Biener  <rguenther@suse.de>
12365         PR tree-optimization/60836
12366         * tree-vect-loop.c (vect_create_epilog_for_reduction): Force
12367         initial PHI args to be gimple values.
12369 2014-04-17  Richard Biener  <rguenther@suse.de>
12371         PR tree-optimization/60841
12372         * tree-vect-data-refs.c (vect_analyze_data_refs): Count stmts.
12373         * tree-vect-loop.c (vect_analyze_loop_2): Pass down number
12374         of stmts to SLP build.
12375         * tree-vect-slp.c (vect_slp_analyze_bb_1): Likewise.
12376         (vect_analyze_slp): Likewise.
12377         (vect_analyze_slp_instance): Likewise.
12378         (vect_build_slp_tree): Limit overall SLP tree growth.
12379         * tree-vectorizer.h (vect_analyze_data_refs,
12380         vect_analyze_slp): Adjust prototypes.
12382 2014-04-17  Evgeny Stupachenko  <evstupac@gmail.com>
12384         * config/i386/i386.c (x86_add_stmt_cost): Fix vector cost model for
12385         Silvermont.
12387 2014-04-17  Evgeny Stupachenko  <evstupac@gmail.com>
12389         * config/i386/x86-tune.def (TARGET_SLOW_PSHUFB): New tune definition.
12390         * config/i386/i386.h (TARGET_SLOW_PSHUFB): New tune flag.
12391         * config/i386/i386.c (expand_vec_perm_even_odd_1): Avoid byte shuffles
12392         for TARGET_SLOW_PSHUFB
12394 2014-04-17  Evgeny Stupachenko  <evstupac@gmail.com>
12396         * config/i386/i386.c (slm_cost): Adjust vec_to_scalar_cost.
12397         * config/i386/i386.c (intel_cost): Ditto.
12399 2014-04-17  Joey Ye  <joey.ye@arm.com>
12401         * opts.c (OPT_fif_conversion, OPT_fif_conversion2): Disable for Og.
12403 2014-04-16  Jan Hubicka  <hubicka@ucw.cz>
12405         * opts.c (common_handle_option): Disable -fipa-reference coorectly
12406         with -fuse-profile.
12408 2014-04-16  Jan Hubicka  <hubicka@ucw.cz>
12410         * ipa-devirt.c (odr_type_d): Add field all_derivations_known.
12411         (type_all_derivations_known_p): New predicate.
12412         (type_all_ctors_visible_p): New predicate.
12413         (type_possibly_instantiated_p): New predicate.
12414         (get_odr_type): Compute all_derivations_known.
12415         (dump_odr_type): Dump the flag.
12416         (maybe_record_type): Cleanup.
12417         (record_target_from_binfo): Add bases_to_consider array;
12418         record bases for types w/o instances and skip CXX destructor.
12419         (possible_polymorphic_call_targets_1): Add bases_to_consider
12420         and consider_construction parameters; check if type may have instance.
12421         (get_polymorphic_call_info): Set maybe_in_construction to true
12422         when we know nothing.
12423         (record_targets_from_bases): Skip CXX destructors; they are
12424         never called for types in construction.
12425         (possible_polymorphic_call_targets): Do not record target when
12426         type may not have instance.
12428 2014-04-16  Jan Hubicka  <hubicka@ucw.cz>
12430         PR ipa/60854
12431         * ipa.c (symtab_remove_unreachable_nodes): Mark targets of
12432         external aliases alive, too.
12434 2014-04-16  Andrew  Pinski  <apinski@cavium.com>
12436         * config/host-linux.c (TRY_EMPTY_VM_SPACE): Change aarch64 ilp32
12437         definition.
12439 2014-04-16  Eric Botcazou  <ebotcazou@adacore.com>
12441         * final.c (compute_alignments): Do not apply loop alignment to a block
12442         falling through to the exit.
12444 2014-04-16  Catherine Moore  <clm@codesourcery.com>
12446         * mips.md (*mov<mode>_internal, *movhi_internal, *movqi_internal):
12447         Adjust constraints for microMIPS store patterns.
12449 2014-04-16  Pitchumani Sivanupandi  <Pitchumani.S@atmel.com>
12451         * config/avr/avr-mcus.def: Correct typo for atxmega256a3bu macro.
12453 2014-04-16  Eric Botcazou  <ebotcazou@adacore.com>
12455         * tree-ssa-operands.c (create_vop_var): Set DECL_IGNORED_P.
12456         (append_use): Run at -O0.
12457         (append_vdef): Likewise.
12458         * tree-ssa-ter.c (ter_is_replaceable_p): Do not special-case -O0.
12459         * tree-ssa-uninit.c (warn_uninitialized_vars): Remove obsolete comment.
12461 2014-04-16  Jakub Jelinek  <jakub@redhat.com>
12463         PR tree-optimization/60844
12464         * tree-ssa-reassoc.c (reassoc_remove_stmt): New function.
12465         (propagate_op_to_single_use, remove_visited_stmt_chain,
12466         linearize_expr, repropagate_negates, reassociate_bb): Use it
12467         instead of gsi_remove.
12469 2014-04-16  Martin Jambor  <mjambor@suse.cz>
12471         * cgraphclones.c (cgraph_create_virtual_clone): Duplicate
12472         ipa_transforms_to_apply.
12473         (cgraph_function_versioning): Assert that old_node has empty
12474         ipa_transforms_to_apply.
12475         * trans-mem.c (ipa_tm_create_version): Likewise.
12476         * tree-inline.c (tree_function_versioning): Do not duplicate
12477         ipa_transforms_to_apply.
12479 2014-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12481         PR target/60817
12482         * configure.ac (set_have_as_tls): Merge i[34567]86-*-* and
12483         x86_64-*-* cases.
12484         Pass necessary as flags on 64-bit Solaris/x86.
12485         Use lowercase relocs for x86_64-*-*.
12486         * configure: Regenerate.
12488 2014-04-15  Jan Hubicka  <jh@suse.cz>
12490         * ipa-devirt.c (referenced_from_vtable_p): New predicate.
12491         (maybe_record_node, likely_target_p): Use it.
12493 2014-04-15  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12495         PR target/60839
12496         Revert following patch
12498         2014-04-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
12500         PR target/60735
12501         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If we have
12502         software floating point or no floating point registers, do not
12503         allow any type in the FPRs.  Eliminate a test for SPE SIMD types
12504         in GPRs that occurs after we tested for GPRs that would never be
12505         true.
12507         * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64):
12508         Rewrite tests to use TARGET_DOUBLE_FLOAT and TARGET_E500_DOUBLE,
12509         since the FMOVE64 type is DFmode/DDmode.  If TARGET_E500_DOUBLE,
12510         specifically allow DDmode, since that does not use the SPE SIMD
12511         instructions.
12513 2014-03-21  Mark Wielaard  <mjw@redhat.com>
12515         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_const_value
12516         as unsigned or int depending on type and value used.
12518 2014-04-15  Richard Biener  <rguenther@suse.de>
12520         PR rtl-optimization/56965
12521         * alias.c (ncr_compar, nonoverlapping_component_refs_p): Move ...
12522         * tree-ssa-alias.c (ncr_compar, nonoverlapping_component_refs_p):
12523         ... here.
12524         * alias.c (true_dependence_1): Do not call
12525         nonoverlapping_component_refs_p.
12526         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Call
12527         nonoverlapping_component_refs_p.
12528         (indirect_refs_may_alias_p): Likewise.
12530 2014-04-15  Teresa Johnson  <tejohnson@google.com>
12532         * cfg.c (dump_bb_info): Fix flags check.
12533         * tree-cfg.c (remove_bb): Only dump TDF_BLOCKS when removing.
12535 2014-04-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12537         PR rtl-optimization/60663
12538         * config/arm/arm.c (arm_new_rtx_costs): Improve ASM_OPERANDS case,
12539         avoid 0 cost.
12541 2014-04-15  Richard Biener  <rguenther@suse.de>
12543         * lto-streamer.h (LTO_major_version): Bump to 4.
12545 2014-04-15  Richard Biener  <rguenther@suse.de>
12547         * common.opt (lto_partition_model): New enum.
12548         (flto-partition=): Merge separate options with a single with argument,
12549         add -flto-partition=one support.
12550         * flag-types.h (enum lto_partition_model): Declare.
12551         * opts.c (finish_options): Remove duplicate -flto-partition=
12552         option check.
12553         * lto-wrapper.c (run_gcc): Adjust.
12555 2014-04-15  Richard Biener  <rguenther@suse.de>
12557         * alias.c (ncr_compar): New function.
12558         (nonoverlapping_component_refs_p): Re-implement in O (n log n).
12560 2014-04-15  Richard Biener  <rguenther@suse.de>
12562         * alias.c (record_component_aliases): Do not walk BINFOs.
12564 2014-04-15  Richard Biener  <rguenther@suse.de>
12566         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
12567         Add struct function argument and adjust.
12568         (find_func_aliases_for_call): Likewise.
12569         (find_func_aliases): Likewise.
12570         (find_func_clobbers): Likewise.
12571         (intra_create_variable_infos): Likewise.
12572         (compute_points_to_sets): Likewise.
12573         (ipa_pta_execute): Adjust.  Do not push/pop cfun.
12575 2014-04-15  Richard Biener  <rguenther@suse.de>
12577         * tree.c (iterative_hash_expr): Use enum tree_code_class
12578         to store TREE_CODE_CLASS.
12579         (tree_block): Likewise.
12580         (tree_set_block): Likewise.
12581         * tree.h (fold_build_pointer_plus_loc): Use
12582         convert_to_ptrofftype_loc.
12584 2014-04-15  Jakub Jelinek  <jakub@redhat.com>
12586         PR plugins/59335
12587         * Makefile.in (PLUGIN_HEADERS): Add various headers that have been
12588         added in 4.9.
12590 2014-04-15  Eric Botcazou  <ebotcazou@adacore.com>
12592         * cfgloop.h (struct loop): Move force_vectorize down.
12593         * gimplify.c (gimple_boolify) <ANNOTATE_EXPR>: Handle new kinds.
12594         (gimplify_expr) <ANNOTATE_EXPR>: Minor tweak.
12595         * lto-streamer-in.c (input_cfg): Read dont_vectorize field.
12596         * lto-streamer-out.c (output_cfg): Write dont_vectorize field.
12597         * tree-cfg.c (replace_loop_annotate): Revamp and handle new kinds.
12598         * tree-core.h (enum annot_expr_kind): Add new kind values.
12599         * tree-inline.c (copy_loops): Copy dont_vectorize field and reorder.
12600         * tree-pretty-print.c (dump_generic_node) <ANNOTATE_EXPR>: Handle new
12601         kinds.
12602         * tree.def (ANNOTATE_EXPR): Tweak comment.
12604 2014-04-14  Jan Hubicka  <hubicka@ucw.cz>
12606         * ipa-devirt.c (maybe_record_node): Ignore all non-methods (including
12607         cxa_pure_virtual).
12609 2014-04-14  Paolo Carlini  <paolo.carlini@oracle.com>
12611         * tree.h (TYPE_IDENTIFIER): Declare.
12612         * tree.c (subrange_type_for_debug_p): Use it.
12613         * godump.c (go_format_type): Likewise.
12614         * dwarf2out.c (is_cxx_auto, modified_type_die,
12615         gen_type_die_with_usage, gen_type_die_with_usage): Likewise.
12616         * dbxout.c (dbxout_type, dbxout_symbol): Likewise.
12618 2014-04-14  Jan Hubicka  <hubicka@ucw.cz>
12620         PR lto/60820
12621         * varpool.c (varpool_remove_node): Do not alter decls when streaming.
12623 2014-04-14  Uros Bizjak  <ubizjak@gmail.com>
12625         * config/i386/i386.c (examine_argument): Return bool.  Return true if
12626         parameter should be passed in memory.
12627         <case X86_64_COMPLEX_X87_CLASS>: Adjust.
12628         (construct_container): Update calls to examine_argument.
12629         (function_arg_advance_64): Ditto.
12630         (return_in_memory_32): Merge with ix86_return_in_memory.
12631         (return_in_memory_64): Ditto.
12632         (return_in_memory_ms_64): Ditto.
12634 2014-04-14  Jan Hubicka  <hubicka@ucw.cz>
12636         * ipa-utils.c (ipa_merge_profiles): Merge profile_id.
12637         * coverage.c (coverage_compute_profile_id): Handle externally visible
12638         symbols.
12640 2014-04-14  Martin Jambor  <mjambor@suse.cz>
12642         * tree-sra.c (ipa_sra_preliminary_function_checks): Skip
12643         DECL_DISREGARD_INLINE_LIMITS functions.
12645 2014-04-14  H.J. Lu  <hongjiu.lu@intel.com>
12647         PR target/60827
12648         * config/i386/i386.md (*fixuns_trunc<mode>_1): Revert the last change.
12650 2014-04-14  H.J. Lu  <hongjiu.lu@intel.com>
12652         PR target/60827
12653         * config/i386/i386.md (*fixuns_trunc<mode>_1): Check
12654         optimize_insn_for_speed_p instead of
12655         optimize_function_for_speed_p.
12657 2014-04-14  Yufeng Zhang  <yufeng.zhang@arm.com>
12659         * doc/invoke.texi (free): Document AArch64.
12661 2014-04-14  Richard Biener  <rguenther@suse.de>
12663         PR tree-optimization/60042
12664         * tree-ssa-pre.c (inhibit_phi_insertion): Remove.
12665         (insert_into_preds_of_block): Do not prevent PHI insertion
12666         for REFERENCE exprs here ...
12667         (eliminate_dom_walker::before_dom_children): ... but prevent
12668         their use here under similar conditions when applied to the
12669         IL after PRE optimizations.
12671 2014-04-14  Richard Biener  <rguenther@suse.de>
12673         * passes.def: Move early points-to after early SRA.
12675 2014-04-14  Richard Biener  <rguenther@suse.de>
12677         * tree-ssa-forwprop.c (simplify_gimple_switch): Enhance
12678         check for which sign-changes we allow when forwarding
12679         a converted value into a switch.
12681 2014-04-14  Eric Botcazou  <ebotcazou@adacore.com>
12683         * stor-layout.c (place_field): Finalize non-constant offset for the
12684         field, if any.
12686 2014-04-14  Richard Biener  <rguenther@suse.de>
12688         * tree-switch-conversion.c (lshift_cheap_p): Get speed_p
12689         as argument.
12690         (expand_switch_using_bit_tests_p): Likewise.
12691         (process_switch): Compute and pass on speed_p based on the
12692         switch stmt.
12693         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Use
12694         optimize_bb_for_speed_p.
12696 2014-04-14  Eric Botcazou  <ebotcazou@adacore.com>
12698         * cfgloop.h (struct loop): Rename force_vect into force_vectorize.
12699         * function.h (struct function): Rename has_force_vect_loops into
12700         has_force_vectorize_loops.
12701         * lto-streamer-in.c (input_cfg): Adjust for renaming.
12702         (input_struct_function_base): Likewise.
12703         * lto-streamer-out.c (output_cfg): Likewise.
12704         (output_struct_function_base): Likewise.
12705         * omp-low.c (expand_omp_simd): Likewise.
12706         * tree-cfg.c (move_sese_region_to_fn): Likewise.
12707         * tree-if-conv.c (ifcvt_can_use_mask_load_store): Likewise.
12708         (version_loop_for_if_conversion): Likewise.
12709         (tree_if_conversion): Likewise.
12710         (main_tree_if_conversion): Likewise.
12711         (gate_tree_if_conversion): Likewise.
12712         * tree-inline.c (copy_loops): Likewise.
12713         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely_1): Likewise.
12714         * tree-ssa-loop.c (tree_loop_vectorize): Likewise.
12715         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Likewise.
12716         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Likewise.
12717         * tree-vectorizer.c (vectorize_loops): Likewise.
12718         * tree-vectorizer.h (unlimited_cost_model): Likewise.
12720 2014-04-14  Richard Biener  <rguenther@suse.de>
12722         PR lto/60720
12723         * lto-streamer-out.c (wrap_refs): New function.
12724         (lto_output): Wrap symbol references in global initializes in
12725         type-preserving MEM_REFs.
12727 2014-04-14  Christian Bruel  <christian.bruel@st.com>
12729         * config/sh/sh-mem.cc (sh_expand_strlen): Unroll last word.
12731 2014-04-14  Christian Bruel  <christian.bruel@st.com>
12733         * config/sh/sh.md (setmemqi): New expand pattern.
12734         * config/sh/sh.h (CLEAR_RATIO): Define.
12735         * config/sh/sh-mem.cc (sh_expand_setmem): Define.
12736         * config/sh/sh-protos.h (sh_expand_setmem): Declare.
12738 2014-04-14  Richard Biener  <rguenther@suse.de>
12740         PR middle-end/55022
12741         * fold-const.c (negate_expr_p): Don't negate directional rounding
12742         division.
12743         (fold_negate_expr): Likewise.
12745 2014-04-14  Richard Biener  <rguenther@suse.de>
12747         PR tree-optimization/59817
12748         PR tree-optimization/60453
12749         * graphite-scop-detection.c (graphite_can_represent_scev): Complete
12750         recursion to catch all CHRECs in the scalar evolution and restrict
12751         the predicate for the remains appropriately.
12753 2014-04-12  Catherine Moore  <clm@codesourcery.com>
12755         * config/mips/constraints.md: Add new register constraint "kb".
12756         * config/mips/mips.md (*mov<mode>_internal): Use constraint "kb".
12757         (*movhi_internal): Likewise.
12758         (*movqi_internal): Likewise.
12759         * config/mips/mips.h (M16_STORE_REGS): New register class.
12760         (REG_CLASS_NAMES): Add M16_STORE_REGS.
12761         (REG_CLASS_CONTENTS): Likewise.
12762         * config/mips/mips.c (mips_regno_to_class): Add M16_STORE_REGS.
12764 2014-04-11  Tobias Burnus  <burnus@net-b.de>
12766         PR c/60194
12767         * doc/invoke.texi (-Wformat-signedness): Document it.
12768         (Wformat=2): Mention that this enables -Wformat-signedness.
12770 2014-04-11  Joern Rennecke  <joern.rennecke@embecosm.com>
12772         * common/config/epiphany/epiphany-common.c
12773         (epiphany_option_optimization_table): Enable section anchors by
12774         default at -O1 or higher.
12775         * config/epiphany/epiphany.c (TARGET_MAX_ANCHOR_OFFSET): Define.
12776         (TARGET_MIN_ANCHOR_OFFSET): Likewise.
12777         (epiphany_rtx_costs) <SET>: For binary operators, the set as such
12778         carries no extra cost.
12779         (epiphany_legitimate_address_p): For BLKmode, apply SImode check.
12780         * config/epiphany/epiphany.h (ASM_OUTPUT_DEF): Define.
12781         * config/epiphany/predicates.md (memclob_operand): New predicate.
12782         * config/epiphany/epiphany.md (stack_adjust_add, stack_adjust_str):
12783         Use memclob_operand predicate and X constraint for operand 3.
12785 2014-04-11  Joern Rennecke  <joern.rennecke@embecosm.com>
12787         * config/epiphany/epiphany.c (epiphany_rtx_cost): Compare
12788         with CC_N_NE / CC_C_LTU / CC_C_GTU carries no extra cost for
12789         its operands.
12791 2014-04-11  Joern Rennecke  <joern.rennecke@embecosm.com>
12793         PR rtl-optimization/60651
12794         * mode-switching.c (optimize_mode_switching): Make sure to emit
12795         sets of a lower numbered entity before sets of a higher numbered
12796         entity to a mode of the same or lower priority.
12797         When creating a seginfo for a basic block that starts with a code
12798         label, move the insertion point past the code label.
12799         (new_seginfo): Document and enforce requirement that
12800         NOTE_INSN_BASIC_BLOCK only appears for empty blocks.
12801         * doc/tm.texi.in: Document ordering constraint for emitted mode sets.
12802         * doc/tm.texi: Regenerate.
12804 2014-01-11  Joern Rennecke  <joern.rennecke@embecosm.com>
12806         PR target/60811
12807         * config/arc/arc.c (arc_save_restore): Fix assert typo.
12809 2013-04-11  Jakub Jelinek  <jakub@redhat.com>
12811         * BASE-VER: Set to 4.10.0.
12813 2014-04-11  Tobias Burnus  <burnus@net-b.de>
12815         PR other/59055
12816         * doc/bugreport.texi (Bugs): Remove nodes pointing to the nirvana.
12817         * doc/gcc.texi (Service): Update description in the @menu
12818         * doc/invoke.texi (Option Summary): Remove misplaced and
12819         duplicated @menu.
12821 2014-04-11  Steve Ellcey  <sellcey@mips.com>
12822             Jakub Jelinek  <jakub@redhat.com>
12824         PR middle-end/60556
12825         * expr.c (convert_move): Use emit_store_flag_force instead of
12826         emit_store_flag.  Pass lowpart_mode instead of VOIDmode as 5th
12827         argument to it.
12829 2014-04-11  Richard Biener  <rguenther@suse.de>
12831         PR middle-end/60797
12832         * varasm.c (assemble_alias): Avoid endless error reporting
12833         recursion by setting TREE_ASM_WRITTEN.
12835 2014-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12837         * config/s390/s390.md: Add a splitter for NOT rtx.
12839 2014-04-11  Jakub Jelinek  <jakub@redhat.com>
12841         PR rtl-optimization/60663
12842         * cse.c (cse_insn): Set src_volatile on ASM_OPERANDS in PARALLEL.
12844 2014-04-10  Jan Hubicka  <hubicka@ucw.cz>
12845             Jakub Jelinek  <jakub@redhat.com>
12847         PR lto/60567
12848         * ipa.c (function_and_variable_visibility): Copy forced_by_abi
12849         flag from decl_node to node.
12851 2014-04-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
12853         PR debug/60655
12854         * config/arm/arm.c (TARGET_CONST_NOT_OK_FOR_DEBUG_P): Define
12855         (arm_const_not_ok_for_debug_p): Reject MINUS with SYM_REF's
12856         ameliorating the cases where it can be.
12858 2014-04-09  David Edelsohn  <dje.gcc@gmail.com>
12860         Revert
12861         2014-04-08  Pat Haugen  <pthaugen@us.ibm.com>
12863         * config/rs6000/sync.md (AINT mode_iterator): Move definition.
12864         (loadsync_<mode>): Change mode.
12865         (load_quadpti, store_quadpti): New.
12866         (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
12867         * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
12868         * config/rs6000/predicates.md (quad_memory_operand): !TARGET_SYNC_TI.
12870 2014-04-09  Cong Hou  <congh@google.com>
12872         PR testsuite/60773
12873         * doc/sourcebuild.texi (vect_widen_mult_si_to_di_pattern): Add
12874         documentation.
12876 2014-04-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12878         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Use vnand
12879         instead of vnor to exploit possible fusion opportunity in the
12880         future.
12881         (altivec_expand_vec_perm_const_le): Likewise.
12883 2014-04-08  Pat Haugen  <pthaugen@us.ibm.com>
12885         * config/rs6000/sync.md (AINT mode_iterator): Move definition.
12886         (loadsync_<mode>): Change mode.
12887         (load_quadpti, store_quadpti): New.
12888         (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
12889         * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
12891 2014-04-08  Richard Sandiford  <rdsandiford@googlemail.com>
12893         PR target/60763
12894         * config/rs6000/vsx.md (vsx_xscvdpspn_scalar): Change input to DImode.
12895         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Update accordingly.
12896         Use gen_rtx_REG rather than simplify_gen_subreg for op0_di.
12898 2014-04-08  Richard Biener  <rguenther@suse.de>
12900         PR middle-end/60706
12901         * tree-pretty-print.c (pp_double_int): For HWI32 hosts with
12902         a 64bit widest int print double-int similar to on HWI64 hosts.
12904 2014-04-08  Richard Biener  <rguenther@suse.de>
12906         PR tree-optimization/60785
12907         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Treat
12908         default defs properly.
12910 2014-04-08  Nathan Sidwell  <nathan@codesourcery.com>
12912         * doc/invoke (Wnon-virtual-dtor): Update to match implementation.
12913         (Weffc++): Likewise.
12915 2014-04-07  Jan Hubicka  <hubcika@ucw.cz>
12917         * ipa-devirt.c (maybe_record_node): When node is not recorded,
12918         set completep to false rather than true.
12920 2014-04-07  Douglas B Rupp  <rupp@adacore.com>
12922         PR target/60504
12923         * config/arm/arm.h (ASM_PREFERRED_EH_DATA_FORMAT): Expose from
12924         ARM_TARGET2_DWARF_FORMAT.
12926 2014-04-07  Charles Baylis  <charles.baylis@linaro.org>
12928         PR target/60609
12929         * config/arm/arm.h (ASM_OUTPUT_CASE_END): Remove.
12930         (LABEL_ALIGN_AFTER_BARRIER): Align barriers which occur after
12931         ADDR_DIFF_VEC.
12933 2014-04-07  Richard Biener  <rguenther@suse.de>
12935         PR tree-optimization/60766
12936         * tree-ssa-loop-ivopts.c (cand_value_at): Compute in an unsigned type.
12937         (may_eliminate_iv): Convert cand_value_at result to desired type.
12939 2014-04-07  Jason Merrill  <jason@redhat.com>
12941         PR c++/60731
12942         * common.opt (-fno-gnu-unique): Add.
12943         * config/elfos.h (USE_GNU_UNIQUE_OBJECT): Check it.
12945 2014-04-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12947         * haifa-sched.c: Fix outdated function reference and minor
12948         grammar errors in introductory comment.
12950 2014-04-07  Richard Biener  <rguenther@suse.de>
12952         PR middle-end/60750
12953         * tree-ssa-operands.c (maybe_add_call_vops): Also add VDEFs
12954         for noreturn calls.
12955         * tree-cfgcleanup.c (fixup_noreturn_call): Do not remove VDEFs.
12957 2014-04-06  John David Anglin  <danglin@gcc.gnu.org>
12959         PR debug/55794
12960         * config/pa/pa.c (pa_output_function_epilogue): Skip address and code
12961         size accounting for thunks.
12962         (pa_asm_output_mi_thunk): Use final_start_function() and
12963         final_end_function() to output function start and end directives.
12965 2014-04-05  Pitchumani Sivanupandi  <Pitchumani.S@atmel.com>
12967         * config/avr/avr-arch.h (avr_mcu_t): Add dev_attribute field to have
12968         device specific ISA/ feature information. Remove short_sp and
12969         errata_skip ds.  Add avr_device_specific_features enum to have device
12970         specific info.
12971         * config/avr/avr-c.c (avr_cpu_cpp_builtins): use dev_attribute to check
12972         errata_skip. Add __AVR_ISA_RMW__ builtin macro if RMW ISA available.
12973         * config/avr/avr-devices.c (avr_mcu_types): Update AVR_MCU macro for
12974         updated device specific info.
12975         * config/avr/avr-mcus.def: Merge device specific details to
12976         dev_attribute field.
12977         * config/avr/avr.c (avr_2word_insn_p): use dev_attribute field to check
12978         errata_skip.
12979         * config/avr/avr.h (AVR_HAVE_8BIT_SP): same for short sp info.
12980         * config/avr/driver-avr.c (avr_device_to_as): Pass -mrmw option to
12981         assembler if RMW isa supported by current device.
12982         * config/avr/genmultilib.awk: Update as device info structure changed.
12983         * doc/invoke.texi: Add info for __AVR_ISA_RMW__ builtin macro
12985 2014-04-04  Cong Hou  <congh@google.com>
12987         PR tree-optimization/60656
12988         * tree-vect-stmts.c (supportable_widening_operation):
12989         Fix a bug that elements in a vector with vect_used_by_reduction
12990         property are incorrectly reordered when the operation on it is not
12991         consistant with the one in reduction operation.
12993 2014-04-04  John David Anglin  <danglin@gcc.gnu.org>
12995         PR rtl-optimization/60155
12996         * gcse.c (record_set_data): New function.
12997         (single_set_gcse): New function.
12998         (gcse_emit_move_after): Use single_set_gcse instead of single_set.
12999         (hoist_code): Likewise.
13000         (get_pressure_class_and_nregs): Likewise.
13002 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
13004         * explow.c (probe_stack_range): Emit a final optimization blockage.
13006 2014-04-04  Anthony Green  <green@moxielogic.com>
13008         * config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2): Fix
13009         typos.
13011 2014-04-04  Jan Hubicka  <hubicka@ucw.cz>
13013         PR ipa/59626
13014         * lto-cgraph.c (input_overwrite_node): Check that partitioning
13015         flags are set only during streaming.
13016         * ipa.c (process_references, walk_polymorphic_call_targets,
13017         symtab_remove_unreachable_nodes): Drop bodies of always inline
13018         after early inlining.
13019         (symtab_remove_unreachable_nodes): Remove always_inline attribute.
13021 2014-04-04  Jakub Jelinek  <jakub@redhat.com>
13022         Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
13024         PR debug/60655
13025         * dwarf2out.c (const_ok_for_output_1): Reject expressions
13026         containing a NOT.
13028 2014-04-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13030         PR bootstrap/60743
13031         * config/arm/cortex-a53.md (cortex_a53_fdivs): Reduce reservation
13032         duration.
13033         (cortex_a53_fdivd): Likewise.
13035 2014-04-04  Martin Jambor  <mjambor@suse.cz>
13037         PR ipa/60640
13038         * cgraph.h (cgraph_clone_node): New parameter added to declaration.
13039         Adjust all callers.
13040         * cgraph.c (clone_of_p): Also return true if thunks match.
13041         (verify_edge_corresponds_to_fndecl): Removed extraneous call to
13042         cgraph_function_or_thunk_node and an obsolete comment.
13043         * cgraphclones.c (build_function_type_skip_args): Moved upwards in the
13044         file.
13045         (build_function_decl_skip_args): Likewise.
13046         (set_new_clone_decl_and_node_flags): New function.
13047         (duplicate_thunk_for_node): Likewise.
13048         (redirect_edge_duplicating_thunks): Likewise.
13049         (cgraph_clone_node): New parameter args_to_skip, pass it to
13050         redirect_edge_duplicating_thunks which is called instead of
13051         cgraph_redirect_edge_callee.
13052         (cgraph_create_virtual_clone): Pass args_to_skip to cgraph_clone_node,
13053         moved setting of a lot of flags to set_new_clone_decl_and_node_flags.
13055 2014-04-04  Jeff Law  <law@redhat.com>
13057         PR target/60657
13058         * config/arm/predicates.md (const_int_I_operand): New predicate.
13059         (const_int_M_operand): Similarly.
13060         * config/arm/arm.md (insv_zero): Use const_int_M_operand instead of
13061         const_int_operand.
13062         (insv_t2, extv_reg, extzv_t2): Likewise.
13063         (load_multiple_with_writeback): Similarly for const_int_I_operand.
13064         (pop_multiple_with_writeback_and_return): Likewise.
13065         (vfp_pop_multiple_with_writeback): Likewise
13067 2014-04-04  Richard Biener  <rguenther@suse.de>
13069         PR ipa/60746
13070         * tree-ssanames.c (make_ssa_name_fn): Fix assert.
13071         * gimple.c (gimple_set_bb): Avoid ICEing for NULL cfun for
13072         non-GIMPLE_LABELs.
13073         * gimplify.h (gimple_add_tmp_var_fn): Declare.
13074         * gimplify.c (gimple_add_tmp_var_fn): New function.
13075         * gimple-expr.h (create_tmp_reg_fn): Declare.
13076         * gimple-expr.c (create_tmp_reg_fn): New function.
13077         * gimple-low.c (record_vars_into): Don't change cfun.
13078         * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Fix
13079         code generation without cfun.
13081 2014-04-04  Thomas Schwinge  <thomas@codesourcery.com>
13083         PR bootstrap/60719
13084         * Makefile.in (install-driver): Fix shell scripting.
13086 2014-04-03  Cong Hou  <congh@google.com>
13088         PR tree-optimization/60505
13089         * tree-vectorizer.h (struct _stmt_vec_info): Add th field as the
13090         threshold of number of iterations below which no vectorization
13091         will be done.
13092         * tree-vect-loop.c (new_loop_vec_info):
13093         Initialize LOOP_VINFO_COST_MODEL_THRESHOLD.
13094         * tree-vect-loop.c (vect_analyze_loop_operations):
13095         Set LOOP_VINFO_COST_MODEL_THRESHOLD.
13096         * tree-vect-loop.c (vect_transform_loop):
13097         Use LOOP_VINFO_COST_MODEL_THRESHOLD.
13098         * tree-vect-loop.c (vect_analyze_loop_2): Check the maximum number
13099         of iterations of the loop and see if we should build the epilogue.
13101 2014-04-03  Richard Biener  <rguenther@suse.de>
13103         * tree-streamer.h (struct streamer_tree_cache_d): Add next_idx member.
13104         (streamer_tree_cache_create): Adjust.
13105         * tree-streamer.c (streamer_tree_cache_add_to_node_array): Adjust
13106         to allow optional nodes array.
13107         (streamer_tree_cache_insert_1): Use next_idx to assign idx.
13108         (streamer_tree_cache_append): Likewise.
13109         (streamer_tree_cache_create): Create nodes array optionally
13110         as specified by parameter.
13111         * lto-streamer-out.c (create_output_block): Avoid maintaining
13112         the node array in the writer cache.
13113         (DFS_write_tree): Remove assertion.
13114         (produce_asm_for_decls): Free the out decl state hash table early.
13115         * lto-streamer-in.c (lto_data_in_create): Adjust for
13116         streamer_tree_cache_create prototype change.
13118 2014-04-03  Richard Biener  <rguenther@suse.de>
13120         * tree-streamer-out.c (streamer_write_chain): Do not temporarily
13121         set TREE_CHAIN to NULL_TREE.
13123 2014-04-03  Richard Biener  <rguenther@suse.de>
13125         PR tree-optimization/60740
13126         * graphite-scop-detection.c (stmt_simple_for_scop_p): Iterate
13127         over all GIMPLE_COND operands.
13129 2014-04-03  Nathan Sidwell  <nathan@codesourcery.com>
13131         * doc/invoke.texi (Wnon-virtual-dtor): Adjust documentation.
13132         (Weffc++): Remove Scott's numbering, merge lists and reference
13133         Wnon-virtual-dtor.
13135 2014-04-03  Nick Clifton  <nickc@redhat.com>
13137         * config/rl78/rl78-expand.md (movqi): Handle (SUBREG (SYMBOL_REF))
13138         properly.
13140 2014-04-03  Martin Jambor  <mjambor@suse.cz>
13142         * ipa-cp.c (ipcp_verify_propagated_values): Also dump symtab and
13143         mention gcc_unreachable before failing.
13144         * ipa.c (symtab_remove_unreachable_nodes): Also print order of
13145         removed symbols.
13147 2014-04-02  Jan Hubicka  <hubicka@ucw.cz>
13149         PR ipa/60659
13150         * ipa-devirt.c (get_polymorphic_call_info): Do not ICE on type
13151         inconsistent code and instead mark the context inconsistent.
13152         (possible_polymorphic_call_targets): For inconsistent contexts
13153         return empty complete list.
13155 2014-04-02  Anthony Green  <green@moxielogic.com>
13157         * config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2)
13158         (extendqisi2, extendhisi2): Define.
13159         * config/moxie/moxie.h (DEFAULT_SIGNED_CHAR): Change to 0.
13160         (WCHAR_TYPE): Change to unsigned int.
13162 2014-04-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13164         PR tree-optimization/60733
13165         * gimple-ssa-strength-reduction.c (ncd_with_phi): Change required
13166         insertion point for PHI candidates to be the end of the feeding
13167         block for the PHI argument.
13169 2014-04-02  Vladimir Makarov  <vmakarov@redhat.com>
13171         PR rtl-optimization/60650
13172         * lra-constraints.c (process_alt_operands): Decrease reject for
13173         earlyclobber matching.
13175 2014-04-02  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13177         * config/s390/s390.c (s390_expand_insv): Use GET_MODE_BITSIZE.
13179 2014-04-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13181         * config/spu/spu.c (pad_bb): Do not crash when the last
13182         insn is CODE_FOR_blockage.
13184 2014-04-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13186         * config/spu/spu.md ("insv"): Fail if bitoffset+bitsize
13187         lies outside the target mode.
13189 2014-04-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
13191         PR target/60735
13192         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If we have
13193         software floating point or no floating point registers, do not
13194         allow any type in the FPRs.  Eliminate a test for SPE SIMD types
13195         in GPRs that occurs after we tested for GPRs that would never be
13196         true.
13198         * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64):
13199         Rewrite tests to use TARGET_DOUBLE_FLOAT and TARGET_E500_DOUBLE,
13200         since the FMOVE64 type is DFmode/DDmode.  If TARGET_E500_DOUBLE,
13201         specifically allow DDmode, since that does not use the SPE SIMD
13202         instructions.
13204 2014-04-02  Richard Biener  <rguenther@suse.de>
13206         PR middle-end/60729
13207         * optabs.c (expand_abs_nojump): Honor flag_trapv only for
13208         MODE_INTs.  Properly use negv_optab.
13209         (expand_abs): Likewise.
13211 2014-04-02  Richard Biener  <rguenther@suse.de>
13213         PR bootstrap/60719
13214         * Makefile.in (install-driver): Guard extra installs with special
13215         names properly.
13217 2014-04-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
13219         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
13220         Document vec_vgbbd.
13222 2014-04-01  Richard Henderson  <rth@redhat.com>
13224         PR target/60704
13225         * config/i386/i386.md (*float<SWI48><MODEF>2_sse): Leave the second
13226         alternative enabled before register allocation.
13228 2014-04-01  Chung-Lin Tang  <cltang@codesourcery.com>
13230         * config/nios2/nios2.md (unspec): Remove UNSPEC_TLS, UNSPEC_TLS_LDM.
13231         * config/nios2/nios2.c (nios2_function_profiler): Fix addi operand
13232         typo.
13233         (nios2_large_got_address): Remove unneeded 'sym' parameter.
13234         (nios2_got_address): Update nios2_large_got_address call site.
13235         (nios2_delegitimize_address): New function.
13236         (TARGET_DELEGITIMIZE_ADDRESS): Define to nios2_delegitimize_address.
13237         * config/nios2/linux.h (GLIBC_DYNAMIC_LINKER): Define.
13238         (LINK_SPEC): Specify dynamic linker using GNU_USER_DYNAMIC_LINKER.
13240 2014-04-01  Martin Husemann  <martin@duskware.de>
13242         * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Define __mips_o32
13243         for -mabi=32.
13245 2014-04-01  Richard Sandiford  <rdsandiford@googlemail.com>
13247         PR rtl-optimization/60604
13248         * recog.c (general_operand): Incorporate REG_CANNOT_CHANGE_MODE_P
13249         check from register_operand.
13250         (register_operand): Redefine in terms of general_operand.
13251         (nonmemory_operand): Use register_operand for the non-constant cases.
13253 2014-04-01  Richard Biener  <rguenther@suse.de>
13255         * gimple.h (struct gimple_statement_base): Align subcode to 16 bits.
13257 2014-04-01  Sebastian Huber  <sebastian.huber@embedded-brains.de>
13259         * doc/invoke.texi (mapp-regs): Clarify.
13261 2014-03-31  Ulrich Drepper  <drepper@gmail.com>
13263         * config/i386/avx512fintrin.h (__v32hi): Define type.
13264         (__v64qi): Likewise.
13265         (_mm512_set1_epi8): Define.
13266         (_mm512_set1_epi16): Define.
13267         (_mm512_set4_epi32): Define.
13268         (_mm512_set4_epi64): Define.
13269         (_mm512_set4_pd): Define.
13270         (_mm512_set4_ps): Define.
13271         (_mm512_setr4_epi64): Define.
13272         (_mm512_setr4_epi32): Define.
13273         (_mm512_setr4_pd): Define.
13274         (_mm512_setr4_ps): Define.
13275         (_mm512_setzero_epi32): Define.
13277 2014-03-31  Martin Jambor  <mjambor@suse.cz>
13279         PR middle-end/60647
13280         * tree-sra.c (callsite_has_enough_arguments_p): Renamed to
13281         callsite_arguments_match_p.  Updated all callers.  Also check types of
13282         corresponding formal parameters and actual arguments.
13283         (not_all_callers_have_enough_arguments_p) Renamed to
13284         some_callers_have_mismatched_arguments_p.
13286 2014-03-31  Yuri Rumyantsev  <ysrumyan@gmail.com>
13288         * tree-inline.c (copy_loops): Add missed copy of 'safelen'.
13290 2014-03-31  Kugan Vivekanandarajah  <kuganv@linaro.org>
13292         PR target/60034
13293         * aarch64/aarch64.c (aarch64_classify_address): Fix alignment for
13294         section anchor.
13296 2014-03-30  Uros Bizjak  <ubizjak@gmail.com>
13298         * config/i386/sse.md (FMAMODE_NOVF512): New mode iterator.
13299         (<sd_mask_codefor>fma_fmadd_<mode><sd_maskz_name><round_name>):
13300         Split out
13301         <sd_mask_codefor>fma_fmadd_<VF_512:mode><sd_maskz_name><round_name>.
13302         Use FMAMODE_NOVF512 mode iterator.
13303         (<sd_mask_codefor>fma_fmsub_<mode><sd_maskz_name><round_name>): Ditto.
13304         (<sd_mask_codefor>fma_fnmadd_<mode><sd_maskz_name><round_name>): Ditto.
13305         (<sd_mask_codefor>fma_fnmsub_<mode><sd_maskz_name><round_name>): Ditto.
13306         (<sd_mask_codefor>fma_fmaddsub_<mode><sd_maskz_name><round_name>):
13307         Split out
13308         <sd_mask_codefor>fma_fmaddsub_<VF_512:mode><sd_maskz_name><round_name>.
13309         Use VF_128_256 mode iterator.
13310         (<sd_mask_codefor>fma_fmsubadd_<mode><sd_maskz_name><round_name>):
13311         Ditto.
13313 2014-03-28  Jan Hubicka  <hubicka@ucw.cz>
13315         * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Clear
13316         static chain if needed.
13318 2014-03-28  Vladimir Makarov  <vmakarov@redhat.com>
13320         PR target/60697
13321         * lra-constraints.c (index_part_to_reg): New.
13322         (process_address): Use it.
13324 2014-03-27  Jeff Law  <law@redhat.com>
13325             Jakub Jelinek  <jakub@redhat.com>
13327         PR target/60648
13328         * expr.c (do_tablejump): Use simplify_gen_binary rather than
13329         gen_rtx_{PLUS,MULT} to build up the address expression.
13331         * i386/i386.c (ix86_legitimize_address): Use copy_addr_to_reg to avoid
13332         creating non-canonical RTL.
13334 2014-03-28  Jan Hubicka  <hubicka@ucw.cz>
13336         PR ipa/60243
13337         * ipa-inline.c (want_inline_small_function_p): Short circuit large
13338         functions; reorganize to make cheap checks first.
13339         (inline_small_functions): Do not estimate growth when dumping;
13340         it is expensive.
13341         * ipa-inline.h (inline_summary): Add min_size.
13342         (growth_likely_positive): New function.
13343         * ipa-inline-analysis.c (dump_inline_summary): Add min_size.
13344         (set_cond_stmt_execution_predicate): Cleanup.
13345         (estimate_edge_size_and_time): Compute min_size.
13346         (estimate_calls_size_and_time): Likewise.
13347         (estimate_node_size_and_time): Likewise.
13348         (inline_update_overall_summary): Update min_size.
13349         (do_estimate_edge_time): Likewise.
13350         (do_estimate_edge_size): Update.
13351         (do_estimate_edge_hints): Update.
13352         (growth_likely_positive): New function.
13354 2014-03-28  Jakub Jelinek  <jakub@redhat.com>
13356         PR target/60693
13357         * config/i386/i386.c (ix86_copy_addr_to_reg): Call copy_addr_to_reg
13358         also if addr has VOIDmode.
13360 2014-03-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13362         * config/arm/aarch-common.c (aarch_crypto_can_dual_issue): New.
13363         * config/arm/aarch-common-protos.h (aarch_crypto_can_dual_issue):
13364         Declare extern.
13365         * config/arm/cortex-a53.md: Add reservations and bypass for crypto
13366         instructions as well as AdvancedSIMD loads.
13368 2014-03-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13370         * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aes_op>v16qi):
13371         Use crypto_aese type.
13372         (aarch64_crypto_aes<aesmc_op>v16qi): Use crypto_aesmc type.
13373         * config/arm/arm.md (is_neon_type): Replace crypto_aes with
13374         crypto_aese, crypto_aesmc.  Move to types.md.
13375         * config/arm/types.md (crypto_aes): Split into crypto_aese,
13376         crypto_aesmc.
13377         * config/arm/iterators.md (crypto_type): Likewise.
13379 2014-03-28  Jan Hubicka  <hubicka@ucw.cz>
13381         * cgraph.c: Include expr.h and tree-dfa.h.
13382         (cgraph_redirect_edge_call_stmt_to_callee): If call in noreturn;
13383         remove LHS.
13385 2014-03-28  Vladimir Makarov  <vmakarov@redhat.com>
13387         PR target/60675
13388         * lra-assigns.c (find_hard_regno_for): Remove unavailable hard
13389         regs from checking multi-reg pseudos.
13391 2014-03-28  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
13393         * config/arm/t-aprofile (MULTILIB_MATCHES): Correct A12 rule.
13395 2014-03-28  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13397         * config/rs6000/rs6000.c (fusion_gpr_load_p): Refuse optimization
13398         if it would clobber the stack pointer, even temporarily.
13400 2014-03-28  Eric Botcazou  <ebotcazou@adacore.com>
13402         * mode-switching.c: Make small adjustments to the top comment.
13404 2014-03-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
13406         * config/rs6000/constraints.md (wD constraint): New constraint to
13407         match the constant integer to get the top DImode/DFmode out of a
13408         vector in a VSX register.
13410         * config/rs6000/predicates.md (vsx_scalar_64bit): New predicate to
13411         match the constant integer to get the top DImode/DFmode out of a
13412         vector in a VSX register.
13414         * config/rs6000/rs6000-builtins.def (VBPERMQ): Add vbpermq builtin
13415         for ISA 2.07.
13417         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
13418         vbpermq builtins.
13420         * config/rs6000/rs6000.c (rs6000_debug_reg_global): If
13421         -mdebug=reg, print value of VECTOR_ELEMENT_SCALAR_64BIT.
13423         * config/rs6000/vsx.md (vsx_extract_<mode>, V2DI/V2DF modes):
13424         Optimize vec_extract of 64-bit values, where the value being
13425         extracted is in the top word, where we can use scalar
13426         instructions.  Add direct move and store support.  Combine the big
13427         endian/little endian vector select load support into a single insn.
13428         (vsx_extract_<mode>_internal1): Likewise.
13429         (vsx_extract_<mode>_internal2): Likewise.
13430         (vsx_extract_<mode>_load): Likewise.
13431         (vsx_extract_<mode>_store): Likewise.
13432         (vsx_extract_<mode>_zero): Delete, big and little endian insns are
13433         combined into vsx_extract_<mode>_load.
13434         (vsx_extract_<mode>_one_le): Likewise.
13436         * config/rs6000/rs6000.h (VECTOR_ELEMENT_SCALAR_64BIT): Macro to
13437         define the top 64-bit vector element.
13439         * doc/md.texi (PowerPC and IBM RS6000 constraints): Document wD
13440         constraint.
13442         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
13443         Document vec_vbpermq builtin.
13445         PR target/60672
13446         * config/rs6000/altivec.h (vec_xxsldwi): Add missing define to
13447         enable use of xxsldwi and xxpermdi builtin functions.
13448         (vec_xxpermdi): Likewise.
13450         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
13451         Document use of vec_xxsldwi and vec_xxpermdi builtins.
13453 2014-03-27  Vladimir Makarov  <vmakarov@redhat.com>
13455         PR rtl-optimization/60650
13456         * lra-assign.c (find_hard_regno_for, spill_for): Add parameter
13457         first_p.  Use it.
13458         (find_spills_for): New.
13459         (assign_by_spills): Pass the new parameter to find_hard_regno_for.
13460         Spill all pseudos on the second iteration.
13462 2014-03-27  Marek Polacek  <polacek@redhat.com>
13464         PR c/50347
13465         * doc/extend.texi (ffs Builtins): Change unsigned types to signed
13466         types.
13468 2014-03-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13470         * config/s390/s390.c (s390_can_use_return_insn): Check for
13471         call-saved FPRs on 31 bit.
13473 2014-03-27  Jakub Jelinek  <jakub@redhat.com>
13475         PR middle-end/60682
13476         * omp-low.c (lower_omp_1): For gimple_clobber_p stmts,
13477         if they need regimplification, just drop them instead of
13478         calling gimple_regimplify_operands on them.
13480 2014-03-27  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13482         PR target/60580
13483         * config/aarch64/aarch64.c (faked_omit_frame_pointer): Remove.
13484         (aarch64_frame_pointer_required): Adjust logic.
13485         (aarch64_can_eliminate): Adjust logic.
13486         (aarch64_override_options_after_change): Adjust logic.
13488 2014-03-27  Dehao Chen  <dehao@google.com>
13490         * ipa-inline.c (early_inliner): Update node's inline info.
13492 2014-03-26  Dehao Chen  <dehao@google.com>
13494         * dojump.c (do_compare_rtx_and_jump): Sets correct probability for
13495         compiler inserted conditional jumps for NAN float check.
13497 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
13499         * ubsan.h (ubsan_create_data): Change second argument's type
13500         to const location_t *.
13501         * ubsan.c (ubsan_source_location): If xloc.file is NULL, set it to
13502         _("<unknown>").
13503         (ubsan_create_data): Change second argument to const location_t *PLOC.
13504         Create Loc field whenever PLOC is non-NULL.
13505         (ubsan_instrument_unreachable, ubsan_expand_null_ifn,
13506         ubsan_build_overflow_builtin, instrument_bool_enum_load): Adjust
13507         callers.
13509         PR other/59545
13510         * real.c (real_to_integer2): Change type of low to UHWI.
13512 2014-03-26  Tobias Burnus  <burnus@net-b.de>
13514         * gcc.c (LINK_COMMAND_SPEC): Use libcilkrts.spec for -fcilkplus.
13515         (CILK_SELF_SPECS): New define.
13516         (driver_self_specs): Use it.
13518 2014-03-26  Richard Biener  <rguenther@suse.de>
13520         * tree-pretty-print.c (percent_K_format): Implement special
13521         case for LTO and its stripped down BLOCK tree.
13523 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
13525         PR sanitizer/60636
13526         * ubsan.c (instrument_si_overflow): Instrument ABS_EXPR.
13528         * tree-vrp.c (simplify_internal_call_using_ranges): If only
13529         one range is range_int_cst_p, but not both, at least optimize
13530         addition/subtraction of 0 and multiplication by 0 or 1.
13531         * gimple-fold.c (gimple_fold_call): Fold
13532         IFN_UBSAN_CHECK_{ADD,SUB,MUL}.
13533         (gimple_fold_stmt_to_constant_1): If both op0 and op1 aren't
13534         INTEGER_CSTs, try to fold at least x * 0 and y - y.
13536 2014-03-26  Eric Botcazou  <ebotcazou@adacore.com>
13538         PR rtl-optimization/60452
13539         * rtlanal.c (rtx_addr_can_trap_p_1): Fix head comment.
13540         <case REG>: Return 1 for invalid offsets from the frame pointer.
13542 2014-03-26  Marek Polacek  <polacek@redhat.com>
13544         PR c/37428
13545         * doc/extend.texi (C Extensions): Mention variable-length arrays in
13546         a structure/union.
13548 2014-03-26  Marek Polacek  <polacek@redhat.com>
13550         PR c/39525
13551         * doc/extend.texi (Designated Inits): Describe what happens to omitted
13552         field members.
13554 2014-03-26  Marek Polacek  <polacek@redhat.com>
13556         PR other/59545
13557         * ira-color.c (update_conflict_hard_regno_costs): Perform the
13558         multiplication in unsigned type.
13560 2014-03-26  Chung-Ju Wu  <jasonwucj@gmail.com>
13562         * doc/install.texi: Document nds32le-*-elf and nds32be-*-elf.
13564 2014-03-26  Chung-Ju Wu  <jasonwucj@gmail.com>
13566         * doc/contrib.texi: Add myself as Andes nds32 port contributor.
13568 2014-03-25  Jan Hubicka  <hubicka@ucw.cz>
13570         PR ipa/60315
13571         * cif-code.def (UNREACHABLE) New code.
13572         * ipa-inline.c (inline_small_functions): Skip edges to
13573         __builtlin_unreachable.
13574         (estimate_edge_growth): Allow edges to __builtlin_unreachable.
13575         * ipa-inline-analysis.c (edge_set_predicate): Redirect edges with false
13576         predicate to __bulitin_unreachable.
13577         (set_cond_stmt_execution_predicate): Fix issue when
13578         invert_tree_comparison returns ERROR_MARK.
13579         * ipa-pure-const.c (propagate_pure_const, propagate_nothrow): Do not
13580         propagate to inline clones.
13581         * cgraph.c (verify_edge_corresponds_to_fndecl): Allow redirection
13582         to unreachable.
13583         * ipa-cp.c (create_specialized_node): Be ready for new node to appear.
13584         * cgraphclones.c (cgraph_clone_node): If call destination is already
13585         ureachable, do not redirect it back.
13586         * tree-inline.c (fold_marked_statements): Hanlde calls becoming
13587         unreachable.
13589 2014-03-25  Jan Hubicka  <hubicka@ucw.cz>
13591         * ipa-pure-const.c (propagate_pure_const, propagate_nothrow):
13592         Do not modify inline clones.
13594 2014-03-25  Jakub Jelinek  <jakub@redhat.com>
13596         * config/i386/i386.md (general_sext_operand): New mode attr.
13597         (addv<mode>4, subv<mode>4, mulv<mode>4): If operands[2] is CONST_INT,
13598         don't generate (sign_extend (const_int)).
13599         (*addv<mode>4, *subv<mode>4, *mulv<mode>4): Disallow CONST_INT_P
13600         operands[2].  Use We constraint instead of <i> and
13601         <general_sext_operand> predicate instead of <general_operand>.
13602         (*addv<mode>4_1, *subv<mode>4_1, *mulv<mode>4_1): New insns.
13603         * config/i386/constraints.md (We): New constraint.
13604         * config/i386/predicates.md (x86_64_sext_operand,
13605         sext_operand): New predicates.
13607 2014-03-25  Martin Jambor  <mjambor@suse.cz>
13609         PR ipa/60600
13610         * ipa-cp.c (ipa_get_indirect_edge_target_1): Redirect type
13611         inconsistent devirtualizations to __builtin_unreachable.
13613 2014-03-25  Marek Polacek  <polacek@redhat.com>
13615         PR c/35449
13616         * doc/extend.texi (Example of asm with clobbered asm reg): Fix typo.
13618 2014-03-25  Alan Lawrence  <alan.lawrence@arm.com>
13620         * config/aarch64/aarch64.c (aarch64_simd_valid_immediate): Reverse
13621         order of elements for big-endian.
13623 2014-03-25  Richard Biener  <rguenther@suse.de>
13625         PR middle-end/60635
13626         * gimplify-me.c (gimple_regimplify_operands): Update the
13627         re-gimplifed stmt.
13629 2014-03-25  Martin Jambor  <mjambor@suse.cz>
13631         PR ipa/59176
13632         * lto-cgraph.c (lto_output_node): Stream body_removed flag.
13633         (lto_output_varpool_node): Likewise.
13634         (input_overwrite_node): Likewise.
13635         (input_varpool_node): Likewise.
13637 2014-03-25  Richard Biener  <rguenther@suse.de>
13639         * lto-wrapper.c (merge_and_complain): Handle OPT_fPIE like OPT_fpie.
13640         (run_gcc): Likewise.
13642 2014-03-25  Jakub Jelinek  <jakub@redhat.com>
13644         * combine.c (simplify_compare_const): Add MODE argument.
13645         Handle mode_width 0 as very large mode_width.
13646         (try_combine, simplify_comparison): Adjust callers.
13648         * cselib.c (cselib_hash_rtx): Perform addition in unsigned
13649         type to avoid signed integer overflow.
13650         * explow.c (plus_constant): Likewise.
13652 2014-03-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13654         * doc/generic.texi: Correct typos.
13656 2014-03-24  Tobias Burnus  <burnus@net-b.de>
13658         * doc/invoke.texi (-flto): Expand section about
13659         using static libraries with LTO.
13661 2014-03-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13663         PR rtl-optimization/60501
13664         * optabs.def (addptr3_optab): New optab.
13665         * optabs.c (gen_addptr3_insn, have_addptr3_insn): New function.
13666         * doc/md.texi ("addptrm3"): Document new RTL standard expander.
13667         * expr.h (gen_addptr3_insn, have_addptr3_insn): Add prototypes.
13669         * lra.c (emit_add3_insn): Use the addptr pattern if available.
13671         * config/s390/s390.md ("addptrdi3", "addptrsi3"): New expanders.
13673 2014-03-24  Ulrich Drepper  <drepper@gmail.com>
13675         * config/i386/avx512fintrin.h: Define _mm512_set1_ps and
13676         _mm512_set1_pd.
13678         * config/i386/avxintrin.h (_mm256_undefined_si256): Define.
13679         (_mm256_undefined_ps): Define.
13680         (_mm256_undefined_pd): Define.
13681         * config/i386/emmintrin.h (_mm_undefined_si128): Define.
13682         (_mm_undefined_pd): Define.
13683         * config/i386/xmmintrin.h (_mm_undefined_ps): Define.
13684         * config/i386/avx512fintrin.h (_mm512_undefined_si512): Define.
13685         (_mm512_undefined_ps): Define.
13686         (_mm512_undefined_pd): Define.
13687         Use _mm*_undefined_*.
13688         * config/i386/avx2intrin.h: Use _mm*_undefined_*.
13690 2014-03-24  Alex Velenko  <Alex.Velenko@arm.com>
13692         * config/aarch64/aarch64-simd-builtins.def (lshr): DI mode excluded.
13693         (lshr_simd): DI mode added.
13694         * config/aarch64/aarch64-simd.md (aarch64_lshr_simddi): New pattern.
13695         (aarch64_ushr_simddi): Likewise.
13696         * config/aarch64/aarch64.md (UNSPEC_USHR64): New unspec.
13697         * config/aarch64/arm_neon.h (vshr_n_u64): Intrinsic fixed.
13698         (vshrd_n_u64): Likewise.
13700 2014-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13702         * Makefile.in (s-macro_list): Depend on cc1.
13704 2014-03-23  Teresa Johnson  <tejohnson@google.com>
13706         * ipa-utils.c (ipa_print_order): Use specified dump file.
13708 2014-03-23  Eric Botcazou  <ebotcazou@adacore.com>
13710         PR rtl-optimization/60601
13711         * bb-reorder.c (fix_up_fall_thru_edges): Test EDGE_FALLTHRU everywhere.
13713         * gcc.c (eval_spec_function): Initialize save_growing_value.
13715 2014-03-22  Jakub Jelinek  <jakub@redhat.com>
13717         PR sanitizer/60613
13718         * internal-fn.c (ubsan_expand_si_overflow_addsub_check): For
13719         code == MINUS_EXPR, never swap op0 with op1.
13721         * toplev.c (init_local_tick): Avoid signed integer multiplication
13722         overflow.
13723         * genautomata.c (reserv_sets_hash_value): Fix rotate idiom, avoid
13724         shift by first operand's bitsize.
13726 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
13728         PR target/60610
13729         * config/i386/i386.h (TARGET_64BIT_P): If not TARGET_BI_ARCH,
13730         redefine to 1 or 0.
13731         * config/i386/darwin.h (TARGET_64BIT_P): Redefine to
13732         TARGET_ISA_64BIT_P(x).
13734 2014-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13736         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate a
13737         pattern for vector nor instead of subtract from splat(-1).
13738         (altivec_expand_vec_perm_const_le): Likewise.
13740 2014-03-21  Richard Henderson  <rth@twiddle.net>
13742         PR target/60598
13743         * ifcvt.c (dead_or_predicable): Return FALSE if there are any frame
13744         related insns after epilogue_completed.
13746 2014-03-21  Martin Jambor  <mjambor@suse.cz>
13748         PR ipa/59176
13749         * cgraph.h (symtab_node): New flag body_removed.
13750         * ipa.c (symtab_remove_unreachable_nodes): Set body_removed flag
13751         when removing bodies.
13752         * symtab.c (dump_symtab_base): Dump body_removed flag.
13753         * cgraph.c (verify_edge_corresponds_to_fndecl): Skip nodes which
13754         had their bodies removed.
13756 2014-03-21  Martin Jambor  <mjambor@suse.cz>
13758         PR ipa/60419
13759         * ipa.c (symtab_remove_unreachable_nodes): Clear thunk flag of nodes
13760         in the border.
13762 2014-03-21  Richard Biener  <rguenther@suse.de>
13764         PR tree-optimization/60577
13765         * tree-core.h (struct tree_base): Document nothrow_flag use
13766         in DECL_NONALIASED.
13767         * tree.h (DECL_NONALIASED): New.
13768         (may_be_aliased): Adjust.
13769         * coverage.c (build_var): Set DECL_NONALIASED.
13771 2014-03-20  Eric Botcazou  <ebotcazou@adacore.com>
13773         * expr.c (expand_expr_real_1): Remove outdated comment.
13775 2014-03-20  Jakub Jelinek  <jakub@redhat.com>
13777         PR middle-end/60597
13778         * ira.c (adjust_cleared_regs): Call copy_rtx on
13779         *reg_equiv[REGNO (loc)].src_p before passing it to
13780         simplify_replace_fn_rtx.
13782         PR target/60568
13783         * config/i386/i386.c (x86_output_mi_thunk): Surround UNSPEC_GOT
13784         into CONST, put pic register as first operand of PLUS.  Use
13785         gen_const_mem for both 32-bit and 64-bit PIC got loads.
13787 2014-03-20  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
13789         * config/aarch64/aarch64.c (MEMORY_MOVE_COST): Delete.
13791 2014-03-20  Eric Botcazou  <ebotcazou@adacore.com>
13793         * config/sparc/sparc.c (sparc_do_work_around_errata): Implement work
13794         around for store forwarding issue in the FPU on the UT699.
13795         * config/sparc/sparc.md (in_branch_delay): Return false for single FP
13796         loads and operations if -mfix-ut699 is specified.
13797         (divtf3_hq): Tweak attribute.
13798         (sqrttf2_hq): Likewise.
13800 2014-03-20  Eric Botcazou  <ebotcazou@adacore.com>
13802         * calls.c (store_one_arg): Remove incorrect const qualification on the
13803         type of the temporary.
13804         * cfgexpand.c (expand_return): Likewise.
13805         * expr.c (expand_constructor): Likewise.
13806         (expand_expr_real_1): Likewise.
13808 2014-03-20  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
13810         * config/arm/arm.c (arm_dwarf_register_span): Update the element number
13811         of parts.
13813 2014-03-19  Kaz Kojima  <kkojima@gcc.gnu.org>
13815         PR target/60039
13816         * config/sh/sh.md (udivsi3_i1): Clobber R1 register.
13818 2014-03-19  James Greenhalgh  <james.greenhalgh@arm.com>
13820         * config/arm/aarch-common-protos.h
13821         (alu_cost_table): Fix spelling of "extend".
13822         * config/arm/arm.c (arm_new_rtx_costs): Fix spelling of "extend".
13824 2014-03-19  Richard Biener  <rguenther@suse.de>
13826         PR middle-end/60553
13827         * tree-core.h (tree_type_common): Re-order pointer members
13828         to reduce recursion depth during GC walks.
13830 2014-03-19  Marek Polacek  <polacek@redhat.com>
13832         PR sanitizer/60569
13833         * ubsan.c (ubsan_type_descriptor): Check that DECL_NAME is nonnull
13834         before accessing it.
13836 2014-03-19  Richard Biener  <rguenther@suse.de>
13838         PR lto/59543
13839         * lto-streamer-in.c (input_function): In WPA stage do not drop
13840         debug stmts.
13842 2014-03-19  Jakub Jelinek  <jakub@redhat.com>
13844         PR tree-optimization/60559
13845         * vectorizable_mask_load_store): Replace scalar MASK_LOAD
13846         with build_zero_cst assignment.
13848 2014-03-18  Kai Tietz  <ktietz@redhat.com>
13850         PR rtl-optimization/56356
13851         * sdbout.c (sdbout_parms): Verify that parms'
13852         incoming argument is valid.
13853         (sdbout_reg_parms): Likewise.
13855 2014-03-18  Richard Henderson  <rth@redhat.com>
13857         PR target/60562
13858         * config/i386/i386.md (*float<SWI48x><MODEF>2_i387): Move down to
13859         be shadowed by *float<SWI48><MODEF>2_sse.  Test X87_ENABLE_FLOAT.
13860         (*float<SWI48><MODEF>2_sse): Check X87_ENABLE_FLOAT for alternative 0.
13862 2014-03-18  Basile Starynkevitch  <basile@starynkevitch.net>
13864         * plugin.def: Improve comment for PLUGIN_INCLUDE_FILE.
13865         * doc/plugins.texi (Plugin callbacks): Mention PLUGIN_INCLUDE_FILE.
13866         Italicize plugin event names in description.  Explain that
13867         PLUGIN_PRAGMAS has no sense for lto1.  Explain PLUGIN_INCLUDE_FILE.
13868         Remind that no GCC functions should be called after PLUGIN_FINISH.
13869         Explain what pragmas with expansion are.
13871 2014-03-18  Martin Liska  <mliska@suse.cz>
13873         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Added case when
13874         gimple call statement is update.
13875         * gimple-fold.c (gimple_fold_call): Changed order for GIMPLE_ASSIGN and
13876         GIMPLE_CALL, where gsi iterator still points to GIMPLE CALL.
13878 2014-03-18  Jakub Jelinek  <jakub@redhat.com>
13880         PR sanitizer/60557
13881         * ubsan.c (ubsan_instrument_unreachable): Call
13882         initialize_sanitizer_builtins.
13883         (ubsan_pass): Likewise.
13885         PR sanitizer/60535
13886         * ubsan.c (ubsan_type_descriptor, ubsan_create_data): Call
13887         varpool_finalize_decl instead of rest_of_decl_compilation.
13889 2014-03-18  Richard Biener  <rguenther@suse.de>
13891         * df-problems.c (df_rd_confluence_n): Avoid bitmap_copy
13892         by using bitmap_and_compl instead of bitmap_and_compl_into.
13893         (df_rd_transfer_function): Likewise.
13895 2014-03-18  Richard Biener  <rguenther@suse.de>
13897         * doc/lto.texi (fresolution): Fix typo.
13899 2014-03-18  Richard Biener  <rguenther@suse.de>
13901         * doc/invoke.texi (flto): Update for changes in 4.9.
13903 2014-03-18  Richard Biener  <rguenther@suse.de>
13905         * doc/loop.texi: Remove section on the removed lambda framework.
13906         Update loop docs with recent changes in preserving loop structure.
13908 2014-03-18  Richard Biener  <rguenther@suse.de>
13910         * doc/lto.texi (-fresolution): Document.
13912 2014-03-18  Richard Biener  <rguenther@suse.de>
13914         * doc/contrib.texi: Adjust my name.
13916 2014-03-18  Jakub Jelinek  <jakub@redhat.com>
13918         PR ipa/58721
13919         * internal-fn.c: Include diagnostic-core.h.
13920         (expand_BUILTIN_EXPECT): New function.
13921         * gimplify.c (gimplify_call_expr): Use false instead of FALSE.
13922         (gimplify_modify_expr): Gimplify 3 argument __builtin_expect into
13923         IFN_BUILTIN_EXPECT call instead of __builtin_expect builtin call.
13924         * ipa-inline-analysis.c (find_foldable_builtin_expect): Handle
13925         IFN_BUILTIN_EXPECT.
13926         * predict.c (expr_expected_value_1): Handle IFN_BUILTIN_EXPECT.
13927         Revert 3 argument __builtin_expect code.
13928         (strip_predict_hints): Handle IFN_BUILTIN_EXPECT.
13929         * gimple-fold.c (gimple_fold_call): Likewise.
13930         * tree.h (fold_builtin_expect): New prototype.
13931         * builtins.c (build_builtin_expect_predicate): Add predictor
13932         argument, if non-NULL, create 3 argument __builtin_expect.
13933         (fold_builtin_expect): No longer static.  Add ARG2 argument,
13934         pass it through to build_builtin_expect_predicate.
13935         (fold_builtin_2): Adjust caller.
13936         (fold_builtin_3): Handle BUILT_IN_EXPECT.
13937         * internal-fn.def (BUILTIN_EXPECT): New.
13939 2014-03-18  Tobias Burnus  <burnus@net-b.de>
13941         PR ipa/58721
13942         * predict.def (PRED_FORTRAN_OVERFLOW, PRED_FORTRAN_FAIL_ALLOC,
13943         PRED_FORTRAN_FAIL_IO, PRED_FORTRAN_WARN_ONCE, PRED_FORTRAN_SIZE_ZERO,
13944         PRED_FORTRAN_INVALID_BOUND, PRED_FORTRAN_ABSENT_DUMMY): Add.
13946 2014-03-18  Jan Hubicka  <hubicka@ucw.cz>
13948         PR ipa/58721
13949         * predict.c (combine_predictions_for_bb): Fix up formatting.
13950         (expr_expected_value_1, expr_expected_value): Add predictor argument,
13951         fill what it points to if non-NULL.
13952         (tree_predict_by_opcode): Adjust caller, use the predictor.
13953         * predict.def (PRED_COMPARE_AND_SWAP): Add.
13955 2014-03-18  Eric Botcazou  <ebotcazou@adacore.com>
13957         * config/sparc/sparc.c (sparc_do_work_around_errata): Speed up and use
13958         proper constant for the store mode.
13960 2014-03-18  Ilya Enkovich  <ilya.enkovich@intel.com>
13962         * symtab.c (change_decl_assembler_name): Fix transparent alias
13963         chain construction.
13965 2014-03-16  Renlin Li  <Renlin.Li@arm.com>
13967         * config/aarch64/aarch64.c: Correct the comments about the
13968         aarch64 stack layout.
13970 2014-03-18  Thomas Schwinge  <thomas@codesourcery.com>
13972         * omp-low.c (lower_rec_input_clauses) <build_omp_barrier>: Restore
13973         check for GF_OMP_FOR_KIND_FOR.
13975 2013-03-18  Kirill Yukhin  <kirill.yukhin@intel.com>
13977         * config/i386/i386.h (ADDITIONAL_REGISTER_NAMES): Add
13978         ymm and zmm register names.
13980 2014-03-17  Jakub Jelinek  <jakub@redhat.com>
13982         PR target/60516
13983         * config/i386/i386.c (ix86_expand_epilogue): Adjust REG_CFA_ADJUST_CFA
13984         note creation for the 2010-08-31 changes.
13986 2014-03-17  Marek Polacek  <polacek@redhat.com>
13988         PR middle-end/60534
13989         * omp-low.c (omp_max_vf): Treat -fno-tree-loop-optimize the same
13990         as -fno-tree-loop-vectorize.
13991         (expand_omp_simd): Likewise.
13993 2014-03-15  Eric Botcazou  <ebotcazou@adacore.com>
13995         * config/sparc/sparc-protos.h (tls_call_delay): Delete.
13996         (eligible_for_call_delay): New prototype.
13997         * config/sparc/sparc.c (tls_call_delay): Rename into...
13998         (eligible_for_call_delay): ...this.  Return false if the instruction
13999         cannot be put in the delay slot of a branch.
14000         (eligible_for_restore_insn): Simplify.
14001         (eligible_for_return_delay): Return false if the instruction cannot be
14002         put in the delay slot of a branch and simplify.
14003         (eligible_for_sibcall_delay): Return false if the instruction cannot be
14004         put in the delay slot of a branch.
14005         * config/sparc/sparc.md (fix_ut699): New attribute.
14006         (tls_call_delay): Delete.
14007         (in_call_delay): Reimplement.
14008         (eligible_for_sibcall_delay): Rename into...
14009         (in_sibcall_delay): ...this.
14010         (eligible_for_return_delay): Rename into...
14011         (in_return_delay): ...this.
14012         (in_branch_delay): Reimplement.
14013         (in_uncond_branch_delay): Delete.
14014         (in_annul_branch_delay): Delete.
14016 2014-03-14  Richard Henderson  <rth@redhat.com>
14018         PR target/60525
14019         * config/i386/i386.md (floathi<X87MODEF>2): Delete expander; rename
14020         define_insn from *floathi<X87MODEF>2_i387; allow nonimmediate_operand.
14021         (*floathi<X87MODEF>2_i387_with_temp): Remove.
14022         (floathi splitters): Remove.
14023         (float<SWI48x>xf2): New pattern.
14024         (float<SWI48><MODEF>2): Rename from float<SWI48x><X87MODEF>2.  Drop
14025         code that tried to handle DImode for 32-bit, but which was excluded
14026         by the pattern's condition.  Drop allocation of stack temporary.
14027         (*floatsi<MODEF>2_vector_mixed_with_temp): Remove.
14028         (*float<SWI48><MODEF>2_mixed_with_temp): Remove.
14029         (*float<SWI48><MODEF>2_mixed_interunit): Remove.
14030         (*float<SWI48><MODEF>2_mixed_nointerunit): Remove.
14031         (*floatsi<MODEF>2_vector_sse_with_temp): Remove.
14032         (*float<SWI48><MODEF>2_sse_with_temp): Remove.
14033         (*float<SWI48><MODEF>2_sse_interunit): Remove.
14034         (*float<SWI48><MODEF>2_sse_nointerunit): Remove.
14035         (*float<SWI48x><X87MODEF>2_i387_with_temp): Remove.
14036         (*float<SWI48x><X87MODEF>2_i387): Remove.
14037         (all float _with_temp splitters): Remove.
14038         (*float<SWI48x><MODEF>2_i387): New pattern.
14039         (*float<SWI48><MODEF>2_sse): New pattern.
14040         (float TARGET_USE_VECTOR_CONVERTS splitters): Merge them.
14041         (float TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters): Merge them.
14043 2014-03-14  Jakub Jelinek  <jakub@redhat.com>
14044             Marek Polacek  <polacek@redhat.com>
14046         PR middle-end/60484
14047         * common.opt (dump_base_name_prefixed): New Variable.
14048         * opts.c (finish_options): Don't prepend directory to x_dump_base_name
14049         if x_dump_base_name_prefixed is already set, set it at the end.
14051 2014-03-14  Vladimir Makarov  <vmakarov@redhat.com>
14053         PR rtl-optimization/60508
14054         * lra-constraints.c (get_reload_reg): Add new parameter
14055         in_subreg_p.
14056         (process_addr_reg, simplify_operand_subreg, curr_insn_transform):
14057         Pass the new parameter values.
14059 2014-03-14  Richard Biener  <rguenther@suse.de>
14061         * common.opt: Revert unintented changes from r205065.
14062         * opts.c: Likewise.
14064 2014-03-14  Richard Biener  <rguenther@suse.de>
14066         PR middle-end/60518
14067         * cfghooks.c (split_block): Properly adjust all loops the
14068         block was a latch of.
14070 2014-03-14  Martin Jambor  <mjambor@suse.cz>
14072         PR lto/60461
14073         * ipa-prop.c (ipa_modify_call_arguments): Fix iteration condition
14074         and simplify it.
14076 2014-03-14  Georg-Johann Lay  <avr@gjlay.de>
14078         PR target/59396
14079         * config/avr/avr.c (avr_set_current_function): Pass function name
14080         through default_strip_name_encoding before sanity checking instead
14081         of skipping the first char of the assembler name.
14083 2014-03-13  Richard Henderson  <rth@redhat.com>
14085         PR debug/60438
14086         * config/i386/i386.c (ix86_split_fp_branch): Remove pushed argument.
14087         (ix86_force_to_memory, ix86_free_from_memory): Remove.
14088         * config/i386/i386-protos.h: Likewise.
14089         * config/i386/i386.md (floathi<X87MODEF>2): Use assign_386_stack_local
14090         in the expander instead of a splitter.
14091         (float<SWI48x><X87MODEF>2): Use assign_386_stack_local if there is
14092         any possibility of requiring a memory.
14093         (*floatsi<MODEF>2_vector_mixed): Remove, and the splitters.
14094         (*floatsi<MODEF>2_vector_sse): Remove, and the splitters.
14095         (fp branch splitters): Update for ix86_split_fp_branch.
14096         (*jcc<X87MODEF>_<SWI24>_i387): Remove r/f alternative.
14097         (*jcc<X87MODEF>_<SWI24>_r_i387): Likewise.
14098         (splitter for jcc<X87MODEF>_<SWI24>_i387 r/f): Remove.
14099         (*fop_<MODEF>_2_i387): Remove f/r alternative.
14100         (*fop_<MODEF>_3_i387): Likewise.
14101         (*fop_xf_2_i387, *fop_xf_3_i387): Likewise.
14102         (splitters for the fop_* register patterns): Remove.
14103         (fscalexf4_i387): Rename from *fscalexf4_i387.
14104         (ldexpxf3): Use gen_floatsixf2 and gen_fscalexf4_i387.
14106 2014-03-13  Jakub Jelinek  <jakub@redhat.com>
14108         PR tree-optimization/59779
14109         * tree-dfa.c (get_ref_base_and_extent): Use double_int
14110         type for bitsize and maxsize instead of HOST_WIDE_INT.
14112 2014-03-13  Steven Bosscher  <steven@gcc.gnu.org>
14114         PR rtl-optimization/57320
14115         * function.c (rest_of_handle_thread_prologue_and_epilogue): Cleanup
14116         the CFG after thread_prologue_and_epilogue_insns.
14118 2014-03-13  Vladimir Makarov  <vmakarov@redhat.com>
14120         PR rtl-optimization/57189
14121         * lra-constraints.c (process_alt_operands): Disfavor spilling
14122         vector pseudos.
14124 2014-03-13  Cesar Philippidis  <cesar@codesourcery.com>
14126         * lto-wrapper.c (maybe_unlink_file): Suppress diagnostic messages.
14128 2014-03-13  Jakub Jelinek  <jakub@redhat.com>
14130         PR tree-optimization/59025
14131         PR middle-end/60418
14132         * tree-ssa-reassoc.c (sort_by_operand_rank): For SSA_NAMEs with the
14133         same rank, sort by bb_rank and gimple_uid of SSA_NAME_DEF_STMT first.
14135 2014-03-13  Georg-Johann Lay  <avr@gjlay.de>
14137         PR target/60486
14138         * config/avr/avr.c (avr_out_plus): Swap cc_plus and cc_minus in
14139         calls of avr_out_plus_1.
14141 2014-03-13  Bin Cheng  <bin.cheng@arm.com>
14143         * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Record
14144         BB's single pred and update the father loop's latch info later.
14146 2014-03-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
14148         * config/rs6000/vector.md (VEC_L): Add V1TI mode to vector types.
14149         (VEC_M): Likewise.
14150         (VEC_N): Likewise.
14151         (VEC_R): Likewise.
14152         (VEC_base): Likewise.
14153         (mov<MODE>, VEC_M modes): If we are loading TImode into VSX
14154         registers, we need to swap double words in little endian mode.
14156         * config/rs6000/rs6000-modes.def (V1TImode): Add new vector mode
14157         to be a container mode for 128-bit integer operations added in ISA
14158         2.07.  Unlike TImode and PTImode, the preferred register set is
14159         the Altivec/VMX registers for the 128-bit operations.
14161         * config/rs6000/rs6000-protos.h (rs6000_move_128bit_ok_p): Add
14162         declarations.
14163         (rs6000_split_128bit_ok_p): Likewise.
14165         * config/rs6000/rs6000-builtin.def (BU_P8V_AV_3): Add new support
14166         macros for creating ISA 2.07 normal and overloaded builtin
14167         functions with 3 arguments.
14168         (BU_P8V_OVERLOAD_3): Likewise.
14169         (VPERM_1T): Add support for V1TImode in 128-bit vector operations
14170         for use as overloaded functions.
14171         (VPERM_1TI_UNS): Likewise.
14172         (VSEL_1TI): Likewise.
14173         (VSEL_1TI_UNS): Likewise.
14174         (ST_INTERNAL_1ti): Likewise.
14175         (LD_INTERNAL_1ti): Likewise.
14176         (XXSEL_1TI): Likewise.
14177         (XXSEL_1TI_UNS): Likewise.
14178         (VPERM_1TI): Likewise.
14179         (VPERM_1TI_UNS): Likewise.
14180         (XXPERMDI_1TI): Likewise.
14181         (SET_1TI): Likewise.
14182         (LXVD2X_V1TI): Likewise.
14183         (STXVD2X_V1TI): Likewise.
14184         (VEC_INIT_V1TI): Likewise.
14185         (VEC_SET_V1TI): Likewise.
14186         (VEC_EXT_V1TI): Likewise.
14187         (EQV_V1TI): Likewise.
14188         (NAND_V1TI): Likewise.
14189         (ORC_V1TI): Likewise.
14190         (VADDCUQ): Add support for 128-bit integer arithmetic instructions
14191         added in ISA 2.07.  Add both normal 'altivec' builtins, and the
14192         overloaded builtin.
14193         (VADDUQM): Likewise.
14194         (VSUBCUQ): Likewise.
14195         (VADDEUQM): Likewise.
14196         (VADDECUQ): Likewise.
14197         (VSUBEUQM): Likewise.
14198         (VSUBECUQ): Likewise.
14200         * config/rs6000/rs6000-c.c (__int128_type): New static to hold
14201         __int128_t and __uint128_t types.
14202         (__uint128_type): Likewise.
14203         (altivec_categorize_keyword): Add support for vector __int128_t,
14204         vector __uint128_t, vector __int128, and vector unsigned __int128
14205         as a container type for TImode operations that need to be done in
14206         VSX/Altivec registers.
14207         (rs6000_macro_to_expand): Likewise.
14208         (altivec_overloaded_builtins): Add ISA 2.07 overloaded functions
14209         to support 128-bit integer instructions vaddcuq, vadduqm,
14210         vaddecuq, vaddeuqm, vsubcuq, vsubuqm, vsubecuq, vsubeuqm.
14211         (altivec_resolve_overloaded_builtin): Add support for V1TImode.
14213         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
14214         for V1TImode, and set up preferences to use VSX/Altivec registers.
14215         Setup VSX reload handlers.
14216         (rs6000_debug_reg_global): Likewise.
14217         (rs6000_init_hard_regno_mode_ok): Likewise.
14218         (rs6000_preferred_simd_mode): Likewise.
14219         (vspltis_constant): Do not allow V1TImode as easy altivec constants.
14220         (easy_altivec_constant): Likewise.
14221         (output_vec_const_move): Likewise.
14222         (rs6000_expand_vector_set): Convert V1TImode set and extract to
14223         simple move.
14224         (rs6000_expand_vector_extract): Likewise.
14225         (reg_offset_addressing_ok_p): Setup V1TImode to use VSX reg+reg
14226         addressing.
14227         (rs6000_const_vec): Add support for V1TImode.
14228         (rs6000_emit_le_vsx_load): Swap double words when loading or
14229         storing TImode/V1TImode.
14230         (rs6000_emit_le_vsx_store): Likewise.
14231         (rs6000_emit_le_vsx_move): Likewise.
14232         (rs6000_emit_move): Add support for V1TImode.
14233         (altivec_expand_ld_builtin): Likewise.
14234         (altivec_expand_st_builtin): Likewise.
14235         (altivec_expand_vec_init_builtin): Likewise.
14236         (altivec_expand_builtin): Likewise.
14237         (rs6000_init_builtins): Add support for V1TImode type.  Add
14238         support for ISA 2.07 128-bit integer builtins.  Define type names
14239         for the VSX/Altivec vector types.
14240         (altivec_init_builtins): Add support for overloaded vector
14241         functions with V1TImode type.
14242         (rs6000_preferred_reload_class): Prefer Altivec registers for V1TImode.
14243         (rs6000_move_128bit_ok_p): Move 128-bit move/split validation to
14244         external function.
14245         (rs6000_split_128bit_ok_p): Likewise.
14246         (rs6000_handle_altivec_attribute): Create V1TImode from vector
14247         __int128_t and vector __uint128_t.
14249         * config/rs6000/vsx.md (VSX_L): Add V1TImode to vector iterators
14250         and mode attributes.
14251         (VSX_M): Likewise.
14252         (VSX_M2): Likewise.
14253         (VSm): Likewise.
14254         (VSs): Likewise.
14255         (VSr): Likewise.
14256         (VSv): Likewise.
14257         (VS_scalar): Likewise.
14258         (VS_double): Likewise.
14259         (vsx_set_v1ti): New builtin function to create V1TImode from TImode.
14261         * config/rs6000/rs6000.h (TARGET_VADDUQM): New macro to say whether
14262         we support the ISA 2.07 128-bit integer arithmetic instructions.
14263         (ALTIVEC_OR_VSX_VECTOR_MODE): Add V1TImode.
14264         (enum rs6000_builtin_type_index): Add fields to hold V1TImode
14265         and TImode types for use with the builtin functions.
14266         (V1TI_type_node): Likewise.
14267         (unsigned_V1TI_type_node): Likewise.
14268         (intTI_type_internal_node): Likewise.
14269         (uintTI_type_internal_node): Likewise.
14271         * config/rs6000/altivec.md (UNSPEC_VADDCUQ): New unspecs for ISA 2.07
14272         128-bit builtin functions.
14273         (UNSPEC_VADDEUQM): Likewise.
14274         (UNSPEC_VADDECUQ): Likewise.
14275         (UNSPEC_VSUBCUQ): Likewise.
14276         (UNSPEC_VSUBEUQM): Likewise.
14277         (UNSPEC_VSUBECUQ): Likewise.
14278         (VM): Add V1TImode to vector mode iterators.
14279         (VM2): Likewise.
14280         (VI_unit): Likewise.
14281         (altivec_vadduqm): Add ISA 2.07 128-bit binary builtins.
14282         (altivec_vaddcuq): Likewise.
14283         (altivec_vsubuqm): Likewise.
14284         (altivec_vsubcuq): Likewise.
14285         (altivec_vaddeuqm): Likewise.
14286         (altivec_vaddecuq): Likewise.
14287         (altivec_vsubeuqm): Likewise.
14288         (altivec_vsubecuq): Likewise.
14290         * config/rs6000/rs6000.md (FMOVE128_GPR): Add V1TImode to vector
14291         mode iterators.
14292         (BOOL_128): Likewise.
14293         (BOOL_REGS_OUTPUT): Likewise.
14294         (BOOL_REGS_OP1): Likewise.
14295         (BOOL_REGS_OP2): Likewise.
14296         (BOOL_REGS_UNARY): Likewise.
14297         (BOOL_REGS_AND_CR0): Likewise.
14299         * config/rs6000/altivec.h (vec_vaddcuq): Add support for ISA 2.07
14300         128-bit integer builtin support.
14301         (vec_vadduqm): Likewise.
14302         (vec_vaddecuq): Likewise.
14303         (vec_vaddeuqm): Likewise.
14304         (vec_vsubecuq): Likewise.
14305         (vec_vsubeuqm): Likewise.
14306         (vec_vsubcuq): Likewise.
14307         (vec_vsubuqm): Likewise.
14309         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
14310         Document vec_vaddcuq, vec_vadduqm, vec_vaddecuq, vec_vaddeuqm,
14311         vec_subecuq, vec_subeuqm, vec_vsubcuq, vec_vsubeqm builtins adding
14312         128-bit integer add/subtract to ISA 2.07.
14314 2014-03-12  Joern Rennecke  <joern.rennecke@embecosm.com>
14316         * config/arc/arc.c (arc_predicate_delay_insns):
14317         Fix third argument passed to conditionalize_nonjump.
14319 2014-03-12  Yufeng Zhang  <yufeng.zhang@arm.com>
14321         * config/aarch64/aarch64-builtins.c
14322         (aarch64_builtin_vectorized_function): Add BUILT_IN_LFLOORF,
14323         BUILT_IN_LLFLOOR, BUILT_IN_LCEILF and BUILT_IN_LLCEIL.
14324         * config/aarch64/arm_neon.h (vcvtaq_u64_f64): Call __builtin_llfloor
14325         instead of __builtin_lfloor.
14326         (vcvtnq_u64_f64): Call __builtin_llceil instead of __builtin_lceil.
14328 2014-03-12  Jakub Jelinek  <jakub@redhat.com>
14330         * tree-ssa-ifcombine.c (forwarder_block_to): New function.
14331         (tree_ssa_ifcombine_bb_1): New function.
14332         (tree_ssa_ifcombine_bb): Use it.  Handle also cases where else_bb
14333         is an empty forwarder block to then_bb or vice versa and then_bb
14334         and else_bb are effectively swapped.
14336 2014-03-12  Christian Bruel  <christian.bruel@st.com>
14338         PR target/60264
14339         * config/arm/arm.c (arm_emit_vfp_multi_reg_pop): Emit a
14340         REG_CFA_DEF_CFA note.
14341         (arm_expand_epilogue_apcs_frame): call arm_add_cfa_adjust_cfa_note.
14342         (arm_unwind_emit): Allow REG_CFA_DEF_CFA.
14344 2014-03-12  Thomas Preud'homme  <thomas.preudhomme@arm.com>
14346         PR tree-optimization/60454
14347         * tree-ssa-math-opts.c (find_bswap_1): Fix bswap detection.
14349 2014-03-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14351         * config.gcc (aarch64*-*-*): Use ISA flags from aarch64-arches.def.
14352         Do not define target_cpu_default2 to generic.
14353         * config/aarch64/aarch64.h (TARGET_CPU_DEFAULT): Use generic cpu.
14354         * config/aarch64/aarch64.c (aarch64_override_options): Update comment.
14355         * config/aarch64/aarch64-arches.def (armv8-a): Use generic cpu.
14357 2014-03-12  Jakub Jelinek  <jakub@redhat.com>
14358             Marc Glisse  <marc.glisse@inria.fr>
14360         PR tree-optimization/60502
14361         * tree-ssa-reassoc.c (eliminate_not_pairs): Use build_all_ones_cst
14362         instead of build_low_bits_mask.
14364 2014-03-12  Jakub Jelinek  <jakub@redhat.com>
14366         PR middle-end/60482
14367         * tree-vrp.c (register_edge_assert_for_1): Don't add assert
14368         if there are multiple uses, but op doesn't live on E edge.
14369         * tree-cfg.c (assert_unreachable_fallthru_edge_p): Also ignore
14370         clobber stmts before __builtin_unreachable.
14372 2014-03-11  Richard Sandiford  <rdsandiford@googlemail.com>
14374         * builtins.c (expand_builtin_setjmp_receiver): Use and clobber
14375         hard_frame_pointer_rtx.
14376         * cse.c (cse_insn): Remove volatile check.
14377         * cselib.c (cselib_process_insn): Likewise.
14378         * dse.c (scan_insn): Likewise.
14380 2014-03-11  Joern Rennecke  <joern.rennecke@embecosm.com>
14382         * config/arc/arc.c (conditionalize_nonjump): New function,
14383         broken out of ...
14384         (arc_ifcvt): ... this.
14385         (arc_predicate_delay_insns): Use it.
14387 2014-03-11  Joern Rennecke  <joern.rennecke@embecosm.com>
14389         * config/arc/predicates.md (extend_operand): During/after reload,
14390         allow const_int_operand.
14391         * config/arc/arc.md (mulsidi3_700): Use extend_operand predicate.
14392         (umulsidi3_700): Likewise.  Change operand 2 constraint back to "cL".
14393         (mulsi3_highpart): Change operand 2 constraint alternatives 2 and 3
14394         to "i".
14395         (umulsi3_highpart_i): Likewise.
14397 2014-03-11  Richard Biener  <rguenther@suse.de>
14399         * tree-ssa-structalias.c (get_constraint_for_ptr_offset):
14400         Add asserts to guard possible wrong-code bugs.
14402 2014-03-11  Richard Biener  <rguenther@suse.de>
14404         PR tree-optimization/60429
14405         PR tree-optimization/60485
14406         * tree-ssa-structalias.c (set_union_with_increment): Properly
14407         take into account all fields that overlap the shifted vars.
14408         (do_sd_constraint): Likewise.
14409         (do_ds_constraint): Likewise.
14410         (get_constraint_for_ptr_offset): Likewise.
14412 2014-03-11  Chung-Lin Tang  <cltang@codesourcery.com>
14414         * config/nios2/nios2.c (machine_function): Add fp_save_offset field.
14415         (nios2_compute_frame_layout):
14416         Add calculation of cfun->machine->fp_save_offset.
14417         (nios2_expand_prologue): Correct setting of frame pointer register
14418         in prologue.
14419         (nios2_expand_epilogue): Update recovery of stack pointer from
14420         frame pointer accordingly.
14421         (nios2_initial_elimination_offset): Update calculation of offset
14422         for eliminating to HARD_FRAME_POINTER_REGNUM.
14424 2014-03-10  Jakub Jelinek  <jakub@redhat.com>
14426         PR ipa/60457
14427         * ipa.c (symtab_remove_unreachable_nodes): Don't call
14428         cgraph_get_create_node on VAR_DECLs.
14430 2014-03-10  Richard Biener  <rguenther@suse.de>
14432         PR middle-end/60474
14433         * tree.c (signed_or_unsigned_type_for): Handle OFFSET_TYPEs.
14435 2014-03-08  Douglas B Rupp  <rupp@gnat.com>
14437         * config/vms/vms.opt (vms_float_format): New variable.
14439 2014-03-08  Tobias Burnus  <burnus@net-b.de>
14441         * doc/invoke.texi (-fcilkplus): Update implementation status.
14443 2014-03-08  Paulo Matos  <paulo@matos-sorge.com>
14444             Richard Biener  <rguenther@suse.de>
14446         * lto-wrapper.c (merge_and_complain): Ensure -fshort-double is used
14447         consistently accross all TUs.
14448         (run_gcc): Enable -fshort-double automatically at link at link-time
14449         and disallow override.
14451 2014-03-08  Richard Sandiford  <rdsandiford@googlemail.com>
14453         PR target/58271
14454         * config/mips/mips.c (mips_option_override): Promote -mpaired-single
14455         warning to an error.  Disable TARGET_PAIRED_SINGLE and TARGET_MIPS3D
14456         if they can't be used.
14458 2014-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14460         * configure.ac (HAVE_AS_IX86_TLSLDMPLT): Improve test
14461         for Solaris 11/x86 ld.
14462         * configure: Regenerate.
14464 2014-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14466         * configure.ac (TLS_SECTION_ASM_FLAG): Save as tls_section_flag.
14467         (LIB_TLS_SPEC): Save as ld_tls_libs.
14468         (HAVE_AS_IX86_TLSLDMPLT): Define as 1/0.
14469         (HAVE_AS_IX86_TLSLDM): New test.
14470         * configure, config.in: Regenerate.
14471         * config/i386/i386.c (legitimize_tls_address): Fall back to
14472         TLS_MODEL_GLOBAL_DYNAMIC on 32-bit Solaris/x86 if tool chain
14473         cannot support TLS_MODEL_LOCAL_DYNAMIC.
14474         * config/i386/i386.md (*tls_local_dynamic_base_32_gnu): Use if
14475         instead of #ifdef in HAVE_AS_IX86_TLSLDMPLT test.
14477 2014-03-07  Paulo Matos  <paulo@matos-sorge.com>
14479         * common.opt (fira-loop-pressure): Mark as optimization.
14481 2014-03-07  Thomas Schwinge  <thomas@codesourcery.com>
14483         * langhooks.c (lhd_omp_mappable_type): The error_mark_node is not
14484         an OpenMP mappable type.
14486 2014-03-06  Matthias Klose  <doko@ubuntu.com>
14488         * Makefile.in (s-mlib): Only pass MULTIARCH_DIRNAME if
14489         MULTILIB_OSDIRNAMES is not defined.
14491 2014-03-06  Jakub Jelinek  <jakub@redhat.com>
14492             Meador Inge  <meadori@codesourcery.com>
14494         PR target/58595
14495         * config/arm/arm.c (arm_tls_symbol_p): Remove.
14496         (arm_legitimize_address): Call legitimize_tls_address for any
14497         arm_tls_referenced_p expression, handle constant addend.  Call it
14498         before testing for !TARGET_ARM.
14499         (thumb_legitimize_address): Don't handle arm_tls_symbol_p here.
14501 2014-03-06  Richard Biener  <rguenther@suse.de>
14503         PR middle-end/60445
14504         PR lto/60424
14505         PR lto/60427
14506         Revert
14507         2014-03-04  Paulo Matos  <paulo@matos-sorge.com>
14509         * tree-streamer.c (record_common_node): Assert we don't record
14510         nodes with type double.
14511         (preload_common_node): Skip type double, complex double and double
14512         pointer since it is now frontend dependent due to fshort-double option.
14514 2014-03-06  Richard Biener  <rguenther@suse.de>
14516         * gcc.c (PLUGIN_COND): Always enable unless -fno-use-linker-plugin
14517         or -fno-lto is specified and the linker has full plugin support.
14518         * collect2.c (lto_mode): Default to LTO_MODE_WHOPR if LTO is enabled.
14519         (main): Remove -flto processing, adjust lto_mode using use_plugin late.
14520         * lto-wrapper.c (merge_and_complain): Merge compile-time
14521         optimization levels.
14522         (run_gcc): And pass it through to the link options.
14524 2014-03-06  Alexandre Oliva  <aoliva@redhat.com>
14526         PR debug/60381
14527         Revert:
14528         2014-02-28  Alexandre Oliva  <aoliva@redhat.com>
14529         PR debug/59992
14530         * cselib.c (remove_useless_values): Skip to avoid quadratic
14531         behavior if the condition moved from...
14532         (cselib_process_insn): ... here holds.
14534 2014-03-05  Jakub Jelinek  <jakub@redhat.com>
14536         PR plugins/59335
14537         * Makefile.in (PLUGIN_HEADERS): Add tree-phinodes.h, stor-layout.h,
14538         ssa-iterators.h, $(RESOURCE_H) and tree-cfgcleanup.h.
14540         PR plugins/59335
14541         * config/i386/t-i386 (OPTIONS_H_EXTRA): Add stringop.def.
14542         (TM_H): Add x86-tune.def.
14544 2014-03-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14546         * config/aarch64/aarch64.c (generic_tunings):
14547         Use cortexa57_extra_costs.
14549 2014-03-05  Jakub Jelinek  <jakub@redhat.com>
14551         PR lto/60404
14552         * cfgexpand.c (expand_used_vars): Do not assume all SSA_NAMEs
14553         of PARM/RESULT_DECLs must be coalesced with optimize && in_lto_p.
14554         * tree-ssa-coalesce.c (coalesce_ssa_name): Use MUST_COALESCE_COST - 1
14555         cost for in_lto_p.
14557 2014-03-04  Heiher  <r@hev.cc>
14559         * config/mips/mips-cpus.def (loongson3a): Mark as a MIPS64r2 processor.
14560         * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Adjust accordingly.
14562 2014-03-04  Uros Bizjak  <ubizjak@gmail.com>
14564         * config/i386/predicates.md (const2356_operand): Change to ...
14565         (const2367_operand): ... this.
14566         * config/i386/sse.md (avx512pf_scatterpf<mode>sf): Use
14567         const2367_operand.
14568         (*avx512pf_scatterpf<mode>sf_mask): Ditto.
14569         (*avx512pf_scatterpf<mode>sf): Ditto.
14570         (avx512pf_scatterpf<mode>df): Ditto.
14571         (*avx512pf_scatterpf<mode>df_mask): Ditto.
14572         (*avx512pf_scatterpf<mode>df): Ditto.
14573         * config/i386/i386.c (ix86_expand_builtin): Update
14574         incorrect hint operand error message.
14576 2014-03-04  Richard Biener  <rguenther@suse.de>
14578         * lto-section-in.c (lto_get_section_data): Fix const cast.
14580 2014-03-04  Paulo Matos  <paulo@matos-sorge.com>
14582         * tree-streamer.c (record_common_node): Assert we don't record
14583         nodes with type double.
14584         (preload_common_node): Skip type double, complex double and double
14585         pointer since it is now frontend dependent due to fshort-double option.
14587 2014-03-04  Richard Biener  <rguenther@suse.de>
14589         PR lto/60405
14590         * lto-streamer-in.c (lto_read_body): Remove LTO bytecode version check.
14591         (lto_input_toplevel_asms): Likewise.
14592         * lto-section-in.c (lto_get_section_data): Instead do it here
14593         for every section.
14595 2014-03-04  Richard Biener  <rguenther@suse.de>
14597         PR tree-optimization/60382
14598         * tree-vect-loop.c (vect_is_simple_reduction_1): Do not consider
14599         dead PHIs a reduction.
14601 2014-03-03  Uros Bizjak  <ubizjak@gmail.com>
14603         * config/i386/xmmintrin.h (enum _mm_hint) <_MM_HINT_ET0>: Correct
14604         hint value.
14605         (_mm_prefetch): Move out of GCC target("sse") pragma.
14606         * config/i386/prfchwintrin.h (_m_prefetchw): Move out of
14607         GCC target("prfchw") pragma.
14608         * config/i386/i386.md (prefetch): Emit prefetchwt1 only
14609         for locality <= 2.
14610         * config/i386/i386.c (ix86_option_override_internal): Enable
14611         -mprfchw with -mprefetchwt1.
14613 2014-03-03  Joern Rennecke  <joern.rennecke@embecosm.com>
14615         * config/arc/arc.md (casesi_load) <length attribute alternative 0>:
14616         Mark as varying.
14618 2014-03-03  Joern Rennecke  <joern.rennecke@embecosm.com>
14620         * opts.h (CL_PCH_IGNORE): Define.
14621         * targhooks.c (option_affects_pch_p):
14622         Return false for options that have CL_PCH_IGNORE set.
14623         * opt-functions.awk: Process PchIgnore.
14624         * doc/options.texi: Document PchIgnore.
14626         * config/arc/arc.opt (misize): Add PchIgnore property.
14628 2014-03-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14630         * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Disallow
14631         reload of PLUS rtx's outside of GENERAL_REGS or BASE_REGS; relax
14632         constraint on constants to permit them being loaded into
14633         GENERAL_REGS or BASE_REGS.
14635 2014-03-03  Nick Clifton  <nickc@redhat.com>
14637         * config/rl78/rl78-real.md (cbranchsi4_real_signed): Add
14638         anti-cacnonical alternatives.
14639         (negandhi3_real): New pattern.
14640         * config/rl78/rl78-virt.md (negandhi3_virt): New pattern.
14642 2014-03-03  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
14644         * config/avr/avr-mcus.def: Remove atxmega16x1.
14645         * config/avr/avr-tables.opt: Regenerate.
14646         * config/avr/t-multilib: Regenerate.
14647         * doc/avr-mmcu.texi: Regenerate.
14649 2014-03-03  Tobias Grosser  <tobias@grosser.es>
14650             Mircea Namolaru  <mircea.namolaru@inria.fr>
14652         PR tree-optimization/58028
14653         * graphite-clast-to-gimple.c (set_cloog_options): Don't remove
14654         scalar dimensions.
14656 2014-03-03  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
14658         * config/arm/neon.md (*movmisalign<mode>): Legitimize addresses
14659         not handled by recognizers.
14661 2014-03-03  Jakub Jelinek  <jakub@redhat.com>
14663         PR middle-end/60175
14664         * function.c (expand_function_end): Don't emit
14665         clobber_return_register sequence if clobber_after is a BARRIER.
14666         * cfgexpand.c (construct_exit_block): Append instructions before
14667         return_label to prev_bb.
14669 2014-03-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14671         * config/rs6000/constraints.md: Document reserved use of "wc".
14673 2014-03-02  Jan Hubicka  <hubicka@ucw.cz>
14675         PR ipa/60150
14676         * ipa.c (function_and_variable_visibility): When dissolving comdat
14677         group, also set all symbols to local.
14679 2014-03-02  Jan Hubicka  <hubicka@ucw.cz>
14681         PR ipa/60306
14683         Revert:
14684         2013-12-14  Jan Hubicka  <jh@suse.cz>
14685         PR middle-end/58477
14686         * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Skip clobbers.
14688 2014-03-02  Jon Beniston  <jon@beniston.com>
14690         PR bootstrap/48230
14691         PR bootstrap/50927
14692         PR bootstrap/52466
14693         PR target/46898
14694         * config/lm32/lm32.c (lm32_legitimate_constant_p): Remove, as incorrect.
14695           (TARGET_LEGITIMATE_CONSTANT_P): Undefine, as not needed.
14696         * config/lm32/lm32.md (movsi_insn): Add 32-bit immediate support.
14697         (simple_return, *simple_return): New patterns
14698         * config/lm32/predicates.md (movsi_rhs_operand): Remove as obsolete.
14699         * configure.ac (force_sjlj_exceptions): Force sjlj exceptions for lm32.
14701 2014-03-01  Paolo Carlini  <paolo.carlini@oracle.com>
14703         * dwarf2out.c (gen_subprogram_die): Tidy.
14705 2014-03-01  Oleg Endo  <olegendo@gcc.gnu.org>
14707         PR target/60071
14708         * config/sh/sh.md (*mov_t_msb_neg): Split into ...
14709         (*mov_t_msb_neg_negc): ... this new insn.
14711 2014-02-28  Jason Merrill  <jason@redhat.com>
14713         PR c++/58678
14714         * ipa-devirt.c (ipa_devirt): Don't choose an implicitly-declared
14715         function.
14717 2014-02-28  Paolo Carlini  <paolo.carlini@oracle.com>
14719         PR c++/60314
14720         * dwarf2out.c (decltype_auto_die): New static.
14721         (gen_subprogram_die): Handle 'decltype(auto)' like 'auto'.
14722         (gen_type_die_with_usage): Handle 'decltype(auto)'.
14723         (is_cxx_auto): Likewise.
14725 2014-02-28  Ian Bolton  <ian.bolton@arm.com>
14727         * config/aarch64/aarch64.h: Define __ARM_NEON by default if
14728         we are not using general regs only.
14730 2014-02-28  Richard Biener  <rguenther@suse.de>
14732         PR target/60280
14733         * tree-cfgcleanup.c (tree_forwarder_block_p): Restrict
14734         previous fix and only allow to remove trivial pre-headers
14735         and latches.  Also honor LOOPS_MAY_HAVE_MULTIPLE_LATCHES.
14736         (remove_forwarder_block): Properly update the latch of a loop.
14738 2014-02-28  Alexandre Oliva  <aoliva@redhat.com>
14740         PR debug/59992
14741         * cselib.c (cselib_hasher::equal): Special-case VALUE lookup.
14742         (cselib_preserved_hash_table): New.
14743         (preserve_constants_and_equivs): Move preserved vals to it.
14744         (cselib_find_slot): Look it up first.
14745         (cselib_init): Initialize it.
14746         (cselib_finish): Release it.
14747         (dump_cselib_table): Dump it.
14749 2014-02-28  Alexandre Oliva  <aoliva@redhat.com>
14751         PR debug/59992
14752         * cselib.c (remove_useless_values): Skip to avoid quadratic
14753         behavior if the condition moved from...
14754         (cselib_process_insn): ... here holds.
14756 2014-02-28  Alexandre Oliva  <aoliva@redhat.com>
14758         PR debug/57232
14759         * var-tracking.c (vt_initialize): Apply the same condition to
14760         preserve the CFA base value.
14762 2014-02-28  Joey Ye  <joey.ye@arm.com>
14764         PR target/PR60169
14765         * config/arm/arm.c (thumb_far_jump_used_p): Don't change
14766         if reload in progress or completed.
14768 2014-02-28  Tobias Burnus  <burnus@net-b.de>
14770         PR middle-end/60147
14771         * tree-pretty-print.c (dump_generic_node, print_declaration): Handle
14772         NAMELIST_DECL.
14774 2014-02-27  H.J. Lu  <hongjiu.lu@intel.com>
14776         * doc/tm.texi.in (Condition Code Status): Update documention for
14777         relative locations of cc0-setter and cc0-user.
14779 2014-02-27  Jeff Law  <law@redhat.com>
14781         PR rtl-optimization/52714
14782         * combine.c (try_combine): When splitting an unrecognized PARALLEL
14783         into two independent simple sets, if I3 is a jump, ensure the
14784         pattern we place into I3 is a (set (pc) ...).
14786 2014-02-27  Mikael Pettersson  <mikpe@it.uu.se>
14787             Jeff Law  <law@redhat.com>
14789         PR rtl-optimization/49847
14790         * cse.c (fold_rtx) Handle case where cc0 setter and cc0 user
14791         are in different blocks.
14792         * doc/tm.texi (Condition Code Status): Update documention for
14793         relative locations of cc0-setter and cc0-user.
14795 2014-02-27  Vladimir Makarov  <vmakarov@redhat.com>
14797         PR target/59222
14798         * lra.c (lra_emit_add): Check SUBREG too.
14800 2014-02-27  Andreas Schwab  <schwab@suse.de>
14802         * config/m68k/m68k.c (m68k_option_override): Disable
14803         -flive-range-shrinkage for classic m68k.
14804         (m68k_override_options_after_change): Likewise.
14806 2014-02-27  Marek Polacek  <polacek@redhat.com>
14808         PR middle-end/59223
14809         * tree-ssa-uninit.c (gate_warn_uninitialized): Run the pass even for
14810         -Wmaybe-uninitialized.
14812 2014-02-27  Alan Modra  <amodra@gmail.com>
14814         PR target/57936
14815         * reload1.c (emit_input_reload_insns): When reload_override_in,
14816         set old to rl->in_reg when rl->in_reg is a subreg.
14818 2014-02-26  Richard Biener  <rguenther@suse.de>
14820         PR bootstrap/60343
14821         * lra-assigns.c (spill_for): Avoid mixed-sign comparison.
14823 2014-02-25  Ilya Tocar  <ilya.tocar@intel.com>
14825         * common/config/i386/predicates.md (const1256_operand): Remove.
14826         (const2356_operand): New.
14827         (const_1_to_2_operand): Remove.
14828         * config/i386/sse.md (avx512pf_gatherpf<mode>sf): Change hint value.
14829         (*avx512pf_gatherpf<mode>sf_mask): Ditto.
14830         (*avx512pf_gatherpf<mode>sf): Ditto.
14831         (avx512pf_gatherpf<mode>df): Ditto.
14832         (*avx512pf_gatherpf<mode>df_mask): Ditto.
14833         (*avx512pf_gatherpf<mode>df): Ditto.
14834         (avx512pf_scatterpf<mode>sf): Ditto.
14835         (*avx512pf_scatterpf<mode>sf_mask): Ditto.
14836         (*avx512pf_scatterpf<mode>sf): Ditto.
14837         (avx512pf_scatterpf<mode>df): Ditto.
14838         (*avx512pf_scatterpf<mode>df_mask): Ditto.
14839         (*avx512pf_scatterpf<mode>df): Ditto.
14840         * common/config/i386/xmmintrin.h (_mm_hint): Add _MM_HINT_ET0.
14842 2014-02-26  Ilya Tocar  <ilya.tocar@intel.com>
14844         * config/i386/avx512fintrin.h (_mm512_testn_epi32_mask),
14845         (_mm512_mask_testn_epi32_mask), (_mm512_testn_epi64_mask),
14846         (_mm512_mask_testn_epi64_mask): Move to ...
14847         * config/i386/avx512cdintrin.h: Here.
14848         * config/i386/i386.c (bdesc_args): Change MASK_ISA for testnm.
14849         * config/i386/sse.md (avx512f_vmscalef<mode><round_name>): Remove %.
14850         (avx512f_scalef<mode><mask_name><round_name>): Ditto.
14851         (avx512f_testnm<mode>3<mask_scalar_merge_name>): Change conditon to
14852         TARGET_AVX512F from TARGET_AVX512CD.
14854 2014-02-26  Richard Biener  <rguenther@suse.de>
14856         PR ipa/60327
14857         * ipa.c (walk_polymorphic_call_targets): Properly guard
14858         call to inline_update_overall_summary.
14860 2014-02-26  Bin Cheng  <bin.cheng@arm.com>
14862         PR target/60280
14863         * tree-cfgcleanup.c (tree_forwarder_block_p): Protect loop preheaders
14864         and latches only if requested.  Fix latch if it is removed.
14865         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Set
14866         LOOPS_HAVE_PREHEADERS.
14868 2014-02-25  Andrew Pinski  <apinski@cavium.com>
14870         * builtins.c (expand_builtin_thread_pointer): Create a new target
14871         when the target is NULL.
14873 2014-02-25  Vladimir Makarov  <vmakarov@redhat.com>
14875         PR rtl-optimization/60317
14876         * params.def (PARAM_LRA_MAX_CONSIDERED_RELOAD_PSEUDOS): New.
14877         * params.h (LRA_MAX_CONSIDERED_RELOAD_PSEUDOS): New.
14878         * lra-assigns.c: Include params.h.
14879         (spill_for): Use LRA_MAX_CONSIDERED_RELOAD_PSEUDOS as guard for
14880         other reload pseudos considerations.
14882 2014-02-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14884         * config/rs6000/vector.md (*vector_unordered<mode>): Change split
14885         to use canonical form for nor<mode>3.
14887 2014-02-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14889         PR target/55426
14890         * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Allow 128 to 64-bit
14891         conversions.
14893 2014-02-25  Ilya Tocar  <ilya.tocar@intel.com>
14895         * common/config/i386/i386-common.c (OPTION_MASK_ISA_PREFETCHWT1_SET),
14896         (OPTION_MASK_ISA_PREFETCHWT1_UNSET): New.
14897         (ix86_handle_option): Handle OPT_mprefetchwt1.
14898         * config/i386/cpuid.h (bit_PREFETCHWT1): New.
14899         * config/i386/driver-i386.c (host_detect_local_cpu): Detect
14900         PREFETCHWT1 CPUID.
14901         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
14902         OPTION_MASK_ISA_PREFETCHWT1.
14903         * config/i386/i386.c (ix86_target_string): Handle mprefetchwt1.
14904         (PTA_PREFETCHWT1): New.
14905         (ix86_option_override_internal): Handle PTA_PREFETCHWT1.
14906         (ix86_valid_target_attribute_inner_p): Handle OPT_mprefetchwt1.
14907         * config/i386/i386.h (TARGET_PREFETCHWT1, TARGET_PREFETCHWT1_P): New.
14908         * config/i386/i386.md (prefetch): Check TARGET_PREFETCHWT1
14909         (*prefetch_avx512pf_<mode>_: Change into ...
14910         (*prefetch_prefetchwt1_<mode>: This.
14911         * config/i386/i386.opt (mprefetchwt1): New.
14912         * config/i386/xmmintrin.h (_mm_hint): Add _MM_HINT_ET1.
14913         (_mm_prefetch): Handle intent to write.
14914         * doc/invoke.texi (mprefetchwt1), (mno-prefetchwt1): Doccument.
14916 2014-02-25  Richard Biener  <rguenther@suse.de>
14918         PR middle-end/60291
14919         * emit-rtl.c (mem_attrs_htab): Remove.
14920         (mem_attrs_htab_hash): Likewise.
14921         (mem_attrs_htab_eq): Likewise.
14922         (set_mem_attrs): Always allocate new mem-attrs when something changed.
14923         (init_emit_once): Do not allocate mem_attrs_htab.
14925 2014-02-25  Richard Biener  <rguenther@suse.de>
14927         PR lto/60319
14928         * lto-opts.c (lto_write_options): Output non-explicit conservative
14929         -fwrapv, -fno-trapv and -fno-strict-overflow.
14930         * lto-wrapper.c (merge_and_complain): Handle merging those options.
14931         (run_gcc): And pass them through.
14933 2014-02-25  Andrey Belevantsev  <abel@ispras.ru>
14935         * sel-sched.c (calculate_new_fences): New parameter ptime.
14936         Calculate it as a maximum over all fence cycles.
14937         (sel_sched_region_2): Adjust the call to calculate_new_fences.
14938         Print the final schedule timing when sched_verbose.
14940 2014-02-25  Andrey Belevantsev  <abel@ispras.ru>
14942         PR rtl-optimization/60292
14943         * sel-sched.c (fill_vec_av_set): Do not reset target availability
14944         bit fot the fence instruction.
14946 2014-02-24  Alangi Derick  <alangiderick@gmail.com>
14948         * calls.h: Fix typo in comment.
14950 2014-02-24  John David Anglin  <danglin@gcc.gnu.org>
14952         * config/pa/pa.c (pa_output_move_double): Don't valididate when
14953         adjusting offsetable addresses.
14955 2014-02-24  Guozhi Wei  <carrot@google.com>
14957         * sparseset.h (sparseset_pop): Fix the wrong index.
14959 2014-02-24  Walter Lee  <walt@tilera.com>
14961         * config.gcc (tilepro-*-*): Change to tilepro*-*-*.
14962         (tilegx-*-linux*): Change to tilegx*-*-linux*; Support tilegxbe
14963         triplet.
14964         * common/config/tilegx/tilegx-common.c
14965         (TARGET_DEFAULT_TARGET_FLAGS): Define.
14966         * config/tilegx/linux.h (ASM_SPEC): Add endian_spec.
14967         (LINK_SPEC): Ditto.
14968         * config/tilegx/sync.md (atomic_test_and_set): Handle big endian.
14969         * config/tilegx/tilegx.c (tilegx_return_in_msb): New.
14970         (tilegx_gimplify_va_arg_expr): Handle big endian.
14971         (tilegx_expand_unaligned_load): Ditto.
14972         (tilegx_expand_unaligned_store): Ditto.
14973         (TARGET_RETURN_IN_MSB): New.
14974         * config/tilegx/tilegx.h (TARGET_DEFAULT): New.
14975         (TARGET_ENDIAN_DEFAULT): New.
14976         (TARGET_BIG_ENDIAN): Handle big endian.
14977         (BYTES_BIG_ENDIAN): Ditto.
14978         (WORDS_BIG_ENDIAN): Ditto.
14979         (FLOAT_WORDS_BIG_ENDIAN): Ditto.
14980         (ENDIAN_SPEC): New.
14981         (EXTRA_SPECS): New.
14982         * config/tilegx/tilegx.md (extv): Handle big endian.
14983         (extzv): Ditto.
14984         (insn_st<n>): Ditto.
14985         (insn_st<n>_add<bitsuffix>): Ditto.
14986         (insn_stnt<n>): Ditto.
14987         (insn_stnt<n>_add<bitsuffix>):Ditto.
14988         (vec_interleave_highv8qi): Handle big endian.
14989         (vec_interleave_highv8qi_be): New.
14990         (vec_interleave_highv8qi_le): New.
14991         (insn_v1int_h): Handle big endian.
14992         (vec_interleave_lowv8qi): Handle big endian.
14993         (vec_interleave_lowv8qi_be): New.
14994         (vec_interleave_lowv8qi_le): New.
14995         (insn_v1int_l): Handle big endian.
14996         (vec_interleave_highv4hi): Handle big endian.
14997         (vec_interleave_highv4hi_be): New.
14998         (vec_interleave_highv4hi_le): New.
14999         (insn_v2int_h): Handle big endian.
15000         (vec_interleave_lowv4hi): Handle big endian.
15001         (vec_interleave_lowv4hi_be): New.
15002         (vec_interleave_lowv4hi_le): New.
15003         (insn_v2int_l): Handle big endian.
15004         (vec_interleave_highv2si): Handle big endian.
15005         (vec_interleave_highv2si_be): New.
15006         (vec_interleave_highv2si_le): New.
15007         (insn_v4int_h): Handle big endian.
15008         (vec_interleave_lowv2si): Handle big endian.
15009         (vec_interleave_lowv2si_be): New.
15010         (vec_interleave_lowv2si_le): New.
15011         (insn_v4int_l): Handle big endian.
15012         * config/tilegx/tilegx.opt (mbig-endian): New option.
15013         (mlittle-endian): New option.
15014         * doc/install.texi: Document tilegxbe-linux.
15015         * doc/invoke.texi: Document -mbig-endian and -mlittle-endian.
15017 2014-02-24  Martin Jambor  <mjambor@suse.cz>
15019         PR ipa/60266
15020         * ipa-cp.c (propagate_constants_accross_call): Bail out early if
15021         there are no parameter descriptors.
15023 2014-02-24  Andrey Belevantsev  <abel@ispras.ru>
15025         PR rtl-optimization/60268
15026         * sched-rgn.c (haifa_find_rgns): Move the nr_regions_initial variable
15027         initialization to ...
15028         (sched_rgn_init): ... here.
15029         (schedule_region): Check for SCHED_PRESSURE_NONE earlier.
15031 2014-02-23  David Holsgrove  <david.holsgrove@xilinx.com>
15033         * config/microblaze/microblaze.md: Correct ashrsi_reg / lshrsi_reg
15034         names.
15036 2014-02-23  Edgar E. Iglesias  <edgar.iglesias@xilinx.com>
15038         * config/microblaze/microblaze.h: Remove SECONDARY_MEMORY_NEEDED
15039         definition.
15041 2014-02-23  David Holsgrove  <david.holsgrove@xilinx.com>
15043         * /config/microblaze/microblaze.c: Add microblaze_asm_output_mi_thunk,
15044         define TARGET_ASM_OUTPUT_MI_THUNK and TARGET_ASM_CAN_OUTPUT_MI_THUNK.
15046 2014-02-23  David Holsgrove  <david.holsgrove@xilinx.com>
15048         * config/microblaze/predicates.md: Add cmp_op predicate.
15049         * config/microblaze/microblaze.md: Add branch_compare instruction
15050         which uses cmp_op predicate and emits cmp insn before branch.
15051         * config/microblaze/microblaze.c (microblaze_emit_compare): Rename
15052         to microblaze_expand_conditional_branch and consolidate logic.
15053         (microblaze_expand_conditional_branch): emit branch_compare
15054         insn instead of handling cmp op separate from branch insn.
15056 2014-02-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15058         * config/rs6000/rs6000.c (rs6000_emit_le_vsx_move): Relax assert
15059         to permit subregs.
15061 2014-02-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15063         * config/rs6000/altivec.md (altivec_lve<VI_char>x): Replace
15064         define_insn with define_expand and new define_insn
15065         *altivec_lve<VI_char>x_internal.
15066         (altivec_stve<VI_char>x): Replace define_insn with define_expand
15067         and new define_insn *altivec_stve<VI_char>x_internal.
15068         * config/rs6000/rs6000-protos.h (altivec_expand_stvex_be): New
15069         prototype.
15070         * config/rs6000/rs6000.c (altivec_expand_lvx_be): Document use by
15071         lve*x built-ins.
15072         (altivec_expand_stvex_be): New function.
15074 2014-02-22  Joern Rennecke  <joern.rennecke@embecosm.com>
15076         * config/avr/avr.c (avr_can_eliminate): Allow elimination from
15077         ARG_POINTER_REGNUM to STACK_POINTER_REGNUM if !frame_pointer_needed.
15078         * config/avr/avr.c (ELIMINABLE_REGS): Add elimination from
15079         ARG_POINTER_REGNUM to STACK_POINTER_REGNUM.
15081 2014-02-21  Vladimir Makarov  <vmakarov@redhat.com>
15083         PR target/60298
15084         * lra-constraints.c (inherit_reload_reg): Use lra_emit_move
15085         instead of emit_move_insn.
15087 2014-02-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15089         * config/rs6000/altivec.md (altivec_vsumsws): Replace second
15090         vspltw with vsldoi.
15091         (reduc_uplus_v16qi): Use gen_altivec_vsumsws_direct instead of
15092         gen_altivec_vsumsws.
15094 2014-02-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15096         * config/rs6000/altivec.md (altivec_lvxl): Rename as
15097         *altivec_lvxl_<mode>_internal and use VM2 iterator instead of V4SI.
15098         (altivec_lvxl_<mode>): New define_expand incorporating
15099         -maltivec=be semantics where needed.
15100         (altivec_lvx): Rename as *altivec_lvx_<mode>_internal.
15101         (altivec_lvx_<mode>): New define_expand incorporating -maltivec=be
15102         semantics where needed.
15103         (altivec_stvx): Rename as *altivec_stvx_<mode>_internal.
15104         (altivec_stvx_<mode>): New define_expand incorporating
15105         -maltivec=be semantics where needed.
15106         (altivec_stvxl): Rename as *altivec_stvxl_<mode>_internal and use
15107         VM2 iterator instead of V4SI.
15108         (altivec_stvxl_<mode>): New define_expand incorporating
15109         -maltivec=be semantics where needed.
15110         * config/rs6000/rs6000-builtin.def: Add new built-in definitions
15111         LVXL_V2DF, LVXL_V2DI, LVXL_V4SF, LVXL_V4SI, LVXL_V8HI, LVXL_V16QI,
15112         LVX_V2DF, LVX_V2DI, LVX_V4SF, LVX_V4SI, LVX_V8HI, LVX_V16QI, STVX_V2DF,
15113         STVX_V2DI, STVX_V4SF, STVX_V4SI, STVX_V8HI, STVX_V16QI, STVXL_V2DF,
15114         STVXL_V2DI, STVXL_V4SF, STVXL_V4SI, STVXL_V8HI, STVXL_V16QI.
15115         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Replace
15116         ALTIVEC_BUILTIN_LVX with ALTIVEC_BUILTIN_LVX_<MODE> throughout;
15117         similarly for ALTIVEC_BUILTIN_LVXL, ALTIVEC_BUILTIN_STVX, and
15118         ALTIVEC_BUILTIN_STVXL.
15119         * config/rs6000/rs6000-protos.h (altivec_expand_lvx_be): New prototype.
15120         (altivec_expand_stvx_be): Likewise.
15121         * config/rs6000/rs6000.c (swap_selector_for_mode): New function.
15122         (altivec_expand_lvx_be): Likewise.
15123         (altivec_expand_stvx_be): Likewise.
15124         (altivec_expand_builtin): Add cases for
15125         ALTIVEC_BUILTIN_STVX_<MODE>, ALTIVEC_BUILTIN_STVXL_<MODE>,
15126         ALTIVEC_BUILTIN_LVXL_<MODE>, and ALTIVEC_BUILTIN_LVX_<MODE>.
15127         (altivec_init_builtins): Add definitions for
15128         __builtin_altivec_lvxl_<mode>, __builtin_altivec_lvx_<mode>,
15129         __builtin_altivec_stvx_<mode>, and __builtin_altivec_stvxl_<mode>.
15131 2014-02-21  Catherine Moore  <clm@codesourcery.com>
15133         * doc/invoke.texi (mvirt, mno-virt): Document.
15134         * config/mips/mips.opt (mvirt): New option.
15135         * config/mips/mips.h (ASM_SPEC): Pass mvirt to the assembler.
15137 2014-02-21  Richard Biener  <rguenther@suse.de>
15139         PR tree-optimization/60276
15140         * tree-vectorizer.h (struct _stmt_vec_info): Add min_neg_dist field.
15141         (STMT_VINFO_MIN_NEG_DIST): New macro.
15142         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Record
15143         STMT_VINFO_MIN_NEG_DIST.
15144         * tree-vect-stmts.c (vectorizable_load): Verify if assumptions
15145         made for negative dependence distances still hold.
15147 2014-02-21  Richard Biener  <rguenther@suse.de>
15149         PR middle-end/60291
15150         * tree-ssa-live.c (mark_all_vars_used_1): Do not walk
15151         DECL_INITIAL for globals not in the current function context.
15153 2014-02-21  Jakub Jelinek  <jakub@redhat.com>
15155         PR tree-optimization/56490
15156         * params.def (PARAM_UNINIT_CONTROL_DEP_ATTEMPTS): New param.
15157         * tree-ssa-uninit.c: Include params.h.
15158         (compute_control_dep_chain): Add num_calls argument, return false
15159         if it exceed PARAM_UNINIT_CONTROL_DEP_ATTEMPTS param, pass
15160         num_calls to recursive call.
15161         (find_predicates): Change dep_chain into normal array,
15162         cur_chain into auto_vec<edge, MAX_CHAIN_LEN + 1>, add num_calls
15163         variable and adjust compute_control_dep_chain caller.
15164         (find_def_preds): Likewise.
15166 2014-02-21  Thomas Schwinge  <thomas@codesourcery.com>
15168         * gimple-pretty-print.c (dump_gimple_omp_for) [flags & TDF_RAW]
15169         <case GF_OMP_FOR_KIND_CILKSIMD>: Add missing break statement.
15171 2014-02-21  Nick Clifton  <nickc@redhat.com>
15173         * config/stormy16/stormy16.md (pushdqi1): Add mode to post_inc.
15174         (pushhi1): Likewise.
15175         (popqi1): Add mode to pre_dec.
15176         (pophi1): Likewise.
15178 2014-02-21  Jakub Jelinek  <jakub@redhat.com>
15180         * config/i386/i386.c (ix86_expand_vec_perm): Use V8SImode
15181         mode for mask of V8SFmode permutation.
15183 2014-02-20  Richard Henderson  <rth@redhat.com>
15185         PR c++/60272
15186         * builtins.c (expand_builtin_atomic_compare_exchange): Always make
15187         a new pseudo for OLDVAL.
15189 2014-02-20  Jakub Jelinek  <jakub@redhat.com>
15191         PR target/57896
15192         * config/i386/i386.c (expand_vec_perm_interleave2): Don't call
15193         gen_reg_rtx if d->testing_p.
15194         (expand_vec_perm_pshufb2, expand_vec_perm_broadcast_1): Return early
15195         if d->testing_p and we will certainly return true.
15196         (expand_vec_perm_even_odd_1): Likewise.  Don't call gen_reg_rtx
15197         if d->testing_p.
15199 2014-02-20  Uros Bizjak  <ubizjak@gmail.com>
15201         * emit-rtl.c (gen_reg_rtx): Assert that
15202         crtl->emit.regno_pointer_align_length is non-zero.
15204 2014-02-20  Richard Henderson  <rth@redhat.com>
15206         PR c++/60272
15207         * builtins.c (expand_builtin_atomic_compare_exchange): Conditionalize
15208         on failure the store back into EXPECT.
15210 2014-02-20  Chung-Lin Tang  <cltang@codesourcery.com>
15211             Sandra Loosemore  <sandra@codesourcery.com>
15213         * config/nios2/nios2.md (unspec): Add UNSPEC_PIC_GOTOFF_SYM enum.
15214         * config/nios2/nios2.c (nios2_function_profiler): Add
15215         -fPIC (flag_pic == 2) support.
15216         (nios2_handle_custom_fpu_cfg): Fix warning parameter.
15217         (nios2_large_offset_p): New function.
15218         (nios2_unspec_reloc_p): Move up position, update to use
15219         nios2_large_offset_p.
15220         (nios2_unspec_address): Remove function.
15221         (nios2_unspec_offset): New function.
15222         (nios2_large_got_address): New function.
15223         (nios2_got_address): Add large offset support.
15224         (nios2_legitimize_tls_address): Update usage of removed and new
15225         functions.
15226         (nios2_symbol_binds_local_p): New function.
15227         (nios2_load_pic_address): Add -fPIC (flag_pic == 2) support.
15228         (nios2_legitimize_address): Update to use nios2_large_offset_p.
15229         (nios2_emit_move_sequence): Avoid legitimizing (const (unspec ...)).
15230         (nios2_print_operand): Merge H/L processing, add hiadj/lo
15231         processing for (const (unspec ...)).
15232         (nios2_unspec_reloc_name): Add UNSPEC_PIC_GOTOFF_SYM case.
15234 2014-02-20  Richard Biener  <rguenther@suse.de>
15236         * tree-cfg.c (replace_uses_by): Mark altered BBs before
15237         doing the substitution.
15238         (verify_gimple_assign_single): Also verify bare MEM_REFs on the lhs.
15240 2014-02-20  Martin Jambor  <mjambor@suse.cz>
15242         PR ipa/55260
15243         * ipa-cp.c (cgraph_edge_brings_all_agg_vals_for_node): Uce correct
15244         info when checking whether lattices are bottom.
15246 2014-02-20  Richard Biener  <rguenther@suse.de>
15248         PR middle-end/60221
15249         * tree-eh.c (execute_cleanup_eh_1): Also cleanup empty EH
15250         regions at -O0.
15252 2014-02-20  Jan Hubicka  <hubicka@ucw.cz>
15254         PR ipa/58555
15255         * ipa-inline-transform.c (clone_inlined_nodes): Add freq_scale
15256         parameter specifying the scaling.
15257         (inline_call): Update.
15258         (want_inline_recursively): Guard division by zero.
15259         (recursive_inlining): Update.
15260         * ipa-inline.h (clone_inlined_nodes): Update.
15262 2014-02-20  Ilya Tocar  <ilya.tocar@intel.com>
15264         PR target/60204
15265         * config/i386/i386.c (classify_argument): Pass structures of size
15266         64 bytes or less in register.
15268 2014-02-20  Ilya Tocar  <ilya.tocar@intel.com>
15269             Kirill Yukhin  <kirill.yukhin@intel.com>
15271         * config/i386/avx512erintrin.h (_mm_rcp28_round_sd): Swap operands.
15272         (_mm_rcp28_round_ss): Ditto.
15273         (_mm_rsqrt28_round_sd): Ditto.
15274         (_mm_rsqrt28_round_ss): Ditto.
15275         * config/i386/avx512erintrin.h (_mm_rcp14_round_sd): Ditto.
15276         (_mm_rcp14_round_ss): Ditto.
15277         (_mm_rsqrt14_round_sd): Ditto.
15278         (_mm_rsqrt14_round_ss): Ditto.
15279         * config/i386/sse.md (rsqrt14<mode>): Put nonimmediate operand as
15280         the first input operand, get rid of match_dup.
15281         (avx512er_exp2<mode><mask_name><round_saeonly_name>): Set type
15282         attribute to sse.
15283         (<mask_codefor>avx512er_rcp28<mode><mask_name><round_saeonly_name>):
15284         Ditto.
15285         (avx512er_vmrcp28<mode><round_saeonly_name>): Put nonimmediate
15286         operand as the first input operand, set type attribute.
15287         (<mask_codefor>avx512er_rsqrt28<mode><mask_name><round_saeonly_name>):
15288         Set type attribute.
15289         (avx512er_vmrsqrt28<mode><round_saeonly_name>): Put nonimmediate
15290         operand as the first input operand, set type attribute.
15292 2014-02-19  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15294         * config/rs6000/rs6000.c (vspltis_constant): Fix most significant
15295         bit of zero.
15297 2014-02-19  H.J. Lu  <hongjiu.lu@intel.com>
15299         PR target/60207
15300         * config/i386/i386.c (construct_container): Remove TFmode check
15301         for X86_64_INTEGER_CLASS.
15303 2014-02-19  Uros Bizjak  <ubizjak@gmail.com>
15305         PR target/59794
15306         * config/i386/i386.c (type_natural_mode): Warn for ABI changes
15307         only when -Wpsabi is enabled.
15309 2014-02-19  Michael Hudson-Doyle  <michael.hudson@linaro.org>
15311          PR target/59799
15312         * config/aarch64/aarch64.c (aarch64_pass_by_reference): The rules for
15313         passing arrays in registers are the same as for structs, so remove the
15314         special case for them.
15316 2014-02-19  Eric Botcazou  <ebotcazou@adacore.com>
15318         * expr.c (expand_expr_real_1) <case VIEW_CONVERT_EXPR>: For a bit-field
15319         destination type, extract only the valid bits if the source type is not
15320         integral and has a different mode.
15322 2014-02-19  Richard Biener  <rguenther@suse.de>
15324         PR ipa/60243
15325         * tree-inline.c (estimate_num_insns): Avoid calling cgraph_get_node
15326         for all calls.
15328 2014-02-19  Richard Biener  <rguenther@suse.de>
15330         PR ipa/60243
15331         * ipa-prop.c: Include stringpool.h and tree-ssanames.h.
15332         (ipa_modify_call_arguments): Emit an argument load explicitely and
15333         preserve virtual SSA form there and for the replacement call.
15334         Do not update SSA form nor free dominance info.
15336 2014-02-18  Jan Hubicka  <hubicka@ucw.cz>
15338         * ipa.c (function_and_variable_visibility): Also clear WEAK
15339         flag when disolving COMDAT_GROUP.
15341 2014-02-18  Jan Hubicka  <hubicka@ucw.cz>
15343         * ipa-prop.h (ipa_ancestor_jf_data): Update ocmment.
15344         * ipa-prop.c (ipa_set_jf_known_type): Return early when
15345         not devirtualizing.
15346         (ipa_set_ancestor_jf): Set type to NULL hwen it is not preserved;
15347         do more sanity checks.
15348         (detect_type_change): Return true when giving up early.
15349         (compute_complex_assign_jump_func): Fix type parameter of
15350         ipa_set_ancestor_jf.
15351         (compute_complex_ancestor_jump_func): Likewise.
15352         (update_jump_functions_after_inlining): Fix updating of
15353         ancestor function.
15354         * ipa-cp.c (ipa_get_jf_ancestor_result): Be ready for type to be NULL.
15356 2014-02-18  Jan Hubicka  <hubicka@ucw.cz>
15358         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Also remove
15359         inline clones when edge disappears.
15361 2014-02-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
15363         PR target/60203
15364         * config/rs6000/rs6000.md (mov<mode>_64bit, TF/TDmode moves):
15365         Split 64-bit moves into 2 patterns.  Do not allow the use of
15366         direct move for TDmode in little endian, since the decimal value
15367         has little endian bytes within a word, but the 64-bit pieces are
15368         ordered in a big endian fashion, and normal subreg's of TDmode are
15369         not allowed.
15370         (mov<mode>_64bit_dm): Likewise.
15371         (movtd_64bit_nodm): Likewise.
15373 2014-02-18  Eric Botcazou  <ebotcazou@adacore.com>
15375         PR tree-optimization/60174
15376         * tree-ssa-reassoc.c (init_range_entry): Do not look into the defining
15377         statement of an SSA_NAME that occurs in an abnormal PHI node.
15379 2014-02-18  Jakub Jelinek  <jakub@redhat.com>
15381         PR sanitizer/60142
15382         * final.c (SEEN_BB): Remove.
15383         (SEEN_NOTE, SEEN_EMITTED): Renumber.
15384         (final_scan_insn): Don't force_source_line on second
15385         NOTE_INSN_BASIC_BLOCK.
15387 2014-02-18  Uros Bizjak  <ubizjak@gmail.com>
15389         PR target/60205
15390         * config/i386/i386.h (struct ix86_args): Add warn_avx512f.
15391         * config/i386/i386.c (init_cumulative_args): Initialize warn_avx512f.
15392         (type_natural_mode): Warn ABI change when %zmm register is not
15393         available for AVX512F vector value passing.
15395 2014-02-18  Kai Tietz  <ktietz@redhat.com>
15397         PR target/60193
15398         * config/i386/i386.c (ix86_expand_prologue): Use value in
15399         rax register as displacement when restoring %r10 or %rax.
15400         Fix wrong offset when restoring both registers.
15402 2014-02-18  Eric Botcazou  <ebotcazou@adacore.com>
15404         * ipa-prop.c (compute_complex_ancestor_jump_func): Replace overzealous
15405         assertion with conditional return.
15407 2014-02-18  Jakub Jelinek  <jakub@redhat.com>
15408             Uros Bizjak  <ubizjak@gmail.com>
15410         PR driver/60233
15411         * config/i386/driver-i386.c (host_detect_local_cpu): If
15412         YMM state is not saved by the OS, also clear has_f16c.  Move
15413         CPUID 0x80000001 handling before YMM state saving checking.
15415 2014-02-18  Andrey Belevantsev  <abel@ispras.ru>
15417         PR rtl-optimization/58960
15418         * haifa-sched.c (alloc_global_sched_pressure_data): New,
15419         factored out from ...
15420         (sched_init): ... here.
15421         (free_global_sched_pressure_data): New, factored out from ...
15422         (sched_finish): ... here.
15423         * sched-int.h (free_global_sched_pressure_data): Declare.
15424         * sched-rgn.c (nr_regions_initial): New static global.
15425         (haifa_find_rgns): Initialize it.
15426         (schedule_region): Disable sched-pressure for the newly
15427         generated regions.
15429 2014-02-17  Richard Biener  <rguenther@suse.de>
15431         * tree-vect-stmts.c (free_stmt_vec_info): Clear BB and
15432         release SSA defs of pattern stmts.
15434 2014-02-17  Richard Biener  <rguenther@suse.de>
15436         * tree-inline.c (expand_call_inline): Release the virtual
15437         operand defined by the call we are about to inline.
15439 2014-02-17  Richard Biener  <rguenther@suse.de>
15441         * tree-ssa.c (verify_ssa): If verify_def found an error, ICE.
15443 2014-02-17  Kirill Yukhin  <kirill.yukhin@intel.com>
15444             Ilya Tocar  <ilya.tocar@intel.com>
15446         * config/i386/avx512fintrin.h (_mm512_maskz_permutexvar_epi64): Swap
15447         arguments order in builtin.
15448         (_mm512_permutexvar_epi64): Ditto.
15449         (_mm512_mask_permutexvar_epi64): Ditto
15450         (_mm512_maskz_permutexvar_epi32): Ditto
15451         (_mm512_permutexvar_epi32): Ditto
15452         (_mm512_mask_permutexvar_epi32): Ditto
15454 2014-02-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15456         * config/rs6000/altivec.md (p8_vmrgew): Handle little endian targets.
15457         (p8_vmrgow): Likewise.
15459 2014-02-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15461         * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Handle little
15462         endian targets.
15464 2014-02-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
15466         PR target/60203
15467         * config/rs6000/rs6000.md (rreg): Add TFmode, TDmode constraints.
15468         (mov<mode>_internal, TFmode/TDmode): Split TFmode/TDmode moves
15469         into 64-bit and 32-bit moves.  On 64-bit moves, add support for
15470         using direct move instructions on ISA 2.07.  Also adjust
15471         instruction length for 64-bit.
15472         (mov<mode>_64bit, TFmode/TDmode): Likewise.
15473         (mov<mode>_32bit, TFmode/TDmode): Likewise.
15475 2014-02-15  Alan Modra  <amodra@gmail.com>
15477         PR target/58675
15478         PR target/57935
15479         * config/rs6000/rs6000.c (rs6000_secondary_reload_inner): Use
15480         find_replacement on parts of insn rtl that might be reloaded.
15482 2014-02-15  Richard Biener  <rguenther@suse.de>
15484         PR tree-optimization/60183
15485         * tree-ssa-phiprop.c (propagate_with_phi): Avoid speculating loads.
15486         (tree_ssa_phiprop): Calculate and free post-dominators.
15488 2014-02-14  Jeff Law  <law@redhat.com>
15490         PR rtl-optimization/60131
15491         * ree.c (get_extended_src_reg): New function.
15492         (combine_reaching_defs): Use it rather than assuming location of REG.
15493         (find_and_remove_re): Verify first operand of extension is
15494         a REG before adding the insns to the copy list.
15496 2014-02-14  Roland McGrath  <mcgrathr@google.com>
15498         * configure.ac (HAVE_AS_IX86_UD2): New test for 'ud2' mnemonic.
15499         * configure: Regenerated.
15500         * config.in: Regenerated.
15501         * config/i386/i386.md (trap) [HAVE_AS_IX86_UD2]: Use the mnemonic
15502         instead of ASM_SHORT.
15504 2014-02-14  Vladimir Makarov  <vmakarov@redhat.com>
15505             Richard Earnshaw  <rearnsha@arm.com>
15507         PR rtl-optimization/59535
15508         * lra-constraints.c (process_alt_operands): Encourage alternative
15509         when unassigned pseudo class is superset of the alternative class.
15510         (inherit_reload_reg): Don't inherit when optimizing for code size.
15511         * config/arm/arm.h (MODE_BASE_REG_CLASS): Add version for LRA
15512         returning CORE_REGS for anything but Thumb1 and BASE_REGS for
15513         modes not less than 4 for Thumb1.
15515 2014-02-14  Kyle McMartin  <kyle@redhat.com>
15517         PR pch/60010
15518         * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for AArch64.
15520 2014-02-14  Richard Biener  <rguenther@suse.de>
15522         * cilk-common.c (cilk_arrow): Build a MEM_REF, not an INDIRECT_REF.
15523         (get_frame_arg): Drop the assert with langhook types_compatible_p.
15524         Do not strip INDIRECT_REFs.
15526 2014-02-14  Richard Biener  <rguenther@suse.de>
15528         PR lto/60179
15529         * lto-streamer-out.c (DFS_write_tree_body): Do not follow
15530         DECL_FUNCTION_SPECIFIC_TARGET.
15531         (hash_tree): Do not hash DECL_FUNCTION_SPECIFIC_TARGET.
15532         * tree-streamer-out.c (pack_ts_target_option): Remove.
15533         (streamer_pack_tree_bitfields): Do not stream TS_TARGET_OPTION.
15534         (write_ts_function_decl_tree_pointers): Do not stream
15535         DECL_FUNCTION_SPECIFIC_TARGET.
15536         * tree-streamer-in.c (unpack_ts_target_option): Remove.
15537         (unpack_value_fields): Do not stream TS_TARGET_OPTION.
15538         (lto_input_ts_function_decl_tree_pointers): Do not stream
15539         DECL_FUNCTION_SPECIFIC_TARGET.
15541 2014-02-14  Jakub Jelinek  <jakub@redhat.com>
15543         * tree-vect-loop.c (vect_is_slp_reduction): Don't set use_stmt twice.
15544         (get_initial_def_for_induction, vectorizable_induction): Ignore
15545         debug stmts when looking for exit_phi.
15546         (vectorizable_live_operation): Fix up condition.
15548 2014-02-14  Chung-Ju Wu  <jasonwucj@gmail.com>
15550         * config/nds32/nds32.c (nds32_asm_function_prologue): Do not use
15551         nreverse() because it changes the content of original tree list.
15553 2014-02-14  Chung-Ju Wu  <jasonwucj@gmail.com>
15555         * config/nds32/t-mlibs (MULTILIB_OPTIONS): Fix typo in comment.
15556         * config/nds32/nds32.c (nds32_merge_decl_attributes): Likewise.
15558 2014-02-14  Chung-Ju Wu  <jasonwucj@gmail.com>
15560         * config/nds32/nds32.c (nds32_naked_function_p): Follow the
15561         GNU coding standards.
15563 2014-02-13  Jakub Jelinek  <jakub@redhat.com>
15565         PR debug/60152
15566         * dwarf2out.c (gen_subprogram_die): Don't call
15567         add_calling_convention_attribute if subr_die is old_die.
15569 2014-02-13  Sharad Singhai  <singhai@google.com>
15571         * doc/optinfo.texi: Fix order of nodes.
15573 2014-02-13  Uros Bizjak  <ubizjak@gmail.com>
15575         * config/i386/sse.md (xop_vmfrcz<mode>2): Generate const0 in
15576         operands[2], not operands[3].
15578 2014-02-13  Richard Biener  <rguenther@suse.de>
15580         PR bootstrap/59878
15581         * doc/install.texi (ISL): Update recommended version to 0.12.2,
15582         mention the possibility of an in-tree build.
15583         (CLooG): Update recommended version to 0.18.1, mention the
15584         possibility of an in-tree build and clarify that the ISL
15585         bundled with CLooG does not work.
15587 2014-02-13  Jakub Jelinek  <jakub@redhat.com>
15589         PR target/43546
15590         * expr.c (compress_float_constant): If x is a hard register,
15591         extend into a pseudo and then move to x.
15593 2014-02-13  Dominik Vogt  <vogt@linux.vnet.ibm.com>
15595         * config/s390/s390.c (s390_asm_output_function_label): Fix crash
15596         caused by bad second argument to warning_at() with -mhotpatch and
15597         nested functions (e.g. with gfortran).
15599 2014-02-13  Richard Sandiford  <rdsandiford@googlemail.com>
15601         * opts.c (option_name): Remove "enabled by default" rider.
15603 2014-02-12  John David Anglin  <danglin@gcc.gnu.org>
15605         * config/pa/pa.c (pa_option_override): Remove auto increment FIXME.
15607 2014-02-12  H.J. Lu  <hongjiu.lu@intel.com>
15608             Uros Bizjak  <ubizjak@gmail.com>
15610         PR target/60151
15611         * configure.ac (HAVE_AS_GOTOFF_IN_DATA): Pass --32 to GNU assembler.
15612         * configure: Regenerated.
15614 2014-02-12  Richard Biener  <rguenther@suse.de>
15616         * vec.c (vec_prefix::calculate_allocation): Move as
15617         inline variant to vec.h.
15618         (vec_prefix::calculate_allocation_1): New out-of-line version.
15619         * vec.h (vec_prefix::calculate_allocation_1): Declare.
15620         (vec_prefix::m_has_auto_buf): Rename to ...
15621         (vec_prefix::m_using_auto_storage): ... this.
15622         (vec_prefix::calculate_allocation): Inline the easy cases
15623         and dispatch to calculate_allocation_1 which doesn't need the
15624         prefix address.
15625         (va_heap::reserve): Use gcc_checking_assert.
15626         (vec<T, A, vl_embed>::embedded_init): Add argument to initialize
15627         m_using_auto_storage.
15628         (auto_vec): Change m_vecpfx member to a vec<T, va_heap, vl_embed>
15629         member and adjust.
15630         (vec<T, va_heap, vl_ptr>::reserve): Remove redundant check.
15631         (vec<T, va_heap, vl_ptr>::release): Avoid casting.
15632         (vec<T, va_heap, vl_ptr>::using_auto_storage): Simplify.
15634 2014-02-12  Richard Biener  <rguenther@suse.de>
15636         * gcse.c (compute_transp): break from loop over canon_modify_mem_list
15637         when we found a dependence.
15639 2014-02-12  Thomas Schwinge  <thomas@codesourcery.com>
15641         * gimplify.c (gimplify_call_expr, gimplify_modify_expr): Move
15642         common code...
15643         (maybe_fold_stmt): ... into this new function.
15644         * omp-low.c (lower_omp): Update comment.
15646         * omp-low.c (lower_omp_target): Add clobber for sizes array, after
15647         last use.
15649         * omp-low.c (diagnose_sb_0): Make sure label_ctx is valid to
15650         dereference.
15652 2014-02-12  James Greenhalgh  <james.greenhalgh@arm.com>
15654         * config/arm/aarch-cost-tables.h (generic_extra_costs): Fix
15655         identifiers in comments.
15656         (cortexa53_extra_costs): Likewise.
15657         * config/arm/arm.c (cortexa9_extra_costs): Fix identifiers in comments.
15658         (cortexa7_extra_costs): Likewise.
15659         (cortexa12_extra_costs): Likewise.
15660         (cortexa15_extra_costs): Likewise.
15661         (v7m_extra_costs): Likewise.
15663 2014-02-12  Richard Biener  <rguenther@suse.de>
15665         PR middle-end/60092
15666         * gimple-low.c (lower_builtin_posix_memalign): Lower conditional
15667         of posix_memalign being successful.
15668         (lower_stmt): Restrict lowering of posix_memalign to when
15669         -ftree-bit-ccp is enabled.
15671 2014-02-12  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
15673         * config/avr/avr-c.c (avr_resolve_overloaded_builtin): Pass vNULL for
15674         arg_loc.
15675         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Likewise.
15677 2014-02-12  Eric Botcazou  <ebotcazou@adacore.com>
15679         PR rtl-optimization/60116
15680         * combine.c (try_combine): Also remove dangling REG_DEAD notes on the
15681         other_insn once the combination has been validated.
15683 2014-02-11  Jan Hubicka  <hubicka@ucw.cz>
15685         PR lto/59468
15686         * ipa-utils.h (possible_polymorphic_call_targets): Update prototype
15687         and wrapper.
15688         * ipa-devirt.c: Include demangle.h
15689         (odr_violation_reported): New static variable.
15690         (add_type_duplicate): Update odr_violations.
15691         (maybe_record_node): Add completep parameter; update it.
15692         (record_target_from_binfo): Add COMPLETEP parameter;
15693         update it as needed.
15694         (possible_polymorphic_call_targets_1): Likewise.
15695         (struct polymorphic_call_target_d): Add nonconstruction_targets;
15696         rename FINAL to COMPLETE.
15697         (record_targets_from_bases): Sanity check we found the binfo;
15698         fix COMPLETEP updating.
15699         (possible_polymorphic_call_targets): Add NONCONSTRUTION_TARGETSP
15700         parameter, fix computing of COMPLETEP.
15701         (dump_possible_polymorphic_call_targets): Imrove readability of dump;
15702         at LTO time do demangling.
15703         (ipa_devirt): Use nonconstruction_targets; Improve dumps.
15704         * gimple-fold.c (gimple_get_virt_method_for_vtable): Add can_refer
15705         parameter.
15706         (gimple_get_virt_method_for_binfo): Likewise.
15707         * gimple-fold.h (gimple_get_virt_method_for_binfo,
15708         gimple_get_virt_method_for_vtable): Update prototypes.
15710 2014-02-11  Vladimir Makarov  <vmakarov@redhat.com>
15712         PR target/49008
15713         * genautomata.c (add_presence_absence): Fix typo with
15714         {final_}presence_list.
15716 2014-02-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
15718         PR target/60137
15719         * config/rs6000/rs6000.md (128-bit GPR splitter): Add a splitter
15720         for VSX/Altivec vectors that land in GPR registers.
15722 2014-02-11  Richard Henderson  <rth@redhat.com>
15723             Jakub Jelinek  <jakub@redhat.com>
15725         PR debug/59776
15726         * tree-sra.c (load_assign_lhs_subreplacements): Add VIEW_CONVERT_EXPR
15727         around drhs if type conversion to lacc->type is not useless.
15729 2014-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15731         * config/aarch64/aarch64-cores.def (cortex-a57): Use cortexa57
15732         tuning struct.
15733         (cortex-a57.cortex-a53): Likewise.
15734         * config/aarch64/aarch64.c (cortexa57_tunings): New tuning struct.
15736 2014-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15738         * config/arm/thumb2.md (*thumb2_movhi_insn): Add alternatives for
15739         arm_restrict_it.
15741 2014-02-11  Renlin Li  <Renlin.Li@arm.com>
15743         * doc/sourcebuild.texi: Document check_effective_target_arm_vfp3_ok and
15744         add_options_for_arm_vfp3.
15746 2014-02-11  Jeff Law  <law@redhat.com>
15748         PR middle-end/54041
15749         * expr.c (expand_expr_addr_expr_1): Handle expand_expr returning an
15750         object with an undesirable mode.
15752 2014-02-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15754         PR libgomp/60107
15755         * config/i386/sol2-9.h: New file.
15756         * config.gcc (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*,
15757         *-*-solaris2.9*): Use it.
15759 2014-02-10  Nagaraju Mekala  <nagaraju.mekala@xilinx.com>
15761         * config/microblaze/microblaze.md: Add movsi4_rev insn pattern.
15762         * config/microblaze/predicates.md: Add reg_or_mem_operand predicate.
15764 2014-02-10  Nagaraju Mekala  <nagaraju.mekala@xilinx.com>
15766         * config/microblaze/microblaze.c: Extend mcpu version format
15768 2014-02-10  David Holsgrove  <david.holsgrove@xilinx.com>
15770         * config/microblaze/microblaze.h: Define SIZE_TYPE and PTRDIFF_TYPE.
15772 2014-02-10  Richard Henderson  <rth@redhat.com>
15774         PR target/59927
15775         * calls.c (expand_call): Don't double-push for reg_parm_stack_space.
15776         * config/i386/i386.c (init_cumulative_args): Remove sorry for 64-bit
15777         ms-abi vs -mno-accumulate-outgoing-args.
15778         (ix86_expand_prologue): Unconditionally call ix86_eax_live_at_start_p.
15779         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Fix comment with
15780         respect to ms-abi.
15782 2014-02-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15784         PR middle-end/60080
15785         * cfgexpand.c (expand_asm_operands): Attach source location to
15786         ASM_INPUT rtx objects.
15787         * print-rtl.c (print_rtx): Check for UNKNOWN_LOCATION.
15789 2014-02-10  Nick Clifton  <nickc@redhat.com>
15791         * config/mn10300/mn10300.c (popcount): New function.
15792         (mn10300_expand_prologue): Include saved registers in stack usage
15793         count.
15795 2014-02-10  Jeff Law  <law@redhat.com>
15797         PR middle-end/52306
15798         * reload1.c (emit_input_reload_insns): Do not create invalid RTL
15799         when changing the SET_DEST of a prior insn to avoid an input reload.
15801 2014-02-10  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15803         * config/rs6000/sysv4.h (ENDIAN_SELECT): Do not attempt to enforce
15804         big-endian mode for -mcall-aixdesc, -mcall-freebsd, -mcall-netbsd,
15805         -mcall-openbsd, or -mcall-linux.
15806         (CC1_ENDIAN_BIG_SPEC): Remove.
15807         (CC1_ENDIAN_LITTLE_SPEC): Remove.
15808         (CC1_ENDIAN_DEFAULT_SPEC): Remove.
15809         (CC1_SPEC): Remove (always empty) %cc1_endian_... spec.
15810         (SUBTARGET_EXTRA_SPECS): Remove %cc1_endian_big, %cc1_endian_little,
15811         and %cc1_endian_default.
15812         * config/rs6000/sysv4le.h (CC1_ENDIAN_DEFAULT_SPEC): Remove.
15814 2014-02-10  Richard Biener  <rguenther@suse.de>
15816         PR tree-optimization/60115
15817         * tree-eh.c (tree_could_trap_p): Unify TARGET_MEM_REF and
15818         MEM_REF handling.  Properly verify that the accesses are not
15819         out of the objects bound.
15821 2014-02-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15823         * config/aarch64/aarch64.c (aarch64_override_options): Fix typo from
15824         coretex to cortex.
15826 2014-02-10  Eric Botcazou  <ebotcazou@adacore.com>
15828         * ipa-devirt.c (get_polymorphic_call_info_from_invariant): Return
15829         proper constants and fix formatting.
15830         (possible_polymorphic_call_targets): Fix formatting.
15832 2014-02-10  Kirill Yukhin  <kirill.yukhin@intel.com>
15833             Ilya Tocar  <ilya.tocar@intel.com>
15835         * config/i386/avx512fintrin.h (_mm512_storeu_epi64): Removed.
15836         (_mm512_loadu_epi32): Renamed into...
15837         (_mm512_loadu_si512): This.
15838         (_mm512_storeu_epi32): Renamed into...
15839         (_mm512_storeu_si512): This.
15840         (_mm512_maskz_ceil_ps): Removed.
15841         (_mm512_maskz_ceil_pd): Ditto.
15842         (_mm512_maskz_floor_ps): Ditto.
15843         (_mm512_maskz_floor_pd): Ditto.
15844         (_mm512_floor_round_ps): Ditto.
15845         (_mm512_floor_round_pd): Ditto.
15846         (_mm512_ceil_round_ps): Ditto.
15847         (_mm512_ceil_round_pd): Ditto.
15848         (_mm512_mask_floor_round_ps): Ditto.
15849         (_mm512_mask_floor_round_pd): Ditto.
15850         (_mm512_mask_ceil_round_ps): Ditto.
15851         (_mm512_mask_ceil_round_pd): Ditto.
15852         (_mm512_maskz_floor_round_ps): Ditto.
15853         (_mm512_maskz_floor_round_pd): Ditto.
15854         (_mm512_maskz_ceil_round_ps): Ditto.
15855         (_mm512_maskz_ceil_round_pd): Ditto.
15856         (_mm512_expand_pd): Ditto.
15857         (_mm512_expand_ps): Ditto.
15858         * config/i386/i386.c (ix86_builtins): Remove
15859         IX86_BUILTIN_EXPANDPD512_NOMASK, IX86_BUILTIN_EXPANDPS512_NOMASK.
15860         (bdesc_args): Ditto.
15861         * config/i386/predicates.md (const1256_operand): New.
15862         (const_1_to_2_operand): Ditto.
15863         * config/i386/sse.md (avx512pf_gatherpf<mode>sf): Change hint value.
15864         (*avx512pf_gatherpf<mode>sf_mask): Ditto.
15865         (*avx512pf_gatherpf<mode>sf): Ditto.
15866         (avx512pf_gatherpf<mode>df): Ditto.
15867         (*avx512pf_gatherpf<mode>df_mask): Ditto.
15868         (*avx512pf_gatherpf<mode>df): Ditto.
15869         (avx512pf_scatterpf<mode>sf): Ditto.
15870         (*avx512pf_scatterpf<mode>sf_mask): Ditto.
15871         (*avx512pf_scatterpf<mode>sf): Ditto.
15872         (avx512pf_scatterpf<mode>df): Ditto.
15873         (*avx512pf_scatterpf<mode>df_mask): Ditto.
15874         (*avx512pf_scatterpf<mode>df): Ditto.
15875         (avx512f_expand<mode>): Removed.
15876         (<shift_insn><mode>3<mask_name>): Change predicate type.
15878 2014-02-08  Jakub Jelinek  <jakub@redhat.com>
15880         * tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers
15881         not at the end of datarefs vector use ordered_remove to avoid
15882         reordering datarefs vector.
15884         PR c/59984
15885         * gimplify.c (gimplify_bind_expr): In ORT_SIMD region
15886         mark local addressable non-static vars as GOVD_PRIVATE
15887         instead of GOVD_LOCAL.
15888         * omp-low.c (lower_omp_for): Move gimple_bind_vars
15889         and BLOCK_VARS of gimple_bind_block to new_stmt rather
15890         than copying them.
15892         PR middle-end/60092
15893         * tree-ssa-ccp.c (surely_varying_stmt_p): Don't return true
15894         if TYPE_ATTRIBUTES (gimple_call_fntype ()) contain
15895         assume_aligned or alloc_align attributes.
15896         (bit_value_assume_aligned): Add ATTR, PTRVAL and ALLOC_ALIGN
15897         arguments.  Handle also assume_aligned and alloc_align attributes.
15898         (evaluate_stmt): Adjust bit_value_assume_aligned caller.  Handle
15899         calls to functions with assume_aligned or alloc_align attributes.
15900         * doc/extend.texi: Document assume_aligned and alloc_align attributes.
15902 2014-02-08  Terry Guo  <terry.guo@arm.com>
15904         * doc/invoke.texi: Document ARM -march=armv7e-m.
15906 2014-02-08  Jakub Jelinek  <jakub@redhat.com>
15908         * cilk-common.c (cilk_init_builtins): Clear TREE_NOTHROW
15909         flag on __cilkrts_rethrow builtin.
15911         PR ipa/60026
15912         * ipa-cp.c (determine_versionability): Fail at -O0
15913         or __attribute__((optimize (0))) or -fno-ipa-cp functions.
15914         * tree-sra.c (ipa_sra_preliminary_function_checks): Similarly.
15916         Revert:
15917         2014-02-04  Jakub Jelinek  <jakub@redhat.com>
15919         PR ipa/60026
15920         * tree-inline.c (copy_forbidden): Fail for
15921         __attribute__((optimize (0))) functions.
15923 2014-02-07  Jan Hubicka  <hubicka@ucw.cz>
15925         * varpool.c: Include pointer-set.h.
15926         (varpool_remove_unreferenced_decls): Variables in other partitions
15927         will not be output; be however careful to not lose information
15928         about partitioning.
15930 2014-02-07  Jan Hubicka  <hubicka@ucw.cz>
15932         * gimple-fold.c (gimple_get_virt_method_for_vtable): Do O(1)
15933         lookup in the vtable constructor.
15935 2014-02-07  Jeff Law  <law@redhat.com>
15937         PR target/40977
15938         * config/m68k/m68k.md (ashldi_extsi): Turn into a
15939         define_insn_and_split.
15941         * ipa-inline.c (inline_small_functions): Fix typos.
15943 2014-02-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
15945         * config/s390/s390-protos.h (s390_can_use_simple_return_insn)
15946         (s390_can_use_return_insn): Declare.
15947         * config/s390/s390.h (EPILOGUE_USES): Define.
15948         * config/s390/s390.c (s390_mainpool_start): Allow two main_pool
15949         instructions.
15950         (s390_chunkify_start): Handle return JUMP_LABELs.
15951         (s390_early_mach): Emit a main_pool instruction on the entry edge.
15952         (s300_set_up_by_prologue, s390_can_use_simple_return_insn)
15953         (s390_can_use_return_insn): New functions.
15954         (s390_fix_long_loop_prediction): Handle conditional returns.
15955         (TARGET_SET_UP_BY_PROLOGUE): Define.
15956         * config/s390/s390.md (ANY_RETURN): New code iterator.
15957         (*creturn, *csimple_return, return, simple_return): New patterns.
15959 2014-02-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
15961         * config/s390/s390.c (s390_restore_gprs_from_fprs): Add REG_CFA_RESTORE
15962         notes to each restore.  Also add REG_CFA_DEF_CFA when restoring %r15.
15963         (s390_optimize_prologue): Don't clear RTX_FRAME_RELATED_P.  Update the
15964         REG_CFA_RESTORE list when deciding not to restore a register.
15966 2014-02-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
15968         * config/s390/s390.c: Include tree-pass.h and context.h.
15969         (s390_early_mach): New function, split out from...
15970         (s390_emit_prologue): ...here.
15971         (pass_data_s390_early_mach): New pass structure.
15972         (pass_s390_early_mach): New class.
15973         (s390_option_override): Create and register early_mach pass.
15974         Move to end of file.
15976 2014-02-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
15978         * var-tracking.c (vt_stack_adjustments): Don't require stack_adjusts
15979         to match for the exit block.
15981 2014-02-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15983         * config/s390/s390.md ("atomic_load<mode>", "atomic_store<mode>")
15984         ("atomic_compare_and_swap<mode>", "atomic_fetch_<atomic><mode>"):
15985         Reject misaligned operands.
15987 2014-02-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15989         * optabs.c (expand_atomic_compare_and_swap): Allow expander to fail.
15991 2014-02-07  Richard Biener  <rguenther@suse.de>
15993         PR middle-end/60092
15994         * gimple-low.c (lower_builtin_posix_memalign): New function.
15995         (lower_stmt): Call it to lower posix_memalign in a way
15996         to make alignment info accessible.
15998 2014-02-07  Jakub Jelinek  <jakub@redhat.com>
16000         PR c++/60082
16001         * tree.c (build_common_builtin_nodes): Set ECF_LEAF for
16002         __builtin_setjmp_receiver.
16004 2014-02-07  Richard Biener  <rguenther@suse.de>
16006         PR middle-end/60092
16007         * builtin-types.def (BT_FN_INT_PTRPTR_SIZE_SIZE): Add.
16008         * builtins.def (BUILT_IN_POSIX_MEMALIGN): Likewise.
16009         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
16010         Handle BUILT_IN_POSIX_MEMALIGN.
16011         (find_func_clobbers): Likewise.
16012         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Likewise.
16013         (call_may_clobber_ref_p_1): Likewise.
16015 2014-02-06  Jan Hubicka  <hubicka@ucw.cz>
16017         PR ipa/59918
16018         * ipa-devirt.c (record_target_from_binfo): Remove overactive
16019         sanity check.
16021 2014-02-06  Jan Hubicka  <hubicka@ucw.cz>
16023         PR ipa/59469
16024         * lto-cgraph.c (lto_output_node): Use
16025         symtab_get_symbol_partitioning_class.
16026         (lto_output_varpool_node): likewise.
16027         (symtab_get_symbol_partitioning_class): Move here from
16028         lto/lto-partition.c
16029         * cgraph.h (symbol_partitioning_class): Likewise.
16030         (symtab_get_symbol_partitioning_class): Declare.
16032 2014-02-06  Jan Hubicka  <hubicka@ucw.cz>
16034         * ggc.h (ggc_internal_cleared_alloc): New macro.
16035         * vec.h (vec_safe_copy): Handle memory stats.
16036         * omp-low.c (simd_clone_struct_alloc): Use ggc_internal_cleared_alloc.
16037         * target-globals.c (save_target_globals): Likewise.
16039 2014-02-06  Jan Hubicka  <hubicka@ucw.cz>
16041         PR target/60077
16042         * expr.c (emit_move_resolve_push): Export; be bit more selective
16043         on when to clear alias set.
16044         * expr.h (emit_move_resolve_push): Declare.
16045         * function.h (struct function): Add tail_call_marked.
16046         * tree-tailcall.c (optimize_tail_call): Set tail_call_marked.
16047         * config/i386/i386-protos.h (ix86_expand_push): Remove.
16048         * config/i386/i386.md (TImode move expander): De not call
16049         ix86_expand_push.
16050         (FP push expanders): Preserve memory attributes.
16051         * config/i386/sse.md (push<mode>1): Remove.
16052         * config/i386/i386.c (ix86_expand_vector_move): Handle push operation.
16053         (ix86_expand_push): Remove.
16054         * config/i386/mmx.md (push<mode>1): Remove.
16056 2014-02-06  Jakub Jelinek  <jakub@redhat.com>
16058         PR rtl-optimization/60030
16059         * internal-fn.c (ubsan_expand_si_overflow_mul_check): Surround
16060         lopart with paradoxical subreg before shifting it up by hprec.
16062 2014-02-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16064         * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): New table.
16065         Remove extra newline at end of file.
16066         * config/arm/arm.c (arm_cortex_a57_tune): New tuning struct.
16067         (arm_issue_rate): Handle cortexa57.
16068         * config/arm/arm-cores.def (cortex-a57): Use cortex_a57 tuning.
16069         (cortex-a57.cortex-a53): Likewise.
16071 2014-02-06  Jakub Jelinek  <jakub@redhat.com>
16073         PR target/59575
16074         * config/arm/arm.c (emit_multi_reg_push): Add dwarf_regs_mask argument,
16075         don't record in REG_FRAME_RELATED_EXPR registers not set in that
16076         bitmask.
16077         (arm_expand_prologue): Adjust all callers.
16078         (arm_unwind_emit_sequence): Allow saved, but not important for unwind
16079         info, registers also at the lowest numbered registers side.  Use
16080         gcc_assert instead of abort, and SET_SRC/SET_DEST macros instead of
16081         XEXP.
16083         PR debug/59992
16084         * var-tracking.c (adjust_mems): Before adding a SET to
16085         amd->side_effects, adjust it's SET_SRC using simplify_replace_fn_rtx.
16087 2014-02-06  Alan Modra  <amodra@gmail.com>
16089         PR target/60032
16090         * config/rs6000/rs6000.c (rs6000_secondary_memory_needed_mode): Only
16091         change SDmode to DDmode when lra_in_progress.
16093 2014-02-06  Jakub Jelinek  <jakub@redhat.com>
16095         PR middle-end/59150
16096         * tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers, call
16097         free_data_ref on the dr first, and before goto again also set dr
16098         to the next dr.  For simd_lane_access, free old datarefs[i] before
16099         overwriting it.  For get_vectype_for_scalar_type failure, don't
16100         free_data_ref if simd_lane_access.
16102         * Makefile.in (prefix.o, cppbuiltin.o): Depend on $(BASEVER).
16104         PR target/60062
16105         * tree.h (opts_for_fn): New inline function.
16106         (opt_for_fn): Define.
16107         * config/i386/i386.c (ix86_function_regparm): Use
16108         opt_for_fn (decl, optimize) instead of optimize.
16110 2014-02-06  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16112         * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix logic
16113         for SYMBOL_REF in large memory model.
16115 2014-02-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16117         * config/aarch64/aarch64-cores.def (cortex-a53): Specify CRC32
16118         and crypto support.
16119         (cortex-a57): Likewise.
16120         (cortex-a57.cortex-a53): Likewise.
16122 2014-02-06  Yury Gribov  <y.gribov@samsung.com>
16123             Kugan Vivekanandarajah  <kuganv@linaro.org>
16125         * config/arm/arm.c (arm_vector_alignment_reachable): Check
16126         unaligned_access.
16127         * config/arm/arm.c (arm_builtin_support_vector_misalignment): Likewise.
16129 2014-02-06  Richard Biener  <rguenther@suse.de>
16131         * tree-cfg.c (gimple_duplicate_sese_region): Fix ordering of
16132         set_loop_copy and initialize_original_copy_tables.
16134 2014-02-06  Alex Velenko  <Alex.Velenko@arm.com>
16136         * config/aarch64/aarch64-simd.md
16137         (aarch64_ashr_simddi): Change QI to SI.
16139 2014-02-05  Jan Hubicka  <hubicka@ucw.cz>
16140             Jakub Jelinek  <jakub@redhat.com>
16142         PR middle-end/60013
16143         * ipa-inline-analysis.c (compute_bb_predicates): Ensure monotonicity
16144         of the dataflow.
16146 2014-02-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16148         * config/rs6000/rs6000.c (altivec_expand_vec_perm_const): Change
16149         CODE_FOR_altivec_vpku[hw]um to
16150         CODE_FOR_altivec_vpku[hw]um_direct.
16151         * config/rs6000/altivec.md (vec_unpacks_hi_<VP_small_lc>): Change
16152         UNSPEC_VUNPACK_HI_SIGN to UNSPEC_VUNPACK_HI_SIGN_DIRECT.
16153         (vec_unpacks_lo_<VP_small_lc>): Change UNSPEC_VUNPACK_LO_SIGN to
16154         UNSPEC_VUNPACK_LO_SIGN_DIRECT.
16156 2014-02-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16158         * config/rs6000/altivec.md (altivec_vsum2sws): Adjust code
16159         generation for -maltivec=be.
16160         (altivec_vsumsws): Simplify redundant test.
16162 2014-02-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16164         * altivec.md (UNSPEC_VPACK_UNS_UNS_MOD_DIRECT): New unspec.
16165         (UNSPEC_VUNPACK_HI_SIGN_DIRECT): Likewise.
16166         (UNSPEC_VUNPACK_LO_SIGN_DIRECT): Likewise.
16167         (mulv8hi3): Use gen_altivec_vpkuwum_direct instead of
16168         gen_altivec_vpkuwum.
16169         (altivec_vpkpx): Test for VECTOR_ELT_ORDER_BIG instead of for
16170         BYTES_BIG_ENDIAN.
16171         (altivec_vpks<VI_char>ss): Likewise.
16172         (altivec_vpks<VI_char>us): Likewise.
16173         (altivec_vpku<VI_char>us): Likewise.
16174         (altivec_vpku<VI_char>um): Likewise.
16175         (altivec_vpku<VI_char>um_direct): New (copy of
16176         altivec_vpku<VI_char>um that still relies on BYTES_BIG_ENDIAN, for
16177         internal use).
16178         (altivec_vupkhs<VU_char>): Emit vupkls* instead of vupkhs* when
16179         target is little endian and -maltivec=be is not specified.
16180         (*altivec_vupkhs<VU_char>_direct): New (copy of
16181         altivec_vupkhs<VU_char> that always emits vupkhs*, for internal use).
16182         (altivec_vupkls<VU_char>): Emit vupkhs* instead of vupkls* when
16183         target is little endian and -maltivec=be is not specified.
16184         (*altivec_vupkls<VU_char>_direct): New (copy of
16185         altivec_vupkls<VU_char> that always emits vupkls*, for internal use).
16186         (altivec_vupkhpx): Emit vupklpx instead of vupkhpx when target is
16187         little endian and -maltivec=be is not specified.
16188         (altivec_vupklpx): Emit vupkhpx instead of vupklpx when target is
16189         little endian and -maltivec=be is not specified.
16191 2014-02-05  Richard Henderson  <rth@redhat.com>
16193         PR debug/52727
16194         * combine-stack-adj.c: Revert r206943.
16195         * sched-int.h (struct deps_desc): Add last_args_size.
16196         * sched-deps.c (init_deps): Initialize it.
16197         (sched_analyze_insn): Add OUTPUT dependencies between insns that
16198         contain REG_ARGS_SIZE notes.
16200 2014-02-05  Jan Hubicka  <hubicka@ucw.cz>
16202         * lto-cgraph.c (asm_nodes_output): Make global.
16203         * lto-wrapper.c (run_gcc): Pass down paralelizm to WPA.
16204         * gcc.c (AS_NEEDS_DASH_FOR_PIPED_INPUT): Allow WPA parameter
16205         (driver_handle_option): Handle OPT_fwpa.
16207 2014-02-05  Jakub Jelinek  <jakub@redhat.com>
16209         PR ipa/59947
16210         * ipa-devirt.c (possible_polymorphic_call_targets): Fix
16211         a comment typo and formatting issue.  If odr_hash hasn't been
16212         created, return vNULL and set *completep to false.
16214         PR middle-end/57499
16215         * tree-eh.c (cleanup_empty_eh): Bail out on totally empty
16216         bb with no successors.
16218 2014-02-05  James Greenhalgh  <james.greenhalgh@arm.com>
16220         PR target/59718
16221         * doc/invoke.texi (-march): Clarify documentation for ARM.
16222         (-mtune): Likewise.
16223         (-mcpu): Likewise.
16225 2014-02-05  Richard Biener  <rguenther@suse.de>
16227         * tree-vect-loop.c (vect_analyze_loop_2): Be more informative
16228         when not vectorizing because of too many alias checks.
16229         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
16230         Add more verboseness, avoid duplicate MSG_MISSED_OPTIMIZATION.
16232 2014-02-05  Nick Clifton  <nickc@redhat.com>
16234         * config/mn10300/mn10300.c (mn10300_hard_regno_mode_ok): Do not
16235         accept extended registers in any mode when compiling for the MN10300.
16237 2014-02-05  Yury Gribov  <y.gribov@samsung.com>
16239         * cif-code.def (ATTRIBUTE_MISMATCH): New CIF code.
16240         * ipa-inline.c (report_inline_failed_reason): Handle mismatched
16241         sanitization attributes.
16242         (can_inline_edge_p): Likewise.
16243         (sanitize_attrs_match_for_inline_p): New function.
16245 2014-02-04  Jan Hubicka  <hubicka@ucw.cz>
16247         * ipa-prop.c (detect_type_change): Shor circuit testing of
16248         type changes on THIS pointer.
16250 2014-02-04  John David Anglin  <danglin@gcc.gnu.org>
16252         PR target/59777
16253         * config/pa/pa.c (legitimize_tls_address): Return original address
16254         if not passed a SYMBOL_REF rtx.
16255         (hppa_legitimize_address): Call legitimize_tls_address for all TLS
16256         addresses.
16257         (pa_emit_move_sequence): Simplify TLS source operands.
16258         (pa_legitimate_constant_p): Reject all TLS constants.
16259         * config/pa/pa.h (PA_SYMBOL_REF_TLS_P): Correct comment.
16260         (CONSTANT_ADDRESS_P): Reject TLS CONST addresses.
16262 2014-02-04  Jan Hubicka  <hubicka@ucw.cz>
16264         * ipa.c (function_and_variable_visibility): Decompose DECL_ONE_ONLY
16265         groups when we know they are controlled by LTO.
16266         * varasm.c (default_binds_local_p_1): If object is in other partition,
16267         it will be resolved locally.
16269 2014-02-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
16271         * config/host-linux.c (linux_gt_pch_use_address): Don't
16272         use SSIZE_MAX because it is not always defined.
16274 2014-02-04  Vladimir Makarov  <vmakarov@redhat.com>
16276         PR bootstrap/59913
16277         * lra-constraints.c (need_for_split_p): Use more 3 reloads as
16278         threshold for pseudo splitting.
16279         (update_ebb_live_info): Process call argument hard registers and
16280         hard registers from insn definition too.
16281         (max_small_class_regs_num): New constant.
16282         (inherit_in_ebb): Update live hard regs through EBBs.  Update
16283         reloads_num only for small register classes.  Don't split for
16284         outputs of jumps.
16286 2014-02-04  Markus Trippelsdorf  <markus@trippelsdorf.de>
16288         PR ipa/60058
16289         * ipa-cp.c (ipa_get_indirect_edge_target_1): Check that target
16290         is non-null.
16292 2014-02-04  Jan Hubicka  <hubicka@ucw.cz>
16294         * gimple-fold.c (can_refer_decl_in_current_unit_p): Default
16295         visibility is safe.
16297 2014-02-04  Marek Polacek  <polacek@redhat.com>
16299         * gdbinit.in (pel): Define.
16301 2014-02-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
16303         * doc/invoke.texi (fstrict-volatile-bitfields): Clarify current
16304         behavior.
16306 2014-02-04  Richard Biener  <rguenther@suse.de>
16308         PR lto/59723
16309         * lto-streamer-out.c (tree_is_indexable): Force NAMELIST_DECLs
16310         in function context local.
16311         (lto_output_tree_ref): Do not write trees from lto_output_tree_ref.
16312         * lto-streamer-in.c (lto_input_tree_ref): Handle LTO_namelist_decl_ref
16313         similar to LTO_imported_decl_ref.
16315 2014-02-04  Jakub Jelinek  <jakub@redhat.com>
16317         PR tree-optimization/60002
16318         * cgraphclones.c (build_function_decl_skip_args): Clear
16319         DECL_LANG_SPECIFIC.
16321         PR tree-optimization/60023
16322         * tree-if-conv.c (predicate_mem_writes): Pass true instead of
16323         false to gsi_replace.
16324         * tree-vect-stmts.c (vect_finish_stmt_generation): If stmt
16325         has been in some EH region and vec_stmt could throw, add
16326         vec_stmt into the same EH region.
16327         * tree-data-ref.c (get_references_in_stmt): If IFN_MASK_LOAD
16328         has no lhs, ignore it.
16329         * internal-fn.c (expand_MASK_LOAD): Likewise.
16331         PR ipa/60026
16332         * tree-inline.c (copy_forbidden): Fail for
16333         __attribute__((optimize (0))) functions.
16335         PR other/58712
16336         * omp-low.c (simd_clone_struct_copy): If from->inbranch
16337         is set, copy one less argument.
16338         (expand_simd_clones): Don't subtract clone_info->inbranch
16339         from simd_clone_struct_alloc argument.
16341         PR rtl-optimization/57915
16342         * recog.c (simplify_while_replacing): If all unary/binary/relational
16343         operation arguments are constant, attempt to simplify those.
16345         PR middle-end/59261
16346         * expmed.c (expand_mult): For MODE_VECTOR_INT multiplication
16347         if there is no vashl<mode>3 or ashl<mode>3 insn, skip_synth.
16349 2014-02-04  Richard Biener  <rguenther@suse.de>
16351         PR tree-optimization/60012
16352         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Apply
16353         TBAA disambiguation to all DDRs.
16355 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16357         PR target/59788
16358         * config/sol2.h (LINK_LIBGCC_MAPFILE_SPEC): Define.
16359         (LINK_SPEC): Use it for -shared, -shared-libgcc.
16361 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
16363         PR ipa/59882
16364         * tree.c (get_binfo_at_offset): Do not get confused by empty classes;
16366 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
16368         * gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Remove.
16369         * gimple-fold.h (gimple_extract_devirt_binfo_from_cst): Remove.
16371 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
16373         PR ipa/59831
16374         * ipa-cp.c (ipa_get_indirect_edge_target_1): Use ipa-devirt
16375         to figure out targets of polymorphic calls with known decl.
16376         * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
16377         * ipa-utils.h (get_polymorphic_call_info_from_invariant): Declare.
16378         * ipa-devirt.c (get_polymorphic_call_info_for_decl): Break out from ...
16379         (get_polymorphic_call_info): ... here.
16380         (get_polymorphic_call_info_from_invariant): New function.
16382 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
16384         * ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct
16385         lookup via vtable pointer; check for type consistency
16386         and turn inconsitent facts into UNREACHABLE.
16387         * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
16388         * gimple-fold.c (gimple_get_virt_method_for_vtable): Do not ICE on
16389         type inconsistent querries; return UNREACHABLE instead.
16391 2014-02-03  Richard Henderson  <rth@twiddle.net>
16393         PR tree-opt/59924
16394         * tree-ssa-uninit.c (push_to_worklist): Don't re-push if we've
16395         already processed this node.
16396         (normalize_one_pred_1): Pass along mark_set.
16397         (normalize_one_pred): Create and destroy a pointer_set_t.
16398         (normalize_one_pred_chain): Likewise.
16400 2014-02-03  Laurent Aflonsi  <laurent.alfonsi@st.com>
16402         PR gcov-profile/58602
16403         * gcc/gcov-io.c (gcov_open): Open with truncation when mode < 0.
16405 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
16407         PR ipa/59831
16408         * ipa-cp.c (ipa_get_indirect_edge_target_1): Give up on
16409         -fno-devirtualize; try to devirtualize by the knowledge of
16410         virtual table pointer given by aggregate propagation.
16411         * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
16412         (ipa_print_node_jump_functions): Dump also offset that
16413         is relevant for polymorphic calls.
16414         (determine_known_aggregate_parts): Add arg_type parameter; use it
16415         instead of determining the type from pointer type.
16416         (ipa_compute_jump_functions_for_edge): Update call of
16417         determine_known_aggregate_parts.
16418         * gimple-fold.c (gimple_get_virt_method_for_vtable): Break out from ...
16419         (gimple_get_virt_method_for_binfo): ... here; simplify using
16420         vtable_pointer_value_to_vtable.
16421         * gimple-fold.h (gimple_get_virt_method_for_vtable): Declare.
16422         * ipa-devirt.c (subbinfo_with_vtable_at_offset): Turn OFFSET parameter
16423         to unsigned HOST_WIDE_INT; use vtable_pointer_value_to_vtable.
16424         (vtable_pointer_value_to_vtable): Break out from ...; handle also
16425         POINTER_PLUS_EXPR.
16426         (vtable_pointer_value_to_binfo): ... here.
16427         * ipa-utils.h (vtable_pointer_value_to_vtable): Declare.
16429 2014-02-03  Teresa Johnson  <tejohnson@google.com>
16431         * tree-vect-slp.c (vect_supported_load_permutation_p): Avoid
16432         redef of outer loop index variable.
16434 2014-02-03  Marc Glisse  <marc.glisse@inria.fr>
16436         PR c++/53017
16437         PR c++/59211
16438         * doc/extend.texi (Function Attributes): Typo.
16440 2014-02-03  Cong Hou  <congh@google.com>
16442         PR tree-optimization/60000
16443         * tree-vect-loop.c (vect_transform_loop): Set pattern_def_seq to NULL
16444         if the vectorized statement is a store.  A store statement can only
16445         appear at the end of pattern statements.
16447 2014-02-03  H.J. Lu  <hongjiu.lu@intel.com>
16449         * config/i386/i386.c (flag_opts): Add -mlong-double-128.
16450         (ix86_option_override_internal): Default long double to 64-bit for
16451         32-bit Bionic and to 128-bit for 64-bit Bionic.
16453         * config/i386/i386.h (LONG_DOUBLE_TYPE_SIZE): Use 128 if
16454         TARGET_LONG_DOUBLE_128 is true.
16455         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
16457         * config/i386/i386.opt (mlong-double-80): Negate -mlong-double-64.
16458         (mlong-double-64): Negate -mlong-double-128.
16459         (mlong-double-128): New option.
16461         * config/i386/i386-c.c (ix86_target_macros): Define
16462         __LONG_DOUBLE_128__ for TARGET_LONG_DOUBLE_128.
16464         * doc/invoke.texi: Document -mlong-double-128.
16466 2014-02-03  H.J. Lu  <hongjiu.lu@intel.com>
16468         PR rtl-optimization/60024
16469         * sel-sched.c (init_regs_for_mode): Check if mode is OK first.
16471 2014-02-03  Markus Trippelsdorf  <markus@trippelsdorf.de>
16473         * doc/invoke.texi (fprofile-reorder-functions): Fix typo.
16475 2014-02-03  Andrey Belevantsev  <abel@ispras.ru>
16477         PR rtl-optimization/57662
16478         * sel-sched.c (code_motion_path_driver): Do not mark already not
16479         existing blocks in the visiting bitmap.
16481 2014-02-03  Andrey Belevantsev  <abel@ispras.ru>
16483         * sel-sched-ir.c (sel_gen_insn_from_expr_after): Reset INSN_DELETED_P
16484         on the insn being emitted.
16486 2014-02-03  James Greenhalgh  <james.greenhalgh@arm.com>
16487             Will Deacon  <will.deacon@arm.com>
16489         * doc/gimple.texi (gimple_asm_clear_volatile): Remove.
16491 2014-02-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16493         * config/arm/arm-tables.opt: Regenerate.
16495 2014-02-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16497         * config/rs6000/rs6000.c (altivec_expand_vec_perm_le): Generalize
16498         for vector types other than V16QImode.
16499         * config/rs6000/altivec.md (altivec_vperm_<mode>): Change to a
16500         define_expand, and call altivec_expand_vec_perm_le when producing
16501         code with little endian element order.
16502         (*altivec_vperm_<mode>_internal): New insn having previous
16503         behavior of altivec_vperm_<mode>.
16504         (altivec_vperm_<mode>_uns): Change to a define_expand, and call
16505         altivec_expand_vec_perm_le when producing code with little endian
16506         element order.
16507         (*altivec_vperm_<mode>_uns_internal): New insn having previous
16508         behavior of altivec_vperm_<mode>_uns.
16510 2014-02-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16512         * config/rs6000/altivec.md (UNSPEC_VSUMSWS_DIRECT): New unspec.
16513         (altivec_vsumsws): Add handling for -maltivec=be with a little
16514         endian target.
16515         (altivec_vsumsws_direct): New.
16516         (reduc_splus_<mode>): Call gen_altivec_vsumsws_direct instead of
16517         gen_altivec_vsumsws.
16519 2014-02-02  Jan Hubicka  <hubicka@ucw.cz>
16521         * ipa-devirt.c (subbinfo_with_vtable_at_offset,
16522         vtable_pointer_value_to_binfo): New functions.
16523         * ipa-utils.h (vtable_pointer_value_to_binfo): Declare.
16524         * ipa-prop.c (extr_type_from_vtbl_ptr_store): Use it.
16526 2014-02-02  Sandra Loosemore  <sandra@codesourcery.com>
16528         * config/nios2/nios2.md (load_got_register): Initialize GOT
16529         pointer from _gp_got instead of _GLOBAL_OFFSET_TABLE_.
16530         * config/nios2/nios2.c (nios2_function_profiler): Likewise.
16532 2014-02-02  Jan Hubicka  <hubicka@ucw.cz>
16534         * ipa-prop.c (update_jump_functions_after_inlining): When type is not
16535         preserverd by passthrough, do not propagate the type.
16537 2014-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
16539         * config/mips/mips.c (MIPS_GET_FCSR, MIPS_SET_FCSR): New macros.
16540         (mips_atomic_assign_expand_fenv): New function.
16541         (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define.
16543 2014-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
16545         * doc/extend.texi (__builtin_mips_get_fcsr): Document.
16546         (__builtin_mips_set_fcsr): Likewise.
16547         * config/mips/mips-ftypes.def: Add MIPS_VOID_FTYPE_USI and
16548         MIPS_USI_FTYPE_VOID.
16549         * config/mips/mips-protos.h (mips16_expand_get_fcsr): Declare
16550         (mips16_expand_set_fcsr): Likewise.
16551         * config/mips/mips.c (mips16_get_fcsr_stub): New variable.
16552         (mips16_set_fcsr_stub): Likewise.
16553         (mips16_get_fcsr_one_only_stub): New class.
16554         (mips16_set_fcsr_one_only_stub): Likewise.
16555         (mips16_expand_get_fcsr, mips16_expand_set_fcsr): New functions.
16556         (mips_code_end): Output the get_fcsr and set_fcsr stubs, if needed.
16557         (BUILTIN_AVAIL_MIPS16, AVAIL_ALL): New macros.
16558         (hard_float): New availability predicate.
16559         (mips_builtins): Add get_fcsr and set_fcsr.
16560         (mips_expand_builtin): Check BUILTIN_AVAIL_MIPS16.
16561         * config/mips/mips.md (UNSPEC_GET_FCSR, UNSPEC_SET_FCSR): New unspecs.
16562         (GET_FCSR_REGNUM, SET_FCSR_REGNUM): New constants.
16563         (mips_get_fcsr, *mips_get_fcsr, mips_get_fcsr_mips16_<mode>)
16564         (mips_set_fcsr, *mips_set_fcsr, mips_set_fcsr_mips16_<mode>): New
16565         patterns.
16567 2014-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
16569         * config/mips/mips.c (mips_one_only_stub): New class.
16570         (mips_need_mips16_rdhwr_p): Replace with...
16571         (mips16_rdhwr_stub): ...this new variable.
16572         (mips16_stub_call_address): New function.
16573         (mips16_rdhwr_one_only_stub): New class.
16574         (mips_expand_thread_pointer): Use mips16_stub_call_address.
16575         (mips_output_mips16_rdhwr): Delete.
16576         (mips_finish_stub): New function.
16577         (mips_code_end): Use it to handle rdhwr stubs.
16579 2014-02-02  Uros Bizjak  <ubizjak@gmail.com>
16581         PR target/60017
16582         * config/i386/i386.c (classify_argument): Fix handling of bit_offset
16583         when calculating size of integer atomic types.
16585 2014-02-02  H.J. Lu  <hongjiu.lu@intel.com>
16587         * ipa-inline-analysis.c (true_predicate_p): Fix a typo in comments.
16589 2014-02-01  Jakub Jelinek  <jakub@redhat.com>
16591         PR tree-optimization/60003
16592         * gimple-low.c (lower_builtin_setjmp): Set cfun->has_nonlocal_label.
16593         * profile.c (branch_prob): Use gimple_call_builtin_p
16594         to check for BUILT_IN_SETJMP_RECEIVER.
16595         * tree-inline.c (copy_bb): Call notice_special_calls.
16597 2014-01-31  Vladimir Makarov  <vmakarov@redhat.com>
16599         PR bootstrap/59985
16600         * lra-constraints.c (process_alt_operands): Update reload_sum only
16601         on the first pass.
16603 2014-01-31  Richard Henderson  <rth@redhat.com>
16605         PR middle-end/60004
16606         * tree-eh.c (lower_try_finally_switch): Delay lowering finally block
16607         until after else_eh is processed.
16609 2014-01-31  Ilya Tocar  <ilya.tocar@intel.com>
16611         * config/i386/avx512fintrin.h (_MM_FROUND_TO_NEAREST_INT),
16612         (_MM_FROUND_TO_NEG_INF), (_MM_FROUND_TO_POS_INF),
16613         (_MM_FROUND_TO_ZERO), (_MM_FROUND_CUR_DIRECTION): Are already defined
16614         in smmintrin.h, remove them.
16615         (_MM_FROUND_NO_EXC): Same as above, bit also wrong value.
16616         * config/i386/i386.c (ix86_print_operand): Split sae and rounding.
16617         * config/i386/i386.md (ROUND_SAE): Fix value.
16618         * config/i386/predicates.md (const_4_or_8_to_11_operand): New.
16619         (const48_operand): New.
16620         * config/i386/subst.md (round), (round_expand): Use
16621         const_4_or_8_to_11_operand.
16622         (round_saeonly), (round_saeonly_expand): Use const48_operand.
16624 2014-01-31  Ilya Tocar  <ilya.tocar@intel.com>
16626         * config/i386/constraints.md (Yk): Swap meaning with k.
16627         * config/i386/i386.md (movhi_internal): Change Yk to k.
16628         (movqi_internal): Ditto.
16629         (*k<logic><mode>): Ditto.
16630         (*andhi_1): Ditto.
16631         (*andqi_1): Ditto.
16632         (kandn<mode>): Ditto.
16633         (*<code>hi_1): Ditto.
16634         (*<code>qi_1): Ditto.
16635         (kxnor<mode>): Ditto.
16636         (kortestzhi): Ditto.
16637         (kortestchi): Ditto.
16638         (kunpckhi): Ditto.
16639         (*one_cmplhi2_1): Ditto.
16640         (*one_cmplqi2_1): Ditto.
16641         * config/i386/sse.md (): Change k to Yk.
16642         (avx512f_load<mode>_mask): Ditto.
16643         (avx512f_blendm<mode>): Ditto.
16644         (avx512f_store<mode>_mask): Ditto.
16645         (avx512f_storeu<ssemodesuffix>512_mask): Ditto.
16646         (avx512f_storedqu<mode>_mask): Ditto.
16647         (avx512f_cmp<mode>3<mask_scalar_merge_name><round_saeonly_name>):
16648         Ditto.
16649         (avx512f_ucmp<mode>3<mask_scalar_merge_name>): Ditto.
16650         (avx512f_vmcmp<mode>3<round_saeonly_name>): Ditto.
16651         (avx512f_vmcmp<mode>3_mask<round_saeonly_name>): Ditto.
16652         (avx512f_maskcmp<mode>3): Ditto.
16653         (avx512f_fmadd_<mode>_mask<round_name>): Ditto.
16654         (avx512f_fmadd_<mode>_mask3<round_name>): Ditto.
16655         (avx512f_fmsub_<mode>_mask<round_name>): Ditto.
16656         (avx512f_fmsub_<mode>_mask3<round_name>): Ditto.
16657         (avx512f_fnmadd_<mode>_mask<round_name>): Ditto.
16658         (avx512f_fnmadd_<mode>_mask3<round_name>): Ditto.
16659         (avx512f_fnmsub_<mode>_mask<round_name>): Ditto.
16660         (avx512f_fnmsub_<mode>_mask3<round_name>): Ditto.
16661         (avx512f_fmaddsub_<mode>_mask<round_name>): Ditto.
16662         (avx512f_fmaddsub_<mode>_mask3<round_name>): Ditto.
16663         (avx512f_fmsubadd_<mode>_mask<round_name>): Ditto.
16664         (avx512f_fmsubadd_<mode>_mask3<round_name>): Ditto.
16665         (avx512f_vextract<shuffletype>32x4_1_maskm): Ditto.
16666         (vec_extract_lo_<mode>_maskm): Ditto.
16667         (vec_extract_hi_<mode>_maskm): Ditto.
16668         (avx512f_vternlog<mode>_mask): Ditto.
16669         (avx512f_fixupimm<mode>_mask<round_saeonly_name>): Ditto.
16670         (avx512f_sfixupimm<mode>_mask<round_saeonly_name>): Ditto.
16671         (avx512f_<code><pmov_src_lower><mode>2_mask): Ditto.
16672         (avx512f_<code>v8div16qi2_mask): Ditto.
16673         (avx512f_<code>v8div16qi2_mask_store): Ditto.
16674         (avx512f_eq<mode>3<mask_scalar_merge_name>_1): Ditto.
16675         (avx512f_gt<mode>3<mask_scalar_merge_name>): Ditto.
16676         (avx512f_testm<mode>3<mask_scalar_merge_name>): Ditto.
16677         (avx512f_testnm<mode>3<mask_scalar_merge_name>): Ditto.
16678         (*avx512pf_gatherpf<mode>sf_mask): Ditto.
16679         (*avx512pf_gatherpf<mode>df_mask): Ditto.
16680         (*avx512pf_scatterpf<mode>sf_mask): Ditto.
16681         (*avx512pf_scatterpf<mode>df_mask): Ditto.
16682         (avx512cd_maskb_vec_dupv8di): Ditto.
16683         (avx512cd_maskw_vec_dupv16si): Ditto.
16684         (avx512f_vpermi2var<mode>3_maskz): Ditto.
16685         (avx512f_vpermi2var<mode>3_mask): Ditto.
16686         (avx512f_vpermi2var<mode>3_mask): Ditto.
16687         (avx512f_vpermt2var<mode>3_maskz): Ditto.
16688         (*avx512f_gathersi<mode>): Ditto.
16689         (*avx512f_gathersi<mode>_2): Ditto.
16690         (*avx512f_gatherdi<mode>): Ditto.
16691         (*avx512f_gatherdi<mode>_2): Ditto.
16692         (*avx512f_scattersi<mode>): Ditto.
16693         (*avx512f_scatterdi<mode>): Ditto.
16694         (avx512f_compress<mode>_mask): Ditto.
16695         (avx512f_compressstore<mode>_mask): Ditto.
16696         (avx512f_expand<mode>_mask): Ditto.
16697         * config/i386/subst.md (mask): Change k to Yk.
16698         (mask_scalar_merge): Ditto.
16699         (sd): Ditto.
16701 2014-01-31  Marc Glisse  <marc.glisse@inria.fr>
16703         * doc/extend.texi (Vector Extensions): Document ?: in C++.
16705 2014-01-31  Richard Biener  <rguenther@suse.de>
16707         PR middle-end/59990
16708         * builtins.c (fold_builtin_memory_op): Make sure to not
16709         use a floating-point mode or a boolean or enumeral type for
16710         the copy operation.
16712 2014-01-30  DJ Delorie  <dj@redhat.com>
16714         * config/msp430/msp430.h (LIB_SPEC): Add -lcrt
16715         * config/msp430/msp430.md (msp430_refsym_need_exit): New.
16716         * config/msp430/msp430.c (msp430_expand_epilogue): Call it
16717         whenever main() has an epilogue.
16719 2014-01-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16721         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Remove
16722         unused variable "field".
16723         * config/rs6000/vsx.md (vsx_mergel_<mode>): Add missing DONE.
16724         (vsx_mergeh_<mode>): Likewise.
16725         * config/rs6000/altivec.md (altivec_vmrghb): Likewise.
16726         (altivec_vmrghh): Likewise.
16727         (altivec_vmrghw): Likewise.
16728         (altivec_vmrglb): Likewise.
16729         (altivec_vmrglh): Likewise.
16730         (altivec_vmrglw): Likewise.
16731         (altivec_vspltb): Add missing uses.
16732         (altivec_vsplth): Likewise.
16733         (altivec_vspltw): Likewise.
16734         (altivec_vspltsf): Likewise.
16736 2014-01-30  Jakub Jelinek  <jakub@redhat.com>
16738         PR target/59923
16739         * ifcvt.c (cond_exec_process_insns): Don't conditionalize
16740         frame related instructions.
16742 2014-01-30  Vladimir Makarov  <vmakarov@redhat.com>
16744         PR rtl-optimization/59959
16745         * lra-constrains.c (simplify_operand_subreg): Assign NO_REGS to
16746         any reload of register whose subreg is invalid.
16748 2014-01-30  Jakub Jelinek  <jakub@redhat.com>
16750         * config/i386/f16cintrin.h (_cvtsh_ss): Avoid -Wnarrowing warning.
16751         * config/i386/avx512fintrin.h (_mm512_mask_cvtusepi64_storeu_epi32):
16752         Add missing return type - void.
16754 2014-01-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16756         * gcc/config/rs6000/rs6000.c (rs6000_expand_vector_init): Use
16757         gen_vsx_xxspltw_v4sf_direct instead of gen_vsx_xxspltw_v4sf;
16758         remove element index adjustment for endian (now handled in vsx.md
16759         and altivec.md).
16760         (altivec_expand_vec_perm_const): Use
16761         gen_altivec_vsplt[bhw]_direct instead of gen_altivec_vsplt[bhw].
16762         * gcc/config/rs6000/vsx.md (UNSPEC_VSX_XXSPLTW): New unspec.
16763         (vsx_xxspltw_<mode>): Adjust element index for little endian.
16764         * gcc/config/rs6000/altivec.md (altivec_vspltb): Divide into a
16765         define_expand and a new define_insn *altivec_vspltb_internal;
16766         adjust for -maltivec=be on a little endian target.
16767         (altivec_vspltb_direct): New.
16768         (altivec_vsplth): Divide into a define_expand and a new
16769         define_insn *altivec_vsplth_internal; adjust for -maltivec=be on a
16770         little endian target.
16771         (altivec_vsplth_direct): New.
16772         (altivec_vspltw): Divide into a define_expand and a new
16773         define_insn *altivec_vspltw_internal; adjust for -maltivec=be on a
16774         little endian target.
16775         (altivec_vspltw_direct): New.
16776         (altivec_vspltsf): Divide into a define_expand and a new
16777         define_insn *altivec_vspltsf_internal; adjust for -maltivec=be on
16778         a little endian target.
16780 2014-01-30  Richard Biener  <rguenther@suse.de>
16782         PR tree-optimization/59993
16783         * tree-ssa-forwprop.c (associate_pointerplus): Check we
16784         can propagate form the earlier stmt and avoid the transform
16785         when the intermediate result is needed.
16787 2014-01-30  Alangi Derick  <alangiderick@gmail.com>
16789         * README.Portability: Fix typo.
16791 2014-01-30  David Holsgrove  <david.holsgrove@xilinx.com>
16793         * config/microblaze/microblaze.md(cstoresf4, cbranchsf4): Replace
16794         comparison_operator with ordered_comparison_operator.
16796 2014-01-30  Nick Clifton  <nickc@redhat.com>
16798         * config/mn10300/mn10300-protos.h (mn10300_store_multiple_operation_p):
16799         Rename to mn10300_store_multiple_regs.
16800         * config/mn10300/mn10300.c: Likewise.
16801         * config/mn10300/mn10300.md (store_movm): Fix typo: call
16802         store_multiple_regs.
16803         * config/mn10300/predicates.md (mn10300_store_multiple_operation):
16804         Call mn10300_store_multiple_regs.
16806 2014-01-30  Nick Clifton  <nickc@redhat.com>
16807             DJ Delorie  <dj@redhat.com>
16809         * config/rl78/rl78.c (register_sizes): Make the "upper half" of
16810         %fp 2 to keep registers after it properly word-aligned.
16811         (rl78_alloc_physical_registers_umul): Handle the case where both
16812         input operands are the same.
16814 2014-01-30  Richard Biener  <rguenther@suse.de>
16816         PR tree-optimization/59903
16817         * tree-vect-loop.c (vect_transform_loop): Guard multiple-types
16818         check properly.
16820 2014-01-30  Jason Merrill  <jason@redhat.com>
16822         PR c++/59633
16823         * tree.c (walk_type_fields): Handle VECTOR_TYPE.
16825         PR c++/59645
16826         * cgraphunit.c (expand_thunk): Copy volatile arg to a temporary.
16828 2014-01-30  Richard Biener  <rguenther@suse.de>
16830         PR tree-optimization/59951
16831         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Skip uses in debug insns.
16833 2014-01-30  Savin Zlobec  <savin.zlobec@gmail.com>
16835         PR target/59784
16836         * config/nios2/nios2.c (nios2_fpu_insn_asm): Fix asm output of
16837         SFmode to DFmode case.
16839 2014-01-29  DJ Delorie  <dj@redhat.com>
16841         * config/msp430/msp430.opt (-minrt): New.
16842         * config/msp430/msp430.h (STARTFILE_SPEC): Link alternate runtime
16843         if -minrt given.
16844         (ENDFILE_SPEC): Likewise.
16846 2014-01-29  Jan Hubicka  <hubicka@ucw.cz>
16848         * ipa-inline-analysis.c (clobber_only_eh_bb_p): New function.
16849         (estimate_function_body_sizes): Use it.
16851 2014-01-29  Paolo Carlini  <paolo.carlini@oracle.com>
16853         PR c++/58561
16854         * dwarf2out.c (is_cxx_auto): New.
16855         (is_base_type): Use it.
16856         (gen_type_die_with_usage): Likewise.
16858 2014-01-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16860         * config/rs6000/rs6000.c (altivec_expand_vec_perm_const):  Use
16861         CODE_FOR_altivec_vmrg*_direct rather than CODE_FOR_altivec_vmrg*.
16862         * config/rs6000/vsx.md (vsx_mergel_<mode>): Adjust for
16863         -maltivec=be with LE targets.
16864         (vsx_mergeh_<mode>): Likewise.
16865         * config/rs6000/altivec.md (UNSPEC_VMRG[HL]_DIRECT): New unspecs.
16866         (mulv8hi3): Use gen_altivec_vmrg[hl]w_direct.
16867         (altivec_vmrghb): Replace with define_expand and new
16868         *altivec_vmrghb_internal insn; adjust for -maltivec=be with LE targets.
16869         (altivec_vmrghb_direct): New define_insn.
16870         (altivec_vmrghh): Replace with define_expand and new
16871         *altivec_vmrghh_internal insn; adjust for -maltivec=be with LE targets.
16872         (altivec_vmrghh_direct): New define_insn.
16873         (altivec_vmrghw): Replace with define_expand and new
16874         *altivec_vmrghw_internal insn; adjust for -maltivec=be with LE targets.
16875         (altivec_vmrghw_direct): New define_insn.
16876         (*altivec_vmrghsf): Adjust for endianness.
16877         (altivec_vmrglb): Replace with define_expand and new
16878         *altivec_vmrglb_internal insn; adjust for -maltivec=be with LE targets.
16879         (altivec_vmrglb_direct): New define_insn.
16880         (altivec_vmrglh): Replace with define_expand and new
16881         *altivec_vmrglh_internal insn; adjust for -maltivec=be with LE targets.
16882         (altivec_vmrglh_direct): New define_insn.
16883         (altivec_vmrglw): Replace with define_expand and new
16884         *altivec_vmrglw_internal insn; adjust for -maltivec=be with LE targets.
16885         (altivec_vmrglw_direct): New define_insn.
16886         (*altivec_vmrglsf): Adjust for endianness.
16887         (vec_widen_umult_hi_v16qi): Use gen_altivec_vmrghh_direct.
16888         (vec_widen_umult_lo_v16qi): Use gen_altivec_vmrglh_direct.
16889         (vec_widen_smult_hi_v16qi): Use gen_altivec_vmrghh_direct.
16890         (vec_widen_smult_lo_v16qi): Use gen_altivec_vmrglh_direct.
16891         (vec_widen_umult_hi_v8hi): Use gen_altivec_vmrghw_direct.
16892         (vec_widen_umult_lo_v8hi): Use gen_altivec_vmrglw_direct.
16893         (vec_widen_smult_hi_v8hi): Use gen_altivec_vmrghw_direct.
16894         (vec_widen_smult_lo_v8hi): Use gen_altivec_vmrglw_direct.
16896 2014-01-29  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16898         * config/aarch64/aarch64.c (aarch64_expand_mov_immediate)
16899         (aarch64_legitimate_address_p, aarch64_class_max_nregs): Adjust
16900         whitespace.
16902 2014-01-29  Richard Biener  <rguenther@suse.de>
16904         PR tree-optimization/58742
16905         * tree-ssa-forwprop.c (associate_pointerplus): Rename to
16906         associate_pointerplus_align.
16907         (associate_pointerplus_diff): New function.
16908         (associate_pointerplus): Likewise.  Call associate_pointerplus_align
16909         and associate_pointerplus_diff.
16911 2014-01-29  Richard Biener  <rguenther@suse.de>
16913         * lto-streamer.h (LTO_major_version): Bump to 3.
16914         (LTO_minor_version): Reset to 0.
16916 2014-01-29  Renlin Li  <Renlin.Li@arm.com>
16918         * config/arm/arm-arches.def (ARM_ARCH): Add armv7ve arch.
16919         * config/arm/arm.c (FL_FOR_ARCH7VE): New.
16920         (arm_file_start): Generate correct asm header for armv7ve.
16921         * config/arm/bpabi.h: Add multilib support for armv7ve.
16922         * config/arm/driver-arm.c: Change the architectures of cortex-a7
16923         and cortex-a15 to armv7ve.
16924         * config/arm/t-aprofile: Add multilib support for armv7ve.
16925         * doc/invoke.texi: Document -march=armv7ve.
16927 2014-01-29  Richard Biener  <rguenther@suse.de>
16929         PR tree-optimization/58742
16930         * tree-ssa-forwprop.c (associate_plusminus): Return true
16931         if we changed sth, defer EH cleanup to ...
16932         (ssa_forward_propagate_and_combine): ... here.  Call simplify_mult.
16933         (simplify_mult): New function.
16935 2014-01-29  Jakub Jelinek  <jakub@redhat.com>
16937         PR middle-end/59917
16938         PR tree-optimization/59920
16939         * tree.c (build_common_builtin_nodes): Remove
16940         __builtin_setjmp_dispatcher initialization.
16941         * omp-low.h (make_gimple_omp_edges): Add a new int * argument.
16942         * profile.c (branch_prob): Use gsi_start_nondebug_after_labels_bb
16943         instead of gsi_after_labels + manually skipping debug stmts.
16944         Don't ignore bbs with BUILT_IN_SETJMP_DISPATCHER, instead
16945         ignore bbs with IFN_ABNORMAL_DISPATCHER.
16946         * tree-inline.c (copy_edges_for_bb): Remove
16947         can_make_abnormal_goto argument, instead add abnormal_goto_dest
16948         argument.  Ignore computed_goto_p stmts.  Don't call
16949         make_abnormal_goto_edges.  If a call might need abnormal edges
16950         for non-local gotos, see if it already has an edge to
16951         IFN_ABNORMAL_DISPATCHER or if it is IFN_ABNORMAL_DISPATCHER
16952         with true argument, don't do anything then, otherwise add
16953         EDGE_ABNORMAL from the call's bb to abnormal_goto_dest.
16954         (copy_cfg_body): Compute abnormal_goto_dest, adjust copy_edges_for_bb
16955         caller.
16956         * gimple-low.c (struct lower_data): Remove calls_builtin_setjmp.
16957         (lower_function_body): Don't emit __builtin_setjmp_dispatcher.
16958         (lower_stmt): Don't set data->calls_builtin_setjmp.
16959         (lower_builtin_setjmp): Adjust comment.
16960         * builtins.def (BUILT_IN_SETJMP_DISPATCHER): Remove.
16961         * tree-cfg.c (found_computed_goto): Remove.
16962         (factor_computed_gotos): Remove.
16963         (make_goto_expr_edges): Return bool, true for computed gotos.
16964         Don't call make_abnormal_goto_edges.
16965         (build_gimple_cfg): Don't set found_computed_goto, don't call
16966         factor_computed_gotos.
16967         (computed_goto_p): No longer static.
16968         (make_blocks): Don't set found_computed_goto.
16969         (get_abnormal_succ_dispatcher, handle_abnormal_edges): New functions.
16970         (make_edges): If make_goto_expr_edges returns true, push bb
16971         into ab_edge_goto vector, for stmt_can_make_abnormal_goto calls
16972         instead of calling make_abnormal_goto_edges push bb into ab_edge_call
16973         vector.  Record mapping between bbs and OpenMP regions if there
16974         are any, adjust make_gimple_omp_edges caller.  Call
16975         handle_abnormal_edges.
16976         (make_abnormal_goto_edges): Remove.
16977         * tree-cfg.h (make_abnormal_goto_edges): Remove.
16978         (computed_goto_p, get_abnormal_succ_dispatcher): New prototypes.
16979         * internal-fn.c (expand_ABNORMAL_DISPATCHER): New function.
16980         * builtins.c (expand_builtin): Don't handle BUILT_IN_SETJMP_DISPATCHER.
16981         * internal-fn.def (ABNORMAL_DISPATCHER): New.
16982         * omp-low.c (make_gimple_omp_edges): Add region_idx argument, when
16983         filling *region also set *region_idx to (*region)->entry->index.
16985         PR other/58712
16986         * read-rtl.c (read_rtx_code): Clear all of RTX_CODE_SIZE (code).
16987         For REGs set ORIGINAL_REGNO.
16989 2014-01-29  Bingfeng Mei  <bmei@broadcom.com>
16991         * doc/md.texi: Mention that a target shouldn't implement
16992         vec_widen_(s|u)mul_even/odd pair if it is less efficient
16993         than hi/lo pair.
16995 2014-01-29  Jakub Jelinek  <jakub@redhat.com>
16997         PR tree-optimization/59594
16998         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Sort
16999         a copy of the datarefs vector rather than the vector itself.
17001 2014-01-28  Jason Merrill  <jason@redhat.com>
17003         PR c++/53756
17004         * dwarf2out.c (auto_die): New static.
17005         (gen_type_die_with_usage): Handle C++1y 'auto'.
17006         (gen_subprogram_die): If in-class DIE had 'auto', emit type again
17007         on definition.
17009 2014-01-28  H.J. Lu  <hongjiu.lu@intel.com>
17011         PR target/59672
17012         * config/i386/gnu-user64.h (SPEC_32): Add "m16|" to "m32".
17013         (SPEC_X32): Likewise.
17014         (SPEC_64): Likewise.
17015         * config/i386/i386.c (ix86_option_override_internal): Turn off
17016         OPTION_MASK_ISA_64BIT, OPTION_MASK_ABI_X32 and OPTION_MASK_ABI_64
17017         for TARGET_16BIT.
17018         (x86_file_start): Output .code16gcc for TARGET_16BIT.
17019         * config/i386/i386.h (TARGET_16BIT): New macro.
17020         (TARGET_16BIT_P): Likewise.
17021         * config/i386/i386.opt: Add m16.
17022         * doc/invoke.texi: Document -m16.
17024 2014-01-28  Jakub Jelinek  <jakub@redhat.com>
17026         PR preprocessor/59935
17027         * input.c (location_get_source_line): Bail out on when line number
17028         is zero, and test the return value of lookup_or_add_file_to_cache_tab.
17030 2014-01-28  Richard Biener  <rguenther@suse.de>
17032         PR tree-optimization/58742
17033         * tree-ssa-forwprop.c (associate_plusminus): Handle
17034         pointer subtraction of the form (T)(P + A) - (T)P.
17036 2014-01-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17038         * config/arm/arm.c (arm_new_rtx_costs): Remove useless statement
17039         at const_int_cost.
17041 2014-01-28  Richard Biener  <rguenther@suse.de>
17043         Revert
17044         2014-01-28  Richard Biener  <rguenther@suse.de>
17046         PR rtl-optimization/45364
17047         PR rtl-optimization/59890
17048         * var-tracking.c (local_get_addr_clear_given_value): Handle
17049         already cleared slot.
17050         (val_reset): Handle not allocated local_get_addr_cache.
17051         (vt_find_locations): Use post-order on the inverted CFG.
17053 2014-01-28  Richard Biener  <rguenther@suse.de>
17055         * tree-data-ref.h (ddr_is_anti_dependent, ddrs_have_anti_deps): Remove.
17057 2014-01-28  Richard Biener  <rguenther@suse.de>
17059         PR rtl-optimization/45364
17060         PR rtl-optimization/59890
17061         * var-tracking.c (local_get_addr_clear_given_value): Handle
17062         already cleared slot.
17063         (val_reset): Handle not allocated local_get_addr_cache.
17064         (vt_find_locations): Use post-order on the inverted CFG.
17066 2014-01-28  Alan Modra  <amodra@gmail.com>
17068         * Makefile.in (BUILD_CPPFLAGS): Do not use ALL_CPPFLAGS.
17069         * configure.ac <recursive call for build != host>: Define
17070         GENERATOR_FILE.  Comment.  Use CXX_FOR_BUILD, CXXFLAGS_FOR_BUILD
17071         and LD_FOR_BUILD too.
17072         * configure: Regenerate.
17074 2014-01-27  Allan Sandfeld Jensen  <sandfeld@kde.org>
17076         * config/i386/i386.c (get_builtin_code_for_version): Separate
17077         Westmere from Nehalem, Ivy Bridge from Sandy Bridge and
17078         Broadwell from Haswell.
17080 2014-01-27  Steve Ellcey  <sellcey@mips.com>
17082         * common/config/mips/mips-common.c (TARGET_DEFAULT_TARGET_FLAGS):
17083         Remove TARGET_FP_EXCEPTIONS_DEFAULT and MASK_FUSED_MADD.
17084         * config/mips/mips.c (mips_option_override): Change setting
17085         of TARGET_DSP.
17086         * config/mips/mips.h (TARGET_FP_EXCEPTIONS_DEFAULT): Remove.
17087         * config/mips/mips.opt (DSP, DSPR2, FP_EXCEPTIONS, FUSED_MADD, MIPS3D):
17088         Change from Mask to Var.
17090 2014-01-27  Jeff Law  <law@redhat.com>
17092         * ipa-inline.c (inline_small_functions): Fix typo.
17094 2014-01-27  Ilya Tocar  <ilya.tocar@intel.com>
17096         * config/i386/avx512fintrin.h (_mm512_mask_cvtepi32_storeu_epi8): New.
17097         (_mm512_mask_cvtsepi32_storeu_epi8): Ditto.
17098         (_mm512_mask_cvtusepi32_storeu_epi8): Ditto.
17099         (_mm512_mask_cvtepi32_storeu_epi16): Ditto.
17100         (_mm512_mask_cvtsepi32_storeu_epi16): Ditto.
17101         (_mm512_mask_cvtusepi32_storeu_epi16): Ditto.
17102         (_mm512_mask_cvtepi64_storeu_epi32): Ditto.
17103         (_mm512_mask_cvtsepi64_storeu_epi32): Ditto.
17104         (_mm512_mask_cvtusepi64_storeu_epi32): Ditto.
17105         (_mm512_mask_cvtepi64_storeu_epi16): Ditto.
17106         (_mm512_mask_cvtsepi64_storeu_epi16): Ditto.
17107         (_mm512_mask_cvtusepi64_storeu_epi16): Ditto.
17108         (_mm512_mask_cvtepi64_storeu_epi8): Ditto.
17109         (_mm512_mask_cvtsepi64_storeu_epi8): Ditto.
17110         (_mm512_mask_cvtusepi64_storeu_epi8): Ditto.
17111         (_mm512_storeu_epi64): Ditto.
17112         (_mm512_cmpge_epi32_mask): Ditto.
17113         (_mm512_cmpge_epu32_mask): Ditto.
17114         (_mm512_cmpge_epi64_mask): Ditto.
17115         (_mm512_cmpge_epu64_mask): Ditto.
17116         (_mm512_cmple_epi32_mask): Ditto.
17117         (_mm512_cmple_epu32_mask): Ditto.
17118         (_mm512_cmple_epi64_mask): Ditto.
17119         (_mm512_cmple_epu64_mask): Ditto.
17120         (_mm512_cmplt_epi32_mask): Ditto.
17121         (_mm512_cmplt_epu32_mask): Ditto.
17122         (_mm512_cmplt_epi64_mask): Ditto.
17123         (_mm512_cmplt_epu64_mask): Ditto.
17124         (_mm512_cmpneq_epi32_mask): Ditto.
17125         (_mm512_cmpneq_epu32_mask): Ditto.
17126         (_mm512_cmpneq_epi64_mask): Ditto.
17127         (_mm512_cmpneq_epu64_mask): Ditto.
17128         (_mm512_expand_pd): Ditto.
17129         (_mm512_expand_ps): Ditto.
17130         * config/i386/i386-builtin-types.def: Add PV16QI, PV16QI, PV16HI,
17131         VOID_PV8SI_V8DI_QI, VOID_PV8HI_V8DI_QI, VOID_PV16QI_V8DI_QI,
17132         VOID_PV16QI_V16SI_HI, VOID_PV16HI_V16SI_HI.
17133         * config/i386/i386.c (ix86_builtins): Add
17134         IX86_BUILTIN_EXPANDPD512_NOMASK, IX86_BUILTIN_EXPANDPS512_NOMASK,
17135         IX86_BUILTIN_PMOVDB512_MEM, IX86_BUILTIN_PMOVDW512_MEM,
17136         IX86_BUILTIN_PMOVQB512_MEM, IX86_BUILTIN_PMOVQD512_MEM,
17137         IX86_BUILTIN_PMOVQW512_MEM, IX86_BUILTIN_PMOVSDB512_MEM,
17138         IX86_BUILTIN_PMOVSDW512_MEM, IX86_BUILTIN_PMOVSQB512_MEM,
17139         IX86_BUILTIN_PMOVSQD512_MEM, IX86_BUILTIN_PMOVSQW512_MEM,
17140         IX86_BUILTIN_PMOVUSDB512_MEM, IX86_BUILTIN_PMOVUSDW512_MEM,
17141         IX86_BUILTIN_PMOVUSQB512_MEM, IX86_BUILTIN_PMOVUSQD512_MEM,
17142         IX86_BUILTIN_PMOVUSQW512_MEM.
17143         (bdesc_special_args): Add __builtin_ia32_pmovusqd512mem_mask,
17144         __builtin_ia32_pmovsqd512mem_mask,
17145         __builtin_ia32_pmovqd512mem_mask,
17146         __builtin_ia32_pmovusqw512mem_mask,
17147         __builtin_ia32_pmovsqw512mem_mask,
17148         __builtin_ia32_pmovqw512mem_mask,
17149         __builtin_ia32_pmovusdw512mem_mask,
17150         __builtin_ia32_pmovsdw512mem_mask,
17151         __builtin_ia32_pmovdw512mem_mask,
17152         __builtin_ia32_pmovqb512mem_mask,
17153         __builtin_ia32_pmovusqb512mem_mask,
17154         __builtin_ia32_pmovsqb512mem_mask,
17155         __builtin_ia32_pmovusdb512mem_mask,
17156         __builtin_ia32_pmovsdb512mem_mask,
17157         __builtin_ia32_pmovdb512mem_mask.
17158         (bdesc_args): Add __builtin_ia32_expanddf512,
17159         __builtin_ia32_expandsf512.
17160         (ix86_expand_special_args_builtin): Handle VOID_FTYPE_PV8SI_V8DI_QI,
17161         VOID_FTYPE_PV8HI_V8DI_QI, VOID_FTYPE_PV16HI_V16SI_HI,
17162         VOID_FTYPE_PV16QI_V8DI_QI, VOID_FTYPE_PV16QI_V16SI_HI.
17163         * config/i386/sse.md (unspec): Add UNSPEC_EXPAND_NOMASK.
17164         (avx512f_<code><pmov_src_lower><mode>2_mask_store): New.
17165         (*avx512f_<code>v8div16qi2_store_mask): Renamed to ...
17166         (avx512f_<code>v8div16qi2_mask_store): This.
17167         (avx512f_expand<mode>): New.
17169 2014-01-27  Kirill Yukhin  <kirill.yukhin@intel.com>
17171         * config/i386/avx512pfintrin.h (_mm512_mask_prefetch_i32gather_pd):
17172         New.
17173         (_mm512_mask_prefetch_i64gather_pd): Ditto.
17174         (_mm512_prefetch_i32scatter_pd): Ditto.
17175         (_mm512_mask_prefetch_i32scatter_pd): Ditto.
17176         (_mm512_prefetch_i64scatter_pd): Ditto.
17177         (_mm512_mask_prefetch_i64scatter_pd): Ditto.
17178         (_mm512_mask_prefetch_i32gather_ps): Fix operand type.
17179         (_mm512_mask_prefetch_i64gather_ps): Ditto.
17180         (_mm512_prefetch_i32scatter_ps): Ditto.
17181         (_mm512_mask_prefetch_i32scatter_ps): Ditto.
17182         (_mm512_prefetch_i64scatter_ps): Ditto.
17183         (_mm512_mask_prefetch_i64scatter_ps): Ditto.
17184         * config/i386/i386-builtin-types.def: Define
17185         VOID_FTYPE_QI_V8SI_PCINT64_INT_INT
17186         and VOID_FTYPE_QI_V8DI_PCINT64_INT_INT.
17187         * config/i386/i386.c (ix86_builtins): Define IX86_BUILTIN_GATHERPFQPD,
17188         IX86_BUILTIN_GATHERPFDPD, IX86_BUILTIN_SCATTERPFDPD,
17189         IX86_BUILTIN_SCATTERPFQPD.
17190         (ix86_init_mmx_sse_builtins): Define __builtin_ia32_gatherpfdpd,
17191         __builtin_ia32_gatherpfdps, __builtin_ia32_gatherpfqpd,
17192         __builtin_ia32_gatherpfqps, __builtin_ia32_scatterpfdpd,
17193         __builtin_ia32_scatterpfdps, __builtin_ia32_scatterpfqpd,
17194         __builtin_ia32_scatterpfqps.
17195         (ix86_expand_builtin): Expand new built-ins.
17196         * config/i386/sse.md (avx512pf_gatherpf<mode>): Add SF suffix,
17197         fix memory access data type.
17198         (*avx512pf_gatherpf<mode>_mask): Ditto.
17199         (*avx512pf_gatherpf<mode>): Ditto.
17200         (avx512pf_scatterpf<mode>): Ditto.
17201         (*avx512pf_scatterpf<mode>_mask): Ditto.
17202         (*avx512pf_scatterpf<mode>): Ditto.
17203         (GATHER_SCATTER_SF_MEM_MODE): New.
17204         (avx512pf_gatherpf<mode>df): Ditto.
17205         (*avx512pf_gatherpf<mode>df_mask): Ditto.
17206         (*avx512pf_scatterpf<mode>df): Ditto.
17208 2014-01-27  Jakub Jelinek  <jakub@redhat.com>
17210         PR bootstrap/59934
17211         * expmed.h (expmed_mode_index): Rework so that analysis and optimziers
17212         know when the MODE_PARTIAL_INT and MODE_VECTOR_INT cases can never be
17213         reached.
17215 2014-01-27  James Greenhalgh  <james.greenhalgh@arm.com>
17217         * common/config/arm/arm-common.c
17218         (arm_rewrite_mcpu): Handle multiple names.
17219         * config/arm/arm.h
17220         (BIG_LITTLE_SPEC): Do not discard mcpu switches.
17222 2014-01-27  James Greenhalgh  <james.greenhalgh@arm.com>
17224         * gimple-builder.h (create_gimple_tmp): Delete.
17226 2014-01-27  Christian Bruel  <christian.bruel@st.com>
17228         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Fix remaining bytes after
17229         words comparisons.
17231 2014-01-26  John David Anglin  <danglin@gcc.gnu.org>
17233         * config/pa/pa.md (call): Generate indirect long calls to non-local
17234         functions when outputing 32-bit code.
17235         (call_value): Likewise except for special call to buggy powf function.
17237         * config/pa/pa.c (pa_attr_length_indirect_call): Adjust length of
17238         portable runtime and PIC indirect calls.
17239         (pa_output_indirect_call): Remove unnecessary nop from portable runtime
17240         and PIC call sequences.  Use ldo instead of blr to set return register
17241         in PIC call sequence.
17243 2014-01-25  Walter Lee  <walt@tilera.com>
17245         * config/tilegx/sync.md (atomic_fetch_sub): Fix negation and
17246         avoid clobbering a live register.
17248 2014-01-25  Walter Lee  <walt@tilera.com>
17250         * config/tilegx/tilegx-c.c (tilegx_cpu_cpp_builtins):
17251         Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2}.
17252         * config/tilegx/tilepro-c.c (tilepro_cpu_cpp_builtins):
17253         Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8}.
17255 2014-01-25  Walter Lee  <walt@tilera.com>
17257         * config/tilegx/tilegx.c (tilegx_function_arg): Start 16-byte
17258         arguments on even registers.
17259         (tilegx_gimplify_va_arg_expr): Align 16-byte var args to
17260         STACK_BOUNDARY.
17261         * config/tilegx/tilegx.h (STACK_BOUNDARY): Change to 16 bytes.
17262         (BIGGEST_ALIGNMENT): Ditto.
17263         (BIGGEST_FIELD_ALIGNMENT): Ditto.
17265 2014-01-25  Walter Lee  <walt@tilera.com>
17267         * config/tilegx/tilegx.c (tilegx_gen_bundles): Delete barrier
17268         insns before bundling.
17269         * config/tilegx/tilegx.md (tile_network_barrier): Update comment.
17271 2014-01-25  Walter Lee  <walt@tilera.com>
17273         * config/tilegx/tilegx.c (tilegx_expand_builtin): Set
17274         PREFETCH_SCHEDULE_BARRIER_P to true for prefetches.
17275         * config/tilepro/tilepro.c (tilepro_expand_builtin): Ditto.
17277 2014-01-25  Richard Sandiford  <rdsandiford@googlemail.com>
17279         * config/mips/constraints.md (kl): Delete.
17280         * config/mips/mips.md (divmod<mode>4, udivmod<mode>4): Turn into
17281         define expands, using...
17282         (divmod<mode>4_mips16, udivmod<mode>4_mips16): ...these new
17283         instructions for MIPS16.
17284         (*divmod<mode>4, *udivmod<mode>4): New patterns, taken from the
17285         non-MIPS16 version of the old divmod<mode>4 and udivmod<mode>4.
17287 2014-01-25  Walter Lee  <walt@tilera.com>
17289         * config/tilepro/tilepro.md (ctzdi2): Use register_operand predicate.
17290         (clzdi2): Ditto.
17291         (ffsdi2): Ditto.
17293 2014-01-25  Walter Lee  <walt@tilera.com>
17295         * config/tilegx/tilegx.c (tilegx_expand_to_rtl_hook): New.
17296         (TARGET_EXPAND_TO_RTL_HOOK): Define.
17298 2014-01-25  Richard Sandiford  <rdsandiford@googlemail.com>
17300         * rtlanal.c (canonicalize_condition): Split out duplicated mode check.
17301         Handle XOR.
17303 2014-01-25  Jakub Jelinek  <jakub@redhat.com>
17305         * print-rtl.c (in_call_function_usage): New var.
17306         (print_rtx): When in CALL_INSN_FUNCTION_USAGE, always print
17307         EXPR_LIST mode as mode and not as reg note name.
17309         PR middle-end/59561
17310         * cfgloopmanip.c (copy_loop_info): If
17311         loop->warned_aggressive_loop_optimizations, make sure
17312         the flag is set in target loop too.
17314 2014-01-24  Balaji V. Iyer  <balaji.v.iyer@intel.com>
17316         * builtins.c (is_builtin_name): Renamed flag_enable_cilkplus to
17317         flag_cilkplus.
17318         * builtins.def: Likewise.
17319         * cilk.h (fn_contains_cilk_spawn_p): Likewise.
17320         * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Likewise.
17321         * ira.c (ira_setup_eliminable_regset): Likewise.
17322         * omp-low.c (gate_expand_omp): Likewise.
17323         (execute_lower_omp): Likewise.
17324         (diagnose_sb_0): Likewise.
17325         (gate_diagnose_omp_blocks): Likewise.
17326         (simd_clone_clauses_extract): Likewise.
17327         (gate): Likewise.
17329 2014-01-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17331         * config/rs6000/rs6000.c (rs6000_expand_vec_perm_const_1): Remove
17332         correction for little endian...
17333         * config/rs6000/vsx.md (vsx_xxpermdi2_<mode>_1): ...and move it to
17334         here.
17336 2014-01-24  Jeff Law  <law@redhat.com>
17338         PR tree-optimization/59919
17339         * tree-vrp.c (find_assert_locations_1): Do not register asserts
17340         for non-returning calls.
17342 2014-01-24  James Greenhalgh  <james.greenhalgh@arm.com>
17344         * common/config/aarch64/aarch64-common.c
17345         (aarch64_rewrite_mcpu): Handle multiple names.
17346         * config/aarch64/aarch64.h
17347         (BIG_LITTLE_SPEC): Do not discard mcpu switches.
17349 2014-01-24  Dodji Seketeli  <dodji@redhat.com>
17351         * input.c (add_file_to_cache_tab): Handle the case where fopen
17352         returns NULL.
17354 2014-01-23  H.J. Lu  <hongjiu.lu@intel.com>
17356         PR target/59929
17357         * config/i386/i386.md (pushsf splitter): Get stack adjustment
17358         from push operand if code of push isn't PRE_DEC.
17360 2014-01-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
17362         PR target/59909
17363         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
17364         -mquad-memory-atomic.  Update -mquad-memory documentation to say
17365         it is only used for non-atomic loads/stores.
17367         * config/rs6000/predicates.md (quad_int_reg_operand): Allow either
17368         -mquad-memory or -mquad-memory-atomic switches.
17370         * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Add
17371         -mquad-memory-atomic to ISA 2.07 support.
17373         * config/rs6000/rs6000.opt (-mquad-memory-atomic): Add new switch
17374         to separate support of normal quad word memory operations (ldq, stq)
17375         from the atomic quad word memory operations.
17377         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
17378         support to separate non-atomic quad word operations from atomic
17379         quad word operations.  Disable non-atomic quad word operations in
17380         little endian mode so that we don't have to swap words after the
17381         load and before the store.
17382         (quad_load_store_p): Add comment about atomic quad word support.
17383         (rs6000_opt_masks): Add -mquad-memory-atomic to the list of
17384         options printed with -mdebug=reg.
17386         * config/rs6000/rs6000.h (TARGET_SYNC_TI): Use
17387         -mquad-memory-atomic as the test for whether we have quad word
17388         atomic instructions.
17389         (TARGET_SYNC_HI_QI): If either -mquad-memory-atomic, -mquad-memory,
17390         or -mp8-vector are used, allow byte/half-word atomic operations.
17392         * config/rs6000/sync.md (load_lockedti): Insure that the address
17393         is a proper indexed or indirect address for the lqarx instruction.
17394         On little endian systems, swap the hi/lo registers after the lqarx
17395         instruction.
17396         (load_lockedpti): Use indexed_or_indirect_operand predicate to
17397         insure the address is valid for the lqarx instruction.
17398         (store_conditionalti): Insure that the address is a proper indexed
17399         or indirect address for the stqcrx. instruction.  On little endian
17400         systems, swap the hi/lo registers before doing the stqcrx.
17401         instruction.
17402         (store_conditionalpti): Use indexed_or_indirect_operand predicate to
17403         insure the address is valid for the stqcrx. instruction.
17405         * gcc/config/rs6000/rs6000-c.c (rs6000_target_modify_macros):
17406         Define __QUAD_MEMORY__ and __QUAD_MEMORY_ATOMIC__ based on what
17407         type of quad memory support is available.
17409 2014-01-23  Vladimir Makarov  <vmakarov@redhat.com>
17411         PR regression/59915
17412         * lra-constraints.c (simplify_operand_subreg): Spill pseudo if
17413         there is a danger of looping.
17415 2014-01-23  Pat Haugen  <pthaugen@us.ibm.com>
17417         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
17418         force flag_ira_loop_pressure if set via command line.
17420 2014-01-23  Alex Velenko  <Alex.Velenko@arm.com>
17422         * config/aarch64/aarch64-simd-builtins.def (ashr): DI mode removed.
17423         (ashr_simd): New builtin handling DI mode.
17424         * config/aarch64/aarch64-simd.md (aarch64_ashr_simddi): New pattern.
17425         (aarch64_sshr_simddi): New match pattern.
17426         * config/aarch64/arm_neon.h (vshr_n_s32): Builtin call modified.
17427         (vshrd_n_s64): Likewise.
17428         * config/aarch64/predicates.md (aarch64_shift_imm64_di): New predicate.
17430 2014-01-23  Nick Clifton  <nickc@redhat.com>
17432         * config/msp430/msp430.h (ASM_SPEC): Pass the -mcpu as -mcpu.
17433         (LIB_SPEC): Drop use of memory.ld and peripherals.ld scripts in
17434         favour of mcu specific scripts.
17435         * config/msp430/t-msp430 (MULTILIB_MATCHES): Add more matches for
17436         430x multilibs.
17438 2014-01-23  James Greenhalgh  <james.greenhalgh@arm.com>
17439             Alex Velenko  <Alex.Velenko@arm.com>
17441         * config/aarch64/arm_neon.h (vaddv_s8): __LANE0 cleanup.
17442         (vaddv_s16): Likewise.
17443         (vaddv_s32): Likewise.
17444         (vaddv_u8): Likewise.
17445         (vaddv_u16): Likewise.
17446         (vaddv_u32): Likewise.
17447         (vaddvq_s8): Likewise.
17448         (vaddvq_s16): Likewise.
17449         (vaddvq_s32): Likewise.
17450         (vaddvq_s64): Likewise.
17451         (vaddvq_u8): Likewise.
17452         (vaddvq_u16): Likewise.
17453         (vaddvq_u32): Likewise.
17454         (vaddvq_u64): Likewise.
17455         (vaddv_f32): Likewise.
17456         (vaddvq_f32): Likewise.
17457         (vaddvq_f64): Likewise.
17458         (vmaxv_f32): Likewise.
17459         (vmaxv_s8): Likewise.
17460         (vmaxv_s16): Likewise.
17461         (vmaxv_s32): Likewise.
17462         (vmaxv_u8): Likewise.
17463         (vmaxv_u16): Likewise.
17464         (vmaxv_u32): Likewise.
17465         (vmaxvq_f32): Likewise.
17466         (vmaxvq_f64): Likewise.
17467         (vmaxvq_s8): Likewise.
17468         (vmaxvq_s16): Likewise.
17469         (vmaxvq_s32): Likewise.
17470         (vmaxvq_u8): Likewise.
17471         (vmaxvq_u16): Likewise.
17472         (vmaxvq_u32): Likewise.
17473         (vmaxnmv_f32): Likewise.
17474         (vmaxnmvq_f32): Likewise.
17475         (vmaxnmvq_f64): Likewise.
17476         (vminv_f32): Likewise.
17477         (vminv_s8): Likewise.
17478         (vminv_s16): Likewise.
17479         (vminv_s32): Likewise.
17480         (vminv_u8): Likewise.
17481         (vminv_u16): Likewise.
17482         (vminv_u32): Likewise.
17483         (vminvq_f32): Likewise.
17484         (vminvq_f64): Likewise.
17485         (vminvq_s8): Likewise.
17486         (vminvq_s16): Likewise.
17487         (vminvq_s32): Likewise.
17488         (vminvq_u8): Likewise.
17489         (vminvq_u16): Likewise.
17490         (vminvq_u32): Likewise.
17491         (vminnmv_f32): Likewise.
17492         (vminnmvq_f32): Likewise.
17493         (vminnmvq_f64): Likewise.
17495 2014-01-23  James Greenhalgh  <james.greenhalgh@arm.com>
17497         * config/aarch64/aarch64-simd.md
17498         (aarch64_dup_lane<mode>): Correct lane number on big-endian.
17499         (aarch64_dup_lane_<vswap_widthi_name><mode>): Likewise.
17500         (*aarch64_mul3_elt<mode>): Likewise.
17501         (*aarch64_mul3_elt<vswap_width_name><mode>): Likewise.
17502         (*aarch64_mul3_elt_to_64v2df): Likewise.
17503         (*aarch64_mla_elt<mode>): Likewise.
17504         (*aarch64_mla_elt_<vswap_width_name><mode>): Likewise.
17505         (*aarch64_mls_elt<mode>): Likewise.
17506         (*aarch64_mls_elt_<vswap_width_name><mode>): Likewise.
17507         (*aarch64_fma4_elt<mode>): Likewise.
17508         (*aarch64_fma4_elt_<vswap_width_name><mode>): Likewise.
17509         (*aarch64_fma4_elt_to_64v2df): Likewise.
17510         (*aarch64_fnma4_elt<mode>): Likewise.
17511         (*aarch64_fnma4_elt_<vswap_width_name><mode>): Likewise.
17512         (*aarch64_fnma4_elt_to_64v2df): Likewise.
17513         (aarch64_sq<r>dmulh_lane<mode>): Likewise.
17514         (aarch64_sq<r>dmulh_laneq<mode>): Likewise.
17515         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal): Likewise.
17516         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal): Likewise.
17517         (aarch64_sqdml<SBINQOPS:as>l2_lane<mode>_internal): Likewise.
17518         (aarch64_sqdmull_lane<mode>_internal): Likewise.
17519         (aarch64_sqdmull2_lane<mode>_internal): Likewise.
17521 2013-01-23  Alex Velenko  <Alex.Velenko@arm.com>
17523         * config/aarch64/aarch64-simd.md
17524         (aarch64_be_checked_get_lane<mode>): New define_expand.
17525         * config/aarch64/aarch64-simd-builtins.def
17526         (BUILTIN_VALL (GETLANE, be_checked_get_lane, 0)):
17527         New builtin definition.
17528         * config/aarch64/arm_neon.h: (__aarch64_vget_lane_any):
17529         Use new safe be builtin.
17531 2014-01-23  Alex Velenko  <Alex.Velenko@arm.com>
17533         * config/aarch64/aarch64-simd.md (aarch64_be_ld1<mode>):
17534         New define_insn.
17535         (aarch64_be_st1<mode>): Likewise.
17536         (aarch_ld1<VALL:mode>): Define_expand modified.
17537         (aarch_st1<VALL:mode>): Likewise.
17538         * config/aarch64/aarch64.md (UNSPEC_LD1): New unspec definition.
17539         (UNSPEC_ST1): Likewise.
17541 2014-01-23  David Holsgrove  <david.holsgrove@xilinx.com>
17543         * config/microblaze/microblaze.md: Add trap insn and attribute
17545 2014-01-23  Dodji Seketeli  <dodji@redhat.com>
17547         PR preprocessor/58580
17548         * input.h (location_get_source_line): Take an additional line_size
17549         parameter.
17550         (void diagnostics_file_cache_fini): Declare new function.
17551         * input.c (struct fcache): New type.
17552         (fcache_tab_size, fcache_buffer_size, fcache_line_record_size):
17553         New static constants.
17554         (diagnostic_file_cache_init, total_lines_num)
17555         (lookup_file_in_cache_tab, evicted_cache_tab_entry)
17556         (add_file_to_cache_tab, lookup_or_add_file_to_cache_tab)
17557         (needs_read, needs_grow, maybe_grow, read_data, maybe_read_data)
17558         (get_next_line, read_next_line, goto_next_line, read_line_num):
17559         New static function definitions.
17560         (diagnostic_file_cache_fini): New function.
17561         (location_get_source_line): Take an additional output line_len
17562         parameter.  Re-write using lookup_or_add_file_to_cache_tab and
17563         read_line_num.
17564         * diagnostic.c (diagnostic_finish): Call
17565         diagnostic_file_cache_fini.
17566         (adjust_line): Take an additional input parameter for the length
17567         of the line, rather than calculating it with strlen.
17568         (diagnostic_show_locus): Adjust the use of
17569         location_get_source_line and adjust_line with respect to their new
17570         signature.  While displaying a line now, do not stop at the first
17571         null byte.  Rather, display the zero byte as a space and keep
17572         going until we reach the size of the line.
17573         * Makefile.in: Add vec.o to OBJS-libcommon
17575 2014-01-23  Kirill Yukhin  <kirill.yukhin@intel.com>
17576             Ilya Tocar  <ilya.tocar@intel.com>
17578         * config/i386/avx512fintrin.h (_mm512_kmov): New.
17579         * config/i386/i386.c (IX86_BUILTIN_KMOV16): Ditto.
17580         (__builtin_ia32_kmov16): Ditto.
17581         * config/i386/i386.md (UNSPEC_KMOV): New.
17582         (kmovw): Ditto.
17584 2014-01-23  Kirill Yukhin  <kirill.yukhin@intel.com>
17586         * config/i386/avx512fintrin.h (_mm512_loadu_si512): Rename.
17587         (_mm512_storeu_si512): Ditto.
17589 2014-01-23  Richard Sandiford  <rdsandiford@googlemail.com>
17591         PR target/52125
17592         * rtl.h (get_referenced_operands): Declare.
17593         * recog.c (get_referenced_operands): New function.
17594         * config/mips/mips.c (mips_reorg_process_insns): Check which asm
17595         operands have been referenced when recording LO_SUM references.
17597 2014-01-22  David Holsgrove  <david.holsgrove@xilinx.com>
17599         * config/microblaze/microblaze.md: Correct bswaphi2 insn.
17601 2014-01-22  Jan Hubicka  <hubicka@ucw.cz>
17603         * config/i386/x86-tune.def (X86_TUNE_ACCUMULATE_OUTGOING_ARGS):
17604         Enable for generic and recent AMD targets.
17606 2014-01-22  Jan Hubicka  <hubicka@ucw.cz>
17608         * combine-stack-adj.c (combine_stack_adjustments_for_block): Remove
17609         ARG_SIZE note when adjustment was eliminated.
17611 2014-01-22  Jeff Law  <law@redhat.com>
17613         PR tree-optimization/59597
17614         * tree-ssa-threadupdate.c (dump_jump_thread_path): Move to earlier
17615         in file.  Accept new argument REGISTERING and use it to modify
17616         dump output appropriately.
17617         (register_jump_thread): Corresponding changes.
17618         (mark_threaded_blocks): Reinstate code to cancel unprofitable
17619         thread paths involving joiner blocks.  Add code to dump cancelled
17620         jump threading paths.
17622 2014-01-22  Vladimir Makarov  <vmakarov@redhat.com>
17624         PR rtl-optimization/59477
17625         * lra-constraints.c (inherit_in_ebb): Process call for living hard
17626         regs.  Update reloads_num and potential_reload_hard_regs for all insns.
17628 2014-01-22  Tom Tromey  <tromey@redhat.com>
17630         * config/i386/i386-interix.h (i386_pe_unique_section): Don't use
17631         PARAMS.
17632         * config/cr16/cr16-protos.h (notice_update_cc): Don't use PARAMS.
17634 2014-01-21  Vladimir Makarov  <vmakarov@redhat.com>
17636         PR rtl-optimization/59896
17637         * lra-constraints.c (process_alt_operands): Check unused note for
17638         matched operands of insn with no output reloads.
17640 2014-01-21  Richard Sandiford  <rdsandiford@googlemail.com>
17642         * config/mips/mips.c (mips_move_to_gpr_cost): Add M16_REGS case.
17643         (mips_move_from_gpr_cost): Likewise.
17645 2014-01-21  Vladimir Makarov  <vmakarov@redhat.com>
17647         PR rtl-optimization/59858
17648         * lra-constraints.c (SMALL_REGISTER_CLASS_P): Use
17649         ira_class_hard_regs_num.
17650         (process_alt_operands): Increase reject for dying matched operand.
17652 2014-01-21  Jakub Jelinek  <jakub@redhat.com>
17654         PR target/59003
17655         * config/i386/i386.c (expand_small_movmem_or_setmem): If mode is
17656         smaller than size, perform several stores or loads and stores
17657         at dst + count - size to store or copy all of size bytes, rather
17658         than just last modesize bytes.
17660 2014-01-20  DJ Delorie  <dj@redhat.com>
17662         * config/rl78/rl78.c (rl78_propogate_register_origins): Verify
17663         that CLOBBERs are REGs before propogating their values.
17665 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
17667         PR middle-end/59789
17668         * cgraph.c (cgraph_inline_failed_string): Add type to DEFCIFCODE.
17669         (cgraph_inline_failed_type): New function.
17670         * cgraph.h (DEFCIFCODE): Add type.
17671         (cgraph_inline_failed_type_t): New enum.
17672         (cgraph_inline_failed_type): New prototype.
17673         * cif-code.def: Add CIF_FINAL_NORMAL to OK, FUNCTION_NOT_CONSIDERED,
17674         FUNCTION_NOT_OPTIMIZED, REDEFINED_EXTERN_INLINE,
17675         FUNCTION_NOT_INLINE_CANDIDATE, LARGE_FUNCTION_GROWTH_LIMIT,
17676         LARGE_STACK_FRAME_GROWTH_LIMIT, MAX_INLINE_INSNS_SINGLE_LIMIT,
17677         MAX_INLINE_INSNS_AUTO_LIMIT, INLINE_UNIT_GROWTH_LIMIT,
17678         RECURSIVE_INLINING, UNLIKELY_CALL, NOT_DECLARED_INLINED,
17679         OPTIMIZING_FOR_SIZE, ORIGINALLY_INDIRECT_CALL,
17680         INDIRECT_UNKNOWN_CALL, USES_COMDAT_LOCAL.
17681         Add CIF_FINAL_ERROR to UNSPECIFIED, BODY_NOT_AVAILABLE,
17682         FUNCTION_NOT_INLINABLE, OVERWRITABLE, MISMATCHED_ARGUMENTS,
17683         EH_PERSONALITY, NON_CALL_EXCEPTIONS, TARGET_OPTION_MISMATCH,
17684         OPTIMIZATION_MISMATCH.
17685         * tree-inline.c (expand_call_inline): Emit errors during
17686         early_inlining if cgraph_inline_failed_type returns CIF_FINAL_ERROR.
17688 2014-01-20  Uros Bizjak  <ubizjak@gmail.com>
17690         PR target/59685
17691         * config/i386/sse.md (*andnot<mode>3<mask_name>): Handle MODE_V16SF
17692         mode attribute in insn output.
17694 2014-01-20  Eric Botcazou  <ebotcazou@adacore.com>
17696         * output.h (output_constant): Delete.
17697         * varasm.c (output_constant): Make private.
17699 2014-01-20  Alex Velenko  <Alex.Velenko@arm.com>
17701         * config/aarch64/aarch64-simd.md (vec_perm<mode>): Add BE check.
17703 2014-01-20  Jakub Jelinek  <jakub@redhat.com>
17705         PR middle-end/59860
17706         * tree.h (fold_builtin_strcat): New prototype.
17707         * builtins.c (fold_builtin_strcat): No longer static.  Add len
17708         argument, if non-NULL, don't call c_strlen.  Optimize
17709         directly into __builtin_memcpy instead of __builtin_strcpy.
17710         (fold_builtin_2): Adjust fold_builtin_strcat caller.
17711         * gimple-fold.c (gimple_fold_builtin): Handle BUILT_IN_STRCAT.
17713 2014-01-20  Uros Bizjak  <ubizjak@gmail.com>
17715         * config/i386/i386.c (ix86_avoid_lea_for_addr): Return false
17716         for SImode_address_operand operands, having only a REG argument.
17718 2014-01-20  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17720         * config/aarch64/aarch64-linux.h (GLIBC_DYNAMIC_LINKER): Expand
17721         loader name using mbig-endian.
17722         (LINUX_TARGET_LINK_SPEC): Pass linker -m flag.
17724 2014-01-20  James Greenhalgh  <james.greenhalgh@arm.com>
17726         * doc/invoke.texi (-march): Clarify documentation for AArch64.
17727         (-mtune): Likewise.
17728         (-mcpu): Likewise.
17730 2014-01-20  Tejas Belagod  <tejas.belagod@arm.com>
17732         * config/aarch64/aarch64-protos.h
17733         (aarch64_cannot_change_mode_class_ptr): Declare.
17734         * config/aarch64/aarch64.c (aarch64_cannot_change_mode_class,
17735         aarch64_cannot_change_mode_class_ptr): New.
17736         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Change to call
17737         backend hook aarch64_cannot_change_mode_class.
17739 2014-01-20  James Greenhalgh  <james.greenhalgh@arm.com>
17741         * common/config/aarch64/aarch64-common.c
17742         (aarch64_handle_option): Don't handle any option order logic here.
17743         * config/aarch64/aarch64.c (aarch64_parse_arch): Do not override
17744         selected_cpu, warn on architecture version mismatch.
17745         (aarch64_override_options): Fix parsing order for option strings.
17747 2014-01-20  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
17748             Iain Sandoe  <iain@codesourcery.com>
17750         PR bootstrap/59496
17751         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Fix unused variable
17752         warning.  Amend comment to reflect current functionality.
17754 2014-01-20  Richard Biener  <rguenther@suse.de>
17756         PR middle-end/59860
17757         * builtins.c (fold_builtin_strcat): Remove case better handled
17758         by tree-ssa-strlen.c.
17760 2014-01-20  Alan Lawrence  <alan.lawrence@arm.com>
17762         * config/aarch64/aarch64.opt
17763         (mcpu, march, mtune): Make case-insensitive.
17765 2014-01-20  Jakub Jelinek  <jakub@redhat.com>
17767         PR target/59880
17768         * config/i386/i386.c (ix86_avoid_lea_for_addr): Return false
17769         if operands[1] is a REG or ZERO_EXTEND of a REG.
17771 2014-01-19  Jan Hubicka  <hubicka@ucw.cz>
17773         * varasm.c (compute_reloc_for_constant): Use targetm.binds_local_p.
17775 2014-01-19  John David Anglin  <danglin@gcc.gnu.org>
17777         * config/pa/pa.c (pa_attr_length_millicode_call): Correct length of
17778         long non-pic millicode calls.
17780 2014-01-19  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
17782         * config/vax/vax.h (FUNCTION_ARG_REGNO_P): Fix unused variable warning.
17784 2014-01-19  Kito Cheng  <kito@0xlab.org>
17786         * builtins.c (expand_movstr): Check movstr expand done or fail.
17788 2014-01-18  Uros Bizjak  <ubizjak@gmail.com>
17789             H.J. Lu  <hongjiu.lu@intel.com>
17791         PR target/59379
17792         * config/i386/i386.md (*lea<mode>): Zero-extend return register
17793         to DImode for zero-extended addresses.
17795 2014-01-19  Jakub Jelinek  <jakub@redhat.com>
17797         PR rtl-optimization/57763
17798         * bb-reorder.c (fix_crossing_unconditional_branches): Set JUMP_LABEL
17799         on the new indirect jump_insn and increment LABEL_NUSES (label).
17801 2014-01-18  H.J. Lu  <hongjiu.lu@intel.com>
17803         PR bootstrap/59580
17804         PR bootstrap/59583
17805         * config.gcc (x86_archs): New variable.
17806         (x86_64_archs): Likewise.
17807         (x86_cpus): Likewise.
17808         Use $x86_archs, $x86_64_archs and $x86_cpus to check valid
17809         --with-arch/--with-cpu= options.
17810         Support --with-arch=/--with-cpu={nehalem,westmere,
17811         sandybridge,ivybridge,haswell,broadwell,bonnell,silvermont}.
17813 2014-01-18  Uros Bizjak  <ubizjak@gmail.com>
17815         * config/i386/i386.c (ix86_adjust_cost): Reorder PROCESSOR_K8
17816         and PROCESSOR_ATHLON to simplify code.  Move "memory" calculation.
17818 2014-01-18  Uros Bizjak  <ubizjak@gmail.com>
17820         * config/i386/i386.md (*swap<mode>): Rename from swap<mode>.
17822 2014-01-18  Jakub Jelinek  <jakub@redhat.com>
17824         PR target/58944
17825         * config/i386/i386-c.c (ix86_pragma_target_parse): Temporarily
17826         clear cpp_get_options (parse_in)->warn_unused_macros for
17827         ix86_target_macros_internal with cpp_define.
17829 2014-01-18  Richard Sandiford  <rdsandiford@googlemail.com>
17831         * jump.c (delete_related_insns): Keep (use (insn))s.
17832         * reorg.c (redundant_insn): Check for barriers too.
17834 2014-01-17  H.J. Lu  <hongjiu.lu@intel.com>
17836         * config/i386/i386.c (ix86_split_lea_for_addr): Fix a comment typo.
17838 2014-01-17  John David Anglin  <danglin@gcc.gnu.org>
17840         * config/pa/pa.c (pa_attr_length_indirect_call): Don't output a short
17841         call to $$dyncall when TARGET_LONG_CALLS is true.
17843 2014-01-17  Jeff Law  <law@redhat.com>
17845         * ree.c (combine_set_extension): Temporarily disable test for
17846         changing number of hard registers.
17848 2014-01-17  Jan Hubicka  <hubicka@ucw.cz>
17850         PR middle-end/58125
17851         * ipa-inline-analysis.c (inline_free_summary):
17852         Do not free summary of aliases.
17854 2014-01-17  Jakub Jelinek  <jakub@redhat.com>
17856         PR middle-end/59706
17857         * gimplify.c (gimplify_expr): Use create_tmp_var
17858         instead of create_tmp_var_raw.  If cond doesn't have
17859         integral type, don't add the IFN_ANNOTATE builtin at all.
17861 2014-01-17  Martin Jambor  <mjambor@suse.cz>
17863         PR ipa/59736
17864         * ipa-cp.c (prev_edge_clone): New variable.
17865         (grow_next_edge_clone_vector): Renamed to grow_edge_clone_vectors.
17866         Also resize prev_edge_clone vector.
17867         (ipcp_edge_duplication_hook): Also update prev_edge_clone.
17868         (ipcp_edge_removal_hook): New function.
17869         (ipcp_driver): Register ipcp_edge_removal_hook.
17871 2014-01-17  Andrew Pinski  <apinski@cavium.com>
17872             Steve Ellcey  <sellcey@mips.com>
17874         PR target/59462
17875         * config/mips/mips.c (mips_print_operand): Check operand mode instead
17876         of operator mode.
17878 2014-01-17  Jeff Law  <law@redhat.com>
17880         PR middle-end/57904
17881         * passes.def: Reorder pass_copy_prop, pass_unrolli, pass_ccp sequence
17882         so that pass_ccp runs first.
17884 2014-01-17  H.J. Lu  <hongjiu.lu@intel.com>
17886         * config/i386/i386.c (ix86_lea_outperforms): Use TARGET_XXX.
17887         (ix86_adjust_cost): Use !TARGET_XXX.
17888         (do_reorder_for_imul): Likewise.
17889         (swap_top_of_ready_list): Likewise.
17890         (ix86_sched_reorder): Likewise.
17892 2014-01-17  H.J. Lu  <hongjiu.lu@intel.com>
17894         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
17895         PROCESSOR_INTEL.  Treat like PROCESSOR_GENERIC.
17896         * config/i386/i386.c (intel_memcpy): New.  Duplicate slm_memcpy.
17897         (intel_memset): New.  Duplicate slm_memset.
17898         (intel_cost): New.  Duplicate slm_cost.
17899         (m_INTEL): New macro.
17900         (processor_target_table): Add "intel".
17901         (ix86_option_override_internal): Replace PROCESSOR_SILVERMONT
17902         with PROCESSOR_INTEL for "intel".
17903         (ix86_lea_outperforms): Support PROCESSOR_INTEL.  Duplicate
17904         PROCESSOR_SILVERMONT.
17905         (ix86_issue_rate): Likewise.
17906         (ix86_adjust_cost): Likewise.
17907         (ia32_multipass_dfa_lookahead): Likewise.
17908         (swap_top_of_ready_list): Likewise.
17909         (ix86_sched_reorder): Likewise.
17910         (ix86_avoid_lea_for_addr): Check TARGET_AVOID_LEA_FOR_ADDR
17911         instead of TARGET_OPT_AGU.
17912         * config/i386/i386.h (TARGET_INTEL): New.
17913         (TARGET_AVOID_LEA_FOR_ADDR): Likewise.
17914         (processor_type): Add PROCESSOR_INTEL.
17915         * config/i386/x86-tune.def: Support m_INTEL. Duplicate m_SILVERMONT.
17916         Add X86_TUNE_AVOID_LEA_FOR_ADDR.
17918 2014-01-17  Marek Polacek  <polacek@redhat.com>
17920         PR c/58346
17921         * gimple-fold.c (fold_array_ctor_reference): Don't fold if element
17922         size is zero.
17924 2014-01-17  Richard Biener  <rguenther@suse.de>
17926         PR tree-optimization/46590
17927         * opts.c (default_options_table): Add entries for
17928         OPT_fbranch_count_reg, OPT_fmove_loop_invariants and OPT_ftree_pta,
17929         all enabled at -O1 but not for -Og.
17930         * common.opt (fbranch-count-reg): Remove Init(1).
17931         (fmove-loop-invariants): Likewise.
17932         (ftree-pta): Likewise.
17934 2014-01-17  Jakub Jelinek  <jakub@redhat.com>
17936         * config/i386/i386.c (ix86_data_alignment): For compatibility with
17937         (incorrect) GCC 4.8 and earlier alignment assumptions ensure we align
17938         decls to at least the GCC 4.8 used alignments.
17940         PR fortran/59440
17941         * tree-nested.c (convert_nonlocal_reference_stmt,
17942         convert_local_reference_stmt): For NAMELIST_DECLs in gimple_bind_vars
17943         of GIMPLE_BIND stmts, adjust associated decls.
17945 2014-01-17  Richard Biener  <rguenther@suse.de>
17947         PR tree-optimization/46590
17948         * vec.h (vec<>::bseach): New member function implementing
17949         binary search according to C89 bsearch.
17950         (vec<>::qsort): Avoid calling ::qsort for vectors with sizes 0 or 1.
17951         * tree-ssa-loop-im.c (struct mem_ref): Make stored member a
17952         bitmap pointer again.  Make accesses_in_loop a flat array.
17953         (mem_ref_obstack): New global.
17954         (outermost_indep_loop): Adjust for mem_ref->stored changes.
17955         (mark_ref_stored): Likewise.
17956         (ref_indep_loop_p_2): Likewise.
17957         (set_ref_stored_in_loop): New helper function.
17958         (mem_ref_alloc): Allocate mem_refs on the mem_ref_obstack obstack.
17959         (memref_free): Adjust.
17960         (record_mem_ref_loc): Simplify.
17961         (gather_mem_refs_stmt): Adjust.
17962         (sort_locs_in_loop_postorder_cmp): New function.
17963         (analyze_memory_references): Sort accesses_in_loop after
17964         loop postorder number.
17965         (find_ref_loc_in_loop_cmp): New function.
17966         (for_all_locs_in_loop): Find relevant cluster of locs in
17967         accesses_in_loop and iterate without recursion.
17968         (execute_sm): Avoid uninit warning.
17969         (struct ref_always_accessed): Simplify.
17970         (ref_always_accessed::operator ()): Likewise.
17971         (ref_always_accessed_p): Likewise.
17972         (tree_ssa_lim_initialize): Initialize mem_ref_obstack, compute
17973         loop postorder numbers here.
17974         (tree_ssa_lim_finalize): Free mem_ref_obstack and loop postorder
17975         numbers.
17977 2014-01-17  Jan Hubicka  <hubicka@ucw.cz>
17979         PR c++/57945
17980         * passes.c (rest_of_decl_compilation): Don't call varpool_finalize_decl
17981         on decls for which assemble_alias has been called.
17983 2014-01-17  Nick Clifton  <nickc@redhat.com>
17985         * config/msp430/msp430.opt: (mcpu): New option.
17986         * config/msp430/msp430.c (msp430_mcu_name): Use target_mcu.
17987         (msp430_option_override): Parse target_cpu.  If the MCU name
17988         matches a generic string, clear target_mcu.
17989         (msp430_attr): Allow numeric interrupt values up to 63.
17990         (msp430_expand_epilogue): No longer invert operand 1 of gen_popm.
17991         * config/msp430/msp430.h (ASM_SPEC): Convert -mcpu into a -mmcu
17992         option.
17993         * config/msp430/t-msp430: (MULTILIB_MATCHES): Remove mcu matches.
17994         Add mcpu matches.
17995         * config/msp430/msp430.md (popm): Use %J rather than %I.
17996         (addsi3): Use msp430_nonimmediate_operand for operand 2.
17997         (addhi_cy_i): Use immediate_operand for operand 2.
17998         * doc/invoke.texi: Document -mcpu option.
18000 2014-01-17  Richard Biener  <rguenther@suse.de>
18002         PR rtl-optimization/38518
18003         * df.h (df_analyze_loop): Declare.
18004         * df-core.c: Include cfgloop.h.
18005         (df_analyze_1): Split out main part of df_analyze.
18006         (df_analyze): Adjust.
18007         (loop_inverted_post_order_compute): New function.
18008         (loop_post_order_compute): Likewise.
18009         (df_analyze_loop): New function avoiding whole-function
18010         postorder computes.
18011         * loop-invariant.c (find_defs): Use df_analyze_loop.
18012         (find_invariants): Adjust.
18013         * loop-iv.c (iv_analysis_loop_init): Use df_analyze_loop.
18015 2014-01-17  Zhenqiang Chen  <zhenqiang.chen@arm.com>
18017         * config/arm/arm.c (arm_v7m_tune): Set max_insns_skipped to 2.
18018         (thumb2_final_prescan_insn): Set max to MAX_INSN_PER_IT_BLOCK.
18020 2014-01-16  Ilya Enkovich  <ilya.enkovich@intel.com>
18022         * ipa-ref.c (ipa_remove_stmt_references): Fix references
18023         traversal when removing references.
18025 2014-01-16  Jan Hubicka  <hubicka@ucw.cz>
18027         PR ipa/59775
18028         * tree.c (get_binfo_at_offset): Look harder for virtual bases.
18030 2014-01-16  Bernd Schmidt  <bernds@codesourcery.com>
18032         PR middle-end/56791
18033         * reload.c (find_reloads_address_1): Do not use RELOAD_OTHER when
18034         pushing a reload for an autoinc when we had previously reloaded an
18035         inner part of the address.
18037 2014-01-16  Jakub Jelinek  <jakub@redhat.com>
18039         * tree-vectorizer.h (struct _loop_vec_info): Add no_data_dependencies
18040         field.
18041         (LOOP_VINFO_NO_DATA_DEPENDENCIES): Define.
18042         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Clear it
18043         when not giving up or versioning for alias only because of
18044         loop->safelen.
18045         (vect_analyze_data_ref_dependences): Set to true.
18046         * tree-vect-stmts.c (hoist_defs_of_uses): Return false if def_stmt
18047         is a GIMPLE_PHI.
18048         (vectorizable_load): Use LOOP_VINFO_NO_DATA_DEPENDENCIES instead of
18049         LOOP_REQUIRES_VERSIONING_FOR_ALIAS, add && !nested_in_vect_loop
18050         to the condition.
18052         PR middle-end/58344
18053         * expr.c (expand_expr_real_1): Handle init == NULL_TREE.
18055         PR target/59839
18056         * config/i386/i386.c (ix86_expand_builtin): If target doesn't satisfy
18057         operand 0 predicate for gathers, use a new pseudo as subtarget.
18059 2014-01-16  Vladimir Makarov  <vmakarov@redhat.com>
18061         PR middle-end/59609
18062         * lra-constraints.c (process_alt_operands): Add printing debug info.
18063         Check absence of input/output reloads for matched operands too.
18065 2014-01-16  Vladimir Makarov  <vmakarov@redhat.com>
18067         PR rtl-optimization/59835
18068         * ira.c (ira_init_register_move_cost): Increase cost for
18069         impossible modes.
18071 2014-01-16  Alan Lawrence  <alan.lawrence@arm.com>
18073         * config/arm/arm.opt (mcpu, march, mtune): Make case-insensitive.
18075 2014-01-16  Richard Earnshaw  <rearnsha@arm.com>
18077         PR target/59780
18078         * aarch64.c (aarch64_split_128bit_move): Don't lookup REGNO on
18079         non-register objects.  Use gen_(high/low)part more consistently.
18080         Fix assertions.
18082 2014-01-16  Michael Meissner  <meissner@linux.vnet.ibm.com>
18084         PR target/59844
18085         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Add little
18086         endian support, remove tests for WORDS_BIG_ENDIAN.
18087         (p8_mfvsrd_3_<mode>): Likewise.
18088         (reload_gpr_from_vsx<mode>): Likewise.
18089         (reload_gpr_from_vsxsf): Likewise.
18090         (p8_mfvsrd_4_disf): Likewise.
18092 2014-01-16  Richard Biener  <rguenther@suse.de>
18094         PR rtl-optimization/46590
18095         * lcm.c (compute_antinout_edge): Use postorder iteration.
18096         (compute_laterin): Use inverted postorder iteration.
18098 2014-01-16  Nick Clifton  <nickc@redhat.com>
18100         PR middle-end/28865
18101         * varasm.c (output_constant): Return the number of bytes actually
18102         emitted.
18103         (output_constructor_array_range): Update the field size with the
18104         number of bytes emitted by output_constant.
18105         (output_constructor_regular_field): Likewise.  Also do not
18106         complain if the total number of bytes emitted is now greater
18107         than the expected fieldpos.
18108         * output.h (output_constant): Update prototype and descriptive comment.
18110 2014-01-16  Marek Polacek  <polacek@redhat.com>
18112         PR middle-end/59827
18113         * cgraph.c (gimple_check_call_args): Don't use DECL_ARG_TYPE if
18114         it is error_mark_node.
18116 2014-01-15  Uros Bizjak  <ubizjak@gmail.com>
18118         * config/i386/i386.c (ix86_hard_regno_mode_ok): Use
18119         VALID_AVX256_REG_OR_OI_MODE.
18121 2014-01-15  Pat Haugen  <pthaugen@us.ibm.com>
18123         * config/rs6000/rs6000.c (rs6000_output_function_prologue): Check if
18124         current procedure should be profiled.
18126 2014-01-15  Andrew Pinski  <apinski@cavium.com>
18128         * config/aarch64/aarch64.c (aarch64_register_move_cost): Correct cost
18129         of moving from/to the STACK_REG register class.
18131 2014-01-15  Richard Henderson  <rth@redhat.com>
18133         PR debug/54694
18134         * reginfo.c (global_regs_decl): Globalize.
18135         * rtl.h (global_regs_decl): Declare.
18136         * ira.c (do_reload): Diagnose frame_pointer_needed and it
18137         reserved via global_regs.
18139 2014-01-15  Teresa Johnson  <tejohnson@google.com>
18141         * tree-ssa-sccvn.c (visit_reference_op_call): Handle NULL vdef.
18143 2014-01-15  Bill Schmidt  <wschmidt@vnet.linux.ibm.com>
18145         * config/rs6000/altivec.md (mulv8hi3): Explicitly generate vmulesh
18146         and vmulosh rather than call gen_vec_widen_smult_*.
18147         (vec_widen_umult_even_v16qi): Test VECTOR_ELT_ORDER_BIG rather
18148         than BYTES_BIG_ENDIAN to determine use of even or odd instruction.
18149         (vec_widen_smult_even_v16qi): Likewise.
18150         (vec_widen_umult_even_v8hi): Likewise.
18151         (vec_widen_smult_even_v8hi): Likewise.
18152         (vec_widen_umult_odd_v16qi): Likewise.
18153         (vec_widen_smult_odd_v16qi): Likewise.
18154         (vec_widen_umult_odd_v8hi): Likewise.
18155         (vec_widen_smult_odd_v8hi): Likewise.
18156         (vec_widen_umult_hi_v16qi): Explicitly generate vmuleub and
18157         vmuloub rather than call gen_vec_widen_umult_*.
18158         (vec_widen_umult_lo_v16qi): Likewise.
18159         (vec_widen_smult_hi_v16qi): Explicitly generate vmulesb and
18160         vmulosb rather than call gen_vec_widen_smult_*.
18161         (vec_widen_smult_lo_v16qi): Likewise.
18162         (vec_widen_umult_hi_v8hi): Explicitly generate vmuleuh and vmulouh
18163         rather than call gen_vec_widen_umult_*.
18164         (vec_widen_umult_lo_v8hi): Likewise.
18165         (vec_widen_smult_hi_v8hi): Explicitly gnerate vmulesh and vmulosh
18166         rather than call gen_vec_widen_smult_*.
18167         (vec_widen_smult_lo_v8hi): Likewise.
18169 2014-01-15  Jeff Law  <law@redhat.com>
18171         PR tree-optimization/59747
18172         * ree.c (find_and_remove_re): Properly handle case where a second
18173         eliminated extension requires widening a copy created for elimination
18174         of a prior extension.
18175         (combine_set_extension): Ensure that the number of hard regs needed
18176         for a destination register does not change when we widen it.
18178 2014-01-15  Sebastian Huber  <sebastian.huber@embedded-brains.de>
18180         * config.gcc (*-*-rtems*): Add t-rtems to tmake_file.
18181         (arm*-*-uclinux*eabi*): Do not override an existing tmake_file.
18182         (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*): Likwise.
18183         (arm*-*-rtems*): Use t-rtems from existing tmake_file.
18184         (avr-*-rtems*): Likewise.
18185         (bfin*-rtems*): Likewise.
18186         (moxie-*-rtems*): Likewise.
18187         (h8300-*-rtems*): Likewise.
18188         (i[34567]86-*-rtems*): Likewise.
18189         (lm32-*-rtems*): Likewise.
18190         (m32r-*-rtems*): Likewise.
18191         (m68k-*-rtems*): Likewise.
18192         (microblaze*-*-rtems*): Likewise.
18193         (mips*-*-rtems*): Likewise.
18194         (powerpc-*-rtems*): Likewise.
18195         (sh-*-rtems*): Likewise.
18196         (sparc-*-rtems*): Likewise.
18197         (sparc64-*-rtems*): Likewise.
18198         (v850-*-rtems*): Likewise.
18199         (m32c-*-rtems*): Likewise.
18201 2014-01-15  Vladimir Makarov  <vmakarov@redhat.com>
18203         PR rtl-optimization/59511
18204         * ira.c (ira_init_register_move_cost): Use memory costs for some
18205         cases of register move cost calculations.
18206         * lra-constraints.c (lra_constraints): Use REG_FREQ_FROM_BB
18207         instead of BB frequency.
18208         * lra-coalesce.c (move_freq_compare_func, lra_coalesce): Ditto.
18209         * lra-assigns.c (find_hard_regno_for): Ditto.
18211 2014-01-15  Richard Biener  <rguenther@suse.de>
18213         PR tree-optimization/59822
18214         * tree-vect-stmts.c (hoist_defs_of_uses): New function.
18215         (vectorizable_load): Use it to hoist defs of uses of invariant
18216         loads out of the loop.
18218 2014-01-15  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
18219             Kugan Vivekanandarajah  <kuganv@linaro.org>
18221         PR target/59695
18222         * config/aarch64/aarch64.c (aarch64_build_constant): Fix incorrect
18223         truncation.
18225 2014-01-15  Richard Biener  <rguenther@suse.de>
18227         PR rtl-optimization/59802
18228         * lcm.c (compute_available): Use inverted postorder to seed
18229         the initial worklist.
18231 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18233         PR target/59803
18234         * config/s390/s390.c (s390_preferred_reload_class): Don't return
18235         ADDR_REGS for invalid symrefs in non-PIC code.
18237 2014-01-15  Jakub Jelinek  <jakub@redhat.com>
18239         PR other/58712
18240         * builtins.c (determine_block_size): Initialize *probable_max_size
18241         even if len_rtx is CONST_INT.
18243 2014-01-14  Andrew Pinski  <apinski@cavium.com>
18245         * config/aarch64/aarch64-protos.h (tune_params): Add issue_rate.
18246         * config/aarch64/aarch64.c (generic_tunings): Add issue rate of 2.
18247         (cortexa53_tunings): Likewise.
18248         (aarch64_sched_issue_rate): New function.
18249         (TARGET_SCHED_ISSUE_RATE): Define.
18251 2014-01-14  Vladimir Makarov  <vmakarov@redhat.com>
18253         * ira-costs.c (find_costs_and_classes): Add missed
18254         ira_init_register_move_cost_if_necessary.
18256 2014-01-14  Vladimir Makarov  <vmakarov@redhat.com>
18258         PR target/59787
18259         * config/arm/arm.c (arm_coproc_mem_operand): Add lra_in_progress.
18261 2014-01-14  H.J. Lu  <hongjiu.lu@intel.com>
18263         PR target/59794
18264         * config/i386/i386.c (type_natural_mode): Add a bool parameter
18265         to indicate if type is used for function return value.  Warn ABI
18266         change if the vector mode isn't available for function return value.
18267         (ix86_function_arg_advance): Pass false to type_natural_mode.
18268         (ix86_function_arg): Likewise.
18269         (ix86_gimplify_va_arg): Likewise.
18270         (function_arg_32): Don't warn ABI change.
18271         (ix86_function_value): Pass true to type_natural_mode.
18272         (ix86_return_in_memory): Likewise.
18273         (ix86_struct_value_rtx): Removed.
18274         (TARGET_STRUCT_VALUE_RTX): Likewise.
18276 2014-01-14  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
18278         * jump.c (redirect_jump_2): Remove REG_CROSSING_JUMP notes when
18279         converting a conditional jump into a conditional return.
18281 2014-01-14  Richard Biener  <rguenther@suse.de>
18283         PR tree-optimization/58921
18284         PR tree-optimization/59006
18285         * tree-vect-loop-manip.c (vect_loop_versioning): Remove code
18286         hoisting invariant stmts.
18287         * tree-vect-stmts.c (vectorizable_load): Insert the splat of
18288         invariant loads on the preheader edge if possible.
18290 2014-01-14  Joey Ye  <joey.ye@arm.com>
18292         * doc/plugin.texi (Building GCC plugins): Update to C++.
18294 2014-01-14  Kirill Yukhin  <kirill.yukhin@intel.com>
18296         * config/i386/avx512erintrin.h (_mm_rcp28_round_sd): New.
18297         (_mm_rcp28_round_ss): Ditto.
18298         (_mm_rsqrt28_round_sd): Ditto.
18299         (_mm_rsqrt28_round_ss): Ditto.
18300         (_mm_rcp28_sd): Ditto.
18301         (_mm_rcp28_ss): Ditto.
18302         (_mm_rsqrt28_sd): Ditto.
18303         (_mm_rsqrt28_ss): Ditto.
18304         * config/i386/avx512fintrin.h (_mm512_stream_load_si512): Ditto.
18305         * config/i386/i386-builtin-types.def (V8DI_FTYPE_PV8DI): Ditto.
18306         * config/i386/i386.c (IX86_BUILTIN_MOVNTDQA512): Ditto.
18307         (IX86_BUILTIN_RCP28SD): Ditto.
18308         (IX86_BUILTIN_RCP28SS): Ditto.
18309         (IX86_BUILTIN_RSQRT28SD): Ditto.
18310         (IX86_BUILTIN_RSQRT28SS): Ditto.
18311         (bdesc_special_args): Define __builtin_ia32_movntdqa512,
18312         __builtin_ia32_rcp28sd_round, __builtin_ia32_rcp28ss_round,
18313         __builtin_ia32_rsqrt28sd_round, __builtin_ia32_rsqrt28ss_round.
18314         (ix86_expand_special_args_builtin): Expand new FTYPE.
18315         * config/i386/sse.md (define_mode_attr "sse4_1_avx2"): Expand to V8DI.
18316         (srcp14<mode>): Make insn unary.
18317         (avx512f_vmscalef<mode><round_name>): Use substed predicate.
18318         (avx512f_sgetexp<mode><round_saeonly_name>): Ditto.
18319         (avx512f_rndscale<mode><round_saeonly_name>): Ditto.
18320         (<sse4_1_avx2>_movntdqa): Extend to 512 bits.
18321         (avx512er_exp2<mode><mask_name><round_saeonly_name>):
18322         Fix rounding: make it SAE only.
18323         (<mask_codefor>avx512er_rcp28<mode><mask_name><round_saeonly_name>):
18324         Ditto.
18325         (<mask_codefor>avx512er_rsqrt28<mode><mask_name><round_saeonly_name>):
18326         Ditto.
18327         (avx512er_vmrcp28<mode><round_saeonly_name>): Ditto.
18328         (avx512er_vmrsqrt28<mode><round_saeonly_name>): Ditto.
18329         (avx512f_getmant<mode><mask_name><round_saeonly_name>): Ditto.
18330         * config/i386/subst.md (round_saeonly_mask_scalar_operand3): Remove.
18331         (round_saeonly_mask_scalar_operand4): Ditto.
18332         (round_saeonly_mask_scalar_op3): Ditto.
18333         (round_saeonly_mask_scalar_op4): Ditto.
18335 2014-01-13  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18337         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
18338         Implement -maltivec=be for vec_insert and vec_extract.
18340 2014-01-10  DJ Delorie  <dj@redhat.com>
18342         * config/msp430/msp430.md (call_internal): Don't allow memory
18343         references with SP as the base register.
18344         (call_value_internal): Likewise.
18345         * config/msp430/constraints.md (Yc): New.  For memory references
18346         that don't use SP as a base register.
18348         * config/msp430/msp430.c (msp430_print_operand): Add 'J' to mean
18349         "an integer without a # prefix"
18350         * config/msp430/msp430.md (epilogue_helper): Use it.
18352 2014-01-13  Jakub Jelinek  <jakub@redhat.com>
18354         PR target/59617
18355         * config/i386/i386.c (ix86_vectorize_builtin_gather): Uncomment
18356         AVX512F gather builtins.
18357         * tree-vect-stmts.c (vectorizable_mask_load_store): For now punt
18358         on gather decls with INTEGER_TYPE masktype.
18359         (vectorizable_load): For INTEGER_TYPE masktype, put the INTEGER_CST
18360         directly into the builtin rather than hoisting it before loop.
18362         PR tree-optimization/59387
18363         * tree-scalar-evolution.c: Include gimple-fold.h and gimplify-me.h.
18364         (scev_const_prop): If folded_casts and type has undefined overflow,
18365         use force_gimple_operand instead of force_gimple_operand_gsi and
18366         for each added stmt if it is assign with
18367         arith_code_with_undefined_signed_overflow, call
18368         rewrite_to_defined_overflow.
18369         * tree-ssa-loop-im.c: Don't include gimplify-me.h, include
18370         gimple-fold.h instead.
18371         (arith_code_with_undefined_signed_overflow,
18372         rewrite_to_defined_overflow): Moved to ...
18373         * gimple-fold.c (arith_code_with_undefined_signed_overflow,
18374         rewrite_to_defined_overflow): ... here.  No longer static.
18375         Include gimplify-me.h.
18376         * gimple-fold.h (arith_code_with_undefined_signed_overflow,
18377         rewrite_to_defined_overflow): New prototypes.
18379 2014-01-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18381         * config/arm/arm.h (MAX_CONDITIONAL_EXECUTE): Fix typo in description.
18383 2014-01-13  Eric Botcazou  <ebotcazou@adacore.com>
18385         * builtins.c (get_object_alignment_2): Minor tweak.
18386         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Rewrite.
18388 2014-01-13  Christian Bruel  <christian.bruel@st.com>
18390         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Unroll small sizes and
18391         optimized non constant lengths.
18393 2014-01-13  Jakub Jelinek  <jakub@redhat.com>
18395         PR libgomp/59194
18396         * omp-low.c (expand_omp_atomic_pipeline): Expand the initial
18397         load as __atomic_load_N if possible.
18399 2014-01-11  David Edelsohn  <dje.gcc@gmail.com>
18401         * config/rs6000/rs6000.c (rs6000_expand_mtfsf_builtin): Remove
18402         target parameter.
18403         (rs6000_expand_builtin): Adjust call.
18405 2014-01-11  David Edelsohn  <dje.gcc@gmail.com>
18407         PR target/58115
18408         * config/rs6000/rs6000.h (SWITCHABLE_TARGET): Define.
18409         * config/rs6000/rs6000.c: Include target-globals.h.
18410         (rs6000_set_current_function): Instead of doing target_reinit
18411         unconditionally, use save_target_globals_default_opts and
18412         restore_target_globals.
18414         * config/rs6000/rs6000-builtin.def (mffs, mtfsf): Add builtins for
18415         FPSCR.
18416         * config/rs6000/rs6000.c (rs6000_expand_mtfsf_builtin): New.
18417         (rs6000_expand_builtin): Handle mffs and mtfsf.
18418         (rs6000_init_builtins): Define mffs and mtfsf.
18419         * config/rs6000/rs6000.md (UNSPECV_MFFS, UNSPECV_MTFSF): New constants.
18420         (rs6000_mffs): New pattern.
18421         (rs6000_mtfsf): New pattern.
18423 2014-01-11  Bin Cheng  <bin.cheng@arm.com>
18425         * tree-ssa-loop-ivopts.c (iv_ca_narrow): New parameter.
18426         Start narrowing with START.  Apply candidate-use pair
18427         and check overall cost in narrowing.
18428         (iv_ca_prune): Pass new argument.
18430 2014-01-10  Jeff Law  <law@redhat.com>
18432         PR middle-end/59743
18433         * ree.c (combine_reaching_defs): Ensure the defining statement
18434         occurs before the extension when optimizing extensions with
18435         different source and destination hard registers.
18437 2014-01-10  Jan Hubicka  <hubicka@ucw.cz>
18439         PR ipa/58585
18440         * ipa-devirt.c (build_type_inheritance_graph): Also add types of
18441         vtables into the type inheritance graph.
18443 2014-01-10  Jakub Jelinek  <jakub@redhat.com>
18445         PR rtl-optimization/59754
18446         * ree.c (combine_reaching_defs): Disallow !SCALAR_INT_MODE_P
18447         modes in the REGNO != REGNO case.
18449 2014-01-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18451         * config/rs6000/rs6000-builtin.def: Fix pasto for VPKSDUS.
18453 2014-01-10  Jakub Jelinek  <jakub@redhat.com>
18455         PR tree-optimization/59745
18456         * tree-predcom.c (tree_predictive_commoning_loop): Call
18457         free_affine_expand_cache if giving up because components is NULL.
18459         * target-globals.c (save_target_globals): Allocate < 4KB structs using
18460         GC in payload of target_globals struct instead of allocating them on
18461         the heap and the larger structs separately using GC.
18462         * target-globals.h (struct target_globals): Make regs, hard_regs,
18463         reload, expmed, ira, ira_int and lra_fields GTY((atomic)) instead
18464         of GTY((skip)) and change type to void *.
18465         (reset_target_globals): Cast loads from those fields to corresponding
18466         types.
18468 2014-01-10  Steve Ellcey  <sellcey@mips.com>
18470         PR plugins/59335
18471         * Makefile.in (PLUGIN_HEADERS): Add gimplify.h, gimple-iterator.h,
18472         gimple-ssa.h, fold-const.h, tree-cfg.h, tree-into-ssa.h,
18473         tree-ssanames.h, print-tree.h, varasm.h, and context.h.
18475 2014-01-10  Richard Earnshaw  <rearnsha@arm.com>
18477         PR target/59744
18478         * aarch64-modes.def (CC_Zmode): New flags mode.
18479         * aarch64.c (aarch64_select_cc_mode): Only allow NEG when the condition
18480         represents an equality.
18481         (aarch64_get_condition_code): Handle CC_Zmode.
18482         * aarch64.md (compare_neg<mode>): Restrict to equality operations.
18484 2014-01-10  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18486         * config/s390/s390.c (s390_expand_tbegin): Remove jump over CC
18487         extraction in good case.
18489 2014-01-10  Richard Biener  <rguenther@suse.de>
18491         PR tree-optimization/59374
18492         * tree-vect-slp.c (vect_slp_analyze_bb_1): Move dependence
18493         checking after SLP discovery.  Mark stmts not participating
18494         in any SLP instance properly.
18496 2014-01-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18498         * config/arm/arm.c (arm_new_rtx_costs): Use destination mode
18499         when handling a SET rtx.
18501 2014-01-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18503         * config/arm/arm-cores.def (cortex-a53): Specify FL_CRC32.
18504         (cortex-a57): Likewise.
18505         (cortex-a57.cortex-a53): Likewise. Remove redundant flags.
18507 2014-01-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18509         * config/arm/arm.c (arm_init_iwmmxt_builtins): Skip
18510         non-iwmmxt builtins.
18512 2014-01-10  Jan Hubicka  <hubicka@ucw.cz>
18514         PR ipa/58252
18515         PR ipa/59226
18516         * ipa-devirt.c record_target_from_binfo): Take as argument
18517         stack of binfos and lookup matching one for virtual inheritance.
18518         (possible_polymorphic_call_targets_1): Update.
18520 2014-01-10  Huacai Chen  <chenhc@lemote.com>
18522         * config/mips/driver-native.c (host_detect_local_cpu): Handle new
18523         kernel strings for Loongson-2E/2F/3A.
18525 2014-01-10  Jakub Jelinek  <jakub@redhat.com>
18527         PR middle-end/59670
18528         * tree-vect-data-refs.c (vect_analyze_data_refs): Check
18529         is_gimple_call before calling gimple_call_internal_p.
18531 2014-01-09  Steve Ellcey  <sellcey@mips.com>
18533         * Makefile.in (TREE_FLOW_H): Remove.
18534         (TREE_SSA_H): Add file names from tree-flow.h.
18535         * doc/tree-ssa.texi (Annotations): Remove reference to tree-flow.h
18536         * tree.h: Remove tree-flow.h reference.
18537         * hash-table.h: Remove tree-flow.h reference.
18538         * tree-ssa-loop-niter.c (dump_affine_iv): Replace tree-flow.h
18539         reference with tree-ssa-loop.h.
18541 2014-01-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18543         * doc/invoke.texi: Add -maltivec={be,le} options, and document
18544         default element-order behavior for -maltivec.
18545         * config/rs6000/rs6000.opt: Add -maltivec={be,le} options.
18546         * config/rs6000/rs6000.c (rs6000_option_override_internal): Ensure
18547         that -maltivec={le,be} implies -maltivec; disallow -maltivec=le
18548         when targeting big endian, at least for now.
18549         * config/rs6000/rs6000.h: Add #define of VECTOR_ELT_ORDER_BIG.
18551 2014-01-09  Jakub Jelinek  <jakub@redhat.com>
18553         PR middle-end/47735
18554         * cfgexpand.c (expand_one_var): For SSA_NAMEs, if the underlying
18555         var satisfies use_register_for_decl, just take into account type
18556         alignment, rather than decl alignment.
18558         PR tree-optimization/59622
18559         * gimple-fold.c (gimple_fold_call): Fix a typo in message.  For
18560         __builtin_unreachable replace the OBJ_TYPE_REF call with a call to
18561         __builtin_unreachable and add if needed a setter of the lhs SSA_NAME.
18562         Don't devirtualize for inplace at all.  For targets.length () == 1,
18563         if the call is noreturn and cfun isn't in SSA form yet, clear lhs.
18565 2014-01-09  H.J. Lu  <hongjiu.lu@intel.com>
18567         * config/i386/i386.md (cpu): Remove the unused btver1.
18569 2014-01-09  H.J. Lu  <hongjiu.lu@intel.com>
18571         * gdbasan.in: Put a breakpoint on __sanitizer::Report.
18573 2014-01-09  Jakub Jelinek  <jakub@redhat.com>
18575         PR target/58115
18576         * tree-core.h (struct target_globals): New forward declaration.
18577         (struct tree_target_option): Add globals field.
18578         * tree.h (TREE_TARGET_GLOBALS): Define.
18579         (prepare_target_option_nodes_for_pch): New prototype.
18580         * target-globals.h (struct target_globals): Define even if
18581         !SWITCHABLE_TARGET.
18582         * tree.c (prepare_target_option_node_for_pch,
18583         prepare_target_option_nodes_for_pch): New functions.
18584         * config/i386/i386.h (SWITCHABLE_TARGET): Define.
18585         * config/i386/i386.c: Include target-globals.h.
18586         (ix86_set_current_function): Instead of doing target_reinit
18587         unconditionally, use save_target_globals_default_opts and
18588         restore_target_globals.
18590 2014-01-09  Richard Biener  <rguenther@suse.de>
18592         PR tree-optimization/59715
18593         * tree-cfg.h (split_critical_edges): Declare.
18594         * tree-cfg.c (split_critical_edges): Export.
18595         * tree-ssa-sink.c (execute_sink_code): Split critical edges.
18597 2014-01-09  Max Ostapenko  <m.ostapenko@partner.samsung.com>
18599         * cfgexpand.c (expand_stack_vars): Optionally disable
18600         asan stack protection.
18601         (expand_used_vars): Likewise.
18602         (partition_stack_vars): Likewise.
18603         * asan.c (asan_emit_stack_protection): Optionally disable
18604         after return stack usage.
18605         (instrument_derefs): Optionally disable memory access instrumentation.
18606         (instrument_builtin_call): Likewise.
18607         (instrument_strlen_call): Likewise.
18608         (asan_protect_global): Optionally disable global variables protection.
18609         * doc/invoke.texi: Added doc for new options.
18610         * params.def: Added new options.
18611         * params.h: Likewise.
18613 2014-01-09  Jakub Jelinek  <jakub@redhat.com>
18615         PR rtl-optimization/59724
18616         * ifcvt.c (cond_exec_process_if_block): Don't call
18617         flow_find_head_matching_sequence with 0 longest_match.
18618         * cfgcleanup.c (flow_find_head_matching_sequence): Count even
18619         non-active insns if !stop_after.
18620         (try_head_merge_bb): Revert 2014-01-07 changes.
18622 2014-01-08  Jeff Law  <law@redhat.com>
18624         * ree.c (get_sub_rtx): New function, extracted from...
18625         (merge_def_and_ext): Here.
18626         (combine_reaching_defs): Use get_sub_rtx.
18628 2014-01-08  Eric Botcazou  <ebotcazou@adacore.com>
18630         * cgraph.h (varpool_variable_node): Do not choke on null node.
18632 2014-01-08  Catherine Moore  <clm@codesourcery.com>
18634         * config/mips/mips.md (simple_return): Attempt to use JRC
18635         for microMIPS.
18636         * config/mips/mips.h (MIPS_CALL): Attempt to use JALS for microMIPS.
18638 2014-01-08  Richard Sandiford  <rdsandiford@googlemail.com>
18640         PR rtl-optimization/59137
18641         * reorg.c (steal_delay_list_from_target): Call update_block for
18642         elided insns.
18643         (steal_delay_list_from_fallthrough, relax_delay_slots): Likewise.
18645 2014-01-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18647         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
18648         two duplicate entries.
18650 2014-01-08  Richard Sandiford  <rdsandiford@googlemail.com>
18652         Revert:
18653         2012-10-07  Richard Sandiford  <rdsandiford@googlemail.com>
18655         * config/mips/mips.c (mips_truncated_op_cost): New function.
18656         (mips_rtx_costs): Adjust test for BADDU.
18657         * config/mips/mips.md (*baddu_di<mode>): Push truncates to operands.
18659         2012-10-02  Richard Sandiford  <rdsandiford@googlemail.com>
18661         * config/mips/mips.md (*baddu_si_eb, *baddu_si_el): Merge into...
18662         (*baddu_si): ...this new pattern.
18664 2014-01-08  Jakub Jelinek  <jakub@redhat.com>
18666         PR ipa/59722
18667         * ipa-prop.c (ipa_analyze_params_uses): Ignore uses in debug stmts.
18669 2014-01-08  Bernd Edlinger  <bernd.edlinger@hotmail.de>
18671         PR middle-end/57748
18672         * expr.h (expand_expr_real, expand_expr_real_1): Add new parameter
18673         inner_reference_p.
18674         (expand_expr, expand_normal): Adjust.
18675         * expr.c (expand_expr_real, expand_expr_real_1): Add new parameter
18676         inner_reference_p. Use inner_reference_p to expand inner references.
18677         (store_expr): Adjust.
18678         * cfgexpand.c (expand_call_stmt): Adjust.
18680 2014-01-08  Rong Xu  <xur@google.com>
18682         * gcov-io.c (gcov_var): Move from gcov-io.h.
18683         (gcov_position): Ditto.
18684         (gcov_is_error): Ditto.
18685         (gcov_rewrite): Ditto.
18686         * gcov-io.h: Refactor. Move gcov_var to gcov-io.h, and libgcov
18687         only part to libgcc/libgcov.h.
18689 2014-01-08  Marek Polacek  <polacek@redhat.com>
18691         PR middle-end/59669
18692         * omp-low.c (simd_clone_adjust): Don't crash if def is NULL.
18694 2014-01-08  Marek Polacek  <polacek@redhat.com>
18696         PR sanitizer/59667
18697         * ubsan.c (ubsan_type_descriptor): Call strip_array_types on type2.
18699 2014-01-08  Jakub Jelinek  <jakub@redhat.com>
18701         PR rtl-optimization/59649
18702         * stor-layout.c (get_mode_bounds): For BImode return
18703         0 and STORE_FLAG_VALUE.
18705 2014-01-08  Richard Biener  <rguenther@suse.de>
18707         PR middle-end/59630
18708         * gimple.h (is_gimple_builtin_call): Remove.
18709         (gimple_builtin_call_types_compatible_p): New.
18710         (gimple_call_builtin_p): New overload.
18711         * gimple.c (is_gimple_builtin_call): Remove.
18712         (validate_call): Rename to ...
18713         (gimple_builtin_call_types_compatible_p): ... this and export.  Also
18714         check return types.
18715         (validate_type): New static function.
18716         (gimple_call_builtin_p): New overload and adjust.
18717         * gimple-fold.c (gimple_fold_builtin): Fold the return value.
18718         (gimple_fold_call): Likewise.  Use gimple_call_builtin_p.
18719         (gimple_fold_stmt_to_constant_1): Likewise.
18720         * tsan.c (instrument_gimple): Use gimple_call_builtin_p.
18722 2014-01-08  Richard Biener  <rguenther@suse.de>
18724         PR middle-end/59471
18725         * gimplify.c (gimplify_expr): Gimplify register-register type
18726         VIEW_CONVERT_EXPRs to separate stmts.
18728 2014-01-07  Jeff Law  <law@redhat.com>
18730         PR middle-end/53623
18731         * ree.c (combine_set_extension): Handle case where source
18732         and destination registers in an extension insn are different.
18733         (combine_reaching_defs): Allow source and destination registers
18734         in extension to be different under limited circumstances.
18735         (add_removable_extension): Remove restriction that the
18736         source and destination registers in the extension are the same.
18737         (find_and_remove_re): Emit a copy from the extension's
18738         destination to its source after the defining insn if
18739         the source and destination registers are different.
18741         PR middle-end/59285
18742         * ifcvt.c (merge_if_block): If we are merging a block with more than
18743         one successor with a block with no successors, remove any BARRIER
18744         after the second block.
18746 2014-01-07  Dan Xio Qiang  <ziyan01@163.com>
18748         * hw-doloop.c (reorg_loops): Release the bitmap obstack.
18750 2014-01-07  John David Anglin  <danglin@gcc.gnu.org>
18752         PR target/59652
18753         * config/pa/pa.c (pa_legitimate_address_p): Return false before reload
18754         for 14-bit register offsets when INT14_OK_STRICT is false.
18756 2014-01-07  Roland Stigge  <stigge@antcom.de>
18757             Michael Meissner  <meissner@linux.vnet.ibm.com>
18759         PR 57386/target
18760         * config/rs6000/rs6000.c (rs6000_legitimate_offset_address_p):
18761         Only check TFmode for SPE constants.  Don't check TImode or TDmode.
18763 2014-01-07  James Greenhalgh  <james.greenhalgh@arm.com>
18765         * config/aarch64/aarch64-elf.h (ASM_SPEC): Remove identity spec for
18766         -mcpu.
18768 2014-01-07  Yufeng Zhang  <yufeng.zhang@arm.com>
18770         * config/arm/arm.c (arm_expand_neon_args): Call expand_expr
18771         with EXPAND_MEMORY for NEON_ARG_MEMORY; check if the returned
18772         rtx is const0_rtx or not.
18774 2014-01-07  Richard Sandiford  <rdsandiford@googlemail.com>
18776         PR target/58115
18777         * target-globals.c (save_target_globals): Remove this_fn_optab
18778         handling.
18779         * toplev.c: Include optabs.h.
18780         (target_reinit): Temporarily restore the global options if another
18781         set of options are in force.
18783 2014-01-07  Jakub Jelinek  <jakub@redhat.com>
18785         PR rtl-optimization/58668
18786         * cfgcleanup.c (flow_find_cross_jump): Don't count
18787         any jumps if dir_p is NULL.  Remove p1 variable, use active_insn_p
18788         to determine what is counted.
18789         (flow_find_head_matching_sequence): Use active_insn_p to determine
18790         what is counted.
18791         (try_head_merge_bb): Adjust for the flow_find_head_matching_sequence
18792         counting change.
18793         * ifcvt.c (count_bb_insns): Use active_insn_p && !JUMP_P to
18794         determine what is counted.
18796         PR tree-optimization/59643
18797         * tree-predcom.c (split_data_refs_to_components): If one dr is
18798         read and one write, determine_offset fails and the write isn't
18799         in the bad component, just put the read into the bad component.
18801 2014-01-07  Mike Stump  <mikestump@comcast.net>
18802             Jakub Jelinek  <jakub@redhat.com>
18804         PR pch/59436
18805         * tree-core.h (struct tree_optimization_option): Change optabs
18806         type from unsigned char * to void *.
18807         * optabs.c (init_tree_optimization_optabs): Adjust
18808         TREE_OPTIMIZATION_OPTABS initialization.
18810 2014-01-06  Jakub Jelinek  <jakub@redhat.com>
18812         PR target/59644
18813         * config/i386/i386.h (struct machine_function): Add
18814         no_drap_save_restore field.
18815         * config/i386/i386.c (ix86_save_reg): Use
18816         !cfun->machine->no_drap_save_restore instead of
18817         crtl->stack_realign_needed.
18818         (ix86_finalize_stack_realign_flags): Don't clear drap_reg unless
18819         this function clears frame_pointer_needed.  Set
18820         cfun->machine->no_drap_save_restore if clearing frame_pointer_needed
18821         and DRAP reg is needed.
18823 2014-01-06  Marek Polacek  <polacek@redhat.com>
18825         PR c/57773
18826         * doc/implement-c.texi: Mention that other integer types are
18827         permitted as bit-field types in strictly conforming mode.
18829 2014-01-06  Felix Yang  <fei.yang0953@gmail.com>
18831         * modulo-sched.c (schedule_reg_moves): Clear distance1_uses if it
18832         is newly allocated.
18834 2014-01-06  Richard Earnshaw  <rearnsha@arm.com>
18836         * aarch64.c (aarch64_rtx_costs): Fix cost calculation for MADD.
18838 2014-01-06  Martin Jambor  <mjambor@suse.cz>
18840         PR ipa/59008
18841         * ipa-cp.c (ipcp_discover_new_direct_edges): Changed param_index type
18842         to int.
18843         * ipa-prop.c (ipa_print_node_params): Fix indentation.
18845 2014-01-06  Eric Botcazou  <ebotcazou@adacore.com>
18847         PR debug/59350
18848         PR debug/59510
18849         * var-tracking.c (add_stores): Preserve the value of the source even if
18850         we don't record the store.
18852 2014-01-06  Terry Guo  <terry.guo@arm.com>
18854         * config.gcc (arm*-*-*): Check --with-arch against arm-arches.def.
18856 2014-01-05  Iain Sandoe  <iain@codesourcery.com>
18858         PR bootstrap/59541
18859         * config/darwin.c (darwin_function_section): Adjust return values to
18860         correspond to optimisation changes made in r206070.
18862 2014-01-05  Uros Bizjak  <ubizjak@gmail.com>
18864         * config/i386/i386.c (ix86_data_alignment): Calculate max_align
18865         from prefetch_block tune setting.
18866         (nocona_cost): Correct size of prefetch block to 64.
18868 2014-01-04  Eric Botcazou  <ebotcazou@adacore.com>
18870         * config/arm/arm.c (arm_get_frame_offsets): Revamp long lines.
18871         (arm_expand_epilogue_apcs_frame): Take into account the number of bytes
18872         used to save the static chain register in the computation of the offset
18873         from which the FP registers need to be restored.
18875 2014-01-04  Jakub Jelinek  <jakub@redhat.com>
18877         PR tree-optimization/59519
18878         * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Don't
18879         ICE if get_current_def (current_new_name) is already non-NULL, as long
18880         as it is a phi result of some other phi in *new_exit_bb that has
18881         the same argument.
18883         * config/i386/sse.md (avx512f_load<mode>_mask): Emit vmovup{s,d}
18884         or vmovdqu* for misaligned_operand.
18885         (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>,
18886         <sse2_avx_avx512f>_loaddqu<mode><mask_name>): Handle <mask_applied>.
18887         * config/i386/i386.c (ix86_expand_special_args_builtin): Set
18888         aligned_mem for AVX512F masked aligned load and store builtins and for
18889         non-temporal moves.
18891 2014-01-03  Bingfeng Mei  <bmei@broadcom.com>
18893         PR tree-optimization/59651
18894         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks):
18895         Address range for negative step should be added by TYPE_SIZE_UNIT.
18897 2014-01-03  Andreas Schwab  <schwab@linux-m68k.org>
18899         * config/m68k/m68k.c (handle_move_double): Handle pushes with
18900         overlapping registers also for registers other than the stack pointer.
18902 2014-01-03  Marek Polacek  <polacek@redhat.com>
18904         PR other/59661
18905         * doc/extend.texi: Fix the return value of __builtin_FUNCTION and
18906         __builtin_FILE.
18908 2014-01-03  Jakub Jelinek  <jakub@redhat.com>
18910         PR target/59625
18911         * config/i386/i386.c (ix86_avoid_jump_mispredicts): Don't consider
18912         asm goto as jump.
18914         * config/i386/i386.md (MODE_SIZE): New mode attribute.
18915         (push splitter): Use <P:MODE_SIZE> instead of
18916         GET_MODE_SIZE (<P:MODE>mode).
18917         (lea splitter): Use <MODE_SIZE> instead of GET_MODE_SIZE (<MODE>mode).
18918         (mov -1, reg peephole2): Likewise.
18919         * config/i386/sse.md (*mov<mode>_internal,
18920         <sse>_storeu<ssemodesuffix><avxsizesuffix>,
18921         <sse2_avx_avx512f>_storedqu<mode>, <sse>_andnot<mode>3,
18922         *<code><mode>3, *andnot<mode>3<mask_name>,
18923         <mask_codefor><code><mode>3<mask_name>): Likewise.
18924         * config/i386/subst.md (mask_mode512bit_condition,
18925         sd_mask_mode512bit_condition): Likewise.
18927 2014-01-02  Xinliang David Li  <davidxl@google.com>
18929         PR tree-optimization/59303
18930         * tree-ssa-uninit.c (is_use_properly_guarded): Main cleanup.
18931         (dump_predicates): Better output format.
18932         (pred_equal_p): New function.
18933         (is_neq_relop_p): Ditto.
18934         (is_neq_zero_form_p): Ditto.
18935         (pred_expr_equal_p): Ditto.
18936         (pred_neg_p): Ditto.
18937         (simplify_pred): Ditto.
18938         (simplify_preds_2): Ditto.
18939         (simplify_preds_3): Ditto.
18940         (simplify_preds_4): Ditto.
18941         (simplify_preds): Ditto.
18942         (push_pred): Ditto.
18943         (push_to_worklist): Ditto.
18944         (get_pred_info_from_cmp): Ditto.
18945         (is_degenerated_phi): Ditto.
18946         (normalize_one_pred_1): Ditto.
18947         (normalize_one_pred): Ditto.
18948         (normalize_one_pred_chain): Ditto.
18949         (normalize_preds): Ditto.
18950         (normalize_cond_1): Remove function.
18951         (normalize_cond): Ditto.
18952         (is_gcond_subset_of): Ditto.
18953         (is_subset_of_any): Ditto.
18954         (is_or_set_subset_of): Ditto.
18955         (is_and_set_subset_of): Ditto.
18956         (is_norm_cond_subset_of): Ditto.
18957         (pred_chain_length_cmp): Ditto.
18958         (convert_control_dep_chain_into_preds): Type change.
18959         (find_predicates): Ditto.
18960         (find_def_preds): Ditto.
18961         (destroy_predicates_vecs): Ditto.
18962         (find_matching_predicates_in_rest_chains): Ditto.
18963         (use_pred_not_overlap_with_undef_path_pred): Ditto.
18964         (is_pred_expr_subset): Ditto.
18965         (is_pred_chain_subset_of): Ditto.
18966         (is_included_in): Ditto.
18967         (is_superset_of): Ditto.
18969 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
18971         Update copyright years.
18973 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
18975         * common/config/arc/arc-common.c, config/arc/arc-modes.def,
18976         config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
18977         config/arc/arc.md, config/arc/arc.opt,
18978         config/arm/arm_neon_builtins.def, config/arm/crypto.def,
18979         config/i386/avx512cdintrin.h, config/i386/avx512erintrin.h,
18980         config/i386/avx512fintrin.h, config/i386/avx512pfintrin.h,
18981         config/i386/btver2.md, config/i386/shaintrin.h, config/i386/slm.md,
18982         config/linux-protos.h, config/linux.c, config/winnt-c.c,
18983         diagnostic-color.c, diagnostic-color.h, gimple-ssa-isolate-paths.c,
18984         vtable-verify.c, vtable-verify.h: Use the standard form for the
18985         copyright notice.
18987 2014-01-02  Tobias Burnus  <burnus@net-b.de>
18989         * gcc.c (process_command): Update copyright notice dates.
18990         * gcov-dump.c: Ditto.
18991         * gcov.c: Ditto.
18992         * doc/cpp.texi: Bump @copying's copyright year.
18993         * doc/cppinternals.texi: Ditto.
18994         * doc/gcc.texi: Ditto.
18995         * doc/gccint.texi: Ditto.
18996         * doc/gcov.texi: Ditto.
18997         * doc/install.texi: Ditto.
18998         * doc/invoke.texi: Ditto.
19000 2014-01-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
19002         * config/nios2/nios2.h (BITS_PER_UNIT): Don't define it.
19004 2014-01-01  Jakub Jelinek  <jakub@redhat.com>
19006         * config/i386/sse.md (*mov<mode>_internal): Guard
19007         EXT_REX_SSE_REGNO_P (REGNO ()) uses with REG_P.
19009         PR rtl-optimization/59647
19010         * cse.c (cse_process_notes_1): Don't substitute negative VOIDmode
19011         new_rtx into UNSIGNED_FLOAT rtxes.
19013 Copyright (C) 2014 Free Software Foundation, Inc.
19015 Copying and distribution of this file, with or without modification,
19016 are permitted in any medium without royalty provided the copyright
19017 notice and this notice are preserved.